| f | -- phpMyAdmin SQL Dump | f | -- phpMyAdmin SQL Dump |
| -- version 5.2.1 | | -- version 5.2.1 |
| -- https://www.phpmyadmin.net/ | | -- https://www.phpmyadmin.net/ |
| -- | | -- |
| -- Host: mysql57 | | -- Host: mysql57 |
| n | -- Generation Time: May 29, 2023 at 05:38 PM | n | -- Generation Time: Jun 01, 2023 at 06:33 PM |
| -- Server version: 5.7.37-log | | -- Server version: 5.7.37-log |
| -- PHP Version: 8.1.17 | | -- PHP Version: 8.1.17 |
| | | |
| SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; | | SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; |
| START TRANSACTION; | | START TRANSACTION; |
| SET time_zone = "+00:00"; | | SET time_zone = "+00:00"; |
| | | |
| | | |
| /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; | | /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; |
| /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; | | /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; |
| /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; | | /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; |
| /*!40101 SET NAMES utf8mb4 */; | | /*!40101 SET NAMES utf8mb4 */; |
| | | |
| -- | | -- |
| -- Database: `elentra_auth` | | -- Database: `elentra_auth` |
| -- | | -- |
| CREATE DATABASE IF NOT EXISTS `elentra_auth` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; | | CREATE DATABASE IF NOT EXISTS `elentra_auth` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; |
| USE `elentra_auth`; | | USE `elentra_auth`; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `acl_lu_permission_template_groups` | | -- Table structure for table `acl_lu_permission_template_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `acl_lu_permission_template_groups` ( | | CREATE TABLE `acl_lu_permission_template_groups` ( |
| `acl_permission_template_group_id` int(11) UNSIGNED NOT NULL, | | `acl_permission_template_group_id` int(11) UNSIGNED NOT NULL, |
| `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `acl_lu_resource_types` | | -- Table structure for table `acl_lu_resource_types` |
| -- | | -- |
| | | |
| CREATE TABLE `acl_lu_resource_types` ( | | CREATE TABLE `acl_lu_resource_types` ( |
| `acl_resource_type_id` int(11) UNSIGNED NOT NULL, | | `acl_resource_type_id` int(11) UNSIGNED NOT NULL, |
| `resource_type` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL, | | `resource_type` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `active` tinyint(4) NOT NULL DEFAULT '1' | | `active` tinyint(4) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `acl_lu_resource_types` | | -- Dumping data for table `acl_lu_resource_types` |
| -- | | -- |
| | | |
| INSERT INTO `acl_lu_resource_types` (`acl_resource_type_id`, `resource_type`, `active`) VALUES | | INSERT INTO `acl_lu_resource_types` (`acl_resource_type_id`, `resource_type`, `active`) VALUES |
| (1, 'academicadvisor', 1), | | (1, 'academicadvisor', 1), |
| (2, 'annualreport', 1), | | (2, 'annualreport', 1), |
| (3, 'annualreportadmin', 1), | | (3, 'annualreportadmin', 1), |
| (4, 'assessment', 1), | | (4, 'assessment', 1), |
| (5, 'assessmentcomponent', 1), | | (5, 'assessmentcomponent', 1), |
| (6, 'assessmentprogress', 1), | | (6, 'assessmentprogress', 1), |
| (7, 'assessmentresult', 1), | | (7, 'assessmentresult', 1), |
| (8, 'assessments', 1), | | (8, 'assessments', 1), |
| (9, 'assessor', 1), | | (9, 'assessor', 1), |
| (10, 'assignment', 1), | | (10, 'assignment', 1), |
| (11, 'assistant_support', 1), | | (11, 'assistant_support', 1), |
| (12, 'awards', 1), | | (12, 'awards', 1), |
| (13, 'cbmemeeting', 1), | | (13, 'cbmemeeting', 1), |
| (14, 'clerkship', 1), | | (14, 'clerkship', 1), |
| (15, 'clerkshipschedules', 1), | | (15, 'clerkshipschedules', 1), |
| (16, 'community', 1), | | (16, 'community', 1), |
| (17, 'competencycommittee', 1), | | (17, 'competencycommittee', 1), |
| (18, 'course', 1), | | (18, 'course', 1), |
| (19, 'coursecontent', 1), | | (19, 'coursecontent', 1), |
| (20, 'curriculum', 1), | | (20, 'curriculum', 1), |
| (21, 'dashboard', 1), | | (21, 'dashboard', 1), |
| (22, 'disclaimers', 1), | | (22, 'disclaimers', 1), |
| (23, 'disclaimer_audience', 1), | | (23, 'disclaimer_audience', 1), |
| (24, 'disclaimer_audience_users', 1), | | (24, 'disclaimer_audience_users', 1), |
| (25, 'discussion', 1), | | (25, 'discussion', 1), |
| (26, 'evaluation', 1), | | (26, 'evaluation', 1), |
| (27, 'evaluationform', 1), | | (27, 'evaluationform', 1), |
| (28, 'evaluationformquestion', 1), | | (28, 'evaluationformquestion', 1), |
| (29, 'evaluationquestion', 1), | | (29, 'evaluationquestion', 1), |
| (30, 'event', 1), | | (30, 'event', 1), |
| (31, 'eventcontent', 1), | | (31, 'eventcontent', 1), |
| (32, 'exam', 1), | | (32, 'exam', 1), |
| (33, 'examdashboard', 1), | | (33, 'examdashboard', 1), |
| (34, 'examfolder', 1), | | (34, 'examfolder', 1), |
| (35, 'examgradefnb', 1), | | (35, 'examgradefnb', 1), |
| (36, 'examquestion', 1), | | (36, 'examquestion', 1), |
| (37, 'examquestiongroup', 1), | | (37, 'examquestiongroup', 1), |
| (38, 'examquestiongroupindex', 1), | | (38, 'examquestiongroupindex', 1), |
| (39, 'examquestionindex', 1), | | (39, 'examquestionindex', 1), |
| (40, 'firstlogin', 1), | | (40, 'firstlogin', 1), |
| (41, 'gradebook', 1), | | (41, 'gradebook', 1), |
| (42, 'incident', 1), | | (42, 'incident', 1), |
| (43, 'library', 1), | | (43, 'library', 1), |
| (44, 'logbook', 1), | | (44, 'logbook', 1), |
| (45, 'logbook-entry', 1), | | (45, 'logbook-entry', 1), |
| (46, 'lor', 1), | | (46, 'lor', 1), |
| (47, 'lottery', 1), | | (47, 'lottery', 1), |
| (48, 'masquerade', 1), | | (48, 'masquerade', 1), |
| (49, 'metadata', 1), | | (49, 'metadata', 1), |
| (50, 'mspr', 1), | | (50, 'mspr', 1), |
| (51, 'mydepartment', 1), | | (51, 'mydepartment', 1), |
| (52, 'myowndepartment', 1), | | (52, 'myowndepartment', 1), |
| (53, 'notice', 1), | | (53, 'notice', 1), |
| (54, 'objective', 1), | | (54, 'objective', 1), |
| (55, 'objectiveattributes', 1), | | (55, 'objectiveattributes', 1), |
| (56, 'objectivedetails', 1), | | (56, 'objectivedetails', 1), |
| (57, 'objectivehistory', 1), | | (57, 'objectivehistory', 1), |
| (58, 'objectivenotes', 1), | | (58, 'objectivenotes', 1), |
| (59, 'observerships', 1), | | (59, 'observerships', 1), |
| (60, 'people', 1), | | (60, 'people', 1), |
| (61, 'photo', 1), | | (61, 'photo', 1), |
| (62, 'podcast', 1), | | (62, 'podcast', 1), |
| (63, 'poll', 1), | | (63, 'poll', 1), |
| (64, 'portfolio-advisor', 1), | | (64, 'portfolio-advisor', 1), |
| (65, 'portfolio-artifact', 1), | | (65, 'portfolio-artifact', 1), |
| (66, 'portfolio-comment', 1), | | (66, 'portfolio-comment', 1), |
| (67, 'portfolio-entry', 1), | | (67, 'portfolio-entry', 1), |
| (68, 'portfolio-folder', 1), | | (68, 'portfolio-folder', 1), |
| (69, 'portfolio-objective', 1), | | (69, 'portfolio-objective', 1), |
| (70, 'portfolio-portfolio', 1), | | (70, 'portfolio-portfolio', 1), |
| (71, 'portfolio-student', 1), | | (71, 'portfolio-student', 1), |
| (72, 'profile', 1), | | (72, 'profile', 1), |
| (73, 'quiz', 1), | | (73, 'quiz', 1), |
| (74, 'regionaled', 1), | | (74, 'regionaled', 1), |
| (75, 'regionaled_tab', 1), | | (75, 'regionaled_tab', 1), |
| (76, 'report', 1), | | (76, 'report', 1), |
| (77, 'reportindex', 1), | | (77, 'reportindex', 1), |
| (78, 'resourceorganisation', 1), | | (78, 'resourceorganisation', 1), |
| (79, 'rotationschedule', 1), | | (79, 'rotationschedule', 1), |
| (81, 'search', 1), | | (81, 'search', 1), |
| (82, 'secure', 1), | | (82, 'secure', 1), |
| (83, 'studentadmin', 1), | | (83, 'studentadmin', 1), |
| (84, 'task', 1), | | (84, 'task', 1), |
| (85, 'tasktab', 1), | | (85, 'tasktab', 1), |
| (86, 'taskverification', 1), | | (86, 'taskverification', 1), |
| (87, 'unitcontent', 1), | | (87, 'unitcontent', 1), |
| (88, 'user', 1), | | (88, 'user', 1), |
| (89, 'weekcontent', 1), | | (89, 'weekcontent', 1), |
| (128, 'communitydiscussion', 1), | | (128, 'communitydiscussion', 1), |
| (129, 'communitydiscussiontopic', 1), | | (129, 'communitydiscussiontopic', 1), |
| (130, 'communityfolder', 1), | | (130, 'communityfolder', 1), |
| (131, 'communityfile', 1), | | (131, 'communityfile', 1), |
| (132, 'communitylink', 1), | | (132, 'communitylink', 1), |
| (133, 'communityhtml', 1), | | (133, 'communityhtml', 1), |
| (134, 'communityadmin', 1), | | (134, 'communityadmin', 1), |
| (135, 'configuration', 1), | | (135, 'configuration', 1), |
| (136, 'week', 1), | | (136, 'week', 1), |
| (137, 'coursegroup', 1), | | (137, 'coursegroup', 1), |
| (138, 'unit', 1), | | (138, 'unit', 1), |
| (139, 'apartments', 1), | | (139, 'apartments', 1), |
| (140, 'regions', 1), | | (140, 'regions', 1), |
| (141, 'schedules', 1), | | (141, 'schedules', 1), |
| (142, 'electives', 1), | | (142, 'electives', 1), |
| (143, 'dutyhours', 1), | | (143, 'dutyhours', 1), |
| (144, 'categories', 1), | | (144, 'categories', 1), |
| (145, 'term', 1), | | (145, 'term', 1), |
| (146, 'yearlevels', 1), | | (146, 'yearlevels', 1), |
| (147, 'permission', 1), | | (147, 'permission', 1), |
| (148, 'quizquestion', 1), | | (148, 'quizquestion', 1), |
| (149, 'quizresult', 1), | | (149, 'quizresult', 1), |
| (150, 'evaluations', 1), | | (150, 'evaluations', 1), |
| (151, 'forms', 1), | | (151, 'forms', 1), |
| (152, 'notifications', 1), | | (152, 'notifications', 1), |
| (153, 'reports', 1), | | (153, 'reports', 1), |
| (154, 'anonymous-feedback', 1), | | (154, 'anonymous-feedback', 1), |
| (155, 'group', 1), | | (155, 'group', 1), |
| (156, 'encounter_tracking', 1), | | (156, 'encounter_tracking', 1), |
| (157, 'secureaccesskey', 1), | | (157, 'secureaccesskey', 1), |
| (158, 'secureaccessfile', 1), | | (158, 'secureaccessfile', 1), |
| (159, 'learners', 1), | | (159, 'learners', 1), |
| (160, 'assessmentreportadmin', 1), | | (160, 'assessmentreportadmin', 1), |
| (161, 'cbme', 1), | | (161, 'cbme', 1), |
| (162, 'aclmanager', 1), | | (162, 'aclmanager', 1), |
| (163, 'aclmanagerconfig', 1), | | (163, 'aclmanagerconfig', 1), |
| (164, 'lotteries', 1), | | (164, 'lotteries', 1), |
| (165, 'lottery_stages', 1), | | (165, 'lottery_stages', 1), |
| (166, 'lottery_stage_phases', 1), | | (166, 'lottery_stage_phases', 1), |
| (167, 'lottery_rotation_options', 1), | | (167, 'lottery_rotation_options', 1), |
| (168, 'lottery_learner_rankings', 1), | | (168, 'lottery_learner_rankings', 1), |
| (169, 'lottery_schedules', 1), | | (169, 'lottery_schedules', 1), |
| (170, 'lottery_schedule_variations', 1), | | (170, 'lottery_schedule_variations', 1), |
| (171, 'lottery_job_submissions', 1), | | (171, 'lottery_job_submissions', 1), |
| (172, 'case', 1), | | (172, 'case', 1), |
| (173, 'rotationschedulestudent', 1), | | (173, 'rotationschedulestudent', 1), |
| (174, 'sandboxes', 1), | | (174, 'sandboxes', 1), |
| (175, 'absence', 1), | | (175, 'absence', 1), |
| (176, 'absencedetail', 1), | | (176, 'absencedetail', 1), |
| (177, 'absenceapproval', 1), | | (177, 'absenceapproval', 1), |
| (178, 'absencepool', 1), | | (178, 'absencepool', 1), |
| (179, 'absencereason', 1), | | (179, 'absencereason', 1), |
| (180, 'assessments-expiry', 1), | | (180, 'assessments-expiry', 1), |
| (181, 'learnercalendar', 1), | | (181, 'learnercalendar', 1), |
| (182, 'location', 1), | | (182, 'location', 1), |
| (183, 'evaluationadmin', 1), | | (183, 'evaluationadmin', 1), |
| (184, 'locale_configuration', 1), | | (184, 'locale_configuration', 1), |
| (185, 'courselist', 1), | | (185, 'courselist', 1), |
| (186, 'lottery_learner_block_swap', 1), | | (186, 'lottery_learner_block_swap', 1), |
| (187, 'imports_import_header', 1), | | (187, 'imports_import_header', 1), |
| (188, 'imports_phasecoursecrosswalk', 1), | | (188, 'imports_phasecoursecrosswalk', 1), |
| (189, 'imports_phasesessioncrosswalk', 1), | | (189, 'imports_phasesessioncrosswalk', 1), |
| (190, 'lottery_learner_stage_exclusion', 1), | | (190, 'lottery_learner_stage_exclusion', 1), |
| (191, 'documentrequests_documentrequest', 1), | | (191, 'documentrequests_documentrequest', 1), |
| (192, 'documentrequests_documentrequestresponse', 1), | | (192, 'documentrequests_documentrequestresponse', 1), |
| (193, 'yellowfin', 1), | | (193, 'yellowfin', 1), |
| (194, 'course-enrolment-booking-transformation', 1), | | (194, 'course-enrolment-booking-transformation', 1), |
| (195, 'portfolios_portfolio', 1), | | (195, 'portfolios_portfolio', 1), |
| (196, 'portfolios_task', 1), | | (196, 'portfolios_task', 1), |
| (197, 'portfolios_task_submission', 1), | | (197, 'portfolios_task_submission', 1), |
| (198, 'portfolios_comment', 1), | | (198, 'portfolios_comment', 1), |
| (199, 'portfolios_task_form', 1); | | (199, 'portfolios_task_form', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `acl_permissions` | | -- Table structure for table `acl_permissions` |
| -- | | -- |
| | | |
| CREATE TABLE `acl_permissions` ( | | CREATE TABLE `acl_permissions` ( |
| `permission_id` int(12) NOT NULL, | | `permission_id` int(12) NOT NULL, |
| `resource_type` varchar(64) CHARACTER SET utf8 DEFAULT NULL, | | `resource_type` varchar(64) CHARACTER SET utf8 DEFAULT NULL, |
| `resource_value` int(12) DEFAULT NULL, | | `resource_value` int(12) DEFAULT NULL, |
| `entity_type` varchar(64) CHARACTER SET utf8 DEFAULT NULL, | | `entity_type` varchar(64) CHARACTER SET utf8 DEFAULT NULL, |
| `entity_value` varchar(64) CHARACTER SET utf8 DEFAULT NULL, | | `entity_value` varchar(64) CHARACTER SET utf8 DEFAULT NULL, |
| `app_id` int(12) DEFAULT NULL, | | `app_id` int(12) DEFAULT NULL, |
| `create` tinyint(1) DEFAULT NULL, | | `create` tinyint(1) DEFAULT NULL, |
| `read` tinyint(1) DEFAULT NULL, | | `read` tinyint(1) DEFAULT NULL, |
| `update` tinyint(1) DEFAULT NULL, | | `update` tinyint(1) DEFAULT NULL, |
| `delete` tinyint(1) DEFAULT NULL, | | `delete` tinyint(1) DEFAULT NULL, |
| `assertion` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, | | `assertion` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `active_from` bigint(20) DEFAULT NULL, | | `active_from` bigint(20) DEFAULT NULL, |
| `active_until` bigint(20) DEFAULT NULL, | | `active_until` bigint(20) DEFAULT NULL, |
| `managed` tinyint(4) DEFAULT NULL, | | `managed` tinyint(4) DEFAULT NULL, |
| `context` text COLLATE utf8_unicode_ci | | `context` text COLLATE utf8_unicode_ci |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `acl_permissions` | | -- Dumping data for table `acl_permissions` |
| -- | | -- |
| | | |
| INSERT INTO `acl_permissions` (`permission_id`, `resource_type`, `resource_value`, `entity_type`, `entity_value`, `app_id`, `create`, `read`, `update`, `delete`, `assertion`, `active_from`, `active_until`, `managed`, `context`) VALUES | | INSERT INTO `acl_permissions` (`permission_id`, `resource_type`, `resource_value`, `entity_type`, `entity_value`, `app_id`, `create`, `read`, `update`, `delete`, `assertion`, `active_from`, `active_until`, `managed`, `context`) VALUES |
| (1, 'community', NULL, NULL, NULL, 1, 1, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (1, 'community', NULL, NULL, NULL, 1, 1, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (2, 'course', NULL, 'group', 'student', 1, NULL, 0, NULL, NULL, 'NotCourseEnrollment', NULL, NULL, NULL, NULL), | | (2, 'course', NULL, 'group', 'student', 1, NULL, 0, NULL, NULL, 'NotCourseEnrollment', NULL, NULL, NULL, NULL), |
| (3, 'course', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'ResourceOrganisation&NotGuest', NULL, NULL, NULL, NULL), | | (3, 'course', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'ResourceOrganisation&NotGuest', NULL, NULL, NULL, NULL), |
| (4, 'dashboard', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (4, 'dashboard', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (5, 'discussion', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (5, 'discussion', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (6, 'library', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (6, 'library', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (7, 'people', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (7, 'people', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (8, 'podcast', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (8, 'podcast', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (9, 'profile', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (9, 'profile', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (10, 'search', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (10, 'search', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (11, 'event', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'ResourceOrganisation&NotGuest', NULL, NULL, NULL, NULL), | | (11, 'event', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'ResourceOrganisation&NotGuest', NULL, NULL, NULL, NULL), |
| (12, 'resourceorganisation', 1, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (12, 'resourceorganisation', 1, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (13, 'coursecontent', NULL, 'role', 'pcoordinator', 1, NULL, NULL, 1, NULL, 'CourseOwner', NULL, NULL, NULL, NULL), | | (13, 'coursecontent', NULL, 'role', 'pcoordinator', 1, NULL, NULL, 1, NULL, 'CourseOwner', NULL, NULL, NULL, NULL), |
| (14, 'evaluation', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), | | (14, 'evaluation', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), |
| (15, 'evaluationform', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), | | (15, 'evaluationform', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), |
| (16, 'evaluationformquestion', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (16, 'evaluationformquestion', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (17, 'event', NULL, 'role', 'pcoordinator', 1, 1, NULL, NULL, NULL, 'CourseOwner', NULL, NULL, NULL, NULL), | | (17, 'event', NULL, 'role', 'pcoordinator', 1, 1, NULL, NULL, NULL, 'CourseOwner', NULL, NULL, NULL, NULL), |
| (18, 'event', NULL, 'role', 'pcoordinator', 1, NULL, NULL, 1, 1, 'EventOwner', NULL, NULL, NULL, NULL), | | (18, 'event', NULL, 'role', 'pcoordinator', 1, NULL, NULL, 1, 1, 'EventOwner', NULL, NULL, NULL, NULL), |
| (19, 'event', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'EventEnrollment&NotGuest', NULL, NULL, NULL, NULL), | | (19, 'event', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'EventEnrollment&NotGuest', NULL, NULL, NULL, NULL), |
| (20, 'event', NULL, 'group', 'student', 1, NULL, 0, NULL, NULL, 'NotEventEnrollment', NULL, NULL, NULL, NULL), | | (20, 'event', NULL, 'group', 'student', 1, NULL, 0, NULL, NULL, 'NotEventEnrollment', NULL, NULL, NULL, NULL), |
| (21, 'eventcontent', NULL, 'role', 'pcoordinator', 1, NULL, NULL, 1, NULL, 'EventOwner', NULL, NULL, NULL, NULL), | | (21, 'eventcontent', NULL, 'role', 'pcoordinator', 1, NULL, NULL, 1, NULL, 'EventOwner', NULL, NULL, NULL, NULL), |
| (22, 'coursecontent', NULL, 'role', 'director', 1, NULL, NULL, 1, NULL, 'CourseOwner', NULL, NULL, NULL, NULL), | | (22, 'coursecontent', NULL, 'role', 'director', 1, NULL, NULL, 1, NULL, 'CourseOwner', NULL, NULL, NULL, NULL), |
| (23, 'coursecontent', NULL, 'role', 'lecturer', 1, NULL, NULL, 1, NULL, 'CourseOwner', NULL, NULL, NULL, NULL), | | (23, 'coursecontent', NULL, 'role', 'lecturer', 1, NULL, NULL, 1, NULL, 'CourseOwner', NULL, NULL, NULL, NULL), |
| (24, 'eventcontent', NULL, 'role', 'lecturer', 1, NULL, NULL, 1, NULL, 'EventOwner', NULL, NULL, NULL, NULL), | | (24, 'eventcontent', NULL, 'role', 'lecturer', 1, NULL, NULL, 1, NULL, 'EventOwner', NULL, NULL, NULL, NULL), |
| (25, 'eventcontent', NULL, 'role', 'director', 1, NULL, NULL, 1, NULL, 'EventOwner', NULL, NULL, NULL, NULL), | | (25, 'eventcontent', NULL, 'role', 'director', 1, NULL, NULL, 1, NULL, 'EventOwner', NULL, NULL, NULL, NULL), |
| (26, 'eventcontent', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, NULL, 'EventOwner', NULL, NULL, NULL, NULL), | | (26, 'eventcontent', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, NULL, 'EventOwner', NULL, NULL, NULL, NULL), |
| (27, NULL, NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (27, NULL, NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (28, 'notice', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), | | (28, 'notice', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), |
| (29, 'notice', NULL, 'group:role', 'faculty:admin', 1, 1, NULL, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), | | (29, 'notice', NULL, 'group:role', 'faculty:admin', 1, 1, NULL, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), |
| (30, 'notice', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), | | (30, 'notice', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), |
| (31, 'notice', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), | | (31, 'notice', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), |
| (32, 'resourceorganisation', 1, 'organisation:group:role', '1:faculty:director', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (32, 'resourceorganisation', 1, 'organisation:group:role', '1:faculty:director', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (33, 'resourceorganisation', 1, 'organisation:group:role', '1:faculty:admin', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (33, 'resourceorganisation', 1, 'organisation:group:role', '1:faculty:admin', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (34, 'resourceorganisation', 1, 'organisation:group:role', '1:staff:admin', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (34, 'resourceorganisation', 1, 'organisation:group:role', '1:staff:admin', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (35, 'resourceorganisation', 1, 'organisation:group:role', '1:staff:pcoordinator', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (35, 'resourceorganisation', 1, 'organisation:group:role', '1:staff:pcoordinator', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (36, 'resourceorganisation', NULL, NULL, NULL, 1, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL), | | (36, 'resourceorganisation', NULL, NULL, NULL, 1, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL), |
| (38, 'poll', NULL, 'role', 'pcoordinator', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (38, 'poll', NULL, 'role', 'pcoordinator', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (39, 'quiz', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL), | | (39, 'quiz', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL), |
| (40, 'firstlogin', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (40, 'firstlogin', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (41, 'community', NULL, NULL, NULL, 1, NULL, NULL, 1, 1, 'CommunityOwner', NULL, NULL, NULL, NULL), | | (41, 'community', NULL, NULL, NULL, 1, NULL, NULL, 1, 1, 'CommunityOwner', NULL, NULL, NULL, NULL), |
| (42, 'quiz', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL), | | (42, 'quiz', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL), |
| (43, 'quiz', NULL, 'group:role', 'faculty:lecturer', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL), | | (43, 'quiz', NULL, 'group:role', 'faculty:lecturer', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL), |
| (44, 'quiz', NULL, 'group:role', 'resident:lecturer', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL), | | (44, 'quiz', NULL, 'group:role', 'resident:lecturer', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL), |
| (45, 'quiz', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL), | | (45, 'quiz', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL), |
| (46, 'quiz', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL), | | (46, 'quiz', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'QuizOwner', NULL, NULL, NULL, NULL), |
| (47, NULL, NULL, 'group:role', 'guest:communityinvite', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (47, NULL, NULL, 'group:role', 'guest:communityinvite', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (48, 'clerkship', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'Clerkship', NULL, NULL, NULL, NULL), | | (48, 'clerkship', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'Clerkship', NULL, NULL, NULL, NULL), |
| (49, 'clerkship', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (49, 'clerkship', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (50, 'clerkship', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (50, 'clerkship', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (51, NULL, NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), | | (51, NULL, NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), |
| (52, 'resourceorganisation', 1, 'organisation:group:role', '1:staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (52, 'resourceorganisation', 1, 'organisation:group:role', '1:staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (53, 'clerkship', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (53, 'clerkship', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (54, 'clerkship', NULL, 'group:role', 'faculty:clerkship', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (54, 'clerkship', NULL, 'group:role', 'faculty:clerkship', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (55, 'quiz', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (55, 'quiz', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (56, 'quiz', NULL, 'group', 'faculty', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (56, 'quiz', NULL, 'group', 'faculty', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (57, 'quiz', NULL, 'group', 'staff', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (57, 'quiz', NULL, 'group', 'staff', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (58, 'quiz', NULL, 'group:role', 'resident:lecturer', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (58, 'quiz', NULL, 'group:role', 'resident:lecturer', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (59, 'photo', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'Photo', NULL, NULL, NULL, NULL), | | (59, 'photo', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'Photo', NULL, NULL, NULL, NULL), |
| (60, 'photo', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (60, 'photo', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (61, 'photo', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (61, 'photo', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (62, 'clerkshipschedules', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (62, 'clerkshipschedules', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (63, 'clerkshipschedules', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (63, 'clerkshipschedules', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (64, 'reportindex', NULL, 'organisation:group:role', '1:staff:admin', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (64, 'reportindex', NULL, 'organisation:group:role', '1:staff:admin', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (65, 'report', NULL, 'organisation:group:role', '1:staff:admin', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (65, 'report', NULL, 'organisation:group:role', '1:staff:admin', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (66, 'assistant_support', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (66, 'assistant_support', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (67, 'assistant_support', NULL, 'group:role', 'faculty:clerkship', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (67, 'assistant_support', NULL, 'group:role', 'faculty:clerkship', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (68, 'assistant_support', NULL, 'group:role', 'faculty:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (68, 'assistant_support', NULL, 'group:role', 'faculty:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (69, 'assistant_support', NULL, 'group:role', 'faculty:lecturer', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (69, 'assistant_support', NULL, 'group:role', 'faculty:lecturer', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (70, 'assistant_support', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (70, 'assistant_support', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (71, 'assistant_support', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (71, 'assistant_support', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (75, 'logbook', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), | | (75, 'logbook', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), |
| (76, 'annualreport', NULL, 'group', 'faculty', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (76, 'annualreport', NULL, 'group', 'faculty', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (77, 'gradebook', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, 'GradebookOwner', NULL, NULL, NULL, NULL), | | (77, 'gradebook', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, 'GradebookOwner', NULL, NULL, NULL, NULL), |
| (78, 'gradebook', NULL, 'group:role', 'faculty:admin', 1, NULL, 1, NULL, NULL, 'GradebookOwner', NULL, NULL, NULL, NULL), | | (78, 'gradebook', NULL, 'group:role', 'faculty:admin', 1, NULL, 1, NULL, NULL, 'GradebookOwner', NULL, NULL, NULL, NULL), |
| (79, 'gradebook', NULL, 'group:role', 'faculty:director', 1, NULL, 1, NULL, NULL, 'GradebookOwner', NULL, NULL, NULL, NULL), | | (79, 'gradebook', NULL, 'group:role', 'faculty:director', 1, NULL, 1, NULL, NULL, 'GradebookOwner', NULL, NULL, NULL, NULL), |
| (80, 'dashboard', NULL, NULL, NULL, 1, NULL, NULL, 1, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (80, 'dashboard', NULL, NULL, NULL, 1, NULL, NULL, 1, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (81, 'regionaled', NULL, 'group', 'resident', 1, NULL, 1, NULL, NULL, 'HasAccommodations', NULL, NULL, NULL, NULL), | | (81, 'regionaled', NULL, 'group', 'resident', 1, NULL, 1, NULL, NULL, 'HasAccommodations', NULL, NULL, NULL, NULL), |
| (82, 'regionaled', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'HasAccommodations', NULL, NULL, NULL, NULL), | | (82, 'regionaled', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'HasAccommodations', NULL, NULL, NULL, NULL), |
| (83, 'regionaled_tab', NULL, 'group', 'resident', 1, NULL, 1, NULL, NULL, 'HasAccommodations', NULL, NULL, NULL, NULL), | | (83, 'regionaled_tab', NULL, 'group', 'resident', 1, NULL, 1, NULL, NULL, 'HasAccommodations', NULL, NULL, NULL, NULL), |
| (84, 'awards', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (84, 'awards', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (85, 'mspr', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (85, 'mspr', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (86, 'mspr', NULL, 'group', 'student', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), | | (86, 'mspr', NULL, 'group', 'student', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), |
| (87, 'user', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (87, 'user', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (88, 'incident', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (88, 'incident', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (89, 'task', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), | | (89, 'task', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), |
| (90, 'task', NULL, 'group:role', 'faculty:director', 1, NULL, 1, 1, 1, 'TaskOwner', NULL, NULL, NULL, NULL), | | (90, 'task', NULL, 'group:role', 'faculty:director', 1, NULL, 1, 1, 1, 'TaskOwner', NULL, NULL, NULL, NULL), |
| (91, 'task', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'TaskRecipient', NULL, NULL, NULL, NULL), | | (91, 'task', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'TaskRecipient', NULL, NULL, NULL, NULL), |
| (92, 'task', NULL, 'role', 'pcoordinator', 1, NULL, 1, 1, 1, 'TaskOwner', NULL, NULL, NULL, NULL), | | (92, 'task', NULL, 'role', 'pcoordinator', 1, NULL, 1, 1, 1, 'TaskOwner', NULL, NULL, NULL, NULL), |
| (93, 'task', NULL, 'group:role', 'faculty:director', 1, 1, NULL, NULL, NULL, 'CourseOwner', NULL, NULL, NULL, NULL), | | (93, 'task', NULL, 'group:role', 'faculty:director', 1, 1, NULL, NULL, NULL, 'CourseOwner', NULL, NULL, NULL, NULL), |
| (94, 'task', NULL, 'role', 'pcoordinator', 1, 1, NULL, NULL, NULL, 'CourseOwner', NULL, NULL, NULL, NULL), | | (94, 'task', NULL, 'role', 'pcoordinator', 1, 1, NULL, NULL, NULL, 'CourseOwner', NULL, NULL, NULL, NULL), |
| (95, 'taskverification', NULL, NULL, NULL, 1, NULL, NULL, 1, NULL, 'TaskVerifier', NULL, NULL, NULL, NULL), | | (95, 'taskverification', NULL, NULL, NULL, 1, NULL, NULL, 1, NULL, 'TaskVerifier', NULL, NULL, NULL, NULL), |
| (96, 'task', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'TaskVerifier', NULL, NULL, NULL, NULL), | | (96, 'task', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'TaskVerifier', NULL, NULL, NULL, NULL), |
| (97, 'tasktab', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'ShowTaskTab', NULL, NULL, NULL, NULL), | | (97, 'tasktab', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'ShowTaskTab', NULL, NULL, NULL, NULL), |
| (98, 'mydepartment', NULL, 'group', 'faculty', 1, 1, 1, 1, 1, 'DepartmentHead', NULL, NULL, NULL, NULL), | | (98, 'mydepartment', NULL, 'group', 'faculty', 1, 1, 1, 1, 1, 'DepartmentHead', NULL, NULL, NULL, NULL), |
| (99, 'myowndepartment', NULL, 'user', '1', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (99, 'myowndepartment', NULL, 'user', '1', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (100, 'annualreportadmin', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (100, 'annualreportadmin', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (101, 'gradebook', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (101, 'gradebook', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (102, 'metadata', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (102, 'metadata', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (103, 'evaluation', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'IsEvaluated', NULL, NULL, NULL, NULL), | | (103, 'evaluation', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'IsEvaluated', NULL, NULL, NULL, NULL), |
| (104, 'evaluation', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'EvaluationReviewer', NULL, NULL, NULL, NULL), | | (104, 'evaluation', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'EvaluationReviewer', NULL, NULL, NULL, NULL), |
| (105, 'evaluationform', NULL, 'group', 'faculty', 1, 1, 1, 1, NULL, 'EvaluationFormAuthor&ResourceOrganisation', NULL, NULL, NULL, NULL), | | (105, 'evaluationform', NULL, 'group', 'faculty', 1, 1, 1, 1, NULL, 'EvaluationFormAuthor&ResourceOrganisation', NULL, NULL, NULL, NULL), |
| (106, 'evaluationquestion', NULL, 'group', 'faculty', 1, 1, 1, 1, NULL, 'ResourceOrganisation', NULL, NULL, NULL, NULL), | | (106, 'evaluationquestion', NULL, 'group', 'faculty', 1, 1, 1, 1, NULL, 'ResourceOrganisation', NULL, NULL, NULL, NULL), |
| (107, 'evaluationquestion', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), | | (107, 'evaluationquestion', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), |
| (110, 'coursecontent', NULL, 'group:role', 'staff:admin', NULL, NULL, 0, NULL, NULL, 'NotCourseOwner', NULL, NULL, NULL, NULL), | | (110, 'coursecontent', NULL, 'group:role', 'staff:admin', NULL, NULL, 0, NULL, NULL, 'NotCourseOwner', NULL, NULL, NULL, NULL), |
| (111, 'coursecontent', NULL, 'group', 'faculty', NULL, NULL, 0, NULL, NULL, 'NotCourseOwner', NULL, NULL, NULL, NULL), | | (111, 'coursecontent', NULL, 'group', 'faculty', NULL, NULL, 0, NULL, NULL, 'NotCourseOwner', NULL, NULL, NULL, NULL), |
| (112, 'gradebook', NULL, 'group', 'faculty', NULL, NULL, 1, 1, NULL, 'GradebookDropbox', NULL, NULL, NULL, NULL), | | (112, 'gradebook', NULL, 'group', 'faculty', NULL, NULL, 1, 1, NULL, 'GradebookDropbox', NULL, NULL, NULL, NULL), |
| (113, 'gradebook', NULL, 'group:role', 'staff:admin', NULL, NULL, 1, 1, NULL, 'GradebookDropbox', NULL, NULL, NULL, NULL), | | (113, 'gradebook', NULL, 'group:role', 'staff:admin', NULL, NULL, 1, 1, NULL, 'GradebookDropbox', NULL, NULL, NULL, NULL), |
| (114, 'assignment', NULL, 'group', 'faculty', NULL, NULL, 1, 1, NULL, 'AssignmentContact', NULL, NULL, NULL, NULL), | | (114, 'assignment', NULL, 'group', 'faculty', NULL, NULL, 1, 1, NULL, 'AssignmentContact', NULL, NULL, NULL, NULL), |
| (115, 'assessment', NULL, 'group', 'faculty', NULL, NULL, NULL, 1, NULL, 'AssessmentContact', NULL, NULL, NULL, NULL), | | (115, 'assessment', NULL, 'group', 'faculty', NULL, NULL, NULL, 1, NULL, 'AssessmentContact', NULL, NULL, NULL, NULL), |
| (116, 'assignment', NULL, 'group:role', 'staff:admin', NULL, NULL, 1, 1, NULL, 'AssignmentContact', NULL, NULL, NULL, NULL), | | (116, 'assignment', NULL, 'group:role', 'staff:admin', NULL, NULL, 1, 1, NULL, 'AssignmentContact', NULL, NULL, NULL, NULL), |
| (117, 'assessment', NULL, 'group:role', 'staff:admin', NULL, NULL, NULL, 1, NULL, 'AssessmentContact', NULL, NULL, NULL, NULL), | | (117, 'assessment', NULL, 'group:role', 'staff:admin', NULL, NULL, NULL, 1, NULL, 'AssessmentContact', NULL, NULL, NULL, NULL), |
| (131, 'masquerade', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (131, 'masquerade', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (133, 'observerships', NULL, 'role', 'student', 1, 1, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), | | (133, 'observerships', NULL, 'role', 'student', 1, 1, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), |
| (134, 'observerships', NULL, 'group:role', 'faculty:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (134, 'observerships', NULL, 'group:role', 'faculty:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (135, 'observerships', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (135, 'observerships', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (136, 'poll', NULL, 'group:role', 'faculty:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (136, 'poll', NULL, 'group:role', 'faculty:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (137, 'poll', NULL, 'group:role', 'staff:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (137, 'poll', NULL, 'group:role', 'staff:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (138, 'assessmentcomponent', NULL, 'role', 'admin', NULL, 1, 1, 1, 1, 'AssessmentComponent', NULL, NULL, NULL, NULL), | | (138, 'assessmentcomponent', NULL, 'role', 'admin', NULL, 1, 1, 1, 1, 'AssessmentComponent', NULL, NULL, NULL, NULL), |
| (139, 'assessmentcomponent', NULL, 'group:role', 'staff:pcoordinator', NULL, 1, 1, 1, 1, 'AssessmentComponent', NULL, NULL, NULL, NULL), | | (139, 'assessmentcomponent', NULL, 'group:role', 'staff:pcoordinator', NULL, 1, 1, 1, 1, 'AssessmentComponent', NULL, NULL, NULL, NULL), |
| (140, 'assessments', NULL, 'group:role', 'staff:pcoordinator', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (140, 'assessments', NULL, 'group:role', 'staff:pcoordinator', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (141, 'assessments', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (141, 'assessments', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (142, 'assessor', NULL, NULL, NULL, 1, 1, 1, 1, NULL, 'Assessor', NULL, NULL, NULL, NULL), | | (142, 'assessor', NULL, NULL, NULL, 1, 1, 1, 1, NULL, 'Assessor', NULL, NULL, NULL, NULL), |
| (143, 'assessmentprogress', NULL, NULL, NULL, 1, 1, 1, 1, 1, 'AssessmentProgress', NULL, NULL, NULL, NULL), | | (143, 'assessmentprogress', NULL, NULL, NULL, 1, 1, 1, 1, 1, 'AssessmentProgress', NULL, NULL, NULL, NULL), |
| (144, 'assessmentresult', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'AssessmentResult', NULL, NULL, NULL, NULL), | | (144, 'assessmentresult', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'AssessmentResult', NULL, NULL, NULL, NULL), |
| (145, 'academicadvisor', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'AcademicAdvisor', NULL, NULL, NULL, NULL), | | (145, 'academicadvisor', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'AcademicAdvisor', NULL, NULL, NULL, NULL), |
| (146, 'academicadvisor', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, 1, NULL, NULL, 'AcademicAdvisor', NULL, NULL, NULL, NULL), | | (146, 'academicadvisor', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, 1, NULL, NULL, 'AcademicAdvisor', NULL, NULL, NULL, NULL), |
| (147, 'gradebook', NULL, 'group', 'student', 1, 1, 1, 1, 1, 'GradebookTA', NULL, NULL, NULL, NULL), | | (147, 'gradebook', NULL, 'group', 'student', 1, 1, 1, 1, 1, 'GradebookTA', NULL, NULL, NULL, NULL), |
| (148, 'exam', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'ExamOwner', NULL, NULL, NULL, NULL), | | (148, 'exam', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'ExamOwner', NULL, NULL, NULL, NULL), |
| (149, 'exam', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'ExamOwner', NULL, NULL, NULL, NULL), | | (149, 'exam', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'ExamOwner', NULL, NULL, NULL, NULL), |
| (150, 'exam', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'ExamOwner', NULL, NULL, NULL, NULL), | | (150, 'exam', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'ExamOwner', NULL, NULL, NULL, NULL), |
| (151, 'exam', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (151, 'exam', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (152, 'exam', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (152, 'exam', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (153, 'exam', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (153, 'exam', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (154, 'exam', NULL, 'group:role', 'staff:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (154, 'exam', NULL, 'group:role', 'staff:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (155, 'exam', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (155, 'exam', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (156, 'exam', NULL, 'group:role', 'faculty:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (156, 'exam', NULL, 'group:role', 'faculty:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (157, 'exam', NULL, 'group:role', 'faculty:director', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (157, 'exam', NULL, 'group:role', 'faculty:director', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (158, 'exam', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'ExamOwner', NULL, NULL, NULL, NULL), | | (158, 'exam', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'ExamOwner', NULL, NULL, NULL, NULL), |
| (159, 'examdashboard', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (159, 'examdashboard', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (160, 'examdashboard', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (160, 'examdashboard', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (161, 'examfolder', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'ExamFolderOwner', NULL, NULL, NULL, NULL), | | (161, 'examfolder', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'ExamFolderOwner', NULL, NULL, NULL, NULL), |
| (162, 'examfolder', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (162, 'examfolder', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (163, 'examfolder', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'ExamFolderOwner', NULL, NULL, NULL, NULL), | | (163, 'examfolder', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'ExamFolderOwner', NULL, NULL, NULL, NULL), |
| (164, 'examfolder', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'ExamFolderOwner', NULL, NULL, NULL, NULL), | | (164, 'examfolder', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'ExamFolderOwner', NULL, NULL, NULL, NULL), |
| (165, 'examfolder', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'ExamFolderOwner', NULL, NULL, NULL, NULL), | | (165, 'examfolder', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'ExamFolderOwner', NULL, NULL, NULL, NULL), |
| (166, 'examfolder', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (166, 'examfolder', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (167, 'examfolder', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (167, 'examfolder', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (168, 'examgradefnb', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (168, 'examgradefnb', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (169, 'examgradefnb', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (169, 'examgradefnb', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (170, 'examgradefnb', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (170, 'examgradefnb', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (171, 'examquestion', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (171, 'examquestion', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (172, 'examquestion', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner', NULL, NULL, NULL, NULL), | | (172, 'examquestion', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner', NULL, NULL, NULL, NULL), |
| (173, 'examquestion', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner', NULL, NULL, NULL, NULL), | | (173, 'examquestion', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner', NULL, NULL, NULL, NULL), |
| (174, 'examquestion', NULL, 'group:role', 'staff:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (174, 'examquestion', NULL, 'group:role', 'staff:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (175, 'examquestion', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (175, 'examquestion', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (176, 'examquestion', NULL, 'group:role', 'faculty:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (176, 'examquestion', NULL, 'group:role', 'faculty:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (177, 'examquestion', NULL, 'group:role', 'faculty:director', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (177, 'examquestion', NULL, 'group:role', 'faculty:director', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (178, 'examquestion', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner', NULL, NULL, NULL, NULL), | | (178, 'examquestion', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner', NULL, NULL, NULL, NULL), |
| (179, 'examquestion', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (179, 'examquestion', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (180, 'examquestion', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner', NULL, NULL, NULL, NULL), | | (180, 'examquestion', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner', NULL, NULL, NULL, NULL), |
| (181, 'examquestion', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (181, 'examquestion', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (182, 'examquestion', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (182, 'examquestion', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (183, 'examquestiongroup', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'ExamQuestionGroupOwner', NULL, NULL, NULL, NULL), | | (183, 'examquestiongroup', NULL, 'group:role', 'faculty:director', 1, NULL, NULL, 1, 1, 'ExamQuestionGroupOwner', NULL, NULL, NULL, NULL), |
| (184, 'examquestiongroup', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'ExamQuestionGroupOwner', NULL, NULL, NULL, NULL), | | (184, 'examquestiongroup', NULL, 'group:role', 'faculty:admin', 1, NULL, NULL, 1, 1, 'ExamQuestionGroupOwner', NULL, NULL, NULL, NULL), |
| (185, 'examquestiongroup', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'ExamQuestionGroupOwner', NULL, NULL, NULL, NULL), | | (185, 'examquestiongroup', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, NULL, 1, 1, 'ExamQuestionGroupOwner', NULL, NULL, NULL, NULL), |
| (186, 'examquestiongroup', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'ExamQuestionGroupOwner', NULL, NULL, NULL, NULL), | | (186, 'examquestiongroup', NULL, 'group:role', 'staff:admin', 1, NULL, NULL, 1, 1, 'ExamQuestionGroupOwner', NULL, NULL, NULL, NULL), |
| (187, 'examquestiongroup', NULL, 'group:role', 'faculty:director', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (187, 'examquestiongroup', NULL, 'group:role', 'faculty:director', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (188, 'examquestiongroup', NULL, 'group:role', 'faculty:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (188, 'examquestiongroup', NULL, 'group:role', 'faculty:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (189, 'examquestiongroup', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (189, 'examquestiongroup', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (190, 'examquestiongroup', NULL, 'group:role', 'staff:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (190, 'examquestiongroup', NULL, 'group:role', 'staff:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (191, 'examquestiongroupindex', NULL, NULL, NULL, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (191, 'examquestiongroupindex', NULL, NULL, NULL, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (192, 'examquestiongroupindex', NULL, 'role', 'admin', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (192, 'examquestiongroupindex', NULL, 'role', 'admin', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (193, 'secure', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (193, 'secure', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (194, 'assessments', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (194, 'assessments', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (195, 'assessments', NULL, 'group', 'resident', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (195, 'assessments', NULL, 'group', 'resident', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (196, 'assessments', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (196, 'assessments', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (197, 'assessments', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (197, 'assessments', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (200, 'disclaimers', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (200, 'disclaimers', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (201, 'disclaimers', NULL, 'group:role', 'staff:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (201, 'disclaimers', NULL, 'group:role', 'staff:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (202, 'disclaimer_audience', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (202, 'disclaimer_audience', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (203, 'disclaimer_audience', NULL, 'group:role', 'staff:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (203, 'disclaimer_audience', NULL, 'group:role', 'staff:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (204, 'disclaimer_audience_users', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (204, 'disclaimer_audience_users', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (205, 'disclaimer_audience_users', NULL, 'group:role', 'staff:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (205, 'disclaimer_audience_users', NULL, 'group:role', 'staff:admin', 1, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (206, 'unitcontent', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (206, 'unitcontent', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (207, 'unitcontent', NULL, 'group', 'staff', 1, NULL, NULL, 1, 1, 'CourseUnitOwner', NULL, NULL, NULL, NULL), | | (207, 'unitcontent', NULL, 'group', 'staff', 1, NULL, NULL, 1, 1, 'CourseUnitOwner', NULL, NULL, NULL, NULL), |
| (208, 'unitcontent', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), | | (208, 'unitcontent', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), |
| (209, 'unitcontent', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), | | (209, 'unitcontent', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), |
| (210, 'unitcontent', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (210, 'unitcontent', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (211, 'unitcontent', NULL, 'group', 'faculty', 1, NULL, NULL, 1, 1, 'CourseUnitOwner', NULL, NULL, NULL, NULL), | | (211, 'unitcontent', NULL, 'group', 'faculty', 1, NULL, NULL, 1, 1, 'CourseUnitOwner', NULL, NULL, NULL, NULL), |
| (212, 'unitcontent', NULL, 'group:role', 'faculty:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (212, 'unitcontent', NULL, 'group:role', 'faculty:admin', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (213, 'unitcontent', NULL, 'group:role', 'faculty:director', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (213, 'unitcontent', NULL, 'group:role', 'faculty:director', 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (214, 'unitcontent', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (214, 'unitcontent', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (215, 'unitcontent', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (215, 'unitcontent', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (216, 'weekcontent', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (216, 'weekcontent', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (217, 'metadata', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (217, 'metadata', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (218, 'curriculum', NULL, 'group:role', 'staff:pcoordinator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (218, 'curriculum', NULL, 'group:role', 'staff:pcoordinator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (219, 'objective', NULL, 'group:role', 'staff:pcoordinator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (219, 'objective', NULL, 'group:role', 'staff:pcoordinator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (220, 'objectivehistory', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (220, 'objectivehistory', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (221, 'objectivedetails', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (221, 'objectivedetails', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (222, 'objectivenotes', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (222, 'objectivenotes', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (223, 'objectiveattributes', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (223, 'objectiveattributes', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (224, 'curriculum', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (224, 'curriculum', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (225, 'objective', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (225, 'objective', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (226, 'objectivehistory', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (226, 'objectivehistory', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (227, 'objectivedetails', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (227, 'objectivedetails', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (228, 'objectivenotes', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (228, 'objectivenotes', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (229, 'objectiveattributes', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (229, 'objectiveattributes', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (230, 'curriculum', NULL, 'group:role', 'faculty:faculty', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (230, 'curriculum', NULL, 'group:role', 'faculty:faculty', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (231, 'objective', NULL, 'group:role', 'faculty:faculty', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (231, 'objective', NULL, 'group:role', 'faculty:faculty', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (232, 'objectivedetails', NULL, 'group:role', 'faculty:faculty', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (232, 'objectivedetails', NULL, 'group:role', 'faculty:faculty', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (233, 'objectiveattributes', NULL, 'group:role', 'faculty:faculty', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (233, 'objectiveattributes', NULL, 'group:role', 'faculty:faculty', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (234, 'objectivehistory', NULL, 'group:role', 'faculty:faculty', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (234, 'objectivehistory', NULL, 'group:role', 'faculty:faculty', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (235, 'objectivenotes', NULL, 'group:role', 'faculty:faculty', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (235, 'objectivenotes', NULL, 'group:role', 'faculty:faculty', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (236, 'curriculum', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (236, 'curriculum', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (237, 'objective', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (237, 'objective', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (238, 'objectivedetails', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (238, 'objectivedetails', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (239, 'objectiveattributes', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (239, 'objectiveattributes', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (240, 'objectivehistory', NULL, 'group:role', 'faculty:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (240, 'objectivehistory', NULL, 'group:role', 'faculty:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (241, 'objectivenotes', NULL, 'group:role', 'faculty:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (241, 'objectivenotes', NULL, 'group:role', 'faculty:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (242, 'curriculum', NULL, 'group:role', 'resident:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (242, 'curriculum', NULL, 'group:role', 'resident:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (243, 'objective', NULL, 'group:role', 'resident:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (243, 'objective', NULL, 'group:role', 'resident:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (244, 'objectivedetails', NULL, 'group:role', 'resident:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (244, 'objectivedetails', NULL, 'group:role', 'resident:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (245, 'objectiveattributes', NULL, 'group:role', 'resident:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (245, 'objectiveattributes', NULL, 'group:role', 'resident:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (246, 'objectivehistory', NULL, 'group:role', 'resident:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (246, 'objectivehistory', NULL, 'group:role', 'resident:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (247, 'objectivenotes', NULL, 'group:role', 'resident:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (247, 'objectivenotes', NULL, 'group:role', 'resident:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (248, 'curriculum', NULL, 'group:role', 'staff:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (248, 'curriculum', NULL, 'group:role', 'staff:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (249, 'objective', NULL, 'group:role', 'staff:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (249, 'objective', NULL, 'group:role', 'staff:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (250, 'objectivedetails', NULL, 'group:role', 'staff:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (250, 'objectivedetails', NULL, 'group:role', 'staff:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (251, 'objectiveattributes', NULL, 'group:role', 'staff:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (251, 'objectiveattributes', NULL, 'group:role', 'staff:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (252, 'objectivehistory', NULL, 'group:role', 'staff:staff', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (252, 'objectivehistory', NULL, 'group:role', 'staff:staff', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (253, 'objectivenotes', NULL, 'group:role', 'staff:staff', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (253, 'objectivenotes', NULL, 'group:role', 'staff:staff', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (254, 'curriculum', NULL, 'group:role', 'medtech:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (254, 'curriculum', NULL, 'group:role', 'medtech:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (255, 'objective', NULL, 'group:role', 'medtech:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (255, 'objective', NULL, 'group:role', 'medtech:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (256, 'objectivedetails', NULL, 'group:role', 'medtech:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (256, 'objectivedetails', NULL, 'group:role', 'medtech:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (257, 'objectiveattributes', NULL, 'group:role', 'medtech:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (257, 'objectiveattributes', NULL, 'group:role', 'medtech:staff', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (258, 'objectivehistory', NULL, 'group:role', 'medtech:staff', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (258, 'objectivehistory', NULL, 'group:role', 'medtech:staff', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (259, 'objectivenotes', NULL, 'group:role', 'medtech:staff', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (259, 'objectivenotes', NULL, 'group:role', 'medtech:staff', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (262, 'objectivedetails', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (262, 'objectivedetails', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (263, 'objectiveattributes', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (263, 'objectiveattributes', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (264, 'objectivehistory', NULL, 'group', 'student', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (264, 'objectivehistory', NULL, 'group', 'student', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (265, 'objectivenotes', NULL, 'group', 'student', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (265, 'objectivenotes', NULL, 'group', 'student', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (266, 'curriculum', NULL, 'group:role', 'staff:translator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (266, 'curriculum', NULL, 'group:role', 'staff:translator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (267, 'objective', NULL, 'group:role', 'staff:translator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (267, 'objective', NULL, 'group:role', 'staff:translator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (268, 'objectivehistory', NULL, 'group:role', 'staff:translator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (268, 'objectivehistory', NULL, 'group:role', 'staff:translator', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (269, 'objectivedetails', NULL, 'group:role', 'staff:translator', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), | | (269, 'objectivedetails', NULL, 'group:role', 'staff:translator', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), |
| (270, 'objectivenotes', NULL, 'group:role', 'staff:translator', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), | | (270, 'objectivenotes', NULL, 'group:role', 'staff:translator', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), |
| (271, 'objectiveattributes', NULL, 'group:role', 'staff:translator', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (271, 'objectiveattributes', NULL, 'group:role', 'staff:translator', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (272, 'competencycommittee', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'CompetencyCommittee', NULL, NULL, NULL, NULL), | | (272, 'competencycommittee', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'CompetencyCommittee', NULL, NULL, NULL, NULL), |
| (273, 'competencycommittee', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, 1, NULL, NULL, 'CompetencyCommittee', NULL, NULL, NULL, NULL), | | (273, 'competencycommittee', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, 1, NULL, NULL, 'CompetencyCommittee', NULL, NULL, NULL, NULL), |
| (274, 'competencycommittee', NULL, 'group:role', 'staff:admin', 1, NULL, 1, NULL, NULL, 'CompetencyCommittee', NULL, NULL, NULL, NULL), | | (274, 'competencycommittee', NULL, 'group:role', 'staff:admin', 1, NULL, 1, NULL, NULL, 'CompetencyCommittee', NULL, NULL, NULL, NULL), |
| (275, 'cbmemeeting', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'CBMEMeeting', NULL, NULL, NULL, NULL), | | (275, 'cbmemeeting', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'CBMEMeeting', NULL, NULL, NULL, NULL), |
| (276, 'course', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, 1, 1, NULL, 'CourseOwner', NULL, NULL, NULL, NULL), | | (276, 'course', NULL, 'group:role', 'staff:pcoordinator', 1, NULL, 1, 1, NULL, 'CourseOwner', NULL, NULL, NULL, NULL), |
| (277, 'studentadmin', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL), | | (277, 'studentadmin', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL), |
| (278, 'examdashboard', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL), | | (278, 'examdashboard', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL), |
| (279, 'examfolder', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL), | | (279, 'examfolder', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL), |
| (280, 'examfolder', NULL, 'group', 'student', 1, NULL, NULL, 1, NULL, 'ExamFolderOwner&StudentAdmin', NULL, NULL, NULL, NULL), | | (280, 'examfolder', NULL, 'group', 'student', 1, NULL, NULL, 1, NULL, 'ExamFolderOwner&StudentAdmin', NULL, NULL, NULL, NULL), |
| (281, 'examquestionindex', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (281, 'examquestionindex', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (282, 'examquestionindex', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (282, 'examquestionindex', NULL, 'group', 'staff', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (283, 'examquestionindex', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL), | | (283, 'examquestionindex', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL), |
| (284, 'examquestion', NULL, 'group', 'student', 1, 1, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL), | | (284, 'examquestion', NULL, 'group', 'student', 1, 1, 1, NULL, NULL, 'StudentAdmin', NULL, NULL, NULL, NULL), |
| (285, 'examquestion', NULL, 'group', 'student', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner&StudentAdmin', NULL, NULL, NULL, NULL), | | (285, 'examquestion', NULL, 'group', 'student', 1, NULL, NULL, 1, 1, 'ExamQuestionOwner&StudentAdmin', NULL, NULL, NULL, NULL), |
| (286, 'notice', NULL, 'group', 'student', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (286, 'notice', NULL, 'group', 'student', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (287, 'lor', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (287, 'lor', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (288, 'lor', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (288, 'lor', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (289, 'rotationschedule', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, 'RotationScheduleOwner', NULL, NULL, NULL, NULL), | | (289, 'rotationschedule', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, 'RotationScheduleOwner', NULL, NULL, NULL, NULL), |
| (290, 'rotationschedule', NULL, 'group:role', 'staff:pcoordinator', NULL, 1, 1, 1, 1, 'RotationScheduleOwner', NULL, NULL, NULL, NULL), | | (290, 'rotationschedule', NULL, 'group:role', 'staff:pcoordinator', NULL, 1, 1, 1, 1, 'RotationScheduleOwner', NULL, NULL, NULL, NULL), |
| (291, 'assessments', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (291, 'assessments', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (292, 'assessmentcomponent', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, 'AssessmentComponent', NULL, NULL, NULL, NULL), | | (292, 'assessmentcomponent', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, 'AssessmentComponent', NULL, NULL, NULL, NULL), |
| (293, 'portfolio-advisor', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (293, 'portfolio-advisor', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (294, 'portfolio-advisor', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (294, 'portfolio-advisor', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (295, 'portfolio-advisor', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (295, 'portfolio-advisor', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (296, 'portfolio-advisor', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (296, 'portfolio-advisor', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (297, 'portfolio-advisor', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (297, 'portfolio-advisor', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (298, 'portfolio-advisor', NULL, 'group', 'faculty', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (298, 'portfolio-advisor', NULL, 'group', 'faculty', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (299, 'portfolio-artifact', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (299, 'portfolio-artifact', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (300, 'portfolio-artifact', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (300, 'portfolio-artifact', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (301, 'portfolio-artifact', NULL, 'group', 'student', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (301, 'portfolio-artifact', NULL, 'group', 'student', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (302, 'portfolio-artifact', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (302, 'portfolio-artifact', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (303, 'portfolio-artifact', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (303, 'portfolio-artifact', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (304, 'portfolio-artifact', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (304, 'portfolio-artifact', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (305, 'portfolio-comment', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (305, 'portfolio-comment', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (306, 'portfolio-comment', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (306, 'portfolio-comment', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (307, 'portfolio-comment', NULL, 'group', 'student', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (307, 'portfolio-comment', NULL, 'group', 'student', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (308, 'portfolio-comment', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (308, 'portfolio-comment', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (309, 'portfolio-comment', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (309, 'portfolio-comment', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (310, 'portfolio-comment', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (310, 'portfolio-comment', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (311, 'portfolio-entry', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (311, 'portfolio-entry', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (312, 'portfolio-entry', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (312, 'portfolio-entry', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (313, 'portfolio-entry', NULL, 'group', 'student', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (313, 'portfolio-entry', NULL, 'group', 'student', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (314, 'portfolio-entry', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (314, 'portfolio-entry', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (315, 'portfolio-entry', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (315, 'portfolio-entry', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (316, 'portfolio-entry', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (316, 'portfolio-entry', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (317, 'portfolio-folder', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (317, 'portfolio-folder', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (318, 'portfolio-folder', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (318, 'portfolio-folder', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (319, 'portfolio-folder', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (319, 'portfolio-folder', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (320, 'portfolio-folder', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (320, 'portfolio-folder', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (321, 'portfolio-folder', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (321, 'portfolio-folder', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (322, 'portfolio-folder', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (322, 'portfolio-folder', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (323, 'portfolio-objective', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (323, 'portfolio-objective', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (324, 'portfolio-objective', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (324, 'portfolio-objective', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (325, 'portfolio-objective', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (325, 'portfolio-objective', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (326, 'portfolio-objective', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (326, 'portfolio-objective', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (327, 'portfolio-objective', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (327, 'portfolio-objective', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (328, 'portfolio-objective', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (328, 'portfolio-objective', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (329, 'portfolio-portfolio', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (329, 'portfolio-portfolio', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (330, 'portfolio-portfolio', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (330, 'portfolio-portfolio', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (331, 'portfolio-portfolio', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (331, 'portfolio-portfolio', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (332, 'portfolio-portfolio', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (332, 'portfolio-portfolio', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (333, 'portfolio-portfolio', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (333, 'portfolio-portfolio', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (334, 'portfolio-portfolio', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (334, 'portfolio-portfolio', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (335, 'portfolio-student', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (335, 'portfolio-student', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (336, 'portfolio-student', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (336, 'portfolio-student', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (337, 'portfolio-student', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (337, 'portfolio-student', NULL, 'group', 'student', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (338, 'portfolio-student', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (338, 'portfolio-student', NULL, 'group', 'resident', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (339, 'portfolio-student', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (339, 'portfolio-student', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (340, 'portfolio-student', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (340, 'portfolio-student', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (341, 'logbook-entry', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (341, 'logbook-entry', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (342, 'logbook-entry', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (342, 'logbook-entry', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (343, 'logbook-entry', NULL, 'group', 'student', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (343, 'logbook-entry', NULL, 'group', 'student', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (344, 'logbook-entry', NULL, 'group', 'resident', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (344, 'logbook-entry', NULL, 'group', 'resident', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (345, 'logbook-entry', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (345, 'logbook-entry', NULL, 'group', 'alumni', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (346, 'logbook-entry', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (346, 'logbook-entry', NULL, 'group', 'faculty', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (347, 'objective', NULL, 'group:role', 'resident:resident', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (347, 'objective', NULL, 'group:role', 'resident:resident', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (348, 'curriculum', NULL, 'group:role', 'resident:resident', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (348, 'curriculum', NULL, 'group:role', 'resident:resident', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (350, 'objective', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (350, 'objective', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (351, 'curriculum', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (351, 'curriculum', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (352, 'aclmanager', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (352, 'aclmanager', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (353, 'aclmanagerconfig', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (353, 'aclmanagerconfig', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (354, 'aclmanagerconfig', NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (354, 'aclmanagerconfig', NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (355, 'case', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (355, 'case', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (356, 'case', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'CaseContact', NULL, NULL, NULL, NULL), | | (356, 'case', NULL, 'group', 'faculty', 1, NULL, 1, NULL, NULL, 'CaseContact', NULL, NULL, NULL, NULL), |
| (357, 'case', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'CaseEnrollment', NULL, NULL, NULL, NULL), | | (357, 'case', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'CaseEnrollment', NULL, NULL, NULL, NULL), |
| (358, 'lotteries', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, '', NULL, NULL, NULL, NULL), | | (358, 'lotteries', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, '', NULL, NULL, NULL, NULL), |
| (359, 'lottery_stages', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, '', NULL, NULL, NULL, NULL), | | (359, 'lottery_stages', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, '', NULL, NULL, NULL, NULL), |
| (360, 'lottery_stage_phases', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, '', NULL, NULL, NULL, NULL), | | (360, 'lottery_stage_phases', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, '', NULL, NULL, NULL, NULL), |
| (361, 'lottery_rotation_options', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, '', NULL, NULL, NULL, NULL), | | (361, 'lottery_rotation_options', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, '', NULL, NULL, NULL, NULL), |
| (362, 'lottery_learner_rankings', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (362, 'lottery_learner_rankings', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (363, 'lotteries', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'Entrada\\Modules\\ClinicalExperience\\Libraries\\Acl\\Assertions\\LotteryAudience', NULL, NULL, NULL, NULL), | | (363, 'lotteries', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, 'Entrada\\Modules\\ClinicalExperience\\Libraries\\Acl\\Assertions\\LotteryAudience', NULL, NULL, NULL, NULL), |
| (364, 'lottery_stages', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (364, 'lottery_stages', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (365, 'lottery_rotation_options', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (365, 'lottery_rotation_options', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (366, 'lottery_learner_rankings', NULL, 'group', 'student', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (366, 'lottery_learner_rankings', NULL, 'group', 'student', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (367, 'lottery_schedules', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (367, 'lottery_schedules', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (368, 'lottery_schedule_variations', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (368, 'lottery_schedule_variations', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (369, 'lottery_job_submissions', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (369, 'lottery_job_submissions', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (370, 'lotteries', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, 'Entrada\\Modules\\ClinicalExperience\\Libraries\\Acl\\Assertions\\LotteryAuthor', NULL, NULL, NULL, NULL), | | (370, 'lotteries', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, 'Entrada\\Modules\\ClinicalExperience\\Libraries\\Acl\\Assertions\\LotteryAuthor', NULL, NULL, NULL, NULL), |
| (371, 'lottery_stages', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (371, 'lottery_stages', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (372, 'lottery_stage_phases', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (372, 'lottery_stage_phases', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (373, 'lottery_rotation_options', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (373, 'lottery_rotation_options', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (374, 'lottery_learner_rankings', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (374, 'lottery_learner_rankings', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (375, 'lottery_schedules', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (375, 'lottery_schedules', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (376, 'lottery_schedule_variations', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (376, 'lottery_schedule_variations', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (377, 'lottery_job_submissions', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (377, 'lottery_job_submissions', NULL, 'group:role', 'staff:pcoordinator', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (378, 'annualreportadmin', NULL, 'group:role', 'staff:admin', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (378, 'annualreportadmin', NULL, 'group:role', 'staff:admin', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (379, 'rotationschedule', NULL, 'group', 'student', 1, 1, 1, 1, 1, 'StudentAdmin&RotationScheduleOwner', NULL, NULL, NULL, NULL), | | (379, 'rotationschedule', NULL, 'group', 'student', 1, 1, 1, 1, 1, 'StudentAdmin&RotationScheduleOwner', NULL, NULL, NULL, NULL), |
| (380, 'rotationschedulestudent', NULL, 'group', 'student', 1, NULL, NULL, 1, NULL, 'RotationScheduleAuth', NULL, NULL, NULL, NULL), | | (380, 'rotationschedulestudent', NULL, 'group', 'student', 1, NULL, NULL, 1, NULL, 'RotationScheduleAuth', NULL, NULL, NULL, NULL), |
| (381, 'secure', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (381, 'secure', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (382, 'rotationschedule', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (382, 'rotationschedule', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (383, 'sandboxes', NULL, 'group:role', 'staff:staff', NULL, 1, 1, 1, 1, 'Entrada\\Modules\\Sandboxes\\Acl\\Assertions\\SandboxOwner', NULL, NULL, NULL, NULL), | | (383, 'sandboxes', NULL, 'group:role', 'staff:staff', NULL, 1, 1, 1, 1, 'Entrada\\Modules\\Sandboxes\\Acl\\Assertions\\SandboxOwner', NULL, NULL, NULL, NULL), |
| (384, 'absence', NULL, 'group', 'student', 1, NULL, 1, NULL, 0, '', NULL, NULL, NULL, NULL), | | (384, 'absence', NULL, 'group', 'student', 1, NULL, 1, NULL, 0, '', NULL, NULL, NULL, NULL), |
| (385, 'absencedetail', NULL, 'group', 'student', 1, 1, 1, 1, 1, 'AbsenceDetailOwner', NULL, NULL, NULL, NULL), | | (385, 'absencedetail', NULL, 'group', 'student', 1, 1, 1, 1, 1, 'AbsenceDetailOwner', NULL, NULL, NULL, NULL), |
| (386, 'absencedetail', NULL, 'group', 'faculty', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), | | (386, 'absencedetail', NULL, 'group', 'faculty', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), |
| (387, 'absencedetail', NULL, 'group', 'staff', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), | | (387, 'absencedetail', NULL, 'group', 'staff', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), |
| (388, 'absenceapproval', NULL, 'group', 'faculty', 1, NULL, 1, 1, NULL, 'AbsenceApprovalOwner', NULL, NULL, NULL, NULL), | | (388, 'absenceapproval', NULL, 'group', 'faculty', 1, NULL, 1, 1, NULL, 'AbsenceApprovalOwner', NULL, NULL, NULL, NULL), |
| (389, 'absenceapproval', NULL, 'group', 'staff', 1, NULL, 1, 1, NULL, 'AbsenceApprovalOwner', NULL, NULL, NULL, NULL), | | (389, 'absenceapproval', NULL, 'group', 'staff', 1, NULL, 1, 1, NULL, 'AbsenceApprovalOwner', NULL, NULL, NULL, NULL), |
| (390, 'absence', NULL, 'group', 'faculty', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), | | (390, 'absence', NULL, 'group', 'faculty', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), |
| (391, 'absence', NULL, 'group', 'staff', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), | | (391, 'absence', NULL, 'group', 'staff', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), |
| (392, 'absenceapproval', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), | | (392, 'absenceapproval', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), |
| (393, 'absencepool', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (393, 'absencepool', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (394, 'absencereason', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (394, 'absencereason', NULL, 'group', 'student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (395, 'tbl', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (395, 'tbl', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (396, 'tbl', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), | | (396, 'tbl', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), |
| (397, 'notice', NULL, NULL, NULL, 1, NULL, 1, 1, 1, 'NoticeOwner', NULL, NULL, NULL, NULL), | | (397, 'notice', NULL, NULL, NULL, 1, NULL, 1, 1, 1, 'NoticeOwner', NULL, NULL, NULL, NULL), |
| (398, 'assessments-expiry', NULL, 'organisation:group:role', '1:staff:pcoordinator', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (398, 'assessments-expiry', NULL, 'organisation:group:role', '1:staff:pcoordinator', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (399, 'assessments-expiry', NULL, 'organisation:group:role', '1:faculty:director', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (399, 'assessments-expiry', NULL, 'organisation:group:role', '1:faculty:director', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (400, 'notice', NULL, 'group:role', 'faculty:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (400, 'notice', NULL, 'group:role', 'faculty:lecturer', 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (401, 'learnercalendar', NULL, 'group', 'medtech', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (401, 'learnercalendar', NULL, 'group', 'medtech', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (402, 'group', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (402, 'group', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (403, 'assessments-expiry', NULL, 'organisation:group:role', '1:medtech:admin', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (403, 'assessments-expiry', NULL, 'organisation:group:role', '1:medtech:admin', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (404, 'location', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (404, 'location', NULL, 'group:role', 'medtech:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (405, 'location', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (405, 'location', NULL, 'group:role', 'staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (406, 'evaluationadmin', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (406, 'evaluationadmin', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (407, 'locale_configuration', NULL, 'role', 'admin', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), | | (407, 'locale_configuration', NULL, 'role', 'admin', 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL), |
| (408, 'locale_configuration', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (408, 'locale_configuration', NULL, NULL, NULL, 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (409, 'event', NULL, 'group:role', 'faculty:director', 1, 1, NULL, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), | | (409, 'event', NULL, 'group:role', 'faculty:director', 1, 1, NULL, 1, 1, 'ResourceOrganisation', NULL, NULL, NULL, NULL), |
| (410, 'event', NULL, 'role', 'pcoordinator', 1, 1, NULL, 1, 1, 'CourseOwner', NULL, NULL, NULL, NULL), | | (410, 'event', NULL, 'role', 'pcoordinator', 1, 1, NULL, 1, 1, 'CourseOwner', NULL, NULL, NULL, NULL), |
| (411, 'lottery_learner_block_swap', NULL, 'group', 'student', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (411, 'lottery_learner_block_swap', NULL, 'group', 'student', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (412, 'imports_import_header', NULL, 'organisation:group:role', '1:medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (412, 'imports_import_header', NULL, 'organisation:group:role', '1:medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (413, 'imports_phasecoursecrosswalk', NULL, 'organisation:group:role', '1:medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (413, 'imports_phasecoursecrosswalk', NULL, 'organisation:group:role', '1:medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (414, 'imports_phasesessioncrosswalk', NULL, 'organisation:group:role', '1:medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (414, 'imports_phasesessioncrosswalk', NULL, 'organisation:group:role', '1:medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (415, 'lottery_learner_stage_exclusion', NULL, 'group', 'student', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (415, 'lottery_learner_stage_exclusion', NULL, 'group', 'student', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (417, 'documentrequests_documentrequest', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (417, 'documentrequests_documentrequest', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (418, 'documentrequests_documentrequest', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (418, 'documentrequests_documentrequest', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (419, 'documentrequests_documentrequest', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (419, 'documentrequests_documentrequest', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (420, 'documentrequests_documentrequestresponse', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (420, 'documentrequests_documentrequestresponse', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (421, 'documentrequests_documentrequestresponse', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (421, 'documentrequests_documentrequestresponse', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (422, 'documentrequests_documentrequestresponse', NULL, 'group', 'student', 1, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (422, 'documentrequests_documentrequestresponse', NULL, 'group', 'student', 1, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (423, 'yellowfin', NULL, 'group:role', 'medtech:admin', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (423, 'yellowfin', NULL, 'group:role', 'medtech:admin', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (424, 'course-enrolment-booking-transformation', NULL, 'group:role', 'medtech:admin', NULL, 1, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (424, 'course-enrolment-booking-transformation', NULL, 'group:role', 'medtech:admin', NULL, 1, 0, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (425, 'yellowfin', NULL, 'group:role', 'staff:admin', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (425, 'yellowfin', NULL, 'group:role', 'staff:admin', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (426, 'yellowfin', NULL, 'group:role', 'medtech:admin', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (426, 'yellowfin', NULL, 'group:role', 'medtech:admin', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (427, 'portfolios_portfolio', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (427, 'portfolios_portfolio', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (428, 'portfolios_task', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (428, 'portfolios_task', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (429, 'portfolios_task_submission', NULL, 'group:role', 'medtech:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (429, 'portfolios_task_submission', NULL, 'group:role', 'medtech:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (430, 'portfolios_comment', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (430, 'portfolios_comment', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (431, 'portfolios_portfolio', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (431, 'portfolios_portfolio', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (432, 'portfolios_task', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (432, 'portfolios_task', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (433, 'portfolios_task_submission', NULL, 'group:role', 'staff:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (433, 'portfolios_task_submission', NULL, 'group:role', 'staff:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (434, 'portfolios_comment', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (434, 'portfolios_comment', NULL, 'group:role', 'staff:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (435, 'portfolios_portfolio', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (435, 'portfolios_portfolio', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (436, 'portfolios_task', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (436, 'portfolios_task', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (437, 'portfolios_task_submission', NULL, 'group', 'student', 1, 1, 1, 0, 1, NULL, NULL, NULL, NULL, NULL), | | (437, 'portfolios_task_submission', NULL, 'group', 'student', 1, 1, 1, 0, 1, NULL, NULL, NULL, NULL, NULL), |
| (438, 'portfolios_comment', NULL, 'group', 'student', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (438, 'portfolios_comment', NULL, 'group', 'student', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (439, 'portfolios_portfolio', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (439, 'portfolios_portfolio', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (440, 'portfolios_task', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), | | (440, 'portfolios_task', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), |
| (441, 'portfolios_task_submission', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (441, 'portfolios_task_submission', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (442, 'portfolios_comment', NULL, 'group:role', 'faculty:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (442, 'portfolios_comment', NULL, 'group:role', 'faculty:admin', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (443, 'portfolios_portfolio', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (443, 'portfolios_portfolio', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (444, 'portfolios_task', NULL, 'group:role', 'faculty:director', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), | | (444, 'portfolios_task', NULL, 'group:role', 'faculty:director', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), |
| (445, 'portfolios_task_submission', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (445, 'portfolios_task_submission', NULL, 'group:role', 'faculty:director', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (446, 'portfolios_comment', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (446, 'portfolios_comment', NULL, 'group:role', 'faculty:director', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (447, 'portfolios_portfolio', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (447, 'portfolios_portfolio', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (448, 'portfolios_task', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), | | (448, 'portfolios_task', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), |
| (449, 'portfolios_task_submission', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (449, 'portfolios_task_submission', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (450, 'portfolios_comment', NULL, 'group:role', 'faculty:lecturer', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (450, 'portfolios_comment', NULL, 'group:role', 'faculty:lecturer', 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (451, 'portfolios_task_form', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (451, 'portfolios_task_form', NULL, 'group:role', 'medtech:admin', 1, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (452, 'portfolios_task_form', NULL, 'group:role', 'staff:admin', 1, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (452, 'portfolios_task_form', NULL, 'group:role', 'staff:admin', 1, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (453, 'portfolios_task_form', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), | | (453, 'portfolios_task_form', NULL, 'group:role', 'faculty:admin', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), |
| (454, 'portfolios_task_form', NULL, 'group:role', 'faculty:director', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), | | (454, 'portfolios_task_form', NULL, 'group:role', 'faculty:director', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), |
| (455, 'portfolios_task_form', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), | | (455, 'portfolios_task_form', NULL, 'group:role', 'faculty:lecturer', 1, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL), |
| (456, 'portfolios_task_form', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), | | (456, 'portfolios_task_form', NULL, 'group', 'student', 1, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
| (457, 'course', NULL, 'organisation', '2', NULL, NULL, 1, NULL, NULL, 'ResourceOrganisation&NotGuest', NULL, NULL, NULL, NULL), | | (457, 'course', NULL, 'organisation', '2', NULL, NULL, 1, NULL, NULL, 'ResourceOrganisation&NotGuest', NULL, NULL, NULL, NULL), |
| (458, 'resourceorganisation', 2, 'organisation', '2', NULL, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), | | (458, 'resourceorganisation', 2, 'organisation', '2', NULL, NULL, 1, NULL, NULL, 'NotGuest', NULL, NULL, NULL, NULL), |
| (459, 'resourceorganisation', 2, 'organisation:group:role', '2:faculty:director', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (459, 'resourceorganisation', 2, 'organisation:group:role', '2:faculty:director', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (460, 'resourceorganisation', 2, 'organisation:group:role', '2:faculty:admin', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (460, 'resourceorganisation', 2, 'organisation:group:role', '2:faculty:admin', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (461, 'resourceorganisation', 2, 'organisation:group:role', '2:staff:pcoordinator', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (461, 'resourceorganisation', 2, 'organisation:group:role', '2:staff:pcoordinator', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (462, 'resourceorganisation', 2, 'organisation:group:role', '2:staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), | | (462, 'resourceorganisation', 2, 'organisation:group:role', '2:staff:admin', NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (463, 'cbme', NULL, 'organisation:group', '2:faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (463, 'cbme', NULL, 'organisation:group', '2:faculty', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (464, 'cbme', NULL, 'organisation:group', '2:student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (464, 'cbme', NULL, 'organisation:group', '2:student', 1, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (465, 'documentrequests_documentrequest', NULL, 'user', '12', 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL); | | (465, 'documentrequests_documentrequest', NULL, 'user', '12', 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `acl_permission_templates` | | -- Table structure for table `acl_permission_templates` |
| -- | | -- |
| | | |
| CREATE TABLE `acl_permission_templates` ( | | CREATE TABLE `acl_permission_templates` ( |
| `acl_permission_template_id` int(11) UNSIGNED NOT NULL, | | `acl_permission_template_id` int(11) UNSIGNED NOT NULL, |
| `acl_resource_type_id` int(11) UNSIGNED NOT NULL, | | `acl_resource_type_id` int(11) UNSIGNED NOT NULL, |
| `resource_value_required` tinyint(4) NOT NULL DEFAULT '0', | | `resource_value_required` tinyint(4) NOT NULL DEFAULT '0', |
| `entity_type` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL, | | `entity_type` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `entity_value` text COLLATE utf8_unicode_ci, | | `entity_value` text COLLATE utf8_unicode_ci, |
| `create` int(11) DEFAULT NULL, | | `create` int(11) DEFAULT NULL, |
| `read` int(11) DEFAULT NULL, | | `read` int(11) DEFAULT NULL, |
| `update` int(11) DEFAULT NULL, | | `update` int(11) DEFAULT NULL, |
| `delete` int(11) DEFAULT NULL, | | `delete` int(11) DEFAULT NULL, |
| `assertion` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL, | | `assertion` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `acl_permission_template_groupings` | | -- Table structure for table `acl_permission_template_groupings` |
| -- | | -- |
| | | |
| CREATE TABLE `acl_permission_template_groupings` ( | | CREATE TABLE `acl_permission_template_groupings` ( |
| `acl_permission_template_grouping_id` int(11) UNSIGNED NOT NULL, | | `acl_permission_template_grouping_id` int(11) UNSIGNED NOT NULL, |
| `acl_permission_template_group_id` int(11) NOT NULL, | | `acl_permission_template_group_id` int(11) NOT NULL, |
| `acl_permission_template_id` int(11) NOT NULL | | `acl_permission_template_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `acl_permission_template_group_organisation` | | -- Table structure for table `acl_permission_template_group_organisation` |
| -- | | -- |
| | | |
| CREATE TABLE `acl_permission_template_group_organisation` ( | | CREATE TABLE `acl_permission_template_group_organisation` ( |
| `acl_permission_template_group_organisation_id` int(11) UNSIGNED NOT NULL, | | `acl_permission_template_group_organisation_id` int(11) UNSIGNED NOT NULL, |
| `acl_permission_template_group_id` int(11) NOT NULL, | | `acl_permission_template_group_id` int(11) NOT NULL, |
| `organisation_id` int(11) NOT NULL | | `organisation_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `acl_resource_assignment_history` | | -- Table structure for table `acl_resource_assignment_history` |
| -- | | -- |
| | | |
| CREATE TABLE `acl_resource_assignment_history` ( | | CREATE TABLE `acl_resource_assignment_history` ( |
| `acl_resource_assignment_history_id` int(11) UNSIGNED NOT NULL, | | `acl_resource_assignment_history_id` int(11) UNSIGNED NOT NULL, |
| `entity_type` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `entity_type` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `entity_value` int(11) NOT NULL, | | `entity_value` int(11) NOT NULL, |
| `assigner` int(11) NOT NULL, | | `assigner` int(11) NOT NULL, |
| `assignee` int(11) NOT NULL, | | `assignee` int(11) NOT NULL, |
| `action` text COLLATE utf8_unicode_ci NOT NULL, | | `action` text COLLATE utf8_unicode_ci NOT NULL, |
| `action_date` bigint(20) NOT NULL, | | `action_date` bigint(20) NOT NULL, |
| `context` text COLLATE utf8_unicode_ci | | `context` text COLLATE utf8_unicode_ci |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `acl_resource_containers` | | -- Table structure for table `acl_resource_containers` |
| -- | | -- |
| | | |
| CREATE TABLE `acl_resource_containers` ( | | CREATE TABLE `acl_resource_containers` ( |
| `acl_resource_container_id` int(11) UNSIGNED NOT NULL, | | `acl_resource_container_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `acl_resource_container_attributes` | | -- Table structure for table `acl_resource_container_attributes` |
| -- | | -- |
| | | |
| CREATE TABLE `acl_resource_container_attributes` ( | | CREATE TABLE `acl_resource_container_attributes` ( |
| `acl_resource_container_attribute_id` int(11) UNSIGNED NOT NULL, | | `acl_resource_container_attribute_id` int(11) UNSIGNED NOT NULL, |
| `acl_permission_template_group_id` int(11) NOT NULL, | | `acl_permission_template_group_id` int(11) NOT NULL, |
| `acl_resource_container_id` int(11) NOT NULL, | | `acl_resource_container_id` int(11) NOT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `acl_resource_inheritance` | | -- Table structure for table `acl_resource_inheritance` |
| -- | | -- |
| | | |
| CREATE TABLE `acl_resource_inheritance` ( | | CREATE TABLE `acl_resource_inheritance` ( |
| `acl_resource_inheritance_id` int(11) UNSIGNED NOT NULL, | | `acl_resource_inheritance_id` int(11) UNSIGNED NOT NULL, |
| `acl_resource_type_id` int(11) NOT NULL, | | `acl_resource_type_id` int(11) NOT NULL, |
| `acl_resource_type_parent_id` int(11) DEFAULT NULL | | `acl_resource_type_parent_id` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `acl_resource_inheritance` | | -- Dumping data for table `acl_resource_inheritance` |
| -- | | -- |
| | | |
| INSERT INTO `acl_resource_inheritance` (`acl_resource_inheritance_id`, `acl_resource_type_id`, `acl_resource_type_parent_id`) VALUES | | INSERT INTO `acl_resource_inheritance` (`acl_resource_inheritance_id`, `acl_resource_type_id`, `acl_resource_type_parent_id`) VALUES |
| (1, 12, NULL), | | (1, 12, NULL), |
| (2, 16, NULL), | | (2, 16, NULL), |
| (3, 128, 16), | | (3, 128, 16), |
| (4, 129, 128), | | (4, 129, 128), |
| (5, 130, 16), | | (5, 130, 16), |
| (6, 131, 16), | | (6, 131, 16), |
| (7, 132, 16), | | (7, 132, 16), |
| (8, 133, 16), | | (8, 133, 16), |
| (9, 134, NULL), | | (9, 134, NULL), |
| (10, 135, NULL), | | (10, 135, NULL), |
| (11, 136, NULL), | | (11, 136, NULL), |
| (12, 89, 136), | | (12, 89, 136), |
| (13, 18, NULL), | | (13, 18, NULL), |
| (14, 19, 18), | | (14, 19, 18), |
| (15, 137, 18), | | (15, 137, 18), |
| (16, 30, 18), | | (16, 30, 18), |
| (17, 31, 30), | | (17, 31, 30), |
| (18, 138, 18), | | (18, 138, 18), |
| (19, 87, 138), | | (19, 87, 138), |
| (20, 20, NULL), | | (20, 20, NULL), |
| (21, 54, 20), | | (21, 54, 20), |
| (22, 57, 54), | | (22, 57, 54), |
| (23, 56, 54), | | (23, 56, 54), |
| (24, 58, 54), | | (24, 58, 54), |
| (25, 55, 54), | | (25, 55, 54), |
| (26, 26, NULL), | | (26, 26, NULL), |
| (27, 27, 26), | | (27, 27, 26), |
| (28, 28, 27), | | (28, 28, 27), |
| (29, 29, 26), | | (29, 29, 26), |
| (30, 41, NULL), | | (30, 41, NULL), |
| (31, 4, 41), | | (31, 4, 41), |
| (32, 10, 41), | | (32, 10, 41), |
| (33, 74, NULL), | | (33, 74, NULL), |
| (34, 139, 74), | | (34, 139, 74), |
| (35, 140, 74), | | (35, 140, 74), |
| (36, 141, 74), | | (36, 141, 74), |
| (37, 75, NULL), | | (37, 75, NULL), |
| (38, 21, NULL), | | (38, 21, NULL), |
| (39, 14, NULL), | | (39, 14, NULL), |
| (40, 142, 14), | | (40, 142, 14), |
| (41, 44, 14), | | (41, 44, 14), |
| (42, 143, 14), | | (42, 143, 14), |
| (43, 47, 14), | | (43, 47, 14), |
| (44, 144, 14), | | (44, 144, 14), |
| (45, 145, NULL), | | (45, 145, NULL), |
| (46, 146, NULL), | | (46, 146, NULL), |
| (47, 15, NULL), | | (47, 15, NULL), |
| (48, 25, NULL), | | (48, 25, NULL), |
| (49, 61, NULL), | | (49, 61, NULL), |
| (50, 40, NULL), | | (50, 40, NULL), |
| (51, 43, NULL), | | (51, 43, NULL), |
| (52, 60, NULL), | | (52, 60, NULL), |
| (53, 62, NULL), | | (53, 62, NULL), |
| (54, 72, NULL), | | (54, 72, NULL), |
| (55, 50, 72), | | (55, 50, 72), |
| (56, 59, NULL), | | (56, 59, NULL), |
| (57, 81, NULL), | | (57, 81, NULL), |
| (58, 53, NULL), | | (58, 53, NULL), |
| (59, 147, NULL), | | (59, 147, NULL), |
| (60, 63, NULL), | | (60, 63, NULL), |
| (61, 76, NULL), | | (61, 76, NULL), |
| (62, 77, NULL), | | (62, 77, NULL), |
| (63, 46, NULL), | | (63, 46, NULL), |
| (64, 73, NULL), | | (64, 73, NULL), |
| (65, 148, 73), | | (65, 148, 73), |
| (66, 149, 73), | | (66, 149, 73), |
| (67, 88, NULL), | | (67, 88, NULL), |
| (68, 42, 88), | | (68, 42, 88), |
| (69, 49, 88), | | (69, 49, 88), |
| (70, 11, NULL), | | (70, 11, NULL), |
| (71, 78, NULL), | | (71, 78, NULL), |
| (72, 150, NULL), | | (72, 150, NULL), |
| (73, 151, 150), | | (73, 151, 150), |
| (74, 152, 150), | | (74, 152, 150), |
| (75, 153, 150), | | (75, 153, 150), |
| (76, 2, NULL), | | (76, 2, NULL), |
| (77, 3, NULL), | | (77, 3, NULL), |
| (78, 154, NULL), | | (78, 154, NULL), |
| (79, 51, NULL), | | (79, 51, NULL), |
| (80, 52, NULL), | | (80, 52, NULL), |
| (81, 155, NULL), | | (81, 155, NULL), |
| (82, 156, NULL), | | (82, 156, NULL), |
| (83, 64, NULL), | | (83, 64, NULL), |
| (84, 65, NULL), | | (84, 65, NULL), |
| (85, 66, NULL), | | (85, 66, NULL), |
| (86, 67, NULL), | | (86, 67, NULL), |
| (87, 68, NULL), | | (87, 68, NULL), |
| (88, 69, NULL), | | (88, 69, NULL), |
| (89, 70, NULL), | | (89, 70, NULL), |
| (90, 71, NULL), | | (90, 71, NULL), |
| (91, 48, NULL), | | (91, 48, NULL), |
| (92, 32, NULL), | | (92, 32, NULL), |
| (93, 33, NULL), | | (93, 33, NULL), |
| (94, 36, NULL), | | (94, 36, NULL), |
| (95, 39, NULL), | | (95, 39, NULL), |
| (96, 37, NULL), | | (96, 37, NULL), |
| (97, 38, NULL), | | (97, 38, NULL), |
| (98, 34, NULL), | | (98, 34, NULL), |
| (99, 35, NULL), | | (99, 35, NULL), |
| (100, 82, NULL), | | (100, 82, NULL), |
| (101, 157, 82), | | (101, 157, 82), |
| (102, 158, 82), | | (102, 158, 82), |
| (103, 83, NULL), | | (103, 83, NULL), |
| (104, 8, NULL), | | (104, 8, NULL), |
| (105, 5, NULL), | | (105, 5, NULL), |
| (106, 79, NULL), | | (106, 79, NULL), |
| (107, 9, NULL), | | (107, 9, NULL), |
| (108, 7, NULL), | | (108, 7, NULL), |
| (109, 6, NULL), | | (109, 6, NULL), |
| (110, 1, NULL), | | (110, 1, NULL), |
| (111, 159, NULL), | | (111, 159, NULL), |
| (112, 160, NULL), | | (112, 160, NULL), |
| (114, 161, NULL), | | (114, 161, NULL), |
| (115, 17, NULL), | | (115, 17, NULL), |
| (116, 13, NULL), | | (116, 13, NULL), |
| (117, 162, NULL), | | (117, 162, NULL), |
| (118, 163, NULL), | | (118, 163, NULL), |
| (119, 164, NULL), | | (119, 164, NULL), |
| (120, 165, NULL), | | (120, 165, NULL), |
| (121, 166, NULL), | | (121, 166, NULL), |
| (122, 167, NULL), | | (122, 167, NULL), |
| (123, 168, NULL), | | (123, 168, NULL), |
| (124, 169, NULL), | | (124, 169, NULL), |
| (125, 170, NULL), | | (125, 170, NULL), |
| (126, 171, NULL), | | (126, 171, NULL), |
| (127, 172, NULL), | | (127, 172, NULL), |
| (128, 173, NULL), | | (128, 173, NULL), |
| (129, 45, NULL), | | (129, 45, NULL), |
| (130, 174, NULL), | | (130, 174, NULL), |
| (131, 175, NULL), | | (131, 175, NULL), |
| (132, 176, NULL), | | (132, 176, NULL), |
| (133, 177, NULL), | | (133, 177, NULL), |
| (134, 178, NULL), | | (134, 178, NULL), |
| (135, 179, NULL), | | (135, 179, NULL), |
| (136, 180, NULL), | | (136, 180, NULL), |
| (137, 181, NULL), | | (137, 181, NULL), |
| (138, 182, NULL), | | (138, 182, NULL), |
| (139, 183, NULL), | | (139, 183, NULL), |
| (140, 184, NULL), | | (140, 184, NULL), |
| (141, 185, 18), | | (141, 185, 18), |
| (142, 186, NULL), | | (142, 186, NULL), |
| (143, 187, NULL), | | (143, 187, NULL), |
| (144, 188, NULL), | | (144, 188, NULL), |
| (145, 189, NULL), | | (145, 189, NULL), |
| (146, 190, NULL), | | (146, 190, NULL), |
| (147, 191, NULL), | | (147, 191, NULL), |
| (148, 192, NULL), | | (148, 192, NULL), |
| (149, 193, NULL), | | (149, 193, NULL), |
| (150, 194, NULL), | | (150, 194, NULL), |
| (151, 195, NULL), | | (151, 195, NULL), |
| (152, 196, NULL), | | (152, 196, NULL), |
| (153, 197, NULL), | | (153, 197, NULL), |
| (154, 198, NULL), | | (154, 198, NULL), |
| (155, 199, NULL); | | (155, 199, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `acl_resource_type_organisation` | | -- Table structure for table `acl_resource_type_organisation` |
| -- | | -- |
| | | |
| CREATE TABLE `acl_resource_type_organisation` ( | | CREATE TABLE `acl_resource_type_organisation` ( |
| `acl_resource_type_organisation_id` int(11) UNSIGNED NOT NULL, | | `acl_resource_type_organisation_id` int(11) UNSIGNED NOT NULL, |
| `acl_resource_type_id` int(11) NOT NULL, | | `acl_resource_type_id` int(11) NOT NULL, |
| `organisation_id` int(11) NOT NULL | | `organisation_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `acl_resource_type_organisation` | | -- Dumping data for table `acl_resource_type_organisation` |
| -- | | -- |
| | | |
| INSERT INTO `acl_resource_type_organisation` (`acl_resource_type_organisation_id`, `acl_resource_type_id`, `organisation_id`) VALUES | | INSERT INTO `acl_resource_type_organisation` (`acl_resource_type_organisation_id`, `acl_resource_type_id`, `organisation_id`) VALUES |
| (955, 1, 1), | | (955, 1, 1), |
| (956, 2, 1), | | (956, 2, 1), |
| (957, 3, 1), | | (957, 3, 1), |
| (958, 4, 1), | | (958, 4, 1), |
| (959, 5, 1), | | (959, 5, 1), |
| (960, 6, 1), | | (960, 6, 1), |
| (961, 7, 1), | | (961, 7, 1), |
| (962, 8, 1), | | (962, 8, 1), |
| (963, 9, 1), | | (963, 9, 1), |
| (964, 10, 1), | | (964, 10, 1), |
| (965, 11, 1), | | (965, 11, 1), |
| (966, 12, 1), | | (966, 12, 1), |
| (967, 13, 1), | | (967, 13, 1), |
| (968, 14, 1), | | (968, 14, 1), |
| (969, 15, 1), | | (969, 15, 1), |
| (970, 16, 1), | | (970, 16, 1), |
| (971, 17, 1), | | (971, 17, 1), |
| (972, 18, 1), | | (972, 18, 1), |
| (973, 19, 1), | | (973, 19, 1), |
| (974, 20, 1), | | (974, 20, 1), |
| (975, 21, 1), | | (975, 21, 1), |
| (976, 22, 1), | | (976, 22, 1), |
| (977, 23, 1), | | (977, 23, 1), |
| (978, 24, 1), | | (978, 24, 1), |
| (979, 25, 1), | | (979, 25, 1), |
| (980, 26, 1), | | (980, 26, 1), |
| (981, 27, 1), | | (981, 27, 1), |
| (982, 28, 1), | | (982, 28, 1), |
| (983, 29, 1), | | (983, 29, 1), |
| (984, 30, 1), | | (984, 30, 1), |
| (985, 31, 1), | | (985, 31, 1), |
| (986, 32, 1), | | (986, 32, 1), |
| (987, 33, 1), | | (987, 33, 1), |
| (988, 34, 1), | | (988, 34, 1), |
| (989, 35, 1), | | (989, 35, 1), |
| (990, 36, 1), | | (990, 36, 1), |
| (991, 37, 1), | | (991, 37, 1), |
| (992, 38, 1), | | (992, 38, 1), |
| (993, 39, 1), | | (993, 39, 1), |
| (994, 40, 1), | | (994, 40, 1), |
| (995, 41, 1), | | (995, 41, 1), |
| (996, 42, 1), | | (996, 42, 1), |
| (997, 43, 1), | | (997, 43, 1), |
| (998, 44, 1), | | (998, 44, 1), |
| (999, 45, 1), | | (999, 45, 1), |
| (1000, 46, 1), | | (1000, 46, 1), |
| (1001, 47, 1), | | (1001, 47, 1), |
| (1002, 48, 1), | | (1002, 48, 1), |
| (1003, 49, 1), | | (1003, 49, 1), |
| (1004, 50, 1), | | (1004, 50, 1), |
| (1005, 51, 1), | | (1005, 51, 1), |
| (1006, 52, 1), | | (1006, 52, 1), |
| (1007, 53, 1), | | (1007, 53, 1), |
| (1008, 54, 1), | | (1008, 54, 1), |
| (1009, 55, 1), | | (1009, 55, 1), |
| (1010, 56, 1), | | (1010, 56, 1), |
| (1011, 57, 1), | | (1011, 57, 1), |
| (1012, 58, 1), | | (1012, 58, 1), |
| (1013, 59, 1), | | (1013, 59, 1), |
| (1014, 60, 1), | | (1014, 60, 1), |
| (1015, 61, 1), | | (1015, 61, 1), |
| (1016, 62, 1), | | (1016, 62, 1), |
| (1017, 63, 1), | | (1017, 63, 1), |
| (1018, 64, 1), | | (1018, 64, 1), |
| (1019, 65, 1), | | (1019, 65, 1), |
| (1020, 66, 1), | | (1020, 66, 1), |
| (1021, 67, 1), | | (1021, 67, 1), |
| (1022, 68, 1), | | (1022, 68, 1), |
| (1023, 69, 1), | | (1023, 69, 1), |
| (1024, 70, 1), | | (1024, 70, 1), |
| (1025, 71, 1), | | (1025, 71, 1), |
| (1026, 72, 1), | | (1026, 72, 1), |
| (1027, 73, 1), | | (1027, 73, 1), |
| (1028, 74, 1), | | (1028, 74, 1), |
| (1029, 75, 1), | | (1029, 75, 1), |
| (1030, 76, 1), | | (1030, 76, 1), |
| (1031, 77, 1), | | (1031, 77, 1), |
| (1032, 78, 1), | | (1032, 78, 1), |
| (1033, 79, 1), | | (1033, 79, 1), |
| (1034, 80, 1), | | (1034, 80, 1), |
| (1035, 81, 1), | | (1035, 81, 1), |
| (1036, 82, 1), | | (1036, 82, 1), |
| (1037, 83, 1), | | (1037, 83, 1), |
| (1038, 84, 1), | | (1038, 84, 1), |
| (1039, 85, 1), | | (1039, 85, 1), |
| (1040, 86, 1), | | (1040, 86, 1), |
| (1041, 87, 1), | | (1041, 87, 1), |
| (1042, 88, 1), | | (1042, 88, 1), |
| (1043, 89, 1), | | (1043, 89, 1), |
| (1044, 128, 1), | | (1044, 128, 1), |
| (1045, 129, 1), | | (1045, 129, 1), |
| (1046, 130, 1), | | (1046, 130, 1), |
| (1047, 131, 1), | | (1047, 131, 1), |
| (1048, 132, 1), | | (1048, 132, 1), |
| (1049, 133, 1), | | (1049, 133, 1), |
| (1050, 134, 1), | | (1050, 134, 1), |
| (1051, 135, 1), | | (1051, 135, 1), |
| (1052, 136, 1), | | (1052, 136, 1), |
| (1053, 137, 1), | | (1053, 137, 1), |
| (1054, 138, 1), | | (1054, 138, 1), |
| (1055, 139, 1), | | (1055, 139, 1), |
| (1056, 140, 1), | | (1056, 140, 1), |
| (1057, 141, 1), | | (1057, 141, 1), |
| (1058, 142, 1), | | (1058, 142, 1), |
| (1059, 143, 1), | | (1059, 143, 1), |
| (1060, 144, 1), | | (1060, 144, 1), |
| (1061, 145, 1), | | (1061, 145, 1), |
| (1062, 146, 1), | | (1062, 146, 1), |
| (1063, 147, 1), | | (1063, 147, 1), |
| (1064, 148, 1), | | (1064, 148, 1), |
| (1065, 149, 1), | | (1065, 149, 1), |
| (1066, 150, 1), | | (1066, 150, 1), |
| (1067, 151, 1), | | (1067, 151, 1), |
| (1068, 152, 1), | | (1068, 152, 1), |
| (1069, 153, 1), | | (1069, 153, 1), |
| (1070, 154, 1), | | (1070, 154, 1), |
| (1071, 155, 1), | | (1071, 155, 1), |
| (1072, 156, 1), | | (1072, 156, 1), |
| (1073, 157, 1), | | (1073, 157, 1), |
| (1074, 158, 1), | | (1074, 158, 1), |
| (1075, 159, 1), | | (1075, 159, 1), |
| (1076, 160, 1), | | (1076, 160, 1), |
| (1077, 161, 1), | | (1077, 161, 1), |
| (1078, 162, 1), | | (1078, 162, 1), |
| (1079, 163, 1), | | (1079, 163, 1), |
| (1080, 164, 1), | | (1080, 164, 1), |
| (1081, 165, 1), | | (1081, 165, 1), |
| (1082, 166, 1), | | (1082, 166, 1), |
| (1083, 167, 1), | | (1083, 167, 1), |
| (1084, 168, 1), | | (1084, 168, 1), |
| (1085, 169, 1), | | (1085, 169, 1), |
| (1086, 170, 1), | | (1086, 170, 1), |
| (1087, 171, 1), | | (1087, 171, 1), |
| (1088, 172, 1), | | (1088, 172, 1), |
| (1089, 175, 1), | | (1089, 175, 1), |
| (1090, 176, 1), | | (1090, 176, 1), |
| (1091, 177, 1), | | (1091, 177, 1), |
| (1092, 178, 1), | | (1092, 178, 1), |
| (1093, 179, 1), | | (1093, 179, 1), |
| (1094, 180, 1), | | (1094, 180, 1), |
| (1095, 181, 1), | | (1095, 181, 1), |
| (1096, 186, 1), | | (1096, 186, 1), |
| (1097, 187, 1), | | (1097, 187, 1), |
| (1098, 188, 1), | | (1098, 188, 1), |
| (1099, 189, 1), | | (1099, 189, 1), |
| (1100, 190, 1), | | (1100, 190, 1), |
| (1101, 191, 1), | | (1101, 191, 1), |
| (1102, 192, 1), | | (1102, 192, 1), |
| (1103, 193, 1), | | (1103, 193, 1), |
| (1104, 195, 1), | | (1104, 195, 1), |
| (1105, 196, 1), | | (1105, 196, 1), |
| (1106, 197, 1), | | (1106, 197, 1), |
| (1107, 198, 1), | | (1107, 198, 1), |
| (1108, 199, 1); | | (1108, 199, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `acl_translations` | | -- Table structure for table `acl_translations` |
| -- | | -- |
| | | |
| CREATE TABLE `acl_translations` ( | | CREATE TABLE `acl_translations` ( |
| `acl_translation_id` int(11) UNSIGNED NOT NULL, | | `acl_translation_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `language_id` int(11) DEFAULT NULL, | | `language_id` int(11) DEFAULT NULL, |
| `entity_table` enum('acl_lu_resource_types','acl_lu_permission_template_groups','acl_permission_templates','acl_resource_containers') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'acl_lu_resource_types', | | `entity_table` enum('acl_lu_resource_types','acl_lu_permission_template_groups','acl_permission_templates','acl_resource_containers') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'acl_lu_resource_types', |
| `entity_record_id` int(11) NOT NULL, | | `entity_record_id` int(11) NOT NULL, |
| `translation_type` enum('generic','resource_type','template_group_name','permission_template_title','permission_template_description','permission_template_requirements','container_title','container_description') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'generic', | | `translation_type` enum('generic','resource_type','template_group_name','permission_template_title','permission_template_description','permission_template_requirements','container_title','container_description') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'generic', |
| `translation` text COLLATE utf8_unicode_ci, | | `translation` text COLLATE utf8_unicode_ci, |
| `active` int(4) DEFAULT NULL, | | `active` int(4) DEFAULT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `acl_translations` | | -- Dumping data for table `acl_translations` |
| -- | | -- |
| | | |
| INSERT INTO `acl_translations` (`acl_translation_id`, `organisation_id`, `language_id`, `entity_table`, `entity_record_id`, `translation_type`, `translation`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `acl_translations` (`acl_translation_id`, `organisation_id`, `language_id`, `entity_table`, `entity_record_id`, `translation_type`, `translation`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 1, 'acl_lu_resource_types', 1, 'resource_type', 'academicadvisor', 1, 1556670354, 1, NULL, NULL, NULL), | | (1, 1, 1, 'acl_lu_resource_types', 1, 'resource_type', 'academicadvisor', 1, 1556670354, 1, NULL, NULL, NULL), |
| (2, 1, 2, 'acl_lu_resource_types', 1, 'resource_type', 'academicadvisor', 1, 1556670354, 1, NULL, NULL, NULL), | | (2, 1, 2, 'acl_lu_resource_types', 1, 'resource_type', 'academicadvisor', 1, 1556670354, 1, NULL, NULL, NULL), |
| (3, 1, 1, 'acl_lu_resource_types', 2, 'resource_type', 'annualreport', 1, 1556670354, 1, NULL, NULL, NULL), | | (3, 1, 1, 'acl_lu_resource_types', 2, 'resource_type', 'annualreport', 1, 1556670354, 1, NULL, NULL, NULL), |
| (4, 1, 2, 'acl_lu_resource_types', 2, 'resource_type', 'annualreport', 1, 1556670354, 1, NULL, NULL, NULL), | | (4, 1, 2, 'acl_lu_resource_types', 2, 'resource_type', 'annualreport', 1, 1556670354, 1, NULL, NULL, NULL), |
| (5, 1, 1, 'acl_lu_resource_types', 3, 'resource_type', 'annualreportadmin', 1, 1556670354, 1, NULL, NULL, NULL), | | (5, 1, 1, 'acl_lu_resource_types', 3, 'resource_type', 'annualreportadmin', 1, 1556670354, 1, NULL, NULL, NULL), |
| (6, 1, 2, 'acl_lu_resource_types', 3, 'resource_type', 'annualreportadmin', 1, 1556670354, 1, NULL, NULL, NULL), | | (6, 1, 2, 'acl_lu_resource_types', 3, 'resource_type', 'annualreportadmin', 1, 1556670354, 1, NULL, NULL, NULL), |
| (7, 1, 1, 'acl_lu_resource_types', 4, 'resource_type', 'assessment', 1, 1556670354, 1, NULL, NULL, NULL), | | (7, 1, 1, 'acl_lu_resource_types', 4, 'resource_type', 'assessment', 1, 1556670354, 1, NULL, NULL, NULL), |
| (8, 1, 2, 'acl_lu_resource_types', 4, 'resource_type', 'assessment', 1, 1556670354, 1, NULL, NULL, NULL), | | (8, 1, 2, 'acl_lu_resource_types', 4, 'resource_type', 'assessment', 1, 1556670354, 1, NULL, NULL, NULL), |
| (9, 1, 1, 'acl_lu_resource_types', 5, 'resource_type', 'assessmentcomponent', 1, 1556670354, 1, NULL, NULL, NULL), | | (9, 1, 1, 'acl_lu_resource_types', 5, 'resource_type', 'assessmentcomponent', 1, 1556670354, 1, NULL, NULL, NULL), |
| (10, 1, 2, 'acl_lu_resource_types', 5, 'resource_type', 'assessmentcomponent', 1, 1556670354, 1, NULL, NULL, NULL), | | (10, 1, 2, 'acl_lu_resource_types', 5, 'resource_type', 'assessmentcomponent', 1, 1556670354, 1, NULL, NULL, NULL), |
| (11, 1, 1, 'acl_lu_resource_types', 6, 'resource_type', 'assessmentprogress', 1, 1556670354, 1, NULL, NULL, NULL), | | (11, 1, 1, 'acl_lu_resource_types', 6, 'resource_type', 'assessmentprogress', 1, 1556670354, 1, NULL, NULL, NULL), |
| (12, 1, 2, 'acl_lu_resource_types', 6, 'resource_type', 'assessmentprogress', 1, 1556670354, 1, NULL, NULL, NULL), | | (12, 1, 2, 'acl_lu_resource_types', 6, 'resource_type', 'assessmentprogress', 1, 1556670354, 1, NULL, NULL, NULL), |
| (13, 1, 1, 'acl_lu_resource_types', 7, 'resource_type', 'assessmentresult', 1, 1556670354, 1, NULL, NULL, NULL), | | (13, 1, 1, 'acl_lu_resource_types', 7, 'resource_type', 'assessmentresult', 1, 1556670354, 1, NULL, NULL, NULL), |
| (14, 1, 2, 'acl_lu_resource_types', 7, 'resource_type', 'assessmentresult', 1, 1556670354, 1, NULL, NULL, NULL), | | (14, 1, 2, 'acl_lu_resource_types', 7, 'resource_type', 'assessmentresult', 1, 1556670354, 1, NULL, NULL, NULL), |
| (15, 1, 1, 'acl_lu_resource_types', 8, 'resource_type', 'assessments', 1, 1556670354, 1, NULL, NULL, NULL), | | (15, 1, 1, 'acl_lu_resource_types', 8, 'resource_type', 'assessments', 1, 1556670354, 1, NULL, NULL, NULL), |
| (16, 1, 2, 'acl_lu_resource_types', 8, 'resource_type', 'assessments', 1, 1556670354, 1, NULL, NULL, NULL), | | (16, 1, 2, 'acl_lu_resource_types', 8, 'resource_type', 'assessments', 1, 1556670354, 1, NULL, NULL, NULL), |
| (17, 1, 1, 'acl_lu_resource_types', 9, 'resource_type', 'assessor', 1, 1556670354, 1, NULL, NULL, NULL), | | (17, 1, 1, 'acl_lu_resource_types', 9, 'resource_type', 'assessor', 1, 1556670354, 1, NULL, NULL, NULL), |
| (18, 1, 2, 'acl_lu_resource_types', 9, 'resource_type', 'assessor', 1, 1556670354, 1, NULL, NULL, NULL), | | (18, 1, 2, 'acl_lu_resource_types', 9, 'resource_type', 'assessor', 1, 1556670354, 1, NULL, NULL, NULL), |
| (19, 1, 1, 'acl_lu_resource_types', 10, 'resource_type', 'assignment', 1, 1556670354, 1, NULL, NULL, NULL), | | (19, 1, 1, 'acl_lu_resource_types', 10, 'resource_type', 'assignment', 1, 1556670354, 1, NULL, NULL, NULL), |
| (20, 1, 2, 'acl_lu_resource_types', 10, 'resource_type', 'assignment', 1, 1556670354, 1, NULL, NULL, NULL), | | (20, 1, 2, 'acl_lu_resource_types', 10, 'resource_type', 'assignment', 1, 1556670354, 1, NULL, NULL, NULL), |
| (21, 1, 1, 'acl_lu_resource_types', 11, 'resource_type', 'assistant_support', 1, 1556670354, 1, NULL, NULL, NULL), | | (21, 1, 1, 'acl_lu_resource_types', 11, 'resource_type', 'assistant_support', 1, 1556670354, 1, NULL, NULL, NULL), |
| (22, 1, 2, 'acl_lu_resource_types', 11, 'resource_type', 'assistant_support', 1, 1556670354, 1, NULL, NULL, NULL), | | (22, 1, 2, 'acl_lu_resource_types', 11, 'resource_type', 'assistant_support', 1, 1556670354, 1, NULL, NULL, NULL), |
| (23, 1, 1, 'acl_lu_resource_types', 12, 'resource_type', 'awards', 1, 1556670354, 1, NULL, NULL, NULL), | | (23, 1, 1, 'acl_lu_resource_types', 12, 'resource_type', 'awards', 1, 1556670354, 1, NULL, NULL, NULL), |
| (24, 1, 2, 'acl_lu_resource_types', 12, 'resource_type', 'awards', 1, 1556670354, 1, NULL, NULL, NULL), | | (24, 1, 2, 'acl_lu_resource_types', 12, 'resource_type', 'awards', 1, 1556670354, 1, NULL, NULL, NULL), |
| (25, 1, 1, 'acl_lu_resource_types', 13, 'resource_type', 'cbmemeeting', 1, 1556670354, 1, NULL, NULL, NULL), | | (25, 1, 1, 'acl_lu_resource_types', 13, 'resource_type', 'cbmemeeting', 1, 1556670354, 1, NULL, NULL, NULL), |
| (26, 1, 2, 'acl_lu_resource_types', 13, 'resource_type', 'cbmemeeting', 1, 1556670354, 1, NULL, NULL, NULL), | | (26, 1, 2, 'acl_lu_resource_types', 13, 'resource_type', 'cbmemeeting', 1, 1556670354, 1, NULL, NULL, NULL), |
| (27, 1, 1, 'acl_lu_resource_types', 14, 'resource_type', 'clerkship', 1, 1556670354, 1, NULL, NULL, NULL), | | (27, 1, 1, 'acl_lu_resource_types', 14, 'resource_type', 'clerkship', 1, 1556670354, 1, NULL, NULL, NULL), |
| (28, 1, 2, 'acl_lu_resource_types', 14, 'resource_type', 'clerkship', 1, 1556670354, 1, NULL, NULL, NULL), | | (28, 1, 2, 'acl_lu_resource_types', 14, 'resource_type', 'clerkship', 1, 1556670354, 1, NULL, NULL, NULL), |
| (29, 1, 1, 'acl_lu_resource_types', 15, 'resource_type', 'clerkshipschedules', 1, 1556670354, 1, NULL, NULL, NULL), | | (29, 1, 1, 'acl_lu_resource_types', 15, 'resource_type', 'clerkshipschedules', 1, 1556670354, 1, NULL, NULL, NULL), |
| (30, 1, 2, 'acl_lu_resource_types', 15, 'resource_type', 'clerkshipschedules', 1, 1556670354, 1, NULL, NULL, NULL), | | (30, 1, 2, 'acl_lu_resource_types', 15, 'resource_type', 'clerkshipschedules', 1, 1556670354, 1, NULL, NULL, NULL), |
| (31, 1, 1, 'acl_lu_resource_types', 16, 'resource_type', 'community', 1, 1556670354, 1, NULL, NULL, NULL), | | (31, 1, 1, 'acl_lu_resource_types', 16, 'resource_type', 'community', 1, 1556670354, 1, NULL, NULL, NULL), |
| (32, 1, 2, 'acl_lu_resource_types', 16, 'resource_type', 'community', 1, 1556670354, 1, NULL, NULL, NULL), | | (32, 1, 2, 'acl_lu_resource_types', 16, 'resource_type', 'community', 1, 1556670354, 1, NULL, NULL, NULL), |
| (33, 1, 1, 'acl_lu_resource_types', 17, 'resource_type', 'competencycommittee', 1, 1556670354, 1, NULL, NULL, NULL), | | (33, 1, 1, 'acl_lu_resource_types', 17, 'resource_type', 'competencycommittee', 1, 1556670354, 1, NULL, NULL, NULL), |
| (34, 1, 2, 'acl_lu_resource_types', 17, 'resource_type', 'competencycommittee', 1, 1556670354, 1, NULL, NULL, NULL), | | (34, 1, 2, 'acl_lu_resource_types', 17, 'resource_type', 'competencycommittee', 1, 1556670354, 1, NULL, NULL, NULL), |
| (35, 1, 1, 'acl_lu_resource_types', 18, 'resource_type', 'course', 1, 1556670354, 1, NULL, NULL, NULL), | | (35, 1, 1, 'acl_lu_resource_types', 18, 'resource_type', 'course', 1, 1556670354, 1, NULL, NULL, NULL), |
| (36, 1, 2, 'acl_lu_resource_types', 18, 'resource_type', 'course', 1, 1556670354, 1, NULL, NULL, NULL), | | (36, 1, 2, 'acl_lu_resource_types', 18, 'resource_type', 'course', 1, 1556670354, 1, NULL, NULL, NULL), |
| (37, 1, 1, 'acl_lu_resource_types', 19, 'resource_type', 'coursecontent', 1, 1556670354, 1, NULL, NULL, NULL), | | (37, 1, 1, 'acl_lu_resource_types', 19, 'resource_type', 'coursecontent', 1, 1556670354, 1, NULL, NULL, NULL), |
| (38, 1, 2, 'acl_lu_resource_types', 19, 'resource_type', 'coursecontent', 1, 1556670354, 1, NULL, NULL, NULL), | | (38, 1, 2, 'acl_lu_resource_types', 19, 'resource_type', 'coursecontent', 1, 1556670354, 1, NULL, NULL, NULL), |
| (39, 1, 1, 'acl_lu_resource_types', 20, 'resource_type', 'curriculum', 1, 1556670354, 1, NULL, NULL, NULL), | | (39, 1, 1, 'acl_lu_resource_types', 20, 'resource_type', 'curriculum', 1, 1556670354, 1, NULL, NULL, NULL), |
| (40, 1, 2, 'acl_lu_resource_types', 20, 'resource_type', 'curriculum', 1, 1556670354, 1, NULL, NULL, NULL), | | (40, 1, 2, 'acl_lu_resource_types', 20, 'resource_type', 'curriculum', 1, 1556670354, 1, NULL, NULL, NULL), |
| (41, 1, 1, 'acl_lu_resource_types', 21, 'resource_type', 'dashboard', 1, 1556670354, 1, NULL, NULL, NULL), | | (41, 1, 1, 'acl_lu_resource_types', 21, 'resource_type', 'dashboard', 1, 1556670354, 1, NULL, NULL, NULL), |
| (42, 1, 2, 'acl_lu_resource_types', 21, 'resource_type', 'dashboard', 1, 1556670354, 1, NULL, NULL, NULL), | | (42, 1, 2, 'acl_lu_resource_types', 21, 'resource_type', 'dashboard', 1, 1556670354, 1, NULL, NULL, NULL), |
| (43, 1, 1, 'acl_lu_resource_types', 22, 'resource_type', 'disclaimers', 1, 1556670354, 1, NULL, NULL, NULL), | | (43, 1, 1, 'acl_lu_resource_types', 22, 'resource_type', 'disclaimers', 1, 1556670354, 1, NULL, NULL, NULL), |
| (44, 1, 2, 'acl_lu_resource_types', 22, 'resource_type', 'disclaimers', 1, 1556670354, 1, NULL, NULL, NULL), | | (44, 1, 2, 'acl_lu_resource_types', 22, 'resource_type', 'disclaimers', 1, 1556670354, 1, NULL, NULL, NULL), |
| (45, 1, 1, 'acl_lu_resource_types', 23, 'resource_type', 'disclaimer_audience', 1, 1556670354, 1, NULL, NULL, NULL), | | (45, 1, 1, 'acl_lu_resource_types', 23, 'resource_type', 'disclaimer_audience', 1, 1556670354, 1, NULL, NULL, NULL), |
| (46, 1, 2, 'acl_lu_resource_types', 23, 'resource_type', 'disclaimer_audience', 1, 1556670354, 1, NULL, NULL, NULL), | | (46, 1, 2, 'acl_lu_resource_types', 23, 'resource_type', 'disclaimer_audience', 1, 1556670354, 1, NULL, NULL, NULL), |
| (47, 1, 1, 'acl_lu_resource_types', 24, 'resource_type', 'disclaimer_audience_users', 1, 1556670354, 1, NULL, NULL, NULL), | | (47, 1, 1, 'acl_lu_resource_types', 24, 'resource_type', 'disclaimer_audience_users', 1, 1556670354, 1, NULL, NULL, NULL), |
| (48, 1, 2, 'acl_lu_resource_types', 24, 'resource_type', 'disclaimer_audience_users', 1, 1556670354, 1, NULL, NULL, NULL), | | (48, 1, 2, 'acl_lu_resource_types', 24, 'resource_type', 'disclaimer_audience_users', 1, 1556670354, 1, NULL, NULL, NULL), |
| (49, 1, 1, 'acl_lu_resource_types', 25, 'resource_type', 'discussion', 1, 1556670354, 1, NULL, NULL, NULL), | | (49, 1, 1, 'acl_lu_resource_types', 25, 'resource_type', 'discussion', 1, 1556670354, 1, NULL, NULL, NULL), |
| (50, 1, 2, 'acl_lu_resource_types', 25, 'resource_type', 'discussion', 1, 1556670354, 1, NULL, NULL, NULL), | | (50, 1, 2, 'acl_lu_resource_types', 25, 'resource_type', 'discussion', 1, 1556670354, 1, NULL, NULL, NULL), |
| (51, 1, 1, 'acl_lu_resource_types', 26, 'resource_type', 'evaluation', 1, 1556670354, 1, NULL, NULL, NULL), | | (51, 1, 1, 'acl_lu_resource_types', 26, 'resource_type', 'evaluation', 1, 1556670354, 1, NULL, NULL, NULL), |
| (52, 1, 2, 'acl_lu_resource_types', 26, 'resource_type', 'evaluation', 1, 1556670354, 1, NULL, NULL, NULL), | | (52, 1, 2, 'acl_lu_resource_types', 26, 'resource_type', 'evaluation', 1, 1556670354, 1, NULL, NULL, NULL), |
| (53, 1, 1, 'acl_lu_resource_types', 27, 'resource_type', 'evaluationform', 1, 1556670354, 1, NULL, NULL, NULL), | | (53, 1, 1, 'acl_lu_resource_types', 27, 'resource_type', 'evaluationform', 1, 1556670354, 1, NULL, NULL, NULL), |
| (54, 1, 2, 'acl_lu_resource_types', 27, 'resource_type', 'evaluationform', 1, 1556670354, 1, NULL, NULL, NULL), | | (54, 1, 2, 'acl_lu_resource_types', 27, 'resource_type', 'evaluationform', 1, 1556670354, 1, NULL, NULL, NULL), |
| (55, 1, 1, 'acl_lu_resource_types', 28, 'resource_type', 'evaluationformquestion', 1, 1556670354, 1, NULL, NULL, NULL), | | (55, 1, 1, 'acl_lu_resource_types', 28, 'resource_type', 'evaluationformquestion', 1, 1556670354, 1, NULL, NULL, NULL), |
| (56, 1, 2, 'acl_lu_resource_types', 28, 'resource_type', 'evaluationformquestion', 1, 1556670354, 1, NULL, NULL, NULL), | | (56, 1, 2, 'acl_lu_resource_types', 28, 'resource_type', 'evaluationformquestion', 1, 1556670354, 1, NULL, NULL, NULL), |
| (57, 1, 1, 'acl_lu_resource_types', 29, 'resource_type', 'evaluationquestion', 1, 1556670354, 1, NULL, NULL, NULL), | | (57, 1, 1, 'acl_lu_resource_types', 29, 'resource_type', 'evaluationquestion', 1, 1556670354, 1, NULL, NULL, NULL), |
| (58, 1, 2, 'acl_lu_resource_types', 29, 'resource_type', 'evaluationquestion', 1, 1556670354, 1, NULL, NULL, NULL), | | (58, 1, 2, 'acl_lu_resource_types', 29, 'resource_type', 'evaluationquestion', 1, 1556670354, 1, NULL, NULL, NULL), |
| (59, 1, 1, 'acl_lu_resource_types', 30, 'resource_type', 'event', 1, 1556670354, 1, NULL, NULL, NULL), | | (59, 1, 1, 'acl_lu_resource_types', 30, 'resource_type', 'event', 1, 1556670354, 1, NULL, NULL, NULL), |
| (60, 1, 2, 'acl_lu_resource_types', 30, 'resource_type', 'event', 1, 1556670354, 1, NULL, NULL, NULL), | | (60, 1, 2, 'acl_lu_resource_types', 30, 'resource_type', 'event', 1, 1556670354, 1, NULL, NULL, NULL), |
| (61, 1, 1, 'acl_lu_resource_types', 31, 'resource_type', 'eventcontent', 1, 1556670354, 1, NULL, NULL, NULL), | | (61, 1, 1, 'acl_lu_resource_types', 31, 'resource_type', 'eventcontent', 1, 1556670354, 1, NULL, NULL, NULL), |
| (62, 1, 2, 'acl_lu_resource_types', 31, 'resource_type', 'eventcontent', 1, 1556670354, 1, NULL, NULL, NULL), | | (62, 1, 2, 'acl_lu_resource_types', 31, 'resource_type', 'eventcontent', 1, 1556670354, 1, NULL, NULL, NULL), |
| (63, 1, 1, 'acl_lu_resource_types', 32, 'resource_type', 'exam', 1, 1556670354, 1, NULL, NULL, NULL), | | (63, 1, 1, 'acl_lu_resource_types', 32, 'resource_type', 'exam', 1, 1556670354, 1, NULL, NULL, NULL), |
| (64, 1, 2, 'acl_lu_resource_types', 32, 'resource_type', 'exam', 1, 1556670354, 1, NULL, NULL, NULL), | | (64, 1, 2, 'acl_lu_resource_types', 32, 'resource_type', 'exam', 1, 1556670354, 1, NULL, NULL, NULL), |
| (65, 1, 1, 'acl_lu_resource_types', 33, 'resource_type', 'examdashboard', 1, 1556670354, 1, NULL, NULL, NULL), | | (65, 1, 1, 'acl_lu_resource_types', 33, 'resource_type', 'examdashboard', 1, 1556670354, 1, NULL, NULL, NULL), |
| (66, 1, 2, 'acl_lu_resource_types', 33, 'resource_type', 'examdashboard', 1, 1556670354, 1, NULL, NULL, NULL), | | (66, 1, 2, 'acl_lu_resource_types', 33, 'resource_type', 'examdashboard', 1, 1556670354, 1, NULL, NULL, NULL), |
| (67, 1, 1, 'acl_lu_resource_types', 34, 'resource_type', 'examfolder', 1, 1556670354, 1, NULL, NULL, NULL), | | (67, 1, 1, 'acl_lu_resource_types', 34, 'resource_type', 'examfolder', 1, 1556670354, 1, NULL, NULL, NULL), |
| (68, 1, 2, 'acl_lu_resource_types', 34, 'resource_type', 'examfolder', 1, 1556670354, 1, NULL, NULL, NULL), | | (68, 1, 2, 'acl_lu_resource_types', 34, 'resource_type', 'examfolder', 1, 1556670354, 1, NULL, NULL, NULL), |
| (69, 1, 1, 'acl_lu_resource_types', 35, 'resource_type', 'examgradefnb', 1, 1556670354, 1, NULL, NULL, NULL), | | (69, 1, 1, 'acl_lu_resource_types', 35, 'resource_type', 'examgradefnb', 1, 1556670354, 1, NULL, NULL, NULL), |
| (70, 1, 2, 'acl_lu_resource_types', 35, 'resource_type', 'examgradefnb', 1, 1556670354, 1, NULL, NULL, NULL), | | (70, 1, 2, 'acl_lu_resource_types', 35, 'resource_type', 'examgradefnb', 1, 1556670354, 1, NULL, NULL, NULL), |
| (71, 1, 1, 'acl_lu_resource_types', 36, 'resource_type', 'examquestion', 1, 1556670354, 1, NULL, NULL, NULL), | | (71, 1, 1, 'acl_lu_resource_types', 36, 'resource_type', 'examquestion', 1, 1556670354, 1, NULL, NULL, NULL), |
| (72, 1, 2, 'acl_lu_resource_types', 36, 'resource_type', 'examquestion', 1, 1556670354, 1, NULL, NULL, NULL), | | (72, 1, 2, 'acl_lu_resource_types', 36, 'resource_type', 'examquestion', 1, 1556670354, 1, NULL, NULL, NULL), |
| (73, 1, 1, 'acl_lu_resource_types', 37, 'resource_type', 'examquestiongroup', 1, 1556670354, 1, NULL, NULL, NULL), | | (73, 1, 1, 'acl_lu_resource_types', 37, 'resource_type', 'examquestiongroup', 1, 1556670354, 1, NULL, NULL, NULL), |
| (74, 1, 2, 'acl_lu_resource_types', 37, 'resource_type', 'examquestiongroup', 1, 1556670354, 1, NULL, NULL, NULL), | | (74, 1, 2, 'acl_lu_resource_types', 37, 'resource_type', 'examquestiongroup', 1, 1556670354, 1, NULL, NULL, NULL), |
| (75, 1, 1, 'acl_lu_resource_types', 38, 'resource_type', 'examquestiongroupindex', 1, 1556670354, 1, NULL, NULL, NULL), | | (75, 1, 1, 'acl_lu_resource_types', 38, 'resource_type', 'examquestiongroupindex', 1, 1556670354, 1, NULL, NULL, NULL), |
| (76, 1, 2, 'acl_lu_resource_types', 38, 'resource_type', 'examquestiongroupindex', 1, 1556670354, 1, NULL, NULL, NULL), | | (76, 1, 2, 'acl_lu_resource_types', 38, 'resource_type', 'examquestiongroupindex', 1, 1556670354, 1, NULL, NULL, NULL), |
| (77, 1, 1, 'acl_lu_resource_types', 39, 'resource_type', 'examquestionindex', 1, 1556670354, 1, NULL, NULL, NULL), | | (77, 1, 1, 'acl_lu_resource_types', 39, 'resource_type', 'examquestionindex', 1, 1556670354, 1, NULL, NULL, NULL), |
| (78, 1, 2, 'acl_lu_resource_types', 39, 'resource_type', 'examquestionindex', 1, 1556670354, 1, NULL, NULL, NULL), | | (78, 1, 2, 'acl_lu_resource_types', 39, 'resource_type', 'examquestionindex', 1, 1556670354, 1, NULL, NULL, NULL), |
| (79, 1, 1, 'acl_lu_resource_types', 40, 'resource_type', 'firstlogin', 1, 1556670354, 1, NULL, NULL, NULL), | | (79, 1, 1, 'acl_lu_resource_types', 40, 'resource_type', 'firstlogin', 1, 1556670354, 1, NULL, NULL, NULL), |
| (80, 1, 2, 'acl_lu_resource_types', 40, 'resource_type', 'firstlogin', 1, 1556670354, 1, NULL, NULL, NULL), | | (80, 1, 2, 'acl_lu_resource_types', 40, 'resource_type', 'firstlogin', 1, 1556670354, 1, NULL, NULL, NULL), |
| (81, 1, 1, 'acl_lu_resource_types', 41, 'resource_type', 'gradebook', 1, 1556670354, 1, NULL, NULL, NULL), | | (81, 1, 1, 'acl_lu_resource_types', 41, 'resource_type', 'gradebook', 1, 1556670354, 1, NULL, NULL, NULL), |
| (82, 1, 2, 'acl_lu_resource_types', 41, 'resource_type', 'gradebook', 1, 1556670354, 1, NULL, NULL, NULL), | | (82, 1, 2, 'acl_lu_resource_types', 41, 'resource_type', 'gradebook', 1, 1556670354, 1, NULL, NULL, NULL), |
| (83, 1, 1, 'acl_lu_resource_types', 42, 'resource_type', 'incident', 1, 1556670354, 1, NULL, NULL, NULL), | | (83, 1, 1, 'acl_lu_resource_types', 42, 'resource_type', 'incident', 1, 1556670354, 1, NULL, NULL, NULL), |
| (84, 1, 2, 'acl_lu_resource_types', 42, 'resource_type', 'incident', 1, 1556670354, 1, NULL, NULL, NULL), | | (84, 1, 2, 'acl_lu_resource_types', 42, 'resource_type', 'incident', 1, 1556670354, 1, NULL, NULL, NULL), |
| (85, 1, 1, 'acl_lu_resource_types', 43, 'resource_type', 'library', 1, 1556670354, 1, NULL, NULL, NULL), | | (85, 1, 1, 'acl_lu_resource_types', 43, 'resource_type', 'library', 1, 1556670354, 1, NULL, NULL, NULL), |
| (86, 1, 2, 'acl_lu_resource_types', 43, 'resource_type', 'library', 1, 1556670354, 1, NULL, NULL, NULL), | | (86, 1, 2, 'acl_lu_resource_types', 43, 'resource_type', 'library', 1, 1556670354, 1, NULL, NULL, NULL), |
| (87, 1, 1, 'acl_lu_resource_types', 44, 'resource_type', 'logbook', 1, 1556670354, 1, NULL, NULL, NULL), | | (87, 1, 1, 'acl_lu_resource_types', 44, 'resource_type', 'logbook', 1, 1556670354, 1, NULL, NULL, NULL), |
| (88, 1, 2, 'acl_lu_resource_types', 44, 'resource_type', 'logbook', 1, 1556670354, 1, NULL, NULL, NULL), | | (88, 1, 2, 'acl_lu_resource_types', 44, 'resource_type', 'logbook', 1, 1556670354, 1, NULL, NULL, NULL), |
| (89, 1, 1, 'acl_lu_resource_types', 45, 'resource_type', 'logbook-entry', 1, 1556670354, 1, NULL, NULL, NULL), | | (89, 1, 1, 'acl_lu_resource_types', 45, 'resource_type', 'logbook-entry', 1, 1556670354, 1, NULL, NULL, NULL), |
| (90, 1, 2, 'acl_lu_resource_types', 45, 'resource_type', 'logbook-entry', 1, 1556670354, 1, NULL, NULL, NULL), | | (90, 1, 2, 'acl_lu_resource_types', 45, 'resource_type', 'logbook-entry', 1, 1556670354, 1, NULL, NULL, NULL), |
| (91, 1, 1, 'acl_lu_resource_types', 46, 'resource_type', 'lor', 1, 1556670354, 1, NULL, NULL, NULL), | | (91, 1, 1, 'acl_lu_resource_types', 46, 'resource_type', 'lor', 1, 1556670354, 1, NULL, NULL, NULL), |
| (92, 1, 2, 'acl_lu_resource_types', 46, 'resource_type', 'lor', 1, 1556670354, 1, NULL, NULL, NULL), | | (92, 1, 2, 'acl_lu_resource_types', 46, 'resource_type', 'lor', 1, 1556670354, 1, NULL, NULL, NULL), |
| (93, 1, 1, 'acl_lu_resource_types', 47, 'resource_type', 'lottery', 1, 1556670354, 1, NULL, NULL, NULL), | | (93, 1, 1, 'acl_lu_resource_types', 47, 'resource_type', 'lottery', 1, 1556670354, 1, NULL, NULL, NULL), |
| (94, 1, 2, 'acl_lu_resource_types', 47, 'resource_type', 'lottery', 1, 1556670354, 1, NULL, NULL, NULL), | | (94, 1, 2, 'acl_lu_resource_types', 47, 'resource_type', 'lottery', 1, 1556670354, 1, NULL, NULL, NULL), |
| (95, 1, 1, 'acl_lu_resource_types', 48, 'resource_type', 'masquerade', 1, 1556670354, 1, NULL, NULL, NULL), | | (95, 1, 1, 'acl_lu_resource_types', 48, 'resource_type', 'masquerade', 1, 1556670354, 1, NULL, NULL, NULL), |
| (96, 1, 2, 'acl_lu_resource_types', 48, 'resource_type', 'masquerade', 1, 1556670354, 1, NULL, NULL, NULL), | | (96, 1, 2, 'acl_lu_resource_types', 48, 'resource_type', 'masquerade', 1, 1556670354, 1, NULL, NULL, NULL), |
| (97, 1, 1, 'acl_lu_resource_types', 49, 'resource_type', 'metadata', 1, 1556670354, 1, NULL, NULL, NULL), | | (97, 1, 1, 'acl_lu_resource_types', 49, 'resource_type', 'metadata', 1, 1556670354, 1, NULL, NULL, NULL), |
| (98, 1, 2, 'acl_lu_resource_types', 49, 'resource_type', 'metadata', 1, 1556670354, 1, NULL, NULL, NULL), | | (98, 1, 2, 'acl_lu_resource_types', 49, 'resource_type', 'metadata', 1, 1556670354, 1, NULL, NULL, NULL), |
| (99, 1, 1, 'acl_lu_resource_types', 50, 'resource_type', 'mspr', 1, 1556670354, 1, NULL, NULL, NULL), | | (99, 1, 1, 'acl_lu_resource_types', 50, 'resource_type', 'mspr', 1, 1556670354, 1, NULL, NULL, NULL), |
| (100, 1, 2, 'acl_lu_resource_types', 50, 'resource_type', 'mspr', 1, 1556670354, 1, NULL, NULL, NULL), | | (100, 1, 2, 'acl_lu_resource_types', 50, 'resource_type', 'mspr', 1, 1556670354, 1, NULL, NULL, NULL), |
| (101, 1, 1, 'acl_lu_resource_types', 51, 'resource_type', 'mydepartment', 1, 1556670354, 1, NULL, NULL, NULL), | | (101, 1, 1, 'acl_lu_resource_types', 51, 'resource_type', 'mydepartment', 1, 1556670354, 1, NULL, NULL, NULL), |
| (102, 1, 2, 'acl_lu_resource_types', 51, 'resource_type', 'mydepartment', 1, 1556670354, 1, NULL, NULL, NULL), | | (102, 1, 2, 'acl_lu_resource_types', 51, 'resource_type', 'mydepartment', 1, 1556670354, 1, NULL, NULL, NULL), |
| (103, 1, 1, 'acl_lu_resource_types', 52, 'resource_type', 'myowndepartment', 1, 1556670354, 1, NULL, NULL, NULL), | | (103, 1, 1, 'acl_lu_resource_types', 52, 'resource_type', 'myowndepartment', 1, 1556670354, 1, NULL, NULL, NULL), |
| (104, 1, 2, 'acl_lu_resource_types', 52, 'resource_type', 'myowndepartment', 1, 1556670354, 1, NULL, NULL, NULL), | | (104, 1, 2, 'acl_lu_resource_types', 52, 'resource_type', 'myowndepartment', 1, 1556670354, 1, NULL, NULL, NULL), |
| (105, 1, 1, 'acl_lu_resource_types', 53, 'resource_type', 'notice', 1, 1556670354, 1, NULL, NULL, NULL), | | (105, 1, 1, 'acl_lu_resource_types', 53, 'resource_type', 'notice', 1, 1556670354, 1, NULL, NULL, NULL), |
| (106, 1, 2, 'acl_lu_resource_types', 53, 'resource_type', 'notice', 1, 1556670354, 1, NULL, NULL, NULL), | | (106, 1, 2, 'acl_lu_resource_types', 53, 'resource_type', 'notice', 1, 1556670354, 1, NULL, NULL, NULL), |
| (107, 1, 1, 'acl_lu_resource_types', 54, 'resource_type', 'objective', 1, 1556670354, 1, NULL, NULL, NULL), | | (107, 1, 1, 'acl_lu_resource_types', 54, 'resource_type', 'objective', 1, 1556670354, 1, NULL, NULL, NULL), |
| (108, 1, 2, 'acl_lu_resource_types', 54, 'resource_type', 'objective', 1, 1556670354, 1, NULL, NULL, NULL), | | (108, 1, 2, 'acl_lu_resource_types', 54, 'resource_type', 'objective', 1, 1556670354, 1, NULL, NULL, NULL), |
| (109, 1, 1, 'acl_lu_resource_types', 55, 'resource_type', 'objectiveattributes', 1, 1556670354, 1, NULL, NULL, NULL), | | (109, 1, 1, 'acl_lu_resource_types', 55, 'resource_type', 'objectiveattributes', 1, 1556670354, 1, NULL, NULL, NULL), |
| (110, 1, 2, 'acl_lu_resource_types', 55, 'resource_type', 'objectiveattributes', 1, 1556670354, 1, NULL, NULL, NULL), | | (110, 1, 2, 'acl_lu_resource_types', 55, 'resource_type', 'objectiveattributes', 1, 1556670354, 1, NULL, NULL, NULL), |
| (111, 1, 1, 'acl_lu_resource_types', 56, 'resource_type', 'objectivedetails', 1, 1556670354, 1, NULL, NULL, NULL), | | (111, 1, 1, 'acl_lu_resource_types', 56, 'resource_type', 'objectivedetails', 1, 1556670354, 1, NULL, NULL, NULL), |
| (112, 1, 2, 'acl_lu_resource_types', 56, 'resource_type', 'objectivedetails', 1, 1556670354, 1, NULL, NULL, NULL), | | (112, 1, 2, 'acl_lu_resource_types', 56, 'resource_type', 'objectivedetails', 1, 1556670354, 1, NULL, NULL, NULL), |
| (113, 1, 1, 'acl_lu_resource_types', 57, 'resource_type', 'objectivehistory', 1, 1556670354, 1, NULL, NULL, NULL), | | (113, 1, 1, 'acl_lu_resource_types', 57, 'resource_type', 'objectivehistory', 1, 1556670354, 1, NULL, NULL, NULL), |
| (114, 1, 2, 'acl_lu_resource_types', 57, 'resource_type', 'objectivehistory', 1, 1556670354, 1, NULL, NULL, NULL), | | (114, 1, 2, 'acl_lu_resource_types', 57, 'resource_type', 'objectivehistory', 1, 1556670354, 1, NULL, NULL, NULL), |
| (115, 1, 1, 'acl_lu_resource_types', 58, 'resource_type', 'objectivenotes', 1, 1556670354, 1, NULL, NULL, NULL), | | (115, 1, 1, 'acl_lu_resource_types', 58, 'resource_type', 'objectivenotes', 1, 1556670354, 1, NULL, NULL, NULL), |
| (116, 1, 2, 'acl_lu_resource_types', 58, 'resource_type', 'objectivenotes', 1, 1556670354, 1, NULL, NULL, NULL), | | (116, 1, 2, 'acl_lu_resource_types', 58, 'resource_type', 'objectivenotes', 1, 1556670354, 1, NULL, NULL, NULL), |
| (117, 1, 1, 'acl_lu_resource_types', 59, 'resource_type', 'observerships', 1, 1556670354, 1, NULL, NULL, NULL), | | (117, 1, 1, 'acl_lu_resource_types', 59, 'resource_type', 'observerships', 1, 1556670354, 1, NULL, NULL, NULL), |
| (118, 1, 2, 'acl_lu_resource_types', 59, 'resource_type', 'observerships', 1, 1556670354, 1, NULL, NULL, NULL), | | (118, 1, 2, 'acl_lu_resource_types', 59, 'resource_type', 'observerships', 1, 1556670354, 1, NULL, NULL, NULL), |
| (119, 1, 1, 'acl_lu_resource_types', 60, 'resource_type', 'people', 1, 1556670354, 1, NULL, NULL, NULL), | | (119, 1, 1, 'acl_lu_resource_types', 60, 'resource_type', 'people', 1, 1556670354, 1, NULL, NULL, NULL), |
| (120, 1, 2, 'acl_lu_resource_types', 60, 'resource_type', 'people', 1, 1556670354, 1, NULL, NULL, NULL), | | (120, 1, 2, 'acl_lu_resource_types', 60, 'resource_type', 'people', 1, 1556670354, 1, NULL, NULL, NULL), |
| (121, 1, 1, 'acl_lu_resource_types', 61, 'resource_type', 'photo', 1, 1556670354, 1, NULL, NULL, NULL), | | (121, 1, 1, 'acl_lu_resource_types', 61, 'resource_type', 'photo', 1, 1556670354, 1, NULL, NULL, NULL), |
| (122, 1, 2, 'acl_lu_resource_types', 61, 'resource_type', 'photo', 1, 1556670354, 1, NULL, NULL, NULL), | | (122, 1, 2, 'acl_lu_resource_types', 61, 'resource_type', 'photo', 1, 1556670354, 1, NULL, NULL, NULL), |
| (123, 1, 1, 'acl_lu_resource_types', 62, 'resource_type', 'podcast', 1, 1556670354, 1, NULL, NULL, NULL), | | (123, 1, 1, 'acl_lu_resource_types', 62, 'resource_type', 'podcast', 1, 1556670354, 1, NULL, NULL, NULL), |
| (124, 1, 2, 'acl_lu_resource_types', 62, 'resource_type', 'podcast', 1, 1556670354, 1, NULL, NULL, NULL), | | (124, 1, 2, 'acl_lu_resource_types', 62, 'resource_type', 'podcast', 1, 1556670354, 1, NULL, NULL, NULL), |
| (125, 1, 1, 'acl_lu_resource_types', 63, 'resource_type', 'poll', 1, 1556670354, 1, NULL, NULL, NULL), | | (125, 1, 1, 'acl_lu_resource_types', 63, 'resource_type', 'poll', 1, 1556670354, 1, NULL, NULL, NULL), |
| (126, 1, 2, 'acl_lu_resource_types', 63, 'resource_type', 'poll', 1, 1556670354, 1, NULL, NULL, NULL), | | (126, 1, 2, 'acl_lu_resource_types', 63, 'resource_type', 'poll', 1, 1556670354, 1, NULL, NULL, NULL), |
| (127, 1, 1, 'acl_lu_resource_types', 64, 'resource_type', 'portfolio-advisor', 1, 1556670354, 1, NULL, NULL, NULL), | | (127, 1, 1, 'acl_lu_resource_types', 64, 'resource_type', 'portfolio-advisor', 1, 1556670354, 1, NULL, NULL, NULL), |
| (128, 1, 2, 'acl_lu_resource_types', 64, 'resource_type', 'portfolio-advisor', 1, 1556670354, 1, NULL, NULL, NULL), | | (128, 1, 2, 'acl_lu_resource_types', 64, 'resource_type', 'portfolio-advisor', 1, 1556670354, 1, NULL, NULL, NULL), |
| (129, 1, 1, 'acl_lu_resource_types', 65, 'resource_type', 'portfolio-artifact', 1, 1556670354, 1, NULL, NULL, NULL), | | (129, 1, 1, 'acl_lu_resource_types', 65, 'resource_type', 'portfolio-artifact', 1, 1556670354, 1, NULL, NULL, NULL), |
| (130, 1, 2, 'acl_lu_resource_types', 65, 'resource_type', 'portfolio-artifact', 1, 1556670354, 1, NULL, NULL, NULL), | | (130, 1, 2, 'acl_lu_resource_types', 65, 'resource_type', 'portfolio-artifact', 1, 1556670354, 1, NULL, NULL, NULL), |
| (131, 1, 1, 'acl_lu_resource_types', 66, 'resource_type', 'portfolio-comment', 1, 1556670354, 1, NULL, NULL, NULL), | | (131, 1, 1, 'acl_lu_resource_types', 66, 'resource_type', 'portfolio-comment', 1, 1556670354, 1, NULL, NULL, NULL), |
| (132, 1, 2, 'acl_lu_resource_types', 66, 'resource_type', 'portfolio-comment', 1, 1556670354, 1, NULL, NULL, NULL), | | (132, 1, 2, 'acl_lu_resource_types', 66, 'resource_type', 'portfolio-comment', 1, 1556670354, 1, NULL, NULL, NULL), |
| (133, 1, 1, 'acl_lu_resource_types', 67, 'resource_type', 'portfolio-entry', 1, 1556670354, 1, NULL, NULL, NULL), | | (133, 1, 1, 'acl_lu_resource_types', 67, 'resource_type', 'portfolio-entry', 1, 1556670354, 1, NULL, NULL, NULL), |
| (134, 1, 2, 'acl_lu_resource_types', 67, 'resource_type', 'portfolio-entry', 1, 1556670354, 1, NULL, NULL, NULL), | | (134, 1, 2, 'acl_lu_resource_types', 67, 'resource_type', 'portfolio-entry', 1, 1556670354, 1, NULL, NULL, NULL), |
| (135, 1, 1, 'acl_lu_resource_types', 68, 'resource_type', 'portfolio-folder', 1, 1556670354, 1, NULL, NULL, NULL), | | (135, 1, 1, 'acl_lu_resource_types', 68, 'resource_type', 'portfolio-folder', 1, 1556670354, 1, NULL, NULL, NULL), |
| (136, 1, 2, 'acl_lu_resource_types', 68, 'resource_type', 'portfolio-folder', 1, 1556670354, 1, NULL, NULL, NULL), | | (136, 1, 2, 'acl_lu_resource_types', 68, 'resource_type', 'portfolio-folder', 1, 1556670354, 1, NULL, NULL, NULL), |
| (137, 1, 1, 'acl_lu_resource_types', 69, 'resource_type', 'portfolio-objective', 1, 1556670354, 1, NULL, NULL, NULL), | | (137, 1, 1, 'acl_lu_resource_types', 69, 'resource_type', 'portfolio-objective', 1, 1556670354, 1, NULL, NULL, NULL), |
| (138, 1, 2, 'acl_lu_resource_types', 69, 'resource_type', 'portfolio-objective', 1, 1556670354, 1, NULL, NULL, NULL), | | (138, 1, 2, 'acl_lu_resource_types', 69, 'resource_type', 'portfolio-objective', 1, 1556670354, 1, NULL, NULL, NULL), |
| (139, 1, 1, 'acl_lu_resource_types', 70, 'resource_type', 'portfolio-portfolio', 1, 1556670354, 1, NULL, NULL, NULL), | | (139, 1, 1, 'acl_lu_resource_types', 70, 'resource_type', 'portfolio-portfolio', 1, 1556670354, 1, NULL, NULL, NULL), |
| (140, 1, 2, 'acl_lu_resource_types', 70, 'resource_type', 'portfolio-portfolio', 1, 1556670354, 1, NULL, NULL, NULL), | | (140, 1, 2, 'acl_lu_resource_types', 70, 'resource_type', 'portfolio-portfolio', 1, 1556670354, 1, NULL, NULL, NULL), |
| (141, 1, 1, 'acl_lu_resource_types', 71, 'resource_type', 'portfolio-student', 1, 1556670354, 1, NULL, NULL, NULL), | | (141, 1, 1, 'acl_lu_resource_types', 71, 'resource_type', 'portfolio-student', 1, 1556670354, 1, NULL, NULL, NULL), |
| (142, 1, 2, 'acl_lu_resource_types', 71, 'resource_type', 'portfolio-student', 1, 1556670354, 1, NULL, NULL, NULL), | | (142, 1, 2, 'acl_lu_resource_types', 71, 'resource_type', 'portfolio-student', 1, 1556670354, 1, NULL, NULL, NULL), |
| (143, 1, 1, 'acl_lu_resource_types', 72, 'resource_type', 'profile', 1, 1556670354, 1, NULL, NULL, NULL), | | (143, 1, 1, 'acl_lu_resource_types', 72, 'resource_type', 'profile', 1, 1556670354, 1, NULL, NULL, NULL), |
| (144, 1, 2, 'acl_lu_resource_types', 72, 'resource_type', 'profile', 1, 1556670354, 1, NULL, NULL, NULL), | | (144, 1, 2, 'acl_lu_resource_types', 72, 'resource_type', 'profile', 1, 1556670354, 1, NULL, NULL, NULL), |
| (145, 1, 1, 'acl_lu_resource_types', 73, 'resource_type', 'quiz', 1, 1556670354, 1, NULL, NULL, NULL), | | (145, 1, 1, 'acl_lu_resource_types', 73, 'resource_type', 'quiz', 1, 1556670354, 1, NULL, NULL, NULL), |
| (146, 1, 2, 'acl_lu_resource_types', 73, 'resource_type', 'quiz', 1, 1556670354, 1, NULL, NULL, NULL), | | (146, 1, 2, 'acl_lu_resource_types', 73, 'resource_type', 'quiz', 1, 1556670354, 1, NULL, NULL, NULL), |
| (147, 1, 1, 'acl_lu_resource_types', 74, 'resource_type', 'regionaled', 1, 1556670354, 1, NULL, NULL, NULL), | | (147, 1, 1, 'acl_lu_resource_types', 74, 'resource_type', 'regionaled', 1, 1556670354, 1, NULL, NULL, NULL), |
| (148, 1, 2, 'acl_lu_resource_types', 74, 'resource_type', 'regionaled', 1, 1556670354, 1, NULL, NULL, NULL), | | (148, 1, 2, 'acl_lu_resource_types', 74, 'resource_type', 'regionaled', 1, 1556670354, 1, NULL, NULL, NULL), |
| (149, 1, 1, 'acl_lu_resource_types', 75, 'resource_type', 'regionaled_tab', 1, 1556670354, 1, NULL, NULL, NULL), | | (149, 1, 1, 'acl_lu_resource_types', 75, 'resource_type', 'regionaled_tab', 1, 1556670354, 1, NULL, NULL, NULL), |
| (150, 1, 2, 'acl_lu_resource_types', 75, 'resource_type', 'regionaled_tab', 1, 1556670354, 1, NULL, NULL, NULL), | | (150, 1, 2, 'acl_lu_resource_types', 75, 'resource_type', 'regionaled_tab', 1, 1556670354, 1, NULL, NULL, NULL), |
| (151, 1, 1, 'acl_lu_resource_types', 76, 'resource_type', 'report', 1, 1556670354, 1, NULL, NULL, NULL), | | (151, 1, 1, 'acl_lu_resource_types', 76, 'resource_type', 'report', 1, 1556670354, 1, NULL, NULL, NULL), |
| (152, 1, 2, 'acl_lu_resource_types', 76, 'resource_type', 'report', 1, 1556670354, 1, NULL, NULL, NULL), | | (152, 1, 2, 'acl_lu_resource_types', 76, 'resource_type', 'report', 1, 1556670354, 1, NULL, NULL, NULL), |
| (153, 1, 1, 'acl_lu_resource_types', 77, 'resource_type', 'reportindex', 1, 1556670354, 1, NULL, NULL, NULL), | | (153, 1, 1, 'acl_lu_resource_types', 77, 'resource_type', 'reportindex', 1, 1556670354, 1, NULL, NULL, NULL), |
| (154, 1, 2, 'acl_lu_resource_types', 77, 'resource_type', 'reportindex', 1, 1556670354, 1, NULL, NULL, NULL), | | (154, 1, 2, 'acl_lu_resource_types', 77, 'resource_type', 'reportindex', 1, 1556670354, 1, NULL, NULL, NULL), |
| (155, 1, 1, 'acl_lu_resource_types', 78, 'resource_type', 'resourceorganisation', 1, 1556670354, 1, NULL, NULL, NULL), | | (155, 1, 1, 'acl_lu_resource_types', 78, 'resource_type', 'resourceorganisation', 1, 1556670354, 1, NULL, NULL, NULL), |
| (156, 1, 2, 'acl_lu_resource_types', 78, 'resource_type', 'resourceorganisation', 1, 1556670354, 1, NULL, NULL, NULL), | | (156, 1, 2, 'acl_lu_resource_types', 78, 'resource_type', 'resourceorganisation', 1, 1556670354, 1, NULL, NULL, NULL), |
| (157, 1, 1, 'acl_lu_resource_types', 79, 'resource_type', 'rotationschedule', 1, 1556670354, 1, NULL, NULL, NULL), | | (157, 1, 1, 'acl_lu_resource_types', 79, 'resource_type', 'rotationschedule', 1, 1556670354, 1, NULL, NULL, NULL), |
| (158, 1, 2, 'acl_lu_resource_types', 79, 'resource_type', 'rotationschedule', 1, 1556670354, 1, NULL, NULL, NULL), | | (158, 1, 2, 'acl_lu_resource_types', 79, 'resource_type', 'rotationschedule', 1, 1556670354, 1, NULL, NULL, NULL), |
| (159, 1, 1, 'acl_lu_resource_types', 80, 'resource_type', 'sandbox', 1, 1556670354, 1, NULL, NULL, NULL), | | (159, 1, 1, 'acl_lu_resource_types', 80, 'resource_type', 'sandbox', 1, 1556670354, 1, NULL, NULL, NULL), |
| (160, 1, 2, 'acl_lu_resource_types', 80, 'resource_type', 'sandbox', 1, 1556670354, 1, NULL, NULL, NULL), | | (160, 1, 2, 'acl_lu_resource_types', 80, 'resource_type', 'sandbox', 1, 1556670354, 1, NULL, NULL, NULL), |
| (161, 1, 1, 'acl_lu_resource_types', 81, 'resource_type', 'search', 1, 1556670354, 1, NULL, NULL, NULL), | | (161, 1, 1, 'acl_lu_resource_types', 81, 'resource_type', 'search', 1, 1556670354, 1, NULL, NULL, NULL), |
| (162, 1, 2, 'acl_lu_resource_types', 81, 'resource_type', 'search', 1, 1556670354, 1, NULL, NULL, NULL), | | (162, 1, 2, 'acl_lu_resource_types', 81, 'resource_type', 'search', 1, 1556670354, 1, NULL, NULL, NULL), |
| (163, 1, 1, 'acl_lu_resource_types', 82, 'resource_type', 'secure', 1, 1556670354, 1, NULL, NULL, NULL), | | (163, 1, 1, 'acl_lu_resource_types', 82, 'resource_type', 'secure', 1, 1556670354, 1, NULL, NULL, NULL), |
| (164, 1, 2, 'acl_lu_resource_types', 82, 'resource_type', 'secure', 1, 1556670354, 1, NULL, NULL, NULL), | | (164, 1, 2, 'acl_lu_resource_types', 82, 'resource_type', 'secure', 1, 1556670354, 1, NULL, NULL, NULL), |
| (165, 1, 1, 'acl_lu_resource_types', 83, 'resource_type', 'studentadmin', 1, 1556670354, 1, NULL, NULL, NULL), | | (165, 1, 1, 'acl_lu_resource_types', 83, 'resource_type', 'studentadmin', 1, 1556670354, 1, NULL, NULL, NULL), |
| (166, 1, 2, 'acl_lu_resource_types', 83, 'resource_type', 'studentadmin', 1, 1556670354, 1, NULL, NULL, NULL), | | (166, 1, 2, 'acl_lu_resource_types', 83, 'resource_type', 'studentadmin', 1, 1556670354, 1, NULL, NULL, NULL), |
| (167, 1, 1, 'acl_lu_resource_types', 84, 'resource_type', 'task', 1, 1556670354, 1, NULL, NULL, NULL), | | (167, 1, 1, 'acl_lu_resource_types', 84, 'resource_type', 'task', 1, 1556670354, 1, NULL, NULL, NULL), |
| (168, 1, 2, 'acl_lu_resource_types', 84, 'resource_type', 'task', 1, 1556670354, 1, NULL, NULL, NULL), | | (168, 1, 2, 'acl_lu_resource_types', 84, 'resource_type', 'task', 1, 1556670354, 1, NULL, NULL, NULL), |
| (169, 1, 1, 'acl_lu_resource_types', 85, 'resource_type', 'tasktab', 1, 1556670354, 1, NULL, NULL, NULL), | | (169, 1, 1, 'acl_lu_resource_types', 85, 'resource_type', 'tasktab', 1, 1556670354, 1, NULL, NULL, NULL), |
| (170, 1, 2, 'acl_lu_resource_types', 85, 'resource_type', 'tasktab', 1, 1556670354, 1, NULL, NULL, NULL), | | (170, 1, 2, 'acl_lu_resource_types', 85, 'resource_type', 'tasktab', 1, 1556670354, 1, NULL, NULL, NULL), |
| (171, 1, 1, 'acl_lu_resource_types', 86, 'resource_type', 'taskverification', 1, 1556670354, 1, NULL, NULL, NULL), | | (171, 1, 1, 'acl_lu_resource_types', 86, 'resource_type', 'taskverification', 1, 1556670354, 1, NULL, NULL, NULL), |
| (172, 1, 2, 'acl_lu_resource_types', 86, 'resource_type', 'taskverification', 1, 1556670354, 1, NULL, NULL, NULL), | | (172, 1, 2, 'acl_lu_resource_types', 86, 'resource_type', 'taskverification', 1, 1556670354, 1, NULL, NULL, NULL), |
| (173, 1, 1, 'acl_lu_resource_types', 87, 'resource_type', 'unitcontent', 1, 1556670354, 1, NULL, NULL, NULL), | | (173, 1, 1, 'acl_lu_resource_types', 87, 'resource_type', 'unitcontent', 1, 1556670354, 1, NULL, NULL, NULL), |
| (174, 1, 2, 'acl_lu_resource_types', 87, 'resource_type', 'unitcontent', 1, 1556670354, 1, NULL, NULL, NULL), | | (174, 1, 2, 'acl_lu_resource_types', 87, 'resource_type', 'unitcontent', 1, 1556670354, 1, NULL, NULL, NULL), |
| (175, 1, 1, 'acl_lu_resource_types', 88, 'resource_type', 'user', 1, 1556670354, 1, NULL, NULL, NULL), | | (175, 1, 1, 'acl_lu_resource_types', 88, 'resource_type', 'user', 1, 1556670354, 1, NULL, NULL, NULL), |
| (176, 1, 2, 'acl_lu_resource_types', 88, 'resource_type', 'user', 1, 1556670354, 1, NULL, NULL, NULL), | | (176, 1, 2, 'acl_lu_resource_types', 88, 'resource_type', 'user', 1, 1556670354, 1, NULL, NULL, NULL), |
| (177, 1, 1, 'acl_lu_resource_types', 89, 'resource_type', 'weekcontent', 1, 1556670354, 1, NULL, NULL, NULL), | | (177, 1, 1, 'acl_lu_resource_types', 89, 'resource_type', 'weekcontent', 1, 1556670354, 1, NULL, NULL, NULL), |
| (178, 1, 2, 'acl_lu_resource_types', 89, 'resource_type', 'weekcontent', 1, 1556670354, 1, NULL, NULL, NULL), | | (178, 1, 2, 'acl_lu_resource_types', 89, 'resource_type', 'weekcontent', 1, 1556670354, 1, NULL, NULL, NULL), |
| (179, 1, 1, 'acl_lu_resource_types', 128, 'resource_type', 'communitydiscussion', 1, 1556670354, 1, NULL, NULL, NULL), | | (179, 1, 1, 'acl_lu_resource_types', 128, 'resource_type', 'communitydiscussion', 1, 1556670354, 1, NULL, NULL, NULL), |
| (180, 1, 2, 'acl_lu_resource_types', 128, 'resource_type', 'communitydiscussion', 1, 1556670354, 1, NULL, NULL, NULL), | | (180, 1, 2, 'acl_lu_resource_types', 128, 'resource_type', 'communitydiscussion', 1, 1556670354, 1, NULL, NULL, NULL), |
| (181, 1, 1, 'acl_lu_resource_types', 129, 'resource_type', 'communitydiscussiontopic', 1, 1556670354, 1, NULL, NULL, NULL), | | (181, 1, 1, 'acl_lu_resource_types', 129, 'resource_type', 'communitydiscussiontopic', 1, 1556670354, 1, NULL, NULL, NULL), |
| (182, 1, 2, 'acl_lu_resource_types', 129, 'resource_type', 'communitydiscussiontopic', 1, 1556670354, 1, NULL, NULL, NULL), | | (182, 1, 2, 'acl_lu_resource_types', 129, 'resource_type', 'communitydiscussiontopic', 1, 1556670354, 1, NULL, NULL, NULL), |
| (183, 1, 1, 'acl_lu_resource_types', 130, 'resource_type', 'communityfolder', 1, 1556670354, 1, NULL, NULL, NULL), | | (183, 1, 1, 'acl_lu_resource_types', 130, 'resource_type', 'communityfolder', 1, 1556670354, 1, NULL, NULL, NULL), |
| (184, 1, 2, 'acl_lu_resource_types', 130, 'resource_type', 'communityfolder', 1, 1556670354, 1, NULL, NULL, NULL), | | (184, 1, 2, 'acl_lu_resource_types', 130, 'resource_type', 'communityfolder', 1, 1556670354, 1, NULL, NULL, NULL), |
| (185, 1, 1, 'acl_lu_resource_types', 131, 'resource_type', 'communityfile', 1, 1556670354, 1, NULL, NULL, NULL), | | (185, 1, 1, 'acl_lu_resource_types', 131, 'resource_type', 'communityfile', 1, 1556670354, 1, NULL, NULL, NULL), |
| (186, 1, 2, 'acl_lu_resource_types', 131, 'resource_type', 'communityfile', 1, 1556670354, 1, NULL, NULL, NULL), | | (186, 1, 2, 'acl_lu_resource_types', 131, 'resource_type', 'communityfile', 1, 1556670354, 1, NULL, NULL, NULL), |
| (187, 1, 1, 'acl_lu_resource_types', 132, 'resource_type', 'communitylink', 1, 1556670354, 1, NULL, NULL, NULL), | | (187, 1, 1, 'acl_lu_resource_types', 132, 'resource_type', 'communitylink', 1, 1556670354, 1, NULL, NULL, NULL), |
| (188, 1, 2, 'acl_lu_resource_types', 132, 'resource_type', 'communitylink', 1, 1556670354, 1, NULL, NULL, NULL), | | (188, 1, 2, 'acl_lu_resource_types', 132, 'resource_type', 'communitylink', 1, 1556670354, 1, NULL, NULL, NULL), |
| (189, 1, 1, 'acl_lu_resource_types', 133, 'resource_type', 'communityhtml', 1, 1556670354, 1, NULL, NULL, NULL), | | (189, 1, 1, 'acl_lu_resource_types', 133, 'resource_type', 'communityhtml', 1, 1556670354, 1, NULL, NULL, NULL), |
| (190, 1, 2, 'acl_lu_resource_types', 133, 'resource_type', 'communityhtml', 1, 1556670354, 1, NULL, NULL, NULL), | | (190, 1, 2, 'acl_lu_resource_types', 133, 'resource_type', 'communityhtml', 1, 1556670354, 1, NULL, NULL, NULL), |
| (191, 1, 1, 'acl_lu_resource_types', 134, 'resource_type', 'communityadmin', 1, 1556670354, 1, NULL, NULL, NULL), | | (191, 1, 1, 'acl_lu_resource_types', 134, 'resource_type', 'communityadmin', 1, 1556670354, 1, NULL, NULL, NULL), |
| (192, 1, 2, 'acl_lu_resource_types', 134, 'resource_type', 'communityadmin', 1, 1556670354, 1, NULL, NULL, NULL), | | (192, 1, 2, 'acl_lu_resource_types', 134, 'resource_type', 'communityadmin', 1, 1556670354, 1, NULL, NULL, NULL), |
| (193, 1, 1, 'acl_lu_resource_types', 135, 'resource_type', 'configuration', 1, 1556670354, 1, NULL, NULL, NULL), | | (193, 1, 1, 'acl_lu_resource_types', 135, 'resource_type', 'configuration', 1, 1556670354, 1, NULL, NULL, NULL), |
| (194, 1, 2, 'acl_lu_resource_types', 135, 'resource_type', 'configuration', 1, 1556670354, 1, NULL, NULL, NULL), | | (194, 1, 2, 'acl_lu_resource_types', 135, 'resource_type', 'configuration', 1, 1556670354, 1, NULL, NULL, NULL), |
| (195, 1, 1, 'acl_lu_resource_types', 136, 'resource_type', 'week', 1, 1556670354, 1, NULL, NULL, NULL), | | (195, 1, 1, 'acl_lu_resource_types', 136, 'resource_type', 'week', 1, 1556670354, 1, NULL, NULL, NULL), |
| (196, 1, 2, 'acl_lu_resource_types', 136, 'resource_type', 'week', 1, 1556670354, 1, NULL, NULL, NULL), | | (196, 1, 2, 'acl_lu_resource_types', 136, 'resource_type', 'week', 1, 1556670354, 1, NULL, NULL, NULL), |
| (197, 1, 1, 'acl_lu_resource_types', 137, 'resource_type', 'coursegroup', 1, 1556670354, 1, NULL, NULL, NULL), | | (197, 1, 1, 'acl_lu_resource_types', 137, 'resource_type', 'coursegroup', 1, 1556670354, 1, NULL, NULL, NULL), |
| (198, 1, 2, 'acl_lu_resource_types', 137, 'resource_type', 'coursegroup', 1, 1556670354, 1, NULL, NULL, NULL), | | (198, 1, 2, 'acl_lu_resource_types', 137, 'resource_type', 'coursegroup', 1, 1556670354, 1, NULL, NULL, NULL), |
| (199, 1, 1, 'acl_lu_resource_types', 138, 'resource_type', 'unit', 1, 1556670354, 1, NULL, NULL, NULL), | | (199, 1, 1, 'acl_lu_resource_types', 138, 'resource_type', 'unit', 1, 1556670354, 1, NULL, NULL, NULL), |
| (200, 1, 2, 'acl_lu_resource_types', 138, 'resource_type', 'unit', 1, 1556670354, 1, NULL, NULL, NULL), | | (200, 1, 2, 'acl_lu_resource_types', 138, 'resource_type', 'unit', 1, 1556670354, 1, NULL, NULL, NULL), |
| (201, 1, 1, 'acl_lu_resource_types', 139, 'resource_type', 'apartments', 1, 1556670354, 1, NULL, NULL, NULL), | | (201, 1, 1, 'acl_lu_resource_types', 139, 'resource_type', 'apartments', 1, 1556670354, 1, NULL, NULL, NULL), |
| (202, 1, 2, 'acl_lu_resource_types', 139, 'resource_type', 'apartments', 1, 1556670354, 1, NULL, NULL, NULL), | | (202, 1, 2, 'acl_lu_resource_types', 139, 'resource_type', 'apartments', 1, 1556670354, 1, NULL, NULL, NULL), |
| (203, 1, 1, 'acl_lu_resource_types', 140, 'resource_type', 'regions', 1, 1556670354, 1, NULL, NULL, NULL), | | (203, 1, 1, 'acl_lu_resource_types', 140, 'resource_type', 'regions', 1, 1556670354, 1, NULL, NULL, NULL), |
| (204, 1, 2, 'acl_lu_resource_types', 140, 'resource_type', 'regions', 1, 1556670354, 1, NULL, NULL, NULL), | | (204, 1, 2, 'acl_lu_resource_types', 140, 'resource_type', 'regions', 1, 1556670354, 1, NULL, NULL, NULL), |
| (205, 1, 1, 'acl_lu_resource_types', 141, 'resource_type', 'schedules', 1, 1556670354, 1, NULL, NULL, NULL), | | (205, 1, 1, 'acl_lu_resource_types', 141, 'resource_type', 'schedules', 1, 1556670354, 1, NULL, NULL, NULL), |
| (206, 1, 2, 'acl_lu_resource_types', 141, 'resource_type', 'schedules', 1, 1556670354, 1, NULL, NULL, NULL), | | (206, 1, 2, 'acl_lu_resource_types', 141, 'resource_type', 'schedules', 1, 1556670354, 1, NULL, NULL, NULL), |
| (207, 1, 1, 'acl_lu_resource_types', 142, 'resource_type', 'electives', 1, 1556670354, 1, NULL, NULL, NULL), | | (207, 1, 1, 'acl_lu_resource_types', 142, 'resource_type', 'electives', 1, 1556670354, 1, NULL, NULL, NULL), |
| (208, 1, 2, 'acl_lu_resource_types', 142, 'resource_type', 'electives', 1, 1556670354, 1, NULL, NULL, NULL), | | (208, 1, 2, 'acl_lu_resource_types', 142, 'resource_type', 'electives', 1, 1556670354, 1, NULL, NULL, NULL), |
| (209, 1, 1, 'acl_lu_resource_types', 143, 'resource_type', 'dutyhours', 1, 1556670354, 1, NULL, NULL, NULL), | | (209, 1, 1, 'acl_lu_resource_types', 143, 'resource_type', 'dutyhours', 1, 1556670354, 1, NULL, NULL, NULL), |
| (210, 1, 2, 'acl_lu_resource_types', 143, 'resource_type', 'dutyhours', 1, 1556670354, 1, NULL, NULL, NULL), | | (210, 1, 2, 'acl_lu_resource_types', 143, 'resource_type', 'dutyhours', 1, 1556670354, 1, NULL, NULL, NULL), |
| (211, 1, 1, 'acl_lu_resource_types', 144, 'resource_type', 'categories', 1, 1556670354, 1, NULL, NULL, NULL), | | (211, 1, 1, 'acl_lu_resource_types', 144, 'resource_type', 'categories', 1, 1556670354, 1, NULL, NULL, NULL), |
| (212, 1, 2, 'acl_lu_resource_types', 144, 'resource_type', 'categories', 1, 1556670354, 1, NULL, NULL, NULL), | | (212, 1, 2, 'acl_lu_resource_types', 144, 'resource_type', 'categories', 1, 1556670354, 1, NULL, NULL, NULL), |
| (213, 1, 1, 'acl_lu_resource_types', 145, 'resource_type', 'term', 1, 1556670354, 1, NULL, NULL, NULL), | | (213, 1, 1, 'acl_lu_resource_types', 145, 'resource_type', 'term', 1, 1556670354, 1, NULL, NULL, NULL), |
| (214, 1, 2, 'acl_lu_resource_types', 145, 'resource_type', 'term', 1, 1556670354, 1, NULL, NULL, NULL), | | (214, 1, 2, 'acl_lu_resource_types', 145, 'resource_type', 'term', 1, 1556670354, 1, NULL, NULL, NULL), |
| (215, 1, 1, 'acl_lu_resource_types', 146, 'resource_type', 'yearlevels', 1, 1556670354, 1, NULL, NULL, NULL), | | (215, 1, 1, 'acl_lu_resource_types', 146, 'resource_type', 'yearlevels', 1, 1556670354, 1, NULL, NULL, NULL), |
| (216, 1, 2, 'acl_lu_resource_types', 146, 'resource_type', 'yearlevels', 1, 1556670354, 1, NULL, NULL, NULL), | | (216, 1, 2, 'acl_lu_resource_types', 146, 'resource_type', 'yearlevels', 1, 1556670354, 1, NULL, NULL, NULL), |
| (217, 1, 1, 'acl_lu_resource_types', 147, 'resource_type', 'permission', 1, 1556670354, 1, NULL, NULL, NULL), | | (217, 1, 1, 'acl_lu_resource_types', 147, 'resource_type', 'permission', 1, 1556670354, 1, NULL, NULL, NULL), |
| (218, 1, 2, 'acl_lu_resource_types', 147, 'resource_type', 'permission', 1, 1556670354, 1, NULL, NULL, NULL), | | (218, 1, 2, 'acl_lu_resource_types', 147, 'resource_type', 'permission', 1, 1556670354, 1, NULL, NULL, NULL), |
| (219, 1, 1, 'acl_lu_resource_types', 148, 'resource_type', 'quizquestion', 1, 1556670354, 1, NULL, NULL, NULL), | | (219, 1, 1, 'acl_lu_resource_types', 148, 'resource_type', 'quizquestion', 1, 1556670354, 1, NULL, NULL, NULL), |
| (220, 1, 2, 'acl_lu_resource_types', 148, 'resource_type', 'quizquestion', 1, 1556670354, 1, NULL, NULL, NULL), | | (220, 1, 2, 'acl_lu_resource_types', 148, 'resource_type', 'quizquestion', 1, 1556670354, 1, NULL, NULL, NULL), |
| (221, 1, 1, 'acl_lu_resource_types', 149, 'resource_type', 'quizresult', 1, 1556670354, 1, NULL, NULL, NULL), | | (221, 1, 1, 'acl_lu_resource_types', 149, 'resource_type', 'quizresult', 1, 1556670354, 1, NULL, NULL, NULL), |
| (222, 1, 2, 'acl_lu_resource_types', 149, 'resource_type', 'quizresult', 1, 1556670354, 1, NULL, NULL, NULL), | | (222, 1, 2, 'acl_lu_resource_types', 149, 'resource_type', 'quizresult', 1, 1556670354, 1, NULL, NULL, NULL), |
| (223, 1, 1, 'acl_lu_resource_types', 150, 'resource_type', 'evaluations', 1, 1556670354, 1, NULL, NULL, NULL), | | (223, 1, 1, 'acl_lu_resource_types', 150, 'resource_type', 'evaluations', 1, 1556670354, 1, NULL, NULL, NULL), |
| (224, 1, 2, 'acl_lu_resource_types', 150, 'resource_type', 'evaluations', 1, 1556670354, 1, NULL, NULL, NULL), | | (224, 1, 2, 'acl_lu_resource_types', 150, 'resource_type', 'evaluations', 1, 1556670354, 1, NULL, NULL, NULL), |
| (225, 1, 1, 'acl_lu_resource_types', 151, 'resource_type', 'forms', 1, 1556670354, 1, NULL, NULL, NULL), | | (225, 1, 1, 'acl_lu_resource_types', 151, 'resource_type', 'forms', 1, 1556670354, 1, NULL, NULL, NULL), |
| (226, 1, 2, 'acl_lu_resource_types', 151, 'resource_type', 'forms', 1, 1556670354, 1, NULL, NULL, NULL), | | (226, 1, 2, 'acl_lu_resource_types', 151, 'resource_type', 'forms', 1, 1556670354, 1, NULL, NULL, NULL), |
| (227, 1, 1, 'acl_lu_resource_types', 152, 'resource_type', 'notifications', 1, 1556670354, 1, NULL, NULL, NULL), | | (227, 1, 1, 'acl_lu_resource_types', 152, 'resource_type', 'notifications', 1, 1556670354, 1, NULL, NULL, NULL), |
| (228, 1, 2, 'acl_lu_resource_types', 152, 'resource_type', 'notifications', 1, 1556670354, 1, NULL, NULL, NULL), | | (228, 1, 2, 'acl_lu_resource_types', 152, 'resource_type', 'notifications', 1, 1556670354, 1, NULL, NULL, NULL), |
| (229, 1, 1, 'acl_lu_resource_types', 153, 'resource_type', 'reports', 1, 1556670354, 1, NULL, NULL, NULL), | | (229, 1, 1, 'acl_lu_resource_types', 153, 'resource_type', 'reports', 1, 1556670354, 1, NULL, NULL, NULL), |
| (230, 1, 2, 'acl_lu_resource_types', 153, 'resource_type', 'reports', 1, 1556670354, 1, NULL, NULL, NULL), | | (230, 1, 2, 'acl_lu_resource_types', 153, 'resource_type', 'reports', 1, 1556670354, 1, NULL, NULL, NULL), |
| (231, 1, 1, 'acl_lu_resource_types', 154, 'resource_type', 'anonymous-feedback', 1, 1556670354, 1, NULL, NULL, NULL), | | (231, 1, 1, 'acl_lu_resource_types', 154, 'resource_type', 'anonymous-feedback', 1, 1556670354, 1, NULL, NULL, NULL), |
| (232, 1, 2, 'acl_lu_resource_types', 154, 'resource_type', 'anonymous-feedback', 1, 1556670354, 1, NULL, NULL, NULL), | | (232, 1, 2, 'acl_lu_resource_types', 154, 'resource_type', 'anonymous-feedback', 1, 1556670354, 1, NULL, NULL, NULL), |
| (233, 1, 1, 'acl_lu_resource_types', 155, 'resource_type', 'group', 1, 1556670354, 1, NULL, NULL, NULL), | | (233, 1, 1, 'acl_lu_resource_types', 155, 'resource_type', 'group', 1, 1556670354, 1, NULL, NULL, NULL), |
| (234, 1, 2, 'acl_lu_resource_types', 155, 'resource_type', 'group', 1, 1556670354, 1, NULL, NULL, NULL), | | (234, 1, 2, 'acl_lu_resource_types', 155, 'resource_type', 'group', 1, 1556670354, 1, NULL, NULL, NULL), |
| (235, 1, 1, 'acl_lu_resource_types', 156, 'resource_type', 'encounter_tracking', 1, 1556670354, 1, NULL, NULL, NULL), | | (235, 1, 1, 'acl_lu_resource_types', 156, 'resource_type', 'encounter_tracking', 1, 1556670354, 1, NULL, NULL, NULL), |
| (236, 1, 2, 'acl_lu_resource_types', 156, 'resource_type', 'encounter_tracking', 1, 1556670354, 1, NULL, NULL, NULL), | | (236, 1, 2, 'acl_lu_resource_types', 156, 'resource_type', 'encounter_tracking', 1, 1556670354, 1, NULL, NULL, NULL), |
| (237, 1, 1, 'acl_lu_resource_types', 157, 'resource_type', 'secureaccesskey', 1, 1556670354, 1, NULL, NULL, NULL), | | (237, 1, 1, 'acl_lu_resource_types', 157, 'resource_type', 'secureaccesskey', 1, 1556670354, 1, NULL, NULL, NULL), |
| (238, 1, 2, 'acl_lu_resource_types', 157, 'resource_type', 'secureaccesskey', 1, 1556670354, 1, NULL, NULL, NULL), | | (238, 1, 2, 'acl_lu_resource_types', 157, 'resource_type', 'secureaccesskey', 1, 1556670354, 1, NULL, NULL, NULL), |
| (239, 1, 1, 'acl_lu_resource_types', 158, 'resource_type', 'secureaccessfile', 1, 1556670354, 1, NULL, NULL, NULL), | | (239, 1, 1, 'acl_lu_resource_types', 158, 'resource_type', 'secureaccessfile', 1, 1556670354, 1, NULL, NULL, NULL), |
| (240, 1, 2, 'acl_lu_resource_types', 158, 'resource_type', 'secureaccessfile', 1, 1556670354, 1, NULL, NULL, NULL), | | (240, 1, 2, 'acl_lu_resource_types', 158, 'resource_type', 'secureaccessfile', 1, 1556670354, 1, NULL, NULL, NULL), |
| (241, 1, 1, 'acl_lu_resource_types', 159, 'resource_type', 'learners', 1, 1556670354, 1, NULL, NULL, NULL), | | (241, 1, 1, 'acl_lu_resource_types', 159, 'resource_type', 'learners', 1, 1556670354, 1, NULL, NULL, NULL), |
| (242, 1, 2, 'acl_lu_resource_types', 159, 'resource_type', 'learners', 1, 1556670354, 1, NULL, NULL, NULL), | | (242, 1, 2, 'acl_lu_resource_types', 159, 'resource_type', 'learners', 1, 1556670354, 1, NULL, NULL, NULL), |
| (243, 1, 1, 'acl_lu_resource_types', 160, 'resource_type', 'assessmentreportadmin', 1, 1556670354, 1, NULL, NULL, NULL), | | (243, 1, 1, 'acl_lu_resource_types', 160, 'resource_type', 'assessmentreportadmin', 1, 1556670354, 1, NULL, NULL, NULL), |
| (244, 1, 2, 'acl_lu_resource_types', 160, 'resource_type', 'assessmentreportadmin', 1, 1556670354, 1, NULL, NULL, NULL), | | (244, 1, 2, 'acl_lu_resource_types', 160, 'resource_type', 'assessmentreportadmin', 1, 1556670354, 1, NULL, NULL, NULL), |
| (245, 1, 1, 'acl_lu_resource_types', 161, 'resource_type', 'cbme', 1, 1556670354, 1, NULL, NULL, NULL), | | (245, 1, 1, 'acl_lu_resource_types', 161, 'resource_type', 'cbme', 1, 1556670354, 1, NULL, NULL, NULL), |
| (246, 1, 2, 'acl_lu_resource_types', 161, 'resource_type', 'cbme', 1, 1556670354, 1, NULL, NULL, NULL), | | (246, 1, 2, 'acl_lu_resource_types', 161, 'resource_type', 'cbme', 1, 1556670354, 1, NULL, NULL, NULL), |
| (247, 1, 1, 'acl_lu_resource_types', 162, 'resource_type', 'aclmanager', 1, 1556670354, 1, NULL, NULL, NULL), | | (247, 1, 1, 'acl_lu_resource_types', 162, 'resource_type', 'aclmanager', 1, 1556670354, 1, NULL, NULL, NULL), |
| (248, 1, 2, 'acl_lu_resource_types', 162, 'resource_type', 'aclmanager', 1, 1556670354, 1, NULL, NULL, NULL), | | (248, 1, 2, 'acl_lu_resource_types', 162, 'resource_type', 'aclmanager', 1, 1556670354, 1, NULL, NULL, NULL), |
| (249, 1, 1, 'acl_lu_resource_types', 163, 'resource_type', 'aclmanagerconfig', 1, 1556670354, 1, NULL, NULL, NULL), | | (249, 1, 1, 'acl_lu_resource_types', 163, 'resource_type', 'aclmanagerconfig', 1, 1556670354, 1, NULL, NULL, NULL), |
| (250, 1, 2, 'acl_lu_resource_types', 163, 'resource_type', 'aclmanagerconfig', 1, 1556670354, 1, NULL, NULL, NULL), | | (250, 1, 2, 'acl_lu_resource_types', 163, 'resource_type', 'aclmanagerconfig', 1, 1556670354, 1, NULL, NULL, NULL), |
| (251, 1, 1, 'acl_lu_resource_types', 164, 'resource_type', 'lotteries', 1, 1556670356, 1, NULL, NULL, NULL), | | (251, 1, 1, 'acl_lu_resource_types', 164, 'resource_type', 'lotteries', 1, 1556670356, 1, NULL, NULL, NULL), |
| (252, 1, 2, 'acl_lu_resource_types', 164, 'resource_type', 'lotteries', 1, 1556670356, 1, NULL, NULL, NULL), | | (252, 1, 2, 'acl_lu_resource_types', 164, 'resource_type', 'lotteries', 1, 1556670356, 1, NULL, NULL, NULL), |
| (253, 1, 1, 'acl_lu_resource_types', 165, 'resource_type', 'lottery_stages', 1, 1556670356, 1, NULL, NULL, NULL), | | (253, 1, 1, 'acl_lu_resource_types', 165, 'resource_type', 'lottery_stages', 1, 1556670356, 1, NULL, NULL, NULL), |
| (254, 1, 2, 'acl_lu_resource_types', 165, 'resource_type', 'lottery_stages', 1, 1556670356, 1, NULL, NULL, NULL), | | (254, 1, 2, 'acl_lu_resource_types', 165, 'resource_type', 'lottery_stages', 1, 1556670356, 1, NULL, NULL, NULL), |
| (255, 1, 1, 'acl_lu_resource_types', 166, 'resource_type', 'lottery_stage_phases', 1, 1556670356, 1, NULL, NULL, NULL), | | (255, 1, 1, 'acl_lu_resource_types', 166, 'resource_type', 'lottery_stage_phases', 1, 1556670356, 1, NULL, NULL, NULL), |
| (256, 1, 2, 'acl_lu_resource_types', 166, 'resource_type', 'lottery_stage_phases', 1, 1556670356, 1, NULL, NULL, NULL), | | (256, 1, 2, 'acl_lu_resource_types', 166, 'resource_type', 'lottery_stage_phases', 1, 1556670356, 1, NULL, NULL, NULL), |
| (257, 1, 1, 'acl_lu_resource_types', 167, 'resource_type', 'lottery_rotation_options', 1, 1556670356, 1, NULL, NULL, NULL), | | (257, 1, 1, 'acl_lu_resource_types', 167, 'resource_type', 'lottery_rotation_options', 1, 1556670356, 1, NULL, NULL, NULL), |
| (258, 1, 2, 'acl_lu_resource_types', 167, 'resource_type', 'lottery_rotation_options', 1, 1556670356, 1, NULL, NULL, NULL), | | (258, 1, 2, 'acl_lu_resource_types', 167, 'resource_type', 'lottery_rotation_options', 1, 1556670356, 1, NULL, NULL, NULL), |
| (259, 1, 1, 'acl_lu_resource_types', 168, 'resource_type', 'lottery_learner_rankings', 1, 1556670356, 1, NULL, NULL, NULL), | | (259, 1, 1, 'acl_lu_resource_types', 168, 'resource_type', 'lottery_learner_rankings', 1, 1556670356, 1, NULL, NULL, NULL), |
| (260, 1, 2, 'acl_lu_resource_types', 168, 'resource_type', 'lottery_learner_rankings', 1, 1556670356, 1, NULL, NULL, NULL), | | (260, 1, 2, 'acl_lu_resource_types', 168, 'resource_type', 'lottery_learner_rankings', 1, 1556670356, 1, NULL, NULL, NULL), |
| (261, 1, 1, 'acl_lu_resource_types', 169, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL), | | (261, 1, 1, 'acl_lu_resource_types', 169, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL), |
| (262, 1, 2, 'acl_lu_resource_types', 169, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL), | | (262, 1, 2, 'acl_lu_resource_types', 169, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL), |
| (263, 1, 1, 'acl_lu_resource_types', 170, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL), | | (263, 1, 1, 'acl_lu_resource_types', 170, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL), |
| (264, 1, 2, 'acl_lu_resource_types', 170, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL), | | (264, 1, 2, 'acl_lu_resource_types', 170, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL), |
| (265, 1, 1, 'acl_lu_resource_types', 171, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL), | | (265, 1, 1, 'acl_lu_resource_types', 171, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL), |
| (266, 1, 2, 'acl_lu_resource_types', 171, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL), | | (266, 1, 2, 'acl_lu_resource_types', 171, 'resource_type', 'lottery_schedules', 1, 1556670356, 1, NULL, NULL, NULL), |
| (267, 1, 1, 'acl_lu_resource_types', 172, 'resource_type', 'case', 1, 1556670357, 1, NULL, NULL, NULL), | | (267, 1, 1, 'acl_lu_resource_types', 172, 'resource_type', 'case', 1, 1556670357, 1, NULL, NULL, NULL), |
| (268, 1, 2, 'acl_lu_resource_types', 172, 'resource_type', 'case', 1, 1556670357, 1, NULL, NULL, NULL), | | (268, 1, 2, 'acl_lu_resource_types', 172, 'resource_type', 'case', 1, 1556670357, 1, NULL, NULL, NULL), |
| (269, 1, 1, 'acl_lu_resource_types', 175, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), | | (269, 1, 1, 'acl_lu_resource_types', 175, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), |
| (270, 1, 2, 'acl_lu_resource_types', 175, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), | | (270, 1, 2, 'acl_lu_resource_types', 175, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), |
| (271, 1, 1, 'acl_lu_resource_types', 176, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), | | (271, 1, 1, 'acl_lu_resource_types', 176, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), |
| (272, 1, 2, 'acl_lu_resource_types', 176, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), | | (272, 1, 2, 'acl_lu_resource_types', 176, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), |
| (273, 1, 1, 'acl_lu_resource_types', 177, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), | | (273, 1, 1, 'acl_lu_resource_types', 177, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), |
| (274, 1, 2, 'acl_lu_resource_types', 177, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), | | (274, 1, 2, 'acl_lu_resource_types', 177, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), |
| (275, 1, 1, 'acl_lu_resource_types', 178, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), | | (275, 1, 1, 'acl_lu_resource_types', 178, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), |
| (276, 1, 2, 'acl_lu_resource_types', 178, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), | | (276, 1, 2, 'acl_lu_resource_types', 178, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), |
| (277, 1, 1, 'acl_lu_resource_types', 179, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), | | (277, 1, 1, 'acl_lu_resource_types', 179, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), |
| (278, 1, 2, 'acl_lu_resource_types', 179, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), | | (278, 1, 2, 'acl_lu_resource_types', 179, 'resource_type', NULL, 1, 1588743483, 1, NULL, NULL, NULL), |
| (279, 1, 1, 'acl_lu_resource_types', 186, 'resource_type', 'lottery_schedules', 1, 1685381581, 1, NULL, NULL, NULL), | | (279, 1, 1, 'acl_lu_resource_types', 186, 'resource_type', 'lottery_schedules', 1, 1685381581, 1, NULL, NULL, NULL), |
| (280, 1, 2, 'acl_lu_resource_types', 186, 'resource_type', 'lottery_schedules', 1, 1685381581, 1, NULL, NULL, NULL), | | (280, 1, 2, 'acl_lu_resource_types', 186, 'resource_type', 'lottery_schedules', 1, 1685381581, 1, NULL, NULL, NULL), |
| (281, 1, 1, 'acl_lu_resource_types', 187, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL), | | (281, 1, 1, 'acl_lu_resource_types', 187, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL), |
| (282, 1, 2, 'acl_lu_resource_types', 187, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL), | | (282, 1, 2, 'acl_lu_resource_types', 187, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL), |
| (283, 1, 1, 'acl_lu_resource_types', 188, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL), | | (283, 1, 1, 'acl_lu_resource_types', 188, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL), |
| (284, 1, 2, 'acl_lu_resource_types', 188, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL), | | (284, 1, 2, 'acl_lu_resource_types', 188, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL), |
| (285, 1, 1, 'acl_lu_resource_types', 189, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL), | | (285, 1, 1, 'acl_lu_resource_types', 189, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL), |
| (286, 1, 2, 'acl_lu_resource_types', 189, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL), | | (286, 1, 2, 'acl_lu_resource_types', 189, 'resource_type', 'imports', 1, 1685381581, 1, NULL, NULL, NULL), |
| (287, 1, 1, 'acl_lu_resource_types', 190, 'resource_type', 'lottery_schedules', 1, 1685381582, 1, NULL, NULL, NULL), | | (287, 1, 1, 'acl_lu_resource_types', 190, 'resource_type', 'lottery_schedules', 1, 1685381582, 1, NULL, NULL, NULL), |
| (288, 1, 2, 'acl_lu_resource_types', 190, 'resource_type', 'lottery_schedules', 1, 1685381582, 1, NULL, NULL, NULL), | | (288, 1, 2, 'acl_lu_resource_types', 190, 'resource_type', 'lottery_schedules', 1, 1685381582, 1, NULL, NULL, NULL), |
| (289, 1, 1, 'acl_lu_resource_types', 191, 'resource_type', 'documentrequests_documentrequest', 1, 1685381582, 1, NULL, NULL, NULL), | | (289, 1, 1, 'acl_lu_resource_types', 191, 'resource_type', 'documentrequests_documentrequest', 1, 1685381582, 1, NULL, NULL, NULL), |
| (290, 1, 1, 'acl_lu_resource_types', 192, 'resource_type', 'documentrequests_documentrequestresponse', 1, 1685381582, 1, NULL, NULL, NULL), | | (290, 1, 1, 'acl_lu_resource_types', 192, 'resource_type', 'documentrequests_documentrequestresponse', 1, 1685381582, 1, NULL, NULL, NULL), |
| (291, 1, 2, 'acl_lu_resource_types', 191, 'resource_type', 'documentrequests_documentrequest', 1, 1685381582, 1, NULL, NULL, NULL), | | (291, 1, 2, 'acl_lu_resource_types', 191, 'resource_type', 'documentrequests_documentrequest', 1, 1685381582, 1, NULL, NULL, NULL), |
| (292, 1, 2, 'acl_lu_resource_types', 192, 'resource_type', 'documentrequests_documentrequestresponse', 1, 1685381582, 1, NULL, NULL, NULL), | | (292, 1, 2, 'acl_lu_resource_types', 192, 'resource_type', 'documentrequests_documentrequestresponse', 1, 1685381582, 1, NULL, NULL, NULL), |
| (293, 1, 1, 'acl_lu_resource_types', 193, 'resource_type', 'yellowfin', 1, 1685381582, 1, NULL, NULL, NULL), | | (293, 1, 1, 'acl_lu_resource_types', 193, 'resource_type', 'yellowfin', 1, 1685381582, 1, NULL, NULL, NULL), |
| (294, 1, 2, 'acl_lu_resource_types', 193, 'resource_type', 'yellowfin', 1, 1685381582, 1, NULL, NULL, NULL), | | (294, 1, 2, 'acl_lu_resource_types', 193, 'resource_type', 'yellowfin', 1, 1685381582, 1, NULL, NULL, NULL), |
| (295, 1, 1, 'acl_lu_resource_types', 195, 'resource_type', 'portfolios_portfolio', 1, 1685381582, 1, NULL, NULL, NULL), | | (295, 1, 1, 'acl_lu_resource_types', 195, 'resource_type', 'portfolios_portfolio', 1, 1685381582, 1, NULL, NULL, NULL), |
| (296, 1, 1, 'acl_lu_resource_types', 196, 'resource_type', 'portfolios_task', 1, 1685381582, 1, NULL, NULL, NULL), | | (296, 1, 1, 'acl_lu_resource_types', 196, 'resource_type', 'portfolios_task', 1, 1685381582, 1, NULL, NULL, NULL), |
| (297, 1, 1, 'acl_lu_resource_types', 197, 'resource_type', 'portfolios_task_submission', 1, 1685381582, 1, NULL, NULL, NULL), | | (297, 1, 1, 'acl_lu_resource_types', 197, 'resource_type', 'portfolios_task_submission', 1, 1685381582, 1, NULL, NULL, NULL), |
| (298, 1, 1, 'acl_lu_resource_types', 198, 'resource_type', 'portfolios_comment', 1, 1685381582, 1, NULL, NULL, NULL), | | (298, 1, 1, 'acl_lu_resource_types', 198, 'resource_type', 'portfolios_comment', 1, 1685381582, 1, NULL, NULL, NULL), |
| (299, 1, 2, 'acl_lu_resource_types', 195, 'resource_type', 'portfolios_portfolio', 1, 1685381582, 1, NULL, NULL, NULL), | | (299, 1, 2, 'acl_lu_resource_types', 195, 'resource_type', 'portfolios_portfolio', 1, 1685381582, 1, NULL, NULL, NULL), |
| (300, 1, 2, 'acl_lu_resource_types', 196, 'resource_type', 'portfolios_task', 1, 1685381582, 1, NULL, NULL, NULL), | | (300, 1, 2, 'acl_lu_resource_types', 196, 'resource_type', 'portfolios_task', 1, 1685381582, 1, NULL, NULL, NULL), |
| (301, 1, 2, 'acl_lu_resource_types', 197, 'resource_type', 'portfolios_task_submission', 1, 1685381582, 1, NULL, NULL, NULL), | | (301, 1, 2, 'acl_lu_resource_types', 197, 'resource_type', 'portfolios_task_submission', 1, 1685381582, 1, NULL, NULL, NULL), |
| (302, 1, 2, 'acl_lu_resource_types', 198, 'resource_type', 'portfolios_comment', 1, 1685381582, 1, NULL, NULL, NULL), | | (302, 1, 2, 'acl_lu_resource_types', 198, 'resource_type', 'portfolios_comment', 1, 1685381582, 1, NULL, NULL, NULL), |
| (303, 1, 1, 'acl_lu_resource_types', 199, 'resource_type', 'portfolios_task_form', 1, 1685381582, 1, NULL, NULL, NULL), | | (303, 1, 1, 'acl_lu_resource_types', 199, 'resource_type', 'portfolios_task_form', 1, 1685381582, 1, NULL, NULL, NULL), |
| (304, 1, 2, 'acl_lu_resource_types', 199, 'resource_type', 'portfolios_task_form', 1, 1685381582, 1, NULL, NULL, NULL); | | (304, 1, 2, 'acl_lu_resource_types', 199, 'resource_type', 'portfolios_task_form', 1, 1685381582, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cpd_notification_options` | | -- Table structure for table `cpd_notification_options` |
| -- | | -- |
| | | |
| CREATE TABLE `cpd_notification_options` ( | | CREATE TABLE `cpd_notification_options` ( |
| `notification_id` int(12) NOT NULL, | | `notification_id` int(12) NOT NULL, |
| `notification_title` varchar(128) NOT NULL DEFAULT '', | | `notification_title` varchar(128) NOT NULL DEFAULT '', |
| `is_active` tinyint(1) NOT NULL DEFAULT '1' | | `is_active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `dashboard_link_details` | | -- Table structure for table `dashboard_link_details` |
| -- | | -- |
| | | |
| CREATE TABLE `dashboard_link_details` ( | | CREATE TABLE `dashboard_link_details` ( |
| `link_detail_id` int(11) UNSIGNED NOT NULL, | | `link_detail_id` int(11) UNSIGNED NOT NULL, |
| `title` varchar(85) NOT NULL DEFAULT '', | | `title` varchar(85) NOT NULL DEFAULT '', |
| `description` varchar(255) DEFAULT NULL, | | `description` varchar(255) DEFAULT NULL, |
| `target` varchar(85) DEFAULT NULL, | | `target` varchar(85) DEFAULT NULL, |
| `url` varchar(255) NOT NULL DEFAULT '', | | `url` varchar(255) NOT NULL DEFAULT '', |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(11) DEFAULT NULL | | `deleted_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `dashboard_link_organisation_groups` | | -- Table structure for table `dashboard_link_organisation_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `dashboard_link_organisation_groups` ( | | CREATE TABLE `dashboard_link_organisation_groups` ( |
| `link_group_id` int(11) UNSIGNED NOT NULL, | | `link_group_id` int(11) UNSIGNED NOT NULL, |
| `link_detail_id` int(11) NOT NULL, | | `link_detail_id` int(11) NOT NULL, |
| `group` varchar(85) CHARACTER SET utf8 NOT NULL DEFAULT '', | | `group` varchar(85) CHARACTER SET utf8 NOT NULL DEFAULT '', |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(11) DEFAULT NULL | | `deleted_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `departments` | | -- Table structure for table `departments` |
| -- | | -- |
| | | |
| CREATE TABLE `departments` ( | | CREATE TABLE `departments` ( |
| `department_id` int(12) UNSIGNED NOT NULL, | | `department_id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '1', | | `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '1', |
| `entity_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `entity_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `parent_id` int(12) NOT NULL DEFAULT '0', | | `parent_id` int(12) NOT NULL DEFAULT '0', |
| `department_title` varchar(128) NOT NULL DEFAULT '', | | `department_title` varchar(128) NOT NULL DEFAULT '', |
| `department_address1` varchar(128) NOT NULL DEFAULT '', | | `department_address1` varchar(128) NOT NULL DEFAULT '', |
| `department_address2` varchar(128) NOT NULL DEFAULT '', | | `department_address2` varchar(128) NOT NULL DEFAULT '', |
| `department_city` varchar(64) NOT NULL DEFAULT 'Kingston', | | `department_city` varchar(64) NOT NULL DEFAULT 'Kingston', |
| `department_province` varchar(64) NOT NULL DEFAULT 'ON', | | `department_province` varchar(64) NOT NULL DEFAULT 'ON', |
| `province_id` int(12) NOT NULL DEFAULT '9', | | `province_id` int(12) NOT NULL DEFAULT '9', |
| `department_country` varchar(64) NOT NULL DEFAULT 'CA', | | `department_country` varchar(64) NOT NULL DEFAULT 'CA', |
| `country_id` int(12) NOT NULL DEFAULT '39', | | `country_id` int(12) NOT NULL DEFAULT '39', |
| `department_postcode` varchar(16) NOT NULL DEFAULT '', | | `department_postcode` varchar(16) NOT NULL DEFAULT '', |
| `department_telephone` varchar(32) NOT NULL DEFAULT '', | | `department_telephone` varchar(32) NOT NULL DEFAULT '', |
| `department_fax` varchar(32) NOT NULL DEFAULT '', | | `department_fax` varchar(32) NOT NULL DEFAULT '', |
| `department_email` varchar(128) NOT NULL DEFAULT '', | | `department_email` varchar(128) NOT NULL DEFAULT '', |
| `department_url` text NOT NULL, | | `department_url` text NOT NULL, |
| `department_desc` text, | | `department_desc` text, |
| `department_active` int(1) NOT NULL DEFAULT '1', | | `department_active` int(1) NOT NULL DEFAULT '1', |
| `updated_date` bigint(64) UNSIGNED NOT NULL, | | `updated_date` bigint(64) UNSIGNED NOT NULL, |
| `updated_by` int(12) UNSIGNED NOT NULL, | | `updated_by` int(12) UNSIGNED NOT NULL, |
| `department_code` varchar(128) DEFAULT NULL | | `department_code` varchar(128) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `departments` | | -- Dumping data for table `departments` |
| -- | | -- |
| | | |
| INSERT INTO `departments` (`department_id`, `organisation_id`, `entity_id`, `parent_id`, `department_title`, `department_address1`, `department_address2`, `department_city`, `department_province`, `province_id`, `department_country`, `country_id`, `department_postcode`, `department_telephone`, `department_fax`, `department_email`, `department_url`, `department_desc`, `department_active`, `updated_date`, `updated_by`, `department_code`) VALUES | | INSERT INTO `departments` (`department_id`, `organisation_id`, `entity_id`, `parent_id`, `department_title`, `department_address1`, `department_address2`, `department_city`, `department_province`, `province_id`, `department_country`, `country_id`, `department_postcode`, `department_telephone`, `department_fax`, `department_email`, `department_url`, `department_desc`, `department_active`, `updated_date`, `updated_by`, `department_code`) VALUES |
| (1, 1, 5, 0, 'Medical IT', '', '', 'Kingston', 'ON', 9, 'CA', 39, '', '', '', '', '', NULL, 1, 0, 0, NULL); | | (1, 1, 5, 0, 'Medical IT', '', '', 'Kingston', 'ON', 9, 'CA', 39, '', '', '', '', '', NULL, 1, 0, 0, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `department_heads` | | -- Table structure for table `department_heads` |
| -- | | -- |
| | | |
| CREATE TABLE `department_heads` ( | | CREATE TABLE `department_heads` ( |
| `department_heads_id` int(11) NOT NULL, | | `department_heads_id` int(11) NOT NULL, |
| `department_id` int(11) NOT NULL, | | `department_id` int(11) NOT NULL, |
| `user_id` int(11) NOT NULL | | `user_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `entity_type` | | -- Table structure for table `entity_type` |
| -- | | -- |
| | | |
| CREATE TABLE `entity_type` ( | | CREATE TABLE `entity_type` ( |
| `entity_id` int(12) UNSIGNED NOT NULL, | | `entity_id` int(12) UNSIGNED NOT NULL, |
| `entity_title` varchar(100) NOT NULL DEFAULT '' | | `entity_title` varchar(100) NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `entity_type` | | -- Dumping data for table `entity_type` |
| -- | | -- |
| | | |
| INSERT INTO `entity_type` (`entity_id`, `entity_title`) VALUES | | INSERT INTO `entity_type` (`entity_id`, `entity_title`) VALUES |
| (1, 'Faculty'), | | (1, 'Faculty'), |
| (2, 'School'), | | (2, 'School'), |
| (3, 'Department'), | | (3, 'Department'), |
| (4, 'Division'), | | (4, 'Division'), |
| (5, 'Unit'); | | (5, 'Unit'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `locations` | | -- Table structure for table `locations` |
| -- | | -- |
| | | |
| CREATE TABLE `locations` ( | | CREATE TABLE `locations` ( |
| `location_id` int(12) UNSIGNED NOT NULL, | | `location_id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '1', | | `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '1', |
| `department_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `department_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `location_title` varchar(128) NOT NULL DEFAULT '', | | `location_title` varchar(128) NOT NULL DEFAULT '', |
| `location_address1` varchar(128) NOT NULL DEFAULT '', | | `location_address1` varchar(128) NOT NULL DEFAULT '', |
| `location_address2` varchar(128) NOT NULL DEFAULT '', | | `location_address2` varchar(128) NOT NULL DEFAULT '', |
| `location_city` varchar(64) NOT NULL DEFAULT 'Kingston', | | `location_city` varchar(64) NOT NULL DEFAULT 'Kingston', |
| `location_province` char(2) NOT NULL DEFAULT 'ON', | | `location_province` char(2) NOT NULL DEFAULT 'ON', |
| `location_country` char(2) NOT NULL DEFAULT 'CA', | | `location_country` char(2) NOT NULL DEFAULT 'CA', |
| `location_postcode` varchar(7) NOT NULL DEFAULT '', | | `location_postcode` varchar(7) NOT NULL DEFAULT '', |
| `location_telephone` varchar(32) NOT NULL DEFAULT '', | | `location_telephone` varchar(32) NOT NULL DEFAULT '', |
| `location_fax` varchar(32) NOT NULL DEFAULT '', | | `location_fax` varchar(32) NOT NULL DEFAULT '', |
| `location_email` varchar(128) NOT NULL DEFAULT '', | | `location_email` varchar(128) NOT NULL DEFAULT '', |
| `location_url` text NOT NULL, | | `location_url` text NOT NULL, |
| `location_longitude` varchar(12) DEFAULT NULL, | | `location_longitude` varchar(12) DEFAULT NULL, |
| `location_latitude` varchar(12) DEFAULT NULL, | | `location_latitude` varchar(12) DEFAULT NULL, |
| `location_desc` text | | `location_desc` text |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `location_ipranges` | | -- Table structure for table `location_ipranges` |
| -- | | -- |
| | | |
| CREATE TABLE `location_ipranges` ( | | CREATE TABLE `location_ipranges` ( |
| `iprange_id` int(12) UNSIGNED NOT NULL, | | `iprange_id` int(12) UNSIGNED NOT NULL, |
| `location_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `location_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `block_start` varchar(32) NOT NULL DEFAULT '0', | | `block_start` varchar(32) NOT NULL DEFAULT '0', |
| `block_end` varchar(32) NOT NULL DEFAULT '0' | | `block_end` varchar(32) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `organisations` | | -- Table structure for table `organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `organisations` ( | | CREATE TABLE `organisations` ( |
| `organisation_id` int(12) UNSIGNED NOT NULL, | | `organisation_id` int(12) UNSIGNED NOT NULL, |
| `organisation_title` varchar(128) NOT NULL DEFAULT '', | | `organisation_title` varchar(128) NOT NULL DEFAULT '', |
| `organisation_address1` varchar(128) NOT NULL DEFAULT '', | | `organisation_address1` varchar(128) NOT NULL DEFAULT '', |
| `organisation_address2` varchar(128) NOT NULL DEFAULT '', | | `organisation_address2` varchar(128) NOT NULL DEFAULT '', |
| `organisation_city` varchar(64) NOT NULL DEFAULT 'Kingston', | | `organisation_city` varchar(64) NOT NULL DEFAULT 'Kingston', |
| `organisation_province` varchar(64) NOT NULL DEFAULT 'ON', | | `organisation_province` varchar(64) NOT NULL DEFAULT 'ON', |
| `organisation_country` varchar(64) NOT NULL DEFAULT 'CA', | | `organisation_country` varchar(64) NOT NULL DEFAULT 'CA', |
| `organisation_postcode` varchar(16) NOT NULL DEFAULT '', | | `organisation_postcode` varchar(16) NOT NULL DEFAULT '', |
| `organisation_telephone` varchar(32) NOT NULL DEFAULT '', | | `organisation_telephone` varchar(32) NOT NULL DEFAULT '', |
| `organisation_fax` varchar(32) NOT NULL DEFAULT '', | | `organisation_fax` varchar(32) NOT NULL DEFAULT '', |
| `organisation_email` varchar(128) NOT NULL DEFAULT '', | | `organisation_email` varchar(128) NOT NULL DEFAULT '', |
| `organisation_url` text NOT NULL, | | `organisation_url` text NOT NULL, |
| `organisation_twitter` varchar(16) DEFAULT NULL, | | `organisation_twitter` varchar(16) DEFAULT NULL, |
| `organisation_hashtags` text, | | `organisation_hashtags` text, |
| `organisation_installation` text NOT NULL, | | `organisation_installation` text NOT NULL, |
| `organisation_desc` text, | | `organisation_desc` text, |
| `template` varchar(32) NOT NULL DEFAULT 'default', | | `template` varchar(32) NOT NULL DEFAULT 'default', |
| `theme` varchar(255) DEFAULT NULL, | | `theme` varchar(255) DEFAULT NULL, |
| `aamc_institution_id` varchar(32) DEFAULT NULL, | | `aamc_institution_id` varchar(32) DEFAULT NULL, |
| `aamc_institution_name` varchar(255) DEFAULT NULL, | | `aamc_institution_name` varchar(255) DEFAULT NULL, |
| `aamc_program_id` varchar(32) DEFAULT NULL, | | `aamc_program_id` varchar(32) DEFAULT NULL, |
| `aamc_program_name` varchar(255) DEFAULT NULL, | | `aamc_program_name` varchar(255) DEFAULT NULL, |
| `track_events` tinyint(1) DEFAULT '0', | | `track_events` tinyint(1) DEFAULT '0', |
| `organisation_active` tinyint(1) NOT NULL DEFAULT '1', | | `organisation_active` tinyint(1) NOT NULL DEFAULT '1', |
| `app_id` int(11) NOT NULL DEFAULT '1' | | `app_id` int(11) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `organisations` | | -- Dumping data for table `organisations` |
| -- | | -- |
| | | |
| INSERT INTO `organisations` (`organisation_id`, `organisation_title`, `organisation_address1`, `organisation_address2`, `organisation_city`, `organisation_province`, `organisation_country`, `organisation_postcode`, `organisation_telephone`, `organisation_fax`, `organisation_email`, `organisation_url`, `organisation_twitter`, `organisation_hashtags`, `organisation_installation`, `organisation_desc`, `template`, `theme`, `aamc_institution_id`, `aamc_institution_name`, `aamc_program_id`, `aamc_program_name`, `track_events`, `organisation_active`, `app_id`) VALUES | | INSERT INTO `organisations` (`organisation_id`, `organisation_title`, `organisation_address1`, `organisation_address2`, `organisation_city`, `organisation_province`, `organisation_country`, `organisation_postcode`, `organisation_telephone`, `organisation_fax`, `organisation_email`, `organisation_url`, `organisation_twitter`, `organisation_hashtags`, `organisation_installation`, `organisation_desc`, `template`, `theme`, `aamc_institution_id`, `aamc_institution_name`, `aamc_program_id`, `aamc_program_name`, `track_events`, `organisation_active`, `app_id`) VALUES |
| (1, 'Your University', 'University Avenue', '', 'Kingston', 'ON', 'Canada', 'K7L3N6', '613-533-2000', '', 'http://www.yourschool.ca', '', NULL, NULL, '', '', 'default', NULL, '123', 'Test Institution', '1', 'M.D.', 0, 1, 1), | | (1, 'Your University', 'University Avenue', '', 'Kingston', 'ON', 'Canada', 'K7L3N6', '613-533-2000', '', 'http://www.yourschool.ca', '', NULL, NULL, '', '', 'default', NULL, '123', 'Test Institution', '1', 'M.D.', 0, 1, 1), |
| (2, 'Test Organization 2', '123 main st', '', 'Kingston', 'ON', 'Canada', 'L6A 3B1', '1234567890', '', 'http://www.organization2.ca', '', NULL, NULL, '', '', 'default', NULL, '123', 'Test Institution', '1', 'M.D.', 0, 1, 1); | | (2, 'Test Organization 2', '123 main st', '', 'Kingston', 'ON', 'Canada', 'L6A 3B1', '1234567890', '', 'http://www.organization2.ca', '', NULL, NULL, '', '', 'default', NULL, '123', 'Test Institution', '1', 'M.D.', 0, 1, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `organisation_languages` | | -- Table structure for table `organisation_languages` |
| -- | | -- |
| | | |
| CREATE TABLE `organisation_languages` ( | | CREATE TABLE `organisation_languages` ( |
| `olanguages_id` int(11) UNSIGNED NOT NULL, | | `olanguages_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(12) UNSIGNED NOT NULL, | | `organisation_id` int(12) UNSIGNED NOT NULL, |
| `language_id` int(12) NOT NULL, | | `language_id` int(12) NOT NULL, |
| `language_file` varchar(32) NOT NULL, | | `language_file` varchar(32) NOT NULL, |
| `default` int(1) UNSIGNED NOT NULL, | | `default` int(1) UNSIGNED NOT NULL, |
| `active` int(1) UNSIGNED DEFAULT NULL, | | `active` int(1) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `organisation_timezone` | | -- Table structure for table `organisation_timezone` |
| -- | | -- |
| | | |
| CREATE TABLE `organisation_timezone` ( | | CREATE TABLE `organisation_timezone` ( |
| `otimezone_id` int(11) UNSIGNED NOT NULL, | | `otimezone_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(12) UNSIGNED NOT NULL, | | `organisation_id` int(12) UNSIGNED NOT NULL, |
| `timezone_id` int(11) UNSIGNED NOT NULL, | | `timezone_id` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `password_reset` | | -- Table structure for table `password_reset` |
| -- | | -- |
| | | |
| CREATE TABLE `password_reset` ( | | CREATE TABLE `password_reset` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `ip` varchar(24) NOT NULL DEFAULT '', | | `ip` varchar(24) NOT NULL DEFAULT '', |
| `date` bigint(64) NOT NULL DEFAULT '0', | | `date` bigint(64) NOT NULL DEFAULT '0', |
| `user_id` int(12) NOT NULL DEFAULT '0', | | `user_id` int(12) NOT NULL DEFAULT '0', |
| `hash` varchar(64) NOT NULL DEFAULT '', | | `hash` varchar(64) NOT NULL DEFAULT '', |
| `complete` int(1) NOT NULL DEFAULT '0' | | `complete` int(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `registered_apps` | | -- Table structure for table `registered_apps` |
| -- | | -- |
| | | |
| CREATE TABLE `registered_apps` ( | | CREATE TABLE `registered_apps` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `script_id` varchar(32) NOT NULL DEFAULT '0', | | `script_id` varchar(32) NOT NULL DEFAULT '0', |
| `script_password` varchar(32) NOT NULL DEFAULT '', | | `script_password` varchar(32) NOT NULL DEFAULT '', |
| `server_ip` varchar(75) NOT NULL DEFAULT '', | | `server_ip` varchar(75) NOT NULL DEFAULT '', |
| `server_url` text NOT NULL, | | `server_url` text NOT NULL, |
| `employee_rep` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `employee_rep` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `notes` text NOT NULL | | `notes` text NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `registered_apps` | | -- Dumping data for table `registered_apps` |
| -- | | -- |
| | | |
| INSERT INTO `registered_apps` (`id`, `script_id`, `script_password`, `server_ip`, `server_url`, `employee_rep`, `notes`) VALUES | | INSERT INTO `registered_apps` (`id`, `script_id`, `script_password`, `server_ip`, `server_url`, `employee_rep`, `notes`) VALUES |
| (1, '172c32d7b17cb8f4436fdac056bf85d8', 'fa2c8b48546ea55f8aa51cbb842d20f8', '%', '%', 1, 'First Elentra Account - System'); | | (1, '172c32d7b17cb8f4436fdac056bf85d8', 'fa2c8b48546ea55f8aa51cbb842d20f8', '%', '%', 1, 'First Elentra Account - System'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `sessions` | | -- Table structure for table `sessions` |
| -- | | -- |
| | | |
| CREATE TABLE `sessions` ( | | CREATE TABLE `sessions` ( |
| `sesskey` varchar(64) NOT NULL DEFAULT '', | | `sesskey` varchar(64) NOT NULL DEFAULT '', |
| `expiry` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `expiry` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `expireref` varchar(250) DEFAULT '', | | `expireref` varchar(250) DEFAULT '', |
| `created` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', | | `created` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', |
| `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', | | `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', |
| `sessdata` longtext | | `sessdata` longtext |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `sessions` | | -- Dumping data for table `sessions` |
| -- | | -- |
| | | |
| INSERT INTO `sessions` (`sesskey`, `expiry`, `expireref`, `created`, `modified`, `sessdata`) VALUES | | INSERT INTO `sessions` (`sesskey`, `expiry`, `expireref`, `created`, `modified`, `sessdata`) VALUES |
| n | ('8hbfb60tg39nunto3pt7seje3v', '2023-05-29 18:33:03', '', '2023-05-29 17:33:03', '2023-05-29 17:33:03', ''), | n | ('0fctadjhg0b23259k7ou7v160o', '2023-06-01 18:51:23', '0', '2023-06-01 17:51:23', '2023-06-01 17:51:23', ''), |
| ('99o4up37g104vd6rtn88vhfd8b', '2023-05-29 18:33:06', '', '2023-05-29 17:33:06', '2023-05-29 17:33:06', ''), | | ('1ptvsugosli28k53armklrstt6', '2023-06-01 18:51:47', '0', '2023-06-01 17:51:47', '2023-06-01 17:51:47', ''), |
| ('fcfoglggc7ppopcbt04t5cfsnq', '2023-05-29 18:38:16', '0', '2023-05-29 17:33:16', '2023-05-29 17:38:16', ''); | | ('2eb93facgui901k1ga6istf29e', '2023-06-01 19:01:50', '0', '2023-06-01 18:01:50', '2023-06-01 18:01:50', ''), |
| | | ('4qtvrkb0sl3eg2lq5fertm0s5j', '2023-06-01 17:07:07', '0', '2023-06-01 16:07:07', '2023-06-01 16:07:07', ''), |
| | | ('5f0n1od3jcgtu0ber8sc4g0ba8', '2023-06-01 19:32:08', '0', '2023-06-01 18:32:08', '2023-06-01 18:32:08', ''), |
| | | ('73756egakdsu4s1lvau6cmkuur', '2023-06-01 18:52:10', '0', '2023-06-01 17:52:10', '2023-06-01 17:52:10', ''), |
| | | ('7o85mhpiboejdg9dq33js37fq8', '2023-06-01 18:51:47', '0', '2023-06-01 17:51:47', '2023-06-01 17:51:47', ''), |
| | | ('7vnh7sgikrm5qcbrgvi6nj6vu1', '2023-06-01 18:51:46', '0', '2023-06-01 17:08:07', '2023-06-01 17:51:46', ''), |
| | | ('83oeb5gjupaps8m7lio6s7k4id', '2023-06-01 19:33:35', '6', '2023-06-01 18:32:33', '2023-06-01 18:33:35', 'app-1%7Ca%3A3%3A%7Bs%3A3%3A%22tmp%22%3Ba%3A4%3A%7Bs%3A9%3A%22access_id%22%3Bi%3A7%3Bs%3A9%3A%22dashboard%22%3Ba%3A2%3A%7Bs%3A7%3A%22poll_id%22%3Bi%3A0%3Bs%3A14%3A%22previous_query%22%3Ba%3A4%3A%7Bs%3A5%3A%22query%22%3Bs%3A3416%3A%22SELECT%20%20%270%27%20AS%20%60respect_time_release%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60course_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60cperiod_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60cunit_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60parent_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60recurring_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_title%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_description%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_duration%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_message%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60room_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20IF%28%60events%60.%60room_id%60%20IS%20NULL%2C%20%60events%60.%60event_location%60%2C%20CONCAT%28IF%28%60global_lu_buildings%60.%60building_name%60%20IS%20NULL%2C%20%60global_lu_buildings%60.%60building_code%60%2C%20%60global_lu_buildings%60.%60building_name%60%29%2C%20%27-%27%2C%20IF%28%60global_lu_rooms%60.%60room_name%60%20IS%20NULL%2C%20%60global_lu_rooms%60.%60room_number%60%2C%20%60global_lu_rooms%60.%60room_name%60%29%29%29%20AS%20%60event_location%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_start%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_finish%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60release_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60release_until%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60updated_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_color%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60objectives_release_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60attendance_required%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60event_audience%60.%60audience_type%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60organisation_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60course_code%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60course_name%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60permission%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_name%60%20AS%20%60event_phase%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_name%60%20AS%20%60event_term%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20CONCAT_WS%28%27%2C%20%27%2C%20%60elentra_auth%60.%60user_data%60.%60lastname%60%2C%20%60elentra_auth%60.%60user_data%60.%60firstname%60%29%20AS%20%60fullname%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20FROM%20%60events%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60global_lu_rooms%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60global_lu_rooms%60.%60room_id%60%20%3D%20%60events%60.%60room_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60global_lu_buildings%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60global_lu_rooms%60.%60building_id%60%20%3D%20%60global_lu_buildings%60.%60building_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60event_contacts%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60event_contacts%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20AND%20%60event_contacts%60.%60contact_order%60%20%3D%20%270%27%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60event_audience%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60event_audience%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60elentra_auth%60.%60user_data%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60elentra_auth%60.%60user_data%60.%60id%60%20%3D%20%60event_contacts%60.%60proxy_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60courses%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%28%60courses%60.%60course_id%60%20%3D%20%60events%60.%60course_id%60%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60curriculum_lu_types%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60curriculum_lu_types%60.%60curriculum_type_id%60%20%3D%20%60courses%60.%60curriculum_type_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20WHERE%20%60events%60.%60event_id%60%20IN%20%280%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20GROUP%20BY%20%60events%60.%60event_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ORDER%20BY%20%60events%60.%60event_start%60%20ASC%2C%20%60events%60.%60updated_date%60%20DESC%22%3Bs%3A15%3A%22limitless_query%22%3Bs%3A4037%3A%22SELECT%20%270%27%20AS%20%60respect_time_release%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60course_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60cperiod_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60cunit_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60parent_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60recurring_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_title%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_description%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_duration%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_message%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60room_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20IF%28%60events%60.%60room_id%60%20IS%20NULL%2C%20%60events%60.%60event_location%60%2C%20CONCAT%28IF%28%60global_lu_buildings%60.%60building_name%60%20IS%20NULL%2C%20%60global_lu_buildings%60.%60building_code%60%2C%20%60global_lu_buildings%60.%60building_name%60%29%2C%20%27-%27%2C%20IF%28%60global_lu_rooms%60.%60room_name%60%20IS%20NULL%2C%20%60global_lu_rooms%60.%60room_number%60%2C%20%60global_lu_rooms%60.%60room_name%60%29%29%29%20AS%20%60event_location%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_start%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_finish%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60release_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60release_until%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60updated_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_color%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60objectives_release_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60attendance_required%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60room_reservation_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60event_audience%60.%60audience_type%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60organisation_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60course_code%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60course_name%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60permission%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_name%60%20AS%20%60event_phase%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_name%60%20AS%20%60event_term%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20CONCAT_WS%28%27%2C%20%27%2C%20%60elentra_auth%60.%60user_data%60.%60lastname%60%2C%20%60elentra_auth%60.%60user_data%60.%60firstname%60%29%20AS%20%60fullname%60%2C%0A%09%09%09%09%09%09%09%60events%60.%60event_objectives%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20FROM%20%60events%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60global_lu_rooms%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60global_lu_rooms%60.%60room_id%60%20%3D%20%60events%60.%60room_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60global_lu_buildings%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60global_lu_rooms%60.%60building_id%60%20%3D%20%60global_lu_buildings%60.%60building_id%60%20%09LEFT%20JOIN%20%60event_contacts%60%20AS%20%60primary_teacher%60%0A%09%09%09%09%09%09%09ON%20%60primary_teacher%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09AND%20%60primary_teacher%60.%60contact_order%60%20%3D%20%270%27%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60event_eventtypes%60%0A%09%09%09%09%09%09%09ON%20%60event_eventtypes%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60event_curriculum_tracks%60%0A%09%09%09%09%09%09%09ON%20%60event_curriculum_tracks%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60event_audience%60%0A%09%09%09%09%09%09%09ON%20%60event_audience%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09%09LEFT%20JOIN%20%60event_contacts%60%0A%09%09%09%09%09%09%09%09ON%20%60event_contacts%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09%09AND%20%28%60event_contacts%60.%60proxy_id%60%20IN%20%286%29%29%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60elentra_auth%60.%60user_data%60%0A%09%09%09%09%09%09%09ON%20%60elentra_auth%60.%60user_data%60.%60id%60%20%3D%20%60primary_teacher%60.%60proxy_id%60%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60courses%60%0A%09%09%09%09%09%09%09ON%20%60courses%60.%60course_id%60%20%3D%20%60events%60.%60course_id%60%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60curriculum_lu_types%60%0A%09%09%09%09%09%09%09ON%20%60curriculum_lu_types%60.%60curriculum_type_id%60%20%3D%20%60courses%60.%60curriculum_type_id%60%0A%09%09%09%09%09%09%09%0A%09%09%09%09%09%09%09%0A%09%09%09%09%09%09%09%0A%09%09%09%09%09%09%09WHERE%20%60courses%60.%60organisation_id%60%20%3D%20%271%27%0A%09%09%09%09%09%09%09%0A%09%09%09%09%09%09%09%20AND%20%28%60events%60.%60event_start%60%20BETWEEN%20%271685246400%27%20AND%20%271685851199%27%0A%09%09%09%09%09%09%09OR%20%28%60events%60.%60event_finish%60%20BETWEEN%271685246400%27%20AND%20%271685851199%27%29%0A%09%09%09%09%09%09%09OR%20%28%60events%60.%60event_finish%60%20%3E%3D%20%271685851199%27%20AND%20%60events%60.%60event_start%60%20%3C%3D%20%271685246400%27%29%29%20AND%20%28%28%28%60primary_teacher%60.%60proxy_id%60%20IN%20%286%29%20OR%20%60event_contacts%60.%60proxy_id%60%20IN%20%286%29%29%20OR%20%28%60event_audience%60.%60audience_type%60%20%3D%20%27faculty_id%27%20AND%20%60event_audience%60.%60audience_value%60%20IN%20%286%29%29%29%29GROUP%20BY%20%60events%60.%60event_id%60%20ORDER%20BY%20%60events%60.%60event_start%60%20ASC%2C%20%60events%60.%60updated_date%60%20DESC%22%3Bs%3A19%3A%22total_returned_rows%22%3Bi%3A0%3Bs%3A10%3A%22total_rows%22%3Bi%3A0%3B%7D%7Ds%3A7%3A%22caltime%22%3Bi%3A1685644356%3Bs%3A6%3A%22events%22%3Ba%3A1%3A%7Bs%3A14%3A%22previous_query%22%3Ba%3A4%3A%7Bs%3A5%3A%22query%22%3Bs%3A3416%3A%22SELECT%20%20%270%27%20AS%20%60respect_time_release%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60course_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60cperiod_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60cunit_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60parent_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60recurring_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_title%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_description%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_duration%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_message%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60room_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20IF%28%60events%60.%60room_id%60%20IS%20NULL%2C%20%60events%60.%60event_location%60%2C%20CONCAT%28IF%28%60global_lu_buildings%60.%60building_name%60%20IS%20NULL%2C%20%60global_lu_buildings%60.%60building_code%60%2C%20%60global_lu_buildings%60.%60building_name%60%29%2C%20%27-%27%2C%20IF%28%60global_lu_rooms%60.%60room_name%60%20IS%20NULL%2C%20%60global_lu_rooms%60.%60room_number%60%2C%20%60global_lu_rooms%60.%60room_name%60%29%29%29%20AS%20%60event_location%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_start%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_finish%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60release_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60release_until%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60updated_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_color%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60objectives_release_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60attendance_required%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60event_audience%60.%60audience_type%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60organisation_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60course_code%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60course_name%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60permission%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_name%60%20AS%20%60event_phase%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_name%60%20AS%20%60event_term%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20CONCAT_WS%28%27%2C%20%27%2C%20%60elentra_auth%60.%60user_data%60.%60lastname%60%2C%20%60elentra_auth%60.%60user_data%60.%60firstname%60%29%20AS%20%60fullname%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20FROM%20%60events%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60global_lu_rooms%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60global_lu_rooms%60.%60room_id%60%20%3D%20%60events%60.%60room_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60global_lu_buildings%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60global_lu_rooms%60.%60building_id%60%20%3D%20%60global_lu_buildings%60.%60building_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60event_contacts%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60event_contacts%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20AND%20%60event_contacts%60.%60contact_order%60%20%3D%20%270%27%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60event_audience%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60event_audience%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60elentra_auth%60.%60user_data%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60elentra_auth%60.%60user_data%60.%60id%60%20%3D%20%60event_contacts%60.%60proxy_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60courses%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%28%60courses%60.%60course_id%60%20%3D%20%60events%60.%60course_id%60%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60curriculum_lu_types%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60curriculum_lu_types%60.%60curriculum_type_id%60%20%3D%20%60courses%60.%60curriculum_type_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20WHERE%20%60events%60.%60event_id%60%20IN%20%280%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20GROUP%20BY%20%60events%60.%60event_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ORDER%20BY%20%60events%60.%60event_start%60%20ASC%2C%20%60events%60.%60updated_date%60%20DESC%22%3Bs%3A15%3A%22limitless_query%22%3Bs%3A4037%3A%22SELECT%20%270%27%20AS%20%60respect_time_release%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60course_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60cperiod_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60cunit_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60parent_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60recurring_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_title%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_description%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_duration%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_message%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60room_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20IF%28%60events%60.%60room_id%60%20IS%20NULL%2C%20%60events%60.%60event_location%60%2C%20CONCAT%28IF%28%60global_lu_buildings%60.%60building_name%60%20IS%20NULL%2C%20%60global_lu_buildings%60.%60building_code%60%2C%20%60global_lu_buildings%60.%60building_name%60%29%2C%20%27-%27%2C%20IF%28%60global_lu_rooms%60.%60room_name%60%20IS%20NULL%2C%20%60global_lu_rooms%60.%60room_number%60%2C%20%60global_lu_rooms%60.%60room_name%60%29%29%29%20AS%20%60event_location%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_start%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_finish%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60release_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60release_until%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60updated_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60event_color%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60objectives_release_date%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60attendance_required%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60events%60.%60room_reservation_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60event_audience%60.%60audience_type%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60organisation_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60course_code%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60course_name%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60courses%60.%60permission%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_id%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_name%60%20AS%20%60event_phase%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%60curriculum_lu_types%60.%60curriculum_type_name%60%20AS%20%60event_term%60%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20CONCAT_WS%28%27%2C%20%27%2C%20%60elentra_auth%60.%60user_data%60.%60lastname%60%2C%20%60elentra_auth%60.%60user_data%60.%60firstname%60%29%20AS%20%60fullname%60%2C%0A%09%09%09%09%09%09%09%60events%60.%60event_objectives%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20FROM%20%60events%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60global_lu_rooms%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60global_lu_rooms%60.%60room_id%60%20%3D%20%60events%60.%60room_id%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20LEFT%20JOIN%20%60global_lu_buildings%60%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ON%20%60global_lu_rooms%60.%60building_id%60%20%3D%20%60global_lu_buildings%60.%60building_id%60%20%09LEFT%20JOIN%20%60event_contacts%60%20AS%20%60primary_teacher%60%0A%09%09%09%09%09%09%09ON%20%60primary_teacher%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09AND%20%60primary_teacher%60.%60contact_order%60%20%3D%20%270%27%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60event_eventtypes%60%0A%09%09%09%09%09%09%09ON%20%60event_eventtypes%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60event_curriculum_tracks%60%0A%09%09%09%09%09%09%09ON%20%60event_curriculum_tracks%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60event_audience%60%0A%09%09%09%09%09%09%09ON%20%60event_audience%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09%09LEFT%20JOIN%20%60event_contacts%60%0A%09%09%09%09%09%09%09%09ON%20%60event_contacts%60.%60event_id%60%20%3D%20%60events%60.%60event_id%60%0A%09%09%09%09%09%09%09%09AND%20%28%60event_contacts%60.%60proxy_id%60%20IN%20%286%29%29%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60elentra_auth%60.%60user_data%60%0A%09%09%09%09%09%09%09ON%20%60elentra_auth%60.%60user_data%60.%60id%60%20%3D%20%60primary_teacher%60.%60proxy_id%60%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60courses%60%0A%09%09%09%09%09%09%09ON%20%60courses%60.%60course_id%60%20%3D%20%60events%60.%60course_id%60%0A%09%09%09%09%09%09%09LEFT%20JOIN%20%60curriculum_lu_types%60%0A%09%09%09%09%09%09%09ON%20%60curriculum_lu_types%60.%60curriculum_type_id%60%20%3D%20%60courses%60.%60curriculum_type_id%60%0A%09%09%09%09%09%09%09%0A%09%09%09%09%09%09%09%0A%09%09%09%09%09%09%09%0A%09%09%09%09%09%09%09WHERE%20%60courses%60.%60organisation_id%60%20%3D%20%271%27%0A%09%09%09%09%09%09%09%0A%09%09%09%09%09%09%09%20AND%20%28%60events%60.%60event_start%60%20BETWEEN%20%271685246400%27%20AND%20%271685851199%27%0A%09%09%09%09%09%09%09OR%20%28%60events%60.%60event_finish%60%20BETWEEN%271685246400%27%20AND%20%271685851199%27%29%0A%09%09%09%09%09%09%09OR%20%28%60events%60.%60event_finish%60%20%3E%3D%20%271685851199%27%20AND%20%60events%60.%60event_start%60%20%3C%3D%20%271685246400%27%29%29%20AND%20%28%28%28%60primary_teacher%60.%60proxy_id%60%20IN%20%286%29%20OR%20%60event_contacts%60.%60proxy_id%60%20IN%20%286%29%29%20OR%20%28%60event_audience%60.%60audience_type%60%20%3D%20%27faculty_id%27%20AND%20%60event_audience%60.%60audience_value%60%20IN%20%286%29%29%29%29GROUP%20BY%20%60events%60.%60event_id%60%20ORDER%20BY%20%60events%60.%60event_start%60%20ASC%2C%20%60events%60.%60updated_date%60%20DESC%22%3Bs%3A19%3A%22total_returned_rows%22%3Bi%3A0%3Bs%3A10%3A%22total_rows%22%3Bi%3A0%3B%7D%7D%7Ds%3A21%3A%22organisation_switcher%22%3Ba%3A2%3A%7Bs%3A15%3A%22organisation_id%22%3Bi%3A1%3Bs%3A9%3A%22access_id%22%3Bi%3A7%3B%7Ds%3A9%3A%22dashboard%22%3Ba%3A2%3A%7Bs%3A7%3A%22dlength%22%3Bi%3A2%3Bs%3A17%3A%22course_preference%22%3Ba%3A2%3A%7Bs%3A9%3A%22course_id%22%3Bi%3A16%3Bs%3A11%3A%22course_name%22%3Bs%3A15%3A%22deep3%3A%20Deepdive%22%3B%7D%7D%7Dpermissions%7Ca%3A1%3A%7Bi%3A7%3Ba%3A9%3A%7Bs%3A2%3A%22id%22%3Bs%3A1%3A%226%22%3Bs%3A9%3A%22access_id%22%3Bs%3A1%3A%227%22%3Bs%3A5%3A%22group%22%3Bs%3A7%3A%22faculty%22%3Bs%3A4%3A%22role%22%3Bs%3A8%3A%22lecturer%22%3Bs%3A15%3A%22organisation_id%22%3Bs%3A1%3A%221%22%3Bs%3A12%3A%22private_hash%22%3Bs%3A32%3A%2232de95ea75890d79256bab23e08ed9fb%22%3Bs%3A8%3A%22fullname%22%3Bs%3A17%3A%22Lecturer%2C%20Faculty%22%3Bs%3A9%3A%22firstname%22%3Bs%3A7%3A%22Faculty%22%3Bs%3A8%3A%22lastname%22%3Bs%3A8%3A%22Lecturer%22%3B%7D%7DisAuthorized%7Cb%3A1%3Bauth%7Ca%3A1%3A%7Bs%3A6%3A%22method%22%3Bs%3A3%3A%22sso%22%3B%7Ddetails%7Ca%3A24%3A%7Bs%3A6%3A%22app_id%22%3Bi%3A1%3Bs%3A2%3A%22id%22%3Bs%3A1%3A%226%22%3Bs%3A9%3A%22access_id%22%3Bs%3A1%3A%227%22%3Bs%3A6%3A%22prefix%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22number%22%3Bs%3A1%3A%226%22%3Bs%3A8%3A%22username%22%3Bs%3A5%3A%22user6%22%3Bs%3A9%3A%22firstname%22%3Bs%3A7%3A%22Faculty%22%3Bs%3A8%3A%22lastname%22%3Bs%3A8%3A%22Lecturer%22%3Bs%3A5%3A%22email%22%3Bs%3A22%3A%22developer6%40elentra.com%22%3Bs%3A9%3A%22email_alt%22%3Bs%3A22%3A%22developer6%40elentra.com%22%3Bs%3A13%3A%22email_updated%22%3Bb%3A1%3Bs%3A9%3A%22google_id%22%3BN%3Bs%3A9%3A%22telephone%22%3Bs%3A12%3A%22%2B11234567890%22%3Bs%3A4%3A%22role%22%3Bs%3A8%3A%22lecturer%22%3Bs%3A5%3A%22group%22%3Bs%3A7%3A%22faculty%22%3Bs%3A15%3A%22organisation_id%22%3Bs%3A1%3A%221%22%3Bs%3A7%3A%22expires%22%3Bs%3A1%3A%220%22%3Bs%3A9%3A%22lastlogin%22%3Bs%3A1%3A%220%22%3Bs%3A13%3A%22privacy_level%22%3Bs%3A1%3A%220%22%3Bs%3A9%3A%22copyright%22%3Bs%3A1%3A%220%22%3Bs%3A13%3A%22notifications%22%3Bs%3A1%3A%221%22%3Bs%3A12%3A%22private_hash%22%3Bs%3A32%3A%2232de95ea75890d79256bab23e08ed9fb%22%3Bs%3A16%3A%22allow_podcasting%22%3Bb%3A0%3Bs%3A5%3A%22token%22%3Bs%3A439%3A%22eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vbWUuZGV2LmVsZW50cmEuY2xvdWQvYXBpL3YyL2F1dGgvbG9naW4iLCJpYXQiOjE2ODU2NDQzNTMsImV4cCI6MTY4NTY0Nzk1MywibmJmIjoxNjg1NjQ0MzUzLCJqdGkiOiJpa0xqbG1NdnFaaXhBZXU2Iiwic3ViIjo2LCJwcnYiOiIyNjY2ZDg3ZDYzMzZiYmY4N2MxOWY3YTE4ZGRkMzExYzg5ZmVlYTM4IiwiYXV0aF9tZXRob2QiOiJzc28iLCJhdXRoX2FwcF9pZCI6IjEiLCJzZXNzaW9uX2lkIjoiODNvZWI1Z2p1cGFwczhtN2xpbzZzN2s0aWQifQ.ojgaU17wlP5XZe6M-qaD8QlMYpVeodQtGtcqmeM-4Ic%22%3B%7Dprevious_session%7Ca%3A6%3A%7Bs%3A5%3A%22app-1%22%3Ba%3A4%3A%7Bs%3A3%3A%22tmp%22%3Ba%3A1%3A%7Bs%3A9%3A%22access_id%22%3Bi%3A1%3B%7Ds%3A21%3A%22organisation_switcher%22%3Ba%3A2%3A%7Bs%3A15%3A%22organisation_id%22%3Bi%3A1%3Bs%3A9%3A%22access_id%22%3Bi%3A1%3B%7Ds%3A5%3A%22users%22%3Ba%3A2%3A%7Bs%3A2%3A%22sb%22%3Bs%3A8%3A%22fullname%22%3Bs%3A2%3A%22so%22%3Bs%3A3%3A%22asc%22%3B%7Ds%3A23%3A%22cbme_progress_dashboard%22%3Ba%3A1%3A%7Bs%3A17%3A%22course_preference%22%3Ba%3A1%3A%7Bi%3A1%3Ba%3A2%3A%7Bs%3A9%3A%22course_id%22%3Bi%3A16%3Bs%3A11%3A%22course_name%22%3Bs%3A15%3A%22deep3%3A%20Deepdive%22%3B%7D%7D%7D%7Ds%3A11%3A%22permissions%22%3Ba%3A2%3A%7Bi%3A1%3Ba%3A9%3A%7Bs%3A2%3A%22id%22%3Bs%3A1%3A%221%22%3Bs%3A9%3A%22access_id%22%3Bs%3A1%3A%221%22%3Bs%3A5%3A%22group%22%3Bs%3A7%3A%22medtech%22%3Bs%3A4%3A%22role%22%3Bs%3A5%3A%22admin%22%3Bs%3A15%3A%22organisation_id%22%3Bs%3A1%3A%221%22%3Bs%3A12%3A%22private_hash%22%3Bs%3A32%3A%22fbbeb05c0bdeb9fe489765034ae76b58%22%3Bs%3A8%3A%22fullname%22%3Bs%3A20%3A%22Adminstrator%2C%20System%22%3Bs%3A9%3A%22firstname%22%3Bs%3A6%3A%22System%22%3Bs%3A8%3A%22lastname%22%3Bs%3A12%3A%22Adminstrator%22%3B%7Di%3A6%3Ba%3A9%3A%7Bs%3A2%3A%22id%22%3Bs%3A1%3A%221%22%3Bs%3A9%3A%22access_id%22%3Bs%3A1%3A%226%22%3Bs%3A5%3A%22group%22%3Bs%3A7%3A%22medtech%22%3Bs%3A4%3A%22role%22%3Bs%3A5%3A%22admin%22%3Bs%3A15%3A%22organisation_id%22%3Bs%3A1%3A%222%22%3Bs%3A12%3A%22private_hash%22%3Bs%3A32%3A%22f5410aa1f4b03351ef2c18c47035500d%22%3Bs%3A8%3A%22fullname%22%3Bs%3A20%3A%22Adminstrator%2C%20System%22%3Bs%3A9%3A%22firstname%22%3Bs%3A6%3A%22System%22%3Bs%3A8%3A%22lastname%22%3Bs%3A12%3A%22Adminstrator%22%3B%7D%7Ds%3A12%3A%22isAuthorized%22%3Bb%3A1%3Bs%3A4%3A%22auth%22%3Ba%3A1%3A%7Bs%3A6%3A%22method%22%3Bs%3A5%3A%22local%22%3B%7Ds%3A7%3A%22details%22%3Ba%3A25%3A%7Bs%3A6%3A%22app_id%22%3Bi%3A1%3Bs%3A2%3A%22id%22%3Bs%3A1%3A%221%22%3Bs%3A9%3A%22access_id%22%3Bs%3A1%3A%221%22%3Bs%3A6%3A%22prefix%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22number%22%3Bs%3A1%3A%220%22%3Bs%3A8%3A%22username%22%3Bs%3A5%3A%22user1%22%3Bs%3A9%3A%22firstname%22%3Bs%3A6%3A%22System%22%3Bs%3A8%3A%22lastname%22%3Bs%3A12%3A%22Adminstrator%22%3Bs%3A5%3A%22email%22%3Bs%3A26%3A%22local%40me.dev.elentra.cloud%22%3Bs%3A9%3A%22email_alt%22%3Bs%3A0%3A%22%22%3Bs%3A13%3A%22email_updated%22%3Bb%3A0%3Bs%3A9%3A%22google_id%22%3BN%3Bs%3A9%3A%22telephone%22%3Bs%3A0%3A%22%22%3Bs%3A4%3A%22role%22%3Bs%3A5%3A%22admin%22%3Bs%3A5%3A%22group%22%3Bs%3A7%3A%22medtech%22%3Bs%3A15%3A%22organisation_id%22%3Bs%3A1%3A%221%22%3Bs%3A7%3A%22expires%22%3Bs%3A1%3A%220%22%3Bs%3A9%3A%22lastlogin%22%3Bs%3A10%3A%221685641906%22%3Bs%3A13%3A%22privacy_level%22%3Bs%3A1%3A%220%22%3Bs%3A9%3A%22copyright%22%3Bs%3A1%3A%220%22%3Bs%3A13%3A%22notifications%22%3Bs%3A1%3A%221%22%3Bs%3A12%3A%22private_hash%22%3Bs%3A32%3A%22fbbeb05c0bdeb9fe489765034ae76b58%22%3Bs%3A16%3A%22allow_podcasting%22%3Bs%3A3%3A%22all%22%3Bs%3A5%3A%22token%22%3Bs%3A441%3A%22eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vbWUuZGV2LmVsZW50cmEuY2xvdWQvYXBpL3YyL2F1dGgvbG9naW4iLCJpYXQiOjE2ODU2NDE5MDYsImV4cCI6MTY4NTY0NTUwNiwibmJmIjoxNjg1NjQxOTA2LCJqdGkiOiJJWW9hME50ZDhhRjJrVkxEIiwic3ViIjoxLCJwcnYiOiIyNjY2ZDg3ZDYzMzZiYmY4N2MxOWY3YTE4ZGRkMzExYzg5ZmVlYTM4IiwiYXV0aF9tZXRob2QiOiJsb2NhbCIsImF1dGhfYXBwX2lkIjoiMSIsInNlc3Npb25faWQiOiJnb2Zxajh0bGt2cnBhNTRjbDE4ZnZjajFrdiJ9.8SAIVwPKLhV3Hby2Bk95-NCcMhJu8AwxDVRjqau85ns%22%3Bs%3A9%3A%22grad_year%22%3Bi%3A2026%3B%7Ds%3A6%3A%22locale%22%3Ba%3A3%3A%7Bs%3A6%3A%22org_id%22%3Bi%3A1%3Bs%3A8%3A%22timezone%22%3Bs%3A15%3A%22America%2FToronto%22%3Bs%3A8%3A%22language%22%3Bs%3A2%3A%22en%22%3B%7D%7Dfirst_session_id%7Cs%3A1%3A%221%22%3Blocale%7Ca%3A3%3A%7Bs%3A6%3A%22org_id%22%3Bi%3A1%3Bs%3A8%3A%22timezone%22%3Bs%3A15%3A%22America%2FToronto%22%3Bs%3A8%3A%22language%22%3Bs%3A2%3A%22en%22%3B%7D'), |
| | | ('aacu80cm1iek07rf40lhe4g36p', '2023-06-01 19:32:35', '0', '2023-06-01 18:32:35', '2023-06-01 18:32:35', ''), |
| | | ('cp7vtqvu03qc95nsi10laehbmf', '2023-06-01 19:31:56', '', '2023-06-01 18:31:56', '2023-06-01 18:31:56', ''), |
| | | ('d9ld38pk9cvfrlkmasa58dohp4', '2023-06-01 17:07:08', '0', '2023-06-01 16:07:08', '2023-06-01 16:07:08', ''), |
| | | ('dpkpsi1sijvtqagtukrtv53b64', '2023-06-01 18:58:43', '0', '2023-06-01 17:58:43', '2023-06-01 17:58:43', ''), |
| | | ('e0ngbsgvdkfj41apkqqkfaacva', '2023-06-01 19:32:10', '0', '2023-06-01 18:32:10', '2023-06-01 18:32:10', ''), |
| | | ('e2i1fp6cupi251e6sdcustibbq', '2023-06-01 18:58:43', '0', '2023-06-01 17:58:43', '2023-06-01 17:58:43', ''), |
| | | ('enkg2rvt2btrru821rc2o2ba3g', '2023-06-01 19:01:50', '0', '2023-06-01 18:01:50', '2023-06-01 18:01:50', ''), |
| | | ('erl5fjgi1tfdmggmpq7ta6bjgc', '2023-06-01 18:52:09', '0', '2023-06-01 17:52:09', '2023-06-01 17:52:09', ''), |
| | | ('gofqj8tlkvrpa54cl18fvcj1kv', '2023-06-01 19:32:33', '6', '2023-06-01 18:32:33', '2023-06-01 18:32:33', ''), |
| | | ('gv9ab5fa1ucju10b4ifenmumph', '2023-06-01 17:07:08', '0', '2023-06-01 16:07:08', '2023-06-01 16:07:08', ''), |
| | | ('h3jugtl4tmed1ur959qvgkk5es', '2023-06-01 18:08:07', '0', '2023-06-01 17:08:06', '2023-06-01 17:08:07', ''), |
| | | ('i9h86f8rfp68dfock6m8d3vcti', '2023-06-01 18:58:42', '0', '2023-06-01 17:58:42', '2023-06-01 17:58:42', ''), |
| | | ('ih2tun59teuk5o9j75vsk3e42i', '2023-06-01 18:52:09', '0', '2023-06-01 17:52:09', '2023-06-01 17:52:09', ''), |
| | | ('j66ft3p2p03ojje5aqna3amtck', '2023-06-01 18:51:29', '0', '2023-06-01 17:51:29', '2023-06-01 17:51:29', ''), |
| | | ('j93ksi3qd9i6v5vsq26kb6lo99', '2023-06-01 19:32:09', '0', '2023-06-01 18:32:09', '2023-06-01 18:32:09', ''), |
| | | ('l9rqfgf0f1hpambe0j1p88i4tf', '2023-06-01 19:01:49', '0', '2023-06-01 18:01:49', '2023-06-01 18:01:49', ''), |
| | | ('m18s2b3aaup7clotplga6hnl2t', '2023-06-01 19:32:35', '0', '2023-06-01 18:32:35', '2023-06-01 18:32:35', ''), |
| | | ('mnhe5oihj7k2rbms1n4tf8lqsh', '2023-06-01 19:32:09', '0', '2023-06-01 18:32:09', '2023-06-01 18:32:09', ''), |
| | | ('msrp4edidjfvb4p708acpkqqfh', '2023-06-01 18:51:48', '0', '2023-06-01 17:51:48', '2023-06-01 17:51:48', ''), |
| | | ('pmt6jmh17ibk348s0fd8t6rh68', '2023-06-01 17:07:09', '0', '2023-06-01 16:07:09', '2023-06-01 16:07:09', ''), |
| | | ('qrhis0aqjebqv1d0fd7l953ge7', '2023-06-01 19:01:51', '0', '2023-06-01 18:01:51', '2023-06-01 18:01:51', ''), |
| | | ('qu9hisseq735fq8ph9gkebfrp9', '2023-06-01 18:51:48', '0', '2023-06-01 17:51:48', '2023-06-01 17:51:48', ''), |
| | | ('r6sdkan5rir4oeuqnjsujqqku1', '2023-06-01 19:32:34', '0', '2023-06-01 18:32:34', '2023-06-01 18:32:34', ''), |
| | | ('saaesdbfuprhs3n8udivfg56u5', '2023-06-01 18:58:41', '7', '2023-06-01 17:58:41', '2023-06-01 17:58:41', ''), |
| | | ('t5qijmvn7mnjlcl19f7somrl4p', '2023-06-01 17:07:07', '0', '2023-06-01 16:07:07', '2023-06-01 16:07:07', ''), |
| | | ('un8mtdtcfrvlmfb4sqfqk3l7sl', '2023-06-01 18:58:42', '0', '2023-06-01 17:58:42', '2023-06-01 17:58:42', ''), |
| | | ('useuqvl8u4u86u23m2p1is771d', '2023-06-01 19:32:08', '0', '2023-06-01 18:32:08', '2023-06-01 18:32:08', ''), |
| | | ('vqf9n6d0oodjmj6lq9nkbklokj', '2023-06-01 19:32:36', '0', '2023-06-01 18:32:36', '2023-06-01 18:32:36', ''), |
| | | ('vtij4hfe52mv8mlmppmnah5jdb', '2023-06-01 18:52:10', '0', '2023-06-01 17:52:10', '2023-06-01 17:52:10', ''); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `statistics` | | -- Table structure for table `statistics` |
| -- | | -- |
| | | |
| CREATE TABLE `statistics` ( | | CREATE TABLE `statistics` ( |
| `statistic_id` int(12) UNSIGNED NOT NULL, | | `statistic_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `role` varchar(32) NOT NULL DEFAULT '', | | `role` varchar(32) NOT NULL DEFAULT '', |
| `group` varchar(32) NOT NULL DEFAULT '', | | `group` varchar(32) NOT NULL DEFAULT '', |
| `timestamp` bigint(64) NOT NULL DEFAULT '0', | | `timestamp` bigint(64) NOT NULL DEFAULT '0', |
| `prune_after` bigint(64) NOT NULL DEFAULT '0' | | `prune_after` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `system_groups` | | -- Table structure for table `system_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `system_groups` ( | | CREATE TABLE `system_groups` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `group_name` varchar(45) NOT NULL, | | `group_name` varchar(45) NOT NULL, |
| `visible` tinyint(1) NOT NULL DEFAULT '1' | | `visible` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `system_groups` | | -- Dumping data for table `system_groups` |
| -- | | -- |
| | | |
| INSERT INTO `system_groups` (`id`, `group_name`, `visible`) VALUES | | INSERT INTO `system_groups` (`id`, `group_name`, `visible`) VALUES |
| (1, 'student', 1), | | (1, 'student', 1), |
| (2, 'alumni', 1), | | (2, 'alumni', 1), |
| (3, 'faculty', 1), | | (3, 'faculty', 1), |
| (4, 'resident', 1), | | (4, 'resident', 1), |
| (5, 'staff', 1), | | (5, 'staff', 1), |
| (6, 'medtech', 1), | | (6, 'medtech', 1), |
| (7, 'guest', 0); | | (7, 'guest', 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `system_group_organisation` | | -- Table structure for table `system_group_organisation` |
| -- | | -- |
| | | |
| CREATE TABLE `system_group_organisation` ( | | CREATE TABLE `system_group_organisation` ( |
| `groups_id` int(11) NOT NULL, | | `groups_id` int(11) NOT NULL, |
| `organisation_id` int(12) UNSIGNED NOT NULL | | `organisation_id` int(12) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `system_group_organisation` | | -- Dumping data for table `system_group_organisation` |
| -- | | -- |
| | | |
| INSERT INTO `system_group_organisation` (`groups_id`, `organisation_id`) VALUES | | INSERT INTO `system_group_organisation` (`groups_id`, `organisation_id`) VALUES |
| (1, 1), | | (1, 1), |
| (1, 2), | | (1, 2), |
| (2, 1), | | (2, 1), |
| (2, 2), | | (2, 2), |
| (3, 1), | | (3, 1), |
| (3, 2), | | (3, 2), |
| (4, 1), | | (4, 1), |
| (4, 2), | | (4, 2), |
| (5, 1), | | (5, 1), |
| (5, 2), | | (5, 2), |
| (6, 1), | | (6, 1), |
| (6, 2), | | (6, 2), |
| (7, 1), | | (7, 1), |
| (7, 2); | | (7, 2); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `system_roles` | | -- Table structure for table `system_roles` |
| -- | | -- |
| | | |
| CREATE TABLE `system_roles` ( | | CREATE TABLE `system_roles` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `role_name` varchar(45) NOT NULL, | | `role_name` varchar(45) NOT NULL, |
| `groups_id` int(11) NOT NULL | | `groups_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `system_roles` | | -- Dumping data for table `system_roles` |
| -- | | -- |
| | | |
| INSERT INTO `system_roles` (`id`, `role_name`, `groups_id`) VALUES | | INSERT INTO `system_roles` (`id`, `role_name`, `groups_id`) VALUES |
| (1, 'student', 1), | | (1, 'student', 1), |
| (2, '2027', 2), | | (2, '2027', 2), |
| (3, '2026', 2), | | (3, '2026', 2), |
| (4, '2025', 2), | | (4, '2025', 2), |
| (5, '2024', 2), | | (5, '2024', 2), |
| (6, '2023', 2), | | (6, '2023', 2), |
| (7, '2022', 2), | | (7, '2022', 2), |
| (8, '2021', 2), | | (8, '2021', 2), |
| (9, '2020', 2), | | (9, '2020', 2), |
| (10, '2019', 2), | | (10, '2019', 2), |
| (11, '2022', 2), | | (11, '2022', 2), |
| (12, '2021', 2), | | (12, '2021', 2), |
| (13, '2020', 2), | | (13, '2020', 2), |
| (14, '2019', 2), | | (14, '2019', 2), |
| (15, '2018', 2), | | (15, '2018', 2), |
| (16, '2017', 2), | | (16, '2017', 2), |
| (17, '2016', 2), | | (17, '2016', 2), |
| (18, '2015', 2), | | (18, '2015', 2), |
| (19, 'faculty', 3), | | (19, 'faculty', 3), |
| (20, 'lecturer', 3), | | (20, 'lecturer', 3), |
| (21, 'director', 3), | | (21, 'director', 3), |
| (22, 'admin', 3), | | (22, 'admin', 3), |
| (23, 'resident', 4), | | (23, 'resident', 4), |
| (24, 'lecturer', 4), | | (24, 'lecturer', 4), |
| (25, 'staff', 5), | | (25, 'staff', 5), |
| (26, 'pcoordinator', 5), | | (26, 'pcoordinator', 5), |
| (27, 'admin', 5), | | (27, 'admin', 5), |
| (28, 'staff', 6), | | (28, 'staff', 6), |
| (29, 'admin', 6), | | (29, 'admin', 6), |
| (30, 'communityinvite', 7), | | (30, 'communityinvite', 7), |
| (31, 'translator', 5); | | (31, 'translator', 5); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `users_lu_genders` | | -- Table structure for table `users_lu_genders` |
| -- | | -- |
| | | |
| CREATE TABLE `users_lu_genders` ( | | CREATE TABLE `users_lu_genders` ( |
| `gender_id` int(2) NOT NULL, | | `gender_id` int(2) NOT NULL, |
| `short` varchar(5) NOT NULL, | | `short` varchar(5) NOT NULL, |
| `label` varchar(50) NOT NULL | | `label` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `users_lu_genders` | | -- Dumping data for table `users_lu_genders` |
| -- | | -- |
| | | |
| INSERT INTO `users_lu_genders` (`gender_id`, `short`, `label`) VALUES | | INSERT INTO `users_lu_genders` (`gender_id`, `short`, `label`) VALUES |
| (1, 'F', 'Female'), | | (1, 'F', 'Female'), |
| (2, 'M', 'Male'), | | (2, 'M', 'Male'), |
| (3, 'NB', 'Non-Binary'), | | (3, 'NB', 'Non-Binary'), |
| (4, 'U', 'Undefined'); | | (4, 'U', 'Undefined'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `users_lu_pronouns` | | -- Table structure for table `users_lu_pronouns` |
| -- | | -- |
| | | |
| CREATE TABLE `users_lu_pronouns` ( | | CREATE TABLE `users_lu_pronouns` ( |
| `pronoun_id` int(11) UNSIGNED NOT NULL, | | `pronoun_id` int(11) UNSIGNED NOT NULL, |
| `short` varchar(5) DEFAULT NULL, | | `short` varchar(5) DEFAULT NULL, |
| `pronoun_label` varchar(100) NOT NULL DEFAULT '', | | `pronoun_label` varchar(100) NOT NULL DEFAULT '', |
| `active` tinyint(1) NOT NULL | | `active` tinyint(1) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `users_lu_pronouns` | | -- Dumping data for table `users_lu_pronouns` |
| -- | | -- |
| | | |
| INSERT INTO `users_lu_pronouns` (`pronoun_id`, `short`, `pronoun_label`, `active`) VALUES | | INSERT INTO `users_lu_pronouns` (`pronoun_id`, `short`, `pronoun_label`, `active`) VALUES |
| (1, 'H', 'He/him/his', 1), | | (1, 'H', 'He/him/his', 1), |
| (2, 'S', 'She/her/hers', 1), | | (2, 'S', 'She/her/hers', 1), |
| (3, 'T', 'They/them/theirs', 1), | | (3, 'T', 'They/them/theirs', 1), |
| (4, 'N', 'Prefer Not to Say', 1); | | (4, 'N', 'Prefer Not to Say', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_access` | | -- Table structure for table `user_access` |
| -- | | -- |
| | | |
| CREATE TABLE `user_access` ( | | CREATE TABLE `user_access` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `curriculum_track_id` int(12) DEFAULT NULL, | | `curriculum_track_id` int(12) DEFAULT NULL, |
| `account_active` enum('true','false') NOT NULL DEFAULT 'true', | | `account_active` enum('true','false') NOT NULL DEFAULT 'true', |
| `access_starts` bigint(64) NOT NULL DEFAULT '0', | | `access_starts` bigint(64) NOT NULL DEFAULT '0', |
| `access_expires` bigint(64) NOT NULL DEFAULT '0', | | `access_expires` bigint(64) NOT NULL DEFAULT '0', |
| `last_login` bigint(64) NOT NULL DEFAULT '0', | | `last_login` bigint(64) NOT NULL DEFAULT '0', |
| `last_ip` varchar(75) NOT NULL DEFAULT '', | | `last_ip` varchar(75) NOT NULL DEFAULT '', |
| `login_attempts` int(11) DEFAULT NULL, | | `login_attempts` int(11) DEFAULT NULL, |
| `locked_out_until` bigint(64) DEFAULT NULL, | | `locked_out_until` bigint(64) DEFAULT NULL, |
| `role` varchar(35) NOT NULL DEFAULT '', | | `role` varchar(35) NOT NULL DEFAULT '', |
| `group` varchar(35) NOT NULL DEFAULT '', | | `group` varchar(35) NOT NULL DEFAULT '', |
| `is_instructor` tinyint(1) DEFAULT '0', | | `is_instructor` tinyint(1) DEFAULT '0', |
| `extras` longtext, | | `extras` longtext, |
| `private_hash` varchar(32) DEFAULT NULL, | | `private_hash` varchar(32) DEFAULT NULL, |
| `notes` text | | `notes` text |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `user_access` | | -- Dumping data for table `user_access` |
| -- | | -- |
| | | |
| INSERT INTO `user_access` (`id`, `user_id`, `app_id`, `organisation_id`, `curriculum_track_id`, `account_active`, `access_starts`, `access_expires`, `last_login`, `last_ip`, `login_attempts`, `locked_out_until`, `role`, `group`, `is_instructor`, `extras`, `private_hash`, `notes`) VALUES | | INSERT INTO `user_access` (`id`, `user_id`, `app_id`, `organisation_id`, `curriculum_track_id`, `account_active`, `access_starts`, `access_expires`, `last_login`, `last_ip`, `login_attempts`, `locked_out_until`, `role`, `group`, `is_instructor`, `extras`, `private_hash`, `notes`) VALUES |
| n | (1, 1, 1, 1, NULL, 'true', 1216149930, 0, 0, '', NULL, NULL, 'admin', 'medtech', 0, 'YToxOntzOjE2OiJhbGxvd19wb2RjYXN0aW5nIjtzOjM6ImFsbCI7fQ==', 'fbbeb05c0bdeb9fe489765034ae76b58', ''), | n | (1, 1, 1, 1, NULL, 'true', 1216149930, 0, 1685641906, '172.21.0.1', NULL, NULL, 'admin', 'medtech', 0, 'YToxOntzOjE2OiJhbGxvd19wb2RjYXN0aW5nIjtzOjM6ImFsbCI7fQ==', 'fbbeb05c0bdeb9fe489765034ae76b58', ''), |
| (2, 2, 1, 1, 0, 'true', 1685381586, 0, 0, '172.22.0.1', NULL, NULL, 'student', 'student', 0, NULL, 'f2946a92d0fa063b779f1683a2bd1c86', NULL), | | (2, 2, 1, 1, 0, 'true', 1685381586, 0, 0, '172.22.0.1', NULL, NULL, 'student', 'student', 0, NULL, 'f2946a92d0fa063b779f1683a2bd1c86', NULL), |
| (3, 3, 1, 1, 0, 'true', 1685381586, 0, 0, '172.22.0.1', NULL, NULL, 'student', 'student', 0, NULL, '1defbe4e4ebb34749fa90be85d560afc', NULL), | | (3, 3, 1, 1, 0, 'true', 1685381586, 0, 0, '172.22.0.1', NULL, NULL, 'student', 'student', 0, NULL, '1defbe4e4ebb34749fa90be85d560afc', NULL), |
| (4, 4, 1, 1, 0, 'true', 1685381586, 0, 0, '172.22.0.1', NULL, NULL, 'student', 'student', 0, NULL, 'f5ecc7ebf4bdddb01731f30a29c2c745', NULL), | | (4, 4, 1, 1, 0, 'true', 1685381586, 0, 0, '172.22.0.1', NULL, NULL, 'student', 'student', 0, NULL, 'f5ecc7ebf4bdddb01731f30a29c2c745', NULL), |
| (5, 5, 1, 1, 0, 'true', 1685381586, 0, 0, '172.22.0.1', NULL, NULL, 'admin', 'faculty', 1, NULL, '1c1de5e4bc5f9f0a704716a9476a25ce', NULL), | | (5, 5, 1, 1, 0, 'true', 1685381586, 0, 0, '172.22.0.1', NULL, NULL, 'admin', 'faculty', 1, NULL, '1c1de5e4bc5f9f0a704716a9476a25ce', NULL), |
| (6, 1, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'medtech', 0, NULL, 'f5410aa1f4b03351ef2c18c47035500d', NULL), | | (6, 1, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'medtech', 0, NULL, 'f5410aa1f4b03351ef2c18c47035500d', NULL), |
| (7, 6, 1, 1, 1, 'true', 1685381586, 0, 0, '', NULL, NULL, 'lecturer', 'faculty', 1, NULL, '32de95ea75890d79256bab23e08ed9fb', NULL), | | (7, 6, 1, 1, 1, 'true', 1685381586, 0, 0, '', NULL, NULL, 'lecturer', 'faculty', 1, NULL, '32de95ea75890d79256bab23e08ed9fb', NULL), |
| n | (8, 7, 1, 1, 1, 'true', 1685381586, 0, 0, '', NULL, NULL, 'director', 'faculty', 1, NULL, '6bea33e393fd1d65f139b5151d6ef3ab', NULL), | n | (8, 7, 1, 1, 1, 'true', 1685381586, 0, 0, '', 1, NULL, 'director', 'faculty', 1, NULL, '6bea33e393fd1d65f139b5151d6ef3ab', NULL), |
| (9, 8, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'pcoordinator', 'staff', 1, NULL, '18d01a2c11515f26f4c6c7b0d13da6f4', NULL), | | (9, 8, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'pcoordinator', 'staff', 1, NULL, '18d01a2c11515f26f4c6c7b0d13da6f4', NULL), |
| (10, 9, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'faculty', 'faculty', 1, NULL, '635377cf18668f4808228fcc7553f51c', NULL), | | (10, 9, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'faculty', 'faculty', 1, NULL, '635377cf18668f4808228fcc7553f51c', NULL), |
| (11, 10, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 0, NULL, '2713cfb6a85d3bfaada1287d83165da7', NULL), | | (11, 10, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 0, NULL, '2713cfb6a85d3bfaada1287d83165da7', NULL), |
| (12, 11, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 0, NULL, 'b6711b8aa75cd1b9a39e613f694ddc3a', NULL), | | (12, 11, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 0, NULL, 'b6711b8aa75cd1b9a39e613f694ddc3a', NULL), |
| (13, 12, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 0, NULL, '5265423e76ee691b00ea4a45d891a694', NULL), | | (13, 12, 1, 1, 2, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 0, NULL, '5265423e76ee691b00ea4a45d891a694', NULL), |
| (14, 13, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'faculty', 'faculty', 1, NULL, 'ca3f96f4bb18c0cc38112fa22ddddaf7', NULL), | | (14, 13, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'faculty', 'faculty', 1, NULL, 'ca3f96f4bb18c0cc38112fa22ddddaf7', NULL), |
| (15, 14, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 1, NULL, '6ff591e561220d24438c2cd3dc740526', NULL), | | (15, 14, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 1, NULL, '6ff591e561220d24438c2cd3dc740526', NULL), |
| (16, 15, 1, 1, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 0, NULL, '6ff591e561220d24438c2cd3dc740527', NULL), | | (16, 15, 1, 1, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'student', 'student', 0, NULL, '6ff591e561220d24438c2cd3dc740527', NULL), |
| (17, 16, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'medtech', 0, NULL, '6ff591e561220d24438c2cd3dc740528', NULL), | | (17, 16, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'medtech', 0, NULL, '6ff591e561220d24438c2cd3dc740528', NULL), |
| (18, 17, 1, 1, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'staff', 0, NULL, '6ff591e561220d24438c2cd3dc740529', NULL), | | (18, 17, 1, 1, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'staff', 0, NULL, '6ff591e561220d24438c2cd3dc740529', NULL), |
| (19, 18, 1, 1, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'staff', 0, NULL, '6ff591e561220d24438c2cd3df740519', NULL), | | (19, 18, 1, 1, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'staff', 0, NULL, '6ff591e561220d24438c2cd3df740519', NULL), |
| (20, 19, 1, 1, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'medtech', 0, NULL, '2ff591e561220g24438c1cd3df740519', NULL), | | (20, 19, 1, 1, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'medtech', 0, NULL, '2ff591e561220g24438c1cd3df740519', NULL), |
| (21, 19, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'medtech', 0, NULL, '2ef591e561220g24438c1cd3df740519', NULL); | | (21, 19, 1, 2, 0, 'true', 1685381586, 0, 0, '', NULL, NULL, 'admin', 'medtech', 0, NULL, '2ef591e561220g24438c1cd3df740519', NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_acl_permission_assignments` | | -- Table structure for table `user_acl_permission_assignments` |
| -- | | -- |
| | | |
| CREATE TABLE `user_acl_permission_assignments` ( | | CREATE TABLE `user_acl_permission_assignments` ( |
| `user_acl_permission_assignment_id` int(11) UNSIGNED NOT NULL, | | `user_acl_permission_assignment_id` int(11) UNSIGNED NOT NULL, |
| `user_id` int(11) NOT NULL, | | `user_id` int(11) NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `acl_permission_id` int(11) DEFAULT NULL, | | `acl_permission_id` int(11) DEFAULT NULL, |
| `user_acl_resource_container_id` int(11) DEFAULT NULL, | | `user_acl_resource_container_id` int(11) DEFAULT NULL, |
| `acl_permission_template_group_id` int(11) DEFAULT NULL, | | `acl_permission_template_group_id` int(11) DEFAULT NULL, |
| `acl_permission_template_id` int(11) DEFAULT NULL, | | `acl_permission_template_id` int(11) DEFAULT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_acl_resource_containers` | | -- Table structure for table `user_acl_resource_containers` |
| -- | | -- |
| | | |
| CREATE TABLE `user_acl_resource_containers` ( | | CREATE TABLE `user_acl_resource_containers` ( |
| `user_acl_resource_container_id` int(11) UNSIGNED NOT NULL, | | `user_acl_resource_container_id` int(11) UNSIGNED NOT NULL, |
| `acl_resource_container_id` int(11) NOT NULL, | | `acl_resource_container_id` int(11) NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `user_id` int(11) NOT NULL, | | `user_id` int(11) NOT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_credentials` | | -- Table structure for table `user_credentials` |
| -- | | -- |
| | | |
| CREATE TABLE `user_credentials` ( | | CREATE TABLE `user_credentials` ( |
| `ucredential_id` int(12) UNSIGNED NOT NULL, | | `ucredential_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `ctype_id` int(12) UNSIGNED NOT NULL DEFAULT '0' | | `ctype_id` int(12) UNSIGNED NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_data` | | -- Table structure for table `user_data` |
| -- | | -- |
| | | |
| CREATE TABLE `user_data` ( | | CREATE TABLE `user_data` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `number` varchar(36) NOT NULL DEFAULT '0', | | `number` varchar(36) NOT NULL DEFAULT '0', |
| `sso_id` varchar(128) DEFAULT NULL, | | `sso_id` varchar(128) DEFAULT NULL, |
| `username` varchar(255) DEFAULT NULL, | | `username` varchar(255) DEFAULT NULL, |
| `password` varchar(255) NOT NULL DEFAULT '', | | `password` varchar(255) NOT NULL DEFAULT '', |
| `salt` varchar(64) DEFAULT NULL, | | `salt` varchar(64) DEFAULT NULL, |
| `organisation_id` int(12) NOT NULL DEFAULT '1', | | `organisation_id` int(12) NOT NULL DEFAULT '1', |
| `department` varchar(255) DEFAULT NULL, | | `department` varchar(255) DEFAULT NULL, |
| `prefix` varchar(10) NOT NULL DEFAULT '', | | `prefix` varchar(10) NOT NULL DEFAULT '', |
| `suffix_post_nominal` varchar(15) NOT NULL DEFAULT '', | | `suffix_post_nominal` varchar(15) NOT NULL DEFAULT '', |
| `suffix_gen` varchar(15) NOT NULL DEFAULT '', | | `suffix_gen` varchar(15) NOT NULL DEFAULT '', |
| `firstname` varchar(35) NOT NULL DEFAULT '', | | `firstname` varchar(35) NOT NULL DEFAULT '', |
| `middlename` varchar(35) DEFAULT NULL, | | `middlename` varchar(35) DEFAULT NULL, |
| `lastname` varchar(35) NOT NULL DEFAULT '', | | `lastname` varchar(35) NOT NULL DEFAULT '', |
| `preferredname` varchar(35) DEFAULT NULL, | | `preferredname` varchar(35) DEFAULT NULL, |
| `title` varchar(128) DEFAULT NULL, | | `title` varchar(128) DEFAULT NULL, |
| `date_of_birth` bigint(64) DEFAULT NULL, | | `date_of_birth` bigint(64) DEFAULT NULL, |
| `degree` varchar(5) DEFAULT NULL, | | `degree` varchar(5) DEFAULT NULL, |
| `email` varchar(255) NOT NULL DEFAULT '', | | `email` varchar(255) NOT NULL DEFAULT '', |
| `email_alt` varchar(255) NOT NULL DEFAULT '', | | `email_alt` varchar(255) NOT NULL DEFAULT '', |
| `email_updated` bigint(64) DEFAULT NULL, | | `email_updated` bigint(64) DEFAULT NULL, |
| `google_id` varchar(128) DEFAULT NULL, | | `google_id` varchar(128) DEFAULT NULL, |
| `telephone` varchar(25) NOT NULL DEFAULT '', | | `telephone` varchar(25) NOT NULL DEFAULT '', |
| `mobile_number` bigint(20) DEFAULT NULL, | | `mobile_number` bigint(20) DEFAULT NULL, |
| `mobile_number_verified` tinyint(1) DEFAULT '0', | | `mobile_number_verified` tinyint(1) DEFAULT '0', |
| `mobile_number_verification_code` int(6) DEFAULT NULL, | | `mobile_number_verification_code` int(6) DEFAULT NULL, |
| `fax` varchar(25) NOT NULL DEFAULT '', | | `fax` varchar(25) NOT NULL DEFAULT '', |
| `address` varchar(255) NOT NULL DEFAULT '', | | `address` varchar(255) NOT NULL DEFAULT '', |
| `city` varchar(35) NOT NULL DEFAULT '', | | `city` varchar(35) NOT NULL DEFAULT '', |
| `province` varchar(35) NOT NULL DEFAULT '', | | `province` varchar(35) NOT NULL DEFAULT '', |
| `postcode` varchar(12) NOT NULL DEFAULT '', | | `postcode` varchar(12) NOT NULL DEFAULT '', |
| `country` varchar(35) NOT NULL DEFAULT '', | | `country` varchar(35) NOT NULL DEFAULT '', |
| `country_id` int(12) DEFAULT NULL, | | `country_id` int(12) DEFAULT NULL, |
| `province_id` int(12) DEFAULT NULL, | | `province_id` int(12) DEFAULT NULL, |
| `notes` text NOT NULL, | | `notes` text NOT NULL, |
| `office_hours` text, | | `office_hours` text, |
| `privacy_level` int(1) DEFAULT '0', | | `privacy_level` int(1) DEFAULT '0', |
| `copyright` bigint(64) NOT NULL DEFAULT '0', | | `copyright` bigint(64) NOT NULL DEFAULT '0', |
| `notifications` int(1) NOT NULL DEFAULT '1', | | `notifications` int(1) NOT NULL DEFAULT '1', |
| `admin_access` int(1) DEFAULT '0', | | `admin_access` int(1) DEFAULT '0', |
| `entry_year` int(11) DEFAULT NULL, | | `entry_year` int(11) DEFAULT NULL, |
| `grad_year` int(11) DEFAULT NULL, | | `grad_year` int(11) DEFAULT NULL, |
| `gender` int(2) DEFAULT NULL, | | `gender` int(2) DEFAULT NULL, |
| `pronoun_id` int(11) DEFAULT NULL, | | `pronoun_id` int(11) DEFAULT NULL, |
| `capture_consent` tinyint(1) DEFAULT NULL, | | `capture_consent` tinyint(1) DEFAULT NULL, |
| `clinical` int(1) NOT NULL DEFAULT '0', | | `clinical` int(1) NOT NULL DEFAULT '0', |
| `meeting_id` varchar(255) DEFAULT NULL, | | `meeting_id` varchar(255) DEFAULT NULL, |
| `uuid` varchar(36) DEFAULT NULL, | | `uuid` varchar(36) DEFAULT NULL, |
| `microsoft_object_id` varchar(36) DEFAULT NULL, | | `microsoft_object_id` varchar(36) DEFAULT NULL, |
| `pin` varchar(40) DEFAULT NULL, | | `pin` varchar(40) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL | | `updated_by` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `user_data` | | -- Dumping data for table `user_data` |
| -- | | -- |
| | | |
| INSERT INTO `user_data` (`id`, `number`, `sso_id`, `username`, `password`, `salt`, `organisation_id`, `department`, `prefix`, `suffix_post_nominal`, `suffix_gen`, `firstname`, `middlename`, `lastname`, `preferredname`, `title`, `date_of_birth`, `degree`, `email`, `email_alt`, `email_updated`, `google_id`, `telephone`, `mobile_number`, `mobile_number_verified`, `mobile_number_verification_code`, `fax`, `address`, `city`, `province`, `postcode`, `country`, `country_id`, `province_id`, `notes`, `office_hours`, `privacy_level`, `copyright`, `notifications`, `admin_access`, `entry_year`, `grad_year`, `gender`, `pronoun_id`, `capture_consent`, `clinical`, `meeting_id`, `uuid`, `microsoft_object_id`, `pin`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `user_data` (`id`, `number`, `sso_id`, `username`, `password`, `salt`, `organisation_id`, `department`, `prefix`, `suffix_post_nominal`, `suffix_gen`, `firstname`, `middlename`, `lastname`, `preferredname`, `title`, `date_of_birth`, `degree`, `email`, `email_alt`, `email_updated`, `google_id`, `telephone`, `mobile_number`, `mobile_number_verified`, `mobile_number_verification_code`, `fax`, `address`, `city`, `province`, `postcode`, `country`, `country_id`, `province_id`, `notes`, `office_hours`, `privacy_level`, `copyright`, `notifications`, `admin_access`, `entry_year`, `grad_year`, `gender`, `pronoun_id`, `capture_consent`, `clinical`, `meeting_id`, `uuid`, `microsoft_object_id`, `pin`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES |
| (1, '0', NULL, 'user1', '6c8c5b188cfecb8ccc9089614cdb3224b4afaf1f', '7e3249f09aa91b8c14faabde4c3f72abfa923cedc6d00f56898b781196dc91a5', 1, NULL, '', '', '', 'System', NULL, 'Adminstrator', NULL, NULL, NULL, NULL, 'local@me.dev.elentra.cloud', '', NULL, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', NULL, NULL, 'System Administrator', NULL, 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 1, NULL, 'd4316926-0b85-11ec-a750-0242ac120006', NULL, NULL, 1630594154, 1, 0, 0), | | (1, '0', NULL, 'user1', '6c8c5b188cfecb8ccc9089614cdb3224b4afaf1f', '7e3249f09aa91b8c14faabde4c3f72abfa923cedc6d00f56898b781196dc91a5', 1, NULL, '', '', '', 'System', NULL, 'Adminstrator', NULL, NULL, NULL, NULL, 'local@me.dev.elentra.cloud', '', NULL, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', NULL, NULL, 'System Administrator', NULL, 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 1, NULL, 'd4316926-0b85-11ec-a750-0242ac120006', NULL, NULL, 1630594154, 1, 0, 0), |
| (2, '2', NULL, 'user2', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 1, NULL, '', '', '', 'Jane', '', 'student', '', NULL, NULL, NULL, 'developer2@elentra.com', '', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 101, NULL, 'System Administrator', '', 2, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 0, '', '9dd2570a-1ca9-11ec-a077-0242ac120007', NULL, NULL, 1685381586, 1, 1685381586, 4), | | (2, '2', NULL, 'user2', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 1, NULL, '', '', '', 'Jane', '', 'student', '', NULL, NULL, NULL, 'developer2@elentra.com', '', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 101, NULL, 'System Administrator', '', 2, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 0, '', '9dd2570a-1ca9-11ec-a077-0242ac120007', NULL, NULL, 1685381586, 1, 1685381586, 4), |
| (3, '3', NULL, 'user3', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 1, NULL, '', '', '', 'Michael', '', 'student', '', NULL, NULL, NULL, 'developer3@elentra.com', '', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 101, NULL, 'System Administrator', '', 2, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 0, '', '9dd2570a-1ca9-11ec-a077-0242ac120007', NULL, NULL, 1685381586, 1, 1685381586, 4), | | (3, '3', NULL, 'user3', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 1, NULL, '', '', '', 'Michael', '', 'student', '', NULL, NULL, NULL, 'developer3@elentra.com', '', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 101, NULL, 'System Administrator', '', 2, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 0, '', '9dd2570a-1ca9-11ec-a077-0242ac120007', NULL, NULL, 1685381586, 1, 1685381586, 4), |
| (4, '4', NULL, 'user4', '724599ea791e865c0a9a267ae58597926b1914d7', 'e6ed97855338ff8f1d19c629a54612c7e40ec126106a3bd571b57dcea48b3869', 1, NULL, '', '', '', 'John', '', 'student', '', NULL, NULL, NULL, 'developer4@elentra.com', '', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 101, NULL, 'System Administrator', '', 2, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 0, '', '9dd2570a-1ca9-11ec-a077-0242ac120007', NULL, NULL, 1685381586, 1, 1685381586, 4), | | (4, '4', NULL, 'user4', '724599ea791e865c0a9a267ae58597926b1914d7', 'e6ed97855338ff8f1d19c629a54612c7e40ec126106a3bd571b57dcea48b3869', 1, NULL, '', '', '', 'John', '', 'student', '', NULL, NULL, NULL, 'developer4@elentra.com', '', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 101, NULL, 'System Administrator', '', 2, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 0, '', '9dd2570a-1ca9-11ec-a077-0242ac120007', NULL, NULL, 1685381586, 1, 1685381586, 4), |
| (5, '5', NULL, 'user5', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Teacher', '', 'Jones', '', NULL, NULL, NULL, 'developer5@elentra.com', '', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 101, NULL, 'System Administrator', '', 2, 0, 1, 0, 2023, 2027, NULL, NULL, 1, 0, '', '9dd2570a-1ca9-11ec-a077-0242ac120007', NULL, NULL, 1685381586, 1, 1685381586, 1), | | (5, '5', NULL, 'user5', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Teacher', '', 'Jones', '', NULL, NULL, NULL, 'developer5@elentra.com', '', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 101, NULL, 'System Administrator', '', 2, 0, 1, 0, 2023, 2027, NULL, NULL, 1, 0, '', '9dd2570a-1ca9-11ec-a077-0242ac120007', NULL, NULL, 1685381586, 1, 1685381586, 1), |
| (6, '6', NULL, 'user6', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Faculty', NULL, 'Lecturer', NULL, NULL, NULL, NULL, 'developer6@elentra.com', 'developer6@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Main St', 'Kingston', '', 'L6A 3B1', '', 39, 9, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', 'c51f3668-a6f1-11ec-ad41-0242ac1c0002', '', NULL, 1685381586, 1, 1685381586, 1), | | (6, '6', NULL, 'user6', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Faculty', NULL, 'Lecturer', NULL, NULL, NULL, NULL, 'developer6@elentra.com', 'developer6@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Main St', 'Kingston', '', 'L6A 3B1', '', 39, 9, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', 'c51f3668-a6f1-11ec-ad41-0242ac1c0002', '', NULL, 1685381586, 1, 1685381586, 1), |
| (7, '7', NULL, 'user7', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, 'Dr.', '', '', 'Faculty', NULL, 'Director', NULL, 'Clinical Professor of Family Medicine', NULL, 'M.D.', 'developer@elentra.com', 'developer@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '98d0983e-2a86-4a1e-95c8-cb2018b09fc8', '', NULL, 1685381586, 1, 1685381586, 1), | | (7, '7', NULL, 'user7', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, 'Dr.', '', '', 'Faculty', NULL, 'Director', NULL, 'Clinical Professor of Family Medicine', NULL, 'M.D.', 'developer@elentra.com', 'developer@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '98d0983e-2a86-4a1e-95c8-cb2018b09fc8', '', NULL, 1685381586, 1, 1685381586, 1), |
| (8, '8', NULL, 'user8', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Staff', NULL, 'Pcoordinator', NULL, NULL, NULL, NULL, 'developer@elentra.com', 'developer@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Kingston', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '0461d633-89af-4ee8-863d-7c2a9b445825', '', NULL, 1685381586, 1, 1685381586, 1), | | (8, '8', NULL, 'user8', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Staff', NULL, 'Pcoordinator', NULL, NULL, NULL, NULL, 'developer@elentra.com', 'developer@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Kingston', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '0461d633-89af-4ee8-863d-7c2a9b445825', '', NULL, 1685381586, 1, 1685381586, 1), |
| (9, '9', NULL, 'user9', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, 'Prof.', '', '', 'Faculty', NULL, 'Instructor', NULL, 'Associate Professor Family Medecine', NULL, 'M.D.', 'developer@elentra.com', 'developer7@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '7603e139-dcd2-11ec-a83a-0242ac130007', '', NULL, 1685381586, 1, 1685381586, 1), | | (9, '9', NULL, 'user9', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, 'Prof.', '', '', 'Faculty', NULL, 'Instructor', NULL, 'Associate Professor Family Medecine', NULL, 'M.D.', 'developer@elentra.com', 'developer7@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '7603e139-dcd2-11ec-a83a-0242ac130007', '', NULL, 1685381586, 1, 1685381586, 1), |
| (10, '10', NULL, 'user10', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Ana', NULL, 'Student', NULL, NULL, NULL, NULL, 'Anastudent@elentra.com', 'janestudent@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '7603e139-dcd2-11ec-a83a-0242ac130007', '', NULL, 1685381586, 1, 1685381586, 1), | | (10, '10', NULL, 'user10', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Ana', NULL, 'Student', NULL, NULL, NULL, NULL, 'Anastudent@elentra.com', 'janestudent@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '7603e139-dcd2-11ec-a83a-0242ac130007', '', NULL, 1685381586, 1, 1685381586, 1), |
| (11, '11', NULL, 'user11', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Mike', NULL, 'Student', NULL, NULL, NULL, NULL, 'studentmike@elentra.com', 'studentmike@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '7603e139-dcd2-11ec-a83a-0242ac130007', '', NULL, 1685381586, 1, 1685381586, 1), | | (11, '11', NULL, 'user11', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Mike', NULL, 'Student', NULL, NULL, NULL, NULL, 'studentmike@elentra.com', 'studentmike@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '7603e139-dcd2-11ec-a83a-0242ac130007', '', NULL, 1685381586, 1, 1685381586, 1), |
| (12, '12', NULL, 'user12', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Saul', NULL, 'Student', NULL, NULL, NULL, NULL, 'studentsaul@elentra.com', 'studentsaul@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '7603e139-dcd2-11ec-a83a-0242ac130007', '', NULL, 1685381586, 1, 1685381586, 1), | | (12, '12', NULL, 'user12', 'd5e44676dd7c69f432ed2bcb3f6a832f748a64db', 'ece218d51cec03e0f55bde2917a279343438e26d5d2d536c5895e718d48054a5', 1, NULL, '', '', '', 'Saul', NULL, 'Student', NULL, NULL, NULL, NULL, 'studentsaul@elentra.com', 'studentsaul@elentra.com', 1685381586, NULL, '+11234567890', NULL, 0, NULL, '', '123 Quebec St', 'Calgary', '', 'L6C 3PO', '', 39, 1, '', '', 0, 0, 1, 0, 2023, 2027, NULL, NULL, NULL, 1, '', '7603e139-dcd2-11ec-a83a-0242ac130007', '', NULL, 1685381586, 1, 1685381586, 1), |
| (13, '13', NULL, 'user13', 'eb3d6d5b023fb19cc9530158b07659d42c19ea7f', '52bc0c4273045a6a845423fe0ba1932245e062d0889e25581b5d94f11a00cfa6', 2, NULL, '', '', '', 'Faculty', NULL, 'Professor', NULL, NULL, NULL, NULL, 'email@email.com', 'email@email.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 1, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1), | | (13, '13', NULL, 'user13', 'eb3d6d5b023fb19cc9530158b07659d42c19ea7f', '52bc0c4273045a6a845423fe0ba1932245e062d0889e25581b5d94f11a00cfa6', 2, NULL, '', '', '', 'Faculty', NULL, 'Professor', NULL, NULL, NULL, NULL, 'email@email.com', 'email@email.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 1, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1), |
| (14, '14', NULL, 'user14', 'eb3d6d5b023fb19cc9530158b07659d42c19ea7f', '52bc0c4273045a6a845423fe0ba1932245e062d0889e25581b5d94f11a00cfa6', 2, NULL, '', '', '', 'CBE', NULL, 'Student', NULL, NULL, NULL, NULL, 'test@student.com', 'test@student.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 1, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1), | | (14, '14', NULL, 'user14', 'eb3d6d5b023fb19cc9530158b07659d42c19ea7f', '52bc0c4273045a6a845423fe0ba1932245e062d0889e25581b5d94f11a00cfa6', 2, NULL, '', '', '', 'CBE', NULL, 'Student', NULL, NULL, NULL, NULL, 'test@student.com', 'test@student.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 1, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1), |
| (15, '15', NULL, 'user15', 'eb3d6d5b023fb19cc9530158b07659d42c19ea7f', '52bc0c4273045a6a845423fe0ba1932245e062d0889e25581b5d94f11a00cfa6', 1, NULL, '', '', '', 'Dale', NULL, 'Cooper', NULL, NULL, NULL, NULL, 'dcooper@student.com', 'dcooper@student.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 1, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1), | | (15, '15', NULL, 'user15', 'eb3d6d5b023fb19cc9530158b07659d42c19ea7f', '52bc0c4273045a6a845423fe0ba1932245e062d0889e25581b5d94f11a00cfa6', 1, NULL, '', '', '', 'Dale', NULL, 'Cooper', NULL, NULL, NULL, NULL, 'dcooper@student.com', 'dcooper@student.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 1, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1), |
| (16, '16', NULL, 'user16', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 2, NULL, '', '', '', 'Org2', NULL, 'Medtechadmin', NULL, NULL, NULL, NULL, 'user16@elentra.com', 'user16@elentra.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 0, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1), | | (16, '16', NULL, 'user16', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 2, NULL, '', '', '', 'Org2', NULL, 'Medtechadmin', NULL, NULL, NULL, NULL, 'user16@elentra.com', 'user16@elentra.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 0, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1), |
| (17, '17', NULL, 'user17', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 2, NULL, '', '', '', 'Staff', NULL, 'Admin', NULL, NULL, NULL, NULL, 'user17@elentra.com', 'user17@elentra.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 0, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1), | | (17, '17', NULL, 'user17', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 2, NULL, '', '', '', 'Staff', NULL, 'Admin', NULL, NULL, NULL, NULL, 'user17@elentra.com', 'user17@elentra.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 0, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1), |
| (18, '18', NULL, 'user18', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 1, NULL, '', '', '', 'Staffadmin', NULL, 'Kurosawa', NULL, NULL, NULL, NULL, 'user18@elentra.com', 'user18@elentra.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 0, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1), | | (18, '18', NULL, 'user18', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 1, NULL, '', '', '', 'Staffadmin', NULL, 'Kurosawa', NULL, NULL, NULL, NULL, 'user18@elentra.com', 'user18@elentra.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 0, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1), |
| (19, '19', NULL, 'user19', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 1, NULL, '', '', '', 'Medtechadmin', NULL, 'Fincher', NULL, NULL, NULL, NULL, 'user19@elentra.com', 'user19@elentra.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 0, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1); | | (19, '19', NULL, 'user19', 'a8a69d554a7b54aa36e203a74179d9c0140f38af', 'a6339a4c78a9064427f4b7a3b0db315fe17b860ba15398858e6602c6e14ba790', 1, NULL, '', '', '', 'Medtechadmin', NULL, 'Fincher', NULL, NULL, NULL, NULL, 'user19@elentra.com', 'user19@elentra.com', 1685381586, NULL, '', NULL, 0, NULL, '', '', '', '', '', '', 39, 9, '', '', 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, 0, '', 'c3221e18-fef1-11ec-9727-0242ac120005', '', NULL, 1685381586, 1, 1685381586, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_data_resident` | | -- Table structure for table `user_data_resident` |
| -- | | -- |
| | | |
| CREATE TABLE `user_data_resident` ( | | CREATE TABLE `user_data_resident` ( |
| `proxy_id` int(12) NOT NULL, | | `proxy_id` int(12) NOT NULL, |
| `cmpa_no` int(11) NOT NULL, | | `cmpa_no` int(11) NOT NULL, |
| `cpso_no` int(11) NOT NULL, | | `cpso_no` int(11) NOT NULL, |
| `school_id` int(11) NOT NULL, | | `school_id` int(11) NOT NULL, |
| `program_id` int(11) NOT NULL, | | `program_id` int(11) NOT NULL, |
| `student_no` int(11) NOT NULL, | | `student_no` int(11) NOT NULL, |
| `last_name` varchar(100) NOT NULL, | | `last_name` varchar(100) NOT NULL, |
| `first_name` varchar(100) NOT NULL, | | `first_name` varchar(100) NOT NULL, |
| `category_id` int(11) NOT NULL, | | `category_id` int(11) NOT NULL, |
| `assess_prog_img` varchar(1) NOT NULL, | | `assess_prog_img` varchar(1) NOT NULL, |
| `assess_prog_non_img` varchar(1) NOT NULL | | `assess_prog_non_img` varchar(1) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_departments` | | -- Table structure for table `user_departments` |
| -- | | -- |
| | | |
| CREATE TABLE `user_departments` ( | | CREATE TABLE `user_departments` ( |
| `udep_id` int(12) UNSIGNED NOT NULL, | | `udep_id` int(12) UNSIGNED NOT NULL, |
| `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `dep_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `dep_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `dep_title` varchar(255) DEFAULT NULL, | | `dep_title` varchar(255) DEFAULT NULL, |
| `entrada_only` int(1) DEFAULT '0' | | `entrada_only` int(1) DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `user_departments` | | -- Dumping data for table `user_departments` |
| -- | | -- |
| | | |
| INSERT INTO `user_departments` (`udep_id`, `user_id`, `dep_id`, `dep_title`, `entrada_only`) VALUES | | INSERT INTO `user_departments` (`udep_id`, `user_id`, `dep_id`, `dep_title`, `entrada_only`) VALUES |
| (1, 1, 1, 'System Administrator', 0), | | (1, 1, 1, 'System Administrator', 0), |
| (2, 1, 1, 'null', 1); | | (2, 1, 1, 'null', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_extra_data_cpd` | | -- Table structure for table `user_extra_data_cpd` |
| -- | | -- |
| | | |
| CREATE TABLE `user_extra_data_cpd` ( | | CREATE TABLE `user_extra_data_cpd` ( |
| `uedata_id` int(12) NOT NULL, | | `uedata_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `lhin` int(2) DEFAULT NULL, | | `lhin` int(2) DEFAULT NULL, |
| `mailing_type` enum('regular','specialist') DEFAULT NULL, | | `mailing_type` enum('regular','specialist') DEFAULT NULL, |
| `rank` varchar(255) DEFAULT NULL, | | `rank` varchar(255) DEFAULT NULL, |
| `primary_department` varchar(255) DEFAULT NULL, | | `primary_department` varchar(255) DEFAULT NULL, |
| `division` varchar(255) DEFAULT NULL, | | `division` varchar(255) DEFAULT NULL, |
| `secondary_department` varchar(255) DEFAULT NULL, | | `secondary_department` varchar(255) DEFAULT NULL, |
| `tertiary_department` varchar(255) DEFAULT NULL, | | `tertiary_department` varchar(255) DEFAULT NULL, |
| `admin_contact_name` varchar(255) DEFAULT NULL, | | `admin_contact_name` varchar(255) DEFAULT NULL, |
| `admin_contact_email` varchar(255) DEFAULT NULL, | | `admin_contact_email` varchar(255) DEFAULT NULL, |
| `additional_responsibilities` text, | | `additional_responsibilities` text, |
| `position` varchar(255) DEFAULT NULL, | | `position` varchar(255) DEFAULT NULL, |
| `products` varchar(255) DEFAULT NULL, | | `products` varchar(255) DEFAULT NULL, |
| `manager` varchar(255) DEFAULT NULL, | | `manager` varchar(255) DEFAULT NULL, |
| `manager_email` varchar(255) DEFAULT NULL, | | `manager_email` varchar(255) DEFAULT NULL, |
| `manager_phone` varchar(25) DEFAULT NULL, | | `manager_phone` varchar(25) DEFAULT NULL, |
| `palliative_care` int(1) DEFAULT '0', | | `palliative_care` int(1) DEFAULT '0', |
| `other_profession` varchar(255) DEFAULT NULL, | | `other_profession` varchar(255) DEFAULT NULL, |
| `notes` text, | | `notes` text, |
| `address_updated` bigint(64) DEFAULT NULL, | | `address_updated` bigint(64) DEFAULT NULL, |
| `cfpc_number` varchar(255) DEFAULT NULL | | `cfpc_number` varchar(255) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_incidents` | | -- Table structure for table `user_incidents` |
| -- | | -- |
| | | |
| CREATE TABLE `user_incidents` ( | | CREATE TABLE `user_incidents` ( |
| `incident_id` int(12) UNSIGNED NOT NULL, | | `incident_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `incident_title` text NOT NULL, | | `incident_title` text NOT NULL, |
| `incident_description` text, | | `incident_description` text, |
| `incident_severity` tinyint(1) NOT NULL DEFAULT '1', | | `incident_severity` tinyint(1) NOT NULL DEFAULT '1', |
| `incident_status` tinyint(1) NOT NULL DEFAULT '1', | | `incident_status` tinyint(1) NOT NULL DEFAULT '1', |
| `incident_author_id` int(12) NOT NULL DEFAULT '0', | | `incident_author_id` int(12) NOT NULL DEFAULT '0', |
| `incident_date` bigint(64) NOT NULL DEFAULT '0', | | `incident_date` bigint(64) NOT NULL DEFAULT '0', |
| `follow_up_date` bigint(64) DEFAULT NULL | | `follow_up_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_mobile_data` | | -- Table structure for table `user_mobile_data` |
| -- | | -- |
| | | |
| CREATE TABLE `user_mobile_data` ( | | CREATE TABLE `user_mobile_data` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `hash` varchar(64) DEFAULT NULL, | | `hash` varchar(64) DEFAULT NULL, |
| `hash_expires` bigint(64) NOT NULL DEFAULT '0', | | `hash_expires` bigint(64) NOT NULL DEFAULT '0', |
| `push_notifications` tinyint(1) NOT NULL DEFAULT '1', | | `push_notifications` tinyint(1) NOT NULL DEFAULT '1', |
| `created_by` int(12) UNSIGNED NOT NULL DEFAULT '1', | | `created_by` int(12) UNSIGNED NOT NULL DEFAULT '1', |
| `created_date` bigint(64) NOT NULL DEFAULT '0', | | `created_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '1', | | `updated_by` int(12) NOT NULL DEFAULT '1', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_photos` | | -- Table structure for table `user_photos` |
| -- | | -- |
| | | |
| CREATE TABLE `user_photos` ( | | CREATE TABLE `user_photos` ( |
| `photo_id` int(12) UNSIGNED NOT NULL, | | `photo_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `photo_mimetype` varchar(64) NOT NULL, | | `photo_mimetype` varchar(64) NOT NULL, |
| `photo_filesize` int(32) NOT NULL DEFAULT '0', | | `photo_filesize` int(32) NOT NULL DEFAULT '0', |
| `photo_active` int(1) NOT NULL DEFAULT '1', | | `photo_active` int(1) NOT NULL DEFAULT '1', |
| `photo_type` int(1) NOT NULL DEFAULT '0', | | `photo_type` int(1) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0' | | `updated_date` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_preferences` | | -- Table structure for table `user_preferences` |
| -- | | -- |
| | | |
| CREATE TABLE `user_preferences` ( | | CREATE TABLE `user_preferences` ( |
| `preference_id` int(12) UNSIGNED NOT NULL, | | `preference_id` int(12) UNSIGNED NOT NULL, |
| `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `module` varchar(32) NOT NULL DEFAULT '', | | `module` varchar(32) NOT NULL DEFAULT '', |
| `preferences` text NOT NULL, | | `preferences` text NOT NULL, |
| `updated` bigint(64) NOT NULL DEFAULT '0' | | `updated` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| n | | n | -- |
| | | -- Dumping data for table `user_preferences` |
| | | -- |
| | | |
| | | INSERT INTO `user_preferences` (`preference_id`, `app_id`, `proxy_id`, `module`, `preferences`, `updated`) VALUES |
| | | (1, 1, 1, 'organisation_switcher', 'a:2:{s:15:\"organisation_id\";i:1;s:9:\"access_id\";i:1;}', 1685387416), |
| | | (2, 1, 1, 'courses', 'a:2:{s:26:\"selected_curriculum_period\";i:3;s:14:\"enrolment_view\";s:5:\"table\";}', 1685387924), |
| | | (3, 1, 1, 'cbme_progress_dashboard', 'a:1:{s:17:\"course_preference\";a:1:{i:1;a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}}', 1685388579), |
| | | (4, 1, 1, 'dashboard', 'a:1:{s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685388609), |
| | | (5, 1, 1, 'cbme_assessments', 'a:1:{s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685388609), |
| | | (6, 1, 1, 'users', 'a:2:{s:2:\"sb\";s:8:\"fullname\";s:2:\"so\";s:3:\"asc\";}', 1685391853), |
| | | (7, 1, 4, 'organisation_switcher', 'a:2:{s:15:\"organisation_id\";i:1;s:9:\"access_id\";i:4;}', 1685391860), |
| | | (8, 1, 4, 'dashboard', 'a:1:{s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685543833), |
| | | (9, 1, 4, 'cbme_assessments', 'a:1:{s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685543833), |
| | | (10, 1, 7, 'organisation_switcher', 'a:2:{s:15:\"organisation_id\";i:1;s:9:\"access_id\";i:8;}', 1685392081), |
| | | (11, 1, 7, 'dashboard', 'a:2:{s:7:\"dlength\";i:2;s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685544604), |
| | | (12, 1, 2, 'organisation_switcher', 'a:2:{s:15:\"organisation_id\";i:1;s:9:\"access_id\";i:2;}', 1685472592), |
| | | (13, 1, 2, 'dashboard', 'a:1:{s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685472619), |
| | | (14, 1, 2, 'cbme_assessments', 'a:1:{s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685472619), |
| | | (15, 1, 6, 'organisation_switcher', 'a:2:{s:15:\"organisation_id\";i:1;s:9:\"access_id\";i:7;}', 1685539086), |
| | | (16, 1, 6, 'dashboard', 'a:2:{s:7:\"dlength\";i:2;s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685544682), |
| | | (17, 1, 6, 'cbme_assessments', 'a:1:{s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685544682), |
| | | (18, 1, 5, 'organisation_switcher', 'a:2:{s:15:\"organisation_id\";i:1;s:9:\"access_id\";i:5;}', 1685539390), |
| | | (19, 1, 5, 'dashboard', 'a:1:{s:7:\"dlength\";i:2;}', 1685539392), |
| | | (20, 1, 4, 'events', 'a:8:{s:5:\"dtype\";s:4:\"week\";s:2:\"sb\";s:4:\"date\";s:2:\"so\";s:3:\"asc\";s:2:\"pp\";i:25;s:8:\"viewtype\";s:4:\"list\";s:10:\"parentonly\";s:2:\"no\";s:19:\"filter_defaults_set\";b:1;s:7:\"filters\";a:1:{s:7:\"student\";a:1:{i:0;i:4;}}}', 1685543683), |
| | | (21, 1, 9, 'organisation_switcher', 'a:2:{s:15:\"organisation_id\";i:1;s:9:\"access_id\";i:10;}', 1685544015), |
| | | (22, 1, 9, 'dashboard', 'a:1:{s:7:\"dlength\";i:2;}', 1685544017), |
| | | (23, 1, 7, 'cbme_assessments', 'a:1:{s:17:\"course_preference\";a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}', 1685544604), |
| | | (24, 1, 7, 'courses', 'a:1:{s:26:\"selected_curriculum_period\";s:1:\"3\";}', 1685631426), |
| | | (25, 1, 7, 'cbme_progress_dashboard', 'a:1:{s:17:\"course_preference\";a:1:{i:1;a:2:{s:9:\"course_id\";i:16;s:11:\"course_name\";s:15:\"deep3: Deepdive\";}}}', 1685642619); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_professions` | | -- Table structure for table `user_professions` |
| -- | | -- |
| | | |
| CREATE TABLE `user_professions` ( | | CREATE TABLE `user_professions` ( |
| `uprofession_id` int(12) UNSIGNED NOT NULL, | | `uprofession_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `proxy_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `ptype_id` int(12) UNSIGNED NOT NULL DEFAULT '0' | | `ptype_id` int(12) UNSIGNED NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_service_tokens` | | -- Table structure for table `user_service_tokens` |
| -- | | -- |
| | | |
| CREATE TABLE `user_service_tokens` ( | | CREATE TABLE `user_service_tokens` ( |
| `token_id` int(11) UNSIGNED NOT NULL, | | `token_id` int(11) UNSIGNED NOT NULL, |
| `identifier` varchar(255) NOT NULL, | | `identifier` varchar(255) NOT NULL, |
| `user_id` int(12) UNSIGNED DEFAULT NULL, | | `user_id` int(12) UNSIGNED DEFAULT NULL, |
| `type` varchar(255) DEFAULT NULL, | | `type` varchar(255) DEFAULT NULL, |
| `access_token` text, | | `access_token` text, |
| `refresh_token` text, | | `refresh_token` text, |
| `ttl` bigint(64) DEFAULT NULL, | | `ttl` bigint(64) DEFAULT NULL, |
| `expiry_date` bigint(64) DEFAULT NULL, | | `expiry_date` bigint(64) DEFAULT NULL, |
| `scopes` text | | `scopes` text |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `user_service_tokens` | | -- Dumping data for table `user_service_tokens` |
| -- | | -- |
| | | |
| INSERT INTO `user_service_tokens` (`token_id`, `identifier`, `user_id`, `type`, `access_token`, `refresh_token`, `ttl`, `expiry_date`, `scopes`) VALUES | | INSERT INTO `user_service_tokens` (`token_id`, `identifier`, `user_id`, `type`, `access_token`, `refresh_token`, `ttl`, `expiry_date`, `scopes`) VALUES |
| (1, 'microsoft_graph', 1, 'Bearer', NULL, NULL, 0, 0, NULL); | | (1, 'microsoft_graph', 1, 'Bearer', NULL, NULL, 0, 0, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_sponsor_company` | | -- Table structure for table `user_sponsor_company` |
| -- | | -- |
| | | |
| CREATE TABLE `user_sponsor_company` ( | | CREATE TABLE `user_sponsor_company` ( |
| `usponsor_id` int(12) NOT NULL, | | `usponsor_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `sponsor_id` int(12) NOT NULL DEFAULT '0' | | `sponsor_id` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_sponsor_focus_areas` | | -- Table structure for table `user_sponsor_focus_areas` |
| -- | | -- |
| | | |
| CREATE TABLE `user_sponsor_focus_areas` ( | | CREATE TABLE `user_sponsor_focus_areas` ( |
| `sfarea_id` int(12) UNSIGNED NOT NULL, | | `sfarea_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `sfatype_id` int(12) UNSIGNED NOT NULL, | | `sfatype_id` int(12) UNSIGNED NOT NULL, |
| `date_updated` bigint(64) NOT NULL, | | `date_updated` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `is_active` tinyint(1) NOT NULL DEFAULT '1' | | `is_active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Indexes for dumped tables | | -- Indexes for dumped tables |
| -- | | -- |
| | | |
| -- | | -- |
| -- Indexes for table `acl_lu_permission_template_groups` | | -- Indexes for table `acl_lu_permission_template_groups` |
| -- | | -- |
| ALTER TABLE `acl_lu_permission_template_groups` | | ALTER TABLE `acl_lu_permission_template_groups` |
| ADD PRIMARY KEY (`acl_permission_template_group_id`); | | ADD PRIMARY KEY (`acl_permission_template_group_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `acl_lu_resource_types` | | -- Indexes for table `acl_lu_resource_types` |
| -- | | -- |
| ALTER TABLE `acl_lu_resource_types` | | ALTER TABLE `acl_lu_resource_types` |
| ADD PRIMARY KEY (`acl_resource_type_id`), | | ADD PRIMARY KEY (`acl_resource_type_id`), |
| ADD UNIQUE KEY `resource_type` (`resource_type`); | | ADD UNIQUE KEY `resource_type` (`resource_type`); |
| | | |
| -- | | -- |
| -- Indexes for table `acl_permissions` | | -- Indexes for table `acl_permissions` |
| -- | | -- |
| ALTER TABLE `acl_permissions` | | ALTER TABLE `acl_permissions` |
| ADD PRIMARY KEY (`permission_id`), | | ADD PRIMARY KEY (`permission_id`), |
| ADD KEY `entity_type` (`entity_type`,`entity_value`), | | ADD KEY `entity_type` (`entity_type`,`entity_value`), |
| ADD KEY `resource_type` (`resource_type`); | | ADD KEY `resource_type` (`resource_type`); |
| | | |
| -- | | -- |
| -- Indexes for table `acl_permission_templates` | | -- Indexes for table `acl_permission_templates` |
| -- | | -- |
| ALTER TABLE `acl_permission_templates` | | ALTER TABLE `acl_permission_templates` |
| ADD PRIMARY KEY (`acl_permission_template_id`); | | ADD PRIMARY KEY (`acl_permission_template_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `acl_permission_template_groupings` | | -- Indexes for table `acl_permission_template_groupings` |
| -- | | -- |
| ALTER TABLE `acl_permission_template_groupings` | | ALTER TABLE `acl_permission_template_groupings` |
| ADD PRIMARY KEY (`acl_permission_template_grouping_id`); | | ADD PRIMARY KEY (`acl_permission_template_grouping_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `acl_permission_template_group_organisation` | | -- Indexes for table `acl_permission_template_group_organisation` |
| -- | | -- |
| ALTER TABLE `acl_permission_template_group_organisation` | | ALTER TABLE `acl_permission_template_group_organisation` |
| ADD PRIMARY KEY (`acl_permission_template_group_organisation_id`), | | ADD PRIMARY KEY (`acl_permission_template_group_organisation_id`), |
| ADD KEY `acl_permission_template_group_id` (`acl_permission_template_group_id`), | | ADD KEY `acl_permission_template_group_id` (`acl_permission_template_group_id`), |
| ADD KEY `organisation_id` (`organisation_id`); | | ADD KEY `organisation_id` (`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `acl_resource_assignment_history` | | -- Indexes for table `acl_resource_assignment_history` |
| -- | | -- |
| ALTER TABLE `acl_resource_assignment_history` | | ALTER TABLE `acl_resource_assignment_history` |
| ADD PRIMARY KEY (`acl_resource_assignment_history_id`), | | ADD PRIMARY KEY (`acl_resource_assignment_history_id`), |
| ADD KEY `acl_resource_type_id` (`entity_value`), | | ADD KEY `acl_resource_type_id` (`entity_value`), |
| ADD KEY `actor_user_id` (`assigner`); | | ADD KEY `actor_user_id` (`assigner`); |
| | | |
| -- | | -- |
| -- Indexes for table `acl_resource_containers` | | -- Indexes for table `acl_resource_containers` |
| -- | | -- |
| ALTER TABLE `acl_resource_containers` | | ALTER TABLE `acl_resource_containers` |
| ADD PRIMARY KEY (`acl_resource_container_id`); | | ADD PRIMARY KEY (`acl_resource_container_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `acl_resource_container_attributes` | | -- Indexes for table `acl_resource_container_attributes` |
| -- | | -- |
| ALTER TABLE `acl_resource_container_attributes` | | ALTER TABLE `acl_resource_container_attributes` |
| ADD PRIMARY KEY (`acl_resource_container_attribute_id`), | | ADD PRIMARY KEY (`acl_resource_container_attribute_id`), |
| ADD KEY `acl_resource_container_id` (`acl_resource_container_id`); | | ADD KEY `acl_resource_container_id` (`acl_resource_container_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `acl_resource_inheritance` | | -- Indexes for table `acl_resource_inheritance` |
| -- | | -- |
| ALTER TABLE `acl_resource_inheritance` | | ALTER TABLE `acl_resource_inheritance` |
| ADD PRIMARY KEY (`acl_resource_inheritance_id`), | | ADD PRIMARY KEY (`acl_resource_inheritance_id`), |
| ADD KEY `acl_resource_type_id` (`acl_resource_type_id`), | | ADD KEY `acl_resource_type_id` (`acl_resource_type_id`), |
| ADD KEY `acl_resource_type_parent_id` (`acl_resource_type_parent_id`); | | ADD KEY `acl_resource_type_parent_id` (`acl_resource_type_parent_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `acl_resource_type_organisation` | | -- Indexes for table `acl_resource_type_organisation` |
| -- | | -- |
| ALTER TABLE `acl_resource_type_organisation` | | ALTER TABLE `acl_resource_type_organisation` |
| ADD PRIMARY KEY (`acl_resource_type_organisation_id`); | | ADD PRIMARY KEY (`acl_resource_type_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `acl_translations` | | -- Indexes for table `acl_translations` |
| -- | | -- |
| ALTER TABLE `acl_translations` | | ALTER TABLE `acl_translations` |
| ADD PRIMARY KEY (`acl_translation_id`), | | ADD PRIMARY KEY (`acl_translation_id`), |
| ADD KEY `organisation_id` (`organisation_id`), | | ADD KEY `organisation_id` (`organisation_id`), |
| ADD KEY `entity_table` (`entity_table`,`entity_record_id`), | | ADD KEY `entity_table` (`entity_table`,`entity_record_id`), |
| ADD KEY `entity_table_2` (`entity_table`,`entity_record_id`,`language_id`), | | ADD KEY `entity_table_2` (`entity_table`,`entity_record_id`,`language_id`), |
| ADD KEY `language_id` (`language_id`,`organisation_id`,`entity_table`,`entity_record_id`); | | ADD KEY `language_id` (`language_id`,`organisation_id`,`entity_table`,`entity_record_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cpd_notification_options` | | -- Indexes for table `cpd_notification_options` |
| -- | | -- |
| ALTER TABLE `cpd_notification_options` | | ALTER TABLE `cpd_notification_options` |
| ADD PRIMARY KEY (`notification_id`); | | ADD PRIMARY KEY (`notification_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `dashboard_link_details` | | -- Indexes for table `dashboard_link_details` |
| -- | | -- |
| ALTER TABLE `dashboard_link_details` | | ALTER TABLE `dashboard_link_details` |
| ADD PRIMARY KEY (`link_detail_id`); | | ADD PRIMARY KEY (`link_detail_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `dashboard_link_organisation_groups` | | -- Indexes for table `dashboard_link_organisation_groups` |
| -- | | -- |
| ALTER TABLE `dashboard_link_organisation_groups` | | ALTER TABLE `dashboard_link_organisation_groups` |
| ADD PRIMARY KEY (`link_group_id`); | | ADD PRIMARY KEY (`link_group_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `departments` | | -- Indexes for table `departments` |
| -- | | -- |
| ALTER TABLE `departments` | | ALTER TABLE `departments` |
| ADD PRIMARY KEY (`department_id`), | | ADD PRIMARY KEY (`department_id`), |
| ADD UNIQUE KEY `organisation_id` (`organisation_id`,`entity_id`,`department_title`), | | ADD UNIQUE KEY `organisation_id` (`organisation_id`,`entity_id`,`department_title`), |
| ADD KEY `department_active` (`department_active`), | | ADD KEY `department_active` (`department_active`), |
| ADD KEY `parent_id` (`parent_id`); | | ADD KEY `parent_id` (`parent_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `department_heads` | | -- Indexes for table `department_heads` |
| -- | | -- |
| ALTER TABLE `department_heads` | | ALTER TABLE `department_heads` |
| ADD PRIMARY KEY (`department_heads_id`); | | ADD PRIMARY KEY (`department_heads_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `entity_type` | | -- Indexes for table `entity_type` |
| -- | | -- |
| ALTER TABLE `entity_type` | | ALTER TABLE `entity_type` |
| ADD PRIMARY KEY (`entity_id`); | | ADD PRIMARY KEY (`entity_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `locations` | | -- Indexes for table `locations` |
| -- | | -- |
| ALTER TABLE `locations` | | ALTER TABLE `locations` |
| ADD PRIMARY KEY (`location_id`); | | ADD PRIMARY KEY (`location_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `location_ipranges` | | -- Indexes for table `location_ipranges` |
| -- | | -- |
| ALTER TABLE `location_ipranges` | | ALTER TABLE `location_ipranges` |
| ADD PRIMARY KEY (`iprange_id`), | | ADD PRIMARY KEY (`iprange_id`), |
| ADD KEY `location_id` (`location_id`); | | ADD KEY `location_id` (`location_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `organisations` | | -- Indexes for table `organisations` |
| -- | | -- |
| ALTER TABLE `organisations` | | ALTER TABLE `organisations` |
| ADD PRIMARY KEY (`organisation_id`), | | ADD PRIMARY KEY (`organisation_id`), |
| ADD KEY `organisation_active` (`organisation_active`); | | ADD KEY `organisation_active` (`organisation_active`); |
| | | |
| -- | | -- |
| -- Indexes for table `organisation_languages` | | -- Indexes for table `organisation_languages` |
| -- | | -- |
| ALTER TABLE `organisation_languages` | | ALTER TABLE `organisation_languages` |
| ADD PRIMARY KEY (`olanguages_id`), | | ADD PRIMARY KEY (`olanguages_id`), |
| ADD KEY `organisation_id` (`organisation_id`), | | ADD KEY `organisation_id` (`organisation_id`), |
| ADD KEY `language_id` (`language_id`); | | ADD KEY `language_id` (`language_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `organisation_timezone` | | -- Indexes for table `organisation_timezone` |
| -- | | -- |
| ALTER TABLE `organisation_timezone` | | ALTER TABLE `organisation_timezone` |
| ADD PRIMARY KEY (`otimezone_id`), | | ADD PRIMARY KEY (`otimezone_id`), |
| ADD KEY `organisation_id` (`organisation_id`), | | ADD KEY `organisation_id` (`organisation_id`), |
| ADD KEY `timezone_id` (`timezone_id`); | | ADD KEY `timezone_id` (`timezone_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `password_reset` | | -- Indexes for table `password_reset` |
| -- | | -- |
| ALTER TABLE `password_reset` | | ALTER TABLE `password_reset` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD UNIQUE KEY `hash` (`hash`); | | ADD UNIQUE KEY `hash` (`hash`); |
| | | |
| -- | | -- |
| -- Indexes for table `registered_apps` | | -- Indexes for table `registered_apps` |
| -- | | -- |
| ALTER TABLE `registered_apps` | | ALTER TABLE `registered_apps` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `script_id` (`script_id`), | | ADD KEY `script_id` (`script_id`), |
| ADD KEY `script_password` (`script_password`), | | ADD KEY `script_password` (`script_password`), |
| ADD KEY `server_ip` (`server_ip`), | | ADD KEY `server_ip` (`server_ip`), |
| ADD KEY `employee_rep` (`employee_rep`); | | ADD KEY `employee_rep` (`employee_rep`); |
| | | |
| -- | | -- |
| -- Indexes for table `sessions` | | -- Indexes for table `sessions` |
| -- | | -- |
| ALTER TABLE `sessions` | | ALTER TABLE `sessions` |
| ADD PRIMARY KEY (`sesskey`), | | ADD PRIMARY KEY (`sesskey`), |
| ADD KEY `sess2_expiry` (`expiry`), | | ADD KEY `sess2_expiry` (`expiry`), |
| ADD KEY `sess2_expireref` (`expireref`); | | ADD KEY `sess2_expireref` (`expireref`); |
| | | |
| -- | | -- |
| -- Indexes for table `statistics` | | -- Indexes for table `statistics` |
| -- | | -- |
| ALTER TABLE `statistics` | | ALTER TABLE `statistics` |
| ADD PRIMARY KEY (`statistic_id`), | | ADD PRIMARY KEY (`statistic_id`), |
| ADD KEY `proxy_id` (`proxy_id`,`app_id`,`role`,`group`,`timestamp`); | | ADD KEY `proxy_id` (`proxy_id`,`app_id`,`role`,`group`,`timestamp`); |
| | | |
| -- | | -- |
| -- Indexes for table `system_groups` | | -- Indexes for table `system_groups` |
| -- | | -- |
| ALTER TABLE `system_groups` | | ALTER TABLE `system_groups` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `system_group_organisation` | | -- Indexes for table `system_group_organisation` |
| -- | | -- |
| ALTER TABLE `system_group_organisation` | | ALTER TABLE `system_group_organisation` |
| ADD PRIMARY KEY (`groups_id`,`organisation_id`); | | ADD PRIMARY KEY (`groups_id`,`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `system_roles` | | -- Indexes for table `system_roles` |
| -- | | -- |
| ALTER TABLE `system_roles` | | ALTER TABLE `system_roles` |
| ADD PRIMARY KEY (`id`,`groups_id`); | | ADD PRIMARY KEY (`id`,`groups_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `users_lu_genders` | | -- Indexes for table `users_lu_genders` |
| -- | | -- |
| ALTER TABLE `users_lu_genders` | | ALTER TABLE `users_lu_genders` |
| ADD PRIMARY KEY (`gender_id`); | | ADD PRIMARY KEY (`gender_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `users_lu_pronouns` | | -- Indexes for table `users_lu_pronouns` |
| -- | | -- |
| ALTER TABLE `users_lu_pronouns` | | ALTER TABLE `users_lu_pronouns` |
| ADD PRIMARY KEY (`pronoun_id`); | | ADD PRIMARY KEY (`pronoun_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_access` | | -- Indexes for table `user_access` |
| -- | | -- |
| ALTER TABLE `user_access` | | ALTER TABLE `user_access` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD UNIQUE KEY `private_hash` (`private_hash`), | | ADD UNIQUE KEY `private_hash` (`private_hash`), |
| ADD KEY `user_id` (`user_id`), | | ADD KEY `user_id` (`user_id`), |
| ADD KEY `app_id` (`app_id`), | | ADD KEY `app_id` (`app_id`), |
| ADD KEY `account_active` (`account_active`), | | ADD KEY `account_active` (`account_active`), |
| ADD KEY `access_starts` (`access_starts`), | | ADD KEY `access_starts` (`access_starts`), |
| ADD KEY `access_expires` (`access_expires`), | | ADD KEY `access_expires` (`access_expires`), |
| ADD KEY `role` (`role`), | | ADD KEY `role` (`role`), |
| ADD KEY `group` (`group`), | | ADD KEY `group` (`group`), |
| ADD KEY `user_app_id` (`user_id`,`app_id`); | | ADD KEY `user_app_id` (`user_id`,`app_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_acl_permission_assignments` | | -- Indexes for table `user_acl_permission_assignments` |
| -- | | -- |
| ALTER TABLE `user_acl_permission_assignments` | | ALTER TABLE `user_acl_permission_assignments` |
| ADD PRIMARY KEY (`user_acl_permission_assignment_id`), | | ADD PRIMARY KEY (`user_acl_permission_assignment_id`), |
| ADD KEY `user_acl_resource_container_id` (`user_acl_resource_container_id`), | | ADD KEY `user_acl_resource_container_id` (`user_acl_resource_container_id`), |
| ADD KEY `user_acl_resource_container_id_2` (`user_acl_resource_container_id`,`acl_permission_template_group_id`), | | ADD KEY `user_acl_resource_container_id_2` (`user_acl_resource_container_id`,`acl_permission_template_group_id`), |
| ADD KEY `user_id` (`user_id`); | | ADD KEY `user_id` (`user_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_acl_resource_containers` | | -- Indexes for table `user_acl_resource_containers` |
| -- | | -- |
| ALTER TABLE `user_acl_resource_containers` | | ALTER TABLE `user_acl_resource_containers` |
| ADD PRIMARY KEY (`user_acl_resource_container_id`), | | ADD PRIMARY KEY (`user_acl_resource_container_id`), |
| ADD KEY `acl_resource_container_id` (`acl_resource_container_id`), | | ADD KEY `acl_resource_container_id` (`acl_resource_container_id`), |
| ADD KEY `organisation_id` (`organisation_id`); | | ADD KEY `organisation_id` (`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_credentials` | | -- Indexes for table `user_credentials` |
| -- | | -- |
| ALTER TABLE `user_credentials` | | ALTER TABLE `user_credentials` |
| ADD PRIMARY KEY (`ucredential_id`), | | ADD PRIMARY KEY (`ucredential_id`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `ctype_id` (`ctype_id`); | | ADD KEY `ctype_id` (`ctype_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_data` | | -- Indexes for table `user_data` |
| -- | | -- |
| ALTER TABLE `user_data` | | ALTER TABLE `user_data` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD UNIQUE KEY `username` (`username`), | | ADD UNIQUE KEY `username` (`username`), |
| ADD KEY `number` (`number`), | | ADD KEY `number` (`number`), |
| ADD KEY `password` (`password`), | | ADD KEY `password` (`password`), |
| ADD KEY `firstname` (`firstname`), | | ADD KEY `firstname` (`firstname`), |
| ADD KEY `lastname` (`lastname`), | | ADD KEY `lastname` (`lastname`), |
| ADD KEY `privacy_level` (`privacy_level`), | | ADD KEY `privacy_level` (`privacy_level`), |
| ADD KEY `google_id` (`google_id`), | | ADD KEY `google_id` (`google_id`), |
| ADD KEY `clinical` (`clinical`), | | ADD KEY `clinical` (`clinical`), |
| ADD KEY `organisation_id` (`organisation_id`), | | ADD KEY `organisation_id` (`organisation_id`), |
| ADD KEY `gender` (`gender`), | | ADD KEY `gender` (`gender`), |
| ADD KEY `country_id` (`country_id`), | | ADD KEY `country_id` (`country_id`), |
| ADD KEY `province_id` (`province_id`), | | ADD KEY `province_id` (`province_id`), |
| ADD KEY `idx_uuid` (`uuid`); | | ADD KEY `idx_uuid` (`uuid`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_data_resident` | | -- Indexes for table `user_data_resident` |
| -- | | -- |
| ALTER TABLE `user_data_resident` | | ALTER TABLE `user_data_resident` |
| ADD PRIMARY KEY (`proxy_id`); | | ADD PRIMARY KEY (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_departments` | | -- Indexes for table `user_departments` |
| -- | | -- |
| ALTER TABLE `user_departments` | | ALTER TABLE `user_departments` |
| ADD PRIMARY KEY (`udep_id`), | | ADD PRIMARY KEY (`udep_id`), |
| ADD KEY `user_id` (`user_id`), | | ADD KEY `user_id` (`user_id`), |
| ADD KEY `dep_id` (`dep_id`), | | ADD KEY `dep_id` (`dep_id`), |
| ADD KEY `dep_title` (`dep_title`); | | ADD KEY `dep_title` (`dep_title`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_extra_data_cpd` | | -- Indexes for table `user_extra_data_cpd` |
| -- | | -- |
| ALTER TABLE `user_extra_data_cpd` | | ALTER TABLE `user_extra_data_cpd` |
| ADD PRIMARY KEY (`uedata_id`), | | ADD PRIMARY KEY (`uedata_id`), |
| ADD UNIQUE KEY `ukey_proxy_id` (`proxy_id`); | | ADD UNIQUE KEY `ukey_proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_incidents` | | -- Indexes for table `user_incidents` |
| -- | | -- |
| ALTER TABLE `user_incidents` | | ALTER TABLE `user_incidents` |
| ADD PRIMARY KEY (`incident_id`); | | ADD PRIMARY KEY (`incident_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_mobile_data` | | -- Indexes for table `user_mobile_data` |
| -- | | -- |
| ALTER TABLE `user_mobile_data` | | ALTER TABLE `user_mobile_data` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_photos` | | -- Indexes for table `user_photos` |
| -- | | -- |
| ALTER TABLE `user_photos` | | ALTER TABLE `user_photos` |
| ADD PRIMARY KEY (`photo_id`), | | ADD PRIMARY KEY (`photo_id`), |
| ADD KEY `photo_active` (`photo_active`); | | ADD KEY `photo_active` (`photo_active`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_preferences` | | -- Indexes for table `user_preferences` |
| -- | | -- |
| ALTER TABLE `user_preferences` | | ALTER TABLE `user_preferences` |
| ADD PRIMARY KEY (`preference_id`), | | ADD PRIMARY KEY (`preference_id`), |
| ADD KEY `app_id` (`app_id`,`proxy_id`,`module`); | | ADD KEY `app_id` (`app_id`,`proxy_id`,`module`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_professions` | | -- Indexes for table `user_professions` |
| -- | | -- |
| ALTER TABLE `user_professions` | | ALTER TABLE `user_professions` |
| ADD PRIMARY KEY (`uprofession_id`), | | ADD PRIMARY KEY (`uprofession_id`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `ptype_id` (`ptype_id`); | | ADD KEY `ptype_id` (`ptype_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_service_tokens` | | -- Indexes for table `user_service_tokens` |
| -- | | -- |
| ALTER TABLE `user_service_tokens` | | ALTER TABLE `user_service_tokens` |
| ADD PRIMARY KEY (`token_id`), | | ADD PRIMARY KEY (`token_id`), |
| ADD KEY `user_id` (`user_id`); | | ADD KEY `user_id` (`user_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_sponsor_company` | | -- Indexes for table `user_sponsor_company` |
| -- | | -- |
| ALTER TABLE `user_sponsor_company` | | ALTER TABLE `user_sponsor_company` |
| ADD PRIMARY KEY (`usponsor_id`); | | ADD PRIMARY KEY (`usponsor_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_sponsor_focus_areas` | | -- Indexes for table `user_sponsor_focus_areas` |
| -- | | -- |
| ALTER TABLE `user_sponsor_focus_areas` | | ALTER TABLE `user_sponsor_focus_areas` |
| ADD PRIMARY KEY (`sfarea_id`); | | ADD PRIMARY KEY (`sfarea_id`); |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for dumped tables | | -- AUTO_INCREMENT for dumped tables |
| -- | | -- |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `acl_lu_permission_template_groups` | | -- AUTO_INCREMENT for table `acl_lu_permission_template_groups` |
| -- | | -- |
| ALTER TABLE `acl_lu_permission_template_groups` | | ALTER TABLE `acl_lu_permission_template_groups` |
| MODIFY `acl_permission_template_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `acl_permission_template_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `acl_lu_resource_types` | | -- AUTO_INCREMENT for table `acl_lu_resource_types` |
| -- | | -- |
| ALTER TABLE `acl_lu_resource_types` | | ALTER TABLE `acl_lu_resource_types` |
| MODIFY `acl_resource_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=200; | | MODIFY `acl_resource_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=200; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `acl_permissions` | | -- AUTO_INCREMENT for table `acl_permissions` |
| -- | | -- |
| ALTER TABLE `acl_permissions` | | ALTER TABLE `acl_permissions` |
| MODIFY `permission_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=466; | | MODIFY `permission_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=466; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `acl_permission_templates` | | -- AUTO_INCREMENT for table `acl_permission_templates` |
| -- | | -- |
| ALTER TABLE `acl_permission_templates` | | ALTER TABLE `acl_permission_templates` |
| MODIFY `acl_permission_template_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `acl_permission_template_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `acl_permission_template_groupings` | | -- AUTO_INCREMENT for table `acl_permission_template_groupings` |
| -- | | -- |
| ALTER TABLE `acl_permission_template_groupings` | | ALTER TABLE `acl_permission_template_groupings` |
| MODIFY `acl_permission_template_grouping_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `acl_permission_template_grouping_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `acl_permission_template_group_organisation` | | -- AUTO_INCREMENT for table `acl_permission_template_group_organisation` |
| -- | | -- |
| ALTER TABLE `acl_permission_template_group_organisation` | | ALTER TABLE `acl_permission_template_group_organisation` |
| MODIFY `acl_permission_template_group_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `acl_permission_template_group_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `acl_resource_assignment_history` | | -- AUTO_INCREMENT for table `acl_resource_assignment_history` |
| -- | | -- |
| ALTER TABLE `acl_resource_assignment_history` | | ALTER TABLE `acl_resource_assignment_history` |
| MODIFY `acl_resource_assignment_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `acl_resource_assignment_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `acl_resource_containers` | | -- AUTO_INCREMENT for table `acl_resource_containers` |
| -- | | -- |
| ALTER TABLE `acl_resource_containers` | | ALTER TABLE `acl_resource_containers` |
| MODIFY `acl_resource_container_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `acl_resource_container_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `acl_resource_container_attributes` | | -- AUTO_INCREMENT for table `acl_resource_container_attributes` |
| -- | | -- |
| ALTER TABLE `acl_resource_container_attributes` | | ALTER TABLE `acl_resource_container_attributes` |
| MODIFY `acl_resource_container_attribute_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `acl_resource_container_attribute_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `acl_resource_inheritance` | | -- AUTO_INCREMENT for table `acl_resource_inheritance` |
| -- | | -- |
| ALTER TABLE `acl_resource_inheritance` | | ALTER TABLE `acl_resource_inheritance` |
| MODIFY `acl_resource_inheritance_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=156; | | MODIFY `acl_resource_inheritance_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=156; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `acl_resource_type_organisation` | | -- AUTO_INCREMENT for table `acl_resource_type_organisation` |
| -- | | -- |
| ALTER TABLE `acl_resource_type_organisation` | | ALTER TABLE `acl_resource_type_organisation` |
| MODIFY `acl_resource_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1109; | | MODIFY `acl_resource_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1109; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `acl_translations` | | -- AUTO_INCREMENT for table `acl_translations` |
| -- | | -- |
| ALTER TABLE `acl_translations` | | ALTER TABLE `acl_translations` |
| MODIFY `acl_translation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=305; | | MODIFY `acl_translation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=305; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cpd_notification_options` | | -- AUTO_INCREMENT for table `cpd_notification_options` |
| -- | | -- |
| ALTER TABLE `cpd_notification_options` | | ALTER TABLE `cpd_notification_options` |
| MODIFY `notification_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `notification_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `dashboard_link_details` | | -- AUTO_INCREMENT for table `dashboard_link_details` |
| -- | | -- |
| ALTER TABLE `dashboard_link_details` | | ALTER TABLE `dashboard_link_details` |
| n | MODIFY `link_detail_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; | n | MODIFY `link_detail_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `dashboard_link_organisation_groups` | | -- AUTO_INCREMENT for table `dashboard_link_organisation_groups` |
| -- | | -- |
| ALTER TABLE `dashboard_link_organisation_groups` | | ALTER TABLE `dashboard_link_organisation_groups` |
| n | MODIFY `link_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; | n | MODIFY `link_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `departments` | | -- AUTO_INCREMENT for table `departments` |
| -- | | -- |
| ALTER TABLE `departments` | | ALTER TABLE `departments` |
| MODIFY `department_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `department_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `department_heads` | | -- AUTO_INCREMENT for table `department_heads` |
| -- | | -- |
| ALTER TABLE `department_heads` | | ALTER TABLE `department_heads` |
| MODIFY `department_heads_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `department_heads_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `entity_type` | | -- AUTO_INCREMENT for table `entity_type` |
| -- | | -- |
| ALTER TABLE `entity_type` | | ALTER TABLE `entity_type` |
| MODIFY `entity_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `entity_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `locations` | | -- AUTO_INCREMENT for table `locations` |
| -- | | -- |
| ALTER TABLE `locations` | | ALTER TABLE `locations` |
| MODIFY `location_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `location_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `location_ipranges` | | -- AUTO_INCREMENT for table `location_ipranges` |
| -- | | -- |
| ALTER TABLE `location_ipranges` | | ALTER TABLE `location_ipranges` |
| MODIFY `iprange_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `iprange_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `organisations` | | -- AUTO_INCREMENT for table `organisations` |
| -- | | -- |
| ALTER TABLE `organisations` | | ALTER TABLE `organisations` |
| MODIFY `organisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `organisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `organisation_languages` | | -- AUTO_INCREMENT for table `organisation_languages` |
| -- | | -- |
| ALTER TABLE `organisation_languages` | | ALTER TABLE `organisation_languages` |
| MODIFY `olanguages_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `olanguages_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `organisation_timezone` | | -- AUTO_INCREMENT for table `organisation_timezone` |
| -- | | -- |
| ALTER TABLE `organisation_timezone` | | ALTER TABLE `organisation_timezone` |
| MODIFY `otimezone_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `otimezone_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `password_reset` | | -- AUTO_INCREMENT for table `password_reset` |
| -- | | -- |
| ALTER TABLE `password_reset` | | ALTER TABLE `password_reset` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `registered_apps` | | -- AUTO_INCREMENT for table `registered_apps` |
| -- | | -- |
| ALTER TABLE `registered_apps` | | ALTER TABLE `registered_apps` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `statistics` | | -- AUTO_INCREMENT for table `statistics` |
| -- | | -- |
| ALTER TABLE `statistics` | | ALTER TABLE `statistics` |
| MODIFY `statistic_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `statistic_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `system_groups` | | -- AUTO_INCREMENT for table `system_groups` |
| -- | | -- |
| ALTER TABLE `system_groups` | | ALTER TABLE `system_groups` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `system_roles` | | -- AUTO_INCREMENT for table `system_roles` |
| -- | | -- |
| ALTER TABLE `system_roles` | | ALTER TABLE `system_roles` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `users_lu_genders` | | -- AUTO_INCREMENT for table `users_lu_genders` |
| -- | | -- |
| ALTER TABLE `users_lu_genders` | | ALTER TABLE `users_lu_genders` |
| MODIFY `gender_id` int(2) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `gender_id` int(2) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `users_lu_pronouns` | | -- AUTO_INCREMENT for table `users_lu_pronouns` |
| -- | | -- |
| ALTER TABLE `users_lu_pronouns` | | ALTER TABLE `users_lu_pronouns` |
| MODIFY `pronoun_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `pronoun_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `user_access` | | -- AUTO_INCREMENT for table `user_access` |
| -- | | -- |
| ALTER TABLE `user_access` | | ALTER TABLE `user_access` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `user_acl_permission_assignments` | | -- AUTO_INCREMENT for table `user_acl_permission_assignments` |
| -- | | -- |
| ALTER TABLE `user_acl_permission_assignments` | | ALTER TABLE `user_acl_permission_assignments` |
| MODIFY `user_acl_permission_assignment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `user_acl_permission_assignment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `user_acl_resource_containers` | | -- AUTO_INCREMENT for table `user_acl_resource_containers` |
| -- | | -- |
| ALTER TABLE `user_acl_resource_containers` | | ALTER TABLE `user_acl_resource_containers` |
| MODIFY `user_acl_resource_container_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `user_acl_resource_container_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `user_credentials` | | -- AUTO_INCREMENT for table `user_credentials` |
| -- | | -- |
| ALTER TABLE `user_credentials` | | ALTER TABLE `user_credentials` |
| MODIFY `ucredential_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ucredential_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `user_data` | | -- AUTO_INCREMENT for table `user_data` |
| -- | | -- |
| ALTER TABLE `user_data` | | ALTER TABLE `user_data` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `user_departments` | | -- AUTO_INCREMENT for table `user_departments` |
| -- | | -- |
| ALTER TABLE `user_departments` | | ALTER TABLE `user_departments` |
| MODIFY `udep_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `udep_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `user_extra_data_cpd` | | -- AUTO_INCREMENT for table `user_extra_data_cpd` |
| -- | | -- |
| ALTER TABLE `user_extra_data_cpd` | | ALTER TABLE `user_extra_data_cpd` |
| MODIFY `uedata_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `uedata_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `user_incidents` | | -- AUTO_INCREMENT for table `user_incidents` |
| -- | | -- |
| ALTER TABLE `user_incidents` | | ALTER TABLE `user_incidents` |
| MODIFY `incident_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `incident_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `user_mobile_data` | | -- AUTO_INCREMENT for table `user_mobile_data` |
| -- | | -- |
| ALTER TABLE `user_mobile_data` | | ALTER TABLE `user_mobile_data` |
| n | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; | n | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `user_photos` | | -- AUTO_INCREMENT for table `user_photos` |
| -- | | -- |
| ALTER TABLE `user_photos` | | ALTER TABLE `user_photos` |
| MODIFY `photo_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `photo_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `user_preferences` | | -- AUTO_INCREMENT for table `user_preferences` |
| -- | | -- |
| ALTER TABLE `user_preferences` | | ALTER TABLE `user_preferences` |
| n | MODIFY `preference_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | n | MODIFY `preference_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `user_professions` | | -- AUTO_INCREMENT for table `user_professions` |
| -- | | -- |
| ALTER TABLE `user_professions` | | ALTER TABLE `user_professions` |
| MODIFY `uprofession_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `uprofession_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `user_service_tokens` | | -- AUTO_INCREMENT for table `user_service_tokens` |
| -- | | -- |
| ALTER TABLE `user_service_tokens` | | ALTER TABLE `user_service_tokens` |
| MODIFY `token_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `token_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `user_sponsor_company` | | -- AUTO_INCREMENT for table `user_sponsor_company` |
| -- | | -- |
| ALTER TABLE `user_sponsor_company` | | ALTER TABLE `user_sponsor_company` |
| MODIFY `usponsor_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `usponsor_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `user_sponsor_focus_areas` | | -- AUTO_INCREMENT for table `user_sponsor_focus_areas` |
| -- | | -- |
| ALTER TABLE `user_sponsor_focus_areas` | | ALTER TABLE `user_sponsor_focus_areas` |
| MODIFY `sfarea_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `sfarea_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- Constraints for dumped tables | | -- Constraints for dumped tables |
| -- | | -- |
| | | |
| -- | | -- |
| -- Constraints for table `organisation_languages` | | -- Constraints for table `organisation_languages` |
| -- | | -- |
| ALTER TABLE `organisation_languages` | | ALTER TABLE `organisation_languages` |
| ADD CONSTRAINT `organisation_languages_ibfk_1` FOREIGN KEY (`organisation_id`) REFERENCES `organisations` (`organisation_id`) ON DELETE CASCADE, | | ADD CONSTRAINT `organisation_languages_ibfk_1` FOREIGN KEY (`organisation_id`) REFERENCES `organisations` (`organisation_id`) ON DELETE CASCADE, |
| ADD CONSTRAINT `organisation_languages_ibfk_2` FOREIGN KEY (`language_id`) REFERENCES `elentra_me`.`language` (`language_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `organisation_languages_ibfk_2` FOREIGN KEY (`language_id`) REFERENCES `elentra_me`.`language` (`language_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `organisation_timezone` | | -- Constraints for table `organisation_timezone` |
| -- | | -- |
| ALTER TABLE `organisation_timezone` | | ALTER TABLE `organisation_timezone` |
| ADD CONSTRAINT `organisation_timezone_ibfk_1` FOREIGN KEY (`organisation_id`) REFERENCES `organisations` (`organisation_id`) ON DELETE CASCADE, | | ADD CONSTRAINT `organisation_timezone_ibfk_1` FOREIGN KEY (`organisation_id`) REFERENCES `organisations` (`organisation_id`) ON DELETE CASCADE, |
| ADD CONSTRAINT `organisation_timezone_ibfk_2` FOREIGN KEY (`timezone_id`) REFERENCES `elentra_me`.`global_lu_timezone` (`timezone_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `organisation_timezone_ibfk_2` FOREIGN KEY (`timezone_id`) REFERENCES `elentra_me`.`global_lu_timezone` (`timezone_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `user_data` | | -- Constraints for table `user_data` |
| -- | | -- |
| ALTER TABLE `user_data` | | ALTER TABLE `user_data` |
| ADD CONSTRAINT `FK_GenderUser` FOREIGN KEY (`gender`) REFERENCES `users_lu_genders` (`gender_id`); | | ADD CONSTRAINT `FK_GenderUser` FOREIGN KEY (`gender`) REFERENCES `users_lu_genders` (`gender_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `user_service_tokens` | | -- Constraints for table `user_service_tokens` |
| -- | | -- |
| ALTER TABLE `user_service_tokens` | | ALTER TABLE `user_service_tokens` |
| ADD CONSTRAINT `user_service_tokens_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `user_data` (`id`); | | ADD CONSTRAINT `user_service_tokens_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `user_data` (`id`); |
| -- | | -- |
| -- Database: `elentra_cbe` | | -- Database: `elentra_cbe` |
| -- | | -- |
| CREATE DATABASE IF NOT EXISTS `elentra_cbe` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; | | CREATE DATABASE IF NOT EXISTS `elentra_cbe` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; |
| USE `elentra_cbe`; | | USE `elentra_cbe`; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbe_draft_versions` | | -- Table structure for table `cbe_draft_versions` |
| -- | | -- |
| | | |
| CREATE TABLE `cbe_draft_versions` ( | | CREATE TABLE `cbe_draft_versions` ( |
| `id` int(10) UNSIGNED NOT NULL, | | `id` int(10) UNSIGNED NOT NULL, |
| `tree_id` int(11) DEFAULT NULL, | | `tree_id` int(11) DEFAULT NULL, |
| `draft_version_associated_record_id` int(10) UNSIGNED NOT NULL, | | `draft_version_associated_record_id` int(10) UNSIGNED NOT NULL, |
| `draft_version_type_id` int(10) UNSIGNED NOT NULL, | | `draft_version_type_id` int(10) UNSIGNED NOT NULL, |
| `published` tinyint(4) UNSIGNED DEFAULT NULL, | | `published` tinyint(4) UNSIGNED DEFAULT NULL, |
| `complete` tinyint(4) UNSIGNED DEFAULT NULL, | | `complete` tinyint(4) UNSIGNED DEFAULT NULL, |
| `created_date` int(10) UNSIGNED NOT NULL, | | `created_date` int(10) UNSIGNED NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `updated_date` int(10) UNSIGNED DEFAULT NULL, | | `updated_date` int(10) UNSIGNED DEFAULT NULL, |
| `updated_by` int(10) UNSIGNED DEFAULT NULL, | | `updated_by` int(10) UNSIGNED DEFAULT NULL, |
| `deleted_date` int(10) UNSIGNED DEFAULT NULL | | `deleted_date` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbe_draft_versions` | | -- Dumping data for table `cbe_draft_versions` |
| -- | | -- |
| | | |
| INSERT INTO `cbe_draft_versions` (`id`, `tree_id`, `draft_version_associated_record_id`, `draft_version_type_id`, `published`, `complete`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbe_draft_versions` (`id`, `tree_id`, `draft_version_associated_record_id`, `draft_version_type_id`, `published`, `complete`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, NULL, 3, 1, 1, 1, 1685381585, 1, 1685381585, 1, NULL), | | (1, NULL, 3, 1, 1, 1, 1685381585, 1, 1685381585, 1, NULL), |
| n | (2, 1, 13, 1, 1, 1, 1685381585, 1, 1685381585, 1, NULL); | n | (2, 1, 13, 1, 1, 1, 1685381585, 1, 1685381585, 1, NULL), |
| | | (3, NULL, 16, 1, 1, 1, 1685387958, 1, 1685388432, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbe_draft_version_steps` | | -- Table structure for table `cbe_draft_version_steps` |
| -- | | -- |
| | | |
| CREATE TABLE `cbe_draft_version_steps` ( | | CREATE TABLE `cbe_draft_version_steps` ( |
| `id` int(10) UNSIGNED NOT NULL, | | `id` int(10) UNSIGNED NOT NULL, |
| `draft_version_id` int(10) UNSIGNED NOT NULL, | | `draft_version_id` int(10) UNSIGNED NOT NULL, |
| `draft_version_step_type_id` int(10) UNSIGNED NOT NULL, | | `draft_version_step_type_id` int(10) UNSIGNED NOT NULL, |
| `step_data` mediumtext COLLATE utf8_unicode_ci, | | `step_data` mediumtext COLLATE utf8_unicode_ci, |
| `created_date` int(10) UNSIGNED NOT NULL, | | `created_date` int(10) UNSIGNED NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `updated_date` int(10) UNSIGNED DEFAULT NULL, | | `updated_date` int(10) UNSIGNED DEFAULT NULL, |
| `updated_by` int(10) UNSIGNED DEFAULT NULL, | | `updated_by` int(10) UNSIGNED DEFAULT NULL, |
| `deleted_date` int(10) UNSIGNED DEFAULT NULL | | `deleted_date` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbe_draft_version_steps` | | -- Dumping data for table `cbe_draft_version_steps` |
| -- | | -- |
| | | |
| INSERT INTO `cbe_draft_version_steps` (`id`, `draft_version_id`, `draft_version_step_type_id`, `step_data`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbe_draft_version_steps` (`id`, `draft_version_id`, `draft_version_step_type_id`, `step_data`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 9, '{\"selected\":\"course-from-framework\"}', 1685381585, 1, 1685381585, 1, NULL), | | (1, 1, 9, '{\"selected\":\"course-from-framework\"}', 1685381585, 1, 1685381585, 1, NULL), |
| (2, 1, 1, '{\"selected_framework\":\"1\"}', 1685381585, 1, 1685381585, 1, NULL), | | (2, 1, 1, '{\"selected_framework\":\"1\"}', 1685381585, 1, 1685381585, 1, NULL), |
| (3, 1, 5, '{\"objective_sets_uploaded\":true}', 1685381585, 1, 1685381585, 1, NULL), | | (3, 1, 5, '{\"objective_sets_uploaded\":true}', 1685381585, 1, 1685381585, 1, NULL), |
| (4, 2, 9, '{\\\"selected\\\":\\\"course-from-framework\\\"}', 1685381585, 1, 1685381585, 1, NULL), | | (4, 2, 9, '{\\\"selected\\\":\\\"course-from-framework\\\"}', 1685381585, 1, 1685381585, 1, NULL), |
| (5, 2, 1, '{\\\"selected_framework\\\":\\\"2\\\"}', 1685381585, 1, 1685381585, 1, NULL), | | (5, 2, 1, '{\\\"selected_framework\\\":\\\"2\\\"}', 1685381585, 1, 1685381585, 1, NULL), |
| n | (6, 2, 5, '{\\\"objective_sets_uploaded\\\":true}', 1685381585, 1, 1685381585, 1, NULL); | n | (6, 2, 5, '{\\\"objective_sets_uploaded\\\":true}', 1685381585, 1, 1685381585, 1, NULL), |
| | | (7, 3, 9, '{\"selected\":\"course-from-framework\"}', 1685387958, 1, 1685387958, 1, NULL), |
| | | (8, 3, 1, '{\"selected_framework\":\"3\"}', 1685387963, 1, 1685387968, 1, NULL), |
| | | (9, 3, 5, '{\"objective_sets_uploaded\":true}', 1685388048, 1, 1685388048, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbe_lu_draft_version_step_types` | | -- Table structure for table `cbe_lu_draft_version_step_types` |
| -- | | -- |
| | | |
| CREATE TABLE `cbe_lu_draft_version_step_types` ( | | CREATE TABLE `cbe_lu_draft_version_step_types` ( |
| `id` int(10) UNSIGNED NOT NULL, | | `id` int(10) UNSIGNED NOT NULL, |
| `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL, | | `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL, |
| `active` tinyint(3) UNSIGNED NOT NULL DEFAULT '1' | | `active` tinyint(3) UNSIGNED NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbe_lu_draft_version_step_types` | | -- Dumping data for table `cbe_lu_draft_version_step_types` |
| -- | | -- |
| | | |
| INSERT INTO `cbe_lu_draft_version_step_types` (`id`, `shortname`, `active`) VALUES | | INSERT INTO `cbe_lu_draft_version_step_types` (`id`, `shortname`, `active`) VALUES |
| (1, 'framework_select', 1), | | (1, 'framework_select', 1), |
| (2, 'course_tree_select', 1), | | (2, 'course_tree_select', 1), |
| (3, 'organisation_tree_select', 1), | | (3, 'organisation_tree_select', 1), |
| (4, 'tree_status_select', 1), | | (4, 'tree_status_select', 1), |
| (5, 'objective_set_uploaders', 1), | | (5, 'objective_set_uploaders', 1), |
| (6, 'summary', 1), | | (6, 'summary', 1), |
| (7, 'confirm', 1), | | (7, 'confirm', 1), |
| (8, 'complete', 1), | | (8, 'complete', 1), |
| (9, 'initialize', 1); | | (9, 'initialize', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbe_lu_draft_version_types` | | -- Table structure for table `cbe_lu_draft_version_types` |
| -- | | -- |
| | | |
| CREATE TABLE `cbe_lu_draft_version_types` ( | | CREATE TABLE `cbe_lu_draft_version_types` ( |
| `id` int(10) UNSIGNED NOT NULL, | | `id` int(10) UNSIGNED NOT NULL, |
| `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL, | | `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL, |
| `active` tinyint(3) UNSIGNED NOT NULL DEFAULT '1' | | `active` tinyint(3) UNSIGNED NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbe_lu_draft_version_types` | | -- Dumping data for table `cbe_lu_draft_version_types` |
| -- | | -- |
| | | |
| INSERT INTO `cbe_lu_draft_version_types` (`id`, `shortname`, `active`) VALUES | | INSERT INTO `cbe_lu_draft_version_types` (`id`, `shortname`, `active`) VALUES |
| (1, 'course-from-framework', 1), | | (1, 'course-from-framework', 1), |
| (2, 'course-from-tree', 1), | | (2, 'course-from-tree', 1), |
| (3, 'course-from-organisation', 1), | | (3, 'course-from-organisation', 1), |
| (4, 'organisation-from-framework', 1), | | (4, 'organisation-from-framework', 1), |
| (5, 'organisation-from-tree', 1); | | (5, 'organisation-from-tree', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbe_lu_node_types` | | -- Table structure for table `cbe_lu_node_types` |
| -- | | -- |
| | | |
| CREATE TABLE `cbe_lu_node_types` ( | | CREATE TABLE `cbe_lu_node_types` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `active` tinyint(4) NOT NULL DEFAULT '1' | | `active` tinyint(4) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbe_lu_node_types` | | -- Dumping data for table `cbe_lu_node_types` |
| -- | | -- |
| | | |
| INSERT INTO `cbe_lu_node_types` (`id`, `shortname`, `active`) VALUES | | INSERT INTO `cbe_lu_node_types` (`id`, `shortname`, `active`) VALUES |
| (1, 'objective', 1), | | (1, 'objective', 1), |
| (2, 'procedure', 0); | | (2, 'procedure', 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbe_lu_owner_types` | | -- Table structure for table `cbe_lu_owner_types` |
| -- | | -- |
| | | |
| CREATE TABLE `cbe_lu_owner_types` ( | | CREATE TABLE `cbe_lu_owner_types` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `active` tinyint(4) NOT NULL DEFAULT '1' | | `active` tinyint(4) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbe_lu_owner_types` | | -- Dumping data for table `cbe_lu_owner_types` |
| -- | | -- |
| | | |
| INSERT INTO `cbe_lu_owner_types` (`id`, `shortname`, `active`) VALUES | | INSERT INTO `cbe_lu_owner_types` (`id`, `shortname`, `active`) VALUES |
| (1, 'organisation', 1), | | (1, 'organisation', 1), |
| (2, 'course', 1), | | (2, 'course', 1), |
| (3, 'user', 1); | | (3, 'user', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbe_lu_property_types` | | -- Table structure for table `cbe_lu_property_types` |
| -- | | -- |
| | | |
| CREATE TABLE `cbe_lu_property_types` ( | | CREATE TABLE `cbe_lu_property_types` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `active` int(11) NOT NULL DEFAULT '1' | | `active` int(11) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbe_lu_property_types` | | -- Dumping data for table `cbe_lu_property_types` |
| -- | | -- |
| | | |
| INSERT INTO `cbe_lu_property_types` (`id`, `shortname`, `active`) VALUES | | INSERT INTO `cbe_lu_property_types` (`id`, `shortname`, `active`) VALUES |
| (1, 'tree_depth', 1), | | (1, 'tree_depth', 1), |
| (2, 'course_id', 1), | | (2, 'course_id', 1), |
| (3, 'branch_meta', 1), | | (3, 'branch_meta', 1), |
| (4, 'framework_id', 1), | | (4, 'framework_id', 1), |
| (5, 'versionable_root', 1), | | (5, 'versionable_root', 1), |
| (6, 'originating_framework_id', 1), | | (6, 'originating_framework_id', 1), |
| (7, 'originating_tree_version_id', 1), | | (7, 'originating_tree_version_id', 1), |
| (8, 'tree_type', 1), | | (8, 'tree_type', 1), |
| (9, 'locked', 1), | | (9, 'locked', 1), |
| (10, 'ordinality', 1), | | (10, 'ordinality', 1), |
| (11, 'tree_name', 1), | | (11, 'tree_name', 1), |
| (12, 'draft_tree', 1); | | (12, 'draft_tree', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbe_lu_tree_types` | | -- Table structure for table `cbe_lu_tree_types` |
| -- | | -- |
| | | |
| CREATE TABLE `cbe_lu_tree_types` ( | | CREATE TABLE `cbe_lu_tree_types` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `active` tinyint(4) NOT NULL DEFAULT '1' | | `active` tinyint(4) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbe_lu_tree_types` | | -- Dumping data for table `cbe_lu_tree_types` |
| -- | | -- |
| | | |
| INSERT INTO `cbe_lu_tree_types` (`id`, `shortname`, `active`) VALUES | | INSERT INTO `cbe_lu_tree_types` (`id`, `shortname`, `active`) VALUES |
| (1, 'meta', 1), | | (1, 'meta', 1), |
| (2, 'course', 1), | | (2, 'course', 1), |
| (3, 'user', 1), | | (3, 'user', 1), |
| (4, 'organisation', 1), | | (4, 'organisation', 1), |
| (5, 'course_tree_version', 1), | | (5, 'course_tree_version', 1), |
| (6, 'organisation_tree_version', 1); | | (6, 'organisation_tree_version', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbe_lu_upload_types` | | -- Table structure for table `cbe_lu_upload_types` |
| -- | | -- |
| | | |
| CREATE TABLE `cbe_lu_upload_types` ( | | CREATE TABLE `cbe_lu_upload_types` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `shortname` varchar(128) COLLATE utf8_unicode_ci DEFAULT '', | | `shortname` varchar(128) COLLATE utf8_unicode_ci DEFAULT '', |
| `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL, | | `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL, |
| `active` tinyint(4) DEFAULT NULL | | `active` tinyint(4) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbe_lu_upload_types` | | -- Dumping data for table `cbe_lu_upload_types` |
| -- | | -- |
| | | |
| INSERT INTO `cbe_lu_upload_types` (`id`, `shortname`, `title`, `active`) VALUES | | INSERT INTO `cbe_lu_upload_types` (`id`, `shortname`, `title`, `active`) VALUES |
| (1, 'default', 'Default', 1), | | (1, 'default', 'Default', 1), |
| (2, 'single_parent_reference', 'Single Parent Reference', 1); | | (2, 'single_parent_reference', 'Single Parent Reference', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbe_objective_tree_nodes` | | -- Table structure for table `cbe_objective_tree_nodes` |
| -- | | -- |
| | | |
| CREATE TABLE `cbe_objective_tree_nodes` ( | | CREATE TABLE `cbe_objective_tree_nodes` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `tree_id` int(11) NOT NULL, | | `tree_id` int(11) NOT NULL, |
| `left` int(11) NOT NULL, | | `left` int(11) NOT NULL, |
| `right` int(11) NOT NULL, | | `right` int(11) NOT NULL, |
| `depth` int(11) NOT NULL, | | `depth` int(11) NOT NULL, |
| `objective_id` int(11) DEFAULT NULL, | | `objective_id` int(11) DEFAULT NULL, |
| `active_from` int(11) DEFAULT NULL, | | `active_from` int(11) DEFAULT NULL, |
| `active_until` int(11) DEFAULT NULL, | | `active_until` int(11) DEFAULT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbe_trees` | | -- Table structure for table `cbe_trees` |
| -- | | -- |
| | | |
| CREATE TABLE `cbe_trees` ( | | CREATE TABLE `cbe_trees` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `app_id` int(11) NOT NULL, | | `app_id` int(11) NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `node_type_id` int(11) NOT NULL, | | `node_type_id` int(11) NOT NULL, |
| `owner_type_id` int(11) DEFAULT NULL, | | `owner_type_id` int(11) DEFAULT NULL, |
| `owner_value` int(11) DEFAULT NULL, | | `owner_value` int(11) DEFAULT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbe_trees` | | -- Dumping data for table `cbe_trees` |
| -- | | -- |
| | | |
| INSERT INTO `cbe_trees` (`id`, `app_id`, `organisation_id`, `node_type_id`, `owner_type_id`, `owner_value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbe_trees` (`id`, `app_id`, `organisation_id`, `node_type_id`, `owner_type_id`, `owner_value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 1, 1, 2, 3, 1685381585, 1, 1685381585, 1, NULL), | | (1, 1, 1, 1, 2, 3, 1685381585, 1, 1685381585, 1, NULL), |
| n | (2, 1, 2, 1, 2, 13, 1685381585, 1, 1685381585, 1, NULL); | n | (2, 1, 2, 1, 2, 13, 1685381585, 1, 1685381585, 1, NULL), |
| | | (3, 1, 1, 1, 2, 16, 1685388431, 1, 1685388431, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbe_trees_1_course_3_version_1` | | -- Table structure for table `cbe_trees_1_course_3_version_1` |
| -- | | -- |
| | | |
| CREATE TABLE `cbe_trees_1_course_3_version_1` ( | | CREATE TABLE `cbe_trees_1_course_3_version_1` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `tree_id` int(11) NOT NULL, | | `tree_id` int(11) NOT NULL, |
| `left` int(11) NOT NULL, | | `left` int(11) NOT NULL, |
| `right` int(11) NOT NULL, | | `right` int(11) NOT NULL, |
| `depth` int(11) NOT NULL, | | `depth` int(11) NOT NULL, |
| `objective_id` int(11) DEFAULT NULL, | | `objective_id` int(11) DEFAULT NULL, |
| `active_from` int(11) DEFAULT NULL, | | `active_from` int(11) DEFAULT NULL, |
| `active_until` int(11) DEFAULT NULL, | | `active_until` int(11) DEFAULT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbe_trees_1_course_3_version_1` | | -- Dumping data for table `cbe_trees_1_course_3_version_1` |
| -- | | -- |
| | | |
| INSERT INTO `cbe_trees_1_course_3_version_1` (`id`, `tree_id`, `left`, `right`, `depth`, `objective_id`, `active_from`, `active_until`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbe_trees_1_course_3_version_1` (`id`, `tree_id`, `left`, `right`, `depth`, `objective_id`, `active_from`, `active_until`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 1, 120, 0, NULL, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (1, 1, 1, 120, 0, NULL, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (2, 1, 2, 103, 1, 2469, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (2, 1, 2, 103, 1, 2469, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (3, 1, 3, 22, 2, 2478, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (3, 1, 3, 22, 2, 2478, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (4, 1, 4, 5, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (4, 1, 4, 5, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (5, 1, 6, 7, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (5, 1, 6, 7, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (6, 1, 8, 9, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (6, 1, 8, 9, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (7, 1, 10, 11, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (7, 1, 10, 11, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (8, 1, 12, 13, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (8, 1, 12, 13, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (9, 1, 14, 15, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (9, 1, 14, 15, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (10, 1, 16, 17, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (10, 1, 16, 17, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (11, 1, 18, 19, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (11, 1, 18, 19, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (12, 1, 20, 21, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (12, 1, 20, 21, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (13, 1, 23, 42, 2, 2479, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (13, 1, 23, 42, 2, 2479, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (14, 1, 24, 25, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (14, 1, 24, 25, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (15, 1, 26, 27, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (15, 1, 26, 27, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (16, 1, 28, 29, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (16, 1, 28, 29, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (17, 1, 30, 31, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (17, 1, 30, 31, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (18, 1, 32, 33, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (18, 1, 32, 33, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (19, 1, 34, 35, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (19, 1, 34, 35, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (20, 1, 36, 37, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (20, 1, 36, 37, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (21, 1, 38, 39, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (21, 1, 38, 39, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (22, 1, 40, 41, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (22, 1, 40, 41, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (23, 1, 43, 62, 2, 2480, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (23, 1, 43, 62, 2, 2480, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (24, 1, 44, 45, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (24, 1, 44, 45, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (25, 1, 46, 47, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (25, 1, 46, 47, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (26, 1, 48, 49, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (26, 1, 48, 49, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (27, 1, 50, 51, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (27, 1, 50, 51, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (28, 1, 52, 53, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (28, 1, 52, 53, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (29, 1, 54, 55, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (29, 1, 54, 55, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (30, 1, 56, 57, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (30, 1, 56, 57, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (31, 1, 58, 59, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (31, 1, 58, 59, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (32, 1, 60, 61, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (32, 1, 60, 61, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (33, 1, 63, 82, 2, 2481, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (33, 1, 63, 82, 2, 2481, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (34, 1, 64, 65, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (34, 1, 64, 65, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (35, 1, 66, 67, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (35, 1, 66, 67, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (36, 1, 68, 69, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (36, 1, 68, 69, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (37, 1, 70, 71, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (37, 1, 70, 71, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (38, 1, 72, 73, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (38, 1, 72, 73, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (39, 1, 74, 75, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (39, 1, 74, 75, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (40, 1, 76, 77, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (40, 1, 76, 77, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (41, 1, 78, 79, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (41, 1, 78, 79, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (42, 1, 80, 81, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (42, 1, 80, 81, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (43, 1, 83, 102, 2, 2482, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (43, 1, 83, 102, 2, 2482, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (44, 1, 84, 85, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (44, 1, 84, 85, 3, 2483, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (45, 1, 86, 87, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (45, 1, 86, 87, 3, 2484, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (46, 1, 88, 89, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (46, 1, 88, 89, 3, 2485, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (47, 1, 90, 91, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (47, 1, 90, 91, 3, 2486, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (48, 1, 92, 93, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (48, 1, 92, 93, 3, 2487, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (49, 1, 94, 95, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (49, 1, 94, 95, 3, 2488, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (50, 1, 96, 97, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (50, 1, 96, 97, 3, 2489, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (51, 1, 98, 99, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (51, 1, 98, 99, 3, 2490, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (52, 1, 100, 101, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (52, 1, 100, 101, 3, 2491, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (53, 1, 104, 105, 1, 2470, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (53, 1, 104, 105, 1, 2470, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (54, 1, 106, 107, 1, 2471, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (54, 1, 106, 107, 1, 2471, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (55, 1, 108, 109, 1, 2472, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (55, 1, 108, 109, 1, 2472, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (56, 1, 110, 111, 1, 2473, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (56, 1, 110, 111, 1, 2473, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (57, 1, 112, 113, 1, 2474, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (57, 1, 112, 113, 1, 2474, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (58, 1, 114, 115, 1, 2475, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (58, 1, 114, 115, 1, 2475, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (59, 1, 116, 117, 1, 2476, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (59, 1, 116, 117, 1, 2476, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (60, 1, 118, 119, 1, 2477, NULL, NULL, 1685381585, 1, NULL, NULL, NULL); | | (60, 1, 118, 119, 1, 2477, NULL, NULL, 1685381585, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbe_trees_2_course_13_version_2` | | -- Table structure for table `cbe_trees_2_course_13_version_2` |
| -- | | -- |
| | | |
| CREATE TABLE `cbe_trees_2_course_13_version_2` ( | | CREATE TABLE `cbe_trees_2_course_13_version_2` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `tree_id` int(11) NOT NULL, | | `tree_id` int(11) NOT NULL, |
| `left` int(11) NOT NULL, | | `left` int(11) NOT NULL, |
| `right` int(11) NOT NULL, | | `right` int(11) NOT NULL, |
| `depth` int(11) NOT NULL, | | `depth` int(11) NOT NULL, |
| `objective_id` int(11) DEFAULT NULL, | | `objective_id` int(11) DEFAULT NULL, |
| `active_from` int(11) DEFAULT NULL, | | `active_from` int(11) DEFAULT NULL, |
| `active_until` int(11) DEFAULT NULL, | | `active_until` int(11) DEFAULT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbe_trees_2_course_13_version_2` | | -- Dumping data for table `cbe_trees_2_course_13_version_2` |
| -- | | -- |
| | | |
| INSERT INTO `cbe_trees_2_course_13_version_2` (`id`, `tree_id`, `left`, `right`, `depth`, `objective_id`, `active_from`, `active_until`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbe_trees_2_course_13_version_2` (`id`, `tree_id`, `left`, `right`, `depth`, `objective_id`, `active_from`, `active_until`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 2, 1, 26, 0, NULL, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (1, 2, 1, 26, 0, NULL, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (2, 2, 2, 7, 1, 2675, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (2, 2, 2, 7, 1, 2675, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (3, 2, 3, 4, 2, 2679, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (3, 2, 3, 4, 2, 2679, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (4, 2, 5, 6, 2, 2680, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (4, 2, 5, 6, 2, 2680, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (5, 2, 8, 13, 1, 2676, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (5, 2, 8, 13, 1, 2676, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (6, 2, 9, 10, 2, 2681, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (6, 2, 9, 10, 2, 2681, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (7, 2, 11, 12, 2, 2682, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (7, 2, 11, 12, 2, 2682, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (8, 2, 14, 19, 1, 2677, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (8, 2, 14, 19, 1, 2677, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (9, 2, 15, 16, 2, 2683, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (9, 2, 15, 16, 2, 2683, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (10, 2, 17, 18, 2, 2684, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (10, 2, 17, 18, 2, 2684, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (11, 2, 20, 25, 1, 2678, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (11, 2, 20, 25, 1, 2678, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (12, 2, 21, 22, 2, 2685, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), | | (12, 2, 21, 22, 2, 2685, NULL, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (13, 2, 23, 24, 2, 2686, NULL, NULL, 1685381585, 1, NULL, NULL, NULL); | | (13, 2, 23, 24, 2, 2686, NULL, NULL, 1685381585, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| n | | n | -- Table structure for table `cbe_trees_3_course_16_version_3` |
| | | -- |
| | | |
| | | CREATE TABLE `cbe_trees_3_course_16_version_3` ( |
| | | `id` int(11) UNSIGNED NOT NULL, |
| | | `tree_id` int(11) NOT NULL, |
| | | `left` int(11) NOT NULL, |
| | | `right` int(11) NOT NULL, |
| | | `depth` int(11) NOT NULL, |
| | | `objective_id` int(11) DEFAULT NULL, |
| | | `active_from` int(11) DEFAULT NULL, |
| | | `active_until` int(11) DEFAULT NULL, |
| | | `created_date` int(11) NOT NULL, |
| | | `created_by` int(11) NOT NULL, |
| | | `updated_date` int(11) DEFAULT NULL, |
| | | `updated_by` int(11) DEFAULT NULL, |
| | | `deleted_date` int(11) DEFAULT NULL |
| | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| | | -- |
| | | -- Dumping data for table `cbe_trees_3_course_16_version_3` |
| | | -- |
| | | |
| | | INSERT INTO `cbe_trees_3_course_16_version_3` (`id`, `tree_id`, `left`, `right`, `depth`, `objective_id`, `active_from`, `active_until`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| | | (1, 3, 1, 166, 0, NULL, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (2, 3, 2, 59, 1, 2691, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (3, 3, 3, 28, 2, 2695, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (4, 3, 4, 5, 3, 2705, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (5, 3, 6, 7, 3, 2706, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (6, 3, 8, 9, 3, 2707, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (7, 3, 10, 11, 3, 2708, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (8, 3, 12, 13, 3, 2709, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (9, 3, 14, 15, 3, 2710, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (10, 3, 16, 17, 3, 2711, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (11, 3, 18, 19, 3, 2712, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (12, 3, 20, 21, 3, 2713, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (13, 3, 22, 23, 3, 2714, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (14, 3, 24, 25, 3, 2715, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (15, 3, 26, 27, 3, 2716, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (16, 3, 29, 48, 2, 2696, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (17, 3, 30, 31, 3, 2736, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (18, 3, 32, 33, 3, 2737, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (19, 3, 34, 35, 3, 2738, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (20, 3, 36, 37, 3, 2739, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (21, 3, 38, 39, 3, 2740, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (22, 3, 40, 41, 3, 2741, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (23, 3, 42, 43, 3, 2742, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (24, 3, 44, 45, 3, 2743, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (25, 3, 46, 47, 3, 2744, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (26, 3, 49, 58, 2, 2697, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (27, 3, 50, 51, 3, 2745, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (28, 3, 52, 53, 3, 2746, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (29, 3, 54, 55, 3, 2747, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (30, 3, 56, 57, 3, 2748, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (31, 3, 60, 81, 1, 2692, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (32, 3, 61, 74, 2, 2698, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (33, 3, 62, 63, 3, 2717, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (34, 3, 64, 65, 3, 2718, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (35, 3, 66, 67, 3, 2719, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (36, 3, 68, 69, 3, 2720, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (37, 3, 70, 71, 3, 2721, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (38, 3, 72, 73, 3, 2722, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (39, 3, 75, 80, 2, 2699, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (40, 3, 76, 77, 3, 2726, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (41, 3, 78, 79, 3, 2727, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (42, 3, 82, 109, 1, 2693, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (43, 3, 83, 92, 2, 2700, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (44, 3, 84, 85, 3, 2723, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (45, 3, 86, 87, 3, 2724, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (46, 3, 88, 89, 3, 2725, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (47, 3, 90, 91, 3, 2728, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (48, 3, 93, 108, 2, 2701, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (49, 3, 94, 95, 3, 2729, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (50, 3, 96, 97, 3, 2730, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (51, 3, 98, 99, 3, 2731, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (52, 3, 100, 101, 3, 2732, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (53, 3, 102, 103, 3, 2733, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (54, 3, 104, 105, 3, 2734, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (55, 3, 106, 107, 3, 2735, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (56, 3, 110, 165, 1, 2694, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (57, 3, 111, 128, 2, 2702, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (58, 3, 112, 113, 3, 2749, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (59, 3, 114, 115, 3, 2750, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (60, 3, 116, 117, 3, 2751, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (61, 3, 118, 119, 3, 2752, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (62, 3, 120, 121, 3, 2753, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (63, 3, 122, 123, 3, 2754, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (64, 3, 124, 125, 3, 2755, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (65, 3, 126, 127, 3, 2756, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (66, 3, 129, 146, 2, 2703, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (67, 3, 130, 131, 3, 2757, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (68, 3, 132, 133, 3, 2758, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (69, 3, 134, 135, 3, 2759, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (70, 3, 136, 137, 3, 2760, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (71, 3, 138, 139, 3, 2761, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (72, 3, 140, 141, 3, 2762, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (73, 3, 142, 143, 3, 2763, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (74, 3, 144, 145, 3, 2764, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (75, 3, 147, 164, 2, 2704, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (76, 3, 148, 149, 3, 2765, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (77, 3, 150, 151, 3, 2766, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (78, 3, 152, 153, 3, 2767, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (79, 3, 154, 155, 3, 2768, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (80, 3, 156, 157, 3, 2769, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (81, 3, 158, 159, 3, 2770, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (82, 3, 160, 161, 3, 2771, NULL, NULL, 1685388432, 1, NULL, NULL, NULL), |
| | | (83, 3, 162, 163, 3, 2772, NULL, NULL, 1685388432, 1, NULL, NULL, NULL); |
| | | |
| | | -- -------------------------------------------------------- |
| | | |
| | | -- |
| -- Table structure for table `cbe_tree_properties` | | -- Table structure for table `cbe_tree_properties` |
| -- | | -- |
| | | |
| CREATE TABLE `cbe_tree_properties` ( | | CREATE TABLE `cbe_tree_properties` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `tree_id` int(11) NOT NULL, | | `tree_id` int(11) NOT NULL, |
| `tree_type_id` int(10) UNSIGNED DEFAULT NULL, | | `tree_type_id` int(10) UNSIGNED DEFAULT NULL, |
| `tree_type_value` int(10) UNSIGNED DEFAULT NULL, | | `tree_type_value` int(10) UNSIGNED DEFAULT NULL, |
| `property_type_id` int(11) NOT NULL, | | `property_type_id` int(11) NOT NULL, |
| `property_value` text COLLATE utf8_unicode_ci, | | `property_value` text COLLATE utf8_unicode_ci, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbe_tree_properties` | | -- Dumping data for table `cbe_tree_properties` |
| -- | | -- |
| | | |
| INSERT INTO `cbe_tree_properties` (`id`, `tree_id`, `tree_type_id`, `tree_type_value`, `property_type_id`, `property_value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbe_tree_properties` (`id`, `tree_id`, `tree_type_id`, `tree_type_value`, `property_type_id`, `property_value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 5, 1, 10, '[]', 1685381585, 1, 1685381585, 1, NULL), | | (1, 1, 5, 1, 10, '[]', 1685381585, 1, 1685381585, 1, NULL), |
| (2, 1, 5, 1, 5, '0', 1685381585, 1, 1685381585, 1, NULL), | | (2, 1, 5, 1, 5, '0', 1685381585, 1, 1685381585, 1, NULL), |
| (3, 2, 5, 2, 10, '[2655,2656,2657,2658]', 1685381585, 1, 1685381585, 1, NULL), | | (3, 2, 5, 2, 10, '[2655,2656,2657,2658]', 1685381585, 1, 1685381585, 1, NULL), |
| n | (4, 2, 5, 2, 5, '1', 1685381585, 1, 1685381585, 1, NULL); | n | (4, 2, 5, 2, 5, '1', 1685381585, 1, 1685381585, 1, NULL), |
| | | (5, 3, 5, 3, 10, '[1]', 1685388432, 1, 1685388432, 1, NULL), |
| | | (6, 3, 5, 3, 5, '0', 1685388432, 1, 1685388432, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbe_tree_versions` | | -- Table structure for table `cbe_tree_versions` |
| -- | | -- |
| | | |
| CREATE TABLE `cbe_tree_versions` ( | | CREATE TABLE `cbe_tree_versions` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `tree_id` int(11) NOT NULL, | | `tree_id` int(11) NOT NULL, |
| `version_name` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL, | | `version_name` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `version_ordinal` int(11) NOT NULL, | | `version_ordinal` int(11) NOT NULL, |
| `curriculum_framework_id` int(11) DEFAULT NULL, | | `curriculum_framework_id` int(11) DEFAULT NULL, |
| `start_date` int(11) DEFAULT NULL, | | `start_date` int(11) DEFAULT NULL, |
| `finish_date` int(11) DEFAULT NULL, | | `finish_date` int(11) DEFAULT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbe_tree_versions` | | -- Dumping data for table `cbe_tree_versions` |
| -- | | -- |
| | | |
| INSERT INTO `cbe_tree_versions` (`id`, `tree_id`, `version_name`, `version_ordinal`, `curriculum_framework_id`, `start_date`, `finish_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbe_tree_versions` (`id`, `tree_id`, `version_name`, `version_ordinal`, `curriculum_framework_id`, `start_date`, `finish_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 'Version 1', 1, 1, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL), | | (1, 1, 'Version 1', 1, 1, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL), |
| n | (2, 2, 'Version 1', 1, 2, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL); | n | (2, 2, 'Version 1', 1, 2, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL), |
| | | (3, 3, 'Version 1', 1, 3, NULL, NULL, 1685388432, 1, 1685388432, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbe_tree_version_audit` | | -- Table structure for table `cbe_tree_version_audit` |
| -- | | -- |
| | | |
| CREATE TABLE `cbe_tree_version_audit` ( | | CREATE TABLE `cbe_tree_version_audit` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `tree_version_id` int(12) DEFAULT NULL, | | `tree_version_id` int(12) DEFAULT NULL, |
| `draft_version_id` int(12) DEFAULT NULL, | | `draft_version_id` int(12) DEFAULT NULL, |
| `curriculum_framework_id` int(12) DEFAULT NULL, | | `curriculum_framework_id` int(12) DEFAULT NULL, |
| `active` int(1) NOT NULL DEFAULT '0', | | `active` int(1) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbe_tree_version_audit` | | -- Dumping data for table `cbe_tree_version_audit` |
| -- | | -- |
| | | |
| INSERT INTO `cbe_tree_version_audit` (`id`, `tree_version_id`, `draft_version_id`, `curriculum_framework_id`, `active`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES | | INSERT INTO `cbe_tree_version_audit` (`id`, `tree_version_id`, `draft_version_id`, `curriculum_framework_id`, `active`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES |
| (1, 0, 1, 1, 1, 1685381585, 1, 1, 1685381585, NULL), | | (1, 0, 1, 1, 1, 1685381585, 1, 1, 1685381585, NULL), |
| n | (2, 0, 2, 2, 1, 1685381585, 1, 1, 1685381585, NULL); | n | (2, 0, 2, 2, 1, 1685381585, 1, 1, 1685381585, NULL), |
| | | (3, 0, 3, 3, 1, 1685387958, 1, 1, 1685388047, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbe_tree_version_objectives` | | -- Table structure for table `cbe_tree_version_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `cbe_tree_version_objectives` ( | | CREATE TABLE `cbe_tree_version_objectives` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `objective_id` int(12) DEFAULT NULL, | | `objective_id` int(12) DEFAULT NULL, |
| `parents` text COLLATE utf8_unicode_ci, | | `parents` text COLLATE utf8_unicode_ci, |
| `objective_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL, | | `objective_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `objective_name` varchar(240) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `objective_name` varchar(240) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `objective_description` text COLLATE utf8_unicode_ci, | | `objective_description` text COLLATE utf8_unicode_ci, |
| `objective_secondary_description` text COLLATE utf8_unicode_ci, | | `objective_secondary_description` text COLLATE utf8_unicode_ci, |
| `objective_set_id` int(12) NOT NULL, | | `objective_set_id` int(12) NOT NULL, |
| `tree_version_audit_id` int(12) UNSIGNED DEFAULT NULL, | | `tree_version_audit_id` int(12) UNSIGNED DEFAULT NULL, |
| `upload_type_id` int(12) DEFAULT NULL, | | `upload_type_id` int(12) DEFAULT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `updated_date` int(12) DEFAULT NULL, | | `updated_date` int(12) DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbe_tree_version_objectives` | | -- Dumping data for table `cbe_tree_version_objectives` |
| -- | | -- |
| | | |
| INSERT INTO `cbe_tree_version_objectives` (`id`, `objective_id`, `parents`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_set_id`, `tree_version_audit_id`, `upload_type_id`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES | | INSERT INTO `cbe_tree_version_objectives` (`id`, `objective_id`, `parents`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_set_id`, `tree_version_audit_id`, `upload_type_id`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES |
| (1, 2469, '', 'DOCC1', 'Care of Adults', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL), | | (1, 2469, '', 'DOCC1', 'Care of Adults', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL), |
| (2, 2470, '', 'DOCC2', 'Maternity & Newborn', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL), | | (2, 2470, '', 'DOCC2', 'Maternity & Newborn', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL), |
| (3, 2471, '', 'DOCC3', 'Children & Adolescents', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL), | | (3, 2471, '', 'DOCC3', 'Children & Adolescents', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL), |
| (4, 2472, '', 'DOCC4', 'Care of the Elderly', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL), | | (4, 2472, '', 'DOCC4', 'Care of the Elderly', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL), |
| (5, 2473, '', 'DOCC5', 'End of Life/Palliative Cae', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL), | | (5, 2473, '', 'DOCC5', 'End of Life/Palliative Cae', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL), |
| (6, 2474, '', 'DOCC6', 'Surgical & Procedural Skills', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL), | | (6, 2474, '', 'DOCC6', 'Surgical & Procedural Skills', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL), |
| (7, 2475, '', 'DOCC7', 'Behavioural Medicine/Mental Health', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL), | | (7, 2475, '', 'DOCC7', 'Behavioural Medicine/Mental Health', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL), |
| (8, 2476, '', 'DOCC8', 'Global Health/Health Equity', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL), | | (8, 2476, '', 'DOCC8', 'Global Health/Health Equity', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL), |
| (9, 2477, '', 'DOCC9', 'Physicianship', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL), | | (9, 2477, '', 'DOCC9', 'Physicianship', NULL, NULL, 19, 1, 1, 1685381585, 1, 1, 1685381585, NULL), |
| (10, 2478, 'DOCC1', 'EPA1', 'Care of the Adult with a Chronic Condition', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL), | | (10, 2478, 'DOCC1', 'EPA1', 'Care of the Adult with a Chronic Condition', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL), |
| (11, 2479, 'DOCC1', 'EPA2', 'Care of the Adult with a Minor Episodic Problem', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL), | | (11, 2479, 'DOCC1', 'EPA2', 'Care of the Adult with a Minor Episodic Problem', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL), |
| (12, 2480, 'DOCC1', 'EPA3', 'Care of the Adult with an Acute Serious Presentation', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL), | | (12, 2480, 'DOCC1', 'EPA3', 'Care of the Adult with an Acute Serious Presentation', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL), |
| (13, 2481, 'DOCC1', 'EPA4', 'Care of the Adult with Multiple Medical Problems', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL), | | (13, 2481, 'DOCC1', 'EPA4', 'Care of the Adult with Multiple Medical Problems', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL), |
| (14, 2482, 'DOCC1', 'EPA5', 'Performing a Periodic Health Review of an Adult', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL), | | (14, 2482, 'DOCC1', 'EPA5', 'Performing a Periodic Health Review of an Adult', NULL, NULL, 20, 1, 2, 1685381585, 1, 1, 1685381585, NULL), |
| (15, 2483, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE1', 'Hypothesis generation', 'Gathering/corroboration of information for care/continuity; integration of available information into formulation of a preliminary approach; other preparation (e.g. parent, interpreter, allied health personnel, equipment)', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL), | | (15, 2483, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE1', 'Hypothesis generation', 'Gathering/corroboration of information for care/continuity; integration of available information into formulation of a preliminary approach; other preparation (e.g. parent, interpreter, allied health personnel, equipment)', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL), |
| (16, 2484, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE2', 'History', 'History taking skills; diagnosis generation; adaptability (pattern seeking to hypothetico-deductive approach); incorporation of new information; prioritizing skills; incorporation of management strategies into history; therapeutic relationship building; control of interview; assessment of historian reliability', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL), | | (16, 2484, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE2', 'History', 'History taking skills; diagnosis generation; adaptability (pattern seeking to hypothetico-deductive approach); incorporation of new information; prioritizing skills; incorporation of management strategies into history; therapeutic relationship building; control of interview; assessment of historian reliability', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL), |
| (17, 2485, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE3', 'Physical Examination', 'Choice of maneuvers; examination techniques; observation skills; interpretation; patient interaction.', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL), | | (17, 2485, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE3', 'Physical Examination', 'Choice of maneuvers; examination techniques; observation skills; interpretation; patient interaction.', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL), |
| (18, 2486, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE4', 'Diagnosis', 'Comprehensiveness; selectivity; clinical reasoning; dealing with uncertainty; personal awareness of knowledge gaps; exploring patient perspective, follow-up', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL), | | (18, 2486, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE4', 'Diagnosis', 'Comprehensiveness; selectivity; clinical reasoning; dealing with uncertainty; personal awareness of knowledge gaps; exploring patient perspective, follow-up', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL), |
| (19, 2487, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE5', 'Investigation', 'Appropriateness, resource awareness, patient centeredness', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL), | | (19, 2487, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE5', 'Investigation', 'Appropriateness, resource awareness, patient centeredness', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL), |
| (20, 2488, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE6', 'Procedural Skills', 'Choice of procedure, consent; preparation; technique; awareness of limitations; patient interaction; after care.', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL), | | (20, 2488, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE6', 'Procedural Skills', 'Choice of procedure, consent; preparation; technique; awareness of limitations; patient interaction; after care.', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL), |
| (21, 2489, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE7', 'Treatment (or management)', 'Prioritization; appropriateness; consent counseling/communication skills; education of patients/caregivers; patient centeredness; resource allocation', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL), | | (21, 2489, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE7', 'Treatment (or management)', 'Prioritization; appropriateness; consent counseling/communication skills; education of patients/caregivers; patient centeredness; resource allocation', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL), |
| (22, 2490, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE8', 'Follow-up', 'Plan for ongoing care; continuity of care (e.g. charting, interpersonal continuity of care, seeing patient in different setting); data discipline', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL), | | (22, 2490, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE8', 'Follow-up', 'Plan for ongoing care; continuity of care (e.g. charting, interpersonal continuity of care, seeing patient in different setting); data discipline', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL), |
| (23, 2491, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE9', 'Referral', 'Appropriateness; timeliness; communication', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL), | | (23, 2491, 'EPA1, EPA2, EPA3, EPA4, EPA5', 'POE9', 'Referral', 'Appropriateness; timeliness; communication', NULL, 21, 1, 2, 1685381585, 1, 1, 1685381585, NULL), |
| (24, 2641, 'null', 'D', 'Transition to Discipline', 'Transition to Discipline', NULL, 27, 2, 1, 1685381585, 1, 1, 1685381585, NULL), | | (24, 2641, 'null', 'D', 'Transition to Discipline', 'Transition to Discipline', NULL, 27, 2, 1, 1685381585, 1, 1, 1685381585, NULL), |
| (25, 2642, NULL, 'F', 'Foundations of Discipline', 'Foundations of Discipline', NULL, 27, 2, 1, 1685381585, 1, 1, 1685381585, NULL), | | (25, 2642, NULL, 'F', 'Foundations of Discipline', 'Foundations of Discipline', NULL, 27, 2, 1, 1685381585, 1, 1, 1685381585, NULL), |
| (26, 2643, NULL, 'C', 'Core Discipline', 'Core Discipline', NULL, 27, 2, 1, 1685381585, 1, 1, 1685381585, NULL), | | (26, 2643, NULL, 'C', 'Core Discipline', 'Core Discipline', NULL, 27, 2, 1, 1685381585, 1, 1, 1685381585, NULL), |
| (27, 2644, NULL, 'P', 'Transition to Practice', 'Transition to Practice', NULL, 27, 2, 1, 1685381585, 1, 1, 1685381585, NULL), | | (27, 2644, NULL, 'P', 'Transition to Practice', 'Transition to Practice', NULL, 27, 2, 1, 1685381585, 1, 1, 1685381585, NULL), |
| (28, 2645, 'D', 'EPA1', 'Entrustable Professional Activity 1', 'Performing the preoperative preparation of patients for basic surgical procedures', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL), | | (28, 2645, 'D', 'EPA1', 'Entrustable Professional Activity 1', 'Performing the preoperative preparation of patients for basic surgical procedures', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL), |
| (29, 2646, 'D', 'EPA2', 'Entrustable Professional Activity 2', 'Recognizing and initiating early management for critically ill surgical patients', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL), | | (29, 2646, 'D', 'EPA2', 'Entrustable Professional Activity 2', 'Recognizing and initiating early management for critically ill surgical patients', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL), |
| (30, 2647, 'F', 'EPA3', 'Entrustable Professional Activity 3', 'Managing tubes, drains and central lines', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL), | | (30, 2647, 'F', 'EPA3', 'Entrustable Professional Activity 3', 'Managing tubes, drains and central lines', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL), |
| (31, 2648, 'F', 'EPA4', 'Entrustable Professional Activity 4', 'Inserting central venous lines', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL), | | (31, 2648, 'F', 'EPA4', 'Entrustable Professional Activity 4', 'Inserting central venous lines', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL), |
| (32, 2649, 'C', 'EPA5', 'Entrustable Professional Activity 5', 'Providing patient education and informed consent in preparation for surgical care', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL), | | (32, 2649, 'C', 'EPA5', 'Entrustable Professional Activity 5', 'Providing patient education and informed consent in preparation for surgical care', NULL, 22, 2, 1, 1685381585, 1, 1, 1685381585, NULL), |
| (33, 2675, NULL, 'D', 'Transition to Discipline', 'Transition to Discipline', NULL, 27, 2, 1, 0, 1, 1, NULL, NULL), | | (33, 2675, NULL, 'D', 'Transition to Discipline', 'Transition to Discipline', NULL, 27, 2, 1, 0, 1, 1, NULL, NULL), |
| (34, 2676, NULL, 'F', 'Foundations of Discipline', 'Foundations of Discipline', NULL, 27, 2, 1, 0, 1, 1, NULL, NULL), | | (34, 2676, NULL, 'F', 'Foundations of Discipline', 'Foundations of Discipline', NULL, 27, 2, 1, 0, 1, 1, NULL, NULL), |
| (35, 2677, NULL, 'C', 'Core Discipline', 'Core Discipline', NULL, 27, 2, 1, 0, 1, 1, NULL, NULL), | | (35, 2677, NULL, 'C', 'Core Discipline', 'Core Discipline', NULL, 27, 2, 1, 0, 1, 1, NULL, NULL), |
| (36, 2678, NULL, 'P', 'Transition to Practice', 'Transition to Practice', NULL, 27, 2, 1, 0, 1, 1, NULL, NULL), | | (36, 2678, NULL, 'P', 'Transition to Practice', 'Transition to Practice', NULL, 27, 2, 1, 0, 1, 1, NULL, NULL), |
| (37, 2679, 'D', 'EPA1', 'Entrustable Professional Activity 1', 'Performing the preoperative preparation of patients for basic surgical procedures', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL), | | (37, 2679, 'D', 'EPA1', 'Entrustable Professional Activity 1', 'Performing the preoperative preparation of patients for basic surgical procedures', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL), |
| (38, 2680, 'D', 'EPA2', 'Entrustable Professional Activity 2', 'Recognizing and initiating early management for critically ill surgical patients', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL), | | (38, 2680, 'D', 'EPA2', 'Entrustable Professional Activity 2', 'Recognizing and initiating early management for critically ill surgical patients', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL), |
| (39, 2681, 'F', 'EPA3', 'Entrustable Professional Activity 3', 'Managing tubes, drains and central lines', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL), | | (39, 2681, 'F', 'EPA3', 'Entrustable Professional Activity 3', 'Managing tubes, drains and central lines', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL), |
| (40, 2682, 'F', 'EPA4', 'Entrustable Professional Activity 4', 'Inserting central venous lines', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL), | | (40, 2682, 'F', 'EPA4', 'Entrustable Professional Activity 4', 'Inserting central venous lines', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL), |
| (41, 2683, 'C', 'EPA5', 'Entrustable Professional Activity 5', 'Providing patient education and informed consent in preparation for surgical care', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL), | | (41, 2683, 'C', 'EPA5', 'Entrustable Professional Activity 5', 'Providing patient education and informed consent in preparation for surgical care', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL), |
| (42, 2684, 'C', 'EPA6', 'Entrustable Professional Activity 6', 'Participating in surgical procedures', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL), | | (42, 2684, 'C', 'EPA6', 'Entrustable Professional Activity 6', 'Participating in surgical procedures', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL), |
| (43, 2685, 'P', 'EPA7', 'Entrustable Professional Activity 7', 'Managing post-operative patients with complications', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL), | | (43, 2685, 'P', 'EPA7', 'Entrustable Professional Activity 7', 'Managing post-operative patients with complications', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL), |
| n | (44, 2686, 'P', 'EPA8', 'Entrustable Professional Activity 8', 'Supervising junior learners in the clinical setting', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL); | n | (44, 2686, 'P', 'EPA8', 'Entrustable Professional Activity 8', 'Supervising junior learners in the clinical setting', NULL, 22, 2, 1, 0, 1, 1, NULL, NULL), |
| | | (45, 2691, '', '1_REP', 'Reporter', 'Reporters can accurately and reliably gather clinical information on each of their patients', 'Reporters can accurately and reliably gather clinical information on each of their patients. Reporters can communicate clearly (both verbally and in writing) the clinical information they have obtained. Reporters are able to distinguish important information from unimportant information and are able to focus data collection and presentation on central issues. It is expected that all students will function as master Reporters (and be transitioning into beginning Interpreters) by the end of the clerkship.', 31, 3, 1, 1685388048, 1, 1, 1685388431, NULL), |
| | | (46, 2692, '', '2_INT', 'Interpreter', 'Interpreters are able to identify problems independently and to prioritize problems, including new problems, as they arise', 'Interpreters are able to identify problems independently and to prioritize problems, including new problems, as they arise. Interpreters are able to develop a differential diagnosis independently and to make a case for and against each of the important diagnoses under consideration for a patient', 31, 3, 1, 1685388048, 1, 1, 1685388431, NULL), |
| | | (47, 2693, '', '3_MGR', 'Manager', 'Managers are able to develop and defend a diagnostic and a therapeutic plan for each of their patients\' central problem(s)', 'Managers are able to develop and defend a diagnostic and a therapeutic plan for each of their patients\' central problem(s). Managers are able to utilize their growing clinical judgment to decide when action needs to be taken. Managers can analyze the risk/benefit balance of specific diagnostic and therapeutic measures based on an individual patient', 31, 3, 1, 1685388048, 1, 1, 1685388431, NULL), |
| | | (48, 2694, '', '4_EC', 'Enhanced Communicator', 'Enhanced communicators have mastered the fundamental skills described above', 'Enhanced communicators have mastered the fundamental skills described above. Enhanced communicators have the insight to define important questions to research in more depth, the drive to seek out the evidence behind clinical practice, and the skills to scrutinize the quality of this evidence. Enhanced communicators take a share in educating the rest of the team. The transition from Manager to Enhanced communicators is usually completed during Internship and Residency.', 31, 3, 1, 1685388048, 1, 1, 1685388431, NULL), |
| | | (49, 2695, '1_REP', 'EPA1', 'Gather a history and perform a physical examination', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL), |
| | | (50, 2696, '1_REP', 'EPA5', 'Document a clinical encounter in the patient record', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL), |
| | | (51, 2697, '1_REP', 'EPA6', 'Provide an oral presentation of a clinical encounter', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL), |
| | | (52, 2698, '2_INT', 'EPA2', 'Prioritize a differential diagnosis following a clinical encounter', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL), |
| | | (53, 2699, '2_INT', 'EPA3A', 'Interpret common diagnostic and screening tests', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL), |
| | | (54, 2700, '3_MGR', 'EPA3B', 'Recommend common diagnostic and screening tests', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL), |
| | | (55, 2701, '3_MGR', 'EPA4', 'Enter and discuss orders and prescriptions', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL), |
| | | (56, 2702, '4_EC', 'EPA7', 'Form clinical questions and retrieve evidence to advance patient care', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL), |
| | | (57, 2703, '4_EC', 'EPA9', 'Collaborate as a member of an interprofessional team', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL), |
| | | (58, 2704, '4_EC', 'EPA13', 'Identify system failures and contribute to a culture of safety and improvement', '', '', 32, 3, 1, 1685388085, 1, 1, 1685388431, NULL), |
| | | (59, 2705, 'EPA1', 'F1.1', 'F1.1 Obtain a complete and accurate history in an organized fashion.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (60, 2706, 'EPA1', 'F1.2', 'F1.2 Demonstrate patient-centered interview skills (attentive to patient verbal and nonverbal cues, patient/family culture, social determinants of health, need for interpretive or adaptive services; seeks conceptual context of illness; appr', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (61, 2707, 'EPA1', 'F1.3', 'F1.3 Identify pertinent history elements in common presenting situations, symptoms, complaints, and disease states (acute and chronic).', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (62, 2708, 'EPA1', 'F1.4', 'F1.4 Obtain focused, pertinent histories in urgent, emergent, and consultative settings.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (63, 2709, 'EPA1', 'F1.5', 'F1.5 Consider cultural and other factors that may influence the patient\'s description of symptoms.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (64, 2710, 'EPA1', 'F1.6', 'F1.6 Identify and use alternate sources of information to obtain history when needed, including but not limited to family members, primary care physicians, living facility, and pharmacy staff.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (65, 2711, 'EPA1', 'F1.7', 'F1.7 Demonstrate clinical reasoning in gathering focused information relevant to a patient\'s care.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (66, 2712, 'EPA1', 'F1.8', 'F1.8 Demonstrate cultural awareness and humility (for example, by recognizing that one\'s own cultural models may be different from others) and awareness of potential for bias (conscious and unconscious) in interactions with patients.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (67, 2713, 'EPA1', 'F1.9', 'F1.9 Perform a complete and accurate physical exam in logical and fluid sequence.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (68, 2714, 'EPA1', 'F1.10', 'F1.10 Perform a clinically relevant, focused physical exam pertinent to the setting and purpose of the patient visit.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (69, 2715, 'EPA1', 'F1.11', 'F1.11 Identify, describe, and document abnormal physical exam findings.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (70, 2716, 'EPA1', 'F1.12', 'F1.12 Demonstrate patient-centered examination techniques that reflect respect for patient privacy, comfort, and safety (e.g., explaining physical exam maneuvers, telling the patient what one is doing at each step, keeping patients covered ', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (71, 2717, 'EPA2', 'F2.1', 'F2.1 Synthesize essential information from the previous records, history, physical exam, and initial diagnostic evaluations.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (72, 2718, 'EPA2', 'F2.2', 'F2.2 Integrate information as it emerges to continuously update differential diagnosis.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (73, 2719, 'EPA2', 'F2.3', 'F2.3 Integrate the scientific foundations of medicine with clinical reasoning skills to develop a differential diagnosis and a working diagnosis.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (74, 2720, 'EPA2', 'F2.4', 'F2.4 Engage with supervisors and team members for endorsement and verification of the working diagnosis in developing a management plan.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (75, 2721, 'EPA2', 'F2.5', 'F2.5 Explain and document the clinical reasoning that led to the working diagnosis in a manner that is transparent to all members of the health care team.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (76, 2722, 'EPA2', 'F2.6', 'F2.6 Manage ambiguity in a differential diagnosis for self and patient and respond openly to questions and challenges from patients and other members of the health care team.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (77, 2723, 'EPA3B', 'F3.1', 'F3.1 Recommend first-line, cost-effective diagnostic evaluation for a patient with an acute or chronic common disorder or as part of routine health maintenance.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (78, 2724, 'EPA3B', 'F3.2', 'F3.2 Provide a rationale for the decision to order the test.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (79, 2725, 'EPA3B', 'F3.3', 'F3.3 Incorporate cost awareness and principles of cost-effectiveness and pre-test/posttest probability in developing diagnostic plans.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (80, 2726, 'EPA3A', 'F3.4', 'F3.4 Interpret the results of basic diagnostic studies (both lab and imaging); know common lab values (e.g., electrolytes).', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (81, 2727, 'EPA3A', 'F3.5', 'F3.5 Understand the implications and urgency of an abnormal result and seek assistance for interpretation as needed.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (82, 2728, 'EPA3B', 'F3.6', 'F3.6 Elicit and take into account patient preferences in making recommendations', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (83, 2729, 'EPA4', 'F4.1', 'F4.1 Demonstrate an understanding of the patient\'s current condition and preferences that will underpin the orders being provided.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (84, 2730, 'EPA4', 'F4.2', 'F4.2 Demonstrate working knowledge of the protocol by which orders will be processed in the environment in which they are placing the orders.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (85, 2731, 'EPA4', 'F4.3', 'F4.3 Compose orders efficiently and effectively, such as by identifying the correct admission order set, selecting the correct fluid and electrolyte replacement orders, and recognizing the needs for deviations from standard order sets.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (86, 2732, 'EPA4', 'F4.4', 'F4.4 Compose prescriptions in verbal, written, and electronic formats.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (87, 2733, 'EPA4', 'F4.5', 'F4.5 Recognize and avoid errors by using safety alerts (e.g., drug-drug interactions) and information resources to place the correct order and maximize therapeutic benefit and safety for patients.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (88, 2734, 'EPA4', 'F4.6', 'F4.6 Attend to patient-specific factors such as age, weight, allergies, pharmacogenetics, and co-morbid conditions when writing or entering prescriptions or orders.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (89, 2735, 'EPA4', 'F4.7', 'F4.7 Discuss the planned orders and prescriptions (e.g., indications, risks) with patients and families and use a nonjudgmental approach to elicit health beliefs that may influence the patient\'s comfort with orders and prescriptions.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (90, 2736, 'EPA5', 'F5.1', 'F5.1 Filter, organize, and prioritize information.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (91, 2737, 'EPA5', 'F5.2', 'F5.2 Synthesize information into a cogent narrative.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (92, 2738, 'EPA5', 'F5.3', 'F5.3 Record a problem list, working and differential diagnosis and plan.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (93, 2739, 'EPA5', 'F5.4', 'F5.4 Choose the information that requires emphasis in the documentation based on its purpose (e.g., Emergency Department visit, clinic visit, admission History and Physical Examination).', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (94, 2740, 'EPA5', 'F5.5', 'F5.5 Comply with requirements and regulations regarding documentation in the medical record.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (95, 2741, 'EPA5', 'F5.6', 'F5.6 Verify the authenticity and origin of the information recorded in the documentation (e.g., avoids blind copying and pasting).', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (96, 2742, 'EPA5', 'F5.7', 'F5.7 Record documentation so that it is timely and legible.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (97, 2743, 'EPA5', 'F5.8', 'F5.8 Accurately document the reasoning supporting the decision making in the clinical encounter for any reader (e.g., consultants, other health care professionals, patients and families, auditors).', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (98, 2744, 'EPA5', 'F5.9', 'F5.9 Document patient preferences to allow their incorporation into clinical decision making', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (99, 2745, 'EPA6', 'F6.1', 'F6.1 Present information that has been personally gathered or verified, acknowledging any areas of uncertainty.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (100, 2746, 'EPA6', 'F6.2', 'F6.2 Provide an accurate, concise, and well-organized oral presentation.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (101, 2747, 'EPA6', 'F6.3', 'F6.3 Adjust the oral presentation to meet the needs of the receiver of the information.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (102, 2748, 'EPA6', 'F6.4', 'F6.4 Assure closed-loop communication between the presenter and receiver of the information to ensure that both parties have a shared understanding of the patient\'s condition and needs.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (103, 2749, 'EPA7', 'F7.1', 'F7.1 Develop a well-formed, focused, pertinent clinical question based on clinical scenarios or real-time patient care.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (104, 2750, 'EPA7', 'F7.2', 'F7.2 Demonstrate basic awareness and early skills in appraisal of both the sources and content of medical information using accepted criteria.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (105, 2751, 'EPA7', 'F7.3', 'F7.3 Identify and demonstrate the use of information technology to access accurate and reliable online medical information.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (106, 2752, 'EPA7', 'F7.4', 'F7.4 Demonstrate basic awareness and early skills in assessing applicability/generalizability of evidence and published studies to specific patients.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (107, 2753, 'EPA7', 'F7.5', 'F7.5 Demonstrate curiosity, objectivity, and the use of scientific reasoning in acquisition of knowledge and application to patient care.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (108, 2754, 'EPA7', 'F7.6', 'F7.6 Apply the primary findings of one\'s information search to an individual patient or panel of patients.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (109, 2755, 'EPA7', 'F7.7', 'F7.7 Communicate one\'s findings to the health care team (including the patient/family).', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (110, 2756, 'EPA7', 'F7.8', 'F7.8 Close the loop through reflection on the process and the outcome for the patient.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (111, 2757, 'EPA9', 'F9.1', 'F9.1 Identify team members\' roles and the responsibilities associated with each role.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (112, 2758, 'EPA9', 'F9.2', 'F9.2 Establish and maintain a climate of mutual respect, dignity, integrity, and trust.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388431, NULL), |
| | | (113, 2759, 'EPA9', 'F9.3', 'F9.3 Communicate with respect for and appreciation of team members and include them in all relevant information exchange.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL), |
| | | (114, 2760, 'EPA9', 'F9.4', 'F9.4 Use attentive listening skills when communicating with team members.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL), |
| | | (115, 2761, 'EPA9', 'F9.5', 'F9.5 Adjust communication content and style to align with team-member communication needs.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL), |
| | | (116, 2762, 'EPA9', 'F9.6', 'F9.6 Understand one\'s own roles and personal limits as an individual provider and seek help from the other members of the team to optimize health care delivery.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL), |
| | | (117, 2763, 'EPA9', 'F9.7', 'F9.7 Help team members in need.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL), |
| | | (118, 2764, 'EPA9', 'F9.8', 'F9.8 Prioritize team needs over personal needs in order to optimize delivery of care.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL), |
| | | (119, 2765, 'EPA13', 'F13.1', 'F13.1 Understand systems and their vulnerabilities.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL), |
| | | (120, 2766, 'EPA13', 'F13.2', 'F13.2 Identify actual and potential (\"near miss\") errors in care.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL), |
| | | (121, 2767, 'EPA13', 'F13.3', 'F13.3 \"Speak up\" in the face of real or potential errors.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL), |
| | | (122, 2768, 'EPA13', 'F13.4', 'F13.4 Use system mechanisms for reporting errors (e.g., event reporting systems, chain of command policies).', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL), |
| | | (123, 2769, 'EPA13', 'F13.5', 'F13.5 Recognize the use of \"workarounds\" as an opportunity to improve the system.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL), |
| | | (124, 2770, 'EPA13', 'F13.6', 'F13.6 Participate in system improvement activities in the context of rotations or learning experiences (e.g., rapid-cycle change using plan-do-study-act cycles; root cause analyses; morbidity and mortality conferences; failure modes and eff', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL), |
| | | (125, 2771, 'EPA13', 'F13.7', 'F13.7 Engage in daily safety habits (e.g., universal precautions, hand washing, time-outs).', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL), |
| | | (126, 2772, 'EPA13', 'F13.8', 'F13.8 Admit one\'s own errors, reflect on one\'s contribution, and develop an improvement plan.', NULL, '', 33, 3, 2, 1685388109, 1, 1, 1685388432, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbe_user_tree_modifiers` | | -- Table structure for table `cbe_user_tree_modifiers` |
| -- | | -- |
| | | |
| CREATE TABLE `cbe_user_tree_modifiers` ( | | CREATE TABLE `cbe_user_tree_modifiers` ( |
| `id` int(10) UNSIGNED NOT NULL, | | `id` int(10) UNSIGNED NOT NULL, |
| `tree_id` int(10) UNSIGNED NOT NULL, | | `tree_id` int(10) UNSIGNED NOT NULL, |
| `proxy_id` int(10) UNSIGNED NOT NULL, | | `proxy_id` int(10) UNSIGNED NOT NULL, |
| `modifier_type` enum('addition','removal') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'addition', | | `modifier_type` enum('addition','removal') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'addition', |
| `branch` text COLLATE utf8_unicode_ci NOT NULL, | | `branch` text COLLATE utf8_unicode_ci NOT NULL, |
| `created_date` int(10) UNSIGNED NOT NULL, | | `created_date` int(10) UNSIGNED NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `updated_date` int(10) UNSIGNED DEFAULT NULL, | | `updated_date` int(10) UNSIGNED DEFAULT NULL, |
| `updated_by` int(10) UNSIGNED DEFAULT NULL, | | `updated_by` int(10) UNSIGNED DEFAULT NULL, |
| `deleted_date` int(10) UNSIGNED DEFAULT NULL | | `deleted_date` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Indexes for dumped tables | | -- Indexes for dumped tables |
| -- | | -- |
| | | |
| -- | | -- |
| -- Indexes for table `cbe_draft_versions` | | -- Indexes for table `cbe_draft_versions` |
| -- | | -- |
| ALTER TABLE `cbe_draft_versions` | | ALTER TABLE `cbe_draft_versions` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `course_id` (`draft_version_associated_record_id`), | | ADD KEY `course_id` (`draft_version_associated_record_id`), |
| ADD KEY `draft_version_type_id` (`draft_version_type_id`); | | ADD KEY `draft_version_type_id` (`draft_version_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbe_draft_version_steps` | | -- Indexes for table `cbe_draft_version_steps` |
| -- | | -- |
| ALTER TABLE `cbe_draft_version_steps` | | ALTER TABLE `cbe_draft_version_steps` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `draft_version_id` (`draft_version_id`); | | ADD KEY `draft_version_id` (`draft_version_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbe_lu_draft_version_step_types` | | -- Indexes for table `cbe_lu_draft_version_step_types` |
| -- | | -- |
| ALTER TABLE `cbe_lu_draft_version_step_types` | | ALTER TABLE `cbe_lu_draft_version_step_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbe_lu_draft_version_types` | | -- Indexes for table `cbe_lu_draft_version_types` |
| -- | | -- |
| ALTER TABLE `cbe_lu_draft_version_types` | | ALTER TABLE `cbe_lu_draft_version_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbe_lu_node_types` | | -- Indexes for table `cbe_lu_node_types` |
| -- | | -- |
| ALTER TABLE `cbe_lu_node_types` | | ALTER TABLE `cbe_lu_node_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbe_lu_owner_types` | | -- Indexes for table `cbe_lu_owner_types` |
| -- | | -- |
| ALTER TABLE `cbe_lu_owner_types` | | ALTER TABLE `cbe_lu_owner_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbe_lu_property_types` | | -- Indexes for table `cbe_lu_property_types` |
| -- | | -- |
| ALTER TABLE `cbe_lu_property_types` | | ALTER TABLE `cbe_lu_property_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbe_lu_tree_types` | | -- Indexes for table `cbe_lu_tree_types` |
| -- | | -- |
| ALTER TABLE `cbe_lu_tree_types` | | ALTER TABLE `cbe_lu_tree_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbe_lu_upload_types` | | -- Indexes for table `cbe_lu_upload_types` |
| -- | | -- |
| ALTER TABLE `cbe_lu_upload_types` | | ALTER TABLE `cbe_lu_upload_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbe_objective_tree_nodes` | | -- Indexes for table `cbe_objective_tree_nodes` |
| -- | | -- |
| ALTER TABLE `cbe_objective_tree_nodes` | | ALTER TABLE `cbe_objective_tree_nodes` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `left` (`left`); | | ADD KEY `left` (`left`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbe_trees` | | -- Indexes for table `cbe_trees` |
| -- | | -- |
| ALTER TABLE `cbe_trees` | | ALTER TABLE `cbe_trees` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `organisation_id` (`organisation_id`); | | ADD KEY `organisation_id` (`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbe_trees_1_course_3_version_1` | | -- Indexes for table `cbe_trees_1_course_3_version_1` |
| -- | | -- |
| ALTER TABLE `cbe_trees_1_course_3_version_1` | | ALTER TABLE `cbe_trees_1_course_3_version_1` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `left` (`left`); | | ADD KEY `left` (`left`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbe_trees_2_course_13_version_2` | | -- Indexes for table `cbe_trees_2_course_13_version_2` |
| -- | | -- |
| ALTER TABLE `cbe_trees_2_course_13_version_2` | | ALTER TABLE `cbe_trees_2_course_13_version_2` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `left` (`left`); | | ADD KEY `left` (`left`); |
| | | |
| -- | | -- |
| n | | n | -- Indexes for table `cbe_trees_3_course_16_version_3` |
| | | -- |
| | | ALTER TABLE `cbe_trees_3_course_16_version_3` |
| | | ADD PRIMARY KEY (`id`), |
| | | ADD KEY `left` (`left`); |
| | | |
| | | -- |
| -- Indexes for table `cbe_tree_properties` | | -- Indexes for table `cbe_tree_properties` |
| -- | | -- |
| ALTER TABLE `cbe_tree_properties` | | ALTER TABLE `cbe_tree_properties` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `tree_properties_tree_id_IDX` (`tree_id`), | | ADD KEY `tree_properties_tree_id_IDX` (`tree_id`), |
| ADD KEY `tree_properties_property_type_id_IDX` (`property_type_id`,`tree_id`); | | ADD KEY `tree_properties_property_type_id_IDX` (`property_type_id`,`tree_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbe_tree_versions` | | -- Indexes for table `cbe_tree_versions` |
| -- | | -- |
| ALTER TABLE `cbe_tree_versions` | | ALTER TABLE `cbe_tree_versions` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbe_tree_version_audit` | | -- Indexes for table `cbe_tree_version_audit` |
| -- | | -- |
| ALTER TABLE `cbe_tree_version_audit` | | ALTER TABLE `cbe_tree_version_audit` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbe_tree_version_objectives` | | -- Indexes for table `cbe_tree_version_objectives` |
| -- | | -- |
| ALTER TABLE `cbe_tree_version_objectives` | | ALTER TABLE `cbe_tree_version_objectives` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbe_user_tree_modifiers` | | -- Indexes for table `cbe_user_tree_modifiers` |
| -- | | -- |
| ALTER TABLE `cbe_user_tree_modifiers` | | ALTER TABLE `cbe_user_tree_modifiers` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `tree_modifiers_tree_id_t_p_m_IDX` (`tree_id`,`proxy_id`,`modifier_type`) USING BTREE, | | ADD KEY `tree_modifiers_tree_id_t_p_m_IDX` (`tree_id`,`proxy_id`,`modifier_type`) USING BTREE, |
| ADD KEY `tree_modifiers_tree_id_t_p_IDX` (`tree_id`,`proxy_id`) USING BTREE; | | ADD KEY `tree_modifiers_tree_id_t_p_IDX` (`tree_id`,`proxy_id`) USING BTREE; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for dumped tables | | -- AUTO_INCREMENT for dumped tables |
| -- | | -- |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbe_draft_versions` | | -- AUTO_INCREMENT for table `cbe_draft_versions` |
| -- | | -- |
| ALTER TABLE `cbe_draft_versions` | | ALTER TABLE `cbe_draft_versions` |
| n | MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | n | MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbe_draft_version_steps` | | -- AUTO_INCREMENT for table `cbe_draft_version_steps` |
| -- | | -- |
| ALTER TABLE `cbe_draft_version_steps` | | ALTER TABLE `cbe_draft_version_steps` |
| n | MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | n | MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbe_lu_draft_version_step_types` | | -- AUTO_INCREMENT for table `cbe_lu_draft_version_step_types` |
| -- | | -- |
| ALTER TABLE `cbe_lu_draft_version_step_types` | | ALTER TABLE `cbe_lu_draft_version_step_types` |
| MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; | | MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbe_lu_draft_version_types` | | -- AUTO_INCREMENT for table `cbe_lu_draft_version_types` |
| -- | | -- |
| ALTER TABLE `cbe_lu_draft_version_types` | | ALTER TABLE `cbe_lu_draft_version_types` |
| MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbe_lu_node_types` | | -- AUTO_INCREMENT for table `cbe_lu_node_types` |
| -- | | -- |
| ALTER TABLE `cbe_lu_node_types` | | ALTER TABLE `cbe_lu_node_types` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbe_lu_owner_types` | | -- AUTO_INCREMENT for table `cbe_lu_owner_types` |
| -- | | -- |
| ALTER TABLE `cbe_lu_owner_types` | | ALTER TABLE `cbe_lu_owner_types` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbe_lu_property_types` | | -- AUTO_INCREMENT for table `cbe_lu_property_types` |
| -- | | -- |
| ALTER TABLE `cbe_lu_property_types` | | ALTER TABLE `cbe_lu_property_types` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbe_lu_tree_types` | | -- AUTO_INCREMENT for table `cbe_lu_tree_types` |
| -- | | -- |
| ALTER TABLE `cbe_lu_tree_types` | | ALTER TABLE `cbe_lu_tree_types` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbe_lu_upload_types` | | -- AUTO_INCREMENT for table `cbe_lu_upload_types` |
| -- | | -- |
| ALTER TABLE `cbe_lu_upload_types` | | ALTER TABLE `cbe_lu_upload_types` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbe_objective_tree_nodes` | | -- AUTO_INCREMENT for table `cbe_objective_tree_nodes` |
| -- | | -- |
| ALTER TABLE `cbe_objective_tree_nodes` | | ALTER TABLE `cbe_objective_tree_nodes` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbe_trees` | | -- AUTO_INCREMENT for table `cbe_trees` |
| -- | | -- |
| ALTER TABLE `cbe_trees` | | ALTER TABLE `cbe_trees` |
| n | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | n | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbe_trees_1_course_3_version_1` | | -- AUTO_INCREMENT for table `cbe_trees_1_course_3_version_1` |
| -- | | -- |
| ALTER TABLE `cbe_trees_1_course_3_version_1` | | ALTER TABLE `cbe_trees_1_course_3_version_1` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=61; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=61; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbe_trees_2_course_13_version_2` | | -- AUTO_INCREMENT for table `cbe_trees_2_course_13_version_2` |
| -- | | -- |
| ALTER TABLE `cbe_trees_2_course_13_version_2` | | ALTER TABLE `cbe_trees_2_course_13_version_2` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; |
| | | |
| -- | | -- |
| n | | n | -- AUTO_INCREMENT for table `cbe_trees_3_course_16_version_3` |
| | | -- |
| | | ALTER TABLE `cbe_trees_3_course_16_version_3` |
| | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=84; |
| | | |
| | | -- |
| -- AUTO_INCREMENT for table `cbe_tree_properties` | | -- AUTO_INCREMENT for table `cbe_tree_properties` |
| -- | | -- |
| ALTER TABLE `cbe_tree_properties` | | ALTER TABLE `cbe_tree_properties` |
| n | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | n | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbe_tree_versions` | | -- AUTO_INCREMENT for table `cbe_tree_versions` |
| -- | | -- |
| ALTER TABLE `cbe_tree_versions` | | ALTER TABLE `cbe_tree_versions` |
| n | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | n | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbe_tree_version_audit` | | -- AUTO_INCREMENT for table `cbe_tree_version_audit` |
| -- | | -- |
| ALTER TABLE `cbe_tree_version_audit` | | ALTER TABLE `cbe_tree_version_audit` |
| n | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | n | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbe_tree_version_objectives` | | -- AUTO_INCREMENT for table `cbe_tree_version_objectives` |
| -- | | -- |
| ALTER TABLE `cbe_tree_version_objectives` | | ALTER TABLE `cbe_tree_version_objectives` |
| n | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45; | n | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=127; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbe_user_tree_modifiers` | | -- AUTO_INCREMENT for table `cbe_user_tree_modifiers` |
| -- | | -- |
| ALTER TABLE `cbe_user_tree_modifiers` | | ALTER TABLE `cbe_user_tree_modifiers` |
| MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; |
| -- | | -- |
| -- Database: `elentra_events` | | -- Database: `elentra_events` |
| -- | | -- |
| CREATE DATABASE IF NOT EXISTS `elentra_events` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; | | CREATE DATABASE IF NOT EXISTS `elentra_events` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; |
| USE `elentra_events`; | | USE `elentra_events`; |
| -- | | -- |
| -- Database: `elentra_imports` | | -- Database: `elentra_imports` |
| -- | | -- |
| CREATE DATABASE IF NOT EXISTS `elentra_imports` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; | | CREATE DATABASE IF NOT EXISTS `elentra_imports` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; |
| USE `elentra_imports`; | | USE `elentra_imports`; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule` | | -- Table structure for table `cbl_schedule` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule` ( | | CREATE TABLE `cbl_schedule` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(36) DEFAULT NULL, | | `import_token` varchar(36) DEFAULT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `schedule_id` int(10) UNSIGNED DEFAULT NULL, | | `schedule_id` int(10) UNSIGNED DEFAULT NULL, |
| `code` varchar(128) DEFAULT NULL, | | `code` varchar(128) DEFAULT NULL, |
| `description` varchar(2048) DEFAULT NULL, | | `description` varchar(2048) DEFAULT NULL, |
| `schedule_type` enum('stream','block','rotation_stream','rotation_block') DEFAULT 'stream', | | `schedule_type` enum('stream','block','rotation_stream','rotation_block') DEFAULT 'stream', |
| `schedule_parent_id` int(11) DEFAULT '0', | | `schedule_parent_id` int(11) DEFAULT '0', |
| `organisation_id` int(11) DEFAULT NULL, | | `organisation_id` int(11) DEFAULT NULL, |
| `course_id` int(11) DEFAULT NULL, | | `course_id` int(11) DEFAULT NULL, |
| `region_id` int(11) DEFAULT NULL, | | `region_id` int(11) DEFAULT NULL, |
| `facility_id` int(11) DEFAULT NULL, | | `facility_id` int(11) DEFAULT NULL, |
| `cperiod_id` int(11) DEFAULT NULL, | | `cperiod_id` int(11) DEFAULT NULL, |
| `start_date` bigint(64) DEFAULT NULL, | | `start_date` bigint(64) DEFAULT NULL, |
| `end_date` bigint(64) DEFAULT NULL, | | `end_date` bigint(64) DEFAULT NULL, |
| `block_type_id` int(11) DEFAULT NULL, | | `block_type_id` int(11) DEFAULT NULL, |
| `draft_id` int(11) DEFAULT NULL, | | `draft_id` int(11) DEFAULT NULL, |
| `schedule_order` int(11) DEFAULT NULL, | | `schedule_order` int(11) DEFAULT NULL, |
| `copied_from` int(11) DEFAULT NULL, | | `copied_from` int(11) DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `created_by` int(10) UNSIGNED DEFAULT NULL, | | `created_by` int(10) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(10) UNSIGNED DEFAULT NULL, | | `updated_by` int(10) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_audience` | | -- Table structure for table `cbl_schedule_audience` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_audience` ( | | CREATE TABLE `cbl_schedule_audience` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(36) DEFAULT NULL, | | `import_token` varchar(36) DEFAULT NULL, |
| `foreign_id` varchar(45) DEFAULT NULL, | | `foreign_id` varchar(45) DEFAULT NULL, |
| `saudience_id` int(11) DEFAULT NULL, | | `saudience_id` int(11) DEFAULT NULL, |
| `schedule_id` int(10) UNSIGNED DEFAULT NULL, | | `schedule_id` int(10) UNSIGNED DEFAULT NULL, |
| `schedule_slot_id` int(11) DEFAULT NULL, | | `schedule_slot_id` int(11) DEFAULT NULL, |
| `audience_type` enum('proxy_id','course_id','cperiod_id','cgroup_id') DEFAULT NULL, | | `audience_type` enum('proxy_id','course_id','cperiod_id','cgroup_id') DEFAULT NULL, |
| `audience_value` int(11) DEFAULT NULL, | | `audience_value` int(11) DEFAULT NULL, |
| `schedule_status` int(11) DEFAULT NULL, | | `schedule_status` int(11) DEFAULT NULL, |
| `parent_audience_type` enum('course_id','cperiod_id','cgroup_id') DEFAULT NULL, | | `parent_audience_type` enum('course_id','cperiod_id','cgroup_id') DEFAULT NULL, |
| `parent_audience_value` int(11) DEFAULT NULL, | | `parent_audience_value` int(11) DEFAULT NULL, |
| `custom_start_date` bigint(64) DEFAULT NULL, | | `custom_start_date` bigint(64) DEFAULT NULL, |
| `custom_end_date` bigint(64) DEFAULT NULL, | | `custom_end_date` bigint(64) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_audience_deploy` | | -- Table structure for table `cbl_schedule_audience_deploy` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_audience_deploy` ( | | CREATE TABLE `cbl_schedule_audience_deploy` ( |
| `saudience_id` int(11) DEFAULT NULL, | | `saudience_id` int(11) DEFAULT NULL, |
| `schedule_id` int(10) UNSIGNED DEFAULT NULL, | | `schedule_id` int(10) UNSIGNED DEFAULT NULL, |
| `schedule_slot_id` int(11) DEFAULT NULL, | | `schedule_slot_id` int(11) DEFAULT NULL, |
| `audience_type` enum('proxy_id','course_id','cperiod_id','cgroup_id') DEFAULT NULL, | | `audience_type` enum('proxy_id','course_id','cperiod_id','cgroup_id') DEFAULT NULL, |
| `audience_value` int(11) DEFAULT NULL, | | `audience_value` int(11) DEFAULT NULL, |
| `schedule_status` int(11) DEFAULT NULL, | | `schedule_status` int(11) DEFAULT NULL, |
| `parent_audience_type` enum('course_id','cperiod_id','cgroup_id') DEFAULT NULL, | | `parent_audience_type` enum('course_id','cperiod_id','cgroup_id') DEFAULT NULL, |
| `parent_audience_value` int(11) DEFAULT NULL, | | `parent_audience_value` int(11) DEFAULT NULL, |
| `custom_start_date` bigint(64) DEFAULT NULL, | | `custom_start_date` bigint(64) DEFAULT NULL, |
| `custom_end_date` bigint(64) DEFAULT NULL, | | `custom_end_date` bigint(64) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_audience_history` | | -- Table structure for table `cbl_schedule_audience_history` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_audience_history` ( | | CREATE TABLE `cbl_schedule_audience_history` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(36) DEFAULT NULL, | | `import_token` varchar(36) DEFAULT NULL, |
| `foreign_id` varchar(45) DEFAULT NULL, | | `foreign_id` varchar(45) DEFAULT NULL, |
| `saudience_id` int(11) DEFAULT NULL, | | `saudience_id` int(11) DEFAULT NULL, |
| `schedule_id` int(10) UNSIGNED DEFAULT NULL, | | `schedule_id` int(10) UNSIGNED DEFAULT NULL, |
| `schedule_slot_id` int(11) DEFAULT NULL, | | `schedule_slot_id` int(11) DEFAULT NULL, |
| `audience_type` enum('proxy_id','course_id','cperiod_id','cgroup_id') DEFAULT NULL, | | `audience_type` enum('proxy_id','course_id','cperiod_id','cgroup_id') DEFAULT NULL, |
| `audience_value` int(11) DEFAULT NULL, | | `audience_value` int(11) DEFAULT NULL, |
| `schedule_status` int(11) DEFAULT NULL, | | `schedule_status` int(11) DEFAULT NULL, |
| `parent_audience_type` enum('course_id','cperiod_id','cgroup_id') DEFAULT NULL, | | `parent_audience_type` enum('course_id','cperiod_id','cgroup_id') DEFAULT NULL, |
| `parent_audience_value` int(11) DEFAULT NULL, | | `parent_audience_value` int(11) DEFAULT NULL, |
| `custom_start_date` bigint(64) DEFAULT NULL, | | `custom_start_date` bigint(64) DEFAULT NULL, |
| `custom_end_date` bigint(64) DEFAULT NULL, | | `custom_end_date` bigint(64) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_deploy` | | -- Table structure for table `cbl_schedule_deploy` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_deploy` ( | | CREATE TABLE `cbl_schedule_deploy` ( |
| `schedule_id` int(10) UNSIGNED DEFAULT NULL, | | `schedule_id` int(10) UNSIGNED DEFAULT NULL, |
| `code` varchar(128) DEFAULT NULL, | | `code` varchar(128) DEFAULT NULL, |
| `description` varchar(2048) DEFAULT NULL, | | `description` varchar(2048) DEFAULT NULL, |
| `schedule_type` enum('stream','block','rotation_stream','rotation_block') DEFAULT 'stream', | | `schedule_type` enum('stream','block','rotation_stream','rotation_block') DEFAULT 'stream', |
| `schedule_parent_id` int(11) DEFAULT '0', | | `schedule_parent_id` int(11) DEFAULT '0', |
| `organisation_id` int(11) DEFAULT NULL, | | `organisation_id` int(11) DEFAULT NULL, |
| `course_id` int(11) DEFAULT NULL, | | `course_id` int(11) DEFAULT NULL, |
| `region_id` int(11) DEFAULT NULL, | | `region_id` int(11) DEFAULT NULL, |
| `facility_id` int(11) DEFAULT NULL, | | `facility_id` int(11) DEFAULT NULL, |
| `cperiod_id` int(11) DEFAULT NULL, | | `cperiod_id` int(11) DEFAULT NULL, |
| `start_date` bigint(64) DEFAULT NULL, | | `start_date` bigint(64) DEFAULT NULL, |
| `end_date` bigint(64) DEFAULT NULL, | | `end_date` bigint(64) DEFAULT NULL, |
| `block_type_id` int(11) DEFAULT NULL, | | `block_type_id` int(11) DEFAULT NULL, |
| `draft_id` int(11) DEFAULT NULL, | | `draft_id` int(11) DEFAULT NULL, |
| `schedule_order` int(11) DEFAULT NULL, | | `schedule_order` int(11) DEFAULT NULL, |
| `copied_from` int(11) DEFAULT NULL, | | `copied_from` int(11) DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `created_by` int(10) UNSIGNED DEFAULT NULL, | | `created_by` int(10) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(10) UNSIGNED DEFAULT NULL, | | `updated_by` int(10) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_drafts` | | -- Table structure for table `cbl_schedule_drafts` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_drafts` ( | | CREATE TABLE `cbl_schedule_drafts` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) NOT NULL, | | `import_token` varchar(100) NOT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL, | | `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL, |
| `draft_title` varchar(64) NOT NULL DEFAULT '', | | `draft_title` varchar(64) NOT NULL DEFAULT '', |
| `status` enum('draft','live') NOT NULL DEFAULT 'draft', | | `status` enum('draft','live') NOT NULL DEFAULT 'draft', |
| `course_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra', | | `course_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra', |
| `cperiod_id` int(11) DEFAULT '0', | | `cperiod_id` int(11) DEFAULT '0', |
| `rotations_inheritance` tinyint(3) UNSIGNED NOT NULL DEFAULT '0', | | `rotations_inheritance` tinyint(3) UNSIGNED NOT NULL DEFAULT '0', |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` int(11) DEFAULT NULL, | | `deleted_date` int(11) DEFAULT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_drafts_deploy` | | -- Table structure for table `cbl_schedule_drafts_deploy` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_drafts_deploy` ( | | CREATE TABLE `cbl_schedule_drafts_deploy` ( |
| `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL, | | `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL, |
| `draft_title` varchar(64) NOT NULL DEFAULT '', | | `draft_title` varchar(64) NOT NULL DEFAULT '', |
| `status` enum('draft','live') NOT NULL DEFAULT 'draft', | | `status` enum('draft','live') NOT NULL DEFAULT 'draft', |
| `course_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra', | | `course_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra', |
| `cperiod_id` int(11) DEFAULT '0', | | `cperiod_id` int(11) DEFAULT '0', |
| `rotations_inheritance` tinyint(3) UNSIGNED NOT NULL DEFAULT '0', | | `rotations_inheritance` tinyint(3) UNSIGNED NOT NULL DEFAULT '0', |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` int(11) DEFAULT NULL, | | `deleted_date` int(11) DEFAULT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_drafts_history` | | -- Table structure for table `cbl_schedule_drafts_history` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_drafts_history` ( | | CREATE TABLE `cbl_schedule_drafts_history` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) NOT NULL, | | `import_token` varchar(100) NOT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL, | | `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL, |
| `draft_title` varchar(64) NOT NULL DEFAULT '', | | `draft_title` varchar(64) NOT NULL DEFAULT '', |
| `status` enum('draft','live') NOT NULL DEFAULT 'draft', | | `status` enum('draft','live') NOT NULL DEFAULT 'draft', |
| `course_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra', | | `course_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra', |
| `cperiod_id` int(11) DEFAULT '0', | | `cperiod_id` int(11) DEFAULT '0', |
| `rotations_inheritance` tinyint(3) UNSIGNED NOT NULL DEFAULT '0', | | `rotations_inheritance` tinyint(3) UNSIGNED NOT NULL DEFAULT '0', |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` int(11) DEFAULT NULL, | | `deleted_date` int(11) DEFAULT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_drafts_id_mapping` | | -- Table structure for table `cbl_schedule_drafts_id_mapping` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_drafts_id_mapping` ( | | CREATE TABLE `cbl_schedule_drafts_id_mapping` ( |
| `id` int(10) UNSIGNED NOT NULL, | | `id` int(10) UNSIGNED NOT NULL, |
| `draft_title` varchar(60) NOT NULL, | | `draft_title` varchar(60) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL | | `updated_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_draft_authors` | | -- Table structure for table `cbl_schedule_draft_authors` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_draft_authors` ( | | CREATE TABLE `cbl_schedule_draft_authors` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(36) DEFAULT NULL, | | `import_token` varchar(36) DEFAULT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `cbl_schedule_draft_author_id` int(10) UNSIGNED DEFAULT NULL, | | `cbl_schedule_draft_author_id` int(10) UNSIGNED DEFAULT NULL, |
| `cbl_schedule_draft_id` int(11) DEFAULT NULL, | | `cbl_schedule_draft_id` int(11) DEFAULT NULL, |
| `author_value` int(11) DEFAULT NULL, | | `author_value` int(11) DEFAULT NULL, |
| `author_type` enum('proxy_id','course_id') DEFAULT NULL, | | `author_type` enum('proxy_id','course_id') DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL | | `created_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_draft_authors_deploy` | | -- Table structure for table `cbl_schedule_draft_authors_deploy` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_draft_authors_deploy` ( | | CREATE TABLE `cbl_schedule_draft_authors_deploy` ( |
| `cbl_schedule_draft_author_id` int(10) UNSIGNED DEFAULT NULL, | | `cbl_schedule_draft_author_id` int(10) UNSIGNED DEFAULT NULL, |
| `cbl_schedule_draft_id` int(11) DEFAULT NULL, | | `cbl_schedule_draft_id` int(11) DEFAULT NULL, |
| `author_value` int(11) DEFAULT NULL, | | `author_value` int(11) DEFAULT NULL, |
| `author_type` enum('proxy_id','course_id') DEFAULT NULL, | | `author_type` enum('proxy_id','course_id') DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL | | `created_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_draft_authors_history` | | -- Table structure for table `cbl_schedule_draft_authors_history` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_draft_authors_history` ( | | CREATE TABLE `cbl_schedule_draft_authors_history` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(36) DEFAULT NULL, | | `import_token` varchar(36) DEFAULT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `cbl_schedule_draft_author_id` int(10) UNSIGNED DEFAULT NULL, | | `cbl_schedule_draft_author_id` int(10) UNSIGNED DEFAULT NULL, |
| `cbl_schedule_draft_id` int(11) DEFAULT NULL, | | `cbl_schedule_draft_id` int(11) DEFAULT NULL, |
| `author_value` int(11) DEFAULT NULL, | | `author_value` int(11) DEFAULT NULL, |
| `author_type` enum('proxy_id','course_id') DEFAULT NULL, | | `author_type` enum('proxy_id','course_id') DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL | | `created_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_draft_authors_id_mapping` | | -- Table structure for table `cbl_schedule_draft_authors_id_mapping` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_draft_authors_id_mapping` ( | | CREATE TABLE `cbl_schedule_draft_authors_id_mapping` ( |
| `cbl_schedule_draft_author_id` int(10) UNSIGNED NOT NULL, | | `cbl_schedule_draft_author_id` int(10) UNSIGNED NOT NULL, |
| `cbl_schedule_draft_id` int(11) NOT NULL, | | `cbl_schedule_draft_id` int(11) NOT NULL, |
| `author_value` int(11) NOT NULL, | | `author_value` int(11) NOT NULL, |
| `author_type` enum('proxy_id','course_id') NOT NULL | | `author_type` enum('proxy_id','course_id') NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_draft_courses` | | -- Table structure for table `cbl_schedule_draft_courses` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_draft_courses` ( | | CREATE TABLE `cbl_schedule_draft_courses` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(36) NOT NULL, | | `import_token` varchar(36) NOT NULL, |
| `cbl_schedule_course_id` int(12) DEFAULT NULL, | | `cbl_schedule_course_id` int(12) DEFAULT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `cbl_schedule_draft_id` int(10) UNSIGNED DEFAULT NULL, | | `cbl_schedule_draft_id` int(10) UNSIGNED DEFAULT NULL, |
| `course_id` int(10) UNSIGNED DEFAULT NULL | | `course_id` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_draft_courses_deploy` | | -- Table structure for table `cbl_schedule_draft_courses_deploy` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_draft_courses_deploy` ( | | CREATE TABLE `cbl_schedule_draft_courses_deploy` ( |
| `cbl_schedule_course_id` int(12) DEFAULT NULL, | | `cbl_schedule_course_id` int(12) DEFAULT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `cbl_schedule_draft_id` int(10) UNSIGNED DEFAULT NULL, | | `cbl_schedule_draft_id` int(10) UNSIGNED DEFAULT NULL, |
| `course_id` int(10) UNSIGNED DEFAULT NULL | | `course_id` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_draft_courses_history` | | -- Table structure for table `cbl_schedule_draft_courses_history` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_draft_courses_history` ( | | CREATE TABLE `cbl_schedule_draft_courses_history` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(36) NOT NULL, | | `import_token` varchar(36) NOT NULL, |
| `cbl_schedule_course_id` int(12) DEFAULT NULL, | | `cbl_schedule_course_id` int(12) DEFAULT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `cbl_schedule_draft_id` int(10) UNSIGNED DEFAULT NULL, | | `cbl_schedule_draft_id` int(10) UNSIGNED DEFAULT NULL, |
| `course_id` int(10) UNSIGNED DEFAULT NULL | | `course_id` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_history` | | -- Table structure for table `cbl_schedule_history` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_history` ( | | CREATE TABLE `cbl_schedule_history` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(36) DEFAULT NULL, | | `import_token` varchar(36) DEFAULT NULL, |
| `schedule_id` int(10) UNSIGNED DEFAULT NULL, | | `schedule_id` int(10) UNSIGNED DEFAULT NULL, |
| `code` varchar(128) DEFAULT NULL, | | `code` varchar(128) DEFAULT NULL, |
| `description` varchar(2048) DEFAULT NULL, | | `description` varchar(2048) DEFAULT NULL, |
| `schedule_type` enum('stream','block','rotation_stream','rotation_block') DEFAULT 'stream', | | `schedule_type` enum('stream','block','rotation_stream','rotation_block') DEFAULT 'stream', |
| `schedule_parent_id` int(11) DEFAULT '0', | | `schedule_parent_id` int(11) DEFAULT '0', |
| `organisation_id` int(11) DEFAULT NULL, | | `organisation_id` int(11) DEFAULT NULL, |
| `course_id` int(11) DEFAULT NULL, | | `course_id` int(11) DEFAULT NULL, |
| `region_id` int(11) DEFAULT NULL, | | `region_id` int(11) DEFAULT NULL, |
| `facility_id` int(11) DEFAULT NULL, | | `facility_id` int(11) DEFAULT NULL, |
| `cperiod_id` int(11) DEFAULT NULL, | | `cperiod_id` int(11) DEFAULT NULL, |
| `start_date` bigint(64) DEFAULT NULL, | | `start_date` bigint(64) DEFAULT NULL, |
| `end_date` bigint(64) DEFAULT NULL, | | `end_date` bigint(64) DEFAULT NULL, |
| `block_type_id` int(11) DEFAULT NULL, | | `block_type_id` int(11) DEFAULT NULL, |
| `draft_id` int(11) DEFAULT NULL, | | `draft_id` int(11) DEFAULT NULL, |
| `schedule_order` int(11) DEFAULT NULL, | | `schedule_order` int(11) DEFAULT NULL, |
| `copied_from` int(11) DEFAULT NULL, | | `copied_from` int(11) DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `created_by` int(10) UNSIGNED DEFAULT NULL, | | `created_by` int(10) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(10) UNSIGNED DEFAULT NULL, | | `updated_by` int(10) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_id_mapping` | | -- Table structure for table `cbl_schedule_id_mapping` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_id_mapping` ( | | CREATE TABLE `cbl_schedule_id_mapping` ( |
| `schedule_id` int(10) UNSIGNED NOT NULL, | | `schedule_id` int(10) UNSIGNED NOT NULL, |
| `code` varchar(128) NOT NULL, | | `code` varchar(128) NOT NULL, |
| `updated_date` bigint(64) NOT NULL | | `updated_date` bigint(64) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `courses` | | -- Table structure for table `courses` |
| -- | | -- |
| | | |
| CREATE TABLE `courses` ( | | CREATE TABLE `courses` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) DEFAULT NULL, | | `import_token` varchar(100) DEFAULT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(12) NOT NULL DEFAULT '0', | | `organisation_id` int(12) NOT NULL DEFAULT '0', |
| `curriculum_type_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `curriculum_type_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `parent_id` int(12) NOT NULL DEFAULT '0', | | `parent_id` int(12) NOT NULL DEFAULT '0', |
| `pcoord_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `pcoord_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `evalrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `evalrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `studrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `studrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `course_name` varchar(85) NOT NULL DEFAULT '', | | `course_name` varchar(85) NOT NULL DEFAULT '', |
| `course_code` varchar(16) NOT NULL DEFAULT '', | | `course_code` varchar(16) NOT NULL DEFAULT '', |
| `course_credit` decimal(10,1) DEFAULT NULL, | | `course_credit` decimal(10,1) DEFAULT NULL, |
| `course_description` text, | | `course_description` text, |
| `course_mandatory` int(1) NOT NULL DEFAULT '0', | | `course_mandatory` int(1) NOT NULL DEFAULT '0', |
| `course_objectives` text, | | `course_objectives` text, |
| `course_url` text, | | `course_url` text, |
| `course_redirect` tinyint(1) NOT NULL DEFAULT '0', | | `course_redirect` tinyint(1) NOT NULL DEFAULT '0', |
| `course_message` text NOT NULL, | | `course_message` text NOT NULL, |
| `permission` enum('open','closed') NOT NULL DEFAULT 'closed', | | `permission` enum('open','closed') NOT NULL DEFAULT 'closed', |
| `sync_ldap` int(1) NOT NULL DEFAULT '0', | | `sync_ldap` int(1) NOT NULL DEFAULT '0', |
| `sync_ldap_courses` text, | | `sync_ldap_courses` text, |
| `sync_groups` tinyint(1) NOT NULL DEFAULT '0', | | `sync_groups` tinyint(1) NOT NULL DEFAULT '0', |
| `notifications` int(1) NOT NULL DEFAULT '1', | | `notifications` int(1) NOT NULL DEFAULT '1', |
| `course_active` int(1) NOT NULL DEFAULT '1', | | `course_active` int(1) NOT NULL DEFAULT '1', |
| `capture_enabled` tinyint(1) DEFAULT '0', | | `capture_enabled` tinyint(1) DEFAULT '0', |
| `capture_default` tinyint(1) DEFAULT '0', | | `capture_default` tinyint(1) DEFAULT '0', |
| `capture_faculty_override` tinyint(1) DEFAULT '0', | | `capture_faculty_override` tinyint(1) DEFAULT '0', |
| `clinical_course` int(1) DEFAULT '0', | | `clinical_course` int(1) DEFAULT '0', |
| `clinical_report_use_rotation_schedule` tinyint(1) NOT NULL DEFAULT '0', | | `clinical_report_use_rotation_schedule` tinyint(1) NOT NULL DEFAULT '0', |
| `course_objectives_span_course` tinyint(1) NOT NULL DEFAULT '0', | | `course_objectives_span_course` tinyint(1) NOT NULL DEFAULT '0', |
| `course_twitter_handle` varchar(16) DEFAULT NULL, | | `course_twitter_handle` varchar(16) DEFAULT NULL, |
| `course_twitter_hashtags` text, | | `course_twitter_hashtags` text, |
| `course_color` varchar(20) DEFAULT NULL, | | `course_color` varchar(20) DEFAULT NULL, |
| `cbme_milestones` tinyint(1) DEFAULT NULL, | | `cbme_milestones` tinyint(1) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `course_order` mediumint(8) UNSIGNED NOT NULL DEFAULT '0', | | `course_order` mediumint(8) UNSIGNED NOT NULL DEFAULT '0', |
| `faculty_website_enabled` tinyint(1) DEFAULT NULL, | | `faculty_website_enabled` tinyint(1) DEFAULT NULL, |
| `curriculum_type_name` varchar(150) DEFAULT NULL | | `curriculum_type_name` varchar(150) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `courses_deploy` | | -- Table structure for table `courses_deploy` |
| -- | | -- |
| | | |
| CREATE TABLE `courses_deploy` ( | | CREATE TABLE `courses_deploy` ( |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(12) NOT NULL DEFAULT '0', | | `organisation_id` int(12) NOT NULL DEFAULT '0', |
| `curriculum_type_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `curriculum_type_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `parent_id` int(12) NOT NULL DEFAULT '0', | | `parent_id` int(12) NOT NULL DEFAULT '0', |
| `pcoord_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `pcoord_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `evalrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `evalrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `studrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `studrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `course_name` varchar(85) NOT NULL DEFAULT '', | | `course_name` varchar(85) NOT NULL DEFAULT '', |
| `course_code` varchar(16) NOT NULL DEFAULT '', | | `course_code` varchar(16) NOT NULL DEFAULT '', |
| `course_credit` decimal(10,1) DEFAULT NULL, | | `course_credit` decimal(10,1) DEFAULT NULL, |
| `course_description` text, | | `course_description` text, |
| `course_mandatory` int(1) NOT NULL DEFAULT '0', | | `course_mandatory` int(1) NOT NULL DEFAULT '0', |
| `course_objectives` text, | | `course_objectives` text, |
| `course_url` text, | | `course_url` text, |
| `course_redirect` tinyint(1) NOT NULL DEFAULT '0', | | `course_redirect` tinyint(1) NOT NULL DEFAULT '0', |
| `course_message` text NOT NULL, | | `course_message` text NOT NULL, |
| `permission` enum('open','closed') NOT NULL DEFAULT 'closed', | | `permission` enum('open','closed') NOT NULL DEFAULT 'closed', |
| `sync_ldap` int(1) NOT NULL DEFAULT '0', | | `sync_ldap` int(1) NOT NULL DEFAULT '0', |
| `sync_ldap_courses` text, | | `sync_ldap_courses` text, |
| `sync_groups` tinyint(1) NOT NULL DEFAULT '0', | | `sync_groups` tinyint(1) NOT NULL DEFAULT '0', |
| `notifications` int(1) NOT NULL DEFAULT '1', | | `notifications` int(1) NOT NULL DEFAULT '1', |
| `course_active` int(1) NOT NULL DEFAULT '1', | | `course_active` int(1) NOT NULL DEFAULT '1', |
| `capture_enabled` tinyint(1) DEFAULT NULL, | | `capture_enabled` tinyint(1) DEFAULT NULL, |
| `capture_default` tinyint(1) DEFAULT NULL, | | `capture_default` tinyint(1) DEFAULT NULL, |
| `capture_faculty_override` tinyint(1) DEFAULT NULL, | | `capture_faculty_override` tinyint(1) DEFAULT NULL, |
| `faculty_website_enabled` tinyint(1) DEFAULT NULL, | | `faculty_website_enabled` tinyint(1) DEFAULT NULL, |
| `clinical_course` int(1) DEFAULT '0', | | `clinical_course` int(1) DEFAULT '0', |
| `clinical_report_use_rotation_schedule` tinyint(1) NOT NULL DEFAULT '0', | | `clinical_report_use_rotation_schedule` tinyint(1) NOT NULL DEFAULT '0', |
| `course_objectives_span_course` tinyint(1) NOT NULL DEFAULT '0', | | `course_objectives_span_course` tinyint(1) NOT NULL DEFAULT '0', |
| `course_twitter_handle` varchar(16) DEFAULT NULL, | | `course_twitter_handle` varchar(16) DEFAULT NULL, |
| `course_twitter_hashtags` text, | | `course_twitter_hashtags` text, |
| `course_color` varchar(20) DEFAULT NULL, | | `course_color` varchar(20) DEFAULT NULL, |
| `cbme_milestones` tinyint(1) DEFAULT NULL, | | `cbme_milestones` tinyint(1) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `course_order` mediumint(8) UNSIGNED NOT NULL DEFAULT '0' | | `course_order` mediumint(8) UNSIGNED NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `courses_history` | | -- Table structure for table `courses_history` |
| -- | | -- |
| | | |
| CREATE TABLE `courses_history` ( | | CREATE TABLE `courses_history` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) DEFAULT NULL, | | `import_token` varchar(100) DEFAULT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(12) NOT NULL DEFAULT '0', | | `organisation_id` int(12) NOT NULL DEFAULT '0', |
| `curriculum_type_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `curriculum_type_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `parent_id` int(12) NOT NULL DEFAULT '0', | | `parent_id` int(12) NOT NULL DEFAULT '0', |
| `pcoord_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `pcoord_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `evalrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `evalrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `studrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `studrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `course_name` varchar(85) NOT NULL DEFAULT '', | | `course_name` varchar(85) NOT NULL DEFAULT '', |
| `course_code` varchar(16) NOT NULL DEFAULT '', | | `course_code` varchar(16) NOT NULL DEFAULT '', |
| `course_credit` decimal(10,1) DEFAULT NULL, | | `course_credit` decimal(10,1) DEFAULT NULL, |
| `course_description` text, | | `course_description` text, |
| `course_mandatory` int(1) NOT NULL DEFAULT '0', | | `course_mandatory` int(1) NOT NULL DEFAULT '0', |
| `course_objectives` text, | | `course_objectives` text, |
| `course_url` text, | | `course_url` text, |
| `course_redirect` tinyint(1) NOT NULL DEFAULT '0', | | `course_redirect` tinyint(1) NOT NULL DEFAULT '0', |
| `course_message` text NOT NULL, | | `course_message` text NOT NULL, |
| `permission` enum('open','closed') NOT NULL DEFAULT 'closed', | | `permission` enum('open','closed') NOT NULL DEFAULT 'closed', |
| `sync_ldap` int(1) NOT NULL DEFAULT '0', | | `sync_ldap` int(1) NOT NULL DEFAULT '0', |
| `sync_ldap_courses` text, | | `sync_ldap_courses` text, |
| `sync_groups` tinyint(1) NOT NULL DEFAULT '0', | | `sync_groups` tinyint(1) NOT NULL DEFAULT '0', |
| `notifications` int(1) NOT NULL DEFAULT '1', | | `notifications` int(1) NOT NULL DEFAULT '1', |
| `course_active` int(1) NOT NULL DEFAULT '1', | | `course_active` int(1) NOT NULL DEFAULT '1', |
| `capture_enabled` tinyint(1) DEFAULT NULL, | | `capture_enabled` tinyint(1) DEFAULT NULL, |
| `capture_default` tinyint(1) DEFAULT NULL, | | `capture_default` tinyint(1) DEFAULT NULL, |
| `capture_faculty_override` tinyint(1) DEFAULT NULL, | | `capture_faculty_override` tinyint(1) DEFAULT NULL, |
| `clinical_course` int(1) DEFAULT '0', | | `clinical_course` int(1) DEFAULT '0', |
| `clinical_report_use_rotation_schedule` tinyint(1) NOT NULL DEFAULT '0', | | `clinical_report_use_rotation_schedule` tinyint(1) NOT NULL DEFAULT '0', |
| `course_objectives_span_course` tinyint(1) NOT NULL DEFAULT '0', | | `course_objectives_span_course` tinyint(1) NOT NULL DEFAULT '0', |
| `course_twitter_handle` varchar(16) DEFAULT NULL, | | `course_twitter_handle` varchar(16) DEFAULT NULL, |
| `course_twitter_hashtags` text, | | `course_twitter_hashtags` text, |
| `course_color` varchar(20) DEFAULT NULL, | | `course_color` varchar(20) DEFAULT NULL, |
| `cbme_milestones` tinyint(1) DEFAULT NULL, | | `cbme_milestones` tinyint(1) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `course_order` mediumint(8) UNSIGNED NOT NULL DEFAULT '0', | | `course_order` mediumint(8) UNSIGNED NOT NULL DEFAULT '0', |
| `faculty_website_enabled` tinyint(1) DEFAULT NULL | | `faculty_website_enabled` tinyint(1) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `courses_id_mapping` | | -- Table structure for table `courses_id_mapping` |
| -- | | -- |
| | | |
| CREATE TABLE `courses_id_mapping` ( | | CREATE TABLE `courses_id_mapping` ( |
| `id` int(10) UNSIGNED NOT NULL, | | `id` int(10) UNSIGNED NOT NULL, |
| `course_code` varchar(50) NOT NULL, | | `course_code` varchar(50) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL | | `updated_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_audience` | | -- Table structure for table `course_audience` |
| -- | | -- |
| | | |
| CREATE TABLE `course_audience` ( | | CREATE TABLE `course_audience` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) DEFAULT NULL, | | `import_token` varchar(100) DEFAULT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `caudience_id` int(11) NOT NULL, | | `caudience_id` int(11) NOT NULL, |
| `course_id` int(11) NOT NULL, | | `course_id` int(11) NOT NULL, |
| `audience_type` enum('proxy_id','group_id') NOT NULL, | | `audience_type` enum('proxy_id','group_id') NOT NULL, |
| `audience_value` int(11) NOT NULL, | | `audience_value` int(11) NOT NULL, |
| `cperiod_id` int(11) NOT NULL, | | `cperiod_id` int(11) NOT NULL, |
| `ldap_sync_date` bigint(64) NOT NULL DEFAULT '0', | | `ldap_sync_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_date` bigint(64) DEFAULT NULL, | | `release_date` bigint(64) DEFAULT NULL, |
| `enroll_start` bigint(20) NOT NULL, | | `enroll_start` bigint(20) NOT NULL, |
| `enroll_finish` bigint(20) NOT NULL, | | `enroll_finish` bigint(20) NOT NULL, |
| `audience_active` int(1) NOT NULL DEFAULT '1', | | `audience_active` int(1) NOT NULL DEFAULT '1', |
| `release_until` bigint(64) DEFAULT NULL, | | `release_until` bigint(64) DEFAULT NULL, |
| `course_code` varchar(100) DEFAULT NULL, | | `course_code` varchar(100) DEFAULT NULL, |
| `curriculum_period_title` varchar(100) DEFAULT NULL, | | `curriculum_period_title` varchar(100) DEFAULT NULL, |
| `curriculum_type_name` varchar(100) DEFAULT NULL, | | `curriculum_type_name` varchar(100) DEFAULT NULL, |
| `group_name` varchar(100) DEFAULT NULL | | `group_name` varchar(100) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_audience_deploy` | | -- Table structure for table `course_audience_deploy` |
| -- | | -- |
| | | |
| CREATE TABLE `course_audience_deploy` ( | | CREATE TABLE `course_audience_deploy` ( |
| `caudience_id` int(11) NOT NULL, | | `caudience_id` int(11) NOT NULL, |
| `course_id` int(11) NOT NULL, | | `course_id` int(11) NOT NULL, |
| `audience_type` enum('proxy_id','group_id') NOT NULL, | | `audience_type` enum('proxy_id','group_id') NOT NULL, |
| `audience_value` int(11) NOT NULL, | | `audience_value` int(11) NOT NULL, |
| `cperiod_id` int(11) NOT NULL, | | `cperiod_id` int(11) NOT NULL, |
| `ldap_sync_date` bigint(64) NOT NULL DEFAULT '0', | | `ldap_sync_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_date` bigint(64) DEFAULT NULL, | | `release_date` bigint(64) DEFAULT NULL, |
| `enroll_start` bigint(20) NOT NULL, | | `enroll_start` bigint(20) NOT NULL, |
| `enroll_finish` bigint(20) NOT NULL, | | `enroll_finish` bigint(20) NOT NULL, |
| `audience_active` int(1) NOT NULL DEFAULT '1', | | `audience_active` int(1) NOT NULL DEFAULT '1', |
| `release_until` bigint(64) DEFAULT NULL | | `release_until` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_audience_history` | | -- Table structure for table `course_audience_history` |
| -- | | -- |
| | | |
| CREATE TABLE `course_audience_history` ( | | CREATE TABLE `course_audience_history` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) NOT NULL, | | `import_token` varchar(100) NOT NULL, |
| `foreign_key` varchar(100) DEFAULT NULL, | | `foreign_key` varchar(100) DEFAULT NULL, |
| `caudience_id` int(11) NOT NULL, | | `caudience_id` int(11) NOT NULL, |
| `course_id` int(11) NOT NULL, | | `course_id` int(11) NOT NULL, |
| `audience_type` enum('proxy_id','group_id') NOT NULL, | | `audience_type` enum('proxy_id','group_id') NOT NULL, |
| `audience_value` int(11) NOT NULL, | | `audience_value` int(11) NOT NULL, |
| `cperiod_id` int(11) NOT NULL, | | `cperiod_id` int(11) NOT NULL, |
| `ldap_sync_date` bigint(64) NOT NULL DEFAULT '0', | | `ldap_sync_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_date` bigint(64) DEFAULT NULL, | | `release_date` bigint(64) DEFAULT NULL, |
| `enroll_start` bigint(20) NOT NULL, | | `enroll_start` bigint(20) NOT NULL, |
| `enroll_finish` bigint(20) NOT NULL, | | `enroll_finish` bigint(20) NOT NULL, |
| `audience_active` int(1) NOT NULL DEFAULT '1', | | `audience_active` int(1) NOT NULL DEFAULT '1', |
| `release_until` bigint(64) DEFAULT NULL | | `release_until` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_audience_id_mapping` | | -- Table structure for table `course_audience_id_mapping` |
| -- | | -- |
| | | |
| CREATE TABLE `course_audience_id_mapping` ( | | CREATE TABLE `course_audience_id_mapping` ( |
| `id` int(10) UNSIGNED NOT NULL, | | `id` int(10) UNSIGNED NOT NULL, |
| `course_code` varchar(50) NOT NULL, | | `course_code` varchar(50) NOT NULL, |
| `group_name` varchar(100) NOT NULL, | | `group_name` varchar(100) NOT NULL, |
| `updated_date` bigint(64) NOT NULL | | `updated_date` bigint(64) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_lu_types` | | -- Table structure for table `curriculum_lu_types` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_lu_types` ( | | CREATE TABLE `curriculum_lu_types` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) DEFAULT NULL, | | `import_token` varchar(100) DEFAULT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `curriculum_type_id` int(12) UNSIGNED DEFAULT NULL, | | `curriculum_type_id` int(12) UNSIGNED DEFAULT NULL, |
| `parent_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `parent_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `curriculum_type_name` varchar(60) NOT NULL, | | `curriculum_type_name` varchar(60) NOT NULL, |
| `curriculum_type_description` text, | | `curriculum_type_description` text, |
| `curriculum_type_order` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `curriculum_type_order` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `curriculum_type_active` int(1) UNSIGNED NOT NULL DEFAULT '1', | | `curriculum_type_active` int(1) UNSIGNED NOT NULL DEFAULT '1', |
| `curriculum_level_id` int(12) DEFAULT NULL, | | `curriculum_level_id` int(12) DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED NOT NULL, | | `updated_date` bigint(64) UNSIGNED NOT NULL, |
| `updated_by` int(12) UNSIGNED NOT NULL | | `updated_by` int(12) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_lu_types_deploy` | | -- Table structure for table `curriculum_lu_types_deploy` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_lu_types_deploy` ( | | CREATE TABLE `curriculum_lu_types_deploy` ( |
| `curriculum_type_id` int(12) UNSIGNED NOT NULL, | | `curriculum_type_id` int(12) UNSIGNED NOT NULL, |
| `parent_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `parent_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `curriculum_type_name` varchar(60) NOT NULL, | | `curriculum_type_name` varchar(60) NOT NULL, |
| `curriculum_type_description` text, | | `curriculum_type_description` text, |
| `curriculum_type_order` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `curriculum_type_order` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `curriculum_type_active` int(1) UNSIGNED NOT NULL DEFAULT '1', | | `curriculum_type_active` int(1) UNSIGNED NOT NULL DEFAULT '1', |
| `curriculum_level_id` int(12) DEFAULT NULL, | | `curriculum_level_id` int(12) DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED NOT NULL, | | `updated_date` bigint(64) UNSIGNED NOT NULL, |
| `updated_by` int(12) UNSIGNED NOT NULL | | `updated_by` int(12) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_lu_types_history` | | -- Table structure for table `curriculum_lu_types_history` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_lu_types_history` ( | | CREATE TABLE `curriculum_lu_types_history` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) DEFAULT NULL, | | `import_token` varchar(100) DEFAULT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `curriculum_type_id` int(12) UNSIGNED DEFAULT NULL, | | `curriculum_type_id` int(12) UNSIGNED DEFAULT NULL, |
| `parent_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `parent_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `curriculum_type_name` varchar(60) NOT NULL, | | `curriculum_type_name` varchar(60) NOT NULL, |
| `curriculum_type_description` text, | | `curriculum_type_description` text, |
| `curriculum_type_order` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `curriculum_type_order` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `curriculum_type_active` int(1) UNSIGNED NOT NULL DEFAULT '1', | | `curriculum_type_active` int(1) UNSIGNED NOT NULL DEFAULT '1', |
| `curriculum_level_id` int(12) DEFAULT NULL, | | `curriculum_level_id` int(12) DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED NOT NULL, | | `updated_date` bigint(64) UNSIGNED NOT NULL, |
| `updated_by` int(12) UNSIGNED NOT NULL | | `updated_by` int(12) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_lu_types_id_mapping` | | -- Table structure for table `curriculum_lu_types_id_mapping` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_lu_types_id_mapping` ( | | CREATE TABLE `curriculum_lu_types_id_mapping` ( |
| `id` int(10) UNSIGNED NOT NULL, | | `id` int(10) UNSIGNED NOT NULL, |
| `curriculum_type_name` varchar(150) NOT NULL, | | `curriculum_type_name` varchar(150) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL | | `updated_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_periods` | | -- Table structure for table `curriculum_periods` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_periods` ( | | CREATE TABLE `curriculum_periods` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) NOT NULL, | | `import_token` varchar(100) NOT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `cperiod_id` int(11) NOT NULL, | | `cperiod_id` int(11) NOT NULL, |
| `curriculum_type_id` int(11) NOT NULL, | | `curriculum_type_id` int(11) NOT NULL, |
| `curriculum_period_title` varchar(200) DEFAULT '', | | `curriculum_period_title` varchar(200) DEFAULT '', |
| `start_date` bigint(64) NOT NULL, | | `start_date` bigint(64) NOT NULL, |
| `finish_date` bigint(64) NOT NULL, | | `finish_date` bigint(64) NOT NULL, |
| `active` int(1) NOT NULL DEFAULT '1', | | `active` int(1) NOT NULL DEFAULT '1', |
| `curriculum_type_name` varchar(100) DEFAULT NULL | | `curriculum_type_name` varchar(100) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_periods_deploy` | | -- Table structure for table `curriculum_periods_deploy` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_periods_deploy` ( | | CREATE TABLE `curriculum_periods_deploy` ( |
| `cperiod_id` int(11) NOT NULL, | | `cperiod_id` int(11) NOT NULL, |
| `curriculum_type_id` int(11) NOT NULL, | | `curriculum_type_id` int(11) NOT NULL, |
| `curriculum_period_title` varchar(200) DEFAULT '', | | `curriculum_period_title` varchar(200) DEFAULT '', |
| `start_date` bigint(64) NOT NULL, | | `start_date` bigint(64) NOT NULL, |
| `finish_date` bigint(64) NOT NULL, | | `finish_date` bigint(64) NOT NULL, |
| `active` int(1) NOT NULL DEFAULT '1' | | `active` int(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_periods_history` | | -- Table structure for table `curriculum_periods_history` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_periods_history` ( | | CREATE TABLE `curriculum_periods_history` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) NOT NULL, | | `import_token` varchar(100) NOT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `cperiod_id` int(11) NOT NULL, | | `cperiod_id` int(11) NOT NULL, |
| `curriculum_type_id` int(11) NOT NULL, | | `curriculum_type_id` int(11) NOT NULL, |
| `curriculum_period_title` varchar(200) DEFAULT '', | | `curriculum_period_title` varchar(200) DEFAULT '', |
| `start_date` bigint(64) NOT NULL, | | `start_date` bigint(64) NOT NULL, |
| `finish_date` bigint(64) NOT NULL, | | `finish_date` bigint(64) NOT NULL, |
| `active` int(1) NOT NULL DEFAULT '1' | | `active` int(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_periods_id_mapping` | | -- Table structure for table `curriculum_periods_id_mapping` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_periods_id_mapping` ( | | CREATE TABLE `curriculum_periods_id_mapping` ( |
| `id` int(10) UNSIGNED NOT NULL, | | `id` int(10) UNSIGNED NOT NULL, |
| `curriculum_period_title` varchar(50) DEFAULT NULL, | | `curriculum_period_title` varchar(50) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL | | `updated_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_type_organisation_deploy` | | -- Table structure for table `curriculum_type_organisation_deploy` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_type_organisation_deploy` ( | | CREATE TABLE `curriculum_type_organisation_deploy` ( |
| `curriculum_type_id` int(11) NOT NULL, | | `curriculum_type_id` int(11) NOT NULL, |
| `organisation_id` int(11) NOT NULL | | `organisation_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_type_organisation_history` | | -- Table structure for table `curriculum_type_organisation_history` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_type_organisation_history` ( | | CREATE TABLE `curriculum_type_organisation_history` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) NOT NULL, | | `import_token` varchar(100) NOT NULL, |
| `curriculum_type_id` int(11) NOT NULL, | | `curriculum_type_id` int(11) NOT NULL, |
| `organisation_id` int(11) NOT NULL | | `organisation_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `groups` | | -- Table structure for table `groups` |
| -- | | -- |
| | | |
| CREATE TABLE `groups` ( | | CREATE TABLE `groups` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) NOT NULL, | | `import_token` varchar(100) NOT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `group_id` int(12) NOT NULL, | | `group_id` int(12) NOT NULL, |
| `group_name` varchar(255) NOT NULL, | | `group_name` varchar(255) NOT NULL, |
| `group_type` enum('course_list','cohort') NOT NULL DEFAULT 'cohort', | | `group_type` enum('course_list','cohort') NOT NULL DEFAULT 'cohort', |
| `group_value` int(12) DEFAULT NULL, | | `group_value` int(12) DEFAULT NULL, |
| `parent_id` int(12) DEFAULT NULL, | | `parent_id` int(12) DEFAULT NULL, |
| `start_date` bigint(64) DEFAULT NULL, | | `start_date` bigint(64) DEFAULT NULL, |
| `expire_date` bigint(64) DEFAULT NULL, | | `expire_date` bigint(64) DEFAULT NULL, |
| `group_active` int(1) NOT NULL DEFAULT '1', | | `group_active` int(1) NOT NULL DEFAULT '1', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `capture_default` tinyint(1) DEFAULT NULL, | | `capture_default` tinyint(1) DEFAULT NULL, |
| `capture_enabled` tinyint(1) DEFAULT NULL | | `capture_enabled` tinyint(1) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `groups_deploy` | | -- Table structure for table `groups_deploy` |
| -- | | -- |
| | | |
| CREATE TABLE `groups_deploy` ( | | CREATE TABLE `groups_deploy` ( |
| `group_id` int(12) UNSIGNED NOT NULL, | | `group_id` int(12) UNSIGNED NOT NULL, |
| `group_name` varchar(255) NOT NULL, | | `group_name` varchar(255) NOT NULL, |
| `group_type` enum('course_list','cohort') NOT NULL DEFAULT 'course_list', | | `group_type` enum('course_list','cohort') NOT NULL DEFAULT 'course_list', |
| `group_value` int(12) DEFAULT NULL, | | `group_value` int(12) DEFAULT NULL, |
| `parent_id` int(12) DEFAULT NULL, | | `parent_id` int(12) DEFAULT NULL, |
| `start_date` bigint(64) DEFAULT NULL, | | `start_date` bigint(64) DEFAULT NULL, |
| `expire_date` bigint(64) DEFAULT NULL, | | `expire_date` bigint(64) DEFAULT NULL, |
| `group_active` int(1) NOT NULL DEFAULT '1', | | `group_active` int(1) NOT NULL DEFAULT '1', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `groups_history` | | -- Table structure for table `groups_history` |
| -- | | -- |
| | | |
| CREATE TABLE `groups_history` ( | | CREATE TABLE `groups_history` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) NOT NULL, | | `import_token` varchar(100) NOT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `group_id` int(12) NOT NULL, | | `group_id` int(12) NOT NULL, |
| `group_name` varchar(255) NOT NULL, | | `group_name` varchar(255) NOT NULL, |
| `group_type` enum('course_list','cohort') NOT NULL DEFAULT 'course_list', | | `group_type` enum('course_list','cohort') NOT NULL DEFAULT 'course_list', |
| `group_value` int(12) DEFAULT NULL, | | `group_value` int(12) DEFAULT NULL, |
| `parent_id` int(12) DEFAULT NULL, | | `parent_id` int(12) DEFAULT NULL, |
| `start_date` bigint(64) DEFAULT NULL, | | `start_date` bigint(64) DEFAULT NULL, |
| `expire_date` bigint(64) DEFAULT NULL, | | `expire_date` bigint(64) DEFAULT NULL, |
| `group_active` int(1) NOT NULL DEFAULT '1', | | `group_active` int(1) NOT NULL DEFAULT '1', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `groups_id_mapping` | | -- Table structure for table `groups_id_mapping` |
| -- | | -- |
| | | |
| CREATE TABLE `groups_id_mapping` ( | | CREATE TABLE `groups_id_mapping` ( |
| `id` int(10) UNSIGNED NOT NULL, | | `id` int(10) UNSIGNED NOT NULL, |
| `group_name` varchar(100) NOT NULL, | | `group_name` varchar(100) NOT NULL, |
| `updated_date` bigint(20) NOT NULL | | `updated_date` bigint(20) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `group_members` | | -- Table structure for table `group_members` |
| -- | | -- |
| | | |
| CREATE TABLE `group_members` ( | | CREATE TABLE `group_members` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) NOT NULL, | | `import_token` varchar(100) NOT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `gmember_id` int(12) NOT NULL, | | `gmember_id` int(12) NOT NULL, |
| `group_id` int(12) NOT NULL DEFAULT '0', | | `group_id` int(12) NOT NULL DEFAULT '0', |
| `group_name` varchar(100) DEFAULT NULL, | | `group_name` varchar(100) DEFAULT NULL, |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `start_date` bigint(64) NOT NULL DEFAULT '0', | | `start_date` bigint(64) NOT NULL DEFAULT '0', |
| `finish_date` bigint(64) NOT NULL DEFAULT '0', | | `finish_date` bigint(64) NOT NULL DEFAULT '0', |
| `member_active` int(1) NOT NULL DEFAULT '1', | | `member_active` int(1) NOT NULL DEFAULT '1', |
| `entrada_only` int(1) DEFAULT '0', | | `entrada_only` int(1) DEFAULT '0', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `number` varchar(50) DEFAULT NULL | | `number` varchar(50) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `group_members_deploy` | | -- Table structure for table `group_members_deploy` |
| -- | | -- |
| | | |
| CREATE TABLE `group_members_deploy` ( | | CREATE TABLE `group_members_deploy` ( |
| `gmember_id` int(12) NOT NULL, | | `gmember_id` int(12) NOT NULL, |
| `group_id` int(12) NOT NULL DEFAULT '0', | | `group_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `start_date` bigint(64) NOT NULL DEFAULT '0', | | `start_date` bigint(64) NOT NULL DEFAULT '0', |
| `finish_date` bigint(64) NOT NULL DEFAULT '0', | | `finish_date` bigint(64) NOT NULL DEFAULT '0', |
| `member_active` int(1) NOT NULL DEFAULT '1', | | `member_active` int(1) NOT NULL DEFAULT '1', |
| `entrada_only` int(1) DEFAULT '0', | | `entrada_only` int(1) DEFAULT '0', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `group_members_history` | | -- Table structure for table `group_members_history` |
| -- | | -- |
| | | |
| CREATE TABLE `group_members_history` ( | | CREATE TABLE `group_members_history` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) NOT NULL, | | `import_token` varchar(100) NOT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `gmember_id` int(12) NOT NULL, | | `gmember_id` int(12) NOT NULL, |
| `group_id` int(12) NOT NULL DEFAULT '0', | | `group_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `start_date` bigint(64) NOT NULL DEFAULT '0', | | `start_date` bigint(64) NOT NULL DEFAULT '0', |
| `finish_date` bigint(64) NOT NULL DEFAULT '0', | | `finish_date` bigint(64) NOT NULL DEFAULT '0', |
| `member_active` int(1) NOT NULL DEFAULT '1', | | `member_active` int(1) NOT NULL DEFAULT '1', |
| `entrada_only` int(1) DEFAULT '0', | | `entrada_only` int(1) DEFAULT '0', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `group_members_id_mapping` | | -- Table structure for table `group_members_id_mapping` |
| -- | | -- |
| | | |
| CREATE TABLE `group_members_id_mapping` ( | | CREATE TABLE `group_members_id_mapping` ( |
| `id` int(10) UNSIGNED NOT NULL, | | `id` int(10) UNSIGNED NOT NULL, |
| `group_name` varchar(50) NOT NULL, | | `group_name` varchar(50) NOT NULL, |
| `number` varchar(50) NOT NULL, | | `number` varchar(50) NOT NULL, |
| `updated_date` bigint(64) NOT NULL | | `updated_date` bigint(64) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `group_organisations` | | -- Table structure for table `group_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `group_organisations` ( | | CREATE TABLE `group_organisations` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) NOT NULL, | | `import_token` varchar(100) NOT NULL, |
| `gorganisation_id` int(11) NOT NULL, | | `gorganisation_id` int(11) NOT NULL, |
| `group_id` int(12) UNSIGNED NOT NULL, | | `group_id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `group_organisations_deploy` | | -- Table structure for table `group_organisations_deploy` |
| -- | | -- |
| | | |
| CREATE TABLE `group_organisations_deploy` ( | | CREATE TABLE `group_organisations_deploy` ( |
| `gorganisation_id` int(11) UNSIGNED NOT NULL, | | `gorganisation_id` int(11) UNSIGNED NOT NULL, |
| `group_id` int(12) UNSIGNED NOT NULL, | | `group_id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `group_organisations_history` | | -- Table structure for table `group_organisations_history` |
| -- | | -- |
| | | |
| CREATE TABLE `group_organisations_history` ( | | CREATE TABLE `group_organisations_history` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) NOT NULL, | | `import_token` varchar(100) NOT NULL, |
| `gorganisation_id` int(11) NOT NULL, | | `gorganisation_id` int(11) NOT NULL, |
| `group_id` int(12) UNSIGNED NOT NULL, | | `group_id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `group_organisations_id_mapping` | | -- Table structure for table `group_organisations_id_mapping` |
| -- | | -- |
| | | |
| CREATE TABLE `group_organisations_id_mapping` ( | | CREATE TABLE `group_organisations_id_mapping` ( |
| `id` int(10) UNSIGNED NOT NULL, | | `id` int(10) UNSIGNED NOT NULL, |
| `group_id` int(12) UNSIGNED NOT NULL, | | `group_id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(10) UNSIGNED NOT NULL, | | `organisation_id` int(10) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) NOT NULL | | `updated_date` bigint(64) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `import_fails` | | -- Table structure for table `import_fails` |
| -- | | -- |
| | | |
| CREATE TABLE `import_fails` ( | | CREATE TABLE `import_fails` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) NOT NULL, | | `import_token` varchar(100) NOT NULL, |
| `exception_code` int(11) NOT NULL, | | `exception_code` int(11) NOT NULL, |
| `exception_message` varchar(200) NOT NULL, | | `exception_message` varchar(200) NOT NULL, |
| `stage` varchar(15) NOT NULL, | | `stage` varchar(15) NOT NULL, |
| `details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin | | `details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `import_files` | | -- Table structure for table `import_files` |
| -- | | -- |
| | | |
| CREATE TABLE `import_files` ( | | CREATE TABLE `import_files` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) NOT NULL, | | `import_token` varchar(100) NOT NULL, |
| `columns` varchar(1000) NOT NULL, | | `columns` varchar(1000) NOT NULL, |
| `type` varchar(45) NOT NULL, | | `type` varchar(45) NOT NULL, |
| `num_rows` int(11) NOT NULL DEFAULT '0' | | `num_rows` int(11) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `import_headers` | | -- Table structure for table `import_headers` |
| -- | | -- |
| | | |
| CREATE TABLE `import_headers` ( | | CREATE TABLE `import_headers` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `date_created` bigint(20) NOT NULL, | | `date_created` bigint(20) NOT NULL, |
| `type` varchar(20) NOT NULL, | | `type` varchar(20) NOT NULL, |
| `date_completed` bigint(20) DEFAULT NULL, | | `date_completed` bigint(20) DEFAULT NULL, |
| `token` varchar(100) NOT NULL, | | `token` varchar(100) NOT NULL, |
| `status` varchar(100) NOT NULL, | | `status` varchar(100) NOT NULL, |
| `num_files` int(11) NOT NULL | | `num_files` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `import_headers` | | -- Dumping data for table `import_headers` |
| -- | | -- |
| | | |
| INSERT INTO `import_headers` (`id`, `date_created`, `type`, `date_completed`, `token`, `status`, `num_files`) VALUES | | INSERT INTO `import_headers` (`id`, `date_created`, `type`, `date_completed`, `token`, `status`, `num_files`) VALUES |
| ('7BF8A541-626A-7D92-A0AE-D7B89FC5F121', 1685381586, '', 1685381586, '2a-2a-2a-2a-fail', 'success', 1), | | ('7BF8A541-626A-7D92-A0AE-D7B89FC5F121', 1685381586, '', 1685381586, '2a-2a-2a-2a-fail', 'success', 1), |
| ('B57E669A-70A7-B348-E2EA-9B16E60A7C01', 1685381586, '', 1685381586, '1a-1a-1a-1a-success', 'success', 1); | | ('B57E669A-70A7-B348-E2EA-9B16E60A7C01', 1685381586, '', 1685381586, '1a-1a-1a-1a-success', 'success', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `import_status` | | -- Table structure for table `import_status` |
| -- | | -- |
| | | |
| CREATE TABLE `import_status` ( | | CREATE TABLE `import_status` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `date_created` bigint(20) NOT NULL, | | `date_created` bigint(20) NOT NULL, |
| `status` varchar(50) NOT NULL, | | `status` varchar(50) NOT NULL, |
| `message` varchar(200) NOT NULL, | | `message` varchar(200) NOT NULL, |
| `type` varchar(20) DEFAULT NULL, | | `type` varchar(20) DEFAULT NULL, |
| `token` varchar(100) NOT NULL, | | `token` varchar(100) NOT NULL, |
| `stage` varchar(20) NOT NULL, | | `stage` varchar(20) NOT NULL, |
| `date_complete` bigint(20) DEFAULT NULL | | `date_complete` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `import_status` | | -- Dumping data for table `import_status` |
| -- | | -- |
| | | |
| INSERT INTO `import_status` (`id`, `date_created`, `status`, `message`, `type`, `token`, `stage`, `date_complete`) VALUES | | INSERT INTO `import_status` (`id`, `date_created`, `status`, `message`, `type`, `token`, `stage`, `date_complete`) VALUES |
| ('cab5081d-e778-46e1-8980-59e14f1a902c', 1685381586, 'success', 'success', 'group', '1a-1a-1a-1a-success', 'store', 1685381586); | | ('cab5081d-e778-46e1-8980-59e14f1a902c', 1685381586, 'success', 'success', 'group', '1a-1a-1a-1a-success', 'store', 1685381586); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `import_validation_fails` | | -- Table structure for table `import_validation_fails` |
| -- | | -- |
| | | |
| CREATE TABLE `import_validation_fails` ( | | CREATE TABLE `import_validation_fails` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) NOT NULL, | | `import_token` varchar(100) NOT NULL, |
| `type` varchar(20) NOT NULL, | | `type` varchar(20) NOT NULL, |
| `column` varchar(45) DEFAULT NULL, | | `column` varchar(45) DEFAULT NULL, |
| `message` varchar(100) DEFAULT NULL | | `message` varchar(100) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `phases_sessions_crosswalk` | | -- Table structure for table `phases_sessions_crosswalk` |
| -- | | -- |
| | | |
| CREATE TABLE `phases_sessions_crosswalk` ( | | CREATE TABLE `phases_sessions_crosswalk` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `term` varchar(10) NOT NULL, | | `term` varchar(10) NOT NULL, |
| `session` varchar(10) NOT NULL, | | `session` varchar(10) NOT NULL, |
| `description` varchar(100) NOT NULL, | | `description` varchar(100) NOT NULL, |
| `start_date` bigint(64) NOT NULL, | | `start_date` bigint(64) NOT NULL, |
| `finish_date` bigint(64) NOT NULL, | | `finish_date` bigint(64) NOT NULL, |
| `weeks_of_instruction` int(11) NOT NULL, | | `weeks_of_instruction` int(11) NOT NULL, |
| `phase` varchar(50) NOT NULL, | | `phase` varchar(50) NOT NULL, |
| `created_at` bigint(64) NOT NULL, | | `created_at` bigint(64) NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `updated_at` bigint(64) NOT NULL, | | `updated_at` bigint(64) NOT NULL, |
| `updated_by` int(10) UNSIGNED NOT NULL, | | `updated_by` int(10) UNSIGNED NOT NULL, |
| `deleted_at` bigint(64) DEFAULT NULL | | `deleted_at` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `schedule_slots` | | -- Table structure for table `schedule_slots` |
| -- | | -- |
| | | |
| CREATE TABLE `schedule_slots` ( | | CREATE TABLE `schedule_slots` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) NOT NULL, | | `import_token` varchar(100) NOT NULL, |
| `foreign_id` varchar(50) NOT NULL, | | `foreign_id` varchar(50) NOT NULL, |
| `schedule_slot_id` int(11) UNSIGNED DEFAULT NULL, | | `schedule_slot_id` int(11) UNSIGNED DEFAULT NULL, |
| `rotation_slot_key` varchar(50) NOT NULL, | | `rotation_slot_key` varchar(50) NOT NULL, |
| `slot_type_code` tinyint(1) UNSIGNED NOT NULL, | | `slot_type_code` tinyint(1) UNSIGNED NOT NULL, |
| `parent_block_code` varchar(128) NOT NULL, | | `parent_block_code` varchar(128) NOT NULL, |
| `block_title` varchar(256) NOT NULL, | | `block_title` varchar(256) NOT NULL, |
| `block_id` varchar(11) NOT NULL, | | `block_id` varchar(11) NOT NULL, |
| `instructor_keys` varchar(100) NOT NULL, | | `instructor_keys` varchar(100) NOT NULL, |
| `location_keys` varchar(100) NOT NULL, | | `location_keys` varchar(100) NOT NULL, |
| `enforce_capacities` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', | | `enforce_capacities` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', |
| `max_capacity` int(11) DEFAULT '0', | | `max_capacity` int(11) DEFAULT '0', |
| `min_capacity` int(11) DEFAULT '0' | | `min_capacity` int(11) DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `schedule_slots_deploy` | | -- Table structure for table `schedule_slots_deploy` |
| -- | | -- |
| | | |
| CREATE TABLE `schedule_slots_deploy` ( | | CREATE TABLE `schedule_slots_deploy` ( |
| `schedule_slot_id` int(11) UNSIGNED NOT NULL, | | `schedule_slot_id` int(11) UNSIGNED NOT NULL, |
| `code` varchar(128) DEFAULT NULL, | | `code` varchar(128) DEFAULT NULL, |
| `schedule_id` int(11) NOT NULL, | | `schedule_id` int(11) NOT NULL, |
| `slot_type_id` int(11) NOT NULL, | | `slot_type_id` int(11) NOT NULL, |
| `slot_min_spaces` int(11) NOT NULL DEFAULT '0', | | `slot_min_spaces` int(11) NOT NULL DEFAULT '0', |
| `slot_spaces` int(11) NOT NULL DEFAULT '1', | | `slot_spaces` int(11) NOT NULL DEFAULT '1', |
| `strict_spaces` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', | | `strict_spaces` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', |
| `course_id` int(11) DEFAULT NULL, | | `course_id` int(11) DEFAULT NULL, |
| `site_id` int(11) DEFAULT NULL, | | `site_id` int(11) DEFAULT NULL, |
| `created_date` int(11) DEFAULT NULL, | | `created_date` int(11) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL, | | `deleted_date` int(11) DEFAULT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `schedule_slots_history` | | -- Table structure for table `schedule_slots_history` |
| -- | | -- |
| | | |
| CREATE TABLE `schedule_slots_history` ( | | CREATE TABLE `schedule_slots_history` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) NOT NULL, | | `import_token` varchar(100) NOT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `schedule_slot_id` int(11) UNSIGNED DEFAULT NULL, | | `schedule_slot_id` int(11) UNSIGNED DEFAULT NULL, |
| `code` varchar(128) DEFAULT NULL, | | `code` varchar(128) DEFAULT NULL, |
| `schedule_id` int(11) DEFAULT NULL, | | `schedule_id` int(11) DEFAULT NULL, |
| `slot_type_id` int(11) DEFAULT NULL, | | `slot_type_id` int(11) DEFAULT NULL, |
| `slot_min_spaces` int(11) NOT NULL DEFAULT '0', | | `slot_min_spaces` int(11) NOT NULL DEFAULT '0', |
| `slot_spaces` int(11) NOT NULL DEFAULT '1', | | `slot_spaces` int(11) NOT NULL DEFAULT '1', |
| `strict_spaces` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', | | `strict_spaces` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', |
| `course_id` int(11) DEFAULT NULL, | | `course_id` int(11) DEFAULT NULL, |
| `site_id` int(11) DEFAULT NULL, | | `site_id` int(11) DEFAULT NULL, |
| `created_date` int(11) DEFAULT NULL, | | `created_date` int(11) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL, | | `deleted_date` int(11) DEFAULT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `schedule_slots_id_mapping` | | -- Table structure for table `schedule_slots_id_mapping` |
| -- | | -- |
| | | |
| CREATE TABLE `schedule_slots_id_mapping` ( | | CREATE TABLE `schedule_slots_id_mapping` ( |
| `id` int(10) UNSIGNED NOT NULL, | | `id` int(10) UNSIGNED NOT NULL, |
| `rotation_slot_key` varchar(20) NOT NULL, | | `rotation_slot_key` varchar(20) NOT NULL, |
| `updated_date` bigint(64) NOT NULL | | `updated_date` bigint(64) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `secondary_import_status` | | -- Table structure for table `secondary_import_status` |
| -- | | -- |
| | | |
| CREATE TABLE `secondary_import_status` ( | | CREATE TABLE `secondary_import_status` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `token` varchar(100) NOT NULL, | | `token` varchar(100) NOT NULL, |
| `date_created` bigint(20) NOT NULL, | | `date_created` bigint(20) NOT NULL, |
| `status` varchar(50) NOT NULL, | | `status` varchar(50) NOT NULL, |
| `message` varchar(200) NOT NULL, | | `message` varchar(200) NOT NULL, |
| `type` varchar(20) NOT NULL, | | `type` varchar(20) NOT NULL, |
| `import_class` varchar(50) NOT NULL, | | `import_class` varchar(50) NOT NULL, |
| `date_complete` bigint(20) DEFAULT NULL | | `date_complete` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `users_lu_genders` | | -- Table structure for table `users_lu_genders` |
| -- | | -- |
| | | |
| CREATE TABLE `users_lu_genders` ( | | CREATE TABLE `users_lu_genders` ( |
| `gender_id` int(2) NOT NULL, | | `gender_id` int(2) NOT NULL, |
| `short` varchar(5) NOT NULL, | | `short` varchar(5) NOT NULL, |
| `label` varchar(50) NOT NULL | | `label` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_access` | | -- Table structure for table `user_access` |
| -- | | -- |
| | | |
| CREATE TABLE `user_access` ( | | CREATE TABLE `user_access` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) DEFAULT NULL, | | `import_token` varchar(100) DEFAULT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `user_access_id` int(11) NOT NULL, | | `user_access_id` int(11) NOT NULL, |
| `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `number` varchar(50) NOT NULL, | | `number` varchar(50) NOT NULL, |
| `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `curriculum_track_id` int(12) DEFAULT NULL, | | `curriculum_track_id` int(12) DEFAULT NULL, |
| `account_active` enum('true','false') NOT NULL DEFAULT 'true', | | `account_active` enum('true','false') NOT NULL DEFAULT 'true', |
| `access_starts` bigint(64) NOT NULL DEFAULT '0', | | `access_starts` bigint(64) NOT NULL DEFAULT '0', |
| `access_expires` bigint(64) NOT NULL DEFAULT '0', | | `access_expires` bigint(64) NOT NULL DEFAULT '0', |
| `last_login` bigint(64) NOT NULL DEFAULT '0', | | `last_login` bigint(64) NOT NULL DEFAULT '0', |
| `last_ip` varchar(75) NOT NULL DEFAULT '', | | `last_ip` varchar(75) NOT NULL DEFAULT '', |
| `login_attempts` int(11) DEFAULT NULL, | | `login_attempts` int(11) DEFAULT NULL, |
| `locked_out_until` bigint(64) DEFAULT NULL, | | `locked_out_until` bigint(64) DEFAULT NULL, |
| `role` varchar(35) NOT NULL DEFAULT '', | | `role` varchar(35) NOT NULL DEFAULT '', |
| `group` varchar(35) NOT NULL DEFAULT '', | | `group` varchar(35) NOT NULL DEFAULT '', |
| `extras` longtext, | | `extras` longtext, |
| `private_hash` varchar(32) DEFAULT NULL, | | `private_hash` varchar(32) DEFAULT NULL, |
| `notes` text | | `notes` text |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_access_deploy` | | -- Table structure for table `user_access_deploy` |
| -- | | -- |
| | | |
| CREATE TABLE `user_access_deploy` ( | | CREATE TABLE `user_access_deploy` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `curriculum_track_id` int(12) DEFAULT NULL, | | `curriculum_track_id` int(12) DEFAULT NULL, |
| `account_active` enum('true','false') NOT NULL DEFAULT 'true', | | `account_active` enum('true','false') NOT NULL DEFAULT 'true', |
| `access_starts` bigint(64) NOT NULL DEFAULT '0', | | `access_starts` bigint(64) NOT NULL DEFAULT '0', |
| `access_expires` bigint(64) NOT NULL DEFAULT '0', | | `access_expires` bigint(64) NOT NULL DEFAULT '0', |
| `last_login` bigint(64) NOT NULL DEFAULT '0', | | `last_login` bigint(64) NOT NULL DEFAULT '0', |
| `last_ip` varchar(75) NOT NULL DEFAULT '', | | `last_ip` varchar(75) NOT NULL DEFAULT '', |
| `login_attempts` int(11) DEFAULT NULL, | | `login_attempts` int(11) DEFAULT NULL, |
| `locked_out_until` bigint(64) DEFAULT NULL, | | `locked_out_until` bigint(64) DEFAULT NULL, |
| `role` varchar(35) NOT NULL DEFAULT '', | | `role` varchar(35) NOT NULL DEFAULT '', |
| `group` varchar(35) NOT NULL DEFAULT '', | | `group` varchar(35) NOT NULL DEFAULT '', |
| `is_instructor` tinyint(1) NOT NULL DEFAULT '0', | | `is_instructor` tinyint(1) NOT NULL DEFAULT '0', |
| `extras` longtext, | | `extras` longtext, |
| `private_hash` varchar(32) DEFAULT NULL, | | `private_hash` varchar(32) DEFAULT NULL, |
| `notes` text | | `notes` text |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_access_history` | | -- Table structure for table `user_access_history` |
| -- | | -- |
| | | |
| CREATE TABLE `user_access_history` ( | | CREATE TABLE `user_access_history` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) DEFAULT NULL, | | `import_token` varchar(100) DEFAULT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `user_access_id` int(11) NOT NULL, | | `user_access_id` int(11) NOT NULL, |
| `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `user_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `app_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `curriculum_track_id` int(12) DEFAULT NULL, | | `curriculum_track_id` int(12) DEFAULT NULL, |
| `account_active` enum('true','false') NOT NULL DEFAULT 'true', | | `account_active` enum('true','false') NOT NULL DEFAULT 'true', |
| `access_starts` bigint(64) NOT NULL DEFAULT '0', | | `access_starts` bigint(64) NOT NULL DEFAULT '0', |
| `access_expires` bigint(64) NOT NULL DEFAULT '0', | | `access_expires` bigint(64) NOT NULL DEFAULT '0', |
| `last_login` bigint(64) NOT NULL DEFAULT '0', | | `last_login` bigint(64) NOT NULL DEFAULT '0', |
| `last_ip` varchar(75) NOT NULL DEFAULT '', | | `last_ip` varchar(75) NOT NULL DEFAULT '', |
| `login_attempts` int(11) DEFAULT NULL, | | `login_attempts` int(11) DEFAULT NULL, |
| `locked_out_until` bigint(64) DEFAULT NULL, | | `locked_out_until` bigint(64) DEFAULT NULL, |
| `role` varchar(35) NOT NULL DEFAULT '', | | `role` varchar(35) NOT NULL DEFAULT '', |
| `group` varchar(35) NOT NULL DEFAULT '', | | `group` varchar(35) NOT NULL DEFAULT '', |
| `is_instructor` tinyint(1) NOT NULL, | | `is_instructor` tinyint(1) NOT NULL, |
| `extras` longtext, | | `extras` longtext, |
| `private_hash` varchar(32) DEFAULT NULL, | | `private_hash` varchar(32) DEFAULT NULL, |
| `notes` text | | `notes` text |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_data` | | -- Table structure for table `user_data` |
| -- | | -- |
| | | |
| CREATE TABLE `user_data` ( | | CREATE TABLE `user_data` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) NOT NULL, | | `import_token` varchar(100) NOT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `user_id` int(12) UNSIGNED NOT NULL, | | `user_id` int(12) UNSIGNED NOT NULL, |
| `number` varchar(36) NOT NULL DEFAULT '0', | | `number` varchar(36) NOT NULL DEFAULT '0', |
| `sso_id` varchar(128) DEFAULT NULL, | | `sso_id` varchar(128) DEFAULT NULL, |
| `username` varchar(255) DEFAULT NULL, | | `username` varchar(255) DEFAULT NULL, |
| `password` varchar(255) NOT NULL DEFAULT '', | | `password` varchar(255) NOT NULL DEFAULT '', |
| `salt` varchar(64) DEFAULT NULL, | | `salt` varchar(64) DEFAULT NULL, |
| `organisation_id` int(12) NOT NULL DEFAULT '1', | | `organisation_id` int(12) NOT NULL DEFAULT '1', |
| `department` varchar(255) DEFAULT NULL, | | `department` varchar(255) DEFAULT NULL, |
| `prefix` varchar(10) NOT NULL DEFAULT '', | | `prefix` varchar(10) NOT NULL DEFAULT '', |
| `suffix_post_nominal` varchar(15) NOT NULL DEFAULT '', | | `suffix_post_nominal` varchar(15) NOT NULL DEFAULT '', |
| `suffix_gen` varchar(15) NOT NULL DEFAULT '', | | `suffix_gen` varchar(15) NOT NULL DEFAULT '', |
| `firstname` varchar(35) NOT NULL DEFAULT '', | | `firstname` varchar(35) NOT NULL DEFAULT '', |
| `middlename` varchar(35) DEFAULT NULL, | | `middlename` varchar(35) DEFAULT NULL, |
| `lastname` varchar(35) NOT NULL DEFAULT '', | | `lastname` varchar(35) NOT NULL DEFAULT '', |
| `preferredname` varchar(35) DEFAULT NULL, | | `preferredname` varchar(35) DEFAULT NULL, |
| `title` varchar(128) DEFAULT NULL, | | `title` varchar(128) DEFAULT NULL, |
| `date_of_birth` bigint(64) DEFAULT NULL, | | `date_of_birth` bigint(64) DEFAULT NULL, |
| `degree` varchar(5) DEFAULT NULL, | | `degree` varchar(5) DEFAULT NULL, |
| `email` varchar(255) NOT NULL DEFAULT '', | | `email` varchar(255) NOT NULL DEFAULT '', |
| `email_alt` varchar(255) NOT NULL DEFAULT '', | | `email_alt` varchar(255) NOT NULL DEFAULT '', |
| `email_updated` bigint(64) DEFAULT NULL, | | `email_updated` bigint(64) DEFAULT NULL, |
| `google_id` varchar(128) DEFAULT NULL, | | `google_id` varchar(128) DEFAULT NULL, |
| `telephone` varchar(25) NOT NULL DEFAULT '', | | `telephone` varchar(25) NOT NULL DEFAULT '', |
| `mobile_number` bigint(20) DEFAULT NULL, | | `mobile_number` bigint(20) DEFAULT NULL, |
| `mobile_number_verified` tinyint(1) DEFAULT '0', | | `mobile_number_verified` tinyint(1) DEFAULT '0', |
| `mobile_number_verification_code` int(6) DEFAULT NULL, | | `mobile_number_verification_code` int(6) DEFAULT NULL, |
| `fax` varchar(25) NOT NULL DEFAULT '', | | `fax` varchar(25) NOT NULL DEFAULT '', |
| `address` varchar(255) NOT NULL DEFAULT '', | | `address` varchar(255) NOT NULL DEFAULT '', |
| `city` varchar(35) NOT NULL DEFAULT '', | | `city` varchar(35) NOT NULL DEFAULT '', |
| `province` varchar(35) NOT NULL DEFAULT '', | | `province` varchar(35) NOT NULL DEFAULT '', |
| `postcode` varchar(12) NOT NULL DEFAULT '', | | `postcode` varchar(12) NOT NULL DEFAULT '', |
| `country` varchar(35) NOT NULL DEFAULT '', | | `country` varchar(35) NOT NULL DEFAULT '', |
| `country_id` int(12) DEFAULT NULL, | | `country_id` int(12) DEFAULT NULL, |
| `province_id` int(12) DEFAULT NULL, | | `province_id` int(12) DEFAULT NULL, |
| `notes` text NOT NULL, | | `notes` text NOT NULL, |
| `office_hours` text, | | `office_hours` text, |
| `privacy_level` int(1) DEFAULT '0', | | `privacy_level` int(1) DEFAULT '0', |
| `copyright` bigint(64) NOT NULL DEFAULT '0', | | `copyright` bigint(64) NOT NULL DEFAULT '0', |
| `notifications` int(1) NOT NULL DEFAULT '1', | | `notifications` int(1) NOT NULL DEFAULT '1', |
| `admin_access` int(1) DEFAULT '0', | | `admin_access` int(1) DEFAULT '0', |
| `entry_year` int(11) DEFAULT NULL, | | `entry_year` int(11) DEFAULT NULL, |
| `grad_year` int(11) DEFAULT NULL, | | `grad_year` int(11) DEFAULT NULL, |
| `gender` int(2) DEFAULT NULL, | | `gender` int(2) DEFAULT NULL, |
| `pronoun_id` int(11) DEFAULT NULL, | | `pronoun_id` int(11) DEFAULT NULL, |
| `capture_consent` tinyint(1) DEFAULT NULL, | | `capture_consent` tinyint(1) DEFAULT NULL, |
| `clinical` int(1) NOT NULL DEFAULT '0', | | `clinical` int(1) NOT NULL DEFAULT '0', |
| `meeting_id` varchar(255) DEFAULT NULL, | | `meeting_id` varchar(255) DEFAULT NULL, |
| `uuid` varchar(36) DEFAULT NULL, | | `uuid` varchar(36) DEFAULT NULL, |
| `microsoft_object_id` varchar(36) DEFAULT NULL, | | `microsoft_object_id` varchar(36) DEFAULT NULL, |
| `pin` varchar(40) DEFAULT NULL, | | `pin` varchar(40) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL | | `updated_by` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_data_deploy` | | -- Table structure for table `user_data_deploy` |
| -- | | -- |
| | | |
| CREATE TABLE `user_data_deploy` ( | | CREATE TABLE `user_data_deploy` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `number` varchar(36) NOT NULL DEFAULT '0', | | `number` varchar(36) NOT NULL DEFAULT '0', |
| `sso_id` varchar(128) DEFAULT NULL, | | `sso_id` varchar(128) DEFAULT NULL, |
| `username` varchar(255) DEFAULT NULL, | | `username` varchar(255) DEFAULT NULL, |
| `password` varchar(255) NOT NULL DEFAULT '', | | `password` varchar(255) NOT NULL DEFAULT '', |
| `salt` varchar(64) DEFAULT NULL, | | `salt` varchar(64) DEFAULT NULL, |
| `organisation_id` int(12) NOT NULL DEFAULT '1', | | `organisation_id` int(12) NOT NULL DEFAULT '1', |
| `department` varchar(255) DEFAULT NULL, | | `department` varchar(255) DEFAULT NULL, |
| `prefix` varchar(10) NOT NULL DEFAULT '', | | `prefix` varchar(10) NOT NULL DEFAULT '', |
| `suffix_post_nominal` varchar(15) NOT NULL DEFAULT '', | | `suffix_post_nominal` varchar(15) NOT NULL DEFAULT '', |
| `suffix_gen` varchar(15) NOT NULL DEFAULT '', | | `suffix_gen` varchar(15) NOT NULL DEFAULT '', |
| `firstname` varchar(35) NOT NULL DEFAULT '', | | `firstname` varchar(35) NOT NULL DEFAULT '', |
| `middlename` varchar(35) DEFAULT NULL, | | `middlename` varchar(35) DEFAULT NULL, |
| `lastname` varchar(35) NOT NULL DEFAULT '', | | `lastname` varchar(35) NOT NULL DEFAULT '', |
| `preferredname` varchar(35) DEFAULT NULL, | | `preferredname` varchar(35) DEFAULT NULL, |
| `title` varchar(128) DEFAULT NULL, | | `title` varchar(128) DEFAULT NULL, |
| `date_of_birth` bigint(64) DEFAULT NULL, | | `date_of_birth` bigint(64) DEFAULT NULL, |
| `degree` varchar(5) DEFAULT NULL, | | `degree` varchar(5) DEFAULT NULL, |
| `email` varchar(255) NOT NULL DEFAULT '', | | `email` varchar(255) NOT NULL DEFAULT '', |
| `email_alt` varchar(255) NOT NULL DEFAULT '', | | `email_alt` varchar(255) NOT NULL DEFAULT '', |
| `email_updated` bigint(64) DEFAULT NULL, | | `email_updated` bigint(64) DEFAULT NULL, |
| `google_id` varchar(128) DEFAULT NULL, | | `google_id` varchar(128) DEFAULT NULL, |
| `telephone` varchar(25) NOT NULL DEFAULT '', | | `telephone` varchar(25) NOT NULL DEFAULT '', |
| `mobile_number` bigint(20) DEFAULT NULL, | | `mobile_number` bigint(20) DEFAULT NULL, |
| `mobile_number_verified` tinyint(1) DEFAULT '0', | | `mobile_number_verified` tinyint(1) DEFAULT '0', |
| `mobile_number_verification_code` int(6) DEFAULT NULL, | | `mobile_number_verification_code` int(6) DEFAULT NULL, |
| `fax` varchar(25) NOT NULL DEFAULT '', | | `fax` varchar(25) NOT NULL DEFAULT '', |
| `address` varchar(255) NOT NULL DEFAULT '', | | `address` varchar(255) NOT NULL DEFAULT '', |
| `city` varchar(35) NOT NULL DEFAULT '', | | `city` varchar(35) NOT NULL DEFAULT '', |
| `province` varchar(35) NOT NULL DEFAULT '', | | `province` varchar(35) NOT NULL DEFAULT '', |
| `postcode` varchar(12) NOT NULL DEFAULT '', | | `postcode` varchar(12) NOT NULL DEFAULT '', |
| `country` varchar(35) NOT NULL DEFAULT '', | | `country` varchar(35) NOT NULL DEFAULT '', |
| `country_id` int(12) DEFAULT NULL, | | `country_id` int(12) DEFAULT NULL, |
| `province_id` int(12) DEFAULT NULL, | | `province_id` int(12) DEFAULT NULL, |
| `notes` text NOT NULL, | | `notes` text NOT NULL, |
| `office_hours` text, | | `office_hours` text, |
| `privacy_level` int(1) DEFAULT '0', | | `privacy_level` int(1) DEFAULT '0', |
| `copyright` bigint(64) NOT NULL DEFAULT '0', | | `copyright` bigint(64) NOT NULL DEFAULT '0', |
| `notifications` int(1) NOT NULL DEFAULT '1', | | `notifications` int(1) NOT NULL DEFAULT '1', |
| `admin_access` int(1) DEFAULT '0', | | `admin_access` int(1) DEFAULT '0', |
| `entry_year` int(11) DEFAULT NULL, | | `entry_year` int(11) DEFAULT NULL, |
| `grad_year` int(11) DEFAULT NULL, | | `grad_year` int(11) DEFAULT NULL, |
| `gender` int(2) DEFAULT NULL, | | `gender` int(2) DEFAULT NULL, |
| `pronoun_id` int(11) DEFAULT NULL, | | `pronoun_id` int(11) DEFAULT NULL, |
| `capture_consent` tinyint(1) DEFAULT NULL, | | `capture_consent` tinyint(1) DEFAULT NULL, |
| `clinical` int(1) NOT NULL DEFAULT '0', | | `clinical` int(1) NOT NULL DEFAULT '0', |
| `meeting_id` varchar(255) DEFAULT NULL, | | `meeting_id` varchar(255) DEFAULT NULL, |
| `uuid` varchar(36) DEFAULT NULL, | | `uuid` varchar(36) DEFAULT NULL, |
| `microsoft_object_id` varchar(36) DEFAULT NULL, | | `microsoft_object_id` varchar(36) DEFAULT NULL, |
| `pin` varchar(40) DEFAULT NULL, | | `pin` varchar(40) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL | | `updated_by` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_data_history` | | -- Table structure for table `user_data_history` |
| -- | | -- |
| | | |
| CREATE TABLE `user_data_history` ( | | CREATE TABLE `user_data_history` ( |
| `id` varchar(36) NOT NULL, | | `id` varchar(36) NOT NULL, |
| `import_token` varchar(100) NOT NULL, | | `import_token` varchar(100) NOT NULL, |
| `foreign_id` varchar(50) DEFAULT NULL, | | `foreign_id` varchar(50) DEFAULT NULL, |
| `user_id` int(12) UNSIGNED NOT NULL, | | `user_id` int(12) UNSIGNED NOT NULL, |
| `number` varchar(36) NOT NULL DEFAULT '0', | | `number` varchar(36) NOT NULL DEFAULT '0', |
| `sso_id` varchar(128) DEFAULT NULL, | | `sso_id` varchar(128) DEFAULT NULL, |
| `username` varchar(255) DEFAULT NULL, | | `username` varchar(255) DEFAULT NULL, |
| `password` varchar(255) NOT NULL DEFAULT '', | | `password` varchar(255) NOT NULL DEFAULT '', |
| `salt` varchar(64) DEFAULT NULL, | | `salt` varchar(64) DEFAULT NULL, |
| `organisation_id` int(12) NOT NULL DEFAULT '1', | | `organisation_id` int(12) NOT NULL DEFAULT '1', |
| `department` varchar(255) DEFAULT NULL, | | `department` varchar(255) DEFAULT NULL, |
| `prefix` varchar(10) NOT NULL DEFAULT '', | | `prefix` varchar(10) NOT NULL DEFAULT '', |
| `suffix_post_nominal` varchar(15) NOT NULL DEFAULT '', | | `suffix_post_nominal` varchar(15) NOT NULL DEFAULT '', |
| `suffix_gen` varchar(15) NOT NULL DEFAULT '', | | `suffix_gen` varchar(15) NOT NULL DEFAULT '', |
| `firstname` varchar(35) NOT NULL DEFAULT '', | | `firstname` varchar(35) NOT NULL DEFAULT '', |
| `middlename` varchar(35) DEFAULT NULL, | | `middlename` varchar(35) DEFAULT NULL, |
| `lastname` varchar(35) NOT NULL DEFAULT '', | | `lastname` varchar(35) NOT NULL DEFAULT '', |
| `preferredname` varchar(35) DEFAULT NULL, | | `preferredname` varchar(35) DEFAULT NULL, |
| `title` varchar(128) DEFAULT NULL, | | `title` varchar(128) DEFAULT NULL, |
| `date_of_birth` bigint(64) DEFAULT NULL, | | `date_of_birth` bigint(64) DEFAULT NULL, |
| `email` varchar(255) NOT NULL DEFAULT '', | | `email` varchar(255) NOT NULL DEFAULT '', |
| `email_alt` varchar(255) NOT NULL DEFAULT '', | | `email_alt` varchar(255) NOT NULL DEFAULT '', |
| `email_updated` bigint(64) DEFAULT NULL, | | `email_updated` bigint(64) DEFAULT NULL, |
| `google_id` varchar(128) DEFAULT NULL, | | `google_id` varchar(128) DEFAULT NULL, |
| `telephone` varchar(25) NOT NULL DEFAULT '', | | `telephone` varchar(25) NOT NULL DEFAULT '', |
| `mobile_number` bigint(20) DEFAULT NULL, | | `mobile_number` bigint(20) DEFAULT NULL, |
| `mobile_number_verified` tinyint(1) DEFAULT '0', | | `mobile_number_verified` tinyint(1) DEFAULT '0', |
| `mobile_number_verification_code` int(6) DEFAULT NULL, | | `mobile_number_verification_code` int(6) DEFAULT NULL, |
| `fax` varchar(25) NOT NULL DEFAULT '', | | `fax` varchar(25) NOT NULL DEFAULT '', |
| `address` varchar(255) NOT NULL DEFAULT '', | | `address` varchar(255) NOT NULL DEFAULT '', |
| `city` varchar(35) NOT NULL DEFAULT '', | | `city` varchar(35) NOT NULL DEFAULT '', |
| `province` varchar(35) NOT NULL DEFAULT '', | | `province` varchar(35) NOT NULL DEFAULT '', |
| `postcode` varchar(12) NOT NULL DEFAULT '', | | `postcode` varchar(12) NOT NULL DEFAULT '', |
| `country` varchar(35) NOT NULL DEFAULT '', | | `country` varchar(35) NOT NULL DEFAULT '', |
| `country_id` int(12) DEFAULT NULL, | | `country_id` int(12) DEFAULT NULL, |
| `province_id` int(12) DEFAULT NULL, | | `province_id` int(12) DEFAULT NULL, |
| `notes` text NOT NULL, | | `notes` text NOT NULL, |
| `office_hours` text, | | `office_hours` text, |
| `privacy_level` int(1) DEFAULT '0', | | `privacy_level` int(1) DEFAULT '0', |
| `copyright` bigint(64) NOT NULL DEFAULT '0', | | `copyright` bigint(64) NOT NULL DEFAULT '0', |
| `notifications` int(1) NOT NULL DEFAULT '1', | | `notifications` int(1) NOT NULL DEFAULT '1', |
| `admin_access` int(1) DEFAULT '0', | | `admin_access` int(1) DEFAULT '0', |
| `entry_year` int(11) DEFAULT NULL, | | `entry_year` int(11) DEFAULT NULL, |
| `grad_year` int(11) DEFAULT NULL, | | `grad_year` int(11) DEFAULT NULL, |
| `gender` int(2) DEFAULT NULL, | | `gender` int(2) DEFAULT NULL, |
| `pronoun_id` int(11) DEFAULT NULL, | | `pronoun_id` int(11) DEFAULT NULL, |
| `capture_consent` tinyint(1) DEFAULT NULL, | | `capture_consent` tinyint(1) DEFAULT NULL, |
| `clinical` int(1) NOT NULL DEFAULT '0', | | `clinical` int(1) NOT NULL DEFAULT '0', |
| `meeting_id` varchar(255) DEFAULT NULL, | | `meeting_id` varchar(255) DEFAULT NULL, |
| `uuid` varchar(36) DEFAULT NULL, | | `uuid` varchar(36) DEFAULT NULL, |
| `microsoft_object_id` varchar(36) DEFAULT NULL, | | `microsoft_object_id` varchar(36) DEFAULT NULL, |
| `pin` varchar(40) DEFAULT NULL, | | `pin` varchar(40) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL | | `updated_by` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_data_id_mapping` | | -- Table structure for table `user_data_id_mapping` |
| -- | | -- |
| | | |
| CREATE TABLE `user_data_id_mapping` ( | | CREATE TABLE `user_data_id_mapping` ( |
| `id` int(10) UNSIGNED NOT NULL, | | `id` int(10) UNSIGNED NOT NULL, |
| `number` varchar(20) NOT NULL, | | `number` varchar(20) NOT NULL, |
| `updated_date` bigint(64) NOT NULL | | `updated_date` bigint(64) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Indexes for dumped tables | | -- Indexes for dumped tables |
| -- | | -- |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule` | | -- Indexes for table `cbl_schedule` |
| -- | | -- |
| ALTER TABLE `cbl_schedule` | | ALTER TABLE `cbl_schedule` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `schdl_mprthdrs_fk_idx` (`import_token`); | | ADD KEY `schdl_mprthdrs_fk_idx` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_audience` | | -- Indexes for table `cbl_schedule_audience` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_audience` | | ALTER TABLE `cbl_schedule_audience` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_audience_history` | | -- Indexes for table `cbl_schedule_audience_history` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_audience_history` | | ALTER TABLE `cbl_schedule_audience_history` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_drafts` | | -- Indexes for table `cbl_schedule_drafts` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_drafts` | | ALTER TABLE `cbl_schedule_drafts` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_drafts_deploy` | | -- Indexes for table `cbl_schedule_drafts_deploy` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_drafts_deploy` | | ALTER TABLE `cbl_schedule_drafts_deploy` |
| ADD PRIMARY KEY (`cbl_schedule_draft_id`); | | ADD PRIMARY KEY (`cbl_schedule_draft_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_drafts_history` | | -- Indexes for table `cbl_schedule_drafts_history` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_drafts_history` | | ALTER TABLE `cbl_schedule_drafts_history` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_drafts_id_mapping` | | -- Indexes for table `cbl_schedule_drafts_id_mapping` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_drafts_id_mapping` | | ALTER TABLE `cbl_schedule_drafts_id_mapping` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD UNIQUE KEY `idx_schdldrft_nq` (`draft_title`); | | ADD UNIQUE KEY `idx_schdldrft_nq` (`draft_title`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_draft_authors` | | -- Indexes for table `cbl_schedule_draft_authors` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_draft_authors` | | ALTER TABLE `cbl_schedule_draft_authors` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `schdledrftthrs_mprthdrs_fk_idx` (`import_token`); | | ADD KEY `schdledrftthrs_mprthdrs_fk_idx` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_draft_authors_history` | | -- Indexes for table `cbl_schedule_draft_authors_history` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_draft_authors_history` | | ALTER TABLE `cbl_schedule_draft_authors_history` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `schdledrftthrs_mprthdrs_fk_idx` (`import_token`); | | ADD KEY `schdledrftthrs_mprthdrs_fk_idx` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_draft_authors_id_mapping` | | -- Indexes for table `cbl_schedule_draft_authors_id_mapping` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_draft_authors_id_mapping` | | ALTER TABLE `cbl_schedule_draft_authors_id_mapping` |
| ADD PRIMARY KEY (`cbl_schedule_draft_author_id`), | | ADD PRIMARY KEY (`cbl_schedule_draft_author_id`), |
| ADD UNIQUE KEY `schldncempg_unique` (`cbl_schedule_draft_id`,`author_value`,`author_type`); | | ADD UNIQUE KEY `schldncempg_unique` (`cbl_schedule_draft_id`,`author_value`,`author_type`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_draft_courses` | | -- Indexes for table `cbl_schedule_draft_courses` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_draft_courses` | | ALTER TABLE `cbl_schedule_draft_courses` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `schdldrftcrs_mprthdrs_fk_idx` (`import_token`); | | ADD KEY `schdldrftcrs_mprthdrs_fk_idx` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_draft_courses_history` | | -- Indexes for table `cbl_schedule_draft_courses_history` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_draft_courses_history` | | ALTER TABLE `cbl_schedule_draft_courses_history` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `schdldrftcrs_mprthdrs_fk_idx` (`import_token`); | | ADD KEY `schdldrftcrs_mprthdrs_fk_idx` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_history` | | -- Indexes for table `cbl_schedule_history` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_history` | | ALTER TABLE `cbl_schedule_history` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `schdlhstry_mprthdrs_fk_idx` (`import_token`); | | ADD KEY `schdlhstry_mprthdrs_fk_idx` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_id_mapping` | | -- Indexes for table `cbl_schedule_id_mapping` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_id_mapping` | | ALTER TABLE `cbl_schedule_id_mapping` |
| ADD PRIMARY KEY (`schedule_id`); | | ADD PRIMARY KEY (`schedule_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `courses` | | -- Indexes for table `courses` |
| -- | | -- |
| ALTER TABLE `courses` | | ALTER TABLE `courses` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `notifications` (`notifications`), | | ADD KEY `notifications` (`notifications`), |
| ADD KEY `pcoord_id` (`pcoord_id`), | | ADD KEY `pcoord_id` (`pcoord_id`), |
| ADD KEY `evalrep_id` (`evalrep_id`), | | ADD KEY `evalrep_id` (`evalrep_id`), |
| ADD KEY `studrep_id` (`studrep_id`), | | ADD KEY `studrep_id` (`studrep_id`), |
| ADD KEY `parent_id` (`parent_id`), | | ADD KEY `parent_id` (`parent_id`), |
| ADD KEY `curriculum_type_id` (`curriculum_type_id`), | | ADD KEY `curriculum_type_id` (`curriculum_type_id`), |
| ADD KEY `course_code` (`course_code`), | | ADD KEY `course_code` (`course_code`), |
| ADD KEY `course_active` (`course_active`), | | ADD KEY `course_active` (`course_active`), |
| ADD KEY `crs_imprthdrs_fk` (`import_token`); | | ADD KEY `crs_imprthdrs_fk` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `courses_deploy` | | -- Indexes for table `courses_deploy` |
| -- | | -- |
| ALTER TABLE `courses_deploy` | | ALTER TABLE `courses_deploy` |
| ADD PRIMARY KEY (`course_id`); | | ADD PRIMARY KEY (`course_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `courses_history` | | -- Indexes for table `courses_history` |
| -- | | -- |
| ALTER TABLE `courses_history` | | ALTER TABLE `courses_history` |
| ADD KEY `crshstry_imprthdrs_fk` (`import_token`); | | ADD KEY `crshstry_imprthdrs_fk` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `courses_id_mapping` | | -- Indexes for table `courses_id_mapping` |
| -- | | -- |
| ALTER TABLE `courses_id_mapping` | | ALTER TABLE `courses_id_mapping` |
| ADD KEY `id` (`id`); | | ADD KEY `id` (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_audience` | | -- Indexes for table `course_audience` |
| -- | | -- |
| ALTER TABLE `course_audience` | | ALTER TABLE `course_audience` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `course_id` (`course_id`), | | ADD KEY `course_id` (`course_id`), |
| ADD KEY `audience_type` (`audience_type`), | | ADD KEY `audience_type` (`audience_type`), |
| ADD KEY `audience_value` (`audience_value`), | | ADD KEY `audience_value` (`audience_value`), |
| ADD KEY `audience_active` (`audience_active`), | | ADD KEY `audience_active` (`audience_active`), |
| ADD KEY `crsadnce_imprthdrs_fk` (`import_token`); | | ADD KEY `crsadnce_imprthdrs_fk` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_audience_deploy` | | -- Indexes for table `course_audience_deploy` |
| -- | | -- |
| ALTER TABLE `course_audience_deploy` | | ALTER TABLE `course_audience_deploy` |
| ADD PRIMARY KEY (`caudience_id`); | | ADD PRIMARY KEY (`caudience_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_audience_history` | | -- Indexes for table `course_audience_history` |
| -- | | -- |
| ALTER TABLE `course_audience_history` | | ALTER TABLE `course_audience_history` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `crsaudncehstry_imprthdrs_fk` (`import_token`); | | ADD KEY `crsaudncehstry_imprthdrs_fk` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_audience_id_mapping` | | -- Indexes for table `course_audience_id_mapping` |
| -- | | -- |
| ALTER TABLE `course_audience_id_mapping` | | ALTER TABLE `course_audience_id_mapping` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD UNIQUE KEY `idx_crsaud_id_map` (`course_code`,`group_name`); | | ADD UNIQUE KEY `idx_crsaud_id_map` (`course_code`,`group_name`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_lu_types` | | -- Indexes for table `curriculum_lu_types` |
| -- | | -- |
| ALTER TABLE `curriculum_lu_types` | | ALTER TABLE `curriculum_lu_types` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD UNIQUE KEY `crrclmtps_crrclmtpnme_unq` (`curriculum_type_name`), | | ADD UNIQUE KEY `crrclmtps_crrclmtpnme_unq` (`curriculum_type_name`), |
| ADD UNIQUE KEY `unique_curr_id` (`curriculum_type_id`), | | ADD UNIQUE KEY `unique_curr_id` (`curriculum_type_id`), |
| ADD KEY `curriculum_type_order` (`curriculum_type_order`), | | ADD KEY `curriculum_type_order` (`curriculum_type_order`), |
| ADD KEY `crrclmtps_imprthdrs_fk` (`import_token`); | | ADD KEY `crrclmtps_imprthdrs_fk` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_lu_types_deploy` | | -- Indexes for table `curriculum_lu_types_deploy` |
| -- | | -- |
| ALTER TABLE `curriculum_lu_types_deploy` | | ALTER TABLE `curriculum_lu_types_deploy` |
| ADD PRIMARY KEY (`curriculum_type_id`), | | ADD PRIMARY KEY (`curriculum_type_id`), |
| ADD KEY `curriculum_type_order` (`curriculum_type_order`); | | ADD KEY `curriculum_type_order` (`curriculum_type_order`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_lu_types_history` | | -- Indexes for table `curriculum_lu_types_history` |
| -- | | -- |
| ALTER TABLE `curriculum_lu_types_history` | | ALTER TABLE `curriculum_lu_types_history` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `curriculum_type_order` (`curriculum_type_order`), | | ADD KEY `curriculum_type_order` (`curriculum_type_order`), |
| ADD KEY `crrclmtpshstry_imprthdrs_fk` (`import_token`); | | ADD KEY `crrclmtpshstry_imprthdrs_fk` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_lu_types_id_mapping` | | -- Indexes for table `curriculum_lu_types_id_mapping` |
| -- | | -- |
| ALTER TABLE `curriculum_lu_types_id_mapping` | | ALTER TABLE `curriculum_lu_types_id_mapping` |
| ADD PRIMARY KEY (`curriculum_type_name`), | | ADD PRIMARY KEY (`curriculum_type_name`), |
| ADD KEY `id` (`id`); | | ADD KEY `id` (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_periods` | | -- Indexes for table `curriculum_periods` |
| -- | | -- |
| ALTER TABLE `curriculum_periods` | | ALTER TABLE `curriculum_periods` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `crrclmprds_imprthdrs_fk` (`import_token`); | | ADD KEY `crrclmprds_imprthdrs_fk` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_periods_deploy` | | -- Indexes for table `curriculum_periods_deploy` |
| -- | | -- |
| ALTER TABLE `curriculum_periods_deploy` | | ALTER TABLE `curriculum_periods_deploy` |
| ADD PRIMARY KEY (`cperiod_id`); | | ADD PRIMARY KEY (`cperiod_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_periods_history` | | -- Indexes for table `curriculum_periods_history` |
| -- | | -- |
| ALTER TABLE `curriculum_periods_history` | | ALTER TABLE `curriculum_periods_history` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `crrclmprdshstry_imprthdrs_fk` (`import_token`); | | ADD KEY `crrclmprdshstry_imprthdrs_fk` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_periods_id_mapping` | | -- Indexes for table `curriculum_periods_id_mapping` |
| -- | | -- |
| ALTER TABLE `curriculum_periods_id_mapping` | | ALTER TABLE `curriculum_periods_id_mapping` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD UNIQUE KEY `idx_crrcl_prd_id` (`curriculum_period_title`); | | ADD UNIQUE KEY `idx_crrcl_prd_id` (`curriculum_period_title`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_type_organisation_deploy` | | -- Indexes for table `curriculum_type_organisation_deploy` |
| -- | | -- |
| ALTER TABLE `curriculum_type_organisation_deploy` | | ALTER TABLE `curriculum_type_organisation_deploy` |
| ADD PRIMARY KEY (`curriculum_type_id`,`organisation_id`); | | ADD PRIMARY KEY (`curriculum_type_id`,`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_type_organisation_history` | | -- Indexes for table `curriculum_type_organisation_history` |
| -- | | -- |
| ALTER TABLE `curriculum_type_organisation_history` | | ALTER TABLE `curriculum_type_organisation_history` |
| ADD PRIMARY KEY (`curriculum_type_id`,`organisation_id`), | | ADD PRIMARY KEY (`curriculum_type_id`,`organisation_id`), |
| ADD KEY `crrclmtporgnstns_imprthdrs_fk` (`import_token`); | | ADD KEY `crrclmtporgnstns_imprthdrs_fk` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `groups` | | -- Indexes for table `groups` |
| -- | | -- |
| ALTER TABLE `groups` | | ALTER TABLE `groups` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `grps_imprthdrs_fk` (`import_token`); | | ADD KEY `grps_imprthdrs_fk` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `groups_deploy` | | -- Indexes for table `groups_deploy` |
| -- | | -- |
| ALTER TABLE `groups_deploy` | | ALTER TABLE `groups_deploy` |
| ADD PRIMARY KEY (`group_id`); | | ADD PRIMARY KEY (`group_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `groups_history` | | -- Indexes for table `groups_history` |
| -- | | -- |
| ALTER TABLE `groups_history` | | ALTER TABLE `groups_history` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `grpshstry_imprthdrs_fk` (`import_token`); | | ADD KEY `grpshstry_imprthdrs_fk` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `groups_id_mapping` | | -- Indexes for table `groups_id_mapping` |
| -- | | -- |
| ALTER TABLE `groups_id_mapping` | | ALTER TABLE `groups_id_mapping` |
| ADD PRIMARY KEY (`group_name`), | | ADD PRIMARY KEY (`group_name`), |
| ADD KEY `id` (`id`); | | ADD KEY `id` (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `group_members` | | -- Indexes for table `group_members` |
| -- | | -- |
| ALTER TABLE `group_members` | | ALTER TABLE `group_members` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `group_id` (`group_id`,`proxy_id`,`updated_date`,`updated_by`), | | ADD KEY `group_id` (`group_id`,`proxy_id`,`updated_date`,`updated_by`), |
| ADD KEY `member_active` (`member_active`), | | ADD KEY `member_active` (`member_active`), |
| ADD KEY `grpmmbrs_imprthdrs_fk` (`import_token`); | | ADD KEY `grpmmbrs_imprthdrs_fk` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `group_members_deploy` | | -- Indexes for table `group_members_deploy` |
| -- | | -- |
| ALTER TABLE `group_members_deploy` | | ALTER TABLE `group_members_deploy` |
| ADD PRIMARY KEY (`gmember_id`); | | ADD PRIMARY KEY (`gmember_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `group_members_history` | | -- Indexes for table `group_members_history` |
| -- | | -- |
| ALTER TABLE `group_members_history` | | ALTER TABLE `group_members_history` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `grpmmbrshstry_imprthdrs_fk` (`import_token`); | | ADD KEY `grpmmbrshstry_imprthdrs_fk` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `group_members_id_mapping` | | -- Indexes for table `group_members_id_mapping` |
| -- | | -- |
| ALTER TABLE `group_members_id_mapping` | | ALTER TABLE `group_members_id_mapping` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD UNIQUE KEY `idx_grp_mmbrs_gnnmbr` (`group_name`,`number`); | | ADD UNIQUE KEY `idx_grp_mmbrs_gnnmbr` (`group_name`,`number`); |
| | | |
| -- | | -- |
| -- Indexes for table `group_organisations` | | -- Indexes for table `group_organisations` |
| -- | | -- |
| ALTER TABLE `group_organisations` | | ALTER TABLE `group_organisations` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `grporgnstns_imprthdrs_fk` (`import_token`), | | ADD KEY `grporgnstns_imprthdrs_fk` (`import_token`), |
| ADD KEY `grporgnstns_idmppng_fk_idx` (`group_id`); | | ADD KEY `grporgnstns_idmppng_fk_idx` (`group_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `group_organisations_deploy` | | -- Indexes for table `group_organisations_deploy` |
| -- | | -- |
| ALTER TABLE `group_organisations_deploy` | | ALTER TABLE `group_organisations_deploy` |
| ADD PRIMARY KEY (`gorganisation_id`), | | ADD PRIMARY KEY (`gorganisation_id`), |
| ADD UNIQUE KEY `unq_grp_org` (`group_id`,`organisation_id`); | | ADD UNIQUE KEY `unq_grp_org` (`group_id`,`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `group_organisations_history` | | -- Indexes for table `group_organisations_history` |
| -- | | -- |
| ALTER TABLE `group_organisations_history` | | ALTER TABLE `group_organisations_history` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `group_organisations_id_mapping` | | -- Indexes for table `group_organisations_id_mapping` |
| -- | | -- |
| ALTER TABLE `group_organisations_id_mapping` | | ALTER TABLE `group_organisations_id_mapping` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD UNIQUE KEY `index2` (`group_id`,`organisation_id`); | | ADD UNIQUE KEY `index2` (`group_id`,`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `import_fails` | | -- Indexes for table `import_fails` |
| -- | | -- |
| ALTER TABLE `import_fails` | | ALTER TABLE `import_fails` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `fk_import_fails_1_idx` (`import_token`); | | ADD KEY `fk_import_fails_1_idx` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `import_files` | | -- Indexes for table `import_files` |
| -- | | -- |
| ALTER TABLE `import_files` | | ALTER TABLE `import_files` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `import_headers` | | -- Indexes for table `import_headers` |
| -- | | -- |
| ALTER TABLE `import_headers` | | ALTER TABLE `import_headers` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD UNIQUE KEY `unique_token` (`token`); | | ADD UNIQUE KEY `unique_token` (`token`); |
| | | |
| -- | | -- |
| -- Indexes for table `import_status` | | -- Indexes for table `import_status` |
| -- | | -- |
| ALTER TABLE `import_status` | | ALTER TABLE `import_status` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `imprtstts_imprthdrs_fk` (`token`); | | ADD KEY `imprtstts_imprthdrs_fk` (`token`); |
| | | |
| -- | | -- |
| -- Indexes for table `import_validation_fails` | | -- Indexes for table `import_validation_fails` |
| -- | | -- |
| ALTER TABLE `import_validation_fails` | | ALTER TABLE `import_validation_fails` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `phases_sessions_crosswalk` | | -- Indexes for table `phases_sessions_crosswalk` |
| -- | | -- |
| ALTER TABLE `phases_sessions_crosswalk` | | ALTER TABLE `phases_sessions_crosswalk` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD UNIQUE KEY `idx_trm_ssn` (`term`,`session`); | | ADD UNIQUE KEY `idx_trm_ssn` (`term`,`session`); |
| | | |
| -- | | -- |
| -- Indexes for table `schedule_slots` | | -- Indexes for table `schedule_slots` |
| -- | | -- |
| ALTER TABLE `schedule_slots` | | ALTER TABLE `schedule_slots` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `slots_imprthdrs_fk` (`import_token`); | | ADD KEY `slots_imprthdrs_fk` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `schedule_slots_deploy` | | -- Indexes for table `schedule_slots_deploy` |
| -- | | -- |
| ALTER TABLE `schedule_slots_deploy` | | ALTER TABLE `schedule_slots_deploy` |
| ADD PRIMARY KEY (`schedule_slot_id`), | | ADD PRIMARY KEY (`schedule_slot_id`), |
| ADD KEY `schedule_id` (`schedule_id`); | | ADD KEY `schedule_id` (`schedule_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `schedule_slots_history` | | -- Indexes for table `schedule_slots_history` |
| -- | | -- |
| ALTER TABLE `schedule_slots_history` | | ALTER TABLE `schedule_slots_history` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `slotshstry_imprthdrs_fk` (`import_token`); | | ADD KEY `slotshstry_imprthdrs_fk` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `schedule_slots_id_mapping` | | -- Indexes for table `schedule_slots_id_mapping` |
| -- | | -- |
| ALTER TABLE `schedule_slots_id_mapping` | | ALTER TABLE `schedule_slots_id_mapping` |
| ADD PRIMARY KEY (`rotation_slot_key`), | | ADD PRIMARY KEY (`rotation_slot_key`), |
| ADD KEY `id` (`id`); | | ADD KEY `id` (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `secondary_import_status` | | -- Indexes for table `secondary_import_status` |
| -- | | -- |
| ALTER TABLE `secondary_import_status` | | ALTER TABLE `secondary_import_status` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `scndrmprtsts_tkn_fk` (`token`); | | ADD KEY `scndrmprtsts_tkn_fk` (`token`); |
| | | |
| -- | | -- |
| -- Indexes for table `users_lu_genders` | | -- Indexes for table `users_lu_genders` |
| -- | | -- |
| ALTER TABLE `users_lu_genders` | | ALTER TABLE `users_lu_genders` |
| ADD PRIMARY KEY (`gender_id`); | | ADD PRIMARY KEY (`gender_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_access` | | -- Indexes for table `user_access` |
| -- | | -- |
| ALTER TABLE `user_access` | | ALTER TABLE `user_access` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD UNIQUE KEY `token_number2` (`number`,`user_id`,`organisation_id`,`group`), | | ADD UNIQUE KEY `token_number2` (`number`,`user_id`,`organisation_id`,`group`), |
| ADD KEY `user_id` (`user_id`), | | ADD KEY `user_id` (`user_id`), |
| ADD KEY `app_id` (`app_id`), | | ADD KEY `app_id` (`app_id`), |
| ADD KEY `account_active` (`account_active`), | | ADD KEY `account_active` (`account_active`), |
| ADD KEY `access_starts` (`access_starts`), | | ADD KEY `access_starts` (`access_starts`), |
| ADD KEY `access_expires` (`access_expires`), | | ADD KEY `access_expires` (`access_expires`), |
| ADD KEY `role` (`role`), | | ADD KEY `role` (`role`), |
| ADD KEY `group` (`group`), | | ADD KEY `group` (`group`), |
| ADD KEY `user_app_id` (`user_id`,`app_id`), | | ADD KEY `user_app_id` (`user_id`,`app_id`), |
| ADD KEY `fk_usraccs_usrs` (`number`); | | ADD KEY `fk_usraccs_usrs` (`number`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_access_deploy` | | -- Indexes for table `user_access_deploy` |
| -- | | -- |
| ALTER TABLE `user_access_deploy` | | ALTER TABLE `user_access_deploy` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_access_history` | | -- Indexes for table `user_access_history` |
| -- | | -- |
| ALTER TABLE `user_access_history` | | ALTER TABLE `user_access_history` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `usraccshstry_imprthdrs_fk` (`import_token`); | | ADD KEY `usraccshstry_imprthdrs_fk` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_data` | | -- Indexes for table `user_data` |
| -- | | -- |
| ALTER TABLE `user_data` | | ALTER TABLE `user_data` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `number` (`number`), | | ADD KEY `number` (`number`), |
| ADD KEY `password` (`password`), | | ADD KEY `password` (`password`), |
| ADD KEY `firstname` (`firstname`), | | ADD KEY `firstname` (`firstname`), |
| ADD KEY `lastname` (`lastname`), | | ADD KEY `lastname` (`lastname`), |
| ADD KEY `privacy_level` (`privacy_level`), | | ADD KEY `privacy_level` (`privacy_level`), |
| ADD KEY `google_id` (`google_id`), | | ADD KEY `google_id` (`google_id`), |
| ADD KEY `clinical` (`clinical`), | | ADD KEY `clinical` (`clinical`), |
| ADD KEY `organisation_id` (`organisation_id`), | | ADD KEY `organisation_id` (`organisation_id`), |
| ADD KEY `gender` (`gender`), | | ADD KEY `gender` (`gender`), |
| ADD KEY `country_id` (`country_id`), | | ADD KEY `country_id` (`country_id`), |
| ADD KEY `province_id` (`province_id`), | | ADD KEY `province_id` (`province_id`), |
| ADD KEY `idx_uuid` (`uuid`), | | ADD KEY `idx_uuid` (`uuid`), |
| ADD KEY `usrs_imprthdrs_fk` (`import_token`); | | ADD KEY `usrs_imprthdrs_fk` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_data_deploy` | | -- Indexes for table `user_data_deploy` |
| -- | | -- |
| ALTER TABLE `user_data_deploy` | | ALTER TABLE `user_data_deploy` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_data_history` | | -- Indexes for table `user_data_history` |
| -- | | -- |
| ALTER TABLE `user_data_history` | | ALTER TABLE `user_data_history` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `number` (`number`), | | ADD KEY `number` (`number`), |
| ADD KEY `password` (`password`), | | ADD KEY `password` (`password`), |
| ADD KEY `firstname` (`firstname`), | | ADD KEY `firstname` (`firstname`), |
| ADD KEY `lastname` (`lastname`), | | ADD KEY `lastname` (`lastname`), |
| ADD KEY `privacy_level` (`privacy_level`), | | ADD KEY `privacy_level` (`privacy_level`), |
| ADD KEY `google_id` (`google_id`), | | ADD KEY `google_id` (`google_id`), |
| ADD KEY `clinical` (`clinical`), | | ADD KEY `clinical` (`clinical`), |
| ADD KEY `organisation_id` (`organisation_id`), | | ADD KEY `organisation_id` (`organisation_id`), |
| ADD KEY `gender` (`gender`), | | ADD KEY `gender` (`gender`), |
| ADD KEY `country_id` (`country_id`), | | ADD KEY `country_id` (`country_id`), |
| ADD KEY `province_id` (`province_id`), | | ADD KEY `province_id` (`province_id`), |
| ADD KEY `idx_uuid` (`uuid`), | | ADD KEY `idx_uuid` (`uuid`), |
| ADD KEY `usrdthstry_imprthdrs_fk` (`import_token`); | | ADD KEY `usrdthstry_imprthdrs_fk` (`import_token`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_data_id_mapping` | | -- Indexes for table `user_data_id_mapping` |
| -- | | -- |
| ALTER TABLE `user_data_id_mapping` | | ALTER TABLE `user_data_id_mapping` |
| ADD PRIMARY KEY (`number`), | | ADD PRIMARY KEY (`number`), |
| ADD KEY `id` (`id`); | | ADD KEY `id` (`id`); |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for dumped tables | | -- AUTO_INCREMENT for dumped tables |
| -- | | -- |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_schedule_drafts_deploy` | | -- AUTO_INCREMENT for table `cbl_schedule_drafts_deploy` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_drafts_deploy` | | ALTER TABLE `cbl_schedule_drafts_deploy` |
| MODIFY `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_schedule_drafts_id_mapping` | | -- AUTO_INCREMENT for table `cbl_schedule_drafts_id_mapping` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_drafts_id_mapping` | | ALTER TABLE `cbl_schedule_drafts_id_mapping` |
| MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_schedule_draft_authors_id_mapping` | | -- AUTO_INCREMENT for table `cbl_schedule_draft_authors_id_mapping` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_draft_authors_id_mapping` | | ALTER TABLE `cbl_schedule_draft_authors_id_mapping` |
| MODIFY `cbl_schedule_draft_author_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `cbl_schedule_draft_author_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `courses_id_mapping` | | -- AUTO_INCREMENT for table `courses_id_mapping` |
| -- | | -- |
| ALTER TABLE `courses_id_mapping` | | ALTER TABLE `courses_id_mapping` |
| MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_audience_id_mapping` | | -- AUTO_INCREMENT for table `course_audience_id_mapping` |
| -- | | -- |
| ALTER TABLE `course_audience_id_mapping` | | ALTER TABLE `course_audience_id_mapping` |
| MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `curriculum_lu_types_deploy` | | -- AUTO_INCREMENT for table `curriculum_lu_types_deploy` |
| -- | | -- |
| ALTER TABLE `curriculum_lu_types_deploy` | | ALTER TABLE `curriculum_lu_types_deploy` |
| MODIFY `curriculum_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `curriculum_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `curriculum_lu_types_id_mapping` | | -- AUTO_INCREMENT for table `curriculum_lu_types_id_mapping` |
| -- | | -- |
| ALTER TABLE `curriculum_lu_types_id_mapping` | | ALTER TABLE `curriculum_lu_types_id_mapping` |
| MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `curriculum_periods_id_mapping` | | -- AUTO_INCREMENT for table `curriculum_periods_id_mapping` |
| -- | | -- |
| ALTER TABLE `curriculum_periods_id_mapping` | | ALTER TABLE `curriculum_periods_id_mapping` |
| MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `groups_id_mapping` | | -- AUTO_INCREMENT for table `groups_id_mapping` |
| -- | | -- |
| ALTER TABLE `groups_id_mapping` | | ALTER TABLE `groups_id_mapping` |
| MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `group_members_id_mapping` | | -- AUTO_INCREMENT for table `group_members_id_mapping` |
| -- | | -- |
| ALTER TABLE `group_members_id_mapping` | | ALTER TABLE `group_members_id_mapping` |
| MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `group_organisations_id_mapping` | | -- AUTO_INCREMENT for table `group_organisations_id_mapping` |
| -- | | -- |
| ALTER TABLE `group_organisations_id_mapping` | | ALTER TABLE `group_organisations_id_mapping` |
| MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `schedule_slots_deploy` | | -- AUTO_INCREMENT for table `schedule_slots_deploy` |
| -- | | -- |
| ALTER TABLE `schedule_slots_deploy` | | ALTER TABLE `schedule_slots_deploy` |
| MODIFY `schedule_slot_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `schedule_slot_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `schedule_slots_id_mapping` | | -- AUTO_INCREMENT for table `schedule_slots_id_mapping` |
| -- | | -- |
| ALTER TABLE `schedule_slots_id_mapping` | | ALTER TABLE `schedule_slots_id_mapping` |
| MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `users_lu_genders` | | -- AUTO_INCREMENT for table `users_lu_genders` |
| -- | | -- |
| ALTER TABLE `users_lu_genders` | | ALTER TABLE `users_lu_genders` |
| MODIFY `gender_id` int(2) NOT NULL AUTO_INCREMENT; | | MODIFY `gender_id` int(2) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `user_access_deploy` | | -- AUTO_INCREMENT for table `user_access_deploy` |
| -- | | -- |
| ALTER TABLE `user_access_deploy` | | ALTER TABLE `user_access_deploy` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `user_data_id_mapping` | | -- AUTO_INCREMENT for table `user_data_id_mapping` |
| -- | | -- |
| ALTER TABLE `user_data_id_mapping` | | ALTER TABLE `user_data_id_mapping` |
| MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- Constraints for dumped tables | | -- Constraints for dumped tables |
| -- | | -- |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_schedule` | | -- Constraints for table `cbl_schedule` |
| -- | | -- |
| ALTER TABLE `cbl_schedule` | | ALTER TABLE `cbl_schedule` |
| ADD CONSTRAINT `schdl_mprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `schdl_mprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_schedule_draft_authors` | | -- Constraints for table `cbl_schedule_draft_authors` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_draft_authors` | | ALTER TABLE `cbl_schedule_draft_authors` |
| ADD CONSTRAINT `schdledrftthrs_mprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `schdledrftthrs_mprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_schedule_draft_authors_history` | | -- Constraints for table `cbl_schedule_draft_authors_history` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_draft_authors_history` | | ALTER TABLE `cbl_schedule_draft_authors_history` |
| ADD CONSTRAINT `schdledrftthrs_mprthdrs_fk0` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `schdledrftthrs_mprthdrs_fk0` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_schedule_draft_courses` | | -- Constraints for table `cbl_schedule_draft_courses` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_draft_courses` | | ALTER TABLE `cbl_schedule_draft_courses` |
| ADD CONSTRAINT `schdldrftcrs_mprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `schdldrftcrs_mprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_schedule_draft_courses_history` | | -- Constraints for table `cbl_schedule_draft_courses_history` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_draft_courses_history` | | ALTER TABLE `cbl_schedule_draft_courses_history` |
| ADD CONSTRAINT `schdldrftcrs_mprthdrs_fk0` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `schdldrftcrs_mprthdrs_fk0` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_schedule_history` | | -- Constraints for table `cbl_schedule_history` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_history` | | ALTER TABLE `cbl_schedule_history` |
| ADD CONSTRAINT `schdlhstry_mprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `schdlhstry_mprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `courses` | | -- Constraints for table `courses` |
| -- | | -- |
| ALTER TABLE `courses` | | ALTER TABLE `courses` |
| ADD CONSTRAINT `crs_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `crs_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `courses_history` | | -- Constraints for table `courses_history` |
| -- | | -- |
| ALTER TABLE `courses_history` | | ALTER TABLE `courses_history` |
| ADD CONSTRAINT `crshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `crshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `course_audience` | | -- Constraints for table `course_audience` |
| -- | | -- |
| ALTER TABLE `course_audience` | | ALTER TABLE `course_audience` |
| ADD CONSTRAINT `crsadnce_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `crsadnce_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `course_audience_history` | | -- Constraints for table `course_audience_history` |
| -- | | -- |
| ALTER TABLE `course_audience_history` | | ALTER TABLE `course_audience_history` |
| ADD CONSTRAINT `crsaudncehstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `crsaudncehstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `curriculum_lu_types` | | -- Constraints for table `curriculum_lu_types` |
| -- | | -- |
| ALTER TABLE `curriculum_lu_types` | | ALTER TABLE `curriculum_lu_types` |
| ADD CONSTRAINT `crrclmtps_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `crrclmtps_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `curriculum_lu_types_history` | | -- Constraints for table `curriculum_lu_types_history` |
| -- | | -- |
| ALTER TABLE `curriculum_lu_types_history` | | ALTER TABLE `curriculum_lu_types_history` |
| ADD CONSTRAINT `crrclmtpshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `crrclmtpshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `curriculum_periods` | | -- Constraints for table `curriculum_periods` |
| -- | | -- |
| ALTER TABLE `curriculum_periods` | | ALTER TABLE `curriculum_periods` |
| ADD CONSTRAINT `crrclmprds_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `crrclmprds_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `curriculum_periods_history` | | -- Constraints for table `curriculum_periods_history` |
| -- | | -- |
| ALTER TABLE `curriculum_periods_history` | | ALTER TABLE `curriculum_periods_history` |
| ADD CONSTRAINT `crrclmprdshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `crrclmprdshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `curriculum_type_organisation_history` | | -- Constraints for table `curriculum_type_organisation_history` |
| -- | | -- |
| ALTER TABLE `curriculum_type_organisation_history` | | ALTER TABLE `curriculum_type_organisation_history` |
| ADD CONSTRAINT `crrclmtporgnstns_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `crrclmtporgnstns_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `groups` | | -- Constraints for table `groups` |
| -- | | -- |
| ALTER TABLE `groups` | | ALTER TABLE `groups` |
| ADD CONSTRAINT `grps_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `grps_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `groups_history` | | -- Constraints for table `groups_history` |
| -- | | -- |
| ALTER TABLE `groups_history` | | ALTER TABLE `groups_history` |
| ADD CONSTRAINT `grpshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `grpshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `group_members` | | -- Constraints for table `group_members` |
| -- | | -- |
| ALTER TABLE `group_members` | | ALTER TABLE `group_members` |
| ADD CONSTRAINT `grpmmbrs_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `grpmmbrs_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `group_members_history` | | -- Constraints for table `group_members_history` |
| -- | | -- |
| ALTER TABLE `group_members_history` | | ALTER TABLE `group_members_history` |
| ADD CONSTRAINT `grpmmbrshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `grpmmbrshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `group_organisations` | | -- Constraints for table `group_organisations` |
| -- | | -- |
| ALTER TABLE `group_organisations` | | ALTER TABLE `group_organisations` |
| ADD CONSTRAINT `grporgnstns_idmppng_fk` FOREIGN KEY (`group_id`) REFERENCES `group_organisations_id_mapping` (`group_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, | | ADD CONSTRAINT `grporgnstns_idmppng_fk` FOREIGN KEY (`group_id`) REFERENCES `group_organisations_id_mapping` (`group_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, |
| ADD CONSTRAINT `grporgnstns_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `grporgnstns_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `group_organisations_deploy` | | -- Constraints for table `group_organisations_deploy` |
| -- | | -- |
| ALTER TABLE `group_organisations_deploy` | | ALTER TABLE `group_organisations_deploy` |
| ADD CONSTRAINT `grporgnstns_idmppngdply_fk` FOREIGN KEY (`group_id`) REFERENCES `group_organisations_id_mapping` (`group_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `grporgnstns_idmppngdply_fk` FOREIGN KEY (`group_id`) REFERENCES `group_organisations_id_mapping` (`group_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `import_fails` | | -- Constraints for table `import_fails` |
| -- | | -- |
| ALTER TABLE `import_fails` | | ALTER TABLE `import_fails` |
| ADD CONSTRAINT `imprtfls_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `imprtfls_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `import_status` | | -- Constraints for table `import_status` |
| -- | | -- |
| ALTER TABLE `import_status` | | ALTER TABLE `import_status` |
| ADD CONSTRAINT `imprtstts_imprthdrs_fk` FOREIGN KEY (`token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `imprtstts_imprthdrs_fk` FOREIGN KEY (`token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `schedule_slots` | | -- Constraints for table `schedule_slots` |
| -- | | -- |
| ALTER TABLE `schedule_slots` | | ALTER TABLE `schedule_slots` |
| ADD CONSTRAINT `slots_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `slots_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `schedule_slots_history` | | -- Constraints for table `schedule_slots_history` |
| -- | | -- |
| ALTER TABLE `schedule_slots_history` | | ALTER TABLE `schedule_slots_history` |
| ADD CONSTRAINT `slotshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `slotshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `secondary_import_status` | | -- Constraints for table `secondary_import_status` |
| -- | | -- |
| ALTER TABLE `secondary_import_status` | | ALTER TABLE `secondary_import_status` |
| ADD CONSTRAINT `scndrmprtsts_mprthdrs_fk` FOREIGN KEY (`token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `scndrmprtsts_mprthdrs_fk` FOREIGN KEY (`token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `user_access_history` | | -- Constraints for table `user_access_history` |
| -- | | -- |
| ALTER TABLE `user_access_history` | | ALTER TABLE `user_access_history` |
| ADD CONSTRAINT `usraccshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `usraccshstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `user_data` | | -- Constraints for table `user_data` |
| -- | | -- |
| ALTER TABLE `user_data` | | ALTER TABLE `user_data` |
| ADD CONSTRAINT `usrs_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `usrs_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); |
| | | |
| -- | | -- |
| -- Constraints for table `user_data_history` | | -- Constraints for table `user_data_history` |
| -- | | -- |
| ALTER TABLE `user_data_history` | | ALTER TABLE `user_data_history` |
| ADD CONSTRAINT `usrdthstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); | | ADD CONSTRAINT `usrdthstry_imprthdrs_fk` FOREIGN KEY (`import_token`) REFERENCES `import_headers` (`token`); |
| -- | | -- |
| -- Database: `elentra_me` | | -- Database: `elentra_me` |
| -- | | -- |
| CREATE DATABASE IF NOT EXISTS `elentra_me` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; | | CREATE DATABASE IF NOT EXISTS `elentra_me` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; |
| USE `elentra_me`; | | USE `elentra_me`; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ali_resources` | | -- Table structure for table `ali_resources` |
| -- | | -- |
| | | |
| CREATE TABLE `ali_resources` ( | | CREATE TABLE `ali_resources` ( |
| `ali_resource_id` int(12) UNSIGNED NOT NULL, | | `ali_resource_id` int(12) UNSIGNED NOT NULL, |
| `ali_resource_type_id` int(12) NOT NULL, | | `ali_resource_type_id` int(12) NOT NULL, |
| `ali_resource_value` int(12) NOT NULL, | | `ali_resource_value` int(12) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ali_resource_entities` | | -- Table structure for table `ali_resource_entities` |
| -- | | -- |
| | | |
| CREATE TABLE `ali_resource_entities` ( | | CREATE TABLE `ali_resource_entities` ( |
| `ali_resource_entity_id` int(12) UNSIGNED NOT NULL, | | `ali_resource_entity_id` int(12) UNSIGNED NOT NULL, |
| `ali_resource_id` int(12) NOT NULL, | | `ali_resource_id` int(12) NOT NULL, |
| `entity_type` varchar(255) NOT NULL, | | `entity_type` varchar(255) NOT NULL, |
| `entity_value` int(12) NOT NULL, | | `entity_value` int(12) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ali_resource_meta` | | -- Table structure for table `ali_resource_meta` |
| -- | | -- |
| | | |
| CREATE TABLE `ali_resource_meta` ( | | CREATE TABLE `ali_resource_meta` ( |
| `ali_resource_meta_id` int(12) UNSIGNED NOT NULL, | | `ali_resource_meta_id` int(12) UNSIGNED NOT NULL, |
| `ali_resource_id` int(12) NOT NULL, | | `ali_resource_id` int(12) NOT NULL, |
| `ali_resource_meta_type_id` int(12) NOT NULL, | | `ali_resource_meta_type_id` int(12) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ali_resource_meta_types` | | -- Table structure for table `ali_resource_meta_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ali_resource_meta_types` ( | | CREATE TABLE `ali_resource_meta_types` ( |
| `ali_resource_meta_type_id` int(12) UNSIGNED NOT NULL, | | `ali_resource_meta_type_id` int(12) UNSIGNED NOT NULL, |
| `meta_type` varchar(128) NOT NULL DEFAULT '', | | `meta_type` varchar(128) NOT NULL DEFAULT '', |
| `meta_value` varchar(255) NOT NULL, | | `meta_value` varchar(255) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ali_resource_organisation` | | -- Table structure for table `ali_resource_organisation` |
| -- | | -- |
| | | |
| CREATE TABLE `ali_resource_organisation` ( | | CREATE TABLE `ali_resource_organisation` ( |
| `ali_resource_organisation_id` int(12) UNSIGNED NOT NULL, | | `ali_resource_organisation_id` int(12) UNSIGNED NOT NULL, |
| `ali_resource_id` int(12) UNSIGNED NOT NULL, | | `ali_resource_id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(12) NOT NULL | | `organisation_id` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ali_resource_types` | | -- Table structure for table `ali_resource_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ali_resource_types` ( | | CREATE TABLE `ali_resource_types` ( |
| `ali_resource_type_id` int(12) UNSIGNED NOT NULL, | | `ali_resource_type_id` int(12) UNSIGNED NOT NULL, |
| `shortname` varchar(128) NOT NULL, | | `shortname` varchar(128) NOT NULL, |
| `title` varchar(255) NOT NULL, | | `title` varchar(255) NOT NULL, |
| `description` text, | | `description` text, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ali_resource_types` | | -- Dumping data for table `ali_resource_types` |
| -- | | -- |
| | | |
| INSERT INTO `ali_resource_types` (`ali_resource_type_id`, `shortname`, `title`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `ali_resource_types` (`ali_resource_type_id`, `shortname`, `title`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'learning_object', 'Learning Object', 'An entity from the Learning Object Repository', 1685381580, 1, NULL, NULL, NULL); | | (1, 'learning_object', 'Learning Object', 'An entity from the Learning Object Repository', 1685381580, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ali_resource_type_organisation` | | -- Table structure for table `ali_resource_type_organisation` |
| -- | | -- |
| | | |
| CREATE TABLE `ali_resource_type_organisation` ( | | CREATE TABLE `ali_resource_type_organisation` ( |
| `ali_resource_type_organisation_id` int(12) UNSIGNED NOT NULL, | | `ali_resource_type_organisation_id` int(12) UNSIGNED NOT NULL, |
| `ali_resource_type_id` int(12) NOT NULL, | | `ali_resource_type_id` int(12) NOT NULL, |
| `organisation_id` int(12) NOT NULL, | | `organisation_id` int(12) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_book_chapter_mono` | | -- Table structure for table `ar_book_chapter_mono` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_book_chapter_mono` ( | | CREATE TABLE `ar_book_chapter_mono` ( |
| `book_chapter_mono_id` int(11) NOT NULL, | | `book_chapter_mono_id` int(11) NOT NULL, |
| `title` text NOT NULL, | | `title` text NOT NULL, |
| `source` varchar(200) NOT NULL, | | `source` varchar(200) NOT NULL, |
| `author_list` varchar(200) NOT NULL, | | `author_list` varchar(200) NOT NULL, |
| `editor_list` varchar(200) DEFAULT NULL, | | `editor_list` varchar(200) DEFAULT NULL, |
| `category` varchar(10) DEFAULT NULL, | | `category` varchar(10) DEFAULT NULL, |
| `epub_url` text, | | `epub_url` text, |
| `status_date` varchar(8) DEFAULT NULL, | | `status_date` varchar(8) DEFAULT NULL, |
| `epub_date` varchar(8) NOT NULL, | | `epub_date` varchar(8) NOT NULL, |
| `volume` varchar(25) DEFAULT NULL, | | `volume` varchar(25) DEFAULT NULL, |
| `edition` varchar(25) DEFAULT NULL, | | `edition` varchar(25) DEFAULT NULL, |
| `pages` varchar(25) DEFAULT NULL, | | `pages` varchar(25) DEFAULT NULL, |
| `role_id` int(3) NOT NULL, | | `role_id` int(3) NOT NULL, |
| `type_id` int(3) NOT NULL, | | `type_id` int(3) NOT NULL, |
| `status` varchar(25) NOT NULL, | | `status` varchar(25) NOT NULL, |
| `group_id` int(3) DEFAULT NULL, | | `group_id` int(3) DEFAULT NULL, |
| `hospital_id` int(3) DEFAULT NULL, | | `hospital_id` int(3) DEFAULT NULL, |
| `pubmed_id` varchar(200) NOT NULL, | | `pubmed_id` varchar(200) NOT NULL, |
| `year_reported` int(4) NOT NULL, | | `year_reported` int(4) NOT NULL, |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `visible_on_website` int(1) DEFAULT '0', | | `visible_on_website` int(1) DEFAULT '0', |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_clinical_activity` | | -- Table structure for table `ar_clinical_activity` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_clinical_activity` ( | | CREATE TABLE `ar_clinical_activity` ( |
| `clinical_activity_id` int(11) NOT NULL, | | `clinical_activity_id` int(11) NOT NULL, |
| `site` varchar(150) NOT NULL DEFAULT '', | | `site` varchar(150) NOT NULL DEFAULT '', |
| `site_description` text, | | `site_description` text, |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `average_hours` int(11) DEFAULT NULL, | | `average_hours` int(11) DEFAULT NULL, |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_clinical_education` | | -- Table structure for table `ar_clinical_education` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_clinical_education` ( | | CREATE TABLE `ar_clinical_education` ( |
| `clinical_education_id` int(11) NOT NULL, | | `clinical_education_id` int(11) NOT NULL, |
| `level` varchar(150) NOT NULL DEFAULT '', | | `level` varchar(150) NOT NULL DEFAULT '', |
| `level_description` varchar(255) DEFAULT NULL, | | `level_description` varchar(255) DEFAULT NULL, |
| `location` varchar(150) NOT NULL DEFAULT '', | | `location` varchar(150) NOT NULL DEFAULT '', |
| `location_description` varchar(255) DEFAULT NULL, | | `location_description` varchar(255) DEFAULT NULL, |
| `average_hours` int(11) NOT NULL DEFAULT '0', | | `average_hours` int(11) NOT NULL DEFAULT '0', |
| `research_percentage` int(1) DEFAULT '0', | | `research_percentage` int(1) DEFAULT '0', |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_clinical_innovation` | | -- Table structure for table `ar_clinical_innovation` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_clinical_innovation` ( | | CREATE TABLE `ar_clinical_innovation` ( |
| `clinical_innovation_id` int(11) NOT NULL, | | `clinical_innovation_id` int(11) NOT NULL, |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_clinics` | | -- Table structure for table `ar_clinics` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_clinics` ( | | CREATE TABLE `ar_clinics` ( |
| `clinics_id` int(11) NOT NULL, | | `clinics_id` int(11) NOT NULL, |
| `clinic` varchar(150) NOT NULL DEFAULT '', | | `clinic` varchar(150) NOT NULL DEFAULT '', |
| `patients` int(11) NOT NULL DEFAULT '0', | | `patients` int(11) NOT NULL DEFAULT '0', |
| `half_days` int(11) NOT NULL DEFAULT '0', | | `half_days` int(11) NOT NULL DEFAULT '0', |
| `new_repeat` varchar(25) NOT NULL DEFAULT '', | | `new_repeat` varchar(25) NOT NULL DEFAULT '', |
| `weeks` int(2) NOT NULL DEFAULT '0', | | `weeks` int(2) NOT NULL DEFAULT '0', |
| `average_clerks` int(11) NOT NULL DEFAULT '0', | | `average_clerks` int(11) NOT NULL DEFAULT '0', |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_conference_papers` | | -- Table structure for table `ar_conference_papers` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_conference_papers` ( | | CREATE TABLE `ar_conference_papers` ( |
| `conference_papers_id` int(11) NOT NULL, | | `conference_papers_id` int(11) NOT NULL, |
| `lectures_papers_list` text NOT NULL, | | `lectures_papers_list` text NOT NULL, |
| `status` varchar(25) NOT NULL DEFAULT '', | | `status` varchar(25) NOT NULL DEFAULT '', |
| `institution` text NOT NULL, | | `institution` text NOT NULL, |
| `location` varchar(250) DEFAULT NULL, | | `location` varchar(250) DEFAULT NULL, |
| `countries_id` int(12) DEFAULT NULL, | | `countries_id` int(12) DEFAULT NULL, |
| `city` varchar(100) DEFAULT NULL, | | `city` varchar(100) DEFAULT NULL, |
| `prov_state` varchar(200) DEFAULT NULL, | | `prov_state` varchar(200) DEFAULT NULL, |
| `type` varchar(30) NOT NULL DEFAULT '', | | `type` varchar(30) NOT NULL DEFAULT '', |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `visible_on_website` int(1) DEFAULT '0', | | `visible_on_website` int(1) DEFAULT '0', |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_consults` | | -- Table structure for table `ar_consults` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_consults` ( | | CREATE TABLE `ar_consults` ( |
| `consults_id` int(11) NOT NULL, | | `consults_id` int(11) NOT NULL, |
| `activity` varchar(250) NOT NULL DEFAULT '', | | `activity` varchar(250) NOT NULL DEFAULT '', |
| `site` varchar(150) NOT NULL DEFAULT '', | | `site` varchar(150) NOT NULL DEFAULT '', |
| `site_description` text, | | `site_description` text, |
| `months` int(2) NOT NULL DEFAULT '0', | | `months` int(2) NOT NULL DEFAULT '0', |
| `average_consults` int(11) NOT NULL DEFAULT '0', | | `average_consults` int(11) NOT NULL DEFAULT '0', |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_continuing_education` | | -- Table structure for table `ar_continuing_education` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_continuing_education` ( | | CREATE TABLE `ar_continuing_education` ( |
| `continuing_education_id` int(11) NOT NULL, | | `continuing_education_id` int(11) NOT NULL, |
| `unit` varchar(150) NOT NULL DEFAULT '', | | `unit` varchar(150) NOT NULL DEFAULT '', |
| `location` varchar(150) NOT NULL DEFAULT '', | | `location` varchar(150) NOT NULL DEFAULT '', |
| `average_hours` int(11) NOT NULL DEFAULT '0', | | `average_hours` int(11) NOT NULL DEFAULT '0', |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `start_month` int(2) NOT NULL DEFAULT '0', | | `start_month` int(2) NOT NULL DEFAULT '0', |
| `start_year` int(4) NOT NULL DEFAULT '0', | | `start_year` int(4) NOT NULL DEFAULT '0', |
| `end_month` int(2) NOT NULL DEFAULT '0', | | `end_month` int(2) NOT NULL DEFAULT '0', |
| `end_year` int(4) NOT NULL DEFAULT '0', | | `end_year` int(4) NOT NULL DEFAULT '0', |
| `total_hours` int(11) NOT NULL DEFAULT '0', | | `total_hours` int(11) NOT NULL DEFAULT '0', |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_external_contributions` | | -- Table structure for table `ar_external_contributions` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_external_contributions` ( | | CREATE TABLE `ar_external_contributions` ( |
| `external_contributions_id` int(11) NOT NULL, | | `external_contributions_id` int(11) NOT NULL, |
| `organisation` varchar(255) NOT NULL DEFAULT '', | | `organisation` varchar(255) NOT NULL DEFAULT '', |
| `city_country` text, | | `city_country` text, |
| `countries_id` int(12) DEFAULT NULL, | | `countries_id` int(12) DEFAULT NULL, |
| `city` varchar(100) DEFAULT NULL, | | `city` varchar(100) DEFAULT NULL, |
| `prov_state` varchar(200) DEFAULT NULL, | | `prov_state` varchar(200) DEFAULT NULL, |
| `role` varchar(150) DEFAULT NULL, | | `role` varchar(150) DEFAULT NULL, |
| `role_description` text, | | `role_description` text, |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `days_of_year` int(3) NOT NULL DEFAULT '0', | | `days_of_year` int(3) NOT NULL DEFAULT '0', |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_graduate_supervision` | | -- Table structure for table `ar_graduate_supervision` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_graduate_supervision` ( | | CREATE TABLE `ar_graduate_supervision` ( |
| `graduate_supervision_id` int(11) NOT NULL, | | `graduate_supervision_id` int(11) NOT NULL, |
| `student_name` varchar(150) NOT NULL DEFAULT '', | | `student_name` varchar(150) NOT NULL DEFAULT '', |
| `degree` varchar(25) NOT NULL DEFAULT '', | | `degree` varchar(25) NOT NULL DEFAULT '', |
| `active` varchar(8) NOT NULL DEFAULT '', | | `active` varchar(8) NOT NULL DEFAULT '', |
| `supervision` varchar(7) NOT NULL DEFAULT '', | | `supervision` varchar(7) NOT NULL DEFAULT '', |
| `year_started` int(4) NOT NULL DEFAULT '0', | | `year_started` int(4) NOT NULL DEFAULT '0', |
| `thesis_defended` char(3) NOT NULL DEFAULT '', | | `thesis_defended` char(3) NOT NULL DEFAULT '', |
| `comments` text, | | `comments` text, |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_graduate_teaching` | | -- Table structure for table `ar_graduate_teaching` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_graduate_teaching` ( | | CREATE TABLE `ar_graduate_teaching` ( |
| `graduate_teaching_id` int(11) NOT NULL, | | `graduate_teaching_id` int(11) NOT NULL, |
| `course_number` varchar(25) NOT NULL DEFAULT '', | | `course_number` varchar(25) NOT NULL DEFAULT '', |
| `course_name` text NOT NULL, | | `course_name` text NOT NULL, |
| `assigned` char(3) NOT NULL DEFAULT '', | | `assigned` char(3) NOT NULL DEFAULT '', |
| `lec_enrollment` int(11) NOT NULL DEFAULT '0', | | `lec_enrollment` int(11) NOT NULL DEFAULT '0', |
| `lec_hours` int(11) NOT NULL DEFAULT '0', | | `lec_hours` int(11) NOT NULL DEFAULT '0', |
| `lab_enrollment` int(11) NOT NULL DEFAULT '0', | | `lab_enrollment` int(11) NOT NULL DEFAULT '0', |
| `lab_hours` int(11) NOT NULL DEFAULT '0', | | `lab_hours` int(11) NOT NULL DEFAULT '0', |
| `tut_enrollment` int(11) NOT NULL DEFAULT '0', | | `tut_enrollment` int(11) NOT NULL DEFAULT '0', |
| `tut_hours` int(11) NOT NULL DEFAULT '0', | | `tut_hours` int(11) NOT NULL DEFAULT '0', |
| `sem_enrollment` int(11) NOT NULL DEFAULT '0', | | `sem_enrollment` int(11) NOT NULL DEFAULT '0', |
| `sem_hours` int(11) NOT NULL DEFAULT '0', | | `sem_hours` int(11) NOT NULL DEFAULT '0', |
| `coord_enrollment` int(11) NOT NULL DEFAULT '0', | | `coord_enrollment` int(11) NOT NULL DEFAULT '0', |
| `pbl_hours` int(11) NOT NULL DEFAULT '0', | | `pbl_hours` int(11) NOT NULL DEFAULT '0', |
| `comments` text, | | `comments` text, |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_innovation` | | -- Table structure for table `ar_innovation` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_innovation` ( | | CREATE TABLE `ar_innovation` ( |
| `innovation_id` int(11) NOT NULL, | | `innovation_id` int(11) NOT NULL, |
| `course_number` varchar(25) DEFAULT NULL, | | `course_number` varchar(25) DEFAULT NULL, |
| `course_name` text, | | `course_name` text, |
| `type` varchar(150) NOT NULL DEFAULT '', | | `type` varchar(150) NOT NULL DEFAULT '', |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_internal_contributions` | | -- Table structure for table `ar_internal_contributions` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_internal_contributions` ( | | CREATE TABLE `ar_internal_contributions` ( |
| `internal_contributions_id` int(11) NOT NULL, | | `internal_contributions_id` int(11) NOT NULL, |
| `activity_type` varchar(150) NOT NULL DEFAULT '', | | `activity_type` varchar(150) NOT NULL DEFAULT '', |
| `activity_type_description` text, | | `activity_type_description` text, |
| `role` varchar(150) NOT NULL DEFAULT '', | | `role` varchar(150) NOT NULL DEFAULT '', |
| `role_description` text, | | `role_description` text, |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `time_commitment` int(11) NOT NULL DEFAULT '0', | | `time_commitment` int(11) NOT NULL DEFAULT '0', |
| `commitment_type` varchar(10) NOT NULL DEFAULT 'week', | | `commitment_type` varchar(10) NOT NULL DEFAULT 'week', |
| `start_month` int(2) NOT NULL DEFAULT '0', | | `start_month` int(2) NOT NULL DEFAULT '0', |
| `start_year` int(4) DEFAULT NULL, | | `start_year` int(4) DEFAULT NULL, |
| `end_month` int(2) DEFAULT '0', | | `end_month` int(2) DEFAULT '0', |
| `end_year` int(4) DEFAULT '0', | | `end_year` int(4) DEFAULT '0', |
| `meetings_attended` int(3) DEFAULT NULL, | | `meetings_attended` int(3) DEFAULT NULL, |
| `type` varchar(50) NOT NULL DEFAULT '', | | `type` varchar(50) NOT NULL DEFAULT '', |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_activity_types` | | -- Table structure for table `ar_lu_activity_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_activity_types` ( | | CREATE TABLE `ar_lu_activity_types` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `activity_type` varchar(50) NOT NULL | | `activity_type` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_activity_types` | | -- Dumping data for table `ar_lu_activity_types` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_activity_types` (`id`, `activity_type`) VALUES | | INSERT INTO `ar_lu_activity_types` (`id`, `activity_type`) VALUES |
| (1, 'Lecture'), | | (1, 'Lecture'), |
| (2, 'Seminar'), | | (2, 'Seminar'), |
| (3, 'Workshop'), | | (3, 'Workshop'), |
| (4, 'Other'); | | (4, 'Other'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_clinical_locations` | | -- Table structure for table `ar_lu_clinical_locations` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_clinical_locations` ( | | CREATE TABLE `ar_lu_clinical_locations` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `clinical_location` varchar(50) DEFAULT NULL | | `clinical_location` varchar(50) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_clinical_locations` | | -- Dumping data for table `ar_lu_clinical_locations` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_clinical_locations` (`id`, `clinical_location`) VALUES | | INSERT INTO `ar_lu_clinical_locations` (`id`, `clinical_location`) VALUES |
| (1, 'Hospital A'), | | (1, 'Hospital A'), |
| (2, 'Hospital B'), | | (2, 'Hospital B'), |
| (3, 'Hospital C'), | | (3, 'Hospital C'), |
| (4, 'Other (specify)'); | | (4, 'Other (specify)'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_conference_paper_types` | | -- Table structure for table `ar_lu_conference_paper_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_conference_paper_types` ( | | CREATE TABLE `ar_lu_conference_paper_types` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `conference_paper_type` varchar(50) NOT NULL | | `conference_paper_type` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_conference_paper_types` | | -- Dumping data for table `ar_lu_conference_paper_types` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_conference_paper_types` (`id`, `conference_paper_type`) VALUES | | INSERT INTO `ar_lu_conference_paper_types` (`id`, `conference_paper_type`) VALUES |
| (1, 'Invited Lecture'), | | (1, 'Invited Lecture'), |
| (2, 'Invited Conference Paper'); | | (2, 'Invited Conference Paper'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_consult_locations` | | -- Table structure for table `ar_lu_consult_locations` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_consult_locations` ( | | CREATE TABLE `ar_lu_consult_locations` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `consult_location` varchar(50) NOT NULL DEFAULT '' | | `consult_location` varchar(50) NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_consult_locations` | | -- Dumping data for table `ar_lu_consult_locations` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_consult_locations` (`id`, `consult_location`) VALUES | | INSERT INTO `ar_lu_consult_locations` (`id`, `consult_location`) VALUES |
| (1, 'Hospital A'), | | (1, 'Hospital A'), |
| (2, 'Hospital B'), | | (2, 'Hospital B'), |
| (3, 'Hospital C'), | | (3, 'Hospital C'), |
| (4, 'Other (specify)'); | | (4, 'Other (specify)'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_contribution_roles` | | -- Table structure for table `ar_lu_contribution_roles` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_contribution_roles` ( | | CREATE TABLE `ar_lu_contribution_roles` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `contribution_role` varchar(50) NOT NULL, | | `contribution_role` varchar(50) NOT NULL, |
| `visible` int(1) NOT NULL DEFAULT '1' | | `visible` int(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_contribution_roles` | | -- Dumping data for table `ar_lu_contribution_roles` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_contribution_roles` (`id`, `contribution_role`, `visible`) VALUES | | INSERT INTO `ar_lu_contribution_roles` (`id`, `contribution_role`, `visible`) VALUES |
| (1, 'Advisor', 1), | | (1, 'Advisor', 1), |
| (2, 'Chair', 1), | | (2, 'Chair', 1), |
| (3, 'Co-Chair', 1), | | (3, 'Co-Chair', 1), |
| (4, 'Consultant', 1), | | (4, 'Consultant', 1), |
| (5, 'Delegate', 1), | | (5, 'Delegate', 1), |
| (6, 'Deputy Head', 1), | | (6, 'Deputy Head', 1), |
| (7, 'Director', 1), | | (7, 'Director', 1), |
| (8, 'Head', 1), | | (8, 'Head', 1), |
| (9, 'Member', 1), | | (9, 'Member', 1), |
| (10, 'Past President', 1), | | (10, 'Past President', 1), |
| (11, 'President', 1), | | (11, 'President', 1), |
| (12, 'Representative', 1), | | (12, 'Representative', 1), |
| (13, 'Secretary', 1), | | (13, 'Secretary', 1), |
| (14, 'Vice Chair', 1), | | (14, 'Vice Chair', 1), |
| (15, 'Vice President', 1), | | (15, 'Vice President', 1), |
| (16, 'Other (specify)', 1), | | (16, 'Other (specify)', 1), |
| (17, 'Site Leader on a Clinical Trial', 1); | | (17, 'Site Leader on a Clinical Trial', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_contribution_types` | | -- Table structure for table `ar_lu_contribution_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_contribution_types` ( | | CREATE TABLE `ar_lu_contribution_types` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `contribution_type` varchar(50) NOT NULL, | | `contribution_type` varchar(50) NOT NULL, |
| `visible` int(1) NOT NULL DEFAULT '1' | | `visible` int(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_contribution_types` | | -- Dumping data for table `ar_lu_contribution_types` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_contribution_types` (`id`, `contribution_type`, `visible`) VALUES | | INSERT INTO `ar_lu_contribution_types` (`id`, `contribution_type`, `visible`) VALUES |
| (1, 'Accreditation Committee', 1), | | (1, 'Accreditation Committee', 1), |
| (2, 'Committee (specify)', 1), | | (2, 'Committee (specify)', 1), |
| (3, 'Council (specify)', 1), | | (3, 'Council (specify)', 1), |
| (4, 'Faculty Board', 1), | | (4, 'Faculty Board', 1), |
| (5, 'Search Committee (specify)', 1), | | (5, 'Search Committee (specify)', 1), |
| (6, 'Senate', 1), | | (6, 'Senate', 1), |
| (7, 'Senate Committee (specify)', 1), | | (7, 'Senate Committee (specify)', 1), |
| (8, 'Subcommittee (specify)', 1), | | (8, 'Subcommittee (specify)', 1), |
| (9, 'Other (specify)', 1); | | (9, 'Other (specify)', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_degree_types` | | -- Table structure for table `ar_lu_degree_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_degree_types` ( | | CREATE TABLE `ar_lu_degree_types` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `degree_type` varchar(50) NOT NULL DEFAULT '', | | `degree_type` varchar(50) NOT NULL DEFAULT '', |
| `visible` int(1) NOT NULL DEFAULT '1' | | `visible` int(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_degree_types` | | -- Dumping data for table `ar_lu_degree_types` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_degree_types` (`id`, `degree_type`, `visible`) VALUES | | INSERT INTO `ar_lu_degree_types` (`id`, `degree_type`, `visible`) VALUES |
| (1, 'BA', 1), | | (1, 'BA', 1), |
| (2, 'BSc', 1), | | (2, 'BSc', 1), |
| (3, 'BNSc', 1), | | (3, 'BNSc', 1), |
| (4, 'MA', 1), | | (4, 'MA', 1), |
| (5, 'MD', 1), | | (5, 'MD', 1), |
| (6, 'M ED', 1), | | (6, 'M ED', 1), |
| (7, 'MES', 1), | | (7, 'MES', 1), |
| (8, 'MSc', 1), | | (8, 'MSc', 1), |
| (9, 'MScOT', 1), | | (9, 'MScOT', 1), |
| (10, 'MSc OT (Project)', 1), | | (10, 'MSc OT (Project)', 1), |
| (11, 'MScPT', 1), | | (11, 'MScPT', 1), |
| (12, 'MSC PT (Project)', 1), | | (12, 'MSC PT (Project)', 1), |
| (13, 'PDF', 1), | | (13, 'PDF', 1), |
| (14, 'PhD', 1), | | (14, 'PhD', 1), |
| (15, 'Clinical Fellow', 1), | | (15, 'Clinical Fellow', 1), |
| (16, 'Summer Research Student', 1), | | (16, 'Summer Research Student', 1), |
| (17, 'MPA Candidate', 1); | | (17, 'MPA Candidate', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_education_locations` | | -- Table structure for table `ar_lu_education_locations` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_education_locations` ( | | CREATE TABLE `ar_lu_education_locations` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `education_location` varchar(50) NOT NULL DEFAULT '' | | `education_location` varchar(50) NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_education_locations` | | -- Dumping data for table `ar_lu_education_locations` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_education_locations` (`id`, `education_location`) VALUES | | INSERT INTO `ar_lu_education_locations` (`id`, `education_location`) VALUES |
| (1, 'Hospital A'), | | (1, 'Hospital A'), |
| (2, 'Hospital B'), | | (2, 'Hospital B'), |
| (3, 'Hospital C'), | | (3, 'Hospital C'), |
| (4, 'Other (specify)'); | | (4, 'Other (specify)'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_focus_groups` | | -- Table structure for table `ar_lu_focus_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_focus_groups` ( | | CREATE TABLE `ar_lu_focus_groups` ( |
| `group_id` int(11) NOT NULL, | | `group_id` int(11) NOT NULL, |
| `focus_group` varchar(100) NOT NULL DEFAULT '' | | `focus_group` varchar(100) NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_focus_groups` | | -- Dumping data for table `ar_lu_focus_groups` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_focus_groups` (`group_id`, `focus_group`) VALUES | | INSERT INTO `ar_lu_focus_groups` (`group_id`, `focus_group`) VALUES |
| (20, 'Anesthesiology'), | | (20, 'Anesthesiology'), |
| (1, 'Cancer'), | | (1, 'Cancer'), |
| (3, 'Cardiovascular, Circulatory and Respiratory'), | | (3, 'Cardiovascular, Circulatory and Respiratory'), |
| (13, 'Critical Care'), | | (13, 'Critical Care'), |
| (16, 'Educational Research'), | | (16, 'Educational Research'), |
| (12, 'Emergency'), | | (12, 'Emergency'), |
| (4, 'Gastrointestinal'), | | (4, 'Gastrointestinal'), |
| (9, 'Genetics'), | | (9, 'Genetics'), |
| (6, 'Health Services Research'), | | (6, 'Health Services Research'), |
| (17, 'Microbiology and Immunology'), | | (17, 'Microbiology and Immunology'), |
| (5, 'Musculoskeletal\n'), | | (5, 'Musculoskeletal\n'), |
| (14, 'Nephrology'), | | (14, 'Nephrology'), |
| (2, 'Neurosciences'), | | (2, 'Neurosciences'), |
| (10, 'Nursing'), | | (10, 'Nursing'), |
| (22, 'Obstetrics and Gynecology'), | | (22, 'Obstetrics and Gynecology'), |
| (24, 'Occupational Therapy'), | | (24, 'Occupational Therapy'), |
| (15, 'Other'), | | (15, 'Other'), |
| (11, 'Primary Care Studies'), | | (11, 'Primary Care Studies'), |
| (7, 'Protein Function and Discovery'), | | (7, 'Protein Function and Discovery'), |
| (19, 'Psychiatry'), | | (19, 'Psychiatry'), |
| (23, 'Rehabilitation Therapy'), | | (23, 'Rehabilitation Therapy'), |
| (8, 'Reproductive Sciences'), | | (8, 'Reproductive Sciences'), |
| (18, 'Urology'); | | (18, 'Urology'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_hospital_location` | | -- Table structure for table `ar_lu_hospital_location` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_hospital_location` ( | | CREATE TABLE `ar_lu_hospital_location` ( |
| `hosp_id` int(11) NOT NULL DEFAULT '0', | | `hosp_id` int(11) NOT NULL DEFAULT '0', |
| `hosp_desc` varchar(100) NOT NULL DEFAULT '' | | `hosp_desc` varchar(100) NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_hospital_location` | | -- Dumping data for table `ar_lu_hospital_location` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_hospital_location` (`hosp_id`, `hosp_desc`) VALUES | | INSERT INTO `ar_lu_hospital_location` (`hosp_id`, `hosp_desc`) VALUES |
| (1, 'Hospital A'), | | (1, 'Hospital A'), |
| (2, 'Hospital B'), | | (2, 'Hospital B'), |
| (3, 'Hospital C'); | | (3, 'Hospital C'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_innovation_types` | | -- Table structure for table `ar_lu_innovation_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_innovation_types` ( | | CREATE TABLE `ar_lu_innovation_types` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `innovation_type` varchar(50) NOT NULL | | `innovation_type` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_innovation_types` | | -- Dumping data for table `ar_lu_innovation_types` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_innovation_types` (`id`, `innovation_type`) VALUES | | INSERT INTO `ar_lu_innovation_types` (`id`, `innovation_type`) VALUES |
| (1, 'Course Design'), | | (1, 'Course Design'), |
| (2, 'Curriculum Development'), | | (2, 'Curriculum Development'), |
| (3, 'Educational Materials Development'), | | (3, 'Educational Materials Development'), |
| (4, 'Software Development'), | | (4, 'Software Development'), |
| (5, 'Educational Planning and Policy Development'), | | (5, 'Educational Planning and Policy Development'), |
| (6, 'Development of Innovative Teaching Methods'); | | (6, 'Development of Innovative Teaching Methods'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_membership_roles` | | -- Table structure for table `ar_lu_membership_roles` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_membership_roles` ( | | CREATE TABLE `ar_lu_membership_roles` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `membership_role` varchar(50) NOT NULL | | `membership_role` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_membership_roles` | | -- Dumping data for table `ar_lu_membership_roles` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_membership_roles` (`id`, `membership_role`) VALUES | | INSERT INTO `ar_lu_membership_roles` (`id`, `membership_role`) VALUES |
| (1, 'Examining Committee'), | | (1, 'Examining Committee'), |
| (2, 'Comprehensive Exam Committee'), | | (2, 'Comprehensive Exam Committee'), |
| (3, 'Mini Masters'), | | (3, 'Mini Masters'), |
| (4, 'Supervisory Committee'), | | (4, 'Supervisory Committee'), |
| (5, 'Other (specify)'); | | (5, 'Other (specify)'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_on_call_locations` | | -- Table structure for table `ar_lu_on_call_locations` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_on_call_locations` ( | | CREATE TABLE `ar_lu_on_call_locations` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `on_call_location` varchar(50) NOT NULL | | `on_call_location` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_on_call_locations` | | -- Dumping data for table `ar_lu_on_call_locations` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_on_call_locations` (`id`, `on_call_location`) VALUES | | INSERT INTO `ar_lu_on_call_locations` (`id`, `on_call_location`) VALUES |
| (1, 'Hospital A'), | | (1, 'Hospital A'), |
| (2, 'Hospital B'), | | (2, 'Hospital B'), |
| (3, 'Hospital C'), | | (3, 'Hospital C'), |
| (4, 'Other (specify)'); | | (4, 'Other (specify)'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_other_locations` | | -- Table structure for table `ar_lu_other_locations` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_other_locations` ( | | CREATE TABLE `ar_lu_other_locations` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `other_location` varchar(50) NOT NULL | | `other_location` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_other_locations` | | -- Dumping data for table `ar_lu_other_locations` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_other_locations` (`id`, `other_location`) VALUES | | INSERT INTO `ar_lu_other_locations` (`id`, `other_location`) VALUES |
| (1, 'Hospital A'), | | (1, 'Hospital A'), |
| (2, 'Hospital B'), | | (2, 'Hospital B'), |
| (3, 'Hospital C'), | | (3, 'Hospital C'), |
| (4, 'Other (specify)'); | | (4, 'Other (specify)'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_patent_types` | | -- Table structure for table `ar_lu_patent_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_patent_types` ( | | CREATE TABLE `ar_lu_patent_types` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `patent_type` varchar(50) NOT NULL | | `patent_type` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_patent_types` | | -- Dumping data for table `ar_lu_patent_types` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_patent_types` (`id`, `patent_type`) VALUES | | INSERT INTO `ar_lu_patent_types` (`id`, `patent_type`) VALUES |
| (1, 'License Granted'), | | (1, 'License Granted'), |
| (2, 'Non-Disclosure Agreement'), | | (2, 'Non-Disclosure Agreement'), |
| (3, 'Patent Applied For'), | | (3, 'Patent Applied For'), |
| (4, 'Patent Obtained'); | | (4, 'Patent Obtained'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_prize_categories` | | -- Table structure for table `ar_lu_prize_categories` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_prize_categories` ( | | CREATE TABLE `ar_lu_prize_categories` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `prize_category` varchar(50) NOT NULL | | `prize_category` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_prize_categories` | | -- Dumping data for table `ar_lu_prize_categories` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_prize_categories` (`id`, `prize_category`) VALUES | | INSERT INTO `ar_lu_prize_categories` (`id`, `prize_category`) VALUES |
| (1, 'Research'), | | (1, 'Research'), |
| (2, 'Teaching'), | | (2, 'Teaching'), |
| (3, 'Service'); | | (3, 'Service'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_prize_types` | | -- Table structure for table `ar_lu_prize_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_prize_types` ( | | CREATE TABLE `ar_lu_prize_types` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `prize_type` varchar(50) NOT NULL | | `prize_type` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_prize_types` | | -- Dumping data for table `ar_lu_prize_types` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_prize_types` (`id`, `prize_type`) VALUES | | INSERT INTO `ar_lu_prize_types` (`id`, `prize_type`) VALUES |
| (1, 'Award'), | | (1, 'Award'), |
| (2, 'Honour'), | | (2, 'Honour'), |
| (3, 'Prize'); | | (3, 'Prize'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_profile_roles` | | -- Table structure for table `ar_lu_profile_roles` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_profile_roles` ( | | CREATE TABLE `ar_lu_profile_roles` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `profile_role` varchar(50) NOT NULL | | `profile_role` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_profile_roles` | | -- Dumping data for table `ar_lu_profile_roles` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_profile_roles` (`id`, `profile_role`) VALUES | | INSERT INTO `ar_lu_profile_roles` (`id`, `profile_role`) VALUES |
| (1, 'Researcher/Scholar'), | | (1, 'Researcher/Scholar'), |
| (2, 'Educator/Scholar'), | | (2, 'Educator/Scholar'), |
| (3, 'Clinician/Scholar'); | | (3, 'Clinician/Scholar'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_pr_roles` | | -- Table structure for table `ar_lu_pr_roles` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_pr_roles` ( | | CREATE TABLE `ar_lu_pr_roles` ( |
| `role_id` int(11) NOT NULL DEFAULT '0', | | `role_id` int(11) NOT NULL DEFAULT '0', |
| `role_description` varchar(50) NOT NULL DEFAULT '' | | `role_description` varchar(50) NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_pr_roles` | | -- Dumping data for table `ar_lu_pr_roles` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_pr_roles` (`role_id`, `role_description`) VALUES | | INSERT INTO `ar_lu_pr_roles` (`role_id`, `role_description`) VALUES |
| (3, 'Contributing Author'), | | (3, 'Contributing Author'), |
| (2, 'Corresponding Author'), | | (2, 'Corresponding Author'), |
| (1, 'First Author'); | | (1, 'First Author'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_publication_statuses` | | -- Table structure for table `ar_lu_publication_statuses` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_publication_statuses` ( | | CREATE TABLE `ar_lu_publication_statuses` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `publication_status` varchar(50) NOT NULL | | `publication_status` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_publication_statuses` | | -- Dumping data for table `ar_lu_publication_statuses` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_publication_statuses` (`id`, `publication_status`) VALUES | | INSERT INTO `ar_lu_publication_statuses` (`id`, `publication_status`) VALUES |
| (1, 'Accepted'), | | (1, 'Accepted'), |
| (2, 'In Press'), | | (2, 'In Press'), |
| (3, 'Presented'), | | (3, 'Presented'), |
| (4, 'Published'), | | (4, 'Published'), |
| (5, 'Submitted'); | | (5, 'Submitted'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_publication_type` | | -- Table structure for table `ar_lu_publication_type` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_publication_type` ( | | CREATE TABLE `ar_lu_publication_type` ( |
| `type_id` int(11) NOT NULL DEFAULT '0', | | `type_id` int(11) NOT NULL DEFAULT '0', |
| `type_description` varchar(50) NOT NULL DEFAULT '' | | `type_description` varchar(50) NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_publication_type` | | -- Dumping data for table `ar_lu_publication_type` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_publication_type` (`type_id`, `type_description`) VALUES | | INSERT INTO `ar_lu_publication_type` (`type_id`, `type_description`) VALUES |
| (3, 'Chapter'), | | (3, 'Chapter'), |
| (6, 'Complete Book'), | | (6, 'Complete Book'), |
| (8, 'Editorial'), | | (8, 'Editorial'), |
| (7, 'Monograph'), | | (7, 'Monograph'), |
| (5, 'Non-Peer-Reviewed Abstract'), | | (5, 'Non-Peer-Reviewed Abstract'), |
| (2, 'Non-Peer-Reviewed Article'), | | (2, 'Non-Peer-Reviewed Article'), |
| (4, 'Peer-Reviewed Abstract'), | | (4, 'Peer-Reviewed Abstract'), |
| (1, 'Peer-Reviewed Article'), | | (1, 'Peer-Reviewed Article'), |
| (10, 'Poster Presentations'), | | (10, 'Poster Presentations'), |
| (9, 'Published Conference Proceeding'), | | (9, 'Published Conference Proceeding'), |
| (11, 'Technical Report'); | | (11, 'Technical Report'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_research_types` | | -- Table structure for table `ar_lu_research_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_research_types` ( | | CREATE TABLE `ar_lu_research_types` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `research_type` varchar(50) NOT NULL | | `research_type` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_research_types` | | -- Dumping data for table `ar_lu_research_types` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_research_types` (`id`, `research_type`) VALUES | | INSERT INTO `ar_lu_research_types` (`id`, `research_type`) VALUES |
| (1, 'Infrastructure'), | | (1, 'Infrastructure'), |
| (2, 'Operating'), | | (2, 'Operating'), |
| (3, 'Salary'), | | (3, 'Salary'), |
| (4, 'Training'); | | (4, 'Training'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_scholarly_types` | | -- Table structure for table `ar_lu_scholarly_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_scholarly_types` ( | | CREATE TABLE `ar_lu_scholarly_types` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `scholarly_type` varchar(50) NOT NULL | | `scholarly_type` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_scholarly_types` | | -- Dumping data for table `ar_lu_scholarly_types` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_scholarly_types` (`id`, `scholarly_type`) VALUES | | INSERT INTO `ar_lu_scholarly_types` (`id`, `scholarly_type`) VALUES |
| (1, 'Granting Body Referee'), | | (1, 'Granting Body Referee'), |
| (2, 'Journal Editorship'), | | (2, 'Journal Editorship'), |
| (3, 'Journal Referee'), | | (3, 'Journal Referee'), |
| (4, 'Other (specify)'); | | (4, 'Other (specify)'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_self_education_types` | | -- Table structure for table `ar_lu_self_education_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_self_education_types` ( | | CREATE TABLE `ar_lu_self_education_types` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `self_education_type` varchar(50) NOT NULL | | `self_education_type` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_self_education_types` | | -- Dumping data for table `ar_lu_self_education_types` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_self_education_types` (`id`, `self_education_type`) VALUES | | INSERT INTO `ar_lu_self_education_types` (`id`, `self_education_type`) VALUES |
| (1, 'Clinical'), | | (1, 'Clinical'), |
| (2, 'Research'), | | (2, 'Research'), |
| (3, 'Teaching'), | | (3, 'Teaching'), |
| (4, 'Service/Administrative'), | | (4, 'Service/Administrative'), |
| (5, 'Other'); | | (5, 'Other'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_supervision_types` | | -- Table structure for table `ar_lu_supervision_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_supervision_types` ( | | CREATE TABLE `ar_lu_supervision_types` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `supervision_type` varchar(50) NOT NULL DEFAULT '' | | `supervision_type` varchar(50) NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_supervision_types` | | -- Dumping data for table `ar_lu_supervision_types` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_supervision_types` (`id`, `supervision_type`) VALUES | | INSERT INTO `ar_lu_supervision_types` (`id`, `supervision_type`) VALUES |
| (1, 'Joint'), | | (1, 'Joint'), |
| (2, 'Sole'); | | (2, 'Sole'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_trainee_levels` | | -- Table structure for table `ar_lu_trainee_levels` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_trainee_levels` ( | | CREATE TABLE `ar_lu_trainee_levels` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `trainee_level` varchar(50) NOT NULL | | `trainee_level` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_trainee_levels` | | -- Dumping data for table `ar_lu_trainee_levels` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_trainee_levels` (`id`, `trainee_level`) VALUES | | INSERT INTO `ar_lu_trainee_levels` (`id`, `trainee_level`) VALUES |
| (1, 'Clerk(s)'), | | (1, 'Clerk(s)'), |
| (2, 'Clinical Fellow(s)'), | | (2, 'Clinical Fellow(s)'), |
| (3, 'International Med. Graduate'), | | (3, 'International Med. Graduate'), |
| (4, 'PGY (specify)'), | | (4, 'PGY (specify)'), |
| (5, 'Other (specify)'); | | (5, 'Other (specify)'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_lu_undergraduate_supervision_courses` | | -- Table structure for table `ar_lu_undergraduate_supervision_courses` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_lu_undergraduate_supervision_courses` ( | | CREATE TABLE `ar_lu_undergraduate_supervision_courses` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `undergarduate_supervision_course` varchar(50) NOT NULL DEFAULT '' | | `undergarduate_supervision_course` varchar(50) NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ar_lu_undergraduate_supervision_courses` | | -- Dumping data for table `ar_lu_undergraduate_supervision_courses` |
| -- | | -- |
| | | |
| INSERT INTO `ar_lu_undergraduate_supervision_courses` (`id`, `undergarduate_supervision_course`) VALUES | | INSERT INTO `ar_lu_undergraduate_supervision_courses` (`id`, `undergarduate_supervision_course`) VALUES |
| (1, 'ANAT-499'), | | (1, 'ANAT-499'), |
| (2, 'BCHM-421'), | | (2, 'BCHM-421'), |
| (3, 'BCHM-422'), | | (3, 'BCHM-422'), |
| (4, 'MICR-499'), | | (4, 'MICR-499'), |
| (5, 'PATH-499'), | | (5, 'PATH-499'), |
| (6, 'PHAR-499'), | | (6, 'PHAR-499'), |
| (7, 'PHGY-499'), | | (7, 'PHGY-499'), |
| (8, 'NURS-490'), | | (8, 'NURS-490'), |
| (9, 'ANAT499'), | | (9, 'ANAT499'), |
| (10, 'BCHM421'), | | (10, 'BCHM421'), |
| (11, 'BCHM422'), | | (11, 'BCHM422'), |
| (12, 'MICR499'), | | (12, 'MICR499'), |
| (13, 'PATH499'), | | (13, 'PATH499'), |
| (14, 'PHAR499'), | | (14, 'PHAR499'), |
| (15, 'PHGY499'), | | (15, 'PHGY499'), |
| (16, 'NURS490'), | | (16, 'NURS490'), |
| (17, 'ANAT 499'), | | (17, 'ANAT 499'), |
| (18, 'BCHM 421'), | | (18, 'BCHM 421'), |
| (19, 'BCHM 422'), | | (19, 'BCHM 422'), |
| (20, 'MICR 499'), | | (20, 'MICR 499'), |
| (21, 'PATH 499'), | | (21, 'PATH 499'), |
| (22, 'PHAR 499'), | | (22, 'PHAR 499'), |
| (23, 'PHGY 499'), | | (23, 'PHGY 499'), |
| (24, 'NURS 490'); | | (24, 'NURS 490'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_memberships` | | -- Table structure for table `ar_memberships` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_memberships` ( | | CREATE TABLE `ar_memberships` ( |
| `memberships_id` int(11) NOT NULL, | | `memberships_id` int(11) NOT NULL, |
| `student_name` varchar(150) NOT NULL DEFAULT '', | | `student_name` varchar(150) NOT NULL DEFAULT '', |
| `degree` varchar(25) NOT NULL DEFAULT '', | | `degree` varchar(25) NOT NULL DEFAULT '', |
| `department` varchar(150) NOT NULL DEFAULT '', | | `department` varchar(150) NOT NULL DEFAULT '', |
| `university` varchar(255) NOT NULL DEFAULT '', | | `university` varchar(255) NOT NULL DEFAULT '', |
| `role` varchar(100) NOT NULL DEFAULT '', | | `role` varchar(100) NOT NULL DEFAULT '', |
| `role_description` text, | | `role_description` text, |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_non_peer_reviewed_papers` | | -- Table structure for table `ar_non_peer_reviewed_papers` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_non_peer_reviewed_papers` ( | | CREATE TABLE `ar_non_peer_reviewed_papers` ( |
| `non_peer_reviewed_papers_id` int(11) NOT NULL, | | `non_peer_reviewed_papers_id` int(11) NOT NULL, |
| `title` text NOT NULL, | | `title` text NOT NULL, |
| `source` varchar(200) NOT NULL, | | `source` varchar(200) NOT NULL, |
| `author_list` varchar(200) NOT NULL, | | `author_list` varchar(200) NOT NULL, |
| `category` varchar(10) DEFAULT NULL, | | `category` varchar(10) DEFAULT NULL, |
| `epub_url` text, | | `epub_url` text, |
| `status_date` varchar(8) DEFAULT NULL, | | `status_date` varchar(8) DEFAULT NULL, |
| `epub_date` varchar(8) NOT NULL, | | `epub_date` varchar(8) NOT NULL, |
| `volume` varchar(25) DEFAULT NULL, | | `volume` varchar(25) DEFAULT NULL, |
| `edition` varchar(25) DEFAULT NULL, | | `edition` varchar(25) DEFAULT NULL, |
| `pages` varchar(25) DEFAULT NULL, | | `pages` varchar(25) DEFAULT NULL, |
| `role_id` int(3) NOT NULL, | | `role_id` int(3) NOT NULL, |
| `type_id` int(3) NOT NULL, | | `type_id` int(3) NOT NULL, |
| `status` varchar(25) NOT NULL, | | `status` varchar(25) NOT NULL, |
| `group_id` int(3) DEFAULT NULL, | | `group_id` int(3) DEFAULT NULL, |
| `hospital_id` int(3) DEFAULT NULL, | | `hospital_id` int(3) DEFAULT NULL, |
| `pubmed_id` varchar(200) NOT NULL, | | `pubmed_id` varchar(200) NOT NULL, |
| `year_reported` int(4) NOT NULL, | | `year_reported` int(4) NOT NULL, |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `visible_on_website` int(1) DEFAULT '0', | | `visible_on_website` int(1) DEFAULT '0', |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_on_call` | | -- Table structure for table `ar_on_call` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_on_call` ( | | CREATE TABLE `ar_on_call` ( |
| `on_call_id` int(11) NOT NULL, | | `on_call_id` int(11) NOT NULL, |
| `site` varchar(150) NOT NULL DEFAULT '', | | `site` varchar(150) NOT NULL DEFAULT '', |
| `site_description` text, | | `site_description` text, |
| `frequency` varchar(250) DEFAULT NULL, | | `frequency` varchar(250) DEFAULT NULL, |
| `special_features` text NOT NULL, | | `special_features` text NOT NULL, |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_other` | | -- Table structure for table `ar_other` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_other` ( | | CREATE TABLE `ar_other` ( |
| `other_id` int(11) NOT NULL, | | `other_id` int(11) NOT NULL, |
| `course_name` text NOT NULL, | | `course_name` text NOT NULL, |
| `type` varchar(150) NOT NULL DEFAULT '', | | `type` varchar(150) NOT NULL DEFAULT '', |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_other_activity` | | -- Table structure for table `ar_other_activity` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_other_activity` ( | | CREATE TABLE `ar_other_activity` ( |
| `other_activity_id` int(11) NOT NULL, | | `other_activity_id` int(11) NOT NULL, |
| `site` varchar(150) NOT NULL DEFAULT '', | | `site` varchar(150) NOT NULL DEFAULT '', |
| `site_description` text, | | `site_description` text, |
| `average_hours` int(11) DEFAULT NULL, | | `average_hours` int(11) DEFAULT NULL, |
| `special_features` text NOT NULL, | | `special_features` text NOT NULL, |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_patent_activity` | | -- Table structure for table `ar_patent_activity` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_patent_activity` ( | | CREATE TABLE `ar_patent_activity` ( |
| `patent_activity_id` int(11) NOT NULL, | | `patent_activity_id` int(11) NOT NULL, |
| `patent_activity_type` varchar(255) NOT NULL DEFAULT '', | | `patent_activity_type` varchar(255) NOT NULL DEFAULT '', |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_peer_reviewed_papers` | | -- Table structure for table `ar_peer_reviewed_papers` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_peer_reviewed_papers` ( | | CREATE TABLE `ar_peer_reviewed_papers` ( |
| `peer_reviewed_papers_id` int(11) NOT NULL, | | `peer_reviewed_papers_id` int(11) NOT NULL, |
| `title` text NOT NULL, | | `title` text NOT NULL, |
| `source` varchar(200) NOT NULL, | | `source` varchar(200) NOT NULL, |
| `author_list` varchar(200) NOT NULL, | | `author_list` varchar(200) NOT NULL, |
| `category` varchar(10) DEFAULT NULL, | | `category` varchar(10) DEFAULT NULL, |
| `epub_url` text, | | `epub_url` text, |
| `status_date` varchar(8) DEFAULT NULL, | | `status_date` varchar(8) DEFAULT NULL, |
| `epub_date` varchar(8) NOT NULL, | | `epub_date` varchar(8) NOT NULL, |
| `volume` varchar(25) DEFAULT NULL, | | `volume` varchar(25) DEFAULT NULL, |
| `edition` varchar(25) DEFAULT NULL, | | `edition` varchar(25) DEFAULT NULL, |
| `pages` varchar(25) DEFAULT NULL, | | `pages` varchar(25) DEFAULT NULL, |
| `role_id` int(3) NOT NULL, | | `role_id` int(3) NOT NULL, |
| `type_id` int(3) NOT NULL, | | `type_id` int(3) NOT NULL, |
| `status` varchar(25) NOT NULL, | | `status` varchar(25) NOT NULL, |
| `group_id` int(3) DEFAULT NULL, | | `group_id` int(3) DEFAULT NULL, |
| `hospital_id` int(3) DEFAULT NULL, | | `hospital_id` int(3) DEFAULT NULL, |
| `pubmed_id` varchar(200) NOT NULL, | | `pubmed_id` varchar(200) NOT NULL, |
| `keywords` text, | | `keywords` text, |
| `year_reported` int(4) NOT NULL, | | `year_reported` int(4) NOT NULL, |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `visible_on_website` int(1) DEFAULT '0', | | `visible_on_website` int(1) DEFAULT '0', |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_poster_reports` | | -- Table structure for table `ar_poster_reports` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_poster_reports` ( | | CREATE TABLE `ar_poster_reports` ( |
| `poster_reports_id` int(11) NOT NULL, | | `poster_reports_id` int(11) NOT NULL, |
| `title` text NOT NULL, | | `title` text NOT NULL, |
| `source` varchar(200) NOT NULL, | | `source` varchar(200) NOT NULL, |
| `author_list` varchar(200) NOT NULL, | | `author_list` varchar(200) NOT NULL, |
| `editor_list` varchar(200) DEFAULT NULL, | | `editor_list` varchar(200) DEFAULT NULL, |
| `epub_url` text, | | `epub_url` text, |
| `status_date` varchar(8) DEFAULT NULL, | | `status_date` varchar(8) DEFAULT NULL, |
| `epub_date` varchar(8) NOT NULL, | | `epub_date` varchar(8) NOT NULL, |
| `volume` varchar(25) DEFAULT NULL, | | `volume` varchar(25) DEFAULT NULL, |
| `edition` varchar(25) DEFAULT NULL, | | `edition` varchar(25) DEFAULT NULL, |
| `pages` varchar(25) DEFAULT NULL, | | `pages` varchar(25) DEFAULT NULL, |
| `role_id` int(3) NOT NULL, | | `role_id` int(3) NOT NULL, |
| `type_id` int(3) NOT NULL, | | `type_id` int(3) NOT NULL, |
| `status` varchar(25) NOT NULL, | | `status` varchar(25) NOT NULL, |
| `group_id` int(3) DEFAULT NULL, | | `group_id` int(3) DEFAULT NULL, |
| `hospital_id` int(3) DEFAULT NULL, | | `hospital_id` int(3) DEFAULT NULL, |
| `pubmed_id` varchar(200) NOT NULL, | | `pubmed_id` varchar(200) NOT NULL, |
| `year_reported` int(4) NOT NULL, | | `year_reported` int(4) NOT NULL, |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `visible_on_website` int(1) DEFAULT '0', | | `visible_on_website` int(1) DEFAULT '0', |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_prizes` | | -- Table structure for table `ar_prizes` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_prizes` ( | | CREATE TABLE `ar_prizes` ( |
| `prizes_id` int(11) NOT NULL, | | `prizes_id` int(11) NOT NULL, |
| `category` varchar(150) NOT NULL DEFAULT '', | | `category` varchar(150) NOT NULL DEFAULT '', |
| `prize_type` varchar(150) DEFAULT NULL, | | `prize_type` varchar(150) DEFAULT NULL, |
| `description` text, | | `description` text, |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_procedures` | | -- Table structure for table `ar_procedures` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_procedures` ( | | CREATE TABLE `ar_procedures` ( |
| `procedures_id` int(11) NOT NULL, | | `procedures_id` int(11) NOT NULL, |
| `site` varchar(150) NOT NULL DEFAULT '', | | `site` varchar(150) NOT NULL DEFAULT '', |
| `site_description` text, | | `site_description` text, |
| `average_hours` int(11) DEFAULT NULL, | | `average_hours` int(11) DEFAULT NULL, |
| `special_features` text NOT NULL, | | `special_features` text NOT NULL, |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_profile` | | -- Table structure for table `ar_profile` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_profile` ( | | CREATE TABLE `ar_profile` ( |
| `profile_id` int(11) NOT NULL, | | `profile_id` int(11) NOT NULL, |
| `education` float(5,2) NOT NULL DEFAULT '0.00', | | `education` float(5,2) NOT NULL DEFAULT '0.00', |
| `research` float(5,2) NOT NULL DEFAULT '0.00', | | `research` float(5,2) NOT NULL DEFAULT '0.00', |
| `clinical` float(5,2) NOT NULL DEFAULT '0.00', | | `clinical` float(5,2) NOT NULL DEFAULT '0.00', |
| `combined` float(5,2) NOT NULL DEFAULT '0.00', | | `combined` float(5,2) NOT NULL DEFAULT '0.00', |
| `service` float(5,2) NOT NULL DEFAULT '0.00', | | `service` float(5,2) NOT NULL DEFAULT '0.00', |
| `total` float(5,2) NOT NULL DEFAULT '0.00', | | `total` float(5,2) NOT NULL DEFAULT '0.00', |
| `hospital_hours` int(11) NOT NULL DEFAULT '0', | | `hospital_hours` int(11) NOT NULL DEFAULT '0', |
| `on_call_hours` int(11) NOT NULL DEFAULT '0', | | `on_call_hours` int(11) NOT NULL DEFAULT '0', |
| `consistent` char(3) NOT NULL DEFAULT '', | | `consistent` char(3) NOT NULL DEFAULT '', |
| `consistent_comments` text, | | `consistent_comments` text, |
| `career_goals` char(3) NOT NULL DEFAULT '', | | `career_goals` char(3) NOT NULL DEFAULT '', |
| `career_comments` text, | | `career_comments` text, |
| `roles` text NOT NULL, | | `roles` text NOT NULL, |
| `roles_compatible` char(3) NOT NULL DEFAULT '', | | `roles_compatible` char(3) NOT NULL DEFAULT '', |
| `roles_comments` text, | | `roles_comments` text, |
| `education_comments` text, | | `education_comments` text, |
| `research_comments` text, | | `research_comments` text, |
| `clinical_comments` text, | | `clinical_comments` text, |
| `service_comments` text, | | `service_comments` text, |
| `comments` text, | | `comments` text, |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `department` text NOT NULL, | | `department` text NOT NULL, |
| `cross_department` text, | | `cross_department` text, |
| `report_completed` char(3) DEFAULT NULL, | | `report_completed` char(3) DEFAULT NULL, |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_research` | | -- Table structure for table `ar_research` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_research` ( | | CREATE TABLE `ar_research` ( |
| `research_id` int(11) NOT NULL, | | `research_id` int(11) NOT NULL, |
| `status` varchar(10) DEFAULT NULL, | | `status` varchar(10) DEFAULT NULL, |
| `grant_title` text NOT NULL, | | `grant_title` text NOT NULL, |
| `type` varchar(50) NOT NULL, | | `type` varchar(50) NOT NULL, |
| `location` varchar(25) DEFAULT NULL, | | `location` varchar(25) DEFAULT NULL, |
| `multiinstitutional` varchar(3) DEFAULT NULL, | | `multiinstitutional` varchar(3) DEFAULT NULL, |
| `agency` text, | | `agency` text, |
| `role` varchar(50) NOT NULL, | | `role` varchar(50) NOT NULL, |
| `principal_investigator` varchar(100) NOT NULL DEFAULT '', | | `principal_investigator` varchar(100) NOT NULL DEFAULT '', |
| `co_investigator_list` text, | | `co_investigator_list` text, |
| `amount_received` decimal(20,2) NOT NULL DEFAULT '0.00', | | `amount_received` decimal(20,2) NOT NULL DEFAULT '0.00', |
| `start_month` int(2) NOT NULL DEFAULT '0', | | `start_month` int(2) NOT NULL DEFAULT '0', |
| `start_year` int(4) NOT NULL DEFAULT '0', | | `start_year` int(4) NOT NULL DEFAULT '0', |
| `end_month` int(2) DEFAULT '0', | | `end_month` int(2) DEFAULT '0', |
| `end_year` int(4) DEFAULT '0', | | `end_year` int(4) DEFAULT '0', |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `funding_status` varchar(9) NOT NULL DEFAULT '', | | `funding_status` varchar(9) NOT NULL DEFAULT '', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_scholarly_activity` | | -- Table structure for table `ar_scholarly_activity` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_scholarly_activity` ( | | CREATE TABLE `ar_scholarly_activity` ( |
| `scholarly_activity_id` int(11) NOT NULL, | | `scholarly_activity_id` int(11) NOT NULL, |
| `scholarly_activity_type` varchar(255) NOT NULL DEFAULT '', | | `scholarly_activity_type` varchar(255) NOT NULL DEFAULT '', |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `location` varchar(25) DEFAULT NULL, | | `location` varchar(25) DEFAULT NULL, |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_self_education` | | -- Table structure for table `ar_self_education` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_self_education` ( | | CREATE TABLE `ar_self_education` ( |
| `self_education_id` int(11) NOT NULL, | | `self_education_id` int(11) NOT NULL, |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `activity_type` varchar(150) NOT NULL DEFAULT '', | | `activity_type` varchar(150) NOT NULL DEFAULT '', |
| `institution` varchar(255) NOT NULL DEFAULT '', | | `institution` varchar(255) NOT NULL DEFAULT '', |
| `start_month` int(2) NOT NULL DEFAULT '0', | | `start_month` int(2) NOT NULL DEFAULT '0', |
| `start_year` int(4) NOT NULL DEFAULT '0', | | `start_year` int(4) NOT NULL DEFAULT '0', |
| `end_month` int(2) NOT NULL DEFAULT '0', | | `end_month` int(2) NOT NULL DEFAULT '0', |
| `end_year` int(4) NOT NULL DEFAULT '0', | | `end_year` int(4) NOT NULL DEFAULT '0', |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_undergraduate_nonmedical_teaching` | | -- Table structure for table `ar_undergraduate_nonmedical_teaching` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_undergraduate_nonmedical_teaching` ( | | CREATE TABLE `ar_undergraduate_nonmedical_teaching` ( |
| `undergraduate_nonmedical_teaching_id` int(11) NOT NULL, | | `undergraduate_nonmedical_teaching_id` int(11) NOT NULL, |
| `course_number` varchar(25) NOT NULL DEFAULT '', | | `course_number` varchar(25) NOT NULL DEFAULT '', |
| `course_name` text NOT NULL, | | `course_name` text NOT NULL, |
| `assigned` char(3) NOT NULL DEFAULT '', | | `assigned` char(3) NOT NULL DEFAULT '', |
| `lec_enrollment` int(11) NOT NULL DEFAULT '0', | | `lec_enrollment` int(11) NOT NULL DEFAULT '0', |
| `lec_hours` int(11) NOT NULL DEFAULT '0', | | `lec_hours` int(11) NOT NULL DEFAULT '0', |
| `lab_enrollment` int(11) NOT NULL DEFAULT '0', | | `lab_enrollment` int(11) NOT NULL DEFAULT '0', |
| `lab_hours` int(11) NOT NULL DEFAULT '0', | | `lab_hours` int(11) NOT NULL DEFAULT '0', |
| `tut_enrollment` int(11) NOT NULL DEFAULT '0', | | `tut_enrollment` int(11) NOT NULL DEFAULT '0', |
| `tut_hours` int(11) NOT NULL DEFAULT '0', | | `tut_hours` int(11) NOT NULL DEFAULT '0', |
| `sem_enrollment` int(11) NOT NULL DEFAULT '0', | | `sem_enrollment` int(11) NOT NULL DEFAULT '0', |
| `sem_hours` int(11) NOT NULL DEFAULT '0', | | `sem_hours` int(11) NOT NULL DEFAULT '0', |
| `coord_enrollment` int(11) NOT NULL DEFAULT '0', | | `coord_enrollment` int(11) NOT NULL DEFAULT '0', |
| `pbl_hours` int(11) NOT NULL DEFAULT '0', | | `pbl_hours` int(11) NOT NULL DEFAULT '0', |
| `comments` text, | | `comments` text, |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_undergraduate_supervision` | | -- Table structure for table `ar_undergraduate_supervision` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_undergraduate_supervision` ( | | CREATE TABLE `ar_undergraduate_supervision` ( |
| `undergraduate_supervision_id` int(11) NOT NULL, | | `undergraduate_supervision_id` int(11) NOT NULL, |
| `student_name` varchar(150) NOT NULL DEFAULT '', | | `student_name` varchar(150) NOT NULL DEFAULT '', |
| `degree` varchar(25) NOT NULL DEFAULT '', | | `degree` varchar(25) NOT NULL DEFAULT '', |
| `course_number` varchar(25) DEFAULT NULL, | | `course_number` varchar(25) DEFAULT NULL, |
| `supervision` varchar(7) NOT NULL DEFAULT '', | | `supervision` varchar(7) NOT NULL DEFAULT '', |
| `comments` text, | | `comments` text, |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_undergraduate_teaching` | | -- Table structure for table `ar_undergraduate_teaching` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_undergraduate_teaching` ( | | CREATE TABLE `ar_undergraduate_teaching` ( |
| `undergraduate_teaching_id` int(11) NOT NULL, | | `undergraduate_teaching_id` int(11) NOT NULL, |
| `course_number` varchar(25) NOT NULL DEFAULT '', | | `course_number` varchar(25) NOT NULL DEFAULT '', |
| `course_name` text NOT NULL, | | `course_name` text NOT NULL, |
| `lecture_phase` varchar(6) DEFAULT NULL, | | `lecture_phase` varchar(6) DEFAULT NULL, |
| `assigned` char(3) NOT NULL DEFAULT '', | | `assigned` char(3) NOT NULL DEFAULT '', |
| `lecture_hours` decimal(20,2) DEFAULT '0.00', | | `lecture_hours` decimal(20,2) DEFAULT '0.00', |
| `lab_hours` decimal(20,2) DEFAULT '0.00', | | `lab_hours` decimal(20,2) DEFAULT '0.00', |
| `small_group_hours` decimal(20,2) DEFAULT '0.00', | | `small_group_hours` decimal(20,2) DEFAULT '0.00', |
| `patient_contact_session_hours` decimal(20,2) DEFAULT '0.00', | | `patient_contact_session_hours` decimal(20,2) DEFAULT '0.00', |
| `symposium_hours` decimal(20,2) DEFAULT '0.00', | | `symposium_hours` decimal(20,2) DEFAULT '0.00', |
| `directed_independant_learning_hours` decimal(20,2) DEFAULT '0.00', | | `directed_independant_learning_hours` decimal(20,2) DEFAULT '0.00', |
| `review_feedback_session_hours` decimal(20,2) DEFAULT '0.00', | | `review_feedback_session_hours` decimal(20,2) DEFAULT '0.00', |
| `examination_hours` decimal(20,2) DEFAULT '0.00', | | `examination_hours` decimal(20,2) DEFAULT '0.00', |
| `clerkship_seminar_hours` decimal(20,2) DEFAULT '0.00', | | `clerkship_seminar_hours` decimal(20,2) DEFAULT '0.00', |
| `other_hours` decimal(20,2) DEFAULT '0.00', | | `other_hours` decimal(20,2) DEFAULT '0.00', |
| `coord_enrollment` int(11) DEFAULT '0', | | `coord_enrollment` int(11) DEFAULT '0', |
| `comments` text, | | `comments` text, |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` varchar(7) NOT NULL DEFAULT '' | | `updated_by` varchar(7) NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ar_ward_supervision` | | -- Table structure for table `ar_ward_supervision` |
| -- | | -- |
| | | |
| CREATE TABLE `ar_ward_supervision` ( | | CREATE TABLE `ar_ward_supervision` ( |
| `ward_supervision_id` int(11) NOT NULL, | | `ward_supervision_id` int(11) NOT NULL, |
| `service` varchar(150) NOT NULL DEFAULT '', | | `service` varchar(150) NOT NULL DEFAULT '', |
| `average_patients` int(11) NOT NULL DEFAULT '0', | | `average_patients` int(11) NOT NULL DEFAULT '0', |
| `months` int(2) NOT NULL DEFAULT '0', | | `months` int(2) NOT NULL DEFAULT '0', |
| `average_clerks` int(11) NOT NULL DEFAULT '0', | | `average_clerks` int(11) NOT NULL DEFAULT '0', |
| `year_reported` int(4) NOT NULL DEFAULT '0', | | `year_reported` int(4) NOT NULL DEFAULT '0', |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessments` | | -- Table structure for table `assessments` |
| -- | | -- |
| | | |
| CREATE TABLE `assessments` ( | | CREATE TABLE `assessments` ( |
| `assessment_id` int(10) UNSIGNED NOT NULL, | | `assessment_id` int(10) UNSIGNED NOT NULL, |
| `course_id` int(10) UNSIGNED NOT NULL, | | `course_id` int(10) UNSIGNED NOT NULL, |
| `cohort` varchar(35) NOT NULL, | | `cohort` varchar(35) NOT NULL, |
| `cperiod_id` int(11) DEFAULT NULL, | | `cperiod_id` int(11) DEFAULT NULL, |
| `collection_id` int(10) DEFAULT NULL, | | `collection_id` int(10) DEFAULT NULL, |
| `form_id` int(11) UNSIGNED DEFAULT NULL, | | `form_id` int(11) UNSIGNED DEFAULT NULL, |
| `distribution_id` int(11) UNSIGNED DEFAULT NULL, | | `distribution_id` int(11) UNSIGNED DEFAULT NULL, |
| `portfolio_id` int(10) UNSIGNED DEFAULT NULL, | | `portfolio_id` int(10) UNSIGNED DEFAULT NULL, |
| `ali_enabled` tinyint(1) NOT NULL DEFAULT '0', | | `ali_enabled` tinyint(1) NOT NULL DEFAULT '0', |
| `agscale_id` int(11) UNSIGNED DEFAULT NULL, | | `agscale_id` int(11) UNSIGNED DEFAULT NULL, |
| `grade_display` set('marking_scheme','grading_scale','percentage') DEFAULT NULL, | | `grade_display` set('marking_scheme','grading_scale','percentage') DEFAULT NULL, |
| `name` varchar(255) NOT NULL, | | `name` varchar(255) NOT NULL, |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `audience_option` enum('all','caudience_id','cgroup_id','proxy_id') NOT NULL DEFAULT 'all', | | `audience_option` enum('all','caudience_id','cgroup_id','proxy_id') NOT NULL DEFAULT 'all', |
| `type` varchar(255) NOT NULL, | | `type` varchar(255) NOT NULL, |
| `rubric_visibility_shortname` varchar(100) DEFAULT NULL, | | `rubric_visibility_shortname` varchar(100) DEFAULT NULL, |
| `marking_scheme_id` int(10) UNSIGNED NOT NULL, | | `marking_scheme_id` int(10) UNSIGNED NOT NULL, |
| `scoring_method` int(5) DEFAULT '1', | | `scoring_method` int(5) DEFAULT '1', |
| `numeric_grade_points_total` float UNSIGNED DEFAULT NULL, | | `numeric_grade_points_total` float UNSIGNED DEFAULT NULL, |
| `grade_weighting` float NOT NULL DEFAULT '0', | | `grade_weighting` float NOT NULL DEFAULT '0', |
| `collection_weighting` float DEFAULT NULL, | | `collection_weighting` float DEFAULT NULL, |
| `narrative` tinyint(1) NOT NULL DEFAULT '0', | | `narrative` tinyint(1) NOT NULL DEFAULT '0', |
| `self_assessment` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', | | `self_assessment` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', |
| `group_assessment` int(1) UNSIGNED NOT NULL DEFAULT '0', | | `group_assessment` int(1) UNSIGNED NOT NULL DEFAULT '0', |
| `required` tinyint(1) NOT NULL DEFAULT '1', | | `required` tinyint(1) NOT NULL DEFAULT '1', |
| `characteristic_id` int(4) NOT NULL, | | `characteristic_id` int(4) NOT NULL, |
| `show_detail_view` tinyint(1) NOT NULL DEFAULT '0', | | `show_detail_view` tinyint(1) NOT NULL DEFAULT '0', |
| `show_learner` tinyint(1) NOT NULL DEFAULT '0', | | `show_learner` tinyint(1) NOT NULL DEFAULT '0', |
| `assessment_discussions` tinyint(1) DEFAULT '0', | | `assessment_discussions` tinyint(1) DEFAULT '0', |
| `due_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0', | | `due_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0', |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_until` bigint(64) NOT NULL DEFAULT '0', | | `release_until` bigint(64) NOT NULL DEFAULT '0', |
| `order` smallint(6) NOT NULL DEFAULT '0', | | `order` smallint(6) NOT NULL DEFAULT '0', |
| `grade_threshold` float NOT NULL DEFAULT '0', | | `grade_threshold` float NOT NULL DEFAULT '0', |
| `notify_threshold` int(1) NOT NULL DEFAULT '0', | | `notify_threshold` int(1) NOT NULL DEFAULT '0', |
| `active` tinyint(1) NOT NULL DEFAULT '1', | | `active` tinyint(1) NOT NULL DEFAULT '1', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `published` int(1) NOT NULL DEFAULT '1' | | `published` int(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `assessments` | | -- Dumping data for table `assessments` |
| -- | | -- |
| | | |
| INSERT INTO `assessments` (`assessment_id`, `course_id`, `cohort`, `cperiod_id`, `collection_id`, `form_id`, `distribution_id`, `portfolio_id`, `ali_enabled`, `agscale_id`, `grade_display`, `name`, `description`, `audience_option`, `type`, `rubric_visibility_shortname`, `marking_scheme_id`, `scoring_method`, `numeric_grade_points_total`, `grade_weighting`, `collection_weighting`, `narrative`, `self_assessment`, `group_assessment`, `required`, `characteristic_id`, `show_detail_view`, `show_learner`, `assessment_discussions`, `due_date`, `release_date`, `release_until`, `order`, `grade_threshold`, `notify_threshold`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `published`) VALUES | | INSERT INTO `assessments` (`assessment_id`, `course_id`, `cohort`, `cperiod_id`, `collection_id`, `form_id`, `distribution_id`, `portfolio_id`, `ali_enabled`, `agscale_id`, `grade_display`, `name`, `description`, `audience_option`, `type`, `rubric_visibility_shortname`, `marking_scheme_id`, `scoring_method`, `numeric_grade_points_total`, `grade_weighting`, `collection_weighting`, `narrative`, `self_assessment`, `group_assessment`, `required`, `characteristic_id`, `show_detail_view`, `show_learner`, `assessment_discussions`, `due_date`, `release_date`, `release_until`, `order`, `grade_threshold`, `notify_threshold`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `published`) VALUES |
| (1, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Test Assessment 1', 'this is a description', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 40, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), | | (1, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Test Assessment 1', 'this is a description', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 40, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), |
| (2, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Test Assessment 2', 'this is a description 2', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 60, NULL, 0, 0, 0, 1, 16, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), | | (2, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Test Assessment 2', 'this is a description 2', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 60, NULL, 0, 0, 0, 1, 16, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), |
| (3, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Test Assessment 3', 'this is a description 3', 'all', 'Summative', 'show_form_option_graded', 2, 1, 5, 0, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), | | (3, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Test Assessment 3', 'this is a description 3', 'all', 'Summative', 'show_form_option_graded', 2, 1, 5, 0, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), |
| (4, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Test Assessment 4', 'this is a description 4', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 60, NULL, 0, 0, 0, 1, 16, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), | | (4, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Test Assessment 4', 'this is a description 4', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 60, NULL, 0, 0, 0, 1, 16, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), |
| (5, 2, '0', 2, 1, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 1 OPS-373', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 21, 70, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), | | (5, 2, '0', 2, 1, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 1 OPS-373', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 21, 70, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), |
| (6, 2, '0', 2, 1, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 2 OPS-373', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 6, 20, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 2, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), | | (6, 2, '0', 2, 1, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 2 OPS-373', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 6, 20, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 2, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), |
| (7, 2, '0', 2, 1, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 3 OPS-373', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 3, 10, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 3, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), | | (7, 2, '0', 2, 1, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 3 OPS-373', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 3, 10, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 3, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), |
| (8, 2, '0', 2, NULL, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 4 OPS-373', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 50, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), | | (8, 2, '0', 2, NULL, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 4 OPS-373', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 50, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), |
| (9, 1, '0', 4, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Repeated Cperiod Assessment 1', 'this is a description', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 100, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), | | (9, 1, '0', 4, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Repeated Cperiod Assessment 1', 'this is a description', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 100, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), |
| (10, 1, '0', 5, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Repeated Cperiod Assessment 1', 'this is a description', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 100, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), | | (10, 1, '0', 5, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Repeated Cperiod Assessment 1', 'this is a description', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 100, NULL, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), |
| (11, 2, '0', 2, 2, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 5 OPS-1235', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 50, 50, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), | | (11, 2, '0', 2, 2, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 5 OPS-1235', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 50, 50, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), |
| (12, 2, '0', 2, 2, NULL, NULL, NULL, 0, 0, NULL, 'Test Assessment 6 OPS-1235', '', 'caudience_id', 'Summative', 'show_form_option_graded', 2, 1, 100, 50, 50, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), | | (12, 2, '0', 2, 2, NULL, NULL, NULL, 0, 0, NULL, 'Test Assessment 6 OPS-1235', '', 'caudience_id', 'Summative', 'show_form_option_graded', 2, 1, 100, 50, 50, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), |
| (13, 2, '0', 2, 2, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 7 OPS-1235', '', 'caudience_id', 'Summative', 'show_form_option_graded', 2, 1, 100, 50, 50, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), | | (13, 2, '0', 2, 2, NULL, NULL, NULL, 0, NULL, NULL, 'Test Assessment 7 OPS-1235', '', 'caudience_id', 'Summative', 'show_form_option_graded', 2, 1, 100, 50, 50, 0, 0, 0, 0, 16, 1, 1, 0, 0, 0, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), |
| (14, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Grades Released in Future', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 0, NULL, 0, 0, 0, 1, 16, 1, 1, 0, 0, 1685467985, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), | | (14, 1, '0', 1, NULL, NULL, NULL, NULL, 0, NULL, 'marking_scheme', 'Grades Released in Future', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 100, 0, NULL, 0, 0, 0, 1, 16, 1, 1, 0, 0, 1685467985, 0, 4, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), |
| (15, 1, '0', 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 'Assessment grading test', '', 'cgroup_id', 'Summative', 'show_form_option_graded', 4, 1, 1, 0, NULL, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 5, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), | | (15, 1, '0', 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 'Assessment grading test', '', 'cgroup_id', 'Summative', 'show_form_option_graded', 4, 1, 1, 0, NULL, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 5, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), |
| (16, 1, '0', 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 'Assessment With Exam Posts Attached', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 1, 0, NULL, 0, 0, 0, 1, 16, 0, 0, 0, 0, 0, 0, 6, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), | | (16, 1, '0', 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 'Assessment With Exam Posts Attached', '', 'all', 'Summative', 'show_form_option_graded', 2, 1, 1, 0, NULL, 0, 0, 0, 1, 16, 0, 0, 0, 0, 0, 0, 6, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), |
| (17, 1, '0', 1, NULL, 9, NULL, NULL, 0, 1, NULL, 'Assessment Grading formative test', '', 'cgroup_id', 'Formative', 'show_form_option_graded', 3, 1, 100, 0, NULL, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 7, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), | | (17, 1, '0', 1, NULL, 9, NULL, NULL, 0, 1, NULL, 'Assessment Grading formative test', '', 'cgroup_id', 'Formative', 'show_form_option_graded', 3, 1, 100, 0, NULL, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 7, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), |
| (18, 9, '0', 12, 3, NULL, NULL, NULL, 0, 0, NULL, 'Assessment Grading report test', '', 'all', 'Summative', 'show_form_option_graded', 1, 1, 1, 20, NULL, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 7, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), | | (18, 9, '0', 12, 3, NULL, NULL, NULL, 0, 0, NULL, 'Assessment Grading report test', '', 'all', 'Summative', 'show_form_option_graded', 1, 1, 1, 20, NULL, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 7, 0, 0, 1, 1685381585, 1, 1685381585, 1, 1), |
| (19, 9, '0', 12, 3, NULL, NULL, NULL, 0, 0, NULL, 'Assessment Grading report deleted', '', 'all', 'Summative', 'show_form_option_graded', 1, 1, 1, 20, NULL, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 1685381585, 1, 1685381585, 1, 1); | | (19, 9, '0', 12, 3, NULL, NULL, NULL, 0, 0, NULL, 'Assessment Grading report deleted', '', 'all', 'Summative', 'show_form_option_graded', 1, 1, 1, 20, NULL, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 1685381585, 1, 1685381585, 1, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessments_lu_meta` | | -- Table structure for table `assessments_lu_meta` |
| -- | | -- |
| | | |
| CREATE TABLE `assessments_lu_meta` ( | | CREATE TABLE `assessments_lu_meta` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `type` enum('rating','project','exam','paper','assessment','presentation','quiz','RAT','reflection') DEFAULT NULL, | | `type` enum('rating','project','exam','paper','assessment','presentation','quiz','RAT','reflection') DEFAULT NULL, |
| `title` varchar(60) NOT NULL, | | `title` varchar(60) NOT NULL, |
| `description` text, | | `description` text, |
| `active` tinyint(1) UNSIGNED DEFAULT '1' | | `active` tinyint(1) UNSIGNED DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `assessments_lu_meta` | | -- Dumping data for table `assessments_lu_meta` |
| -- | | -- |
| | | |
| INSERT INTO `assessments_lu_meta` (`id`, `organisation_id`, `type`, `title`, `description`, `active`) VALUES | | INSERT INTO `assessments_lu_meta` (`id`, `organisation_id`, `type`, `title`, `description`, `active`) VALUES |
| (1, 1, 'rating', 'Faculty, resident or preceptor rating', NULL, 1), | | (1, 1, 'rating', 'Faculty, resident or preceptor rating', NULL, 1), |
| (2, 1, 'project', 'Final project', NULL, 1), | | (2, 1, 'project', 'Final project', NULL, 1), |
| (3, 1, 'exam', 'Final written examination', NULL, 1), | | (3, 1, 'exam', 'Final written examination', NULL, 1), |
| (4, 1, 'exam', 'Laboratory or practical examination (except OSCE/SP)', NULL, 1), | | (4, 1, 'exam', 'Laboratory or practical examination (except OSCE/SP)', NULL, 1), |
| (5, 1, 'exam', 'Midterm examination', NULL, 1), | | (5, 1, 'exam', 'Midterm examination', NULL, 1), |
| (6, 1, 'exam', 'NBME subject examination', NULL, 1), | | (6, 1, 'exam', 'NBME subject examination', NULL, 1), |
| (7, 1, 'exam', 'Oral exam', NULL, 1), | | (7, 1, 'exam', 'Oral exam', NULL, 1), |
| (8, 1, 'exam', 'OSCE/SP examination', NULL, 1), | | (8, 1, 'exam', 'OSCE/SP examination', NULL, 1), |
| (9, 1, 'paper', 'Paper', NULL, 1), | | (9, 1, 'paper', 'Paper', NULL, 1), |
| (10, 1, 'assessment', 'Peer-assessment', NULL, 1), | | (10, 1, 'assessment', 'Peer-assessment', NULL, 1), |
| (11, 1, 'presentation', 'Presentation', NULL, 1), | | (11, 1, 'presentation', 'Presentation', NULL, 1), |
| (12, 1, 'quiz', 'Quiz', NULL, 1), | | (12, 1, 'quiz', 'Quiz', NULL, 1), |
| (13, 1, 'RAT', 'RAT', NULL, 1), | | (13, 1, 'RAT', 'RAT', NULL, 1), |
| (14, 1, 'reflection', 'Reflection', NULL, 1), | | (14, 1, 'reflection', 'Reflection', NULL, 1), |
| (15, 1, 'assessment', 'Self-assessment', NULL, 1), | | (15, 1, 'assessment', 'Self-assessment', NULL, 1), |
| (16, 1, 'assessment', 'Other assessments', NULL, 1); | | (16, 1, 'assessment', 'Other assessments', NULL, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessments_lu_meta_options` | | -- Table structure for table `assessments_lu_meta_options` |
| -- | | -- |
| | | |
| CREATE TABLE `assessments_lu_meta_options` ( | | CREATE TABLE `assessments_lu_meta_options` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `title` varchar(60) NOT NULL, | | `title` varchar(60) NOT NULL, |
| `active` tinyint(1) UNSIGNED DEFAULT '1', | | `active` tinyint(1) UNSIGNED DEFAULT '1', |
| `type` varchar(255) DEFAULT NULL | | `type` varchar(255) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `assessments_lu_meta_options` | | -- Dumping data for table `assessments_lu_meta_options` |
| -- | | -- |
| | | |
| INSERT INTO `assessments_lu_meta_options` (`id`, `title`, `active`, `type`) VALUES | | INSERT INTO `assessments_lu_meta_options` (`id`, `title`, `active`, `type`) VALUES |
| (1, 'Essay questions', 1, NULL), | | (1, 'Essay questions', 1, NULL), |
| (2, 'Fill-in, short answer questions', 1, NULL), | | (2, 'Fill-in, short answer questions', 1, NULL), |
| (3, 'Multiple-choice, true/false, matching questions', 1, NULL), | | (3, 'Multiple-choice, true/false, matching questions', 1, NULL), |
| (4, 'Problem-solving written exercises', 1, NULL), | | (4, 'Problem-solving written exercises', 1, NULL), |
| (5, 'Track Late Submissions', 1, 'reflection, project, paper'), | | (5, 'Track Late Submissions', 1, 'reflection, project, paper'), |
| (6, 'Track Resubmissions', 1, 'reflection, project, paper'); | | (6, 'Track Resubmissions', 1, 'reflection, project, paper'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessments_lu_meta_scoring` | | -- Table structure for table `assessments_lu_meta_scoring` |
| -- | | -- |
| | | |
| CREATE TABLE `assessments_lu_meta_scoring` ( | | CREATE TABLE `assessments_lu_meta_scoring` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `title` varchar(60) NOT NULL, | | `title` varchar(60) NOT NULL, |
| `short_name` varchar(60) NOT NULL, | | `short_name` varchar(60) NOT NULL, |
| `active` tinyint(1) UNSIGNED DEFAULT '1' | | `active` tinyint(1) UNSIGNED DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `assessments_lu_meta_scoring` | | -- Dumping data for table `assessments_lu_meta_scoring` |
| -- | | -- |
| | | |
| INSERT INTO `assessments_lu_meta_scoring` (`id`, `title`, `short_name`, `active`) VALUES | | INSERT INTO `assessments_lu_meta_scoring` (`id`, `title`, `short_name`, `active`) VALUES |
| (1, 'Show first score', 'first', 1), | | (1, 'Show first score', 'first', 1), |
| (2, 'Show highest score', 'highest', 1), | | (2, 'Show highest score', 'highest', 1), |
| (3, 'Show average of all scores', 'average', 1), | | (3, 'Show average of all scores', 'average', 1), |
| (4, 'Show latest score', 'latest', 1); | | (4, 'Show latest score', 'latest', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_attached_quizzes` | | -- Table structure for table `assessment_attached_quizzes` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_attached_quizzes` ( | | CREATE TABLE `assessment_attached_quizzes` ( |
| `aaquiz_id` int(12) NOT NULL, | | `aaquiz_id` int(12) NOT NULL, |
| `assessment_id` int(12) NOT NULL DEFAULT '0', | | `assessment_id` int(12) NOT NULL DEFAULT '0', |
| `aquiz_id` int(12) NOT NULL DEFAULT '0', | | `aquiz_id` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_collections` | | -- Table structure for table `assessment_collections` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_collections` ( | | CREATE TABLE `assessment_collections` ( |
| `collection_id` int(10) UNSIGNED NOT NULL, | | `collection_id` int(10) UNSIGNED NOT NULL, |
| `course_id` int(12) UNSIGNED DEFAULT NULL, | | `course_id` int(12) UNSIGNED DEFAULT NULL, |
| `cperiod_id` int(11) DEFAULT NULL, | | `cperiod_id` int(11) DEFAULT NULL, |
| `agscale_id` int(11) UNSIGNED DEFAULT NULL, | | `agscale_id` int(11) UNSIGNED DEFAULT NULL, |
| `grade_display` set('marking_scheme','grading_scale','percentage') DEFAULT NULL, | | `grade_display` set('marking_scheme','grading_scale','percentage') DEFAULT NULL, |
| `title` varchar(128) NOT NULL, | | `title` varchar(128) NOT NULL, |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1', | | `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1', |
| `collection_weight` float DEFAULT NULL, | | `collection_weight` float DEFAULT NULL, |
| `rollup_handler` enum('percentage','numeric') NOT NULL DEFAULT 'percentage', | | `rollup_handler` enum('percentage','numeric') NOT NULL DEFAULT 'percentage', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `assessment_collections` | | -- Dumping data for table `assessment_collections` |
| -- | | -- |
| | | |
| INSERT INTO `assessment_collections` (`collection_id`, `course_id`, `cperiod_id`, `agscale_id`, `grade_display`, `title`, `description`, `active`, `collection_weight`, `rollup_handler`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `assessment_collections` (`collection_id`, `course_id`, `cperiod_id`, `agscale_id`, `grade_display`, `title`, `description`, `active`, `collection_weight`, `rollup_handler`, `updated_date`, `updated_by`) VALUES |
| (1, 2, 2, NULL, 'percentage', 'Test Weighted Collection 1 OPS-373', '', 1, 30, 'percentage', 1685381585, 1), | | (1, 2, 2, NULL, 'percentage', 'Test Weighted Collection 1 OPS-373', '', 1, 30, 'percentage', 1685381585, 1), |
| (2, 2, 2, NULL, 'percentage', 'Test Collection 2 OPS-1235', '', 1, 20, 'percentage', 1685381585, 1), | | (2, 2, 2, NULL, 'percentage', 'Test Collection 2 OPS-1235', '', 1, 20, 'percentage', 1685381585, 1), |
| (3, 9, 12, 0, NULL, 'Test Collection 3 OPS-2337', '', 1, NULL, 'percentage', 1685381585, 1); | | (3, 9, 12, 0, NULL, 'Test Collection 3 OPS-2337', '', 1, NULL, 'percentage', 1685381585, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_comments` | | -- Table structure for table `assessment_comments` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_comments` ( | | CREATE TABLE `assessment_comments` ( |
| `acomment_id` int(11) UNSIGNED NOT NULL, | | `acomment_id` int(11) UNSIGNED NOT NULL, |
| `assessment_id` int(10) UNSIGNED NOT NULL, | | `assessment_id` int(10) UNSIGNED NOT NULL, |
| `student_id` int(10) UNSIGNED NOT NULL, | | `student_id` int(10) UNSIGNED NOT NULL, |
| `comment` text NOT NULL, | | `comment` text NOT NULL, |
| `is_system_comment` tinyint(1) NOT NULL DEFAULT '0', | | `is_system_comment` tinyint(1) NOT NULL DEFAULT '0', |
| `created_date` bigint(20) UNSIGNED NOT NULL, | | `created_date` bigint(20) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(20) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(20) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(20) UNSIGNED DEFAULT NULL, | | `deleted_date` bigint(20) UNSIGNED DEFAULT NULL, |
| `deleted_by` int(12) UNSIGNED DEFAULT NULL | | `deleted_by` int(12) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `assessment_comments` | | -- Dumping data for table `assessment_comments` |
| -- | | -- |
| | | |
| INSERT INTO `assessment_comments` (`acomment_id`, `assessment_id`, `student_id`, `comment`, `is_system_comment`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `assessment_comments` (`acomment_id`, `assessment_id`, `student_id`, `comment`, `is_system_comment`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 1, 2, 'Added a new grade of 80%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), | | (1, 1, 2, 'Added a new grade of 80%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), |
| (2, 1, 4, 'Added a new grade of 85%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), | | (2, 1, 4, 'Added a new grade of 85%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), |
| (3, 1, 3, 'Added a new grade of 90%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), | | (3, 1, 3, 'Added a new grade of 90%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), |
| (4, 5, 2, 'Added a new grade of 60%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), | | (4, 5, 2, 'Added a new grade of 60%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), |
| (5, 5, 4, 'Added a new grade of 90%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), | | (5, 5, 4, 'Added a new grade of 90%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), |
| (6, 6, 2, 'Added a new grade of 60%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), | | (6, 6, 2, 'Added a new grade of 60%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), |
| (7, 7, 2, 'Added a new grade of 80%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), | | (7, 7, 2, 'Added a new grade of 80%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), |
| (8, 8, 2, 'Added a new grade of 75%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), | | (8, 8, 2, 'Added a new grade of 75%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), |
| (9, 6, 4, 'Added a new grade of 20%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), | | (9, 6, 4, 'Added a new grade of 20%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), |
| (10, 7, 4, 'Added a new grade of 100%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), | | (10, 7, 4, 'Added a new grade of 100%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), |
| (11, 8, 4, 'Added a new grade of 87%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), | | (11, 8, 4, 'Added a new grade of 87%', 1, 1685381585, 1, NULL, NULL, NULL, NULL), |
| (12, 17, 2, 'Added a new grade of 50 | 100', 1, 1685381585, 5, NULL, NULL, NULL, NULL); | | (12, 17, 2, 'Added a new grade of 50 | 100', 1, 1685381585, 5, NULL, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_events` | | -- Table structure for table `assessment_events` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_events` ( | | CREATE TABLE `assessment_events` ( |
| `assessment_event_id` int(12) UNSIGNED NOT NULL, | | `assessment_event_id` int(12) UNSIGNED NOT NULL, |
| `assessment_id` int(12) UNSIGNED NOT NULL, | | `assessment_id` int(12) UNSIGNED NOT NULL, |
| `event_id` int(12) UNSIGNED NOT NULL, | | `event_id` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) UNSIGNED NOT NULL, | | `updated_by` int(12) UNSIGNED NOT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '1' | | `active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_exceptions` | | -- Table structure for table `assessment_exceptions` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_exceptions` ( | | CREATE TABLE `assessment_exceptions` ( |
| `aexception_id` int(12) NOT NULL, | | `aexception_id` int(12) NOT NULL, |
| `assessment_id` int(12) NOT NULL, | | `assessment_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL, | | `proxy_id` int(12) NOT NULL, |
| `grade_weighting` float NOT NULL DEFAULT '0' | | `grade_weighting` float NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `assessment_exceptions` | | -- Dumping data for table `assessment_exceptions` |
| -- | | -- |
| | | |
| INSERT INTO `assessment_exceptions` (`aexception_id`, `assessment_id`, `proxy_id`, `grade_weighting`) VALUES | | INSERT INTO `assessment_exceptions` (`aexception_id`, `assessment_id`, `proxy_id`, `grade_weighting`) VALUES |
| (1, 1, 2, 26), | | (1, 1, 2, 26), |
| (2, 1, 4, 27), | | (2, 1, 4, 27), |
| (3, 5, 2, 0), | | (3, 5, 2, 0), |
| (4, 5, 10, 0); | | (4, 5, 10, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_graders` | | -- Table structure for table `assessment_graders` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_graders` ( | | CREATE TABLE `assessment_graders` ( |
| `ag_id` int(12) UNSIGNED NOT NULL, | | `ag_id` int(12) UNSIGNED NOT NULL, |
| `assessment_id` int(12) UNSIGNED NOT NULL, | | `assessment_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `grader_proxy_id` int(12) UNSIGNED NOT NULL, | | `grader_proxy_id` int(12) UNSIGNED NOT NULL, |
| `audience_type` enum('all','caudience_id','cgroup_id','proxy_id') NOT NULL DEFAULT 'all', | | `audience_type` enum('all','caudience_id','cgroup_id','proxy_id') NOT NULL DEFAULT 'all', |
| `audience_value` int(11) DEFAULT NULL | | `audience_value` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `assessment_graders` | | -- Dumping data for table `assessment_graders` |
| -- | | -- |
| | | |
| INSERT INTO `assessment_graders` (`ag_id`, `assessment_id`, `proxy_id`, `grader_proxy_id`, `audience_type`, `audience_value`) VALUES | | INSERT INTO `assessment_graders` (`ag_id`, `assessment_id`, `proxy_id`, `grader_proxy_id`, `audience_type`, `audience_value`) VALUES |
| (1, 15, 2, 6, 'cgroup_id', 3), | | (1, 15, 2, 6, 'cgroup_id', 3), |
| (2, 15, 4, 6, 'cgroup_id', 3), | | (2, 15, 4, 6, 'cgroup_id', 3), |
| (3, 15, 11, 6, 'cgroup_id', 3), | | (3, 15, 11, 6, 'cgroup_id', 3), |
| (7, 17, 2, 5, 'cgroup_id', 3), | | (7, 17, 2, 5, 'cgroup_id', 3), |
| (8, 17, 4, 5, 'cgroup_id', 3), | | (8, 17, 4, 5, 'cgroup_id', 3), |
| (9, 17, 11, 5, 'cgroup_id', 3); | | (9, 17, 11, 5, 'cgroup_id', 3); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_grades` | | -- Table structure for table `assessment_grades` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_grades` ( | | CREATE TABLE `assessment_grades` ( |
| `grade_id` int(10) UNSIGNED NOT NULL, | | `grade_id` int(10) UNSIGNED NOT NULL, |
| `assessment_id` int(10) UNSIGNED NOT NULL, | | `assessment_id` int(10) UNSIGNED NOT NULL, |
| `proxy_id` int(10) UNSIGNED NOT NULL, | | `proxy_id` int(10) UNSIGNED NOT NULL, |
| `value` float NOT NULL, | | `value` float NOT NULL, |
| `threshold_notified` int(1) NOT NULL DEFAULT '0', | | `threshold_notified` int(1) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `assessment_grades` | | -- Dumping data for table `assessment_grades` |
| -- | | -- |
| | | |
| INSERT INTO `assessment_grades` (`grade_id`, `assessment_id`, `proxy_id`, `value`, `threshold_notified`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `assessment_grades` (`grade_id`, `assessment_id`, `proxy_id`, `value`, `threshold_notified`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES |
| (1, 1, 2, 80, 0, 1685381585, 1, NULL, NULL), | | (1, 1, 2, 80, 0, 1685381585, 1, NULL, NULL), |
| (2, 1, 4, 85, 0, 1685381585, 1, NULL, NULL), | | (2, 1, 4, 85, 0, 1685381585, 1, NULL, NULL), |
| (3, 1, 3, 90, 0, 1685381585, 1, NULL, NULL), | | (3, 1, 3, 90, 0, 1685381585, 1, NULL, NULL), |
| (4, 3, 2, 85, 0, 1685381585, 1, NULL, NULL), | | (4, 3, 2, 85, 0, 1685381585, 1, NULL, NULL), |
| (5, 4, 2, 85, 0, 1685381585, 1, NULL, NULL), | | (5, 4, 2, 85, 0, 1685381585, 1, NULL, NULL), |
| (6, 5, 2, 60, 0, 1685381585, 1, NULL, NULL), | | (6, 5, 2, 60, 0, 1685381585, 1, NULL, NULL), |
| (7, 5, 4, 90, 0, 1685381585, 1, NULL, NULL), | | (7, 5, 4, 90, 0, 1685381585, 1, NULL, NULL), |
| (8, 6, 2, 60, 0, 1685381585, 1, NULL, NULL), | | (8, 6, 2, 60, 0, 1685381585, 1, NULL, NULL), |
| (9, 7, 2, 80, 0, 1685381585, 1, NULL, NULL), | | (9, 7, 2, 80, 0, 1685381585, 1, NULL, NULL), |
| (10, 8, 2, 75, 0, 1685381585, 1, NULL, NULL), | | (10, 8, 2, 75, 0, 1685381585, 1, NULL, NULL), |
| (11, 6, 4, 20, 0, 1685381585, 1, NULL, NULL), | | (11, 6, 4, 20, 0, 1685381585, 1, NULL, NULL), |
| (12, 7, 4, 100, 0, 1685381585, 1, NULL, NULL), | | (12, 7, 4, 100, 0, 1685381585, 1, NULL, NULL), |
| (13, 8, 4, 87, 0, 1685381585, 1, NULL, NULL), | | (13, 8, 4, 87, 0, 1685381585, 1, NULL, NULL), |
| (14, 9, 2, 99, 0, 1685381585, 1, NULL, NULL), | | (14, 9, 2, 99, 0, 1685381585, 1, NULL, NULL), |
| (15, 10, 3, 99, 0, 1685381585, 1, NULL, NULL), | | (15, 10, 3, 99, 0, 1685381585, 1, NULL, NULL), |
| (16, 11, 2, 90, 0, 1685381585, 1, NULL, NULL), | | (16, 11, 2, 90, 0, 1685381585, 1, NULL, NULL), |
| (17, 11, 4, 80, 0, 1685381585, 1, NULL, NULL), | | (17, 11, 4, 80, 0, 1685381585, 1, NULL, NULL), |
| (18, 12, 2, 100, 0, 1685381585, 1, NULL, NULL), | | (18, 12, 2, 100, 0, 1685381585, 1, NULL, NULL), |
| (19, 13, 4, 100, 0, 1685381585, 1, NULL, NULL), | | (19, 13, 4, 100, 0, 1685381585, 1, NULL, NULL), |
| (20, 14, 2, 100, 0, 1685381585, 1, NULL, NULL), | | (20, 14, 2, 100, 0, 1685381585, 1, NULL, NULL), |
| (21, 5, 10, 100, 0, 1685381585, 1, NULL, NULL), | | (21, 5, 10, 100, 0, 1685381585, 1, NULL, NULL), |
| (22, 6, 10, 100, 0, 1685381585, 1, NULL, NULL), | | (22, 6, 10, 100, 0, 1685381585, 1, NULL, NULL), |
| (23, 7, 10, 100, 0, 1685381585, 1, NULL, NULL), | | (23, 7, 10, 100, 0, 1685381585, 1, NULL, NULL), |
| (24, 11, 10, 100, 100, 1685381585, 1, NULL, NULL), | | (24, 11, 10, 100, 100, 1685381585, 1, NULL, NULL), |
| (25, 12, 10, 100, 0, 1685381585, 1, NULL, NULL), | | (25, 12, 10, 100, 0, 1685381585, 1, NULL, NULL), |
| (26, 13, 10, 100, 0, 1685381585, 1, NULL, NULL), | | (26, 13, 10, 100, 0, 1685381585, 1, NULL, NULL), |
| (27, 17, 2, 50, 1, 1685381585, 5, 1685381585, 5), | | (27, 17, 2, 50, 1, 1685381585, 5, 1685381585, 5), |
| (28, 18, 2, 100, 0, 1685381585, 5, 1685381585, 5); | | (28, 18, 2, 100, 0, 1685381585, 5, 1685381585, 5); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_grade_form_comments` | | -- Table structure for table `assessment_grade_form_comments` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_grade_form_comments` ( | | CREATE TABLE `assessment_grade_form_comments` ( |
| `agfcomment_id` int(11) UNSIGNED NOT NULL, | | `agfcomment_id` int(11) UNSIGNED NOT NULL, |
| `gafelement_id` int(11) UNSIGNED DEFAULT NULL, | | `gafelement_id` int(11) UNSIGNED DEFAULT NULL, |
| `assessment_id` int(11) UNSIGNED DEFAULT NULL, | | `assessment_id` int(11) UNSIGNED DEFAULT NULL, |
| `proxy_id` int(12) UNSIGNED DEFAULT NULL, | | `proxy_id` int(12) UNSIGNED DEFAULT NULL, |
| `comment` text | | `comment` text |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_grade_form_elements` | | -- Table structure for table `assessment_grade_form_elements` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_grade_form_elements` ( | | CREATE TABLE `assessment_grade_form_elements` ( |
| `agfelement_id` int(11) UNSIGNED NOT NULL, | | `agfelement_id` int(11) UNSIGNED NOT NULL, |
| `gairesponse_id` int(11) UNSIGNED DEFAULT NULL, | | `gairesponse_id` int(11) UNSIGNED DEFAULT NULL, |
| `assessment_id` int(11) UNSIGNED DEFAULT NULL, | | `assessment_id` int(11) UNSIGNED DEFAULT NULL, |
| `proxy_id` int(12) UNSIGNED DEFAULT NULL, | | `proxy_id` int(12) UNSIGNED DEFAULT NULL, |
| `score` float DEFAULT NULL | | `score` float DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_grading_range` | | -- Table structure for table `assessment_grading_range` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_grading_range` ( | | CREATE TABLE `assessment_grading_range` ( |
| `agrange_id` int(11) UNSIGNED NOT NULL, | | `agrange_id` int(11) UNSIGNED NOT NULL, |
| `agscale_id` int(11) UNSIGNED NOT NULL, | | `agscale_id` int(11) UNSIGNED NOT NULL, |
| `numeric_grade_min` float NOT NULL DEFAULT '0', | | `numeric_grade_min` float NOT NULL DEFAULT '0', |
| `letter_grade` varchar(128) DEFAULT NULL, | | `letter_grade` varchar(128) DEFAULT NULL, |
| `gpa` decimal(5,2) DEFAULT NULL, | | `gpa` decimal(5,2) DEFAULT NULL, |
| `notes` varchar(255) DEFAULT NULL, | | `notes` varchar(255) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(11) DEFAULT NULL | | `deleted_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `assessment_grading_range` | | -- Dumping data for table `assessment_grading_range` |
| -- | | -- |
| | | |
| INSERT INTO `assessment_grading_range` (`agrange_id`, `agscale_id`, `numeric_grade_min`, `letter_grade`, `gpa`, `notes`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `assessment_grading_range` (`agrange_id`, `agscale_id`, `numeric_grade_min`, `letter_grade`, `gpa`, `notes`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 1, 90, 'A+', 4.30, NULL, 1483495903, 1, NULL, NULL), | | (1, 1, 90, 'A+', 4.30, NULL, 1483495903, 1, NULL, NULL), |
| (2, 1, 85, 'A', 4.00, NULL, 1483495903, 1, NULL, NULL), | | (2, 1, 85, 'A', 4.00, NULL, 1483495903, 1, NULL, NULL), |
| (3, 1, 80, 'A-', 3.70, NULL, 1483495903, 1, NULL, NULL), | | (3, 1, 80, 'A-', 3.70, NULL, 1483495903, 1, NULL, NULL), |
| (4, 1, 77, 'B+', 3.30, NULL, 1483495903, 1, NULL, NULL), | | (4, 1, 77, 'B+', 3.30, NULL, 1483495903, 1, NULL, NULL), |
| (5, 1, 73, 'B', 3.00, NULL, 1483495903, 1, NULL, NULL), | | (5, 1, 73, 'B', 3.00, NULL, 1483495903, 1, NULL, NULL), |
| (6, 1, 70, 'B-', 2.70, NULL, 1483495903, 1, NULL, NULL), | | (6, 1, 70, 'B-', 2.70, NULL, 1483495903, 1, NULL, NULL), |
| (7, 1, 67, 'C+', 2.30, NULL, 1483495903, 1, NULL, NULL), | | (7, 1, 67, 'C+', 2.30, NULL, 1483495903, 1, NULL, NULL), |
| (8, 1, 63, 'C', 2.00, NULL, 1483495903, 1, NULL, NULL), | | (8, 1, 63, 'C', 2.00, NULL, 1483495903, 1, NULL, NULL), |
| (9, 1, 60, 'C-', 1.70, NULL, 1483495903, 1, NULL, NULL), | | (9, 1, 60, 'C-', 1.70, NULL, 1483495903, 1, NULL, NULL), |
| (10, 1, 57, 'D+', 1.30, NULL, 1483495903, 1, NULL, NULL), | | (10, 1, 57, 'D+', 1.30, NULL, 1483495903, 1, NULL, NULL), |
| (11, 1, 53, 'D', 1.00, NULL, 1483495903, 1, NULL, NULL), | | (11, 1, 53, 'D', 1.00, NULL, 1483495903, 1, NULL, NULL), |
| (12, 1, 50, 'D-', 0.70, NULL, 1483495903, 1, NULL, NULL), | | (12, 1, 50, 'D-', 0.70, NULL, 1483495903, 1, NULL, NULL), |
| (13, 1, 0, 'F', 0.00, NULL, 1483495903, 1, NULL, NULL); | | (13, 1, 0, 'F', 0.00, NULL, 1483495903, 1, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_grading_scale` | | -- Table structure for table `assessment_grading_scale` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_grading_scale` ( | | CREATE TABLE `assessment_grading_scale` ( |
| `agscale_id` int(11) UNSIGNED NOT NULL, | | `agscale_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) DEFAULT NULL, | | `organisation_id` int(11) DEFAULT NULL, |
| `title` varchar(256) NOT NULL, | | `title` varchar(256) NOT NULL, |
| `description` text, | | `description` text, |
| `default` tinyint(1) NOT NULL DEFAULT '0', | | `default` tinyint(1) NOT NULL DEFAULT '0', |
| `applicable_from` bigint(64) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra', | | `applicable_from` bigint(64) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(11) DEFAULT NULL | | `deleted_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `assessment_grading_scale` | | -- Dumping data for table `assessment_grading_scale` |
| -- | | -- |
| | | |
| INSERT INTO `assessment_grading_scale` (`agscale_id`, `organisation_id`, `title`, `description`, `default`, `applicable_from`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `assessment_grading_scale` (`agscale_id`, `organisation_id`, `title`, `description`, `default`, `applicable_from`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 1, 'Default Grading Scale for Your University', NULL, 1, NULL, 1483495903, 1, NULL, NULL); | | (1, 1, 'Default Grading Scale for Your University', NULL, 1, NULL, 1483495903, 1, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_groups` | | -- Table structure for table `assessment_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_groups` ( | | CREATE TABLE `assessment_groups` ( |
| `agroup_id` int(11) UNSIGNED NOT NULL, | | `agroup_id` int(11) UNSIGNED NOT NULL, |
| `cgroup_id` int(11) NOT NULL, | | `cgroup_id` int(11) NOT NULL, |
| `assessment_id` int(11) UNSIGNED DEFAULT NULL | | `assessment_id` int(11) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `assessment_groups` | | -- Dumping data for table `assessment_groups` |
| -- | | -- |
| | | |
| INSERT INTO `assessment_groups` (`agroup_id`, `cgroup_id`, `assessment_id`) VALUES | | INSERT INTO `assessment_groups` (`agroup_id`, `cgroup_id`, `assessment_id`) VALUES |
| (1, 3, 15), | | (1, 3, 15), |
| (3, 3, 17); | | (3, 3, 17); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_linked_objectives` | | -- Table structure for table `assessment_linked_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_linked_objectives` ( | | CREATE TABLE `assessment_linked_objectives` ( |
| `alobjective_id` int(12) UNSIGNED NOT NULL, | | `alobjective_id` int(12) UNSIGNED NOT NULL, |
| `assessment_id` int(12) UNSIGNED NOT NULL, | | `assessment_id` int(12) UNSIGNED NOT NULL, |
| `objective_id` int(12) UNSIGNED NOT NULL, | | `objective_id` int(12) UNSIGNED NOT NULL, |
| `target_objective_id` int(12) UNSIGNED NOT NULL, | | `target_objective_id` int(12) UNSIGNED NOT NULL, |
| `active` tinyint(1) DEFAULT '1', | | `active` tinyint(1) DEFAULT '1', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL | | `updated_by` int(12) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_marking_schemes` | | -- Table structure for table `assessment_marking_schemes` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_marking_schemes` ( | | CREATE TABLE `assessment_marking_schemes` ( |
| `id` int(10) UNSIGNED NOT NULL, | | `id` int(10) UNSIGNED NOT NULL, |
| `name` varchar(255) NOT NULL, | | `name` varchar(255) NOT NULL, |
| `handler` varchar(255) NOT NULL DEFAULT 'Boolean', | | `handler` varchar(255) NOT NULL DEFAULT 'Boolean', |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `enabled` tinyint(1) NOT NULL DEFAULT '1' | | `enabled` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `assessment_marking_schemes` | | -- Dumping data for table `assessment_marking_schemes` |
| -- | | -- |
| | | |
| INSERT INTO `assessment_marking_schemes` (`id`, `name`, `handler`, `description`, `enabled`) VALUES | | INSERT INTO `assessment_marking_schemes` (`id`, `name`, `handler`, `description`, `enabled`) VALUES |
| (1, 'Pass/Fail', 'Boolean', 'Enter P for Pass, or F for Fail, in the student mark column.', 1), | | (1, 'Pass/Fail', 'Boolean', 'Enter P for Pass, or F for Fail, in the student mark column.', 1), |
| (2, 'Percentage', 'Percentage', 'Enter a percentage in the student mark column.', 1), | | (2, 'Percentage', 'Percentage', 'Enter a percentage in the student mark column.', 1), |
| (3, 'Numeric', 'Numeric', 'Enter a numeric total in the student mark column.', 1), | | (3, 'Numeric', 'Numeric', 'Enter a numeric total in the student mark column.', 1), |
| (4, 'Complete/Incomplete', 'IncompleteComplete', 'Enter C for Complete, or I for Incomplete, in the student mark column.', 1), | | (4, 'Complete/Incomplete', 'IncompleteComplete', 'Enter C for Complete, or I for Incomplete, in the student mark column.', 1), |
| (5, 'Grading Scale', 'GradingScale', 'Use a grading scale to determine the allowable strings for grading.', 1), | | (5, 'Grading Scale', 'GradingScale', 'Use a grading scale to determine the allowable strings for grading.', 1), |
| (6, 'Floating Numeric', 'NumericFloat', 'Enter a numeric value in the student mark column.', 1); | | (6, 'Floating Numeric', 'NumericFloat', 'Enter a numeric value in the student mark column.', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_notificatons` | | -- Table structure for table `assessment_notificatons` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_notificatons` ( | | CREATE TABLE `assessment_notificatons` ( |
| `at_notificaton_id` int(12) UNSIGNED NOT NULL, | | `at_notificaton_id` int(12) UNSIGNED NOT NULL, |
| `assessment_id` int(12) UNSIGNED NOT NULL, | | `assessment_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED NOT NULL, | | `updated_date` bigint(64) UNSIGNED NOT NULL, |
| `updated_by` int(12) UNSIGNED NOT NULL | | `updated_by` int(12) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Notification list for assessments'; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Notification list for assessments'; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_objectives` | | -- Table structure for table `assessment_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_objectives` ( | | CREATE TABLE `assessment_objectives` ( |
| `aobjective_id` int(12) NOT NULL, | | `aobjective_id` int(12) NOT NULL, |
| `assessment_id` int(12) NOT NULL DEFAULT '0', | | `assessment_id` int(12) NOT NULL DEFAULT '0', |
| `objective_id` int(12) NOT NULL DEFAULT '0', | | `objective_id` int(12) NOT NULL DEFAULT '0', |
| `importance` int(11) DEFAULT NULL, | | `importance` int(11) DEFAULT NULL, |
| `objective_details` text, | | `objective_details` text, |
| `objective_type` enum('curricular_objective','clinical_presentation') NOT NULL DEFAULT 'curricular_objective', | | `objective_type` enum('curricular_objective','clinical_presentation') NOT NULL DEFAULT 'curricular_objective', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_options` | | -- Table structure for table `assessment_options` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_options` ( | | CREATE TABLE `assessment_options` ( |
| `aoption_id` int(12) NOT NULL, | | `aoption_id` int(12) NOT NULL, |
| `assessment_id` int(12) NOT NULL DEFAULT '0', | | `assessment_id` int(12) NOT NULL DEFAULT '0', |
| `option_id` int(12) NOT NULL DEFAULT '0', | | `option_id` int(12) NOT NULL DEFAULT '0', |
| `option_active` int(1) NOT NULL DEFAULT '0' | | `option_active` int(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `assessment_options` | | -- Dumping data for table `assessment_options` |
| -- | | -- |
| | | |
| INSERT INTO `assessment_options` (`aoption_id`, `assessment_id`, `option_id`, `option_active`) VALUES | | INSERT INTO `assessment_options` (`aoption_id`, `assessment_id`, `option_id`, `option_active`) VALUES |
| (1, 1, 1, 0), | | (1, 1, 1, 0), |
| (2, 1, 2, 0), | | (2, 1, 2, 0), |
| (3, 1, 3, 0), | | (3, 1, 3, 0), |
| (4, 1, 4, 0), | | (4, 1, 4, 0), |
| (5, 1, 5, 0), | | (5, 1, 5, 0), |
| (6, 1, 6, 0), | | (6, 1, 6, 0), |
| (7, 2, 1, 0), | | (7, 2, 1, 0), |
| (8, 2, 2, 0), | | (8, 2, 2, 0), |
| (9, 2, 3, 0), | | (9, 2, 3, 0), |
| (10, 2, 4, 0), | | (10, 2, 4, 0), |
| (11, 2, 5, 0), | | (11, 2, 5, 0), |
| (12, 2, 6, 0), | | (12, 2, 6, 0), |
| (13, 5, 1, 0), | | (13, 5, 1, 0), |
| (14, 5, 2, 0), | | (14, 5, 2, 0), |
| (15, 5, 3, 0), | | (15, 5, 3, 0), |
| (16, 5, 4, 0), | | (16, 5, 4, 0), |
| (17, 5, 5, 0), | | (17, 5, 5, 0), |
| (18, 5, 6, 0), | | (18, 5, 6, 0), |
| (19, 6, 1, 0), | | (19, 6, 1, 0), |
| (20, 6, 2, 0), | | (20, 6, 2, 0), |
| (21, 6, 3, 0), | | (21, 6, 3, 0), |
| (22, 6, 4, 0), | | (22, 6, 4, 0), |
| (23, 6, 5, 0), | | (23, 6, 5, 0), |
| (24, 6, 6, 0), | | (24, 6, 6, 0), |
| (25, 7, 1, 0), | | (25, 7, 1, 0), |
| (26, 7, 2, 0), | | (26, 7, 2, 0), |
| (27, 7, 3, 0), | | (27, 7, 3, 0), |
| (28, 7, 4, 0), | | (28, 7, 4, 0), |
| (29, 7, 5, 0), | | (29, 7, 5, 0), |
| (30, 7, 6, 0), | | (30, 7, 6, 0), |
| (31, 8, 1, 0), | | (31, 8, 1, 0), |
| (32, 8, 2, 0), | | (32, 8, 2, 0), |
| (33, 8, 3, 0), | | (33, 8, 3, 0), |
| (34, 8, 4, 0), | | (34, 8, 4, 0), |
| (35, 8, 5, 0), | | (35, 8, 5, 0), |
| (36, 8, 6, 0), | | (36, 8, 6, 0), |
| (37, 15, 1, 0), | | (37, 15, 1, 0), |
| (38, 15, 2, 0), | | (38, 15, 2, 0), |
| (39, 15, 3, 0), | | (39, 15, 3, 0), |
| (40, 17, 1, 0), | | (40, 17, 1, 0), |
| (41, 17, 2, 0), | | (41, 17, 2, 0), |
| (42, 17, 3, 0), | | (42, 17, 3, 0), |
| (43, 17, 4, 0), | | (43, 17, 4, 0), |
| (44, 17, 5, 0), | | (44, 17, 5, 0), |
| (45, 17, 6, 0); | | (45, 17, 6, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_option_values` | | -- Table structure for table `assessment_option_values` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_option_values` ( | | CREATE TABLE `assessment_option_values` ( |
| `aovalue_id` int(12) UNSIGNED NOT NULL, | | `aovalue_id` int(12) UNSIGNED NOT NULL, |
| `aoption_id` int(12) NOT NULL, | | `aoption_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL, | | `proxy_id` int(12) NOT NULL, |
| `value` varchar(32) DEFAULT '' | | `value` varchar(32) DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_quiz_questions` | | -- Table structure for table `assessment_quiz_questions` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_quiz_questions` ( | | CREATE TABLE `assessment_quiz_questions` ( |
| `aqquestion_id` int(11) UNSIGNED NOT NULL, | | `aqquestion_id` int(11) UNSIGNED NOT NULL, |
| `assessment_id` int(11) NOT NULL, | | `assessment_id` int(11) NOT NULL, |
| `qquestion_id` int(11) NOT NULL | | `qquestion_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assessment_statistics` | | -- Table structure for table `assessment_statistics` |
| -- | | -- |
| | | |
| CREATE TABLE `assessment_statistics` ( | | CREATE TABLE `assessment_statistics` ( |
| `assessment_statistic_id` int(12) NOT NULL, | | `assessment_statistic_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL, | | `proxy_id` int(12) NOT NULL, |
| `impersonated_by` int(11) DEFAULT NULL, | | `impersonated_by` int(11) DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `module` varchar(64) DEFAULT NULL, | | `module` varchar(64) DEFAULT NULL, |
| `sub_module` varchar(64) DEFAULT NULL, | | `sub_module` varchar(64) DEFAULT NULL, |
| `action` varchar(64) DEFAULT NULL, | | `action` varchar(64) DEFAULT NULL, |
| `assessment_id` varchar(64) NOT NULL, | | `assessment_id` varchar(64) NOT NULL, |
| `distribution_id` varchar(64) DEFAULT '', | | `distribution_id` varchar(64) DEFAULT '', |
| `target_id` varchar(64) NOT NULL, | | `target_id` varchar(64) NOT NULL, |
| `progress_id` varchar(64) DEFAULT NULL, | | `progress_id` varchar(64) DEFAULT NULL, |
| `prune_after` bigint(64) DEFAULT NULL | | `prune_after` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `assessment_statistics` | | -- Dumping data for table `assessment_statistics` |
| -- | | -- |
| | | |
| INSERT INTO `assessment_statistics` (`assessment_statistic_id`, `proxy_id`, `impersonated_by`, `created_date`, `module`, `sub_module`, `action`, `assessment_id`, `distribution_id`, `target_id`, `progress_id`, `prune_after`) VALUES | | INSERT INTO `assessment_statistics` (`assessment_statistic_id`, `proxy_id`, `impersonated_by`, `created_date`, `module`, `sub_module`, `action`, `assessment_id`, `distribution_id`, `target_id`, `progress_id`, `prune_after`) VALUES |
| (1, 1, NULL, 1685381585, 'assessments', 'assessment', 'view', '1', NULL, '2', NULL, 1716917585), | | (1, 1, NULL, 1685381585, 'assessments', 'assessment', 'view', '1', NULL, '2', NULL, 1716917585), |
| (2, 1, NULL, 1685381585, 'assessments', 'assessment', 'submit', '1', '1', '2', '1', 1716917585), | | (2, 1, NULL, 1685381585, 'assessments', 'assessment', 'submit', '1', '1', '2', '1', 1716917585), |
| (3, 1, NULL, 1685381585, 'assessments', 'assessment', 'view', '1', NULL, '2', '1', 1716917585), | | (3, 1, NULL, 1685381585, 'assessments', 'assessment', 'view', '1', NULL, '2', '1', 1716917585), |
| (4, 1, NULL, 1685381585, 'assessments', 'assessment', 'view', '1', NULL, '2', '1', 1716917585), | | (4, 1, NULL, 1685381585, 'assessments', 'assessment', 'view', '1', NULL, '2', '1', 1716917585), |
| (5, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '2', NULL, '2', NULL, 1716917585), | | (5, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '2', NULL, '2', NULL, 1716917585), |
| (6, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '3', NULL, '2', NULL, 1685381585), | | (6, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '3', NULL, '2', NULL, 1685381585), |
| (7, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '1', NULL, '2', '1', 1716917585), | | (7, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '1', NULL, '2', '1', 1716917585), |
| (8, 5, 1, 1685381585, 'assessments', 'assessment', 'submit', '3', '3', '2', '3', 1716917585), | | (8, 5, 1, 1685381585, 'assessments', 'assessment', 'submit', '3', '3', '2', '3', 1716917585), |
| (9, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '3', NULL, '4', NULL, 1716917585), | | (9, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '3', NULL, '4', NULL, 1716917585), |
| (10, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '4', NULL, '2', NULL, 1716917585), | | (10, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '4', NULL, '2', NULL, 1716917585), |
| (11, 5, 1, 1685381585, 'assessments', 'assessment', 'submit', '4', '4', '2', '4', 1716917585), | | (11, 5, 1, 1685381585, 'assessments', 'assessment', 'submit', '4', '4', '2', '4', 1716917585), |
| n | (12, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '4', NULL, '4', NULL, 1716917585); | n | (12, 5, 1, 1685381585, 'assessments', 'assessment', 'view', '4', NULL, '4', NULL, 1716917585), |
| | | (13, 7, 1, 1685392158, 'assessments', 'assessment', 'view', '7', NULL, '4', NULL, 1717014558), |
| | | (14, 7, 1, 1685392280, 'assessments', 'assessment', 'submit', '7', NULL, '4', '7', 1717014680), |
| | | (15, 2, 1, 1685472646, 'assessments', 'assessment', 'view', '8', NULL, '2', NULL, 1717095046), |
| | | (16, 2, 1, 1685472687, 'assessments', 'assessment', 'submit', '8', NULL, '2', '8', 1717095087), |
| | | (17, 7, 1, 1685472725, 'assessments', 'assessment', 'view', '9', NULL, '2', '9', 1717095125), |
| | | (18, 7, 1, 1685472734, 'assessments', 'assessment', 'submit', '9', NULL, '2', '9', 1717095134), |
| | | (19, 6, 1, 1685539110, 'assessments', 'assessment', 'view', '10', NULL, '4', NULL, 1717161510), |
| | | (20, 6, 1, 1685539159, 'assessments', 'assessment', 'view', '10', NULL, '4', '10', 1717161559), |
| | | (21, 6, 1, 1685539175, 'assessments', 'assessment', 'submit', '10', NULL, '4', '10', 1717161575), |
| | | (22, 4, 1, 1685539302, 'assessments', 'assessment', 'view', '10', NULL, '4', '10', 1717161702), |
| | | (23, 5, 1, 1685539406, 'assessments', 'assessment', 'view', '11', NULL, '4', NULL, 1717161806), |
| | | (24, 5, 1, 1685539432, 'assessments', 'assessment', 'view', '11', NULL, '4', '11', 1717161832), |
| | | (25, 5, 1, 1685539440, 'assessments', 'assessment', 'submit', '11', NULL, '4', '11', 1717161840), |
| | | (26, 7, 1, 1685540753, 'assessments', 'assessment', 'view', '12', NULL, '4', NULL, 1717163153), |
| | | (27, 7, 1, 1685540769, 'assessments', 'assessment', 'submit', '12', NULL, '4', '12', 1717163169), |
| | | (28, 7, 1, 1685543893, 'assessments', 'assessment', 'view', '13', NULL, '4', NULL, 1717166293), |
| | | (29, 7, 1, 1685543943, 'assessments', 'assessment', 'submit', '13', NULL, '4', '13', 1717166343), |
| | | (30, 7, 1, 1685543948, 'assessments', 'assessment', 'view', '14', NULL, '4', NULL, 1717166348), |
| | | (31, 7, 1, 1685543960, 'assessments', 'assessment', 'submit', '14', NULL, '4', '14', 1717166360), |
| | | (32, 9, 1, 1685544022, 'assessments', 'assessment', 'view', '15', NULL, '4', NULL, 1717166422), |
| | | (33, 9, 1, 1685544035, 'assessments', 'assessment', 'submit', '15', NULL, '4', '15', 1717166435), |
| | | (34, 9, 1, 1685544040, 'assessments', 'assessment', 'view', '16', NULL, '4', NULL, 1717166440), |
| | | (35, 9, 1, 1685544062, 'assessments', 'assessment', 'submit', '16', NULL, '4', '16', 1717166462), |
| | | (36, 6, 1, 1685544228, 'assessments', 'assessment', 'view', '17', NULL, '4', NULL, 1717166628), |
| | | (37, 6, 1, 1685544241, 'assessments', 'assessment', 'submit', '17', NULL, '4', '17', 1717166641), |
| | | (38, 7, 1, 1685544618, 'assessments', 'assessment', 'view', '18', NULL, '4', NULL, 1717167018), |
| | | (39, 7, 1, 1685544647, 'assessments', 'assessment', 'submit', '18', NULL, '4', '18', 1717167047), |
| | | (40, 6, 1, 1685544689, 'assessments', 'assessment', 'view', '19', NULL, '4', NULL, 1717167089), |
| | | (41, 6, 1, 1685544713, 'assessments', 'assessment', 'submit', '19', NULL, '4', '19', 1717167113); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assigned_locations` | | -- Table structure for table `assigned_locations` |
| -- | | -- |
| | | |
| CREATE TABLE `assigned_locations` ( | | CREATE TABLE `assigned_locations` ( |
| `alocation_id` int(11) UNSIGNED NOT NULL, | | `alocation_id` int(11) UNSIGNED NOT NULL, |
| `location_type` varchar(255) NOT NULL, | | `location_type` varchar(255) NOT NULL, |
| `location_id` bigint(20) NOT NULL, | | `location_id` bigint(20) NOT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `created_date` bigint(20) DEFAULT NULL, | | `created_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; |
| | | |
| -- | | -- |
| -- Dumping data for table `assigned_locations` | | -- Dumping data for table `assigned_locations` |
| -- | | -- |
| | | |
| INSERT INTO `assigned_locations` (`alocation_id`, `location_type`, `location_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES | | INSERT INTO `assigned_locations` (`alocation_id`, `location_type`, `location_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES |
| (1, 'site_id', 1, 1, 1685381586, 1, 1685381586, NULL), | | (1, 'site_id', 1, 1, 1685381586, 1, 1685381586, NULL), |
| (2, 'site_id', 4, 1, 1685381586, 1, 1685381586, NULL), | | (2, 'site_id', 4, 1, 1685381586, 1, 1685381586, NULL), |
| (3, 'room_id', 1, 1, 1685381586, 1, 1685381586, NULL), | | (3, 'room_id', 1, 1, 1685381586, 1, 1685381586, NULL), |
| (4, 'building_id', 2, 1, 1685381586, 1, 1685381586, NULL), | | (4, 'building_id', 2, 1, 1685381586, 1, 1685381586, NULL), |
| (5, 'room_id', 2, 1, 1685381586, 1, 1685381586, NULL), | | (5, 'room_id', 2, 1, 1685381586, 1, 1685381586, NULL), |
| (6, 'building_id', 4, 1, 1685381586, 1, 1685381586, NULL), | | (6, 'building_id', 4, 1, 1685381586, 1, 1685381586, NULL), |
| (7, 'site_id', 6, 1, 1685381586, 1, 1685381586, NULL); | | (7, 'site_id', 6, 1, 1685381586, 1, 1685381586, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assignments` | | -- Table structure for table `assignments` |
| -- | | -- |
| | | |
| CREATE TABLE `assignments` ( | | CREATE TABLE `assignments` ( |
| `assignment_id` int(11) NOT NULL, | | `assignment_id` int(11) NOT NULL, |
| `course_id` int(11) NOT NULL, | | `course_id` int(11) NOT NULL, |
| `assessment_id` int(11) NOT NULL, | | `assessment_id` int(11) NOT NULL, |
| `notice_id` int(11) DEFAULT NULL, | | `notice_id` int(11) DEFAULT NULL, |
| `assignment_title` varchar(40) NOT NULL, | | `assignment_title` varchar(40) NOT NULL, |
| `assignment_description` text NOT NULL, | | `assignment_description` text NOT NULL, |
| `rubric_visibility_shortname` varchar(100) DEFAULT NULL, | | `rubric_visibility_shortname` varchar(100) DEFAULT NULL, |
| `assignment_active` int(11) NOT NULL, | | `assignment_active` int(11) NOT NULL, |
| `required` int(1) NOT NULL, | | `required` int(1) NOT NULL, |
| `due_date` bigint(64) NOT NULL DEFAULT '0', | | `due_date` bigint(64) NOT NULL DEFAULT '0', |
| `assignment_uploads` int(11) NOT NULL DEFAULT '0', | | `assignment_uploads` int(11) NOT NULL DEFAULT '0', |
| `max_file_uploads` int(11) NOT NULL DEFAULT '1', | | `max_file_uploads` int(11) NOT NULL DEFAULT '1', |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_until` bigint(64) NOT NULL DEFAULT '0', | | `release_until` bigint(64) NOT NULL DEFAULT '0', |
| `anonymous_marking` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', | | `anonymous_marking` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `assignments` | | -- Dumping data for table `assignments` |
| -- | | -- |
| | | |
| INSERT INTO `assignments` (`assignment_id`, `course_id`, `assessment_id`, `notice_id`, `assignment_title`, `assignment_description`, `rubric_visibility_shortname`, `assignment_active`, `required`, `due_date`, `assignment_uploads`, `max_file_uploads`, `release_date`, `release_until`, `anonymous_marking`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `assignments` (`assignment_id`, `course_id`, `assessment_id`, `notice_id`, `assignment_title`, `assignment_description`, `rubric_visibility_shortname`, `assignment_active`, `required`, `due_date`, `assignment_uploads`, `max_file_uploads`, `release_date`, `release_until`, `anonymous_marking`, `updated_date`, `updated_by`) VALUES |
| (1, 2, 5, NULL, '', '', NULL, 1, 0, 0, 1, 3, 0, 0, 0, 1685381585, 1), | | (1, 2, 5, NULL, '', '', NULL, 1, 0, 0, 1, 3, 0, 0, 0, 1685381585, 1), |
| (2, 1, 15, NULL, '', '', NULL, 1, 0, 0, 1, 1, 0, 0, 0, 1685381585, 1); | | (2, 1, 15, NULL, '', '', NULL, 1, 0, 0, 1, 1, 0, 0, 0, 1685381585, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assignment_comments` | | -- Table structure for table `assignment_comments` |
| -- | | -- |
| | | |
| CREATE TABLE `assignment_comments` ( | | CREATE TABLE `assignment_comments` ( |
| `acomment_id` int(12) NOT NULL, | | `acomment_id` int(12) NOT NULL, |
| `proxy_to_id` int(12) NOT NULL DEFAULT '0', | | `proxy_to_id` int(12) NOT NULL DEFAULT '0', |
| `assignment_id` int(12) NOT NULL DEFAULT '0', | | `assignment_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `comment_title` varchar(128) NOT NULL, | | `comment_title` varchar(128) NOT NULL, |
| `comment_description` text NOT NULL, | | `comment_description` text NOT NULL, |
| `comment_active` int(1) NOT NULL DEFAULT '1', | | `comment_active` int(1) NOT NULL DEFAULT '1', |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `notify` int(1) NOT NULL DEFAULT '0' | | `notify` int(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assignment_contacts` | | -- Table structure for table `assignment_contacts` |
| -- | | -- |
| | | |
| CREATE TABLE `assignment_contacts` ( | | CREATE TABLE `assignment_contacts` ( |
| `acontact_id` int(11) NOT NULL, | | `acontact_id` int(11) NOT NULL, |
| `assignment_id` int(11) NOT NULL, | | `assignment_id` int(11) NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `contact_order` int(11) DEFAULT '1', | | `contact_order` int(11) DEFAULT '1', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `assignment_contacts` | | -- Dumping data for table `assignment_contacts` |
| -- | | -- |
| | | |
| INSERT INTO `assignment_contacts` (`acontact_id`, `assignment_id`, `proxy_id`, `contact_order`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `assignment_contacts` (`acontact_id`, `assignment_id`, `proxy_id`, `contact_order`, `updated_date`, `updated_by`) VALUES |
| (1, 2, 1, 0, 1685381585, 1); | | (1, 2, 1, 0, 1685381585, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assignment_files` | | -- Table structure for table `assignment_files` |
| -- | | -- |
| | | |
| CREATE TABLE `assignment_files` ( | | CREATE TABLE `assignment_files` ( |
| `afile_id` int(11) NOT NULL, | | `afile_id` int(11) NOT NULL, |
| `assignment_id` int(11) NOT NULL, | | `assignment_id` int(11) NOT NULL, |
| `parent_id` int(11) DEFAULT '0', | | `parent_id` int(11) DEFAULT '0', |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `file_type` varchar(24) NOT NULL DEFAULT 'submission', | | `file_type` varchar(24) NOT NULL DEFAULT 'submission', |
| `file_title` varchar(40) NOT NULL, | | `file_title` varchar(40) NOT NULL, |
| `file_description` text, | | `file_description` text, |
| `file_active` int(1) NOT NULL DEFAULT '1', | | `file_active` int(1) NOT NULL DEFAULT '1', |
| `updated_date` int(64) NOT NULL, | | `updated_date` int(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `assignment_files` | | -- Dumping data for table `assignment_files` |
| -- | | -- |
| | | |
| INSERT INTO `assignment_files` (`afile_id`, `assignment_id`, `parent_id`, `proxy_id`, `file_type`, `file_title`, `file_description`, `file_active`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `assignment_files` (`afile_id`, `assignment_id`, `parent_id`, `proxy_id`, `file_type`, `file_title`, `file_description`, `file_active`, `updated_date`, `updated_by`) VALUES |
| (1, 1, 0, 2, 'submission', 'test-assignment.png', 'Test assignment description', 1, 1685332800, 2), | | (1, 1, 0, 2, 'submission', 'test-assignment.png', 'Test assignment description', 1, 1685332800, 2), |
| (2, 1, 0, 4, 'submission', 'test-assignment.png', 'Test assignment description', 1, 1684900800, 4), | | (2, 1, 0, 4, 'submission', 'test-assignment.png', 'Test assignment description', 1, 1684900800, 4), |
| (3, 2, 0, 2, 'submission', 'Test_Docs.pdf', '', 1, 1685381585, 2); | | (3, 2, 0, 2, 'submission', 'Test_Docs.pdf', '', 1, 1685381585, 2); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assignment_file_versions` | | -- Table structure for table `assignment_file_versions` |
| -- | | -- |
| | | |
| CREATE TABLE `assignment_file_versions` ( | | CREATE TABLE `assignment_file_versions` ( |
| `afversion_id` int(11) NOT NULL, | | `afversion_id` int(11) NOT NULL, |
| `afile_id` int(11) NOT NULL, | | `afile_id` int(11) NOT NULL, |
| `assignment_id` int(11) NOT NULL, | | `assignment_id` int(11) NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `file_mimetype` varchar(128) NOT NULL, | | `file_mimetype` varchar(128) NOT NULL, |
| `file_version` int(5) DEFAULT NULL, | | `file_version` int(5) DEFAULT NULL, |
| `file_filename` varchar(128) NOT NULL, | | `file_filename` varchar(128) NOT NULL, |
| `file_filesize` int(32) NOT NULL, | | `file_filesize` int(32) NOT NULL, |
| `file_active` int(1) NOT NULL DEFAULT '1', | | `file_active` int(1) NOT NULL DEFAULT '1', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `assignment_file_versions` | | -- Dumping data for table `assignment_file_versions` |
| -- | | -- |
| | | |
| INSERT INTO `assignment_file_versions` (`afversion_id`, `afile_id`, `assignment_id`, `proxy_id`, `file_mimetype`, `file_version`, `file_filename`, `file_filesize`, `file_active`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `assignment_file_versions` (`afversion_id`, `afile_id`, `assignment_id`, `proxy_id`, `file_mimetype`, `file_version`, `file_filename`, `file_filesize`, `file_active`, `updated_date`, `updated_by`) VALUES |
| (1, 1, 1, 2, 'image/png', 1, 'test-assignment.png', 2300, 1, 1685332800, 2), | | (1, 1, 1, 2, 'image/png', 1, 'test-assignment.png', 2300, 1, 1685332800, 2), |
| (2, 2, 1, 4, 'image/png', 1, 'test-assignment.png', 2300, 1, 1684900800, 4); | | (2, 2, 1, 4, 'image/png', 1, 'test-assignment.png', 2300, 1, 1684900800, 4); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `assignment_turnitin_options` | | -- Table structure for table `assignment_turnitin_options` |
| -- | | -- |
| | | |
| CREATE TABLE `assignment_turnitin_options` ( | | CREATE TABLE `assignment_turnitin_options` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `assignment_id` int(11) NOT NULL, | | `assignment_id` int(11) NOT NULL, |
| `option_name` varchar(200) NOT NULL, | | `option_name` varchar(200) NOT NULL, |
| `option_value` varchar(200) NOT NULL, | | `option_value` varchar(200) NOT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `attached_quizzes` | | -- Table structure for table `attached_quizzes` |
| -- | | -- |
| | | |
| CREATE TABLE `attached_quizzes` ( | | CREATE TABLE `attached_quizzes` ( |
| `aquiz_id` int(12) NOT NULL, | | `aquiz_id` int(12) NOT NULL, |
| `content_type` enum('event','community_page','assessment') NOT NULL DEFAULT 'event', | | `content_type` enum('event','community_page','assessment') NOT NULL DEFAULT 'event', |
| `content_id` int(12) NOT NULL DEFAULT '0', | | `content_id` int(12) NOT NULL DEFAULT '0', |
| `required` int(1) NOT NULL DEFAULT '0', | | `required` int(1) NOT NULL DEFAULT '0', |
| `require_attendance` int(1) NOT NULL DEFAULT '0', | | `require_attendance` int(1) NOT NULL DEFAULT '0', |
| `random_order` int(1) NOT NULL DEFAULT '0', | | `random_order` int(1) NOT NULL DEFAULT '0', |
| `timeframe` varchar(64) NOT NULL, | | `timeframe` varchar(64) NOT NULL, |
| `quiz_id` int(12) NOT NULL DEFAULT '0', | | `quiz_id` int(12) NOT NULL DEFAULT '0', |
| `quiz_title` varchar(128) NOT NULL, | | `quiz_title` varchar(128) NOT NULL, |
| `quiz_notes` longtext NOT NULL, | | `quiz_notes` longtext NOT NULL, |
| `quiztype_id` int(12) NOT NULL DEFAULT '0', | | `quiztype_id` int(12) NOT NULL DEFAULT '0', |
| `quiz_timeout` int(4) NOT NULL DEFAULT '0', | | `quiz_timeout` int(4) NOT NULL DEFAULT '0', |
| `quiz_attempts` int(3) NOT NULL DEFAULT '0', | | `quiz_attempts` int(3) NOT NULL DEFAULT '0', |
| `accesses` int(12) NOT NULL DEFAULT '0', | | `accesses` int(12) NOT NULL DEFAULT '0', |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_until` bigint(64) NOT NULL DEFAULT '0', | | `release_until` bigint(64) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `draft` tinyint(1) NOT NULL DEFAULT '0' | | `draft` tinyint(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `attached_quizzes` | | -- Dumping data for table `attached_quizzes` |
| -- | | -- |
| | | |
| INSERT INTO `attached_quizzes` (`aquiz_id`, `content_type`, `content_id`, `required`, `require_attendance`, `random_order`, `timeframe`, `quiz_id`, `quiz_title`, `quiz_notes`, `quiztype_id`, `quiz_timeout`, `quiz_attempts`, `accesses`, `release_date`, `release_until`, `updated_date`, `updated_by`, `draft`) VALUES | | INSERT INTO `attached_quizzes` (`aquiz_id`, `content_type`, `content_id`, `required`, `require_attendance`, `random_order`, `timeframe`, `quiz_id`, `quiz_title`, `quiz_notes`, `quiztype_id`, `quiz_timeout`, `quiz_attempts`, `accesses`, `release_date`, `release_until`, `updated_date`, `updated_by`, `draft`) VALUES |
| (1, 'event', 4, 0, 0, 0, 'during', 1, 'Test Quiz - OPS-698', 'This is a test quiz.', 1, 0, 0, 0, 0, 1685986386, 1685381586, 1, 0); | | (1, 'event', 4, 0, 0, 0, 'during', 1, 'Test Quiz - OPS-698', 'This is a test quiz.', 1, 0, 0, 0, 0, 1685986386, 1685381586, 1, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `bookmarks` | | -- Table structure for table `bookmarks` |
| -- | | -- |
| | | |
| CREATE TABLE `bookmarks` ( | | CREATE TABLE `bookmarks` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `uri` varchar(255) NOT NULL DEFAULT '', | | `uri` varchar(255) NOT NULL DEFAULT '', |
| `bookmark_title` varchar(255) DEFAULT NULL, | | `bookmark_title` varchar(255) DEFAULT NULL, |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `organisation_id` int(11) NOT NULL DEFAULT '1', | | `organisation_id` int(11) NOT NULL DEFAULT '1', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `order` int(11) DEFAULT NULL | | `order` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `bookmarks_blacklist` | | -- Table structure for table `bookmarks_blacklist` |
| -- | | -- |
| | | |
| CREATE TABLE `bookmarks_blacklist` ( | | CREATE TABLE `bookmarks_blacklist` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `domain_name` varchar(30) NOT NULL, | | `domain_name` varchar(30) NOT NULL, |
| `uri` varchar(255) NOT NULL, | | `uri` varchar(255) NOT NULL, |
| `host` varchar(255) DEFAULT NULL, | | `host` varchar(255) DEFAULT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `active` tinyint(4) NOT NULL DEFAULT '1' | | `active` tinyint(4) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `bookmarks_blacklist` | | -- Dumping data for table `bookmarks_blacklist` |
| -- | | -- |
| | | |
| INSERT INTO `bookmarks_blacklist` (`id`, `domain_name`, `uri`, `host`, `organisation_id`, `active`) VALUES | | INSERT INTO `bookmarks_blacklist` (`id`, `domain_name`, `uri`, `host`, `organisation_id`, `active`) VALUES |
| (1, 'blacklisted.test.url', '', 'blacklisted.test.url', 1, 1); | | (1, 'blacklisted.test.url', '', 'blacklisted.test.url', 1, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `bookmarks_default` | | -- Table structure for table `bookmarks_default` |
| -- | | -- |
| | | |
| CREATE TABLE `bookmarks_default` ( | | CREATE TABLE `bookmarks_default` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `entity_type` varchar(64) DEFAULT NULL, | | `entity_type` varchar(64) DEFAULT NULL, |
| `entity_value` varchar(64) DEFAULT NULL, | | `entity_value` varchar(64) DEFAULT NULL, |
| `uri` varchar(255) NOT NULL DEFAULT '', | | `uri` varchar(255) NOT NULL DEFAULT '', |
| `bookmark_title` varchar(255) DEFAULT NULL, | | `bookmark_title` varchar(255) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL | | `updated_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `bookmarks_global` | | -- Table structure for table `bookmarks_global` |
| -- | | -- |
| | | |
| CREATE TABLE `bookmarks_global` ( | | CREATE TABLE `bookmarks_global` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `uri` varchar(255) NOT NULL, | | `uri` varchar(255) NOT NULL, |
| `bookmark_title` varchar(255) NOT NULL, | | `bookmark_title` varchar(255) NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `host` varchar(255) DEFAULT NULL, | | `host` varchar(255) DEFAULT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `active` tinyint(4) NOT NULL DEFAULT '1', | | `active` tinyint(4) NOT NULL DEFAULT '1', |
| `order` int(11) DEFAULT NULL, | | `order` int(11) DEFAULT NULL, |
| `updated_date` bigint(20) DEFAULT NULL | | `updated_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cases` | | -- Table structure for table `cases` |
| -- | | -- |
| | | |
| CREATE TABLE `cases` ( | | CREATE TABLE `cases` ( |
| `case_id` int(11) UNSIGNED NOT NULL, | | `case_id` int(11) UNSIGNED NOT NULL, |
| `week_id` int(11) UNSIGNED DEFAULT NULL, | | `week_id` int(11) UNSIGNED DEFAULT NULL, |
| `start_date` bigint(64) DEFAULT NULL, | | `start_date` bigint(64) DEFAULT NULL, |
| `finish_date` bigint(64) DEFAULT NULL, | | `finish_date` bigint(64) DEFAULT NULL, |
| `title` varchar(128) NOT NULL DEFAULT '', | | `title` varchar(128) NOT NULL DEFAULT '', |
| `description` text, | | `description` text, |
| `status` enum('draft','published') NOT NULL DEFAULT 'draft', | | `status` enum('draft','published') NOT NULL DEFAULT 'draft', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `case_contacts` | | -- Table structure for table `case_contacts` |
| -- | | -- |
| | | |
| CREATE TABLE `case_contacts` ( | | CREATE TABLE `case_contacts` ( |
| `ccontact_id` int(12) UNSIGNED NOT NULL, | | `ccontact_id` int(12) UNSIGNED NOT NULL, |
| `case_id` int(12) NOT NULL DEFAULT '0', | | `case_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `order` int(2) NOT NULL DEFAULT '0', | | `order` int(2) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL | | `updated_by` int(12) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `case_periods` | | -- Table structure for table `case_periods` |
| -- | | -- |
| | | |
| CREATE TABLE `case_periods` ( | | CREATE TABLE `case_periods` ( |
| `case_period_id` int(11) UNSIGNED NOT NULL, | | `case_period_id` int(11) UNSIGNED NOT NULL, |
| `case_id` int(11) UNSIGNED NOT NULL, | | `case_id` int(11) UNSIGNED NOT NULL, |
| `cperiod_id` int(11) NOT NULL | | `cperiod_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_academic_advisor_meetings` | | -- Table structure for table `cbl_academic_advisor_meetings` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_academic_advisor_meetings` ( | | CREATE TABLE `cbl_academic_advisor_meetings` ( |
| `meeting_id` int(12) UNSIGNED NOT NULL, | | `meeting_id` int(12) UNSIGNED NOT NULL, |
| `meeting_date` bigint(64) UNSIGNED NOT NULL, | | `meeting_date` bigint(64) UNSIGNED NOT NULL, |
| `meeting_member_id` int(12) UNSIGNED NOT NULL, | | `meeting_member_id` int(12) UNSIGNED NOT NULL, |
| `advisor_proxy_id` int(11) UNSIGNED DEFAULT NULL, | | `advisor_proxy_id` int(11) UNSIGNED DEFAULT NULL, |
| `comment` text NOT NULL, | | `comment` text NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_by` int(12) DEFAULT NULL | | `deleted_by` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_form_blueprint_authors` | | -- Table structure for table `cbl_assessments_form_blueprint_authors` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_form_blueprint_authors` ( | | CREATE TABLE `cbl_assessments_form_blueprint_authors` ( |
| `afbauthor_id` int(11) UNSIGNED NOT NULL, | | `afbauthor_id` int(11) UNSIGNED NOT NULL, |
| `form_blueprint_id` int(11) UNSIGNED NOT NULL, | | `form_blueprint_id` int(11) UNSIGNED NOT NULL, |
| `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id', | | `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id', |
| `author_id` int(11) NOT NULL, | | `author_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_form_blueprint_authors` | | -- Dumping data for table `cbl_assessments_form_blueprint_authors` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_form_blueprint_authors` (`afbauthor_id`, `form_blueprint_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessments_form_blueprint_authors` (`afbauthor_id`, `form_blueprint_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (1, 1, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| n | (2, 1, 'course_id', 13, 1685381585, 1, NULL, NULL, NULL); | n | (2, 1, 'course_id', 13, 1685381585, 1, NULL, NULL, NULL), |
| | | (3, 2, 'proxy_id', 1, 1685388693, 1, NULL, NULL, NULL), |
| | | (4, 2, 'course_id', 16, 1685388693, 1, NULL, NULL, NULL), |
| | | (5, 3, 'proxy_id', 1, 1685470042, 1, NULL, NULL, NULL), |
| | | (6, 3, 'course_id', 16, 1685470042, 1, NULL, NULL, NULL), |
| | | (7, 4, 'proxy_id', 1, 1685541679, 1, NULL, NULL, NULL), |
| | | (8, 4, 'course_id', 16, 1685541679, 1, NULL, NULL, NULL), |
| | | (9, 5, 'proxy_id', 1, 1685542427, 1, NULL, NULL, NULL), |
| | | (10, 5, 'course_id', 16, 1685542427, 1, NULL, NULL, NULL), |
| | | (11, 6, 'proxy_id', 1, 1685542633, 1, NULL, NULL, NULL), |
| | | (12, 6, 'course_id', 16, 1685542633, 1, NULL, NULL, NULL), |
| | | (13, 7, 'proxy_id', 1, 1685544416, 1, NULL, NULL, NULL), |
| | | (14, 7, 'course_id', 16, 1685544416, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_form_blueprint_elements` | | -- Table structure for table `cbl_assessments_form_blueprint_elements` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_form_blueprint_elements` ( | | CREATE TABLE `cbl_assessments_form_blueprint_elements` ( |
| `afblueprint_element_id` int(11) UNSIGNED NOT NULL, | | `afblueprint_element_id` int(11) UNSIGNED NOT NULL, |
| `form_blueprint_id` int(11) UNSIGNED NOT NULL, | | `form_blueprint_id` int(11) UNSIGNED NOT NULL, |
| `element_type` enum('text','blueprint_component','item','rubric') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'blueprint_component', | | `element_type` enum('text','blueprint_component','item','rubric') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'blueprint_component', |
| `element_value` int(11) UNSIGNED DEFAULT NULL, | | `element_value` int(11) UNSIGNED DEFAULT NULL, |
| `text` text COLLATE utf8_unicode_ci, | | `text` text COLLATE utf8_unicode_ci, |
| `component_order` int(11) UNSIGNED NOT NULL, | | `component_order` int(11) UNSIGNED NOT NULL, |
| `comment_type` enum('disabled','optional','mandatory','flagged') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'disabled', | | `comment_type` enum('disabled','optional','mandatory','flagged') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'disabled', |
| `editor_state` text COLLATE utf8_unicode_ci, | | `editor_state` text COLLATE utf8_unicode_ci, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_form_blueprint_elements` | | -- Dumping data for table `cbl_assessments_form_blueprint_elements` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_form_blueprint_elements` (`afblueprint_element_id`, `form_blueprint_id`, `element_type`, `element_value`, `text`, `component_order`, `comment_type`, `editor_state`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessments_form_blueprint_elements` (`afblueprint_element_id`, `form_blueprint_id`, `element_type`, `element_value`, `text`, `component_order`, `comment_type`, `editor_state`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 'rubric', 2, NULL, 3, 'flagged', NULL, 1685381585, 1, NULL, NULL, NULL), | | (1, 1, 'rubric', 2, NULL, 3, 'flagged', NULL, 1685381585, 1, NULL, NULL, NULL), |
| (2, 1, 'item', 11, NULL, 5, 'flagged', NULL, 1685381585, 1, NULL, NULL, NULL), | | (2, 1, 'item', 11, NULL, 5, 'flagged', NULL, 1685381585, 1, NULL, NULL, NULL), |
| (3, 1, 'item', 12, NULL, 4, 'disabled', NULL, 1685381585, 1, NULL, NULL, NULL), | | (3, 1, 'item', 12, NULL, 4, 'disabled', NULL, 1685381585, 1, NULL, NULL, NULL), |
| (4, 1, 'blueprint_component', 8, NULL, 0, 'disabled', '{\\\"objective_set_ids\\\":[24,23,27,22,26,25],\\\"allow_auto_adjust\\\":[],\\\"renderable_objective_sets\\\":[22]}', 1685381585, 1, NULL, NULL, NULL), | | (4, 1, 'blueprint_component', 8, NULL, 0, 'disabled', '{\\\"objective_set_ids\\\":[24,23,27,22,26,25],\\\"allow_auto_adjust\\\":[],\\\"renderable_objective_sets\\\":[22]}', 1685381585, 1, NULL, NULL, NULL), |
| (5, 1, 'blueprint_component', 2, NULL, 1, 'disabled', NULL, 1685381585, 1, NULL, NULL, NULL), | | (5, 1, 'blueprint_component', 2, NULL, 1, 'disabled', NULL, 1685381585, 1, NULL, NULL, NULL), |
| n | (6, 1, 'blueprint_component', 3, NULL, 2, 'disabled', '{\\\"item_text\\\":\\\"DFM Field Note Entrustment Scale\\\",\\\"flagged_response_descriptors\\\":[],\\\"default\\\":null}', 1685381585, 1, NULL, NULL, NULL); | n | (6, 1, 'blueprint_component', 3, NULL, 2, 'disabled', '{\\\"item_text\\\":\\\"DFM Field Note Entrustment Scale\\\",\\\"flagged_response_descriptors\\\":[],\\\"default\\\":null}', 1685381585, 1, NULL, NULL, NULL), |
| | | (7, 2, 'item', 19, NULL, 4, 'disabled', NULL, 1685388693, 1, NULL, NULL, NULL), |
| | | (8, 2, 'rubric', 4, NULL, 5, 'flagged', NULL, 1685388693, 1, NULL, NULL, NULL), |
| | | (9, 2, 'item', 23, NULL, 6, 'flagged', NULL, 1685388693, 1, NULL, NULL, NULL), |
| | | (10, 2, 'blueprint_component', 1, NULL, 0, 'disabled', NULL, 1685388875, 1, 1685389047, 1, NULL), |
| | | (11, 2, 'blueprint_component', 2, NULL, 1, 'disabled', NULL, 1685389075, 1, NULL, NULL, NULL), |
| | | (12, 2, 'blueprint_component', 4, NULL, 2, 'disabled', '{\"flagged_response_descriptors\":[],\"default\":null}', 1685389091, 1, NULL, NULL, NULL), |
| | | (13, 2, 'blueprint_component', 3, NULL, 3, 'disabled', '{\"item_text\":\"What level of supervision did the resident require?\",\"flagged_response_descriptors\":[],\"default\":null}', 1685389121, 1, NULL, NULL, NULL), |
| | | (14, 3, 'item', 38, NULL, 4, 'disabled', NULL, 1685470042, 1, NULL, NULL, NULL), |
| | | (15, 3, 'rubric', 6, NULL, 5, 'flagged', NULL, 1685470042, 1, NULL, NULL, NULL), |
| | | (16, 3, 'item', 42, NULL, 6, 'flagged', NULL, 1685470042, 1, NULL, NULL, NULL), |
| | | (17, 3, 'blueprint_component', 1, NULL, 0, 'disabled', NULL, 1685470071, 1, NULL, NULL, NULL), |
| | | (18, 3, 'blueprint_component', 2, NULL, 1, 'disabled', NULL, 1685470082, 1, NULL, NULL, NULL), |
| | | (19, 3, 'blueprint_component', 4, NULL, 2, 'disabled', '{\"flagged_response_descriptors\":[],\"default\":null}', 1685470094, 1, NULL, NULL, NULL), |
| | | (20, 3, 'blueprint_component', 3, NULL, 3, 'disabled', '{\"item_text\":\"Based on this observation of resident performance overall:\",\"flagged_response_descriptors\":[],\"default\":null}', 1685470101, 1, NULL, NULL, NULL), |
| | | (21, 4, 'item', 51, NULL, 4, 'disabled', NULL, 1685541679, 1, NULL, NULL, NULL), |
| | | (22, 4, 'rubric', 8, NULL, 5, 'flagged', NULL, 1685541679, 1, NULL, NULL, NULL), |
| | | (23, 4, 'item', 55, NULL, 6, 'flagged', NULL, 1685541679, 1, NULL, NULL, NULL), |
| | | (24, 4, 'blueprint_component', 1, NULL, 0, 'disabled', NULL, 1685541713, 1, NULL, NULL, NULL), |
| | | (25, 4, 'blueprint_component', 2, NULL, 1, 'disabled', NULL, 1685541719, 1, NULL, NULL, NULL), |
| | | (26, 4, 'blueprint_component', 4, NULL, 2, 'disabled', '{\"flagged_response_descriptors\":[],\"default\":null}', 1685541730, 1, NULL, NULL, NULL), |
| | | (27, 4, 'blueprint_component', 3, NULL, 3, 'disabled', '{\"item_text\":\"Based on this observation of resident performance overall:\",\"flagged_response_descriptors\":[],\"default\":null}', 1685541740, 1, NULL, NULL, NULL), |
| | | (28, 5, 'item', 56, NULL, 4, 'disabled', NULL, 1685542427, 1, NULL, NULL, NULL), |
| | | (29, 5, 'rubric', 9, NULL, 5, 'flagged', NULL, 1685542427, 1, NULL, NULL, NULL), |
| | | (30, 5, 'item', 60, NULL, 6, 'flagged', NULL, 1685542427, 1, NULL, NULL, NULL), |
| | | (31, 5, 'blueprint_component', 1, NULL, 0, 'disabled', NULL, 1685542440, 1, NULL, NULL, NULL), |
| | | (32, 5, 'blueprint_component', 2, NULL, 1, 'disabled', NULL, 1685542446, 1, NULL, NULL, NULL), |
| | | (33, 5, 'blueprint_component', 4, NULL, 2, 'disabled', '{\"flagged_response_descriptors\":[],\"default\":null}', 1685542465, 1, NULL, NULL, NULL), |
| | | (34, 5, 'blueprint_component', 3, NULL, 3, 'disabled', '{\"item_text\":\"What level of supervision did the resident require?\",\"flagged_response_descriptors\":[],\"default\":null}', 1685542589, 1, NULL, NULL, NULL), |
| | | (35, 6, 'item', 61, NULL, 4, 'disabled', NULL, 1685542633, 1, NULL, NULL, NULL), |
| | | (36, 6, 'rubric', 10, NULL, 5, 'flagged', NULL, 1685542633, 1, NULL, NULL, NULL), |
| | | (37, 6, 'item', 65, NULL, 6, 'flagged', NULL, 1685542633, 1, NULL, NULL, NULL), |
| | | (38, 6, 'blueprint_component', 1, NULL, 0, 'disabled', NULL, 1685542649, 1, NULL, NULL, NULL), |
| | | (39, 6, 'blueprint_component', 2, NULL, 1, 'disabled', NULL, 1685542654, 1, NULL, NULL, NULL), |
| | | (40, 6, 'blueprint_component', 4, NULL, 2, 'disabled', '{\"flagged_response_descriptors\":[],\"default\":null}', 1685542665, 1, NULL, NULL, NULL), |
| | | (41, 6, 'blueprint_component', 3, NULL, 3, 'disabled', '{\"item_text\":\"What level of supervision did the resident require?\",\"flagged_response_descriptors\":[],\"default\":null}', 1685542672, 1, NULL, NULL, NULL), |
| | | (42, 7, 'item', 76, NULL, 4, 'disabled', NULL, 1685544416, 1, NULL, NULL, NULL), |
| | | (43, 7, 'rubric', 13, NULL, 5, 'flagged', NULL, 1685544416, 1, NULL, NULL, NULL), |
| | | (44, 7, 'item', 80, NULL, 6, 'flagged', NULL, 1685544416, 1, NULL, NULL, NULL), |
| | | (45, 7, 'blueprint_component', 1, NULL, 0, 'disabled', NULL, 1685544435, 1, NULL, NULL, NULL), |
| | | (46, 7, 'blueprint_component', 2, NULL, 1, 'disabled', NULL, 1685544441, 1, NULL, NULL, NULL), |
| | | (47, 7, 'blueprint_component', 4, NULL, 2, 'disabled', '{\"flagged_response_descriptors\":[],\"default\":null}', 1685544460, 1, NULL, NULL, NULL), |
| | | (48, 7, 'blueprint_component', 3, NULL, 3, 'disabled', '{\"item_text\":\"What level of supervision did the resident require?\",\"flagged_response_descriptors\":[],\"default\":null}', 1685544468, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_form_blueprint_item_templates` | | -- Table structure for table `cbl_assessments_form_blueprint_item_templates` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_form_blueprint_item_templates` ( | | CREATE TABLE `cbl_assessments_form_blueprint_item_templates` ( |
| `afb_item_template_id` int(12) UNSIGNED NOT NULL, | | `afb_item_template_id` int(12) UNSIGNED NOT NULL, |
| `form_type_id` int(12) UNSIGNED NOT NULL, | | `form_type_id` int(12) UNSIGNED NOT NULL, |
| `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1', | | `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1', |
| `parent_item` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `parent_item` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `ordering` int(11) NOT NULL DEFAULT '1', | | `ordering` int(11) NOT NULL DEFAULT '1', |
| `component_order` int(11) UNSIGNED NOT NULL, | | `component_order` int(11) UNSIGNED NOT NULL, |
| `item_definition` text NOT NULL, | | `item_definition` text NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_form_blueprint_item_templates` | | -- Dumping data for table `cbl_assessments_form_blueprint_item_templates` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_form_blueprint_item_templates` (`afb_item_template_id`, `form_type_id`, `active`, `parent_item`, `ordering`, `component_order`, `item_definition`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessments_form_blueprint_item_templates` (`afb_item_template_id`, `form_type_id`, `active`, `parent_item`, `ordering`, `component_order`, `item_definition`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 2, 1, 0, 1, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":1,\"item_text\":\"Next Steps\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_supervisor_item\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL), | | (1, 2, 1, 0, 1, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":1,\"item_text\":\"Next Steps\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_supervisor_item\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL), |
| (2, 2, 1, 0, 1, 5, '{\"element_type\":\"rubric\",\"element_definition\":{\"item_group_id\":2,\"item_text\":\"Concerns\",\"rating_scale_id\":null,\"comment_type\":\"flagged\"}}', 1510375509, 1, NULL, NULL, NULL), | | (2, 2, 1, 0, 1, 5, '{\"element_type\":\"rubric\",\"element_definition\":{\"item_group_id\":2,\"item_text\":\"Concerns\",\"rating_scale_id\":null,\"comment_type\":\"flagged\"}}', 1510375509, 1, NULL, NULL, NULL), |
| (3, 2, 1, 2, 1, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":3,\"item_text\":\"Do you have patient safety concerns related to this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_supervisor_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), | | (3, 2, 1, 2, 1, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":3,\"item_text\":\"Do you have patient safety concerns related to this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_supervisor_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), |
| (4, 2, 1, 2, 2, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":4,\"item_text\":\"Do you have professionalism concerns about this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_supervisor_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), | | (4, 2, 1, 2, 2, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":4,\"item_text\":\"Do you have professionalism concerns about this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_supervisor_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), |
| (5, 2, 1, 2, 3, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":5,\"item_text\":\"Are there other reasons to flag this assessment?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_supervisor_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), | | (5, 2, 1, 2, 3, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":5,\"item_text\":\"Are there other reasons to flag this assessment?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_supervisor_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), |
| (6, 2, 1, 0, 1, 6, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":6,\"item_text\":\"Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_supervisor_form_item\",\"mandatory\":1,\"allow_default\":1,\"default_response\":1,\"responses\":{\"1\":\"No\",\"2\":\"Yes\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"flagged_response\":{\"2\":1},\"descriptors\":[],\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), | | (6, 2, 1, 0, 1, 6, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":6,\"item_text\":\"Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_supervisor_form_item\",\"mandatory\":1,\"allow_default\":1,\"default_response\":1,\"responses\":{\"1\":\"No\",\"2\":\"Yes\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"flagged_response\":{\"2\":1},\"descriptors\":[],\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), |
| (7, 3, 1, 0, 1, 3, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":7,\"item_text\":\"Continue...\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_fieldnote_freetext\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL), | | (7, 3, 1, 0, 1, 3, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":7,\"item_text\":\"Continue...\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_fieldnote_freetext\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL), |
| (8, 3, 1, 0, 1, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":8,\"item_text\":\"Consider...\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_fieldnote_freetext\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL), | | (8, 3, 1, 0, 1, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":8,\"item_text\":\"Consider...\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_fieldnote_freetext\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL), |
| (9, 3, 1, 0, 1, 6, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":9,\"item_text\":\"Next Steps\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_fieldnote_item\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL), | | (9, 3, 1, 0, 1, 6, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":9,\"item_text\":\"Next Steps\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_fieldnote_item\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL), |
| (10, 3, 1, 0, 1, 7, '{\"element_type\":\"rubric\",\"element_definition\":{\"item_group_id\":10,\"item_text\":\"Concerns\",\"rating_scale_id\":null,\"comment_type\":\"flagged\"}}', 1510375509, 1, NULL, NULL, NULL), | | (10, 3, 1, 0, 1, 7, '{\"element_type\":\"rubric\",\"element_definition\":{\"item_group_id\":10,\"item_text\":\"Concerns\",\"rating_scale_id\":null,\"comment_type\":\"flagged\"}}', 1510375509, 1, NULL, NULL, NULL), |
| (11, 3, 1, 10, 1, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":11,\"item_text\":\"Do you have patient safety concerns related to this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_fieldnote_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), | | (11, 3, 1, 10, 1, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":11,\"item_text\":\"Do you have patient safety concerns related to this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_fieldnote_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), |
| (12, 3, 1, 10, 2, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":12,\"item_text\":\"Do you have professionalism concerns about this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_fieldnote_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), | | (12, 3, 1, 10, 2, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":12,\"item_text\":\"Do you have professionalism concerns about this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_fieldnote_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), |
| (13, 3, 1, 10, 3, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":13,\"item_text\":\"Are there other reasons to flag this assessment?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_fieldnote_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), | | (13, 3, 1, 10, 3, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":13,\"item_text\":\"Are there other reasons to flag this assessment?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_fieldnote_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), |
| (14, 3, 1, 0, 1, 8, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":14,\"item_text\":\"Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_fieldnote_form_item\",\"mandatory\":1,\"allow_default\":1,\"default_response\":1,\"responses\":{\"1\":\"No\",\"2\":\"Yes\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"flagged_response\":{\"2\":1},\"descriptors\":[],\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), | | (14, 3, 1, 0, 1, 8, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":14,\"item_text\":\"Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_fieldnote_form_item\",\"mandatory\":1,\"allow_default\":1,\"default_response\":1,\"responses\":{\"1\":\"No\",\"2\":\"Yes\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"flagged_response\":{\"2\":1},\"descriptors\":[],\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), |
| (15, 4, 1, 0, 1, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":15,\"item_text\":\"Next Steps\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_procedure_item\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL), | | (15, 4, 1, 0, 1, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":15,\"item_text\":\"Next Steps\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBME_procedure_item\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1510375509, 1, NULL, NULL, NULL), |
| (16, 4, 1, 0, 1, 5, '{\"element_type\":\"rubric\",\"element_definition\":{\"item_group_id\":16,\"item_text\":\"Concerns\",\"rating_scale_id\":null,\"comment_type\":\"flagged\"}}', 1510375509, 1, NULL, NULL, NULL), | | (16, 4, 1, 0, 1, 5, '{\"element_type\":\"rubric\",\"element_definition\":{\"item_group_id\":16,\"item_text\":\"Concerns\",\"rating_scale_id\":null,\"comment_type\":\"flagged\"}}', 1510375509, 1, NULL, NULL, NULL), |
| (17, 4, 1, 16, 1, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":17,\"item_text\":\"Do you have patient safety concerns related to this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_procedure_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), | | (17, 4, 1, 16, 1, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":17,\"item_text\":\"Do you have patient safety concerns related to this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_procedure_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), |
| (18, 4, 1, 16, 2, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":18,\"item_text\":\"Do you have professionalism concerns about this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_procedure_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), | | (18, 4, 1, 16, 2, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":18,\"item_text\":\"Do you have professionalism concerns about this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_procedure_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), |
| (19, 4, 1, 16, 3, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":19,\"item_text\":\"Are there other reasons to flag this assessment?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_procedure_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), | | (19, 4, 1, 16, 3, 0, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":19,\"item_text\":\"Are there other reasons to flag this assessment?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_procedure_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":1},\"descriptors\":{\"1\":34,\"2\":46},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), |
| (20, 4, 1, 0, 1, 6, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":20,\"item_text\":\"Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_procedure_form_item\",\"mandatory\":1,\"allow_default\":1,\"default_response\":1,\"responses\":{\"1\":\"No\",\"2\":\"Yes\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"flagged_response\":{\"2\":1},\"descriptors\":[],\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), | | (20, 4, 1, 0, 1, 6, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":20,\"item_text\":\"Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBME_procedure_form_item\",\"mandatory\":1,\"allow_default\":1,\"default_response\":1,\"responses\":{\"1\":\"No\",\"2\":\"Yes\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"flagged_response\":{\"2\":1},\"descriptors\":[],\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1510375509, 1, NULL, NULL, NULL), |
| (21, 10, 1, 0, 1, 3, '{\"element_type\":\"rubric\",\"element_definition\":{\"item_group_id\":31,\"item_text\":\"Concerns\",\"rating_scale_id\":null,\"comment_type\":\"flagged\"}}', 1685381585, 1, NULL, NULL, NULL), | | (21, 10, 1, 0, 1, 3, '{\"element_type\":\"rubric\",\"element_definition\":{\"item_group_id\":31,\"item_text\":\"Concerns\",\"rating_scale_id\":null,\"comment_type\":\"flagged\"}}', 1685381585, 1, NULL, NULL, NULL), |
| (22, 10, 1, 21, 2, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":32,\"item_text\":\"Do you have professionalism concerns about this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBE_smarttag_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":2},\"descriptors\":{\"1\":46,\"2\":34},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1685381585, 1, NULL, NULL, NULL), | | (22, 10, 1, 21, 2, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":32,\"item_text\":\"Do you have professionalism concerns about this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBE_smarttag_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":2},\"descriptors\":{\"1\":46,\"2\":34},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1685381585, 1, NULL, NULL, NULL), |
| (23, 10, 1, 21, 3, 5, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":33,\"item_text\":\"Do you have patient safety concerns related to this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBE_smarttag_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":2},\"descriptors\":{\"1\":46,\"2\":34},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1685381585, 1, NULL, NULL, NULL), | | (23, 10, 1, 21, 3, 5, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":33,\"item_text\":\"Do you have patient safety concerns related to this resident\'s performance?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBE_smarttag_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":2},\"descriptors\":{\"1\":46,\"2\":34},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1685381585, 1, NULL, NULL, NULL), |
| (24, 10, 1, 21, 4, 6, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":34,\"item_text\":\"Are there other reasons to flag this assessment?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBE_smarttag_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":2},\"descriptors\":{\"1\":46,\"2\":34},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1685381585, 1, NULL, NULL, NULL), | | (24, 10, 1, 21, 4, 6, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":34,\"item_text\":\"Are there other reasons to flag this assessment?\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBE_smarttag_form_item\",\"mandatory\":1,\"responses\":{\"1\":\"\",\"2\":\"\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"allow_default\":1,\"default_response\":1,\"flagged_response\":{\"2\":2},\"descriptors\":{\"1\":46,\"2\":34},\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1685381585, 1, NULL, NULL, NULL), |
| (25, 10, 1, 0, 3, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":36,\"item_text\":\"Narrative Feedback\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBE_smarttag_item\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1685381585, 1, NULL, NULL, NULL), | | (25, 10, 1, 0, 3, 4, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":36,\"item_text\":\"Narrative Feedback\",\"itemtype_shortname\":\"free_text\",\"item_code\":\"CBE_smarttag_item\",\"mandatory\":null,\"responses\":[],\"comment_type\":\"disabled\",\"rating_scale_id\":null,\"flagged_response\":[],\"descriptors\":[],\"objectives\":[],\"item_description\":null}}', 1685381585, 1, NULL, NULL, NULL), |
| (26, 10, 1, 0, 1, 5, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":37,\"item_text\":\"Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBE_smarttag_form_item\",\"mandatory\":1,\"allow_default\":1,\"default_response\":1,\"responses\":{\"1\":\"No\",\"2\":\"Yes\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"flagged_response\":{\"2\":1},\"descriptors\":[],\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1685381585, 1, NULL, NULL, NULL); | | (26, 10, 1, 0, 1, 5, '{\"element_type\":\"item\",\"element_definition\":{\"item_group_id\":37,\"item_text\":\"Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)\",\"itemtype_shortname\":\"horizontal_multiple_choice_single\",\"item_code\":\"CBE_smarttag_form_item\",\"mandatory\":1,\"allow_default\":1,\"default_response\":1,\"responses\":{\"1\":\"No\",\"2\":\"Yes\"},\"comment_type\":\"flagged\",\"rating_scale_id\":null,\"flagged_response\":{\"2\":1},\"descriptors\":[],\"objectives\":[],\"item_description\":null,\"attributes\":{\"mutators\":[\"invisible\"]}}}', 1685381585, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_form_blueprint_objectives` | | -- Table structure for table `cbl_assessments_form_blueprint_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_form_blueprint_objectives` ( | | CREATE TABLE `cbl_assessments_form_blueprint_objectives` ( |
| `afblueprint_objective_id` int(11) UNSIGNED NOT NULL, | | `afblueprint_objective_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) UNSIGNED NOT NULL, | | `organisation_id` int(11) UNSIGNED NOT NULL, |
| `objective_id` int(11) UNSIGNED NOT NULL, | | `objective_id` int(11) UNSIGNED NOT NULL, |
| `associated_objective_id` int(11) UNSIGNED DEFAULT NULL, | | `associated_objective_id` int(11) UNSIGNED DEFAULT NULL, |
| `afblueprint_element_id` int(11) UNSIGNED NOT NULL, | | `afblueprint_element_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(20) UNSIGNED NOT NULL, | | `created_date` bigint(20) UNSIGNED NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `updated_date` bigint(20) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(20) UNSIGNED DEFAULT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(20) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(20) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_form_blueprint_objectives` | | -- Dumping data for table `cbl_assessments_form_blueprint_objectives` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_form_blueprint_objectives` (`afblueprint_objective_id`, `organisation_id`, `objective_id`, `associated_objective_id`, `afblueprint_element_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessments_form_blueprint_objectives` (`afblueprint_objective_id`, `organisation_id`, `objective_id`, `associated_objective_id`, `afblueprint_element_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 2, 2669, NULL, 5, 1685381585, 1, NULL, NULL, NULL), | | (1, 2, 2669, NULL, 5, 1685381585, 1, NULL, NULL, NULL), |
| n | (2, 2, 2687, 1, 5, 1685381585, 1, NULL, NULL, NULL); | n | (2, 2, 2687, 1, 5, 1685381585, 1, NULL, NULL, NULL), |
| | | (3, 1, 2695, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (4, 1, 2705, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (5, 1, 2706, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (6, 1, 2707, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (7, 1, 2708, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (8, 1, 2709, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (9, 1, 2710, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (10, 1, 2711, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (11, 1, 2712, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (12, 1, 2713, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (13, 1, 2714, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (14, 1, 2715, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (15, 1, 2716, 3, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (16, 1, 2698, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (17, 1, 2717, 16, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (18, 1, 2718, 16, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (19, 1, 2719, 16, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (20, 1, 2720, 16, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (21, 1, 2721, 16, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (22, 1, 2722, 16, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (23, 1, 2699, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (24, 1, 2726, 23, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (25, 1, 2727, 23, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (26, 1, 2700, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (27, 1, 2723, 26, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (28, 1, 2724, 26, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (29, 1, 2725, 26, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (30, 1, 2728, 26, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (31, 1, 2701, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (32, 1, 2729, 31, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (33, 1, 2730, 31, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (34, 1, 2731, 31, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (35, 1, 2732, 31, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (36, 1, 2733, 31, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (37, 1, 2734, 31, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (38, 1, 2735, 31, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (39, 1, 2696, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (40, 1, 2736, 39, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (41, 1, 2737, 39, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (42, 1, 2738, 39, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (43, 1, 2739, 39, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (44, 1, 2740, 39, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (45, 1, 2741, 39, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (46, 1, 2742, 39, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (47, 1, 2743, 39, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (48, 1, 2744, 39, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (49, 1, 2697, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (50, 1, 2745, 49, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (51, 1, 2746, 49, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (52, 1, 2747, 49, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (53, 1, 2748, 49, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (54, 1, 2702, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (55, 1, 2749, 54, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (56, 1, 2750, 54, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (57, 1, 2751, 54, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (58, 1, 2752, 54, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (59, 1, 2753, 54, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (60, 1, 2754, 54, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (61, 1, 2755, 54, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (62, 1, 2756, 54, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (63, 1, 2703, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (64, 1, 2757, 63, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (65, 1, 2758, 63, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (66, 1, 2759, 63, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (67, 1, 2760, 63, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (68, 1, 2761, 63, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (69, 1, 2762, 63, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (70, 1, 2763, 63, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (71, 1, 2764, 63, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (72, 1, 2704, NULL, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (73, 1, 2765, 72, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (74, 1, 2766, 72, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (75, 1, 2767, 72, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (76, 1, 2768, 72, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (77, 1, 2769, 72, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (78, 1, 2770, 72, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (79, 1, 2771, 72, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (80, 1, 2772, 72, 10, 1685388875, 1, 1685388921, 1, 1685388921), |
| | | (81, 1, 2695, NULL, 10, 1685388921, 1, 1685389047, 1, 1685389047), |
| | | (82, 1, 2705, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047), |
| | | (83, 1, 2706, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047), |
| | | (84, 1, 2707, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047), |
| | | (85, 1, 2708, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047), |
| | | (86, 1, 2709, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047), |
| | | (87, 1, 2710, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047), |
| | | (88, 1, 2711, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047), |
| | | (89, 1, 2712, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047), |
| | | (90, 1, 2713, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047), |
| | | (91, 1, 2714, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047), |
| | | (92, 1, 2715, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047), |
| | | (93, 1, 2716, 81, 10, 1685388921, 1, 1685389047, 1, 1685389047), |
| | | (94, 1, 2695, NULL, 10, 1685389047, 1, NULL, NULL, NULL), |
| | | (95, 1, 2705, 94, 10, 1685389047, 1, NULL, NULL, NULL), |
| | | (96, 1, 2706, 94, 10, 1685389047, 1, NULL, NULL, NULL), |
| | | (97, 1, 2707, 94, 10, 1685389047, 1, NULL, NULL, NULL), |
| | | (98, 1, 2708, 94, 10, 1685389047, 1, NULL, NULL, NULL), |
| | | (99, 1, 2709, 94, 10, 1685389047, 1, NULL, NULL, NULL), |
| | | (100, 1, 2710, 94, 10, 1685389047, 1, NULL, NULL, NULL), |
| | | (101, 1, 2711, 94, 10, 1685389047, 1, NULL, NULL, NULL), |
| | | (102, 1, 2712, 94, 10, 1685389047, 1, NULL, NULL, NULL), |
| | | (103, 1, 2713, 94, 10, 1685389047, 1, NULL, NULL, NULL), |
| | | (104, 1, 2714, 94, 10, 1685389047, 1, NULL, NULL, NULL), |
| | | (105, 1, 2715, 94, 10, 1685389047, 1, NULL, NULL, NULL), |
| | | (106, 1, 2716, 94, 10, 1685389047, 1, NULL, NULL, NULL), |
| | | (107, 1, 2695, NULL, 11, 1685389075, 1, NULL, NULL, NULL), |
| | | (108, 1, 2431, 107, 11, 1685389075, 1, NULL, NULL, NULL), |
| | | (109, 1, 2773, 108, 11, 1685389075, 1, NULL, NULL, NULL), |
| | | (110, 1, 2774, 108, 11, 1685389075, 1, NULL, NULL, NULL), |
| | | (111, 1, 2775, 108, 11, 1685389075, 1, NULL, NULL, NULL), |
| | | (112, 1, 2776, 108, 11, 1685389075, 1, NULL, NULL, NULL), |
| | | (113, 1, 2698, NULL, 17, 1685470071, 1, NULL, NULL, NULL), |
| | | (114, 1, 2717, 113, 17, 1685470071, 1, NULL, NULL, NULL), |
| | | (115, 1, 2718, 113, 17, 1685470071, 1, NULL, NULL, NULL), |
| | | (116, 1, 2719, 113, 17, 1685470071, 1, NULL, NULL, NULL), |
| | | (117, 1, 2720, 113, 17, 1685470071, 1, NULL, NULL, NULL), |
| | | (118, 1, 2721, 113, 17, 1685470071, 1, NULL, NULL, NULL), |
| | | (119, 1, 2722, 113, 17, 1685470071, 1, NULL, NULL, NULL), |
| | | (120, 1, 2698, NULL, 18, 1685470082, 1, NULL, NULL, NULL), |
| | | (121, 1, 2431, 120, 18, 1685470082, 1, NULL, NULL, NULL), |
| | | (122, 1, 2773, 121, 18, 1685470082, 1, NULL, NULL, NULL), |
| | | (123, 1, 2774, 121, 18, 1685470082, 1, NULL, NULL, NULL), |
| | | (124, 1, 2775, 121, 18, 1685470082, 1, NULL, NULL, NULL), |
| | | (125, 1, 2776, 121, 18, 1685470082, 1, NULL, NULL, NULL), |
| | | (126, 1, 2699, NULL, 24, 1685541713, 1, NULL, NULL, NULL), |
| | | (127, 1, 2726, 126, 24, 1685541713, 1, NULL, NULL, NULL), |
| | | (128, 1, 2727, 126, 24, 1685541713, 1, NULL, NULL, NULL), |
| | | (129, 1, 2699, NULL, 25, 1685541719, 1, NULL, NULL, NULL), |
| | | (130, 1, 2431, 129, 25, 1685541719, 1, NULL, NULL, NULL), |
| | | (131, 1, 2773, 130, 25, 1685541719, 1, NULL, NULL, NULL), |
| | | (132, 1, 2774, 130, 25, 1685541719, 1, NULL, NULL, NULL), |
| | | (133, 1, 2775, 130, 25, 1685541719, 1, NULL, NULL, NULL), |
| | | (134, 1, 2776, 130, 25, 1685541719, 1, NULL, NULL, NULL), |
| | | (135, 1, 2699, NULL, 31, 1685542440, 1, NULL, NULL, NULL), |
| | | (136, 1, 2726, 135, 31, 1685542440, 1, NULL, NULL, NULL), |
| | | (137, 1, 2727, 135, 31, 1685542440, 1, NULL, NULL, NULL), |
| | | (138, 1, 2699, NULL, 32, 1685542446, 1, NULL, NULL, NULL), |
| | | (139, 1, 2431, 138, 32, 1685542446, 1, NULL, NULL, NULL), |
| | | (140, 1, 2773, 139, 32, 1685542446, 1, NULL, NULL, NULL), |
| | | (141, 1, 2774, 139, 32, 1685542446, 1, NULL, NULL, NULL), |
| | | (142, 1, 2775, 139, 32, 1685542446, 1, NULL, NULL, NULL), |
| | | (143, 1, 2776, 139, 32, 1685542446, 1, NULL, NULL, NULL), |
| | | (144, 1, 2700, NULL, 38, 1685542649, 1, NULL, NULL, NULL), |
| | | (145, 1, 2723, 144, 38, 1685542649, 1, NULL, NULL, NULL), |
| | | (146, 1, 2724, 144, 38, 1685542649, 1, NULL, NULL, NULL), |
| | | (147, 1, 2725, 144, 38, 1685542649, 1, NULL, NULL, NULL), |
| | | (148, 1, 2728, 144, 38, 1685542649, 1, NULL, NULL, NULL), |
| | | (149, 1, 2700, NULL, 39, 1685542654, 1, NULL, NULL, NULL), |
| | | (150, 1, 2431, 149, 39, 1685542654, 1, NULL, NULL, NULL), |
| | | (151, 1, 2773, 150, 39, 1685542654, 1, NULL, NULL, NULL), |
| | | (152, 1, 2774, 150, 39, 1685542654, 1, NULL, NULL, NULL), |
| | | (153, 1, 2775, 150, 39, 1685542654, 1, NULL, NULL, NULL), |
| | | (154, 1, 2776, 150, 39, 1685542654, 1, NULL, NULL, NULL), |
| | | (155, 1, 2701, NULL, 45, 1685544435, 1, NULL, NULL, NULL), |
| | | (156, 1, 2729, 155, 45, 1685544435, 1, NULL, NULL, NULL), |
| | | (157, 1, 2730, 155, 45, 1685544435, 1, NULL, NULL, NULL), |
| | | (158, 1, 2731, 155, 45, 1685544435, 1, NULL, NULL, NULL), |
| | | (159, 1, 2732, 155, 45, 1685544435, 1, NULL, NULL, NULL), |
| | | (160, 1, 2733, 155, 45, 1685544435, 1, NULL, NULL, NULL), |
| | | (161, 1, 2734, 155, 45, 1685544435, 1, NULL, NULL, NULL), |
| | | (162, 1, 2735, 155, 45, 1685544435, 1, NULL, NULL, NULL), |
| | | (163, 1, 2701, NULL, 46, 1685544441, 1, NULL, NULL, NULL), |
| | | (164, 1, 2431, 163, 46, 1685544441, 1, NULL, NULL, NULL), |
| | | (165, 1, 2773, 164, 46, 1685544441, 1, NULL, NULL, NULL), |
| | | (166, 1, 2774, 164, 46, 1685544441, 1, NULL, NULL, NULL), |
| | | (167, 1, 2775, 164, 46, 1685544441, 1, NULL, NULL, NULL), |
| | | (168, 1, 2776, 164, 46, 1685544441, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_form_blueprint_rating_scales` | | -- Table structure for table `cbl_assessments_form_blueprint_rating_scales` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_form_blueprint_rating_scales` ( | | CREATE TABLE `cbl_assessments_form_blueprint_rating_scales` ( |
| `afblueprint_rating_scale_id` int(11) UNSIGNED NOT NULL, | | `afblueprint_rating_scale_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) UNSIGNED NOT NULL, | | `organisation_id` int(11) UNSIGNED NOT NULL, |
| `rating_scale_id` int(11) UNSIGNED NOT NULL, | | `rating_scale_id` int(11) UNSIGNED NOT NULL, |
| `afblueprint_element_id` int(11) UNSIGNED NOT NULL, | | `afblueprint_element_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(20) UNSIGNED NOT NULL, | | `created_date` bigint(20) UNSIGNED NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `updated_date` bigint(20) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(20) UNSIGNED DEFAULT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(20) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(20) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_form_blueprint_rating_scales` | | -- Dumping data for table `cbl_assessments_form_blueprint_rating_scales` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_form_blueprint_rating_scales` (`afblueprint_rating_scale_id`, `organisation_id`, `rating_scale_id`, `afblueprint_element_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessments_form_blueprint_rating_scales` (`afblueprint_rating_scale_id`, `organisation_id`, `rating_scale_id`, `afblueprint_element_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| n | (1, 2, 19, 6, 1685381585, 1, NULL, NULL, NULL); | n | (1, 2, 19, 6, 1685381585, 1, NULL, NULL, NULL), |
| | | (2, 1, 9, 12, 1685389091, 1, NULL, NULL, NULL), |
| | | (3, 1, 12, 13, 1685389121, 1, NULL, NULL, NULL), |
| | | (4, 1, 9, 19, 1685470094, 1, NULL, NULL, NULL), |
| | | (5, 1, 11, 20, 1685470101, 1, NULL, NULL, NULL), |
| | | (6, 1, 5, 26, 1685541730, 1, NULL, NULL, NULL), |
| | | (7, 1, 11, 27, 1685541740, 1, NULL, NULL, NULL), |
| | | (8, 1, 9, 33, 1685542465, 1, NULL, NULL, NULL), |
| | | (9, 1, 12, 34, 1685542589, 1, NULL, NULL, NULL), |
| | | (10, 1, 2, 40, 1685542665, 1, NULL, NULL, NULL), |
| | | (11, 1, 12, 41, 1685542672, 1, NULL, NULL, NULL), |
| | | (12, 1, 1, 47, 1685544460, 1, NULL, NULL, NULL), |
| | | (13, 1, 12, 48, 1685544468, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_form_statistics` | | -- Table structure for table `cbl_assessments_form_statistics` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_form_statistics` ( | | CREATE TABLE `cbl_assessments_form_statistics` ( |
| `afstatistic_id` int(12) UNSIGNED NOT NULL, | | `afstatistic_id` int(12) UNSIGNED NOT NULL, |
| `course_id` int(11) UNSIGNED DEFAULT NULL, | | `course_id` int(11) UNSIGNED DEFAULT NULL, |
| `form_id` int(11) UNSIGNED NOT NULL, | | `form_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) UNSIGNED NOT NULL, | | `proxy_id` int(11) UNSIGNED NOT NULL, |
| `count` int(11) UNSIGNED NOT NULL | | `count` int(11) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_form_type_component_settings` | | -- Table structure for table `cbl_assessments_form_type_component_settings` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_form_type_component_settings` ( | | CREATE TABLE `cbl_assessments_form_type_component_settings` ( |
| `aftc_setting_id` int(12) UNSIGNED NOT NULL, | | `aftc_setting_id` int(12) UNSIGNED NOT NULL, |
| `form_type_id` int(11) UNSIGNED NOT NULL, | | `form_type_id` int(11) UNSIGNED NOT NULL, |
| `component_order` int(11) UNSIGNED NOT NULL, | | `component_order` int(11) UNSIGNED NOT NULL, |
| `settings` text NOT NULL, | | `settings` text NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_form_type_component_settings` | | -- Dumping data for table `cbl_assessments_form_type_component_settings` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_form_type_component_settings` (`aftc_setting_id`, `form_type_id`, `component_order`, `settings`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessments_form_type_component_settings` (`aftc_setting_id`, `form_type_id`, `component_order`, `settings`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (3, 2, 0, '{\"max_milestones\":0,\"allow_milestones_selection\":1}', 1510375509, 1, NULL, NULL, NULL), | | (3, 2, 0, '{\"max_milestones\":0,\"allow_milestones_selection\":1}', 1510375509, 1, NULL, NULL, NULL), |
| (4, 2, 1, '{\"min_variables\":1,\"max_variables\":6,\"required_types\":[]}', 1510375509, 1, NULL, NULL, NULL), | | (4, 2, 1, '{\"min_variables\":1,\"max_variables\":6,\"required_types\":[]}', 1510375509, 1, NULL, NULL, NULL), |
| (5, 2, 3, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false}', 1510375509, 1, NULL, NULL, 1533328316), | | (5, 2, 3, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false}', 1510375509, 1, NULL, NULL, 1533328316), |
| (6, 3, 0, '{\"max_milestones\":8,\"allow_milestones_selection\":0}', 1510375509, 1, NULL, NULL, NULL), | | (6, 3, 0, '{\"max_milestones\":8,\"allow_milestones_selection\":0}', 1510375509, 1, NULL, NULL, NULL), |
| (7, 3, 1, '{\"min_variables\":1,\"max_variables\":6,\"required_types\":[]}', 1510375509, 1, NULL, NULL, NULL), | | (7, 3, 1, '{\"min_variables\":1,\"max_variables\":6,\"required_types\":[]}', 1510375509, 1, NULL, NULL, NULL), |
| (8, 3, 2, '{\"element_text\":\"<h3>Feedback to Resident:</h3>\"}', 1510375509, 1, NULL, NULL, NULL), | | (8, 3, 2, '{\"element_text\":\"<h3>Feedback to Resident:</h3>\"}', 1510375509, 1, NULL, NULL, NULL), |
| (9, 3, 5, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false}', 1510375509, 1, NULL, NULL, 1533328316), | | (9, 3, 5, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false}', 1510375509, 1, NULL, NULL, 1533328316), |
| (10, 4, 0, '{\"max_milestones\":0,\"allow_milestones_selection\":0}', 1510375509, 1, NULL, NULL, NULL), | | (10, 4, 0, '{\"max_milestones\":0,\"allow_milestones_selection\":0}', 1510375509, 1, NULL, NULL, NULL), |
| (11, 4, 1, '{\"min_variables\":2,\"max_variables\":6,\"required_types\":[\"procedure\"]}', 1510375509, 1, NULL, NULL, NULL), | | (11, 4, 1, '{\"min_variables\":2,\"max_variables\":6,\"required_types\":[\"procedure\"]}', 1510375509, 1, NULL, NULL, NULL), |
| (12, 4, 3, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false}', 1510375509, 1, NULL, NULL, 1533328316), | | (12, 4, 3, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false}', 1510375509, 1, NULL, NULL, 1533328316), |
| (13, 5, 1, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false,\"mode\":\"form\"}', 1511726333, 1, NULL, NULL, 1533328316), | | (13, 5, 1, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false,\"mode\":\"form\"}', 1511726333, 1, NULL, NULL, 1533328316), |
| (14, 6, 1, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false,\"mode\":\"form\"}', 1511726333, 1, NULL, NULL, 1533328316), | | (14, 6, 1, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false,\"mode\":\"form\"}', 1511726333, 1, NULL, NULL, 1533328316), |
| (15, 2, 3, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"scale_question_texts\":{\"default\":\"Item text will populate once you have selected a scale.\",\"11\":\"Based on this observation of resident performance overall:\",\"12\":\"What level of supervision did the resident require?\",\"15\":\"Global Rating - The observed performance:\"},\"limit_scale_ids\":[\"11\",\"12\",\"15\"],\"allow_default_response\":false}', 1533328316, 1, NULL, NULL, NULL), | | (15, 2, 3, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"scale_question_texts\":{\"default\":\"Item text will populate once you have selected a scale.\",\"11\":\"Based on this observation of resident performance overall:\",\"12\":\"What level of supervision did the resident require?\",\"15\":\"Global Rating - The observed performance:\"},\"limit_scale_ids\":[\"11\",\"12\",\"15\"],\"allow_default_response\":false}', 1533328316, 1, NULL, NULL, NULL), |
| (16, 3, 5, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"scale_question_texts\":{\"default\":\"Item text will populate once you have selected a scale.\",\"11\":\"Based on this observation of resident performance overall:\",\"12\":\"What level of supervision did the resident require?\",\"15\":\"Global Rating - The observed performance:\"},\"limit_scale_ids\":[\"11\",\"12\",\"15\"],\"allow_default_response\":false}', 1533328316, 1, NULL, NULL, NULL), | | (16, 3, 5, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"scale_question_texts\":{\"default\":\"Item text will populate once you have selected a scale.\",\"11\":\"Based on this observation of resident performance overall:\",\"12\":\"What level of supervision did the resident require?\",\"15\":\"Global Rating - The observed performance:\"},\"limit_scale_ids\":[\"11\",\"12\",\"15\"],\"allow_default_response\":false}', 1533328316, 1, NULL, NULL, NULL), |
| (17, 4, 3, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"scale_question_texts\":{\"default\":\"Item text will populate once you have selected a scale.\",\"11\":\"Based on this observation of resident performance overall:\",\"12\":\"What level of supervision did the resident require?\",\"15\":\"Global Rating - The observed performance:\"},\"limit_scale_ids\":[\"11\",\"12\",\"15\"],\"allow_default_response\":false}', 1533328316, 1, NULL, NULL, NULL), | | (17, 4, 3, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"scale_question_texts\":{\"default\":\"Item text will populate once you have selected a scale.\",\"11\":\"Based on this observation of resident performance overall:\",\"12\":\"What level of supervision did the resident require?\",\"15\":\"Global Rating - The observed performance:\"},\"limit_scale_ids\":[\"11\",\"12\",\"15\"],\"allow_default_response\":false}', 1533328316, 1, NULL, NULL, NULL), |
| (18, 5, 1, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"scale_question_texts\":{\"default\":\"Item text will populate once you have selected a scale.\",\"11\":\"Based on this observation of resident performance overall:\",\"12\":\"What level of supervision did the resident require?\",\"15\":\"Global Rating - The observed performance:\"},\"limit_scale_ids\":[\"11\",\"12\",\"15\"],\"allow_default_response\":false,\"mode\":\"form\"}', 1533328316, 1, NULL, NULL, NULL), | | (18, 5, 1, '{\"component_header\":\"Select the scale to use for the Entrustment Question\",\"scale_question_texts\":{\"default\":\"Item text will populate once you have selected a scale.\",\"11\":\"Based on this observation of resident performance overall:\",\"12\":\"What level of supervision did the resident require?\",\"15\":\"Global Rating - The observed performance:\"},\"limit_scale_ids\":[\"11\",\"12\",\"15\"],\"allow_default_response\":false,\"mode\":\"form\"}', 1533328316, 1, NULL, NULL, NULL), |
| (19, 6, 1, '{\\\"component_header\\\":\\\"Select the scale to use for the Entrustment Question\\\",\\\"scale_question_texts\\\":{\\\"default\\\":\\\"Item text will populate once you have selected a scale.\\\",\\\"11\\\":\\\"Based on this observation of resident performance overall:\\\",\\\"12\\\":\\\"What level of supervision did the resident require?\\\",\\\"15\\\":\\\"Global Rating - The observed performance:\\\"},\\\"allow_default_response\\\":false,\\\"mode\\\":\\\"form\\\"}', 1685381585, 1, NULL, NULL, NULL), | | (19, 6, 1, '{\\\"component_header\\\":\\\"Select the scale to use for the Entrustment Question\\\",\\\"scale_question_texts\\\":{\\\"default\\\":\\\"Item text will populate once you have selected a scale.\\\",\\\"11\\\":\\\"Based on this observation of resident performance overall:\\\",\\\"12\\\":\\\"What level of supervision did the resident require?\\\",\\\"15\\\":\\\"Global Rating - The observed performance:\\\"},\\\"allow_default_response\\\":false,\\\"mode\\\":\\\"form\\\"}', 1685381585, 1, NULL, NULL, NULL), |
| (20, 10, 0, '{\\\"max_milestones\\\":0,\\\"allow_milestones_selection\\\":1}', 1685381585, 1, NULL, NULL, NULL), | | (20, 10, 0, '{\\\"max_milestones\\\":0,\\\"allow_milestones_selection\\\":1}', 1685381585, 1, NULL, NULL, NULL), |
| (21, 10, 1, '{\\\"min_variables\\\":1,\\\"max_variables\\\":6,\\\"required_types\\\":[],\\\"mode\\\":\\\"standalone\\\"}', 1685381585, 1, NULL, NULL, NULL), | | (21, 10, 1, '{\\\"min_variables\\\":1,\\\"max_variables\\\":6,\\\"required_types\\\":[],\\\"mode\\\":\\\"standalone\\\"}', 1685381585, 1, NULL, NULL, NULL), |
| (22, 10, 2, '{\"limit_scale_ids\":[19],\"scale_question_texts\":{\"19\": \"DFM Field Note Entrustment Scale\"},\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false}', 1685381585, 1, NULL, NULL, NULL), | | (22, 10, 2, '{\"limit_scale_ids\":[19],\"scale_question_texts\":{\"19\": \"DFM Field Note Entrustment Scale\"},\"component_header\":\"Select the scale to use for the Entrustment Question\",\"allow_default_response\":false}', 1685381585, 1, NULL, NULL, NULL), |
| (23, 10, 3, '{\\\"element_text\\\":\\\"<h3>Feedback to Resident:</h3>\\\"}', 1685381585, 1, NULL, NULL, NULL); | | (23, 10, 3, '{\\\"element_text\\\":\\\"<h3>Feedback to Resident:</h3>\\\"}', 1685381585, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_form_type_organisation` | | -- Table structure for table `cbl_assessments_form_type_organisation` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_form_type_organisation` ( | | CREATE TABLE `cbl_assessments_form_type_organisation` ( |
| `aftype_organisation_id` int(12) UNSIGNED NOT NULL, | | `aftype_organisation_id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(12) UNSIGNED NOT NULL, | | `organisation_id` int(12) UNSIGNED NOT NULL, |
| `form_type_id` int(11) UNSIGNED NOT NULL, | | `form_type_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_form_type_organisation` | | -- Dumping data for table `cbl_assessments_form_type_organisation` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_form_type_organisation` (`aftype_organisation_id`, `organisation_id`, `form_type_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessments_form_type_organisation` (`aftype_organisation_id`, `organisation_id`, `form_type_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 1, 1510375500, 1, NULL, NULL, NULL), | | (1, 1, 1, 1510375500, 1, NULL, NULL, NULL), |
| (2, 1, 2, 1510375500, 1, NULL, NULL, NULL), | | (2, 1, 2, 1510375500, 1, NULL, NULL, NULL), |
| (3, 1, 3, 1510375500, 1, NULL, NULL, NULL), | | (3, 1, 3, 1510375500, 1, NULL, NULL, NULL), |
| (4, 1, 4, 1510375500, 1, NULL, NULL, NULL), | | (4, 1, 4, 1510375500, 1, NULL, NULL, NULL), |
| (5, 1, 5, 1510375500, 1, NULL, NULL, NULL), | | (5, 1, 5, 1510375500, 1, NULL, NULL, NULL), |
| (6, 1, 6, 1510375500, 1, NULL, NULL, NULL), | | (6, 1, 6, 1510375500, 1, NULL, NULL, NULL), |
| (7, 1, 10, 1685381585, 1, NULL, NULL, NULL), | | (7, 1, 10, 1685381585, 1, NULL, NULL, NULL), |
| (8, 2, 2, 1685381585, 1, 1685381585, 1, NULL), | | (8, 2, 2, 1685381585, 1, 1685381585, 1, NULL), |
| (9, 2, 3, 1685381585, 1, 1685381585, 1, NULL), | | (9, 2, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (10, 2, 4, 1685381585, 1, 1685381585, 1, NULL), | | (10, 2, 4, 1685381585, 1, 1685381585, 1, NULL), |
| (11, 2, 5, 1685381585, 1, 1685381585, 1, NULL), | | (11, 2, 5, 1685381585, 1, 1685381585, 1, NULL), |
| (12, 2, 6, 1685381585, 1, 1685381585, 1, NULL), | | (12, 2, 6, 1685381585, 1, 1685381585, 1, NULL), |
| (13, 2, 10, 1685381585, 1, 1685381585, 1, NULL); | | (13, 2, 10, 1685381585, 1, 1685381585, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_data_sources` | | -- Table structure for table `cbl_assessments_lu_data_sources` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_data_sources` ( | | CREATE TABLE `cbl_assessments_lu_data_sources` ( |
| `dsource_id` int(11) UNSIGNED NOT NULL, | | `dsource_id` int(11) UNSIGNED NOT NULL, |
| `dstype_id` int(10) UNSIGNED NOT NULL, | | `dstype_id` int(10) UNSIGNED NOT NULL, |
| `source_value` varchar(255) NOT NULL DEFAULT '', | | `source_value` varchar(255) NOT NULL DEFAULT '', |
| `source_details` text | | `source_details` text |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_data_source_types` | | -- Table structure for table `cbl_assessments_lu_data_source_types` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_data_source_types` ( | | CREATE TABLE `cbl_assessments_lu_data_source_types` ( |
| `dstype_id` int(11) UNSIGNED NOT NULL, | | `dstype_id` int(11) UNSIGNED NOT NULL, |
| `shortname` varchar(32) NOT NULL DEFAULT '', | | `shortname` varchar(32) NOT NULL DEFAULT '', |
| `name` varchar(128) NOT NULL DEFAULT '', | | `name` varchar(128) NOT NULL DEFAULT '', |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_flags` | | -- Table structure for table `cbl_assessments_lu_flags` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_flags` ( | | CREATE TABLE `cbl_assessments_lu_flags` ( |
| `flag_id` int(11) UNSIGNED NOT NULL, | | `flag_id` int(11) UNSIGNED NOT NULL, |
| `flag_value` int(11) UNSIGNED NOT NULL, | | `flag_value` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) UNSIGNED DEFAULT NULL, | | `organisation_id` int(11) UNSIGNED DEFAULT NULL, |
| `ordering` int(11) UNSIGNED NOT NULL, | | `ordering` int(11) UNSIGNED NOT NULL, |
| `title` char(255) NOT NULL, | | `title` char(255) NOT NULL, |
| `description` text, | | `description` text, |
| `color` char(10) NOT NULL, | | `color` char(10) NOT NULL, |
| `visibility` enum('Default','Admin','Public') NOT NULL, | | `visibility` enum('Default','Admin','Public') NOT NULL, |
| `created_date` int(64) NOT NULL, | | `created_date` int(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(64) DEFAULT NULL, | | `updated_date` int(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(64) DEFAULT NULL | | `deleted_date` int(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_lu_flags` | | -- Dumping data for table `cbl_assessments_lu_flags` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_lu_flags` (`flag_id`, `flag_value`, `organisation_id`, `ordering`, `title`, `description`, `color`, `visibility`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessments_lu_flags` (`flag_id`, `flag_value`, `organisation_id`, `ordering`, `title`, `description`, `color`, `visibility`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, NULL, 1, 'Flagged', 'The default flag value.', '#FF0000', 'Default', 1510375505, 1, NULL, NULL, NULL); | | (1, 1, NULL, 1, 'Flagged', 'The default flag value.', '#FF0000', 'Default', 1510375505, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_forms` | | -- Table structure for table `cbl_assessments_lu_forms` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_forms` ( | | CREATE TABLE `cbl_assessments_lu_forms` ( |
| `form_id` int(11) UNSIGNED NOT NULL, | | `form_id` int(11) UNSIGNED NOT NULL, |
| `form_type_id` int(11) UNSIGNED NOT NULL, | | `form_type_id` int(11) UNSIGNED NOT NULL, |
| `one45_form_id` int(11) DEFAULT NULL, | | `one45_form_id` int(11) DEFAULT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `tree_version_id` int(12) DEFAULT NULL, | | `tree_version_id` int(12) DEFAULT NULL, |
| `curriculum_track_id` int(12) DEFAULT NULL, | | `curriculum_track_id` int(12) DEFAULT NULL, |
| `form_workflow_id` int(12) DEFAULT NULL, | | `form_workflow_id` int(12) DEFAULT NULL, |
| `title` varchar(1024) NOT NULL DEFAULT '', | | `title` varchar(1024) NOT NULL DEFAULT '', |
| `description` text, | | `description` text, |
| `originating_id` int(11) DEFAULT NULL, | | `originating_id` int(11) DEFAULT NULL, |
| `origin_type` enum('blueprint','form') DEFAULT NULL, | | `origin_type` enum('blueprint','form') DEFAULT NULL, |
| `attributes` text, | | `attributes` text, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `retired` bit(1) NOT NULL DEFAULT b'0', | | `retired` bit(1) NOT NULL DEFAULT b'0', |
| `permanently_embargoed` tinyint(1) UNSIGNED DEFAULT '0' | | `permanently_embargoed` tinyint(1) UNSIGNED DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_lu_forms` | | -- Dumping data for table `cbl_assessments_lu_forms` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_lu_forms` (`form_id`, `form_type_id`, `one45_form_id`, `organisation_id`, `tree_version_id`, `curriculum_track_id`, `form_workflow_id`, `title`, `description`, `originating_id`, `origin_type`, `attributes`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `retired`, `permanently_embargoed`) VALUES | | INSERT INTO `cbl_assessments_lu_forms` (`form_id`, `form_type_id`, `one45_form_id`, `organisation_id`, `tree_version_id`, `curriculum_track_id`, `form_workflow_id`, `title`, `description`, `originating_id`, `origin_type`, `attributes`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `retired`, `permanently_embargoed`) VALUES |
| (1, 1, NULL, 1, NULL, NULL, 5, 'Test Form 1', NULL, NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL, b'0', NULL), | | (1, 1, NULL, 1, NULL, NULL, 5, 'Test Form 1', NULL, NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL, b'0', NULL), |
| (2, 1, NULL, 1, NULL, NULL, 5, 'Test Form 2', NULL, NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL, b'0', NULL), | | (2, 1, NULL, 1, NULL, NULL, 5, 'Test Form 2', NULL, NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL, b'0', NULL), |
| (3, 6, NULL, 1, 1, NULL, 2, 'CBME Form', NULL, NULL, NULL, '{\"course_id\":3,\"contextual_vars\":[],\"entrustment_rating\":[],\"feedback\":\"true\",\"concerns\":\"true\",\"contextual_type\":null}', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL), | | (3, 6, NULL, 1, 1, NULL, 2, 'CBME Form', NULL, NULL, NULL, '{\"course_id\":3,\"contextual_vars\":[],\"entrustment_rating\":[],\"feedback\":\"true\",\"concerns\":\"true\",\"contextual_type\":null}', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL), |
| (4, 1, NULL, 1, NULL, NULL, 5, 'Generic Tool Form', NULL, NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL, b'0', NULL), | | (4, 1, NULL, 1, NULL, NULL, 5, 'Generic Tool Form', NULL, NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL, b'0', NULL), |
| (5, 6, NULL, 1, 1, NULL, 2, 'CBME Tool Form', NULL, NULL, NULL, '{\"course_id\":3,\"contextual_vars\":[],\"entrustment_rating\":[],\"feedback\":\"true\",\"concerns\":\"true\",\"contextual_type\":null}', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL), | | (5, 6, NULL, 1, 1, NULL, 2, 'CBME Tool Form', NULL, NULL, NULL, '{\"course_id\":3,\"contextual_vars\":[],\"entrustment_rating\":[],\"feedback\":\"true\",\"concerns\":\"true\",\"contextual_type\":null}', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL), |
| (6, 10, NULL, 1, 1, NULL, 2, 'CBME Blueprint Form', NULL, NULL, NULL, '{\"course_id\":3,\"contextual_vars\":[],\"entrustment_rating\":[],\"feedback\":\"true\",\"concerns\":\"true\",\"contextual_type\":null}', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL), | | (6, 10, NULL, 1, 1, NULL, 2, 'CBME Blueprint Form', NULL, NULL, NULL, '{\"course_id\":3,\"contextual_vars\":[],\"entrustment_rating\":[],\"feedback\":\"true\",\"concerns\":\"true\",\"contextual_type\":null}', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL), |
| (7, 6, NULL, 2, 2, NULL, 2, 'Other Assessments Form', NULL, NULL, NULL, '{\"course_id\":13,\"contextual_vars\":[],\"entrustment_rating\":[],\"feedback\":\"true\",\"concerns\":\"true\",\"contextual_type\":null}', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL), | | (7, 6, NULL, 2, 2, NULL, 2, 'Other Assessments Form', NULL, NULL, NULL, '{\"course_id\":13,\"contextual_vars\":[],\"entrustment_rating\":[],\"feedback\":\"true\",\"concerns\":\"true\",\"contextual_type\":null}', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL), |
| n | (8, 10, NULL, 2, 2, NULL, 6, 'SmartTag Form', NULL, 1, 'blueprint', '[{\"objective_set_id\":24,\"readonly\":true,\"visible\":false},{\"objective_set_id\":23,\"readonly\":true,\"visible\":false},{\"objective_set_id\":27,\"readonly\":true,\"visible\":false},{\"objective_set_id\":22,\"readonly\":true,\"visible\":true},{\"objective_set_id\":26,\"readonly\":true,\"visible\":false},{\"objective_set_id\":25,\"readonly\":true,\"visible\":false}]', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL); | n | (8, 10, NULL, 2, 2, NULL, 6, 'SmartTag Form', NULL, 1, 'blueprint', '[{\"objective_set_id\":24,\"readonly\":true,\"visible\":false},{\"objective_set_id\":23,\"readonly\":true,\"visible\":false},{\"objective_set_id\":27,\"readonly\":true,\"visible\":false},{\"objective_set_id\":22,\"readonly\":true,\"visible\":true},{\"objective_set_id\":26,\"readonly\":true,\"visible\":false},{\"objective_set_id\":25,\"readonly\":true,\"visible\":false}]', 1685381585, 1, 1685381585, 1, NULL, b'0', NULL), |
| | | (9, 2, NULL, 1, 3, NULL, 1, 'Deepdive EPA1', NULL, 2, 'blueprint', NULL, 1685389171, 1, 1685389171, 1, NULL, b'0', NULL), |
| | | (10, 2, NULL, 1, 3, NULL, 1, 'EPA2_Deepdive', NULL, 3, 'blueprint', NULL, 1685470155, 1, 1685470155, 1, NULL, b'0', NULL), |
| | | (11, 2, NULL, 1, 3, NULL, 1, 'EPA3_Deepdive', NULL, 5, 'blueprint', NULL, 1685543107, 1, 1685543107, 1, NULL, b'0', NULL), |
| | | (12, 2, NULL, 1, 3, NULL, 1, 'EPA3B_Deepdive', NULL, 6, 'blueprint', NULL, 1685543107, 1, 1685543107, 1, NULL, b'0', NULL), |
| | | (13, 2, NULL, 1, 3, NULL, 1, 'EPA4_Deepdive', NULL, 7, 'blueprint', NULL, 1685544478, 1, 1685544478, 1, NULL, b'0', NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_form_blueprints` | | -- Table structure for table `cbl_assessments_lu_form_blueprints` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_form_blueprints` ( | | CREATE TABLE `cbl_assessments_lu_form_blueprints` ( |
| `form_blueprint_id` int(11) UNSIGNED NOT NULL, | | `form_blueprint_id` int(11) UNSIGNED NOT NULL, |
| `form_type_id` int(11) NOT NULL, | | `form_type_id` int(11) NOT NULL, |
| `course_id` int(11) UNSIGNED DEFAULT NULL, | | `course_id` int(11) UNSIGNED DEFAULT NULL, |
| `tree_version_id` int(12) NOT NULL, | | `tree_version_id` int(12) NOT NULL, |
| `organisation_id` int(11) UNSIGNED DEFAULT NULL, | | `organisation_id` int(11) UNSIGNED DEFAULT NULL, |
| `title` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, | | `title` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `description` text COLLATE utf8_unicode_ci, | | `description` text COLLATE utf8_unicode_ci, |
| `include_instructions` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', | | `include_instructions` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', |
| `instructions` text COLLATE utf8_unicode_ci, | | `instructions` text COLLATE utf8_unicode_ci, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `published` tinyint(4) UNSIGNED NOT NULL DEFAULT '0', | | `published` tinyint(4) UNSIGNED NOT NULL DEFAULT '0', |
| `active` tinyint(4) UNSIGNED NOT NULL DEFAULT '0', | | `active` tinyint(4) UNSIGNED NOT NULL DEFAULT '0', |
| `complete` tinyint(4) UNSIGNED DEFAULT '0', | | `complete` tinyint(4) UNSIGNED DEFAULT '0', |
| `attributes` text COLLATE utf8_unicode_ci, | | `attributes` text COLLATE utf8_unicode_ci, |
| `form_workflow_id` int(11) DEFAULT NULL, | | `form_workflow_id` int(11) DEFAULT NULL, |
| `framework_id` int(11) DEFAULT NULL | | `framework_id` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_lu_form_blueprints` | | -- Dumping data for table `cbl_assessments_lu_form_blueprints` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_lu_form_blueprints` (`form_blueprint_id`, `form_type_id`, `course_id`, `tree_version_id`, `organisation_id`, `title`, `description`, `include_instructions`, `instructions`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `published`, `active`, `complete`, `attributes`, `form_workflow_id`, `framework_id`) VALUES | | INSERT INTO `cbl_assessments_lu_form_blueprints` (`form_blueprint_id`, `form_type_id`, `course_id`, `tree_version_id`, `organisation_id`, `title`, `description`, `include_instructions`, `instructions`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `published`, `active`, `complete`, `attributes`, `form_workflow_id`, `framework_id`) VALUES |
| n | (1, 10, 13, 2, 2, 'SmartTag Form', NULL, 0, NULL, 1685381585, 1, 1685381585, 1, NULL, 1, 0, 1, NULL, 0, 2); | n | (1, 10, 13, 2, 2, 'SmartTag Form', NULL, 0, NULL, 1685381585, 1, 1685381585, 1, NULL, 1, 0, 1, NULL, 0, 2), |
| | | (2, 2, 16, 3, 1, 'Deepdive EPA1', NULL, 0, NULL, 1685388693, 1, 1685389075, 1, NULL, 1, 0, 1, NULL, 0, NULL), |
| | | (3, 2, 16, 3, 1, 'EPA2_Deepdive', NULL, 0, NULL, 1685470042, 1, 1685470082, 1, NULL, 1, 0, 1, NULL, 0, NULL), |
| | | (4, 2, 16, 3, 1, 'EPA3_Deepdive', NULL, 0, NULL, 1685541679, 1, 1685542418, 1, 1685542418, 1, 0, NULL, NULL, 0, NULL), |
| | | (5, 2, 16, 3, 1, 'EPA3_Deepdive', NULL, 0, NULL, 1685542427, 1, 1685542446, 1, NULL, 1, 0, 1, NULL, 0, NULL), |
| | | (6, 2, 16, 3, 1, 'EPA3B_Deepdive', NULL, 0, NULL, 1685542633, 1, 1685542654, 1, NULL, 1, 0, 1, NULL, 0, NULL), |
| | | (7, 2, 16, 3, 1, 'EPA4_Deepdive', NULL, 0, NULL, 1685544416, 1, 1685544441, 1, NULL, 1, 0, 1, NULL, 0, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_form_blueprint_components` | | -- Table structure for table `cbl_assessments_lu_form_blueprint_components` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_form_blueprint_components` ( | | CREATE TABLE `cbl_assessments_lu_form_blueprint_components` ( |
| `blueprint_component_id` int(11) UNSIGNED NOT NULL, | | `blueprint_component_id` int(11) UNSIGNED NOT NULL, |
| `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `description` text COLLATE utf8_unicode_ci NOT NULL, | | `description` text COLLATE utf8_unicode_ci NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_lu_form_blueprint_components` | | -- Dumping data for table `cbl_assessments_lu_form_blueprint_components` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_lu_form_blueprint_components` (`blueprint_component_id`, `shortname`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessments_lu_form_blueprint_components` (`blueprint_component_id`, `shortname`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'epa_selector', 'EPA Selector', 1510375500, 1, NULL, NULL, NULL), | | (1, 'epa_selector', 'EPA Selector', 1510375500, 1, NULL, NULL, NULL), |
| (2, 'contextual_variable_list', 'Contextual Variables', 1510375500, 1, NULL, NULL, NULL), | | (2, 'contextual_variable_list', 'Contextual Variables', 1510375500, 1, NULL, NULL, NULL), |
| (3, 'entrustment_scale', 'Entrustment Scale', 1510375500, 1, NULL, NULL, NULL), | | (3, 'entrustment_scale', 'Entrustment Scale', 1510375500, 1, NULL, NULL, NULL), |
| (4, 'ms_ec_scale', 'MS/EC Scale Selector', 1510375500, 1, NULL, NULL, NULL), | | (4, 'ms_ec_scale', 'MS/EC Scale Selector', 1510375500, 1, NULL, NULL, NULL), |
| (5, 'standard_item', 'Standard Form Item', 1510375509, 1, NULL, NULL, NULL), | | (5, 'standard_item', 'Standard Form Item', 1510375509, 1, NULL, NULL, NULL), |
| (6, 'free_text_element', 'Free Text Element', 1510375509, 1, NULL, NULL, NULL), | | (6, 'free_text_element', 'Free Text Element', 1510375509, 1, NULL, NULL, NULL), |
| (7, 'role_selector', 'Role Selector', 1510375509, 1, NULL, NULL, NULL), | | (7, 'role_selector', 'Role Selector', 1510375509, 1, NULL, NULL, NULL), |
| (8, 'associated_curriculum_tags', 'Associated Curriculum Tags', 1685381581, 1, NULL, NULL, NULL); | | (8, 'associated_curriculum_tags', 'Associated Curriculum Tags', 1685381581, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_form_relationships` | | -- Table structure for table `cbl_assessments_lu_form_relationships` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_form_relationships` ( | | CREATE TABLE `cbl_assessments_lu_form_relationships` ( |
| `frelationship_id` int(11) UNSIGNED NOT NULL, | | `frelationship_id` int(11) UNSIGNED NOT NULL, |
| `form_id` int(11) UNSIGNED NOT NULL, | | `form_id` int(11) UNSIGNED NOT NULL, |
| `first_parent_id` int(11) UNSIGNED NOT NULL, | | `first_parent_id` int(11) UNSIGNED NOT NULL, |
| `immediate_parent_id` int(11) UNSIGNED NOT NULL | | `immediate_parent_id` int(11) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_form_types` | | -- Table structure for table `cbl_assessments_lu_form_types` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_form_types` ( | | CREATE TABLE `cbl_assessments_lu_form_types` ( |
| `form_type_id` int(11) UNSIGNED NOT NULL, | | `form_type_id` int(11) UNSIGNED NOT NULL, |
| `category` enum('form','blueprint','cbme_form','publishable_form') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'form', | | `category` enum('form','blueprint','cbme_form','publishable_form') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'form', |
| `shortname` varchar(64) CHARACTER SET utf8 NOT NULL DEFAULT '', | | `shortname` varchar(64) CHARACTER SET utf8 NOT NULL DEFAULT '', |
| `title` char(100) CHARACTER SET utf8 NOT NULL, | | `title` char(100) CHARACTER SET utf8 NOT NULL, |
| `description` text CHARACTER SET utf8 NOT NULL, | | `description` text CHARACTER SET utf8 NOT NULL, |
| `course_related` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', | | `course_related` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', |
| `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1', | | `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1', |
| `cbme` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', | | `cbme` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', |
| `order` int(12) NOT NULL DEFAULT '0', | | `order` int(12) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_lu_form_types` | | -- Dumping data for table `cbl_assessments_lu_form_types` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_lu_form_types` (`form_type_id`, `category`, `shortname`, `title`, `description`, `course_related`, `active`, `cbme`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessments_lu_form_types` (`form_type_id`, `category`, `shortname`, `title`, `description`, `course_related`, `active`, `cbme`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'form', 'rubric_form', 'Generic Form', 'This is the default form type.', 0, 1, 0, 6, 1510375500, 1, NULL, NULL, NULL), | | (1, 'form', 'rubric_form', 'Generic Form', 'This is the default form type.', 0, 1, 0, 6, 1510375500, 1, NULL, NULL, NULL), |
| (2, 'blueprint', 'cbme_supervisor', 'Supervisor Form', 'CBME Supervisor Form', 1, 1, 1, 2, 1510375500, 1, NULL, NULL, NULL), | | (2, 'blueprint', 'cbme_supervisor', 'Supervisor Form', 'CBME Supervisor Form', 1, 1, 1, 2, 1510375500, 1, NULL, NULL, NULL), |
| (3, 'blueprint', 'cbme_fieldnote', 'Field Note Form', 'CBME Field Note Form', 1, 1, 1, 3, 1510375500, 1, NULL, NULL, NULL), | | (3, 'blueprint', 'cbme_fieldnote', 'Field Note Form', 'CBME Field Note Form', 1, 1, 1, 3, 1510375500, 1, NULL, NULL, NULL), |
| (4, 'blueprint', 'cbme_procedure', 'Procedure Form', 'CBME Procedure Form', 1, 1, 1, 4, 1510375500, 1, NULL, NULL, NULL), | | (4, 'blueprint', 'cbme_procedure', 'Procedure Form', 'CBME Procedure Form', 1, 1, 1, 4, 1510375500, 1, NULL, NULL, NULL), |
| (5, 'cbme_form', 'cbme_ppa_form', 'PPA Form', 'CBME PPA Form', 0, 1, 1, 1, 1510375500, 1, NULL, NULL, NULL), | | (5, 'cbme_form', 'cbme_ppa_form', 'PPA Form', 'CBME PPA Form', 0, 1, 1, 1, 1510375500, 1, NULL, NULL, NULL), |
| (6, 'cbme_form', 'cbme_rubric', 'Rubric Form', 'CBME Rubric Form', 1, 1, 1, 0, 1685381585, 1, NULL, NULL, NULL), | | (6, 'cbme_form', 'cbme_rubric', 'Rubric Form', 'CBME Rubric Form', 1, 1, 1, 0, 1685381585, 1, NULL, NULL, NULL), |
| (7, 'publishable_form', 'standard_rotation_evaluation_form', 'Standard Rotation Evaluation Form', 'Publishable form for rotation evaluations with a set of standard items.', 1, 1, 0, 0, 1567088377, 1, NULL, NULL, NULL), | | (7, 'publishable_form', 'standard_rotation_evaluation_form', 'Standard Rotation Evaluation Form', 'Publishable form for rotation evaluations with a set of standard items.', 1, 1, 0, 0, 1567088377, 1, NULL, NULL, NULL), |
| (8, 'publishable_form', 'standard_faculty_evaluation_form', 'Standard Faculty Evaluation Form', 'Publishable form for faculty evaluations with a set of standard items.', 1, 1, 0, 0, 1567088377, 1, NULL, NULL, NULL), | | (8, 'publishable_form', 'standard_faculty_evaluation_form', 'Standard Faculty Evaluation Form', 'Publishable form for faculty evaluations with a set of standard items.', 1, 1, 0, 0, 1567088377, 1, NULL, NULL, NULL), |
| (9, 'form', 'housing_form', 'Housing Form', 'Housing Evaluation Form', 0, 1, 0, 7, 1619472144, 1, NULL, NULL, NULL), | | (9, 'form', 'housing_form', 'Housing Form', 'Housing Evaluation Form', 0, 1, 0, 7, 1619472144, 1, NULL, NULL, NULL), |
| (10, 'blueprint', 'cbe_smart_tag', 'Smart Tag Form', 'CBE Smart tag form', 1, 1, 1, 8, 1685381581, 1, NULL, NULL, NULL); | | (10, 'blueprint', 'cbe_smart_tag', 'Smart Tag Form', 'CBE Smart tag form', 1, 1, 1, 8, 1685381581, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_form_type_workflow_link` | | -- Table structure for table `cbl_assessments_lu_form_type_workflow_link` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_form_type_workflow_link` ( | | CREATE TABLE `cbl_assessments_lu_form_type_workflow_link` ( |
| `form_type_workflow_id` int(11) UNSIGNED NOT NULL, | | `form_type_workflow_id` int(11) UNSIGNED NOT NULL, |
| `form_type_id` int(11) UNSIGNED NOT NULL, | | `form_type_id` int(11) UNSIGNED NOT NULL, |
| `form_workflow_id` int(11) UNSIGNED NOT NULL, | | `form_workflow_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_lu_form_type_workflow_link` | | -- Dumping data for table `cbl_assessments_lu_form_type_workflow_link` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_lu_form_type_workflow_link` (`form_type_workflow_id`, `form_type_id`, `form_workflow_id`, `created_date`, `created_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessments_lu_form_type_workflow_link` (`form_type_workflow_id`, `form_type_id`, `form_workflow_id`, `created_date`, `created_by`, `deleted_date`) VALUES |
| (1, 1, 5, 1576865084, 1, NULL), | | (1, 1, 5, 1576865084, 1, NULL), |
| (2, 2, 5, 1576865084, 1, NULL), | | (2, 2, 5, 1576865084, 1, NULL), |
| (3, 3, 5, 1576865084, 1, NULL), | | (3, 3, 5, 1576865084, 1, NULL), |
| (4, 4, 5, 1576865084, 1, NULL), | | (4, 4, 5, 1576865084, 1, NULL), |
| (5, 5, 5, 1576865084, 1, NULL), | | (5, 5, 5, 1576865084, 1, NULL), |
| (6, 6, 5, 1576865084, 1, NULL), | | (6, 6, 5, 1576865084, 1, NULL), |
| (7, 7, 5, 1576865084, 1, NULL), | | (7, 7, 5, 1576865084, 1, NULL), |
| (8, 8, 5, 1576865084, 1, NULL), | | (8, 8, 5, 1576865084, 1, NULL), |
| (9, 6, 2, 1685381585, 1, NULL), | | (9, 6, 2, 1685381585, 1, NULL), |
| (10, 10, 6, 1685381585, 1, NULL); | | (10, 10, 6, 1685381585, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_form_workflows` | | -- Table structure for table `cbl_assessments_lu_form_workflows` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_form_workflows` ( | | CREATE TABLE `cbl_assessments_lu_form_workflows` ( |
| `form_workflow_id` int(12) UNSIGNED NOT NULL, | | `form_workflow_id` int(12) UNSIGNED NOT NULL, |
| `shortname` varchar(64) NOT NULL DEFAULT '', | | `shortname` varchar(64) NOT NULL DEFAULT '', |
| `title` char(100) NOT NULL, | | `title` char(100) NOT NULL, |
| `order` int(12) NOT NULL DEFAULT '0', | | `order` int(12) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_lu_form_workflows` | | -- Dumping data for table `cbl_assessments_lu_form_workflows` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_lu_form_workflows` (`form_workflow_id`, `shortname`, `title`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessments_lu_form_workflows` (`form_workflow_id`, `shortname`, `title`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'epa_workflow', 'Entrustable Professional Activity (EPA)', 1, 1554228611, 1, NULL, NULL, NULL), | | (1, 'epa_workflow', 'Entrustable Professional Activity (EPA)', 1, 1554228611, 1, NULL, NULL, NULL), |
| (2, 'other_assessment', 'Other Assessment Form', 2, 1554228611, 1, NULL, NULL, NULL), | | (2, 'other_assessment', 'Other Assessment Form', 2, 1554228611, 1, NULL, NULL, NULL), |
| (3, 'faculty_evaluation_workflow', 'Faculty Evaluation', 3, 1576865084, 1, NULL, NULL, NULL), | | (3, 'faculty_evaluation_workflow', 'Faculty Evaluation', 3, 1576865084, 1, NULL, NULL, NULL), |
| (4, 'rotation_evaluation_workflow', 'Rotation Evaluation', 4, 1576865084, 1, NULL, NULL, NULL), | | (4, 'rotation_evaluation_workflow', 'Rotation Evaluation', 4, 1576865084, 1, NULL, NULL, NULL), |
| (5, 'none', 'None', 5, 1576865084, 1, NULL, NULL, NULL), | | (5, 'none', 'None', 5, 1576865084, 1, NULL, NULL, NULL), |
| (6, 'smart_tag_workflow', 'Smart Tag', 6, 1685381581, 1, NULL, NULL, NULL); | | (6, 'smart_tag_workflow', 'Smart Tag', 6, 1685381581, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_form_workflow_groups` | | -- Table structure for table `cbl_assessments_lu_form_workflow_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_form_workflow_groups` ( | | CREATE TABLE `cbl_assessments_lu_form_workflow_groups` ( |
| `form_workflow_group_id` int(11) UNSIGNED NOT NULL, | | `form_workflow_group_id` int(11) UNSIGNED NOT NULL, |
| `form_workflow_id` int(11) UNSIGNED NOT NULL, | | `form_workflow_id` int(11) UNSIGNED NOT NULL, |
| `group` varchar(35) COLLATE utf8_unicode_ci NOT NULL DEFAULT '' | | `group` varchar(35) COLLATE utf8_unicode_ci NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_lu_form_workflow_groups` | | -- Dumping data for table `cbl_assessments_lu_form_workflow_groups` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_lu_form_workflow_groups` (`form_workflow_group_id`, `form_workflow_id`, `group`) VALUES | | INSERT INTO `cbl_assessments_lu_form_workflow_groups` (`form_workflow_group_id`, `form_workflow_id`, `group`) VALUES |
| (1, 3, 'student'), | | (1, 3, 'student'), |
| (2, 4, 'student'); | | (2, 4, 'student'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_items` | | -- Table structure for table `cbl_assessments_lu_items` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_items` ( | | CREATE TABLE `cbl_assessments_lu_items` ( |
| `item_id` int(11) UNSIGNED NOT NULL, | | `item_id` int(11) UNSIGNED NOT NULL, |
| `one45_element_id` int(11) DEFAULT NULL, | | `one45_element_id` int(11) DEFAULT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `curriculum_track_id` int(12) DEFAULT NULL, | | `curriculum_track_id` int(12) DEFAULT NULL, |
| `itemtype_id` int(11) UNSIGNED NOT NULL, | | `itemtype_id` int(11) UNSIGNED NOT NULL, |
| `item_group_id` int(12) DEFAULT NULL, | | `item_group_id` int(12) DEFAULT NULL, |
| `item_code` varchar(128) DEFAULT '', | | `item_code` varchar(128) DEFAULT '', |
| `rating_scale_id` int(11) UNSIGNED DEFAULT NULL, | | `rating_scale_id` int(11) UNSIGNED DEFAULT NULL, |
| `item_text` text NOT NULL, | | `item_text` text NOT NULL, |
| `item_description` longtext, | | `item_description` longtext, |
| `mandatory` tinyint(1) DEFAULT '1', | | `mandatory` tinyint(1) DEFAULT '1', |
| `comment_type` enum('disabled','optional','mandatory','flagged') NOT NULL DEFAULT 'disabled', | | `comment_type` enum('disabled','optional','mandatory','flagged') NOT NULL DEFAULT 'disabled', |
| `allow_default` tinyint(1) NOT NULL DEFAULT '0', | | `allow_default` tinyint(1) NOT NULL DEFAULT '0', |
| `default_response` int(11) DEFAULT NULL, | | `default_response` int(11) DEFAULT NULL, |
| `hide_from_index` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', | | `hide_from_index` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', |
| `attributes` text, | | `attributes` text, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `retired` bit(1) NOT NULL DEFAULT b'0' | | `retired` bit(1) NOT NULL DEFAULT b'0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_lu_items` | | -- Dumping data for table `cbl_assessments_lu_items` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_lu_items` (`item_id`, `one45_element_id`, `organisation_id`, `curriculum_track_id`, `itemtype_id`, `item_group_id`, `item_code`, `rating_scale_id`, `item_text`, `item_description`, `mandatory`, `comment_type`, `allow_default`, `default_response`, `hide_from_index`, `attributes`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `retired`) VALUES | | INSERT INTO `cbl_assessments_lu_items` (`item_id`, `one45_element_id`, `organisation_id`, `curriculum_track_id`, `itemtype_id`, `item_group_id`, `item_code`, `rating_scale_id`, `item_text`, `item_description`, `mandatory`, `comment_type`, `allow_default`, `default_response`, `hide_from_index`, `attributes`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `retired`) VALUES |
| (1, NULL, 1, 0, 1, NULL, '', 0, 'test item text 1', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'), | | (1, NULL, 1, 0, 1, NULL, '', 0, 'test item text 1', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'), |
| (2, NULL, 1, 0, 1, NULL, '', 0, 'Test Question 2', NULL, 1, 'flagged', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'), | | (2, NULL, 1, 0, 1, NULL, '', 0, 'Test Question 2', NULL, 1, 'flagged', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'), |
| (3, NULL, 1, 0, 1, NULL, '', 0, 'Test Item 3 with Objective', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'), | | (3, NULL, 1, 0, 1, NULL, '', 0, 'Test Item 3 with Objective', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'), |
| (4, NULL, 1, NULL, 1, 28, 'CBME_rubric_concerns_item', NULL, 'Do you have concerns regarding this resident\\\'s professionalism?', NULL, 1, 'flagged', 1, 1, 1, '[\"mutators\" => [\"invisible\",\"disable_header_edit\"]]', 1685381585, 1, 1685381585, 1, NULL, b'0'), | | (4, NULL, 1, NULL, 1, 28, 'CBME_rubric_concerns_item', NULL, 'Do you have concerns regarding this resident\\\'s professionalism?', NULL, 1, 'flagged', 1, 1, 1, '[\"mutators\" => [\"invisible\",\"disable_header_edit\"]]', 1685381585, 1, 1685381585, 1, NULL, b'0'), |
| (5, NULL, 1, NULL, 1, 29, 'CBME_rubric_concerns_item', NULL, 'Do you have patient safety concerns related to this resident\\\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '[\"mutators\" => [\"invisible\",\"disable_header_edit\"]]', 1685381585, 1, 1685381585, 1, NULL, b'0'), | | (5, NULL, 1, NULL, 1, 29, 'CBME_rubric_concerns_item', NULL, 'Do you have patient safety concerns related to this resident\\\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '[\"mutators\" => [\"invisible\",\"disable_header_edit\"]]', 1685381585, 1, 1685381585, 1, NULL, b'0'), |
| (6, NULL, 1, NULL, 1, 30, 'CBME_rubric_concerns_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '[\"mutators\" => [\"invisible\",\"disable_header_edit\"]]', 1685381585, 1, 1685381585, 1, NULL, b'0'), | | (6, NULL, 1, NULL, 1, 30, 'CBME_rubric_concerns_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '[\"mutators\" => [\"invisible\",\"disable_header_edit\"]]', 1685381585, 1, 1685381585, 1, NULL, b'0'), |
| (7, NULL, 1, NULL, 1, 26, 'CBME_rubric_feedback', NULL, 'Have feedback about this form? (eg, "Missing Dx", etc.)', NULL, 1, 'flagged', 1, 1, 1, '[\"mutators\" => [\"invisible\",\"disable_header_edit\"]]', 1685381585, 1, 1685381585, 1, NULL, b'0'), | | (7, NULL, 1, NULL, 1, 26, 'CBME_rubric_feedback', NULL, 'Have feedback about this form? (eg, "Missing Dx", etc.)', NULL, 1, 'flagged', 1, 1, 1, '[\"mutators\" => [\"invisible\",\"disable_header_edit\"]]', 1685381585, 1, 1685381585, 1, NULL, b'0'), |
| (8, NULL, 2, NULL, 1, 32, 'CBE_smarttag_form_item', NULL, 'Do you have professionalism concerns about this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\\\"mutators\\\":[\\\"invisible\\\"]}', 1685381585, 1, 1685381585, 1, NULL, b'0'), | | (8, NULL, 2, NULL, 1, 32, 'CBE_smarttag_form_item', NULL, 'Do you have professionalism concerns about this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\\\"mutators\\\":[\\\"invisible\\\"]}', 1685381585, 1, 1685381585, 1, NULL, b'0'), |
| (9, NULL, 2, NULL, 1, 33, 'CBE_smarttag_form_item', NULL, 'Do you have professionalism concerns related to this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\\\"mutators\\\":[\\\"invisible\\\"]}', 1685381585, 1, 1685381585, 1, NULL, b'0'), | | (9, NULL, 2, NULL, 1, 33, 'CBE_smarttag_form_item', NULL, 'Do you have professionalism concerns related to this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\\\"mutators\\\":[\\\"invisible\\\"]}', 1685381585, 1, 1685381585, 1, NULL, b'0'), |
| (10, NULL, 2, NULL, 1, 34, 'CBE_smarttag_form_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '{\\\"mutators\\\":[\\\"invisible\\\"]}', 1685381585, 1, 1685381585, 1, NULL, b'0'), | | (10, NULL, 2, NULL, 1, 34, 'CBE_smarttag_form_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '{\\\"mutators\\\":[\\\"invisible\\\"]}', 1685381585, 1, 1685381585, 1, NULL, b'0'), |
| (11, NULL, 2, NULL, 1, 37, 'CBE_smarttag_form_item', NULL, 'Have feedback about this form? (eg, \'Missing Dx\', etc.)', NULL, 1, 'flagged', 1, 1, 1, '{\\\"mutators\\\":[\\\"invisible\\\"]}', 1685381585, 1, 1685381585, 1, NULL, b'0'), | | (11, NULL, 2, NULL, 1, 37, 'CBE_smarttag_form_item', NULL, 'Have feedback about this form? (eg, \'Missing Dx\', etc.)', NULL, 1, 'flagged', 1, 1, 1, '{\\\"mutators\\\":[\\\"invisible\\\"]}', 1685381585, 1, 1685381585, 1, NULL, b'0'), |
| (12, NULL, 2, NULL, 7, 36, 'CBE_smarttag_item', NULL, 'Narrative Feedback', NULL, NULL, 'disabled', 0, NULL, 1, '[]', 1685381585, 1, 1685381585, 1, NULL, b'0'), | | (12, NULL, 2, NULL, 7, 36, 'CBE_smarttag_item', NULL, 'Narrative Feedback', NULL, NULL, 'disabled', 0, NULL, 1, '[]', 1685381585, 1, 1685381585, 1, NULL, b'0'), |
| (13, NULL, 2, 0, 1, NULL, '', 0, 'text1', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'), | | (13, NULL, 2, 0, 1, NULL, '', 0, 'text1', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'), |
| (14, NULL, 2, NULL, 16, NULL, 'CBME-dynamic-item-placeholder', NULL, 'none', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685381585, 1, 1685381585, 1, NULL, b'0'), | | (14, NULL, 2, NULL, 16, NULL, 'CBME-dynamic-item-placeholder', NULL, 'none', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685381585, 1, 1685381585, 1, NULL, b'0'), |
| (15, NULL, 2, NULL, 3, NULL, 'CBME_contextual_variables', NULL, 'Assessor\'s Role', '', 1, 'disabled', 0, NULL, 1, '[]', 1685381585, 1, 1685381585, 1, NULL, b'0'), | | (15, NULL, 2, NULL, 3, NULL, 'CBME_contextual_variables', NULL, 'Assessor\'s Role', '', 1, 'disabled', 0, NULL, 1, '[]', 1685381585, 1, 1685381585, 1, NULL, b'0'), |
| (16, NULL, 2, NULL, 1, NULL, 'CBME-smarttag-entrustment_scale', 19, 'DFM Field Note Entrustment Scale', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685381585, 1, 1685381585, 1, NULL, b'0'), | | (16, NULL, 2, NULL, 1, NULL, 'CBME-smarttag-entrustment_scale', 19, 'DFM Field Note Entrustment Scale', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685381585, 1, 1685381585, 1, NULL, b'0'), |
| (17, NULL, 1, 0, 11, NULL, '', 0, 'Rubric Attr', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'), | | (17, NULL, 1, 0, 11, NULL, '', 0, 'Rubric Attr', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'), |
| n | (18, NULL, 1, 0, 11, NULL, '', 16, 'Rubric', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'); | n | (18, NULL, 1, 0, 11, NULL, '', 16, 'Rubric', NULL, 1, 'disabled', 0, NULL, 0, '', 1685381585, 1, 1685381585, 1, NULL, b'0'), |
| | | (19, NULL, 1, NULL, 7, 1, 'CBME_supervisor_item', NULL, 'Next Steps', NULL, NULL, 'disabled', 0, NULL, 1, '[]', 1685388693, 1, 1685389171, 1, NULL, b'0'), |
| | | (20, NULL, 1, NULL, 1, 3, 'CBME_supervisor_form_item', NULL, 'Do you have patient safety concerns related to this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685388693, 1, 1685388693, 1, NULL, b'0'), |
| | | (21, NULL, 1, NULL, 1, 4, 'CBME_supervisor_form_item', NULL, 'Do you have professionalism concerns about this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685388693, 1, 1685388693, 1, NULL, b'0'), |
| | | (22, NULL, 1, NULL, 1, 5, 'CBME_supervisor_form_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685388693, 1, 1685388693, 1, NULL, b'0'), |
| | | (23, NULL, 1, NULL, 1, 6, 'CBME_supervisor_form_item', NULL, 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685388693, 1, 1685389171, 1, NULL, b'0'), |
| | | (24, NULL, 1, NULL, 3, NULL, 'CBME_contextual_variables', NULL, 'Patient Demographics', '', 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'), |
| | | (25, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.1 Obtain a complete and accurate history in an organized fashion.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'), |
| | | (26, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.2 Demonstrate patient-centered interview skills (attentive to patient verbal and nonverbal cues, patient/family culture, social determinants of health, need for interpretive or adaptive services; seeks conceptual context of illness; appr', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'), |
| | | (27, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.3 Identify pertinent history elements in common presenting situations, symptoms, complaints, and disease states (acute and chronic).', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'), |
| | | (28, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.4 Obtain focused, pertinent histories in urgent, emergent, and consultative settings.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'), |
| | | (29, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.5 Consider cultural and other factors that may influence the patient\'s description of symptoms.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'), |
| | | (30, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.6 Identify and use alternate sources of information to obtain history when needed, including but not limited to family members, primary care physicians, living facility, and pharmacy staff.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'), |
| | | (31, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.7 Demonstrate clinical reasoning in gathering focused information relevant to a patient\'s care.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'), |
| | | (32, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.8 Demonstrate cultural awareness and humility (for example, by recognizing that one\'s own cultural models may be different from others) and awareness of potential for bias (conscious and unconscious) in interactions with patients.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'), |
| | | (33, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.9 Perform a complete and accurate physical exam in logical and fluid sequence.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'), |
| | | (34, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.10 Perform a clinically relevant, focused physical exam pertinent to the setting and purpose of the patient visit.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'), |
| | | (35, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.11 Identify, describe, and document abnormal physical exam findings.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'), |
| | | (36, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F1.12 Demonstrate patient-centered examination techniques that reflect respect for patient privacy, comfort, and safety (e.g., explaining physical exam maneuvers, telling the patient what one is doing at each step, keeping patients covered ', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'), |
| | | (37, NULL, 1, NULL, 1, NULL, 'CBME-supervisor-entrustment_scale', 12, 'What level of supervision did the resident require?', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685389171, 1, 1685389171, 1, NULL, b'0'), |
| | | (38, NULL, 1, NULL, 7, 1, 'CBME_supervisor_item', NULL, 'Next Steps', NULL, NULL, 'disabled', 0, NULL, 1, '[]', 1685470042, 1, 1685470155, 1, NULL, b'0'), |
| | | (39, NULL, 1, NULL, 1, 3, 'CBME_supervisor_form_item', NULL, 'Do you have patient safety concerns related to this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685470042, 1, 1685470042, 1, NULL, b'0'), |
| | | (40, NULL, 1, NULL, 1, 4, 'CBME_supervisor_form_item', NULL, 'Do you have professionalism concerns about this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685470042, 1, 1685470042, 1, NULL, b'0'), |
| | | (41, NULL, 1, NULL, 1, 5, 'CBME_supervisor_form_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685470042, 1, 1685470042, 1, NULL, b'0'), |
| | | (42, NULL, 1, NULL, 1, 6, 'CBME_supervisor_form_item', NULL, 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685470042, 1, 1685470155, 1, NULL, b'0'), |
| | | (43, NULL, 1, NULL, 3, NULL, 'CBME_contextual_variables', NULL, 'Patient Demographics', '', 1, 'disabled', 0, NULL, 1, '[]', 1685470155, 1, 1685470155, 1, NULL, b'0'), |
| | | (44, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F2.1 Synthesize essential information from the previous records, history, physical exam, and initial diagnostic evaluations.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685470155, 1, 1685470155, 1, NULL, b'0'), |
| | | (45, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F2.2 Integrate information as it emerges to continuously update differential diagnosis.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685470155, 1, 1685470155, 1, NULL, b'0'), |
| | | (46, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F2.3 Integrate the scientific foundations of medicine with clinical reasoning skills to develop a differential diagnosis and a working diagnosis.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685470155, 1, 1685470155, 1, NULL, b'0'), |
| | | (47, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F2.4 Engage with supervisors and team members for endorsement and verification of the working diagnosis in developing a management plan.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685470155, 1, 1685470155, 1, NULL, b'0'), |
| | | (48, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F2.5 Explain and document the clinical reasoning that led to the working diagnosis in a manner that is transparent to all members of the health care team.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685470155, 1, 1685470155, 1, NULL, b'0'), |
| | | (49, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F2.6 Manage ambiguity in a differential diagnosis for self and patient and respond openly to questions and challenges from patients and other members of the health care team.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685470155, 1, 1685470155, 1, NULL, b'0'), |
| | | (50, NULL, 1, NULL, 1, NULL, 'CBME-supervisor-entrustment_scale', 11, 'Based on this observation of resident performance overall:', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685470155, 1, 1685470155, 1, NULL, b'0'), |
| | | (51, NULL, 1, NULL, 7, 1, 'CBME_supervisor_item', NULL, 'Next Steps', NULL, NULL, 'disabled', 0, NULL, 1, '[]', 1685541679, 1, 1685541679, 1, NULL, b'0'), |
| | | (52, NULL, 1, NULL, 1, 3, 'CBME_supervisor_form_item', NULL, 'Do you have patient safety concerns related to this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685541679, 1, 1685541679, 1, NULL, b'0'), |
| | | (53, NULL, 1, NULL, 1, 4, 'CBME_supervisor_form_item', NULL, 'Do you have professionalism concerns about this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685541679, 1, 1685541679, 1, NULL, b'0'), |
| | | (54, NULL, 1, NULL, 1, 5, 'CBME_supervisor_form_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685541679, 1, 1685541679, 1, NULL, b'0'), |
| | | (55, NULL, 1, NULL, 1, 6, 'CBME_supervisor_form_item', NULL, 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685541679, 1, 1685541679, 1, NULL, b'0'), |
| | | (56, NULL, 1, NULL, 7, 1, 'CBME_supervisor_item', NULL, 'Next Steps', NULL, NULL, 'disabled', 0, NULL, 1, '[]', 1685542427, 1, 1685543107, 1, NULL, b'0'), |
| | | (57, NULL, 1, NULL, 1, 3, 'CBME_supervisor_form_item', NULL, 'Do you have patient safety concerns related to this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685542427, 1, 1685542427, 1, NULL, b'0'), |
| | | (58, NULL, 1, NULL, 1, 4, 'CBME_supervisor_form_item', NULL, 'Do you have professionalism concerns about this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685542427, 1, 1685542427, 1, NULL, b'0'), |
| | | (59, NULL, 1, NULL, 1, 5, 'CBME_supervisor_form_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685542427, 1, 1685542427, 1, NULL, b'0'), |
| | | (60, NULL, 1, NULL, 1, 6, 'CBME_supervisor_form_item', NULL, 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685542427, 1, 1685543107, 1, NULL, b'0'), |
| | | (61, NULL, 1, NULL, 7, 1, 'CBME_supervisor_item', NULL, 'Next Steps', NULL, NULL, 'disabled', 0, NULL, 1, '[]', 1685542633, 1, 1685543108, 1, NULL, b'0'), |
| | | (62, NULL, 1, NULL, 1, 3, 'CBME_supervisor_form_item', NULL, 'Do you have patient safety concerns related to this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685542633, 1, 1685542633, 1, NULL, b'0'), |
| | | (63, NULL, 1, NULL, 1, 4, 'CBME_supervisor_form_item', NULL, 'Do you have professionalism concerns about this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685542633, 1, 1685542633, 1, NULL, b'0'), |
| | | (64, NULL, 1, NULL, 1, 5, 'CBME_supervisor_form_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685542633, 1, 1685542633, 1, NULL, b'0'), |
| | | (65, NULL, 1, NULL, 1, 6, 'CBME_supervisor_form_item', NULL, 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685542633, 1, 1685543108, 1, NULL, b'0'), |
| | | (66, NULL, 1, NULL, 3, NULL, 'CBME_contextual_variables', NULL, 'Patient Demographics', '', 1, 'disabled', 0, NULL, 1, '[]', 1685543107, 1, 1685543107, 1, NULL, b'0'), |
| | | (67, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F3.4 Interpret the results of basic diagnostic studies (both lab and imaging); know common lab values (e.g., electrolytes).', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685543107, 1, 1685543107, 1, NULL, b'0'), |
| | | (68, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 9, 'F3.5 Understand the implications and urgency of an abnormal result and seek assistance for interpretation as needed.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685543107, 1, 1685543107, 1, NULL, b'0'), |
| | | (69, NULL, 1, NULL, 1, NULL, 'CBME-supervisor-entrustment_scale', 12, 'What level of supervision did the resident require?', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685543107, 1, 1685543107, 1, NULL, b'0'), |
| | | (70, NULL, 1, NULL, 3, NULL, 'CBME_contextual_variables', NULL, 'Patient Demographics', '', 1, 'disabled', 0, NULL, 1, '[]', 1685543107, 1, 1685543107, 1, NULL, b'0'), |
| | | (71, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 2, 'F3.1 Recommend first-line, cost-effective diagnostic evaluation for a patient with an acute or chronic common disorder or as part of routine health maintenance.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685543107, 1, 1685543107, 1, NULL, b'0'), |
| | | (72, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 2, 'F3.2 Provide a rationale for the decision to order the test.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685543107, 1, 1685543107, 1, NULL, b'0'), |
| | | (73, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 2, 'F3.3 Incorporate cost awareness and principles of cost-effectiveness and pre-test/posttest probability in developing diagnostic plans.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685543107, 1, 1685543107, 1, NULL, b'0'), |
| | | (74, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 2, 'F3.6 Elicit and take into account patient preferences in making recommendations', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685543107, 1, 1685543107, 1, NULL, b'0'), |
| | | (75, NULL, 1, NULL, 1, NULL, 'CBME-supervisor-entrustment_scale', 12, 'What level of supervision did the resident require?', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685543108, 1, 1685543108, 1, NULL, b'0'), |
| | | (76, NULL, 1, NULL, 7, 1, 'CBME_supervisor_item', NULL, 'Next Steps', NULL, NULL, 'disabled', 0, NULL, 1, '[]', 1685544416, 1, 1685544478, 1, NULL, b'0'), |
| | | (77, NULL, 1, NULL, 1, 3, 'CBME_supervisor_form_item', NULL, 'Do you have patient safety concerns related to this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685544416, 1, 1685544416, 1, NULL, b'0'), |
| | | (78, NULL, 1, NULL, 1, 4, 'CBME_supervisor_form_item', NULL, 'Do you have professionalism concerns about this resident\'s performance?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685544416, 1, 1685544416, 1, NULL, b'0'), |
| | | (79, NULL, 1, NULL, 1, 5, 'CBME_supervisor_form_item', NULL, 'Are there other reasons to flag this assessment?', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685544416, 1, 1685544416, 1, NULL, b'0'), |
| | | (80, NULL, 1, NULL, 1, 6, 'CBME_supervisor_form_item', NULL, 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', NULL, 1, 'flagged', 1, 1, 1, '{\"mutators\":[\"invisible\"]}', 1685544416, 1, 1685544478, 1, NULL, b'0'), |
| | | (81, NULL, 1, NULL, 3, NULL, 'CBME_contextual_variables', NULL, 'Patient Demographics', '', 1, 'disabled', 0, NULL, 1, '[]', 1685544478, 1, 1685544478, 1, NULL, b'0'), |
| | | (82, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 1, 'F4.1 Demonstrate an understanding of the patient\'s current condition and preferences that will underpin the orders being provided.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685544478, 1, 1685544478, 1, NULL, b'0'), |
| | | (83, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 1, 'F4.2 Demonstrate working knowledge of the protocol by which orders will be processed in the environment in which they are placing the orders.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685544478, 1, 1685544478, 1, NULL, b'0'), |
| | | (84, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 1, 'F4.3 Compose orders efficiently and effectively, such as by identifying the correct admission order set, selecting the correct fluid and electrolyte replacement orders, and recognizing the needs for deviations from standard order sets.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685544478, 1, 1685544478, 1, NULL, b'0'), |
| | | (85, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 1, 'F4.4 Compose prescriptions in verbal, written, and electronic formats.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685544478, 1, 1685544478, 1, NULL, b'0'), |
| | | (86, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 1, 'F4.5 Recognize and avoid errors by using safety alerts (e.g., drug-drug interactions) and information resources to place the correct order and maximize therapeutic benefit and safety for patients.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685544478, 1, 1685544478, 1, NULL, b'0'), |
| | | (87, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 1, 'F4.6 Attend to patient-specific factors such as age, weight, allergies, pharmacogenetics, and co-morbid conditions when writing or entering prescriptions or orders.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685544478, 1, 1685544478, 1, NULL, b'0'), |
| | | (88, NULL, 1, NULL, 11, NULL, 'CBME_rubric_from_scale', 1, 'F4.7 Discuss the planned orders and prescriptions (e.g., indications, risks) with patients and families and use a nonjudgmental approach to elicit health beliefs that may influence the patient\'s comfort with orders and prescriptions.', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685544478, 1, 1685544478, 1, NULL, b'0'), |
| | | (89, NULL, 1, NULL, 1, NULL, 'CBME-supervisor-entrustment_scale', 12, 'What level of supervision did the resident require?', NULL, 1, 'disabled', 0, NULL, 1, '[]', 1685544478, 1, 1685544478, 1, NULL, b'0'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_itemtypes` | | -- Table structure for table `cbl_assessments_lu_itemtypes` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_itemtypes` ( | | CREATE TABLE `cbl_assessments_lu_itemtypes` ( |
| `itemtype_id` int(11) UNSIGNED NOT NULL, | | `itemtype_id` int(11) UNSIGNED NOT NULL, |
| `shortname` varchar(128) NOT NULL DEFAULT '', | | `shortname` varchar(128) NOT NULL DEFAULT '', |
| `classname` varchar(128) DEFAULT NULL, | | `classname` varchar(128) DEFAULT NULL, |
| `name` varchar(256) NOT NULL DEFAULT '', | | `name` varchar(256) NOT NULL DEFAULT '', |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_lu_itemtypes` | | -- Dumping data for table `cbl_assessments_lu_itemtypes` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_lu_itemtypes` (`itemtype_id`, `shortname`, `classname`, `name`, `description`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessments_lu_itemtypes` (`itemtype_id`, `shortname`, `classname`, `name`, `description`, `deleted_date`) VALUES |
| (1, 'horizontal_multiple_choice_single', 'HorizontalMultipleChoiceSingleResponse', 'Horizontal Multiple Choice (single response)', 'The rating scale allows evaluators to rate each question based on the scale you provide (i.e. 1 = Not Demonstrated, 2 = Needs Improvement, 3 = Satisfactory, 4 = Above Average).', NULL), | | (1, 'horizontal_multiple_choice_single', 'HorizontalMultipleChoiceSingleResponse', 'Horizontal Multiple Choice (single response)', 'The rating scale allows evaluators to rate each question based on the scale you provide (i.e. 1 = Not Demonstrated, 2 = Needs Improvement, 3 = Satisfactory, 4 = Above Average).', NULL), |
| (2, 'vertical_multiple_choice_single', 'VerticalMultipleChoiceSingleResponse', 'Vertical Multiple Choice (single response)', 'The rating scale allows evaluators to rate each question based on the scale you provide (i.e. 1 = Not Demonstrated, 2 = Needs Improvement, 3 = Satisfactory, 4 = Above Average).', NULL), | | (2, 'vertical_multiple_choice_single', 'VerticalMultipleChoiceSingleResponse', 'Vertical Multiple Choice (single response)', 'The rating scale allows evaluators to rate each question based on the scale you provide (i.e. 1 = Not Demonstrated, 2 = Needs Improvement, 3 = Satisfactory, 4 = Above Average).', NULL), |
| (3, 'selectbox_single', 'DropdownSingleResponse', 'Drop Down (single response)', 'The dropdown allows evaluators to answer each question by choosing one of up to 100 options which have been provided to populate a select box.', NULL), | | (3, 'selectbox_single', 'DropdownSingleResponse', 'Drop Down (single response)', 'The dropdown allows evaluators to answer each question by choosing one of up to 100 options which have been provided to populate a select box.', NULL), |
| (4, 'horizontal_multiple_choice_multiple', 'HorizontalMultipleChoiceMultipleResponse', 'Horizontal Multiple Choice (multiple responses)', '', NULL), | | (4, 'horizontal_multiple_choice_multiple', 'HorizontalMultipleChoiceMultipleResponse', 'Horizontal Multiple Choice (multiple responses)', '', NULL), |
| (5, 'vertical_multiple_choice_multiple', 'VerticalMultipleChoiceMultipleResponse', 'Vertical Multiple Choice (multiple responses)', '', NULL), | | (5, 'vertical_multiple_choice_multiple', 'VerticalMultipleChoiceMultipleResponse', 'Vertical Multiple Choice (multiple responses)', '', NULL), |
| (6, 'selectbox_multiple', 'DropdownMultipleResponse', 'Drop Down (multiple responses)', '', NULL), | | (6, 'selectbox_multiple', 'DropdownMultipleResponse', 'Drop Down (multiple responses)', '', NULL), |
| (7, 'free_text', 'FreeText', 'Free Text Comments', 'Allows the user to be asked for a simple free-text response. This can be used to get additional details about prior questions, or to simply ask for any comments from the evaluator regarding a specific topic.', NULL), | | (7, 'free_text', 'FreeText', 'Free Text Comments', 'Allows the user to be asked for a simple free-text response. This can be used to get additional details about prior questions, or to simply ask for any comments from the evaluator regarding a specific topic.', NULL), |
| (8, 'date', 'Date', 'Date Selector', '', NULL), | | (8, 'date', 'Date', 'Date Selector', '', NULL), |
| (9, 'user', 'User', 'Individual Selector', '', NULL), | | (9, 'user', 'User', 'Individual Selector', '', NULL), |
| (10, 'numeric', 'Numeric', 'Numeric Field', '', NULL), | | (10, 'numeric', 'Numeric', 'Numeric Field', '', NULL), |
| (11, 'rubric_line', 'RubricLine', 'Rubric Attribute (single response)', 'The items which make up the body of a rubric. Each item allows one response to be chosen. The text of each response is optional, while the Response Category for each one is mandatory (and will populate the header line at the top of the rubric).', NULL), | | (11, 'rubric_line', 'RubricLine', 'Rubric Attribute (single response)', 'The items which make up the body of a rubric. Each item allows one response to be chosen. The text of each response is optional, while the Response Category for each one is mandatory (and will populate the header line at the top of the rubric).', NULL), |
| (12, 'scale', 'Scale', 'Scale Item (single response)', 'The items which make up the body of a scale, sometimes called a Likert. Each item allows one response to be chosen. The text of each response is optional, while the Response Category for each one is mandatory (and will populate the header line at the top of the scale)', NULL), | | (12, 'scale', 'Scale', 'Scale Item (single response)', 'The items which make up the body of a scale, sometimes called a Likert. Each item allows one response to be chosen. The text of each response is optional, while the Response Category for each one is mandatory (and will populate the header line at the top of the scale)', NULL), |
| (13, 'autocomplete_multiple', 'AutocompleteMultipleResponse', 'Autocomplete (multiple responses)', 'Evaluators may type characters to search list of options, then select multiple responses.', NULL), | | (13, 'autocomplete_multiple', 'AutocompleteMultipleResponse', 'Autocomplete (multiple responses)', 'Evaluators may type characters to search list of options, then select multiple responses.', NULL), |
| (14, 'fieldnote', 'FieldNote', 'Field Note', '', NULL), | | (14, 'fieldnote', 'FieldNote', 'Field Note', '', NULL), |
| (15, 'rubric_numeric_validator', 'RubricNumericValidator', 'Rubric Numeric Validator', 'The rubric numeric validator allows you to apply a limit to the total of all numeric fields contained in the rubric', NULL), | | (15, 'rubric_numeric_validator', 'RubricNumericValidator', 'Rubric Numeric Validator', 'The rubric numeric validator allows you to apply a limit to the total of all numeric fields contained in the rubric', NULL), |
| (16, 'dynamic_item_placeholder', 'DynamicItemPlaceholder', 'Dynamic Item Placeholder', 'This item type is a placeholder for other items. Form items are generated at run time and replace this one on a given form. This type does not render as anything and carries no other information.', NULL); | | (16, 'dynamic_item_placeholder', 'DynamicItemPlaceholder', 'Dynamic Item Placeholder', 'This item type is a placeholder for other items. Form items are generated at run time and replace this one on a given form. This type does not render as anything and carries no other information.', NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_item_groups` | | -- Table structure for table `cbl_assessments_lu_item_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_item_groups` ( | | CREATE TABLE `cbl_assessments_lu_item_groups` ( |
| `item_group_id` int(12) UNSIGNED NOT NULL, | | `item_group_id` int(12) UNSIGNED NOT NULL, |
| `form_type_id` int(11) UNSIGNED NOT NULL, | | `form_type_id` int(11) UNSIGNED NOT NULL, |
| `item_type` enum('item','rubric') NOT NULL DEFAULT 'item', | | `item_type` enum('item','rubric') NOT NULL DEFAULT 'item', |
| `shortname` char(64) NOT NULL, | | `shortname` char(64) NOT NULL, |
| `title` char(100) NOT NULL, | | `title` char(100) NOT NULL, |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1', | | `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1', |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_lu_item_groups` | | -- Dumping data for table `cbl_assessments_lu_item_groups` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_lu_item_groups` (`item_group_id`, `form_type_id`, `item_type`, `shortname`, `title`, `description`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessments_lu_item_groups` (`item_group_id`, `form_type_id`, `item_type`, `shortname`, `title`, `description`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 2, 'item', 'cbme_supervisor_next_steps', 'Next Steps', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (1, 2, 'item', 'cbme_supervisor_next_steps', 'Next Steps', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (2, 2, 'rubric', 'cbme_supervisor_rubric_concerns', 'Concerns', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (2, 2, 'rubric', 'cbme_supervisor_rubric_concerns', 'Concerns', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (3, 2, 'item', 'cbme_supervisor_rubric_concerns_item_1', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (3, 2, 'item', 'cbme_supervisor_rubric_concerns_item_1', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (4, 2, 'item', 'cbme_supervisor_rubric_concerns_item_2', 'Do you have professionalism concerns about this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (4, 2, 'item', 'cbme_supervisor_rubric_concerns_item_2', 'Do you have professionalism concerns about this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (5, 2, 'item', 'cbme_supervisor_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (5, 2, 'item', 'cbme_supervisor_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (6, 2, 'item', 'cbme_supervisor_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (6, 2, 'item', 'cbme_supervisor_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (7, 3, 'item', 'cbme_fieldnote_continue', 'Continue...', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (7, 3, 'item', 'cbme_fieldnote_continue', 'Continue...', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (8, 3, 'item', 'cbme_fieldnote_consider', 'Consider...', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (8, 3, 'item', 'cbme_fieldnote_consider', 'Consider...', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (9, 3, 'item', 'cbme_fieldnote_next_steps', 'Next Steps', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (9, 3, 'item', 'cbme_fieldnote_next_steps', 'Next Steps', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (10, 3, 'rubric', 'cbme_fieldnote_rubric_concerns', 'Concerns', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (10, 3, 'rubric', 'cbme_fieldnote_rubric_concerns', 'Concerns', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (11, 3, 'item', 'cbme_fieldnote_rubric_concerns_item_1', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (11, 3, 'item', 'cbme_fieldnote_rubric_concerns_item_1', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (12, 3, 'item', 'cbme_fieldnote_rubric_concerns_item_2', 'Do you have professionalism concerns about this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (12, 3, 'item', 'cbme_fieldnote_rubric_concerns_item_2', 'Do you have professionalism concerns about this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (13, 3, 'item', 'cbme_fieldnote_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (13, 3, 'item', 'cbme_fieldnote_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (14, 3, 'item', 'cbme_fieldnote_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (14, 3, 'item', 'cbme_fieldnote_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (15, 4, 'item', 'cbme_procedure_next_steps', 'Next Steps', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (15, 4, 'item', 'cbme_procedure_next_steps', 'Next Steps', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (16, 4, 'rubric', 'cbme_procedure_rubric_concerns', 'Concerns', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (16, 4, 'rubric', 'cbme_procedure_rubric_concerns', 'Concerns', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (17, 4, 'item', 'cbme_procedure_rubric_concerns_item_1', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (17, 4, 'item', 'cbme_procedure_rubric_concerns_item_1', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (18, 4, 'item', 'cbme_procedure_rubric_concerns_item_2', 'Do you have professionalism concerns about this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (18, 4, 'item', 'cbme_procedure_rubric_concerns_item_2', 'Do you have professionalism concerns about this resident\'s performance?', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (19, 4, 'item', 'cbme_procedure_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (19, 4, 'item', 'cbme_procedure_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (20, 4, 'item', 'cbme_procedure_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1510375509, 1, NULL, NULL, NULL), | | (20, 4, 'item', 'cbme_procedure_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1510375509, 1, NULL, NULL, NULL), |
| (21, 5, 'item', 'cbme_ppa_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1521522163, 1, NULL, NULL, NULL), | | (21, 5, 'item', 'cbme_ppa_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1521522163, 1, NULL, NULL, NULL), |
| (22, 5, 'rubric', 'cbme_ppa_concerns', 'Concerns', '', 1, 1521522163, 1, NULL, NULL, NULL), | | (22, 5, 'rubric', 'cbme_ppa_concerns', 'Concerns', '', 1, 1521522163, 1, NULL, NULL, NULL), |
| (23, 5, 'item', 'cbme_ppa_concerns_item_1', 'Do you have concerns regarding this resident\'s professionalism?', '', 1, 1521522163, 1, NULL, NULL, NULL), | | (23, 5, 'item', 'cbme_ppa_concerns_item_1', 'Do you have concerns regarding this resident\'s professionalism?', '', 1, 1521522163, 1, NULL, NULL, NULL), |
| (24, 5, 'item', 'cbme_ppa_concerns_item_2', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1521522163, 1, NULL, NULL, NULL), | | (24, 5, 'item', 'cbme_ppa_concerns_item_2', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1521522163, 1, NULL, NULL, NULL), |
| (25, 5, 'item', 'cbme_ppa_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1521522163, 1, NULL, NULL, NULL), | | (25, 5, 'item', 'cbme_ppa_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1521522163, 1, NULL, NULL, NULL), |
| (26, 6, 'item', 'cbme_rubric_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1521522163, 1, NULL, NULL, NULL), | | (26, 6, 'item', 'cbme_rubric_feedback', 'Have feedback about this form? (eg, \"Missing Dx\", etc.)', '', 1, 1521522163, 1, NULL, NULL, NULL), |
| (27, 6, 'rubric', 'cbme_rubric_concerns', 'Concerns', '', 1, 1521522163, 1, NULL, NULL, NULL), | | (27, 6, 'rubric', 'cbme_rubric_concerns', 'Concerns', '', 1, 1521522163, 1, NULL, NULL, NULL), |
| (28, 6, 'item', 'cbme_rubric_concerns_item_1', 'Do you have concerns regarding this resident\'s professionalism?', '', 1, 1521522163, 1, NULL, NULL, NULL), | | (28, 6, 'item', 'cbme_rubric_concerns_item_1', 'Do you have concerns regarding this resident\'s professionalism?', '', 1, 1521522163, 1, NULL, NULL, NULL), |
| (29, 6, 'item', 'cbme_rubric_concerns_item_2', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1521522163, 1, NULL, NULL, NULL), | | (29, 6, 'item', 'cbme_rubric_concerns_item_2', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1521522163, 1, NULL, NULL, NULL), |
| (30, 6, 'item', 'cbme_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1521522163, 1, NULL, NULL, NULL), | | (30, 6, 'item', 'cbme_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1521522163, 1, NULL, NULL, NULL), |
| (31, 10, 'rubric', 'cbe_smarttag_rubric_concerns', 'Concerns', 'Rubric for the CBME Supervisor form', 1, 1685381581, 1, NULL, NULL, NULL), | | (31, 10, 'rubric', 'cbe_smarttag_rubric_concerns', 'Concerns', 'Rubric for the CBME Supervisor form', 1, 1685381581, 1, NULL, NULL, NULL), |
| (32, 10, 'item', 'cbe_smarttag_rubric_concerns_item_1', 'Do you have professionalism concerns about this resident\'s performance?', '', 1, 1685381581, 1, NULL, NULL, NULL), | | (32, 10, 'item', 'cbe_smarttag_rubric_concerns_item_1', 'Do you have professionalism concerns about this resident\'s performance?', '', 1, 1685381581, 1, NULL, NULL, NULL), |
| (33, 10, 'item', 'cbe_smarttag_rubric_concerns_item_2', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1685381581, 1, NULL, NULL, NULL), | | (33, 10, 'item', 'cbe_smarttag_rubric_concerns_item_2', 'Do you have patient safety concerns related to this resident\'s performance?', '', 1, 1685381581, 1, NULL, NULL, NULL), |
| (34, 10, 'item', 'cbe_smarttag_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1685381581, 1, NULL, NULL, NULL), | | (34, 10, 'item', 'cbe_smarttag_rubric_concerns_item_3', 'Are there other reasons to flag this assessment?', '', 1, 1685381581, 1, NULL, NULL, NULL), |
| (35, 10, 'item', 'cbe_smarttag_next_steps', 'Narritive Feedback', '', 1, 1685381581, 1, NULL, NULL, NULL), | | (35, 10, 'item', 'cbe_smarttag_next_steps', 'Narritive Feedback', '', 1, 1685381581, 1, NULL, NULL, NULL), |
| (36, 10, 'item', 'cbe_smarttag_feedback', 'Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)', '', 1, 1685381581, 1, NULL, NULL, NULL), | | (36, 10, 'item', 'cbe_smarttag_feedback', 'Have feedback about this form? (eg, \\\"Missing Dx\\\", etc.)', '', 1, 1685381581, 1, NULL, NULL, NULL), |
| (37, 10, 'item', 'cbe_global_assessment_form_feedback', 'Global Feedback', '', 1, 1685381581, 1, NULL, NULL, NULL); | | (37, 10, 'item', 'cbe_global_assessment_form_feedback', 'Global Feedback', '', 1, 1685381581, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_item_relationships` | | -- Table structure for table `cbl_assessments_lu_item_relationships` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_item_relationships` ( | | CREATE TABLE `cbl_assessments_lu_item_relationships` ( |
| `irelationship_id` int(11) UNSIGNED NOT NULL, | | `irelationship_id` int(11) UNSIGNED NOT NULL, |
| `item_id` int(11) UNSIGNED NOT NULL, | | `item_id` int(11) UNSIGNED NOT NULL, |
| `first_parent_id` int(11) UNSIGNED NOT NULL, | | `first_parent_id` int(11) UNSIGNED NOT NULL, |
| `immediate_parent_id` int(11) UNSIGNED NOT NULL | | `immediate_parent_id` int(11) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_item_responses` | | -- Table structure for table `cbl_assessments_lu_item_responses` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_item_responses` ( | | CREATE TABLE `cbl_assessments_lu_item_responses` ( |
| `iresponse_id` int(11) UNSIGNED NOT NULL, | | `iresponse_id` int(11) UNSIGNED NOT NULL, |
| `one45_choice_id` int(11) UNSIGNED DEFAULT NULL, | | `one45_choice_id` int(11) UNSIGNED DEFAULT NULL, |
| `one45_response_num` int(11) UNSIGNED DEFAULT NULL, | | `one45_response_num` int(11) UNSIGNED DEFAULT NULL, |
| `item_id` int(11) UNSIGNED NOT NULL, | | `item_id` int(11) UNSIGNED NOT NULL, |
| `text` text NOT NULL, | | `text` text NOT NULL, |
| `order` tinyint(3) NOT NULL DEFAULT '0', | | `order` tinyint(3) NOT NULL DEFAULT '0', |
| `allow_html` tinyint(1) NOT NULL DEFAULT '0', | | `allow_html` tinyint(1) NOT NULL DEFAULT '0', |
| `flag_response` int(11) NOT NULL DEFAULT '0', | | `flag_response` int(11) NOT NULL DEFAULT '0', |
| `ardescriptor_id` int(11) UNSIGNED DEFAULT NULL, | | `ardescriptor_id` int(11) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_lu_item_responses` | | -- Dumping data for table `cbl_assessments_lu_item_responses` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_lu_item_responses` (`iresponse_id`, `one45_choice_id`, `one45_response_num`, `item_id`, `text`, `order`, `allow_html`, `flag_response`, `ardescriptor_id`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessments_lu_item_responses` (`iresponse_id`, `one45_choice_id`, `one45_response_num`, `item_id`, `text`, `order`, `allow_html`, `flag_response`, `ardescriptor_id`, `deleted_date`) VALUES |
| (1, NULL, NULL, 1, 'test response 1', 1, 0, 0, NULL, NULL), | | (1, NULL, NULL, 1, 'test response 1', 1, 0, 0, NULL, NULL), |
| (2, NULL, NULL, 1, 'test response 2', 2, 0, 0, NULL, NULL), | | (2, NULL, NULL, 1, 'test response 2', 2, 0, 0, NULL, NULL), |
| (3, NULL, NULL, 2, 'Test response 1 no prompt', 1, 0, 0, NULL, NULL), | | (3, NULL, NULL, 2, 'Test response 1 no prompt', 1, 0, 0, NULL, NULL), |
| (4, NULL, NULL, 2, 'Test response 2 has prompt', 2, 0, 1, NULL, NULL), | | (4, NULL, NULL, 2, 'Test response 2 has prompt', 2, 0, 1, NULL, NULL), |
| (5, NULL, NULL, 3, 'Response 1', 1, 0, 0, NULL, NULL), | | (5, NULL, NULL, 3, 'Response 1', 1, 0, 0, NULL, NULL), |
| (6, NULL, NULL, 3, 'Response 2', 2, 0, 0, NULL, NULL), | | (6, NULL, NULL, 3, 'Response 2', 2, 0, 0, NULL, NULL), |
| (7, NULL, NULL, 4, '', 1, 0, 0, 34, NULL), | | (7, NULL, NULL, 4, '', 1, 0, 0, 34, NULL), |
| (8, NULL, NULL, 4, '', 2, 0, 1, 46, NULL), | | (8, NULL, NULL, 4, '', 2, 0, 1, 46, NULL), |
| (9, NULL, NULL, 5, '', 1, 0, 0, 34, NULL), | | (9, NULL, NULL, 5, '', 1, 0, 0, 34, NULL), |
| (10, NULL, NULL, 5, '', 2, 0, 1, 46, NULL), | | (10, NULL, NULL, 5, '', 2, 0, 1, 46, NULL), |
| (11, NULL, NULL, 6, '', 1, 0, 0, 34, NULL), | | (11, NULL, NULL, 6, '', 1, 0, 0, 34, NULL), |
| (12, NULL, NULL, 6, '', 2, 0, 1, 46, NULL), | | (12, NULL, NULL, 6, '', 2, 0, 1, 46, NULL), |
| (13, NULL, NULL, 7, 'No', 1, 0, 0, NULL, NULL), | | (13, NULL, NULL, 7, 'No', 1, 0, 0, NULL, NULL), |
| (14, NULL, NULL, 7, 'Yes', 2, 0, 1, NULL, NULL), | | (14, NULL, NULL, 7, 'Yes', 2, 0, 1, NULL, NULL), |
| (15, NULL, NULL, 8, '', 1, 0, 0, 46, NULL), | | (15, NULL, NULL, 8, '', 1, 0, 0, 46, NULL), |
| (16, NULL, NULL, 8, '', 2, 0, 2, 34, NULL), | | (16, NULL, NULL, 8, '', 2, 0, 2, 34, NULL), |
| (17, NULL, NULL, 9, '', 1, 0, 0, 46, NULL), | | (17, NULL, NULL, 9, '', 1, 0, 0, 46, NULL), |
| (18, NULL, NULL, 9, '', 2, 0, 2, 34, NULL), | | (18, NULL, NULL, 9, '', 2, 0, 2, 34, NULL), |
| (19, NULL, NULL, 10, '', 1, 0, 0, 46, NULL), | | (19, NULL, NULL, 10, '', 1, 0, 0, 46, NULL), |
| (20, NULL, NULL, 10, '', 2, 0, 2, 34, NULL), | | (20, NULL, NULL, 10, '', 2, 0, 2, 34, NULL), |
| (21, NULL, NULL, 11, 'No', 1, 0, 0, NULL, NULL), | | (21, NULL, NULL, 11, 'No', 1, 0, 0, NULL, NULL), |
| (22, NULL, NULL, 11, 'Yes', 2, 0, 1, NULL, NULL), | | (22, NULL, NULL, 11, 'Yes', 2, 0, 1, NULL, NULL), |
| (23, NULL, NULL, 13, 'Text', 1, 0, 0, 52, NULL), | | (23, NULL, NULL, 13, 'Text', 1, 0, 0, 52, NULL), |
| (24, NULL, NULL, 13, 'Text2', 2, 0, 0, 53, NULL), | | (24, NULL, NULL, 13, 'Text2', 2, 0, 0, 53, NULL), |
| (25, NULL, NULL, 13, 'Text3', 3, 0, 0, 51, NULL), | | (25, NULL, NULL, 13, 'Text3', 3, 0, 0, 51, NULL), |
| (26, NULL, NULL, 13, 'Text4', 4, 0, 0, 54, NULL), | | (26, NULL, NULL, 13, 'Text4', 4, 0, 0, 54, NULL), |
| (27, NULL, NULL, 15, 'Response', 1, 0, 0, NULL, NULL), | | (27, NULL, NULL, 15, 'Response', 1, 0, 0, NULL, NULL), |
| (28, NULL, NULL, 16, 'Can Do Supervised', 1, 0, 0, 52, NULL), | | (28, NULL, NULL, 16, 'Can Do Supervised', 1, 0, 0, 52, NULL), |
| (29, NULL, NULL, 16, 'Can Teach Others', 2, 0, 0, 53, NULL), | | (29, NULL, NULL, 16, 'Can Teach Others', 2, 0, 0, 53, NULL), |
| (30, NULL, NULL, 17, '', 1, 0, 0, 8, NULL), | | (30, NULL, NULL, 17, '', 1, 0, 0, 8, NULL), |
| (31, NULL, NULL, 17, '', 2, 0, 0, 9, NULL), | | (31, NULL, NULL, 17, '', 2, 0, 0, 9, NULL), |
| (32, NULL, NULL, 17, '', 3, 0, 0, 4, NULL), | | (32, NULL, NULL, 17, '', 3, 0, 0, 4, NULL), |
| (33, NULL, NULL, 18, '', 1, 0, 0, 48, NULL), | | (33, NULL, NULL, 18, '', 1, 0, 0, 48, NULL), |
| n | (34, NULL, NULL, 18, '', 2, 0, 0, 47, NULL); | n | (34, NULL, NULL, 18, '', 2, 0, 0, 47, NULL), |
| | | (35, NULL, NULL, 20, '', 1, 0, 0, 34, NULL), |
| | | (36, NULL, NULL, 20, '', 2, 0, 1, 46, NULL), |
| | | (37, NULL, NULL, 21, '', 1, 0, 0, 34, NULL), |
| | | (38, NULL, NULL, 21, '', 2, 0, 1, 46, NULL), |
| | | (39, NULL, NULL, 22, '', 1, 0, 0, 34, NULL), |
| | | (40, NULL, NULL, 22, '', 2, 0, 1, 46, NULL), |
| | | (41, NULL, NULL, 23, 'No', 1, 0, 0, NULL, NULL), |
| | | (42, NULL, NULL, 23, 'Yes', 2, 0, 1, NULL, NULL), |
| | | (43, NULL, NULL, 24, 'infant', 1, 0, 0, NULL, NULL), |
| | | (44, NULL, NULL, 24, 'child', 2, 0, 0, NULL, NULL), |
| | | (45, NULL, NULL, 24, 'adult', 3, 0, 0, NULL, NULL), |
| | | (46, NULL, NULL, 24, 'elderly', 4, 0, 0, NULL, NULL), |
| | | (47, NULL, NULL, 25, '', 1, 0, 0, 35, NULL), |
| | | (48, NULL, NULL, 25, '', 2, 0, 0, 33, NULL), |
| | | (49, NULL, NULL, 25, '', 3, 0, 0, 3, NULL), |
| | | (50, NULL, NULL, 25, '', 4, 0, 0, 9, NULL), |
| | | (51, NULL, NULL, 26, '', 1, 0, 0, 35, NULL), |
| | | (52, NULL, NULL, 26, '', 2, 0, 0, 33, NULL), |
| | | (53, NULL, NULL, 26, '', 3, 0, 0, 3, NULL), |
| | | (54, NULL, NULL, 26, '', 4, 0, 0, 9, NULL), |
| | | (55, NULL, NULL, 27, '', 1, 0, 0, 35, NULL), |
| | | (56, NULL, NULL, 27, '', 2, 0, 0, 33, NULL), |
| | | (57, NULL, NULL, 27, '', 3, 0, 0, 3, NULL), |
| | | (58, NULL, NULL, 27, '', 4, 0, 0, 9, NULL), |
| | | (59, NULL, NULL, 28, '', 1, 0, 0, 35, NULL), |
| | | (60, NULL, NULL, 28, '', 2, 0, 0, 33, NULL), |
| | | (61, NULL, NULL, 28, '', 3, 0, 0, 3, NULL), |
| | | (62, NULL, NULL, 28, '', 4, 0, 0, 9, NULL), |
| | | (63, NULL, NULL, 29, '', 1, 0, 0, 35, NULL), |
| | | (64, NULL, NULL, 29, '', 2, 0, 0, 33, NULL), |
| | | (65, NULL, NULL, 29, '', 3, 0, 0, 3, NULL), |
| | | (66, NULL, NULL, 29, '', 4, 0, 0, 9, NULL), |
| | | (67, NULL, NULL, 30, '', 1, 0, 0, 35, NULL), |
| | | (68, NULL, NULL, 30, '', 2, 0, 0, 33, NULL), |
| | | (69, NULL, NULL, 30, '', 3, 0, 0, 3, NULL), |
| | | (70, NULL, NULL, 30, '', 4, 0, 0, 9, NULL), |
| | | (71, NULL, NULL, 31, '', 1, 0, 0, 35, NULL), |
| | | (72, NULL, NULL, 31, '', 2, 0, 0, 33, NULL), |
| | | (73, NULL, NULL, 31, '', 3, 0, 0, 3, NULL), |
| | | (74, NULL, NULL, 31, '', 4, 0, 0, 9, NULL), |
| | | (75, NULL, NULL, 32, '', 1, 0, 0, 35, NULL), |
| | | (76, NULL, NULL, 32, '', 2, 0, 0, 33, NULL), |
| | | (77, NULL, NULL, 32, '', 3, 0, 0, 3, NULL), |
| | | (78, NULL, NULL, 32, '', 4, 0, 0, 9, NULL), |
| | | (79, NULL, NULL, 33, '', 1, 0, 0, 35, NULL), |
| | | (80, NULL, NULL, 33, '', 2, 0, 0, 33, NULL), |
| | | (81, NULL, NULL, 33, '', 3, 0, 0, 3, NULL), |
| | | (82, NULL, NULL, 33, '', 4, 0, 0, 9, NULL), |
| | | (83, NULL, NULL, 34, '', 1, 0, 0, 35, NULL), |
| | | (84, NULL, NULL, 34, '', 2, 0, 0, 33, NULL), |
| | | (85, NULL, NULL, 34, '', 3, 0, 0, 3, NULL), |
| | | (86, NULL, NULL, 34, '', 4, 0, 0, 9, NULL), |
| | | (87, NULL, NULL, 35, '', 1, 0, 0, 35, NULL), |
| | | (88, NULL, NULL, 35, '', 2, 0, 0, 33, NULL), |
| | | (89, NULL, NULL, 35, '', 3, 0, 0, 3, NULL), |
| | | (90, NULL, NULL, 35, '', 4, 0, 0, 9, NULL), |
| | | (91, NULL, NULL, 36, '', 1, 0, 0, 35, NULL), |
| | | (92, NULL, NULL, 36, '', 2, 0, 0, 33, NULL), |
| | | (93, NULL, NULL, 36, '', 3, 0, 0, 3, NULL), |
| | | (94, NULL, NULL, 36, '', 4, 0, 0, 9, NULL), |
| | | (95, NULL, NULL, 37, 'Observation only (no execution)', 1, 0, 0, 38, NULL), |
| | | (96, NULL, NULL, 37, 'Direct, proactive supervision', 2, 0, 0, 18, NULL), |
| | | (97, NULL, NULL, 37, 'Indirect, reactive supervision', 3, 0, 0, 30, NULL), |
| | | (98, NULL, NULL, 37, 'Independent performance (with remote supervision)', 4, 0, 0, 29, NULL), |
| | | (99, NULL, NULL, 37, 'Supervision of trainees', 5, 0, 0, 43, NULL), |
| | | (100, NULL, NULL, 39, '', 1, 0, 0, 34, NULL), |
| | | (101, NULL, NULL, 39, '', 2, 0, 1, 46, NULL), |
| | | (102, NULL, NULL, 40, '', 1, 0, 0, 34, NULL), |
| | | (103, NULL, NULL, 40, '', 2, 0, 1, 46, NULL), |
| | | (104, NULL, NULL, 41, '', 1, 0, 0, 34, NULL), |
| | | (105, NULL, NULL, 41, '', 2, 0, 1, 46, NULL), |
| | | (106, NULL, NULL, 42, 'No', 1, 0, 0, NULL, NULL), |
| | | (107, NULL, NULL, 42, 'Yes', 2, 0, 1, NULL, NULL), |
| | | (108, NULL, NULL, 43, 'infant', 1, 0, 0, NULL, NULL), |
| | | (109, NULL, NULL, 43, 'child', 2, 0, 0, NULL, NULL), |
| | | (110, NULL, NULL, 43, 'adult', 3, 0, 0, NULL, NULL), |
| | | (111, NULL, NULL, 43, 'elderly', 4, 0, 0, NULL, NULL), |
| | | (112, NULL, NULL, 44, '', 1, 0, 0, 35, NULL), |
| | | (113, NULL, NULL, 44, '', 2, 0, 0, 33, NULL), |
| | | (114, NULL, NULL, 44, '', 3, 0, 0, 3, NULL), |
| | | (115, NULL, NULL, 44, '', 4, 0, 0, 9, NULL), |
| | | (116, NULL, NULL, 45, '', 1, 0, 0, 35, NULL), |
| | | (117, NULL, NULL, 45, '', 2, 0, 0, 33, NULL), |
| | | (118, NULL, NULL, 45, '', 3, 0, 0, 3, NULL), |
| | | (119, NULL, NULL, 45, '', 4, 0, 0, 9, NULL), |
| | | (120, NULL, NULL, 46, '', 1, 0, 0, 35, NULL), |
| | | (121, NULL, NULL, 46, '', 2, 0, 0, 33, NULL), |
| | | (122, NULL, NULL, 46, '', 3, 0, 0, 3, NULL), |
| | | (123, NULL, NULL, 46, '', 4, 0, 0, 9, NULL), |
| | | (124, NULL, NULL, 47, '', 1, 0, 0, 35, NULL), |
| | | (125, NULL, NULL, 47, '', 2, 0, 0, 33, NULL), |
| | | (126, NULL, NULL, 47, '', 3, 0, 0, 3, NULL), |
| | | (127, NULL, NULL, 47, '', 4, 0, 0, 9, NULL), |
| | | (128, NULL, NULL, 48, '', 1, 0, 0, 35, NULL), |
| | | (129, NULL, NULL, 48, '', 2, 0, 0, 33, NULL), |
| | | (130, NULL, NULL, 48, '', 3, 0, 0, 3, NULL), |
| | | (131, NULL, NULL, 48, '', 4, 0, 0, 9, NULL), |
| | | (132, NULL, NULL, 49, '', 1, 0, 0, 35, NULL), |
| | | (133, NULL, NULL, 49, '', 2, 0, 0, 33, NULL), |
| | | (134, NULL, NULL, 49, '', 3, 0, 0, 3, NULL), |
| | | (135, NULL, NULL, 49, '', 4, 0, 0, 9, NULL), |
| | | (136, NULL, NULL, 50, 'I had to do', 1, 0, 0, 25, NULL), |
| | | (137, NULL, NULL, 50, 'I had to talk them through', 2, 0, 0, 27, NULL), |
| | | (138, NULL, NULL, 50, 'I had to prompt them from time to time', 3, 0, 0, 26, NULL), |
| | | (139, NULL, NULL, 50, 'I needed to be there in the room just in case', 4, 0, 0, 28, NULL), |
| | | (140, NULL, NULL, 50, 'I did not need to be there', 5, 0, 0, 24, NULL), |
| | | (141, NULL, NULL, 52, '', 1, 0, 0, 34, NULL), |
| | | (142, NULL, NULL, 52, '', 2, 0, 1, 46, NULL), |
| | | (143, NULL, NULL, 53, '', 1, 0, 0, 34, NULL), |
| | | (144, NULL, NULL, 53, '', 2, 0, 1, 46, NULL), |
| | | (145, NULL, NULL, 54, '', 1, 0, 0, 34, NULL), |
| | | (146, NULL, NULL, 54, '', 2, 0, 1, 46, NULL), |
| | | (147, NULL, NULL, 55, 'No', 1, 0, 0, NULL, NULL), |
| | | (148, NULL, NULL, 55, 'Yes', 2, 0, 1, NULL, NULL), |
| | | (149, NULL, NULL, 57, '', 1, 0, 0, 34, NULL), |
| | | (150, NULL, NULL, 57, '', 2, 0, 1, 46, NULL), |
| | | (151, NULL, NULL, 58, '', 1, 0, 0, 34, NULL), |
| | | (152, NULL, NULL, 58, '', 2, 0, 1, 46, NULL), |
| | | (153, NULL, NULL, 59, '', 1, 0, 0, 34, NULL), |
| | | (154, NULL, NULL, 59, '', 2, 0, 1, 46, NULL), |
| | | (155, NULL, NULL, 60, 'No', 1, 0, 0, NULL, NULL), |
| | | (156, NULL, NULL, 60, 'Yes', 2, 0, 1, NULL, NULL), |
| | | (157, NULL, NULL, 62, '', 1, 0, 0, 34, NULL), |
| | | (158, NULL, NULL, 62, '', 2, 0, 1, 46, NULL), |
| | | (159, NULL, NULL, 63, '', 1, 0, 0, 34, NULL), |
| | | (160, NULL, NULL, 63, '', 2, 0, 1, 46, NULL), |
| | | (161, NULL, NULL, 64, '', 1, 0, 0, 34, NULL), |
| | | (162, NULL, NULL, 64, '', 2, 0, 1, 46, NULL), |
| | | (163, NULL, NULL, 65, 'No', 1, 0, 0, NULL, NULL), |
| | | (164, NULL, NULL, 65, 'Yes', 2, 0, 1, NULL, NULL), |
| | | (165, NULL, NULL, 66, 'infant', 1, 0, 0, NULL, NULL), |
| | | (166, NULL, NULL, 66, 'child', 2, 0, 0, NULL, NULL), |
| | | (167, NULL, NULL, 66, 'adult', 3, 0, 0, NULL, NULL), |
| | | (168, NULL, NULL, 66, 'elderly', 4, 0, 0, NULL, NULL), |
| | | (169, NULL, NULL, 67, '', 1, 0, 0, 35, NULL), |
| | | (170, NULL, NULL, 67, '', 2, 0, 0, 33, NULL), |
| | | (171, NULL, NULL, 67, '', 3, 0, 0, 3, NULL), |
| | | (172, NULL, NULL, 67, '', 4, 0, 0, 9, NULL), |
| | | (173, NULL, NULL, 68, '', 1, 0, 0, 35, NULL), |
| | | (174, NULL, NULL, 68, '', 2, 0, 0, 33, NULL), |
| | | (175, NULL, NULL, 68, '', 3, 0, 0, 3, NULL), |
| | | (176, NULL, NULL, 68, '', 4, 0, 0, 9, NULL), |
| | | (177, NULL, NULL, 69, 'Observation only (no execution)', 1, 0, 0, 38, NULL), |
| | | (178, NULL, NULL, 69, 'Direct, proactive supervision', 2, 0, 0, 18, NULL), |
| | | (179, NULL, NULL, 69, 'Indirect, reactive supervision', 3, 0, 0, 30, NULL), |
| | | (180, NULL, NULL, 69, 'Independent performance (with remote supervision)', 4, 0, 0, 29, NULL), |
| | | (181, NULL, NULL, 69, 'Supervision of trainees', 5, 0, 0, 43, NULL), |
| | | (182, NULL, NULL, 70, 'infant', 1, 0, 0, NULL, NULL), |
| | | (183, NULL, NULL, 70, 'child', 2, 0, 0, NULL, NULL), |
| | | (184, NULL, NULL, 70, 'adult', 3, 0, 0, NULL, NULL), |
| | | (185, NULL, NULL, 70, 'elderly', 4, 0, 0, NULL, NULL), |
| | | (186, NULL, NULL, 71, '', 1, 0, 0, 35, NULL), |
| | | (187, NULL, NULL, 71, '', 2, 0, 0, 32, NULL), |
| | | (188, NULL, NULL, 71, '', 3, 0, 0, 19, NULL), |
| | | (189, NULL, NULL, 71, '', 4, 0, 0, 3, NULL), |
| | | (190, NULL, NULL, 71, '', 5, 0, 0, 4, NULL), |
| | | (191, NULL, NULL, 71, '', 6, 0, 0, 20, NULL), |
| | | (192, NULL, NULL, 72, '', 1, 0, 0, 35, NULL), |
| | | (193, NULL, NULL, 72, '', 2, 0, 0, 32, NULL), |
| | | (194, NULL, NULL, 72, '', 3, 0, 0, 19, NULL), |
| | | (195, NULL, NULL, 72, '', 4, 0, 0, 3, NULL), |
| | | (196, NULL, NULL, 72, '', 5, 0, 0, 4, NULL), |
| | | (197, NULL, NULL, 72, '', 6, 0, 0, 20, NULL), |
| | | (198, NULL, NULL, 73, '', 1, 0, 0, 35, NULL), |
| | | (199, NULL, NULL, 73, '', 2, 0, 0, 32, NULL), |
| | | (200, NULL, NULL, 73, '', 3, 0, 0, 19, NULL), |
| | | (201, NULL, NULL, 73, '', 4, 0, 0, 3, NULL), |
| | | (202, NULL, NULL, 73, '', 5, 0, 0, 4, NULL), |
| | | (203, NULL, NULL, 73, '', 6, 0, 0, 20, NULL), |
| | | (204, NULL, NULL, 74, '', 1, 0, 0, 35, NULL), |
| | | (205, NULL, NULL, 74, '', 2, 0, 0, 32, NULL), |
| | | (206, NULL, NULL, 74, '', 3, 0, 0, 19, NULL), |
| | | (207, NULL, NULL, 74, '', 4, 0, 0, 3, NULL), |
| | | (208, NULL, NULL, 74, '', 5, 0, 0, 4, NULL), |
| | | (209, NULL, NULL, 74, '', 6, 0, 0, 20, NULL), |
| | | (210, NULL, NULL, 75, 'Observation only (no execution)', 1, 0, 0, 38, NULL), |
| | | (211, NULL, NULL, 75, 'Direct, proactive supervision', 2, 0, 0, 18, NULL), |
| | | (212, NULL, NULL, 75, 'Indirect, reactive supervision', 3, 0, 0, 30, NULL), |
| | | (213, NULL, NULL, 75, 'Independent performance (with remote supervision)', 4, 0, 0, 29, NULL), |
| | | (214, NULL, NULL, 75, 'Supervision of trainees', 5, 0, 0, 43, NULL), |
| | | (215, NULL, NULL, 77, '', 1, 0, 0, 34, NULL), |
| | | (216, NULL, NULL, 77, '', 2, 0, 1, 46, NULL), |
| | | (217, NULL, NULL, 78, '', 1, 0, 0, 34, NULL), |
| | | (218, NULL, NULL, 78, '', 2, 0, 1, 46, NULL), |
| | | (219, NULL, NULL, 79, '', 1, 0, 0, 34, NULL), |
| | | (220, NULL, NULL, 79, '', 2, 0, 1, 46, NULL), |
| | | (221, NULL, NULL, 80, 'No', 1, 0, 0, NULL, NULL), |
| | | (222, NULL, NULL, 80, 'Yes', 2, 0, 1, NULL, NULL), |
| | | (223, NULL, NULL, 81, 'infant', 1, 0, 0, NULL, NULL), |
| | | (224, NULL, NULL, 81, 'child', 2, 0, 0, NULL, NULL), |
| | | (225, NULL, NULL, 81, 'adult', 3, 0, 0, NULL, NULL), |
| | | (226, NULL, NULL, 81, 'elderly', 4, 0, 0, NULL, NULL), |
| | | (227, NULL, NULL, 82, '', 1, 0, 0, 35, NULL), |
| | | (228, NULL, NULL, 82, '', 2, 0, 0, 45, NULL), |
| | | (229, NULL, NULL, 82, '', 3, 0, 0, 32, NULL), |
| | | (230, NULL, NULL, 82, '', 4, 0, 0, 19, NULL), |
| | | (231, NULL, NULL, 82, '', 5, 0, 0, 3, NULL), |
| | | (232, NULL, NULL, 82, '', 6, 0, 0, 4, NULL), |
| | | (233, NULL, NULL, 82, '', 7, 0, 0, 20, NULL), |
| | | (234, NULL, NULL, 83, '', 1, 0, 0, 35, NULL), |
| | | (235, NULL, NULL, 83, '', 2, 0, 0, 45, NULL), |
| | | (236, NULL, NULL, 83, '', 3, 0, 0, 32, NULL), |
| | | (237, NULL, NULL, 83, '', 4, 0, 0, 19, NULL), |
| | | (238, NULL, NULL, 83, '', 5, 0, 0, 3, NULL), |
| | | (239, NULL, NULL, 83, '', 6, 0, 0, 4, NULL), |
| | | (240, NULL, NULL, 83, '', 7, 0, 0, 20, NULL), |
| | | (241, NULL, NULL, 84, '', 1, 0, 0, 35, NULL), |
| | | (242, NULL, NULL, 84, '', 2, 0, 0, 45, NULL), |
| | | (243, NULL, NULL, 84, '', 3, 0, 0, 32, NULL), |
| | | (244, NULL, NULL, 84, '', 4, 0, 0, 19, NULL), |
| | | (245, NULL, NULL, 84, '', 5, 0, 0, 3, NULL), |
| | | (246, NULL, NULL, 84, '', 6, 0, 0, 4, NULL), |
| | | (247, NULL, NULL, 84, '', 7, 0, 0, 20, NULL), |
| | | (248, NULL, NULL, 85, '', 1, 0, 0, 35, NULL), |
| | | (249, NULL, NULL, 85, '', 2, 0, 0, 45, NULL), |
| | | (250, NULL, NULL, 85, '', 3, 0, 0, 32, NULL), |
| | | (251, NULL, NULL, 85, '', 4, 0, 0, 19, NULL), |
| | | (252, NULL, NULL, 85, '', 5, 0, 0, 3, NULL), |
| | | (253, NULL, NULL, 85, '', 6, 0, 0, 4, NULL), |
| | | (254, NULL, NULL, 85, '', 7, 0, 0, 20, NULL), |
| | | (255, NULL, NULL, 86, '', 1, 0, 0, 35, NULL), |
| | | (256, NULL, NULL, 86, '', 2, 0, 0, 45, NULL), |
| | | (257, NULL, NULL, 86, '', 3, 0, 0, 32, NULL), |
| | | (258, NULL, NULL, 86, '', 4, 0, 0, 19, NULL), |
| | | (259, NULL, NULL, 86, '', 5, 0, 0, 3, NULL), |
| | | (260, NULL, NULL, 86, '', 6, 0, 0, 4, NULL), |
| | | (261, NULL, NULL, 86, '', 7, 0, 0, 20, NULL), |
| | | (262, NULL, NULL, 87, '', 1, 0, 0, 35, NULL), |
| | | (263, NULL, NULL, 87, '', 2, 0, 0, 45, NULL), |
| | | (264, NULL, NULL, 87, '', 3, 0, 0, 32, NULL), |
| | | (265, NULL, NULL, 87, '', 4, 0, 0, 19, NULL), |
| | | (266, NULL, NULL, 87, '', 5, 0, 0, 3, NULL), |
| | | (267, NULL, NULL, 87, '', 6, 0, 0, 4, NULL), |
| | | (268, NULL, NULL, 87, '', 7, 0, 0, 20, NULL), |
| | | (269, NULL, NULL, 88, '', 1, 0, 0, 35, NULL), |
| | | (270, NULL, NULL, 88, '', 2, 0, 0, 45, NULL), |
| | | (271, NULL, NULL, 88, '', 3, 0, 0, 32, NULL), |
| | | (272, NULL, NULL, 88, '', 4, 0, 0, 19, NULL), |
| | | (273, NULL, NULL, 88, '', 5, 0, 0, 3, NULL), |
| | | (274, NULL, NULL, 88, '', 6, 0, 0, 4, NULL), |
| | | (275, NULL, NULL, 88, '', 7, 0, 0, 20, NULL), |
| | | (276, NULL, NULL, 89, 'Observation only (no execution)', 1, 0, 0, 38, NULL), |
| | | (277, NULL, NULL, 89, 'Direct, proactive supervision', 2, 0, 0, 18, NULL), |
| | | (278, NULL, NULL, 89, 'Indirect, reactive supervision', 3, 0, 0, 30, NULL), |
| | | (279, NULL, NULL, 89, 'Independent performance (with remote supervision)', 4, 0, 0, 29, NULL), |
| | | (280, NULL, NULL, 89, 'Supervision of trainees', 5, 0, 0, 43, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_item_response_objectives` | | -- Table structure for table `cbl_assessments_lu_item_response_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_item_response_objectives` ( | | CREATE TABLE `cbl_assessments_lu_item_response_objectives` ( |
| `irobjective_id` int(11) UNSIGNED NOT NULL, | | `irobjective_id` int(11) UNSIGNED NOT NULL, |
| `iresponse_id` int(11) UNSIGNED NOT NULL, | | `iresponse_id` int(11) UNSIGNED NOT NULL, |
| `objective_id` int(11) UNSIGNED NOT NULL, | | `objective_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_lu_item_response_objectives` | | -- Dumping data for table `cbl_assessments_lu_item_response_objectives` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_lu_item_response_objectives` (`irobjective_id`, `iresponse_id`, `objective_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessments_lu_item_response_objectives` (`irobjective_id`, `iresponse_id`, `objective_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| n | (1, 27, 2687, 1685381585, 1, NULL, NULL, NULL); | n | (1, 27, 2687, 1685381585, 1, NULL, NULL, NULL), |
| | | (2, 43, 2773, 1685389171, 1, NULL, NULL, NULL), |
| | | (3, 44, 2774, 1685389171, 1, NULL, NULL, NULL), |
| | | (4, 45, 2775, 1685389171, 1, NULL, NULL, NULL), |
| | | (5, 46, 2776, 1685389171, 1, NULL, NULL, NULL), |
| | | (6, 108, 2773, 1685470155, 1, NULL, NULL, NULL), |
| | | (7, 109, 2774, 1685470155, 1, NULL, NULL, NULL), |
| | | (8, 110, 2775, 1685470155, 1, NULL, NULL, NULL), |
| | | (9, 111, 2776, 1685470155, 1, NULL, NULL, NULL), |
| | | (10, 165, 2773, 1685543107, 1, NULL, NULL, NULL), |
| | | (11, 166, 2774, 1685543107, 1, NULL, NULL, NULL), |
| | | (12, 167, 2775, 1685543107, 1, NULL, NULL, NULL), |
| | | (13, 168, 2776, 1685543107, 1, NULL, NULL, NULL), |
| | | (14, 182, 2773, 1685543107, 1, NULL, NULL, NULL), |
| | | (15, 183, 2774, 1685543107, 1, NULL, NULL, NULL), |
| | | (16, 184, 2775, 1685543107, 1, NULL, NULL, NULL), |
| | | (17, 185, 2776, 1685543107, 1, NULL, NULL, NULL), |
| | | (18, 223, 2773, 1685544478, 1, NULL, NULL, NULL), |
| | | (19, 224, 2774, 1685544478, 1, NULL, NULL, NULL), |
| | | (20, 225, 2775, 1685544478, 1, NULL, NULL, NULL), |
| | | (21, 226, 2776, 1685544478, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_rating_scale_types` | | -- Table structure for table `cbl_assessments_lu_rating_scale_types` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_rating_scale_types` ( | | CREATE TABLE `cbl_assessments_lu_rating_scale_types` ( |
| `rating_scale_type_id` int(11) UNSIGNED NOT NULL, | | `rating_scale_type_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) UNSIGNED NOT NULL, | | `organisation_id` int(11) UNSIGNED NOT NULL, |
| `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `description` text COLLATE utf8_unicode_ci NOT NULL, | | `description` text COLLATE utf8_unicode_ci NOT NULL, |
| `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1', | | `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1', |
| `ordering` int(11) UNSIGNED NOT NULL, | | `ordering` int(11) UNSIGNED NOT NULL, |
| `dashboard_visibility` tinyint(1) UNSIGNED NOT NULL DEFAULT '1', | | `dashboard_visibility` tinyint(1) UNSIGNED NOT NULL DEFAULT '1', |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_lu_rating_scale_types` | | -- Dumping data for table `cbl_assessments_lu_rating_scale_types` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_lu_rating_scale_types` (`rating_scale_type_id`, `organisation_id`, `shortname`, `title`, `description`, `active`, `ordering`, `dashboard_visibility`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessments_lu_rating_scale_types` (`rating_scale_type_id`, `organisation_id`, `shortname`, `title`, `description`, `active`, `ordering`, `dashboard_visibility`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES |
| (1, 1, 'global_assessment', 'Global Assessment', '', 1, 0, 1, 1, 1510375509, NULL, NULL, NULL), | | (1, 1, 'global_assessment', 'Global Assessment', '', 1, 0, 1, 1, 1510375509, NULL, NULL, NULL), |
| (2, 1, 'milestone_ec', 'MS/EC', 'Milestones / EC', 1, 0, 1, 1, 1510375509, NULL, NULL, NULL), | | (2, 1, 'milestone_ec', 'MS/EC', 'Milestones / EC', 1, 0, 1, 1, 1510375509, NULL, NULL, NULL), |
| (3, 1, 'dashboard_scale', 'Dashboard Scale', 'Dashboard Scale', 1, 0, 1, 1, 1510375509, NULL, NULL, NULL), | | (3, 1, 'dashboard_scale', 'Dashboard Scale', 'Dashboard Scale', 1, 0, 1, 1, 1510375509, NULL, NULL, NULL), |
| (4, 2, 'dashboard_scale', 'Dashboard Scale', 'Dashboard Scale', 1, 0, 1, 1, 1685381585, NULL, NULL, NULL), | | (4, 2, 'dashboard_scale', 'Dashboard Scale', 'Dashboard Scale', 1, 0, 1, 1, 1685381585, NULL, NULL, NULL), |
| (5, 2, 'milestone_ec', 'MS/EC', 'Milestones / EC', 1, 0, 1, 1, 1685381585, NULL, NULL, NULL), | | (5, 2, 'milestone_ec', 'MS/EC', 'Milestones / EC', 1, 0, 1, 1, 1685381585, NULL, NULL, NULL), |
| (6, 2, 'global_assessment', 'Global Assessment', 'Global Assessment', 1, 0, 1, 1, 1685381585, NULL, NULL, NULL); | | (6, 2, 'global_assessment', 'Global Assessment', 'Global Assessment', 1, 0, 1, 1, 1685381585, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_response_description_options` | | -- Table structure for table `cbl_assessments_lu_response_description_options` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_response_description_options` ( | | CREATE TABLE `cbl_assessments_lu_response_description_options` ( |
| `rdoption_id` int(11) UNSIGNED NOT NULL, | | `rdoption_id` int(11) UNSIGNED NOT NULL, |
| `ardescriptor_id` int(11) UNSIGNED NOT NULL, | | `ardescriptor_id` int(11) UNSIGNED NOT NULL, |
| `option` varchar(255) NOT NULL DEFAULT '', | | `option` varchar(255) NOT NULL DEFAULT '', |
| `option_value` text, | | `option_value` text, |
| `organisation_id` int(12) UNSIGNED NOT NULL, | | `organisation_id` int(12) UNSIGNED NOT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_response_descriptors` | | -- Table structure for table `cbl_assessments_lu_response_descriptors` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_response_descriptors` ( | | CREATE TABLE `cbl_assessments_lu_response_descriptors` ( |
| `ardescriptor_id` int(11) UNSIGNED NOT NULL, | | `ardescriptor_id` int(11) UNSIGNED NOT NULL, |
| `one45_anchor_value` int(11) DEFAULT NULL, | | `one45_anchor_value` int(11) DEFAULT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `curriculum_track_id` int(12) DEFAULT NULL, | | `curriculum_track_id` int(12) DEFAULT NULL, |
| `descriptor` varchar(255) NOT NULL DEFAULT '', | | `descriptor` varchar(255) NOT NULL DEFAULT '', |
| `reportable` tinyint(1) NOT NULL DEFAULT '1', | | `reportable` tinyint(1) NOT NULL DEFAULT '1', |
| `order` tinyint(3) NOT NULL DEFAULT '0', | | `order` tinyint(3) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_lu_response_descriptors` | | -- Dumping data for table `cbl_assessments_lu_response_descriptors` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_lu_response_descriptors` (`ardescriptor_id`, `one45_anchor_value`, `organisation_id`, `curriculum_track_id`, `descriptor`, `reportable`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessments_lu_response_descriptors` (`ardescriptor_id`, `one45_anchor_value`, `organisation_id`, `curriculum_track_id`, `descriptor`, `reportable`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, NULL, 1, NULL, 'Opportunities for Growth', 1, 1, 1402703700, 1, NULL, NULL, NULL), | | (1, NULL, 1, NULL, 'Opportunities for Growth', 1, 1, 1402703700, 1, NULL, NULL, NULL), |
| (2, NULL, 1, NULL, 'Borderline LOW', 1, 2, 1402531209, 1, NULL, NULL, NULL), | | (2, NULL, 1, NULL, 'Borderline LOW', 1, 2, 1402531209, 1, NULL, NULL, NULL), |
| (3, NULL, 1, NULL, 'Developing', 1, 3, 1397670525, 1, NULL, NULL, NULL), | | (3, NULL, 1, NULL, 'Developing', 1, 3, 1397670525, 1, NULL, NULL, NULL), |
| (4, NULL, 1, NULL, 'Achieving', 1, 4, 1397670545, 1, NULL, NULL, NULL), | | (4, NULL, 1, NULL, 'Achieving', 1, 4, 1397670545, 1, NULL, NULL, NULL), |
| (5, NULL, 1, NULL, 'Borderline HIGH', 1, 5, 1402531188, 1, NULL, NULL, NULL), | | (5, NULL, 1, NULL, 'Borderline HIGH', 1, 5, 1402531188, 1, NULL, NULL, NULL), |
| (6, NULL, 1, NULL, 'Exceptional', 1, 6, 1402697384, 1, NULL, NULL, NULL), | | (6, NULL, 1, NULL, 'Exceptional', 1, 6, 1402697384, 1, NULL, NULL, NULL), |
| (7, NULL, 1, NULL, 'Not Applicable', 1, 7, 1402703794, 1, NULL, NULL, NULL), | | (7, NULL, 1, NULL, 'Not Applicable', 1, 7, 1402703794, 1, NULL, NULL, NULL), |
| (8, NULL, 1, NULL, 'Accepted standards not yet met, frequent errors uncorrected', 1, 8, 1510375509, 1, NULL, NULL, NULL), | | (8, NULL, 1, NULL, 'Accepted standards not yet met, frequent errors uncorrected', 1, 8, 1510375509, 1, NULL, NULL, NULL), |
| (9, NULL, 1, NULL, 'Achieved', 1, 9, 1510375509, 1, NULL, NULL, NULL), | | (9, NULL, 1, NULL, 'Achieved', 1, 9, 1510375509, 1, NULL, NULL, NULL), |
| (10, NULL, 1, NULL, 'Achieving (ready for independent practice)', 1, 10, 1510375509, 1, NULL, NULL, NULL), | | (10, NULL, 1, NULL, 'Achieving (ready for independent practice)', 1, 10, 1510375509, 1, NULL, NULL, NULL), |
| (11, NULL, 1, NULL, 'Achieves standard expected', 1, 11, 1510375509, 1, NULL, NULL, NULL), | | (11, NULL, 1, NULL, 'Achieves standard expected', 1, 11, 1510375509, 1, NULL, NULL, NULL), |
| (12, NULL, 1, NULL, 'Advanced beginner', 1, 12, 1510375509, 1, NULL, NULL, NULL), | | (12, NULL, 1, NULL, 'Advanced beginner', 1, 12, 1510375509, 1, NULL, NULL, NULL), |
| (13, NULL, 1, NULL, 'Almost', 1, 13, 1510375509, 1, NULL, NULL, NULL), | | (13, NULL, 1, NULL, 'Almost', 1, 13, 1510375509, 1, NULL, NULL, NULL), |
| (14, NULL, 1, NULL, 'Clearly exceeds standard', 1, 14, 1510375509, 1, NULL, NULL, NULL), | | (14, NULL, 1, NULL, 'Clearly exceeds standard', 1, 14, 1510375509, 1, NULL, NULL, NULL), |
| (15, NULL, 1, NULL, 'Competent and safe throughout procedure, no uncorrected errors', 1, 15, 1510375509, 1, NULL, NULL, NULL), | | (15, NULL, 1, NULL, 'Competent and safe throughout procedure, no uncorrected errors', 1, 15, 1510375509, 1, NULL, NULL, NULL), |
| (16, NULL, 1, NULL, 'Competent', 1, 16, 1510375509, 1, NULL, NULL, NULL), | | (16, NULL, 1, NULL, 'Competent', 1, 16, 1510375509, 1, NULL, NULL, NULL), |
| (17, NULL, 1, NULL, 'Direct supervision', 1, 17, 1510375509, 1, NULL, NULL, NULL), | | (17, NULL, 1, NULL, 'Direct supervision', 1, 17, 1510375509, 1, NULL, NULL, NULL), |
| (18, NULL, 1, NULL, 'Direct, proactive supervision', 1, 18, 1510375509, 1, NULL, NULL, NULL), | | (18, NULL, 1, NULL, 'Direct, proactive supervision', 1, 18, 1510375509, 1, NULL, NULL, NULL), |
| (19, NULL, 1, NULL, 'Emerging', 1, 19, 1510375509, 1, NULL, NULL, NULL), | | (19, NULL, 1, NULL, 'Emerging', 1, 19, 1510375509, 1, NULL, NULL, NULL), |
| (20, NULL, 1, NULL, 'Established', 1, 20, 1510375509, 1, NULL, NULL, NULL), | | (20, NULL, 1, NULL, 'Established', 1, 20, 1510375509, 1, NULL, NULL, NULL), |
| (21, NULL, 1, NULL, 'Expert', 1, 21, 1510375509, 1, NULL, NULL, NULL), | | (21, NULL, 1, NULL, 'Expert', 1, 21, 1510375509, 1, NULL, NULL, NULL), |
| (22, NULL, 1, NULL, 'Flagged for review', 1, 22, 1510375509, 1, NULL, NULL, NULL), | | (22, NULL, 1, NULL, 'Flagged for review', 1, 22, 1510375509, 1, NULL, NULL, NULL), |
| (23, NULL, 1, NULL, 'Highly skilled performance', 1, 23, 1510375509, 1, NULL, NULL, NULL), | | (23, NULL, 1, NULL, 'Highly skilled performance', 1, 23, 1510375509, 1, NULL, NULL, NULL), |
| (24, NULL, 1, NULL, 'I did not need to be there', 1, 24, 1510375509, 1, NULL, NULL, NULL), | | (24, NULL, 1, NULL, 'I did not need to be there', 1, 24, 1510375509, 1, NULL, NULL, NULL), |
| (25, NULL, 1, NULL, 'I had to do', 1, 25, 1510375509, 1, NULL, NULL, NULL), | | (25, NULL, 1, NULL, 'I had to do', 1, 25, 1510375509, 1, NULL, NULL, NULL), |
| (26, NULL, 1, NULL, 'I had to prompt them from time to time', 1, 26, 1510375509, 1, NULL, NULL, NULL), | | (26, NULL, 1, NULL, 'I had to prompt them from time to time', 1, 26, 1510375509, 1, NULL, NULL, NULL), |
| (27, NULL, 1, NULL, 'I had to talk them through', 1, 27, 1510375509, 1, NULL, NULL, NULL), | | (27, NULL, 1, NULL, 'I had to talk them through', 1, 27, 1510375509, 1, NULL, NULL, NULL), |
| (28, NULL, 1, NULL, 'I needed to be there in the room just in case', 1, 28, 1510375509, 1, NULL, NULL, NULL), | | (28, NULL, 1, NULL, 'I needed to be there in the room just in case', 1, 28, 1510375509, 1, NULL, NULL, NULL), |
| (29, NULL, 1, NULL, 'Independent performance (with remote supervision)', 1, 29, 1510375509, 1, NULL, NULL, NULL), | | (29, NULL, 1, NULL, 'Independent performance (with remote supervision)', 1, 29, 1510375509, 1, NULL, NULL, NULL), |
| (30, NULL, 1, NULL, 'Indirect, reactive supervision', 1, 30, 1510375509, 1, NULL, NULL, NULL), | | (30, NULL, 1, NULL, 'Indirect, reactive supervision', 1, 30, 1510375509, 1, NULL, NULL, NULL), |
| (31, NULL, 1, NULL, 'Is almost there', 1, 31, 1510375509, 1, NULL, NULL, NULL), | | (31, NULL, 1, NULL, 'Is almost there', 1, 31, 1510375509, 1, NULL, NULL, NULL), |
| (32, NULL, 1, NULL, 'Limited', 1, 32, 1510375509, 1, NULL, NULL, NULL), | | (32, NULL, 1, NULL, 'Limited', 1, 32, 1510375509, 1, NULL, NULL, NULL), |
| (33, NULL, 1, NULL, 'Needs attention', 1, 33, 1510375509, 1, NULL, NULL, NULL), | | (33, NULL, 1, NULL, 'Needs attention', 1, 33, 1510375509, 1, NULL, NULL, NULL), |
| (34, NULL, 1, NULL, 'No', 1, 34, 1510375509, 1, NULL, NULL, NULL), | | (34, NULL, 1, NULL, 'No', 1, 34, 1510375509, 1, NULL, NULL, NULL), |
| (35, NULL, 1, NULL, 'Not observed', 1, 35, 1510375509, 1, NULL, NULL, NULL), | | (35, NULL, 1, NULL, 'Not observed', 1, 35, 1510375509, 1, NULL, NULL, NULL), |
| (36, NULL, 1, NULL, 'Not yet', 1, 36, 1510375509, 1, NULL, NULL, NULL), | | (36, NULL, 1, NULL, 'Not yet', 1, 36, 1510375509, 1, NULL, NULL, NULL), |
| (37, NULL, 1, NULL, 'Novice', 1, 37, 1510375509, 1, NULL, NULL, NULL), | | (37, NULL, 1, NULL, 'Novice', 1, 37, 1510375509, 1, NULL, NULL, NULL), |
| (38, NULL, 1, NULL, 'Observation only (no execution)', 1, 38, 1510375509, 1, NULL, NULL, NULL), | | (38, NULL, 1, NULL, 'Observation only (no execution)', 1, 38, 1510375509, 1, NULL, NULL, NULL), |
| (39, NULL, 1, NULL, 'Proficient', 1, 39, 1510375509, 1, NULL, NULL, NULL), | | (39, NULL, 1, NULL, 'Proficient', 1, 39, 1510375509, 1, NULL, NULL, NULL), |
| (40, NULL, 1, NULL, 'Some standards not yet met, aspects to be improved, some errors uncorrected', 1, 40, 1510375509, 1, NULL, NULL, NULL), | | (40, NULL, 1, NULL, 'Some standards not yet met, aspects to be improved, some errors uncorrected', 1, 40, 1510375509, 1, NULL, NULL, NULL), |
| (41, NULL, 1, NULL, 'Shows critical weaknesses', 1, 41, 1510375509, 1, NULL, NULL, NULL), | | (41, NULL, 1, NULL, 'Shows critical weaknesses', 1, 41, 1510375509, 1, NULL, NULL, NULL), |
| (42, NULL, 1, NULL, 'Supervision for refinement', 1, 42, 1510375509, 1, NULL, NULL, NULL), | | (42, NULL, 1, NULL, 'Supervision for refinement', 1, 42, 1510375509, 1, NULL, NULL, NULL), |
| (43, NULL, 1, NULL, 'Supervision of trainees', 1, 43, 1510375509, 1, NULL, NULL, NULL), | | (43, NULL, 1, NULL, 'Supervision of trainees', 1, 43, 1510375509, 1, NULL, NULL, NULL), |
| (44, NULL, 1, NULL, 'Supervision on demand', 1, 44, 1510375509, 1, NULL, NULL, NULL), | | (44, NULL, 1, NULL, 'Supervision on demand', 1, 44, 1510375509, 1, NULL, NULL, NULL), |
| (45, NULL, 1, NULL, 'Very limited', 1, 45, 1510375509, 1, NULL, NULL, NULL), | | (45, NULL, 1, NULL, 'Very limited', 1, 45, 1510375509, 1, NULL, NULL, NULL), |
| (46, NULL, 1, NULL, 'Yes', 1, 46, 1510375509, 1, NULL, NULL, NULL), | | (46, NULL, 1, NULL, 'Yes', 1, 46, 1510375509, 1, NULL, NULL, NULL), |
| (47, NULL, 1, NULL, 'Completed', 1, 1, 1685381581, 1, NULL, NULL, NULL), | | (47, NULL, 1, NULL, 'Completed', 1, 1, 1685381581, 1, NULL, NULL, NULL), |
| (48, NULL, 1, NULL, 'In Progress', 1, 2, 1685381581, 1, NULL, NULL, NULL), | | (48, NULL, 1, NULL, 'In Progress', 1, 2, 1685381581, 1, NULL, NULL, NULL), |
| (51, NULL, 2, 0, 'Cannot Do By Themselves', 1, 47, 1685381585, 1, 1685381585, 1, NULL), | | (51, NULL, 2, 0, 'Cannot Do By Themselves', 1, 47, 1685381585, 1, 1685381585, 1, NULL), |
| (52, NULL, 2, 0, 'Can Do Supervised', 1, 48, 1685381585, 1, 1685381585, 1, NULL), | | (52, NULL, 2, 0, 'Can Do Supervised', 1, 48, 1685381585, 1, 1685381585, 1, NULL), |
| (53, NULL, 2, 0, 'Can Teach Others', 1, 49, 1685381585, 1, 1685381585, 1, NULL), | | (53, NULL, 2, 0, 'Can Teach Others', 1, 49, 1685381585, 1, 1685381585, 1, NULL), |
| (54, NULL, 2, 0, 'Unable To Assess', 1, 50, 1685381585, 1, 1685381585, 1, NULL), | | (54, NULL, 2, 0, 'Unable To Assess', 1, 50, 1685381585, 1, 1685381585, 1, NULL), |
| (57, NULL, 2, NULL, 'No', 1, 34, 1685381585, 1, NULL, NULL, NULL), | | (57, NULL, 2, NULL, 'No', 1, 34, 1685381585, 1, NULL, NULL, NULL), |
| (58, NULL, 2, NULL, 'Yes', 1, 46, 1685381585, 1, NULL, NULL, NULL), | | (58, NULL, 2, NULL, 'Yes', 1, 46, 1685381585, 1, NULL, NULL, NULL), |
| (59, NULL, 2, 1, '0', 1, 0, 1685381585, 1, NULL, NULL, NULL), | | (59, NULL, 2, 1, '0', 1, 0, 1685381585, 1, NULL, NULL, NULL), |
| (60, NULL, 2, 1, 'N/A', 1, 0, 1685381585, 1, NULL, NULL, NULL); | | (60, NULL, 2, 1, 'N/A', 1, 0, 1685381585, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_rubrics` | | -- Table structure for table `cbl_assessments_lu_rubrics` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_rubrics` ( | | CREATE TABLE `cbl_assessments_lu_rubrics` ( |
| `rubric_id` int(11) UNSIGNED NOT NULL, | | `rubric_id` int(11) UNSIGNED NOT NULL, |
| `one45_element_id` int(11) DEFAULT NULL, | | `one45_element_id` int(11) DEFAULT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `rubric_title` varchar(2048) DEFAULT NULL, | | `rubric_title` varchar(2048) DEFAULT NULL, |
| `rubric_description` text, | | `rubric_description` text, |
| `rubric_item_code` varchar(128) DEFAULT '', | | `rubric_item_code` varchar(128) DEFAULT '', |
| `is_scale` tinyint(1) NOT NULL DEFAULT '0', | | `is_scale` tinyint(1) NOT NULL DEFAULT '0', |
| `rating_scale_id` int(11) UNSIGNED DEFAULT NULL, | | `rating_scale_id` int(11) UNSIGNED DEFAULT NULL, |
| `hidden_columns` text, | | `hidden_columns` text, |
| `attributes` text, | | `attributes` text, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessments_lu_rubrics` | | -- Dumping data for table `cbl_assessments_lu_rubrics` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessments_lu_rubrics` (`rubric_id`, `one45_element_id`, `organisation_id`, `rubric_title`, `rubric_description`, `rubric_item_code`, `is_scale`, `rating_scale_id`, `hidden_columns`, `attributes`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessments_lu_rubrics` (`rubric_id`, `one45_element_id`, `organisation_id`, `rubric_title`, `rubric_description`, `rubric_item_code`, `is_scale`, `rating_scale_id`, `hidden_columns`, `attributes`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES |
| (1, NULL, 1, 'Concerns', NULL, 'CBME_rubric_from_scale', 0, NULL, NULL, '{\"disable_edit\":true}', NULL, NULL, 1685381585, 1, NULL), | | (1, NULL, 1, 'Concerns', NULL, 'CBME_rubric_from_scale', 0, NULL, NULL, '{\"disable_edit\":true}', NULL, NULL, 1685381585, 1, NULL), |
| (2, NULL, 2, 'Concerns', '', 'CBME_rubric_from_scale', 0, NULL, NULL, '[]', 1685381585, 1, 1685381585, 1, NULL), | | (2, NULL, 2, 'Concerns', '', 'CBME_rubric_from_scale', 0, NULL, NULL, '[]', 1685381585, 1, 1685381585, 1, NULL), |
| n | (3, NULL, 1, 'Group item test', NULL, NULL, 0, 16, NULL, '[]', NULL, NULL, 1685381585, 1, NULL); | n | (3, NULL, 1, 'Group item test', NULL, NULL, 0, 16, NULL, '[]', NULL, NULL, 1685381585, 1, NULL), |
| | | (4, NULL, 1, 'Concerns', '', 'CBME_rubric_from_scale', 0, NULL, NULL, '[]', NULL, NULL, 1685388693, 1, NULL), |
| | | (5, NULL, 1, 'Functions', '', 'CBME_rubric_from_scale', 0, 9, NULL, '{\"reorderable_in_form\":true}', NULL, NULL, 1685389171, 1, NULL), |
| | | (6, NULL, 1, 'Concerns', '', 'CBME_rubric_from_scale', 0, NULL, NULL, '[]', NULL, NULL, 1685470042, 1, NULL), |
| | | (7, NULL, 1, 'Functions', '', 'CBME_rubric_from_scale', 0, 9, NULL, '{\"reorderable_in_form\":true}', NULL, NULL, 1685470155, 1, NULL), |
| | | (8, NULL, 1, 'Concerns', '', 'CBME_rubric_from_scale', 0, NULL, NULL, '[]', NULL, NULL, 1685541679, 1, NULL), |
| | | (9, NULL, 1, 'Concerns', '', 'CBME_rubric_from_scale', 0, NULL, NULL, '[]', NULL, NULL, 1685542427, 1, NULL), |
| | | (10, NULL, 1, 'Concerns', '', 'CBME_rubric_from_scale', 0, NULL, NULL, '[]', NULL, NULL, 1685542633, 1, NULL), |
| | | (11, NULL, 1, 'Functions', '', 'CBME_rubric_from_scale', 0, 9, NULL, '{\"reorderable_in_form\":true}', NULL, NULL, 1685543107, 1, NULL), |
| | | (12, NULL, 1, 'Functions', '', 'CBME_rubric_from_scale', 0, 2, NULL, '{\"reorderable_in_form\":true}', NULL, NULL, 1685543107, 1, NULL), |
| | | (13, NULL, 1, 'Concerns', '', 'CBME_rubric_from_scale', 0, NULL, NULL, '[]', NULL, NULL, 1685544416, 1, NULL), |
| | | (14, NULL, 1, 'Functions', '', 'CBME_rubric_from_scale', 0, 1, NULL, '{\"reorderable_in_form\":true}', NULL, NULL, 1685544478, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_rubric_labels` | | -- Table structure for table `cbl_assessments_lu_rubric_labels` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_rubric_labels` ( | | CREATE TABLE `cbl_assessments_lu_rubric_labels` ( |
| `rlabel_id` int(11) UNSIGNED NOT NULL, | | `rlabel_id` int(11) UNSIGNED NOT NULL, |
| `one45_choice_id` int(11) DEFAULT NULL, | | `one45_choice_id` int(11) DEFAULT NULL, |
| `one45_response_num` int(11) DEFAULT NULL, | | `one45_response_num` int(11) DEFAULT NULL, |
| `label_type` enum('column','row','criteria','description') NOT NULL DEFAULT 'column', | | `label_type` enum('column','row','criteria','description') NOT NULL DEFAULT 'column', |
| `rubric_id` int(11) UNSIGNED NOT NULL, | | `rubric_id` int(11) UNSIGNED NOT NULL, |
| `item_id` int(11) UNSIGNED DEFAULT NULL, | | `item_id` int(11) UNSIGNED DEFAULT NULL, |
| `iresponse_id` int(11) UNSIGNED DEFAULT NULL, | | `iresponse_id` int(11) UNSIGNED DEFAULT NULL, |
| `label` text, | | `label` text, |
| `order` tinyint(3) DEFAULT '0' | | `order` tinyint(3) DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessments_lu_tags` | | -- Table structure for table `cbl_assessments_lu_tags` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessments_lu_tags` ( | | CREATE TABLE `cbl_assessments_lu_tags` ( |
| `tag_id` int(11) UNSIGNED NOT NULL, | | `tag_id` int(11) UNSIGNED NOT NULL, |
| `tag` varchar(32) NOT NULL DEFAULT '', | | `tag` varchar(32) NOT NULL DEFAULT '', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_additional_tasks` | | -- Table structure for table `cbl_assessment_additional_tasks` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_additional_tasks` ( | | CREATE TABLE `cbl_assessment_additional_tasks` ( |
| `additional_task_id` int(11) UNSIGNED NOT NULL, | | `additional_task_id` int(11) UNSIGNED NOT NULL, |
| `adistribution_id` int(11) UNSIGNED DEFAULT NULL, | | `adistribution_id` int(11) UNSIGNED DEFAULT NULL, |
| `target_id` int(11) NOT NULL, | | `target_id` int(11) NOT NULL, |
| `target_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','event_id') NOT NULL DEFAULT 'proxy_id', | | `target_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','event_id') NOT NULL DEFAULT 'proxy_id', |
| `assessor_value` int(11) UNSIGNED NOT NULL, | | `assessor_value` int(11) UNSIGNED NOT NULL, |
| `assessor_type` enum('internal','external') DEFAULT NULL, | | `assessor_type` enum('internal','external') DEFAULT NULL, |
| `delivery_date` bigint(64) NOT NULL, | | `delivery_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `deleted_by` int(11) DEFAULT NULL, | | `deleted_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_blueprint_prompted_response_reviewers` | | -- Table structure for table `cbl_assessment_blueprint_prompted_response_reviewers` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_blueprint_prompted_response_reviewers` ( | | CREATE TABLE `cbl_assessment_blueprint_prompted_response_reviewers` ( |
| `blueprint_prompted_response_reviewer_id` int(11) UNSIGNED NOT NULL, | | `blueprint_prompted_response_reviewer_id` int(11) UNSIGNED NOT NULL, |
| `form_blueprint_id` int(11) UNSIGNED NOT NULL, | | `form_blueprint_id` int(11) UNSIGNED NOT NULL, |
| `prompted_response_reviewer_type_id` int(11) UNSIGNED NOT NULL, | | `prompted_response_reviewer_type_id` int(11) UNSIGNED NOT NULL, |
| `value` int(11) DEFAULT NULL, | | `value` int(11) DEFAULT NULL, |
| `created_date` int(11) DEFAULT NULL, | | `created_date` int(11) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_deleted_tasks` | | -- Table structure for table `cbl_assessment_deleted_tasks` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_deleted_tasks` ( | | CREATE TABLE `cbl_assessment_deleted_tasks` ( |
| `deleted_task_id` int(11) UNSIGNED NOT NULL, | | `deleted_task_id` int(11) UNSIGNED NOT NULL, |
| `adistribution_id` int(11) UNSIGNED DEFAULT NULL, | | `adistribution_id` int(11) UNSIGNED DEFAULT NULL, |
| `target_id` int(11) NOT NULL, | | `target_id` int(11) NOT NULL, |
| `target_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','event_id') NOT NULL DEFAULT 'proxy_id', | | `target_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','event_id') NOT NULL DEFAULT 'proxy_id', |
| `assessor_value` int(11) UNSIGNED NOT NULL, | | `assessor_value` int(11) UNSIGNED NOT NULL, |
| `assessor_type` enum('internal','external') DEFAULT NULL, | | `assessor_type` enum('internal','external') DEFAULT NULL, |
| `delivery_date` bigint(64) NOT NULL, | | `delivery_date` bigint(64) NOT NULL, |
| `deleted_reason_id` int(11) UNSIGNED NOT NULL, | | `deleted_reason_id` int(11) UNSIGNED NOT NULL, |
| `deleted_reason_notes` varchar(255) DEFAULT NULL, | | `deleted_reason_notes` varchar(255) DEFAULT NULL, |
| `visible` tinyint(1) NOT NULL DEFAULT '1', | | `visible` tinyint(1) NOT NULL DEFAULT '1', |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `deleted_by` int(11) DEFAULT NULL, | | `deleted_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distributions` | | -- Table structure for table `cbl_assessment_distributions` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distributions` ( | | CREATE TABLE `cbl_assessment_distributions` ( |
| `adistribution_id` int(11) UNSIGNED NOT NULL, | | `adistribution_id` int(11) UNSIGNED NOT NULL, |
| `one45_scenariosAttached_id` int(11) UNSIGNED DEFAULT NULL, | | `one45_scenariosAttached_id` int(11) UNSIGNED DEFAULT NULL, |
| `form_id` int(11) UNSIGNED NOT NULL, | | `form_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `curriculum_track_id` int(12) DEFAULT NULL, | | `curriculum_track_id` int(12) DEFAULT NULL, |
| `title` varchar(2048) NOT NULL DEFAULT '', | | `title` varchar(2048) NOT NULL DEFAULT '', |
| `description` text, | | `description` text, |
| `cperiod_id` int(11) NOT NULL, | | `cperiod_id` int(11) NOT NULL, |
| `course_id` int(11) DEFAULT NULL, | | `course_id` int(11) DEFAULT NULL, |
| `assessment_type` enum('assessment','evaluation','housing_evaluation') NOT NULL, | | `assessment_type` enum('assessment','evaluation','housing_evaluation') NOT NULL, |
| `assessor_option` enum('faculty','learner','individual_users','clinical_preceptors','unknown','housing_schedule') NOT NULL DEFAULT 'individual_users', | | `assessor_option` enum('faculty','learner','individual_users','clinical_preceptors','unknown','housing_schedule') NOT NULL DEFAULT 'individual_users', |
| `target_option` enum('all','only_cbme','non_cbme') NOT NULL DEFAULT 'non_cbme', | | `target_option` enum('all','only_cbme','non_cbme') NOT NULL DEFAULT 'non_cbme', |
| `disable_target_viewable_release_override` tinyint(1) DEFAULT '0', | | `disable_target_viewable_release_override` tinyint(1) DEFAULT '0', |
| `exclude_self_assessments` tinyint(1) DEFAULT '0', | | `exclude_self_assessments` tinyint(1) DEFAULT '0', |
| `min_submittable` tinyint(3) NOT NULL DEFAULT '0', | | `min_submittable` tinyint(3) NOT NULL DEFAULT '0', |
| `max_submittable` tinyint(3) NOT NULL DEFAULT '0', | | `max_submittable` tinyint(3) NOT NULL DEFAULT '0', |
| `repeat_targets` tinyint(1) NOT NULL DEFAULT '0', | | `repeat_targets` tinyint(1) NOT NULL DEFAULT '0', |
| `submittable_by_target` tinyint(1) NOT NULL DEFAULT '0', | | `submittable_by_target` tinyint(1) NOT NULL DEFAULT '0', |
| `flagging_notifications` text, | | `flagging_notifications` text, |
| `start_date` bigint(64) NOT NULL, | | `start_date` bigint(64) NOT NULL, |
| `end_date` bigint(64) NOT NULL, | | `end_date` bigint(64) NOT NULL, |
| `release_start_date` bigint(64) NOT NULL, | | `release_start_date` bigint(64) NOT NULL, |
| `release_end_date` bigint(64) NOT NULL, | | `release_end_date` bigint(64) NOT NULL, |
| `release_date` bigint(64) DEFAULT NULL, | | `release_date` bigint(64) DEFAULT NULL, |
| `expiry_offset` bigint(64) DEFAULT NULL, | | `expiry_offset` bigint(64) DEFAULT NULL, |
| `expiry_notification_offset` bigint(64) DEFAULT NULL, | | `expiry_notification_offset` bigint(64) DEFAULT NULL, |
| `mandatory` tinyint(4) NOT NULL DEFAULT '0', | | `mandatory` tinyint(4) NOT NULL DEFAULT '0', |
| `feedback_required` tinyint(1) NOT NULL DEFAULT '0', | | `feedback_required` tinyint(1) NOT NULL DEFAULT '0', |
| `disable_reminders` tinyint(1) NOT NULL DEFAULT '0', | | `disable_reminders` tinyint(1) NOT NULL DEFAULT '0', |
| `distributor_timeout` bigint(64) DEFAULT NULL, | | `distributor_timeout` bigint(64) DEFAULT NULL, |
| `notifications` tinyint(1) NOT NULL DEFAULT '1', | | `notifications` tinyint(1) NOT NULL DEFAULT '1', |
| `visibility_status` enum('visible','hidden') NOT NULL DEFAULT 'visible', | | `visibility_status` enum('visible','hidden') NOT NULL DEFAULT 'visible', |
| `legacy_custom_dates` tinyint(1) DEFAULT '0', | | `legacy_custom_dates` tinyint(1) DEFAULT '0', |
| `allow_distribution_linking` tinyint(1) DEFAULT NULL, | | `allow_distribution_linking` tinyint(1) DEFAULT NULL, |
| `enable_distribution_prerequisites` tinyint(1) DEFAULT NULL, | | `enable_distribution_prerequisites` tinyint(1) DEFAULT NULL, |
| `delivery_date` bigint(64) DEFAULT NULL, | | `delivery_date` bigint(64) DEFAULT NULL, |
| `fallback_delivery_date` bigint(64) DEFAULT NULL, | | `fallback_delivery_date` bigint(64) DEFAULT NULL, |
| `delivery_period_fallback` int(11) DEFAULT NULL, | | `delivery_period_fallback` int(11) DEFAULT NULL, |
| `sender_type` enum('author','proxy_id','dsender_id') NOT NULL DEFAULT 'author', | | `sender_type` enum('author','proxy_id','dsender_id') NOT NULL DEFAULT 'author', |
| `sender_value` int(11) DEFAULT NULL, | | `sender_value` int(11) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `retired_date` bigint(64) DEFAULT NULL | | `retired_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_distributions` | | -- Dumping data for table `cbl_assessment_distributions` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_distributions` (`adistribution_id`, `one45_scenariosAttached_id`, `form_id`, `organisation_id`, `curriculum_track_id`, `title`, `description`, `cperiod_id`, `course_id`, `assessment_type`, `assessor_option`, `target_option`, `disable_target_viewable_release_override`, `exclude_self_assessments`, `min_submittable`, `max_submittable`, `repeat_targets`, `submittable_by_target`, `flagging_notifications`, `start_date`, `end_date`, `release_start_date`, `release_end_date`, `release_date`, `expiry_offset`, `expiry_notification_offset`, `mandatory`, `feedback_required`, `disable_reminders`, `distributor_timeout`, `notifications`, `visibility_status`, `legacy_custom_dates`, `allow_distribution_linking`, `enable_distribution_prerequisites`, `delivery_date`, `fallback_delivery_date`, `delivery_period_fallback`, `sender_type`, `sender_value`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`, `retired_date`) VALUES | | INSERT INTO `cbl_assessment_distributions` (`adistribution_id`, `one45_scenariosAttached_id`, `form_id`, `organisation_id`, `curriculum_track_id`, `title`, `description`, `cperiod_id`, `course_id`, `assessment_type`, `assessor_option`, `target_option`, `disable_target_viewable_release_override`, `exclude_self_assessments`, `min_submittable`, `max_submittable`, `repeat_targets`, `submittable_by_target`, `flagging_notifications`, `start_date`, `end_date`, `release_start_date`, `release_end_date`, `release_date`, `expiry_offset`, `expiry_notification_offset`, `mandatory`, `feedback_required`, `disable_reminders`, `distributor_timeout`, `notifications`, `visibility_status`, `legacy_custom_dates`, `allow_distribution_linking`, `enable_distribution_prerequisites`, `delivery_date`, `fallback_delivery_date`, `delivery_period_fallback`, `sender_type`, `sender_value`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`, `retired_date`) VALUES |
| (1, NULL, 1, 1, NULL, 'Test Distribution 1', '', 1, 1, 'assessment', 'individual_users', 'non_cbme', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, 1685381585, 0, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL), | | (1, NULL, 1, 1, NULL, 'Test Distribution 1', '', 1, 1, 'assessment', 'individual_users', 'non_cbme', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, 1685381585, 0, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL), |
| (2, NULL, 2, 1, NULL, 'Test Distribution 2', '', 1, 1, 'assessment', 'faculty', 'non_cbme', 0, 0, 1, 10, 0, 1, '[\"pcoordinators\",\"directors\",\"academicadvisors\",\"ccoordinators\",\"reviewers\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, 1685381585, 0, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL), | | (2, NULL, 2, 1, NULL, 'Test Distribution 2', '', 1, 1, 'assessment', 'faculty', 'non_cbme', 0, 0, 1, 10, 0, 1, '[\"pcoordinators\",\"directors\",\"academicadvisors\",\"ccoordinators\",\"reviewers\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, 1685381585, 0, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL), |
| (3, NULL, 2, 1, NULL, 'Time Based Method', '', 1, 1, 'assessment', 'faculty', 'all', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 1, 0, 1685381585, -68400, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL), | | (3, NULL, 2, 1, NULL, 'Time Based Method', '', 1, 1, 'assessment', 'faculty', 'all', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 1, 0, 1685381585, -68400, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL), |
| (4, NULL, 3, 1, NULL, 'CBME Test', '', 1, 1, 'assessment', 'faculty', 'all', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, 1685381585, 0, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL), | | (4, NULL, 3, 1, NULL, 'CBME Test', '', 1, 1, 'assessment', 'faculty', 'all', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, 1685381585, 0, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL), |
| (5, NULL, 1, 1, NULL, 'Rotation Method', '', 3, 5, 'assessment', 'clinical_preceptors', 'all', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 0, 0, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, NULL, -68400, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL), | | (5, NULL, 1, 1, NULL, 'Rotation Method', '', 3, 5, 'assessment', 'clinical_preceptors', 'all', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 0, 0, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, NULL, -68400, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL), |
| (6, NULL, 1, 1, NULL, 'External target', '', 6, 1, 'evaluation', 'learner', 'non_cbme', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, 0, 0, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL); | | (6, NULL, 1, 1, NULL, 'External target', '', 6, 1, 'evaluation', 'learner', 'non_cbme', 0, 0, 1, 1, 0, 1, '[\"disabled\"]', 1685381585, 1685986385, 0, 0, NULL, NULL, NULL, 1, 0, 0, NULL, 1, 'visible', 0, 0, 0, 0, 0, 0, 'author', NULL, 1685381585, 1, 1685381585, 1, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_adhoc` | | -- Table structure for table `cbl_assessment_distribution_adhoc` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_adhoc` ( | | CREATE TABLE `cbl_assessment_distribution_adhoc` ( |
| `dadhoc_id` int(11) NOT NULL, | | `dadhoc_id` int(11) NOT NULL, |
| `adistribution_id` int(11) NOT NULL | | `adistribution_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_approvers` | | -- Table structure for table `cbl_assessment_distribution_approvers` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_approvers` ( | | CREATE TABLE `cbl_assessment_distribution_approvers` ( |
| `adapprover_id` int(11) UNSIGNED NOT NULL, | | `adapprover_id` int(11) UNSIGNED NOT NULL, |
| `adistribution_id` int(11) UNSIGNED DEFAULT NULL, | | `adistribution_id` int(11) UNSIGNED DEFAULT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL | | `created_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_assessors` | | -- Table structure for table `cbl_assessment_distribution_assessors` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_assessors` ( | | CREATE TABLE `cbl_assessment_distribution_assessors` ( |
| `adassessor_id` int(11) UNSIGNED NOT NULL, | | `adassessor_id` int(11) UNSIGNED NOT NULL, |
| `adistribution_id` int(11) UNSIGNED NOT NULL, | | `adistribution_id` int(11) UNSIGNED NOT NULL, |
| `assessor_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','eventtype_id','target','housing_schedule') NOT NULL DEFAULT 'proxy_id', | | `assessor_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','eventtype_id','target','housing_schedule') NOT NULL DEFAULT 'proxy_id', |
| `assessor_scope` enum('self','children','faculty','internal_learners','external_learners','all_learners','clinical_preceptors','attended_learners','learner_percentage') NOT NULL DEFAULT 'self', | | `assessor_scope` enum('self','children','faculty','internal_learners','external_learners','all_learners','clinical_preceptors','attended_learners','learner_percentage') NOT NULL DEFAULT 'self', |
| `assessor_role` enum('learner','faculty','any') NOT NULL DEFAULT 'any', | | `assessor_role` enum('learner','faculty','any') NOT NULL DEFAULT 'any', |
| `assessor_value` int(11) DEFAULT NULL, | | `assessor_value` int(11) DEFAULT NULL, |
| `one45_p_id` int(11) DEFAULT NULL, | | `one45_p_id` int(11) DEFAULT NULL, |
| `assessor_name` varchar(128) DEFAULT NULL, | | `assessor_name` varchar(128) DEFAULT NULL, |
| `assessor_start` bigint(64) DEFAULT NULL, | | `assessor_start` bigint(64) DEFAULT NULL, |
| `assessor_end` bigint(64) DEFAULT NULL, | | `assessor_end` bigint(64) DEFAULT NULL, |
| `assessor_percentage` int(3) DEFAULT NULL, | | `assessor_percentage` int(3) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `created_date` bigint(64) UNSIGNED DEFAULT NULL | | `created_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_distribution_assessors` | | -- Dumping data for table `cbl_assessment_distribution_assessors` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_distribution_assessors` (`adassessor_id`, `adistribution_id`, `assessor_type`, `assessor_scope`, `assessor_role`, `assessor_value`, `one45_p_id`, `assessor_name`, `assessor_start`, `assessor_end`, `assessor_percentage`, `created_by`, `created_date`) VALUES | | INSERT INTO `cbl_assessment_distribution_assessors` (`adassessor_id`, `adistribution_id`, `assessor_type`, `assessor_scope`, `assessor_role`, `assessor_value`, `one45_p_id`, `assessor_name`, `assessor_start`, `assessor_end`, `assessor_percentage`, `created_by`, `created_date`) VALUES |
| (1, 1, 'proxy_id', 'self', 'any', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (1, 1, 'proxy_id', 'self', 'any', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (2, 2, 'proxy_id', 'self', 'faculty', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (2, 2, 'proxy_id', 'self', 'faculty', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (4, 4, 'proxy_id', 'self', 'faculty', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (4, 4, 'proxy_id', 'self', 'faculty', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (5, 3, 'proxy_id', 'self', 'faculty', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (5, 3, 'proxy_id', 'self', 'faculty', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (7, 5, 'schedule_id', 'clinical_preceptors', 'faculty', 74, NULL, NULL, NULL, NULL, NULL, NULL, NULL), | | (7, 5, 'schedule_id', 'clinical_preceptors', 'faculty', 74, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
| (8, 6, 'proxy_id', 'self', 'learner', 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL); | | (8, 6, 'proxy_id', 'self', 'learner', 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_authors` | | -- Table structure for table `cbl_assessment_distribution_authors` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_authors` ( | | CREATE TABLE `cbl_assessment_distribution_authors` ( |
| `adauthor_id` int(11) UNSIGNED NOT NULL, | | `adauthor_id` int(11) UNSIGNED NOT NULL, |
| `adistribution_id` int(11) UNSIGNED NOT NULL, | | `adistribution_id` int(11) UNSIGNED NOT NULL, |
| `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id', | | `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id', |
| `author_id` int(11) NOT NULL, | | `author_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_distribution_authors` | | -- Dumping data for table `cbl_assessment_distribution_authors` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_distribution_authors` (`adauthor_id`, `adistribution_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_distribution_authors` (`adauthor_id`, `adistribution_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (1, 1, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (2, 2, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (2, 2, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (4, 4, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (4, 4, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (5, 3, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (5, 3, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (7, 5, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (7, 5, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (8, 6, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL); | | (8, 6, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_delegations` | | -- Table structure for table `cbl_assessment_distribution_delegations` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_delegations` ( | | CREATE TABLE `cbl_assessment_distribution_delegations` ( |
| `addelegation_id` int(11) UNSIGNED NOT NULL, | | `addelegation_id` int(11) UNSIGNED NOT NULL, |
| `adistribution_id` int(11) UNSIGNED NOT NULL, | | `adistribution_id` int(11) UNSIGNED NOT NULL, |
| `delegator_id` int(11) UNSIGNED NOT NULL, | | `delegator_id` int(11) UNSIGNED NOT NULL, |
| `delegator_type` enum('proxy_id','external_assessor_id') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'proxy_id', | | `delegator_type` enum('proxy_id','external_assessor_id') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'proxy_id', |
| `start_date` bigint(64) UNSIGNED DEFAULT NULL, | | `start_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `end_date` bigint(64) UNSIGNED DEFAULT NULL, | | `end_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `delivery_date` bigint(64) UNSIGNED DEFAULT NULL, | | `delivery_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `visible` tinyint(1) NOT NULL DEFAULT '1', | | `visible` tinyint(1) NOT NULL DEFAULT '1', |
| `completed_by` int(11) DEFAULT NULL, | | `completed_by` int(11) DEFAULT NULL, |
| `completed_reason` text CHARACTER SET utf8, | | `completed_reason` text CHARACTER SET utf8, |
| `completed_date` bigint(64) UNSIGNED DEFAULT NULL, | | `completed_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `created_date` bigint(64) UNSIGNED DEFAULT NULL, | | `created_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_reason_id` int(11) UNSIGNED DEFAULT NULL, | | `deleted_reason_id` int(11) UNSIGNED DEFAULT NULL, |
| `deleted_reason_notes` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, | | `deleted_reason_notes` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_by` int(11) DEFAULT NULL | | `deleted_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_delegation_assignments` | | -- Table structure for table `cbl_assessment_distribution_delegation_assignments` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_delegation_assignments` ( | | CREATE TABLE `cbl_assessment_distribution_delegation_assignments` ( |
| `addassignment_id` int(11) UNSIGNED NOT NULL, | | `addassignment_id` int(11) UNSIGNED NOT NULL, |
| `addelegation_id` int(11) UNSIGNED NOT NULL, | | `addelegation_id` int(11) UNSIGNED NOT NULL, |
| `adistribution_id` int(11) UNSIGNED NOT NULL, | | `adistribution_id` int(11) UNSIGNED NOT NULL, |
| `dassessment_id` int(11) UNSIGNED NOT NULL, | | `dassessment_id` int(11) UNSIGNED NOT NULL, |
| `delegator_id` int(11) UNSIGNED NOT NULL, | | `delegator_id` int(11) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_reason_id` int(11) DEFAULT NULL, | | `deleted_reason_id` int(11) DEFAULT NULL, |
| `deleted_reason` text CHARACTER SET utf8, | | `deleted_reason` text CHARACTER SET utf8, |
| `assessor_type` enum('internal','external') CHARACTER SET utf8 DEFAULT NULL, | | `assessor_type` enum('internal','external') CHARACTER SET utf8 DEFAULT NULL, |
| `assessor_value` int(11) UNSIGNED DEFAULT NULL, | | `assessor_value` int(11) UNSIGNED DEFAULT NULL, |
| `target_type` enum('proxy_id','external_hash','course_id','schedule_id') CHARACTER SET utf8 DEFAULT NULL, | | `target_type` enum('proxy_id','external_hash','course_id','schedule_id') CHARACTER SET utf8 DEFAULT NULL, |
| `target_value` int(11) UNSIGNED DEFAULT NULL, | | `target_value` int(11) UNSIGNED DEFAULT NULL, |
| `created_date` bigint(64) UNSIGNED DEFAULT NULL, | | `created_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `created_by` int(11) UNSIGNED DEFAULT NULL, | | `created_by` int(11) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL | | `updated_by` int(11) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_delegators` | | -- Table structure for table `cbl_assessment_distribution_delegators` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_delegators` ( | | CREATE TABLE `cbl_assessment_distribution_delegators` ( |
| `addelegator_id` int(11) UNSIGNED NOT NULL, | | `addelegator_id` int(11) UNSIGNED NOT NULL, |
| `adistribution_id` int(11) UNSIGNED NOT NULL, | | `adistribution_id` int(11) UNSIGNED NOT NULL, |
| `delegator_type` enum('proxy_id','target') NOT NULL DEFAULT 'proxy_id', | | `delegator_type` enum('proxy_id','target') NOT NULL DEFAULT 'proxy_id', |
| `delegator_id` int(11) DEFAULT NULL, | | `delegator_id` int(11) DEFAULT NULL, |
| `disable_delegator_delete` tinyint(1) NOT NULL DEFAULT '0', | | `disable_delegator_delete` tinyint(1) NOT NULL DEFAULT '0', |
| `start_date` bigint(64) DEFAULT NULL, | | `start_date` bigint(64) DEFAULT NULL, |
| `end_date` bigint(64) DEFAULT NULL | | `end_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_events` | | -- Table structure for table `cbl_assessment_distribution_events` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_events` ( | | CREATE TABLE `cbl_assessment_distribution_events` ( |
| `devent_id` int(11) NOT NULL, | | `devent_id` int(11) NOT NULL, |
| `adistribution_id` int(11) NOT NULL, | | `adistribution_id` int(11) NOT NULL, |
| `event_id` int(12) NOT NULL | | `event_id` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_eventtypes` | | -- Table structure for table `cbl_assessment_distribution_eventtypes` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_eventtypes` ( | | CREATE TABLE `cbl_assessment_distribution_eventtypes` ( |
| `deventtype_id` int(11) NOT NULL, | | `deventtype_id` int(11) NOT NULL, |
| `adistribution_id` int(11) NOT NULL, | | `adistribution_id` int(11) NOT NULL, |
| `eventtype_id` int(12) NOT NULL | | `eventtype_id` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_linked_assessments` | | -- Table structure for table `cbl_assessment_distribution_linked_assessments` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_linked_assessments` ( | | CREATE TABLE `cbl_assessment_distribution_linked_assessments` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `adistribution_id` int(11) UNSIGNED DEFAULT NULL, | | `adistribution_id` int(11) UNSIGNED DEFAULT NULL, |
| `linked_assessment_type_id` int(11) DEFAULT NULL, | | `linked_assessment_type_id` int(11) DEFAULT NULL, |
| `linked_id` int(11) DEFAULT NULL | | `linked_id` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_linked_distributions` | | -- Table structure for table `cbl_assessment_distribution_linked_distributions` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_linked_distributions` ( | | CREATE TABLE `cbl_assessment_distribution_linked_distributions` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `adistribution_id` int(11) UNSIGNED DEFAULT NULL, | | `adistribution_id` int(11) UNSIGNED DEFAULT NULL, |
| `linked_distribution_id` int(11) UNSIGNED DEFAULT NULL | | `linked_distribution_id` int(11) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_methods` | | -- Table structure for table `cbl_assessment_distribution_methods` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_methods` ( | | CREATE TABLE `cbl_assessment_distribution_methods` ( |
| `admethod_id` int(11) UNSIGNED NOT NULL, | | `admethod_id` int(11) UNSIGNED NOT NULL, |
| `method_title` varchar(128) NOT NULL, | | `method_title` varchar(128) NOT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `created_date` bigint(64) UNSIGNED DEFAULT NULL, | | `created_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_distribution_methods` | | -- Dumping data for table `cbl_assessment_distribution_methods` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_distribution_methods` (`admethod_id`, `method_title`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_distribution_methods` (`admethod_id`, `method_title`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES |
| (1, 'Rotation Schedule', 1, 1483495904, NULL, NULL, NULL), | | (1, 'Rotation Schedule', 1, 1483495904, NULL, NULL, NULL), |
| (2, 'Delegation', 1, 1483495904, NULL, NULL, NULL), | | (2, 'Delegation', 1, 1483495904, NULL, NULL, NULL), |
| (3, 'Learning Event', 1, 1483495904, NULL, NULL, NULL), | | (3, 'Learning Event', 1, 1483495904, NULL, NULL, NULL), |
| (4, 'Date Range', 1, 1483495904, NULL, NULL, NULL); | | (4, 'Date Range', 1, 1483495904, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_prerequisites` | | -- Table structure for table `cbl_assessment_distribution_prerequisites` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_prerequisites` ( | | CREATE TABLE `cbl_assessment_distribution_prerequisites` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `adistribution_id` int(11) UNSIGNED DEFAULT NULL, | | `adistribution_id` int(11) UNSIGNED DEFAULT NULL, |
| `prerequisite_distribution_id` int(11) UNSIGNED DEFAULT NULL, | | `prerequisite_distribution_id` int(11) UNSIGNED DEFAULT NULL, |
| `completed_tasks_required` int(11) DEFAULT NULL | | `completed_tasks_required` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_reviewers` | | -- Table structure for table `cbl_assessment_distribution_reviewers` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_reviewers` ( | | CREATE TABLE `cbl_assessment_distribution_reviewers` ( |
| `adreviewer_id` int(11) UNSIGNED NOT NULL, | | `adreviewer_id` int(11) UNSIGNED NOT NULL, |
| `adistribution_id` int(11) UNSIGNED NOT NULL, | | `adistribution_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_distribution_reviewers` | | -- Dumping data for table `cbl_assessment_distribution_reviewers` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_distribution_reviewers` (`adreviewer_id`, `adistribution_id`, `proxy_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_distribution_reviewers` (`adreviewer_id`, `adistribution_id`, `proxy_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 2, 1, 1685381585, 1, NULL, NULL, NULL), | | (1, 2, 1, 1685381585, 1, NULL, NULL, NULL), |
| (2, 2, 5, 1685381585, 1, NULL, NULL, NULL); | | (2, 2, 5, 1685381585, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_schedule` | | -- Table structure for table `cbl_assessment_distribution_schedule` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_schedule` ( | | CREATE TABLE `cbl_assessment_distribution_schedule` ( |
| `adschedule_id` int(11) UNSIGNED NOT NULL, | | `adschedule_id` int(11) UNSIGNED NOT NULL, |
| `one45_moment_id` int(11) DEFAULT NULL, | | `one45_moment_id` int(11) DEFAULT NULL, |
| `adistribution_id` int(11) UNSIGNED NOT NULL, | | `adistribution_id` int(11) UNSIGNED NOT NULL, |
| `addelegator_id` int(11) DEFAULT NULL, | | `addelegator_id` int(11) DEFAULT NULL, |
| `schedule_type` enum('block','rotation','repeat','course_id','rotation_id','housing_once','housing_twice','housing_repeat') NOT NULL DEFAULT 'block', | | `schedule_type` enum('block','rotation','repeat','course_id','rotation_id','housing_once','housing_twice','housing_repeat') NOT NULL DEFAULT 'block', |
| `period_offset` bigint(64) DEFAULT NULL, | | `period_offset` bigint(64) DEFAULT NULL, |
| `delivery_period` enum('before-start','after-start','before-middle','after-middle','before-end','after-end') NOT NULL DEFAULT 'after-start', | | `delivery_period` enum('before-start','after-start','before-middle','after-middle','before-end','after-end') NOT NULL DEFAULT 'after-start', |
| `schedule_id` int(11) DEFAULT NULL, | | `schedule_id` int(11) DEFAULT NULL, |
| `frequency` tinyint(3) NOT NULL DEFAULT '1', | | `frequency` tinyint(3) NOT NULL DEFAULT '1', |
| `schedule_length_type` enum('day','week','month') DEFAULT NULL, | | `schedule_length_type` enum('day','week','month') DEFAULT NULL, |
| `schedule_length_lower` int(11) DEFAULT NULL, | | `schedule_length_lower` int(11) DEFAULT NULL, |
| `schedule_length_upper` int(11) DEFAULT NULL, | | `schedule_length_upper` int(11) DEFAULT NULL, |
| `attributes` text, | | `attributes` text, |
| `start_date` bigint(64) DEFAULT NULL, | | `start_date` bigint(64) DEFAULT NULL, |
| `end_date` bigint(64) DEFAULT NULL | | `end_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_distribution_schedule` | | -- Dumping data for table `cbl_assessment_distribution_schedule` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_distribution_schedule` (`adschedule_id`, `one45_moment_id`, `adistribution_id`, `addelegator_id`, `schedule_type`, `period_offset`, `delivery_period`, `schedule_id`, `frequency`, `schedule_length_type`, `schedule_length_lower`, `schedule_length_upper`, `attributes`, `start_date`, `end_date`) VALUES | | INSERT INTO `cbl_assessment_distribution_schedule` (`adschedule_id`, `one45_moment_id`, `adistribution_id`, `addelegator_id`, `schedule_type`, `period_offset`, `delivery_period`, `schedule_id`, `frequency`, `schedule_length_type`, `schedule_length_lower`, `schedule_length_upper`, `attributes`, `start_date`, `end_date`) VALUES |
| (2, NULL, 5, NULL, 'block', 86400, 'before-start', 74, 1, NULL, NULL, NULL, NULL, NULL, NULL); | | (2, NULL, 5, NULL, 'block', 86400, 'before-start', 74, 1, NULL, NULL, NULL, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_schedule_sites` | | -- Table structure for table `cbl_assessment_distribution_schedule_sites` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_schedule_sites` ( | | CREATE TABLE `cbl_assessment_distribution_schedule_sites` ( |
| `adssite_id` int(11) UNSIGNED NOT NULL, | | `adssite_id` int(11) UNSIGNED NOT NULL, |
| `adschedule_id` int(11) UNSIGNED NOT NULL, | | `adschedule_id` int(11) UNSIGNED NOT NULL, |
| `site_id` int(11) UNSIGNED NOT NULL | | `site_id` int(11) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_senders` | | -- Table structure for table `cbl_assessment_distribution_senders` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_senders` ( | | CREATE TABLE `cbl_assessment_distribution_senders` ( |
| `dsender_id` int(11) NOT NULL, | | `dsender_id` int(11) NOT NULL, |
| `sender_name` varchar(255) NOT NULL, | | `sender_name` varchar(255) NOT NULL, |
| `sender_email` varchar(255) NOT NULL, | | `sender_email` varchar(255) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_targets` | | -- Table structure for table `cbl_assessment_distribution_targets` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_targets` ( | | CREATE TABLE `cbl_assessment_distribution_targets` ( |
| `adtarget_id` int(11) UNSIGNED NOT NULL, | | `adtarget_id` int(11) UNSIGNED NOT NULL, |
| `adistribution_id` int(11) UNSIGNED NOT NULL, | | `adistribution_id` int(11) UNSIGNED NOT NULL, |
| `target_type` enum('proxy_id','group_id','cgroup_id','course_id','schedule_id','organisation_id','self','external_hash','eventtype_id','cunit_id','assessor','dynamic') NOT NULL DEFAULT 'proxy_id', | | `target_type` enum('proxy_id','group_id','cgroup_id','course_id','schedule_id','organisation_id','self','external_hash','eventtype_id','cunit_id','assessor','dynamic') NOT NULL DEFAULT 'proxy_id', |
| `target_scope` enum('self','children','faculty','internal_learners','external_learners','all_learners','peer') DEFAULT NULL, | | `target_scope` enum('self','children','faculty','internal_learners','external_learners','all_learners','peer') DEFAULT NULL, |
| `target_role` enum('learner','faculty','any') NOT NULL DEFAULT 'any', | | `target_role` enum('learner','faculty','any') NOT NULL DEFAULT 'any', |
| `target_id` int(11) DEFAULT NULL, | | `target_id` int(11) DEFAULT NULL, |
| `learner_level_id` longtext, | | `learner_level_id` longtext, |
| `one45_p_id` int(11) DEFAULT NULL, | | `one45_p_id` int(11) DEFAULT NULL, |
| `one45_moment_id` int(11) DEFAULT NULL | | `one45_moment_id` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_distribution_targets` | | -- Dumping data for table `cbl_assessment_distribution_targets` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_distribution_targets` (`adtarget_id`, `adistribution_id`, `target_type`, `target_scope`, `target_role`, `target_id`, `learner_level_id`, `one45_p_id`, `one45_moment_id`) VALUES | | INSERT INTO `cbl_assessment_distribution_targets` (`adtarget_id`, `adistribution_id`, `target_type`, `target_scope`, `target_role`, `target_id`, `learner_level_id`, `one45_p_id`, `one45_moment_id`) VALUES |
| (1, 1, 'proxy_id', 'self', 'learner', 2, NULL, NULL, NULL), | | (1, 1, 'proxy_id', 'self', 'learner', 2, NULL, NULL, NULL), |
| (2, 2, 'self', 'self', 'any', NULL, NULL, NULL, NULL), | | (2, 2, 'self', 'self', 'any', NULL, NULL, NULL, NULL), |
| (6, 4, 'proxy_id', 'self', 'learner', 2, NULL, NULL, NULL), | | (6, 4, 'proxy_id', 'self', 'learner', 2, NULL, NULL, NULL), |
| (7, 4, 'proxy_id', 'self', 'learner', 4, NULL, NULL, NULL), | | (7, 4, 'proxy_id', 'self', 'learner', 4, NULL, NULL, NULL), |
| (8, 4, 'proxy_id', 'self', 'learner', 3, NULL, NULL, NULL), | | (8, 4, 'proxy_id', 'self', 'learner', 3, NULL, NULL, NULL), |
| (9, 3, 'proxy_id', 'self', 'learner', 2, NULL, NULL, NULL), | | (9, 3, 'proxy_id', 'self', 'learner', 2, NULL, NULL, NULL), |
| (10, 3, 'proxy_id', 'self', 'learner', 4, NULL, NULL, NULL), | | (10, 3, 'proxy_id', 'self', 'learner', 4, NULL, NULL, NULL), |
| (11, 3, 'proxy_id', 'self', 'learner', 3, NULL, NULL, NULL), | | (11, 3, 'proxy_id', 'self', 'learner', 3, NULL, NULL, NULL), |
| (13, 5, 'schedule_id', 'internal_learners', 'learner', 74, NULL, NULL, NULL), | | (13, 5, 'schedule_id', 'internal_learners', 'learner', 74, NULL, NULL, NULL), |
| (14, 6, 'external_hash', 'self', 'faculty', 3, NULL, NULL, NULL); | | (14, 6, 'external_hash', 'self', 'faculty', 3, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_target_report_releases` | | -- Table structure for table `cbl_assessment_distribution_target_report_releases` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_target_report_releases` ( | | CREATE TABLE `cbl_assessment_distribution_target_report_releases` ( |
| `adt_report_release_id` int(12) UNSIGNED NOT NULL, | | `adt_report_release_id` int(12) UNSIGNED NOT NULL, |
| `adistribution_id` int(12) UNSIGNED NOT NULL, | | `adistribution_id` int(12) UNSIGNED NOT NULL, |
| `target_option` enum('never','always','percent') NOT NULL DEFAULT 'never', | | `target_option` enum('never','always','percent') NOT NULL DEFAULT 'never', |
| `unique_targets` tinyint(1) NOT NULL DEFAULT '1', | | `unique_targets` tinyint(1) NOT NULL DEFAULT '1', |
| `percent_threshold` int(12) DEFAULT NULL, | | `percent_threshold` int(12) DEFAULT NULL, |
| `comment_options` enum('identifiable','anonymous') NOT NULL DEFAULT 'anonymous', | | `comment_options` enum('identifiable','anonymous') NOT NULL DEFAULT 'anonymous', |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_distribution_target_report_releases` | | -- Dumping data for table `cbl_assessment_distribution_target_report_releases` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_distribution_target_report_releases` (`adt_report_release_id`, `adistribution_id`, `target_option`, `unique_targets`, `percent_threshold`, `comment_options`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_distribution_target_report_releases` (`adt_report_release_id`, `adistribution_id`, `target_option`, `unique_targets`, `percent_threshold`, `comment_options`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL), | | (1, 1, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL), |
| (2, 2, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL), | | (2, 2, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL), |
| (3, 3, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, 1685381585), | | (3, 3, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, 1685381585), |
| (4, 4, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL), | | (4, 4, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL), |
| (5, 3, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL), | | (5, 3, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL), |
| (6, 5, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, 1685381585), | | (6, 5, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, 1685381585), |
| (7, 5, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL); | | (7, 5, 'never', 0, NULL, 'anonymous', 1685381585, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_distribution_target_task_releases` | | -- Table structure for table `cbl_assessment_distribution_target_task_releases` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_distribution_target_task_releases` ( | | CREATE TABLE `cbl_assessment_distribution_target_task_releases` ( |
| `adt_task_release_id` int(12) UNSIGNED NOT NULL, | | `adt_task_release_id` int(12) UNSIGNED NOT NULL, |
| `adistribution_id` int(12) UNSIGNED NOT NULL, | | `adistribution_id` int(12) UNSIGNED NOT NULL, |
| `target_option` enum('never','always','percent') NOT NULL DEFAULT 'never', | | `target_option` enum('never','always','percent') NOT NULL DEFAULT 'never', |
| `unique_targets` tinyint(1) NOT NULL DEFAULT '1', | | `unique_targets` tinyint(1) NOT NULL DEFAULT '1', |
| `percent_threshold` int(12) DEFAULT NULL, | | `percent_threshold` int(12) DEFAULT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_distribution_target_task_releases` | | -- Dumping data for table `cbl_assessment_distribution_target_task_releases` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_distribution_target_task_releases` (`adt_task_release_id`, `adistribution_id`, `target_option`, `unique_targets`, `percent_threshold`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_distribution_target_task_releases` (`adt_task_release_id`, `adistribution_id`, `target_option`, `unique_targets`, `percent_threshold`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 'always', 0, NULL, 1685381585, 1, NULL, NULL, NULL), | | (1, 1, 'always', 0, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (2, 2, 'always', 0, NULL, 1685381585, 1, NULL, NULL, NULL), | | (2, 2, 'always', 0, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (3, 3, 'always', 0, NULL, 1685381585, 1, NULL, NULL, 1685381585), | | (3, 3, 'always', 0, NULL, 1685381585, 1, NULL, NULL, 1685381585), |
| (4, 4, 'always', 0, NULL, 1685381585, 1, NULL, NULL, NULL), | | (4, 4, 'always', 0, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (5, 3, 'always', 0, NULL, 1685381585, 1, NULL, NULL, NULL); | | (5, 3, 'always', 0, NULL, 1685381585, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_embargo_forms` | | -- Table structure for table `cbl_assessment_embargo_forms` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_embargo_forms` ( | | CREATE TABLE `cbl_assessment_embargo_forms` ( |
| `eform_id` int(11) UNSIGNED NOT NULL, | | `eform_id` int(11) UNSIGNED NOT NULL, |
| `embargo_form_id` int(11) UNSIGNED NOT NULL, | | `embargo_form_id` int(11) UNSIGNED NOT NULL, |
| `form_id` int(11) UNSIGNED NOT NULL | | `form_id` int(11) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_embargo_release` | | -- Table structure for table `cbl_assessment_embargo_release` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_embargo_release` ( | | CREATE TABLE `cbl_assessment_embargo_release` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `atarget_id` int(11) UNSIGNED NOT NULL, | | `atarget_id` int(11) UNSIGNED NOT NULL, |
| `target` tinyint(1) NOT NULL DEFAULT '0', | | `target` tinyint(1) NOT NULL DEFAULT '0', |
| `competency_member` tinyint(1) NOT NULL DEFAULT '0', | | `competency_member` tinyint(1) NOT NULL DEFAULT '0', |
| `competency_chair` tinyint(1) NOT NULL DEFAULT '0', | | `competency_chair` tinyint(1) NOT NULL DEFAULT '0', |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '0' | | `active` tinyint(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_form_authors` | | -- Table structure for table `cbl_assessment_form_authors` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_form_authors` ( | | CREATE TABLE `cbl_assessment_form_authors` ( |
| `afauthor_id` int(11) UNSIGNED NOT NULL, | | `afauthor_id` int(11) UNSIGNED NOT NULL, |
| `form_id` int(11) UNSIGNED NOT NULL, | | `form_id` int(11) UNSIGNED NOT NULL, |
| `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id', | | `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id', |
| `author_id` int(11) NOT NULL, | | `author_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_form_authors` | | -- Dumping data for table `cbl_assessment_form_authors` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_form_authors` (`afauthor_id`, `form_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_form_authors` (`afauthor_id`, `form_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL), | | (1, 1, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL), |
| (2, 2, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL), | | (2, 2, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL), |
| (3, 2, 'proxy_id', 3, 1685381585, 1, 1685381585, 1, NULL), | | (3, 2, 'proxy_id', 3, 1685381585, 1, 1685381585, 1, NULL), |
| (4, 4, 'course_id', 3, 1685381585, 1, 1685381585, 1, NULL), | | (4, 4, 'course_id', 3, 1685381585, 1, 1685381585, 1, NULL), |
| (5, 5, 'course_id', 3, 1685381585, 1, 1685381585, 1, NULL), | | (5, 5, 'course_id', 3, 1685381585, 1, 1685381585, 1, NULL), |
| (6, 6, 'course_id', 3, 1685381585, 1, 1685381585, 1, NULL), | | (6, 6, 'course_id', 3, 1685381585, 1, 1685381585, 1, NULL), |
| (7, 7, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL), | | (7, 7, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL), |
| (8, 8, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL), | | (8, 8, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL), |
| (9, 8, 'course_id', 13, 1685381585, 1, 1685381585, 1, NULL), | | (9, 8, 'course_id', 13, 1685381585, 1, 1685381585, 1, NULL), |
| (10, 7, 'organisation_id', 2, 1685381585, 1, 1685381585, 1, NULL), | | (10, 7, 'organisation_id', 2, 1685381585, 1, 1685381585, 1, NULL), |
| (11, 7, 'course_id', 13, 1685381585, 1, 1685381585, 1, NULL), | | (11, 7, 'course_id', 13, 1685381585, 1, 1685381585, 1, NULL), |
| n | (12, 9, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL); | n | (12, 9, 'proxy_id', 1, 1685381585, 1, 1685381585, 1, NULL), |
| | | (13, 9, 'proxy_id', 1, 1685389171, 1, 1685389171, 1, NULL), |
| | | (14, 9, 'course_id', 16, 1685389171, 1, 1685389171, 1, NULL), |
| | | (15, 10, 'proxy_id', 1, 1685470155, 1, 1685470155, 1, NULL), |
| | | (16, 10, 'course_id', 16, 1685470155, 1, 1685470155, 1, NULL), |
| | | (17, 11, 'proxy_id', 1, 1685543107, 1, 1685543107, 1, NULL), |
| | | (18, 11, 'course_id', 16, 1685543107, 1, 1685543107, 1, NULL), |
| | | (19, 12, 'proxy_id', 1, 1685543107, 1, 1685543107, 1, NULL), |
| | | (20, 12, 'course_id', 16, 1685543107, 1, 1685543107, 1, NULL), |
| | | (21, 13, 'proxy_id', 1, 1685544478, 1, 1685544478, 1, NULL), |
| | | (22, 13, 'course_id', 16, 1685544478, 1, 1685544478, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_form_elements` | | -- Table structure for table `cbl_assessment_form_elements` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_form_elements` ( | | CREATE TABLE `cbl_assessment_form_elements` ( |
| `afelement_id` int(11) UNSIGNED NOT NULL, | | `afelement_id` int(11) UNSIGNED NOT NULL, |
| `one45_form_id` int(11) UNSIGNED DEFAULT NULL, | | `one45_form_id` int(11) UNSIGNED DEFAULT NULL, |
| `form_id` int(11) UNSIGNED NOT NULL, | | `form_id` int(11) UNSIGNED NOT NULL, |
| `element_type` enum('item','data_source','text','objective') DEFAULT NULL, | | `element_type` enum('item','data_source','text','objective') DEFAULT NULL, |
| `element_id` int(11) UNSIGNED DEFAULT NULL, | | `element_id` int(11) UNSIGNED DEFAULT NULL, |
| `element_text` text, | | `element_text` text, |
| `rubric_id` int(11) UNSIGNED DEFAULT NULL, | | `rubric_id` int(11) UNSIGNED DEFAULT NULL, |
| `order` tinyint(3) NOT NULL DEFAULT '0', | | `order` tinyint(3) NOT NULL DEFAULT '0', |
| `allow_comments` tinyint(1) NOT NULL DEFAULT '0', | | `allow_comments` tinyint(1) NOT NULL DEFAULT '0', |
| `enable_flagging` tinyint(1) NOT NULL DEFAULT '0', | | `enable_flagging` tinyint(1) NOT NULL DEFAULT '0', |
| `deleted_date` int(11) DEFAULT NULL, | | `deleted_date` int(11) DEFAULT NULL, |
| `updated_date` int(11) NOT NULL DEFAULT '0', | | `updated_date` int(11) NOT NULL DEFAULT '0', |
| `updated_by` int(11) NOT NULL DEFAULT '0' | | `updated_by` int(11) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_form_elements` | | -- Dumping data for table `cbl_assessment_form_elements` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_form_elements` (`afelement_id`, `one45_form_id`, `form_id`, `element_type`, `element_id`, `element_text`, `rubric_id`, `order`, `allow_comments`, `enable_flagging`, `deleted_date`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `cbl_assessment_form_elements` (`afelement_id`, `one45_form_id`, `form_id`, `element_type`, `element_id`, `element_text`, `rubric_id`, `order`, `allow_comments`, `enable_flagging`, `deleted_date`, `updated_date`, `updated_by`) VALUES |
| (1, NULL, 1, 'item', 1, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1), | | (1, NULL, 1, 'item', 1, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1), |
| (2, NULL, 2, 'item', 2, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1), | | (2, NULL, 2, 'item', 2, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1), |
| (3, NULL, 2, 'item', 3, NULL, NULL, 1, 1, 0, NULL, 1685381585, 1), | | (3, NULL, 2, 'item', 3, NULL, NULL, 1, 1, 0, NULL, 1685381585, 1), |
| (4, NULL, 2, 'item', 4, NULL, 1, 2, 0, 0, NULL, 1685381585, 1), | | (4, NULL, 2, 'item', 4, NULL, 1, 2, 0, 0, NULL, 1685381585, 1), |
| (5, NULL, 2, 'item', 5, NULL, 1, 3, 0, 0, NULL, 1685381585, 1), | | (5, NULL, 2, 'item', 5, NULL, 1, 3, 0, 0, NULL, 1685381585, 1), |
| (6, NULL, 2, 'item', 6, NULL, 1, 4, 0, 0, NULL, 1685381585, 1), | | (6, NULL, 2, 'item', 6, NULL, 1, 4, 0, 0, NULL, 1685381585, 1), |
| (7, NULL, 2, 'item', 7, NULL, NULL, 5, 1, 0, NULL, 1685381585, 1), | | (7, NULL, 2, 'item', 7, NULL, NULL, 5, 1, 0, NULL, 1685381585, 1), |
| (8, NULL, 3, 'item', 3, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1), | | (8, NULL, 3, 'item', 3, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1), |
| (9, NULL, 3, 'item', 2, NULL, NULL, 1, 1, 0, NULL, 1685381585, 1), | | (9, NULL, 3, 'item', 2, NULL, NULL, 1, 1, 0, NULL, 1685381585, 1), |
| (10, NULL, 7, 'item', 13, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1), | | (10, NULL, 7, 'item', 13, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1), |
| (11, NULL, 8, 'item', 14, NULL, NULL, 6, 1, 0, NULL, 1685381585, 1), | | (11, NULL, 8, 'item', 14, NULL, NULL, 6, 1, 0, NULL, 1685381585, 1), |
| (12, NULL, 8, 'item', 15, NULL, NULL, 1, 1, 0, NULL, 1685381585, 1), | | (12, NULL, 8, 'item', 15, NULL, NULL, 1, 1, 0, NULL, 1685381585, 1), |
| (13, NULL, 8, 'item', 16, NULL, NULL, 2, 1, 0, NULL, 1685381585, 1), | | (13, NULL, 8, 'item', 16, NULL, NULL, 2, 1, 0, NULL, 1685381585, 1), |
| (14, NULL, 8, 'item', 8, NULL, 2, 3, 0, 0, NULL, 1685381585, 1), | | (14, NULL, 8, 'item', 8, NULL, 2, 3, 0, 0, NULL, 1685381585, 1), |
| (15, NULL, 8, 'item', 9, NULL, 2, 4, 0, 0, NULL, 1685381585, 1), | | (15, NULL, 8, 'item', 9, NULL, 2, 4, 0, 0, NULL, 1685381585, 1), |
| (16, NULL, 8, 'item', 10, NULL, 2, 5, 0, 0, NULL, 1685381585, 1), | | (16, NULL, 8, 'item', 10, NULL, 2, 5, 0, 0, NULL, 1685381585, 1), |
| (17, NULL, 8, 'item', 12, NULL, NULL, 4, 1, 0, NULL, 1685381585, 1), | | (17, NULL, 8, 'item', 12, NULL, NULL, 4, 1, 0, NULL, 1685381585, 1), |
| (18, NULL, 8, 'item', 11, NULL, NULL, 5, 1, 0, NULL, 1685381585, 1), | | (18, NULL, 8, 'item', 11, NULL, NULL, 5, 1, 0, NULL, 1685381585, 1), |
| (19, NULL, 9, 'item', 17, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1), | | (19, NULL, 9, 'item', 17, NULL, NULL, 0, 1, 0, NULL, 1685381585, 1), |
| n | (20, NULL, 9, 'item', 18, NULL, 3, 1, 1, 0, NULL, 1685381585, 1); | n | (20, NULL, 9, 'item', 18, NULL, 3, 1, 1, 0, NULL, 1685381585, 1), |
| | | (21, NULL, 9, 'item', 24, NULL, NULL, 2, 1, 0, NULL, 1685389171, 1), |
| | | (22, NULL, 9, 'item', 25, NULL, 5, 3, 0, 0, NULL, 1685389171, 1), |
| | | (23, NULL, 9, 'item', 26, NULL, 5, 4, 0, 0, NULL, 1685389171, 1), |
| | | (24, NULL, 9, 'item', 27, NULL, 5, 5, 0, 0, NULL, 1685389171, 1), |
| | | (25, NULL, 9, 'item', 28, NULL, 5, 6, 0, 0, NULL, 1685389171, 1), |
| | | (26, NULL, 9, 'item', 29, NULL, 5, 7, 0, 0, NULL, 1685389171, 1), |
| | | (27, NULL, 9, 'item', 30, NULL, 5, 8, 0, 0, NULL, 1685389171, 1), |
| | | (28, NULL, 9, 'item', 31, NULL, 5, 9, 0, 0, NULL, 1685389171, 1), |
| | | (29, NULL, 9, 'item', 32, NULL, 5, 10, 0, 0, NULL, 1685389171, 1), |
| | | (30, NULL, 9, 'item', 33, NULL, 5, 11, 0, 0, NULL, 1685389171, 1), |
| | | (31, NULL, 9, 'item', 34, NULL, 5, 12, 0, 0, NULL, 1685389171, 1), |
| | | (32, NULL, 9, 'item', 35, NULL, 5, 13, 0, 0, NULL, 1685389171, 1), |
| | | (33, NULL, 9, 'item', 36, NULL, 5, 14, 0, 0, NULL, 1685389171, 1), |
| | | (34, NULL, 9, 'item', 37, NULL, NULL, 15, 1, 0, NULL, 1685389171, 1), |
| | | (35, NULL, 9, 'item', 19, NULL, NULL, 16, 1, 0, NULL, 1685389171, 1), |
| | | (36, NULL, 9, 'item', 20, NULL, 4, 17, 0, 0, NULL, 1685389171, 1), |
| | | (37, NULL, 9, 'item', 21, NULL, 4, 18, 0, 0, NULL, 1685389171, 1), |
| | | (38, NULL, 9, 'item', 22, NULL, 4, 19, 0, 0, NULL, 1685389171, 1), |
| | | (39, NULL, 9, 'item', 23, NULL, NULL, 20, 1, 0, NULL, 1685389171, 1), |
| | | (40, NULL, 10, 'item', 43, NULL, NULL, 0, 1, 0, NULL, 1685470155, 1), |
| | | (41, NULL, 10, 'item', 44, NULL, 7, 1, 0, 0, NULL, 1685470155, 1), |
| | | (42, NULL, 10, 'item', 45, NULL, 7, 2, 0, 0, NULL, 1685470155, 1), |
| | | (43, NULL, 10, 'item', 46, NULL, 7, 3, 0, 0, NULL, 1685470155, 1), |
| | | (44, NULL, 10, 'item', 47, NULL, 7, 4, 0, 0, NULL, 1685470155, 1), |
| | | (45, NULL, 10, 'item', 48, NULL, 7, 5, 0, 0, NULL, 1685470155, 1), |
| | | (46, NULL, 10, 'item', 49, NULL, 7, 6, 0, 0, NULL, 1685470155, 1), |
| | | (47, NULL, 10, 'item', 50, NULL, NULL, 7, 1, 0, NULL, 1685470155, 1), |
| | | (48, NULL, 10, 'item', 38, NULL, NULL, 8, 1, 0, NULL, 1685470155, 1), |
| | | (49, NULL, 10, 'item', 39, NULL, 6, 9, 0, 0, NULL, 1685470155, 1), |
| | | (50, NULL, 10, 'item', 40, NULL, 6, 10, 0, 0, NULL, 1685470155, 1), |
| | | (51, NULL, 10, 'item', 41, NULL, 6, 11, 0, 0, NULL, 1685470155, 1), |
| | | (52, NULL, 10, 'item', 42, NULL, NULL, 12, 1, 0, NULL, 1685470155, 1), |
| | | (53, NULL, 11, 'item', 66, NULL, NULL, 0, 1, 0, NULL, 1685543107, 1), |
| | | (54, NULL, 11, 'item', 67, NULL, 11, 1, 0, 0, NULL, 1685543107, 1), |
| | | (55, NULL, 11, 'item', 68, NULL, 11, 2, 0, 0, NULL, 1685543107, 1), |
| | | (56, NULL, 11, 'item', 69, NULL, NULL, 3, 1, 0, NULL, 1685543107, 1), |
| | | (57, NULL, 11, 'item', 56, NULL, NULL, 4, 1, 0, NULL, 1685543107, 1), |
| | | (58, NULL, 11, 'item', 57, NULL, 9, 5, 0, 0, NULL, 1685543107, 1), |
| | | (59, NULL, 11, 'item', 58, NULL, 9, 6, 0, 0, NULL, 1685543107, 1), |
| | | (60, NULL, 11, 'item', 59, NULL, 9, 7, 0, 0, NULL, 1685543107, 1), |
| | | (61, NULL, 11, 'item', 60, NULL, NULL, 8, 1, 0, NULL, 1685543107, 1), |
| | | (62, NULL, 12, 'item', 70, NULL, NULL, 0, 1, 0, NULL, 1685543107, 1), |
| | | (63, NULL, 12, 'item', 71, NULL, 12, 1, 0, 0, NULL, 1685543108, 1), |
| | | (64, NULL, 12, 'item', 72, NULL, 12, 2, 0, 0, NULL, 1685543108, 1), |
| | | (65, NULL, 12, 'item', 73, NULL, 12, 3, 0, 0, NULL, 1685543108, 1), |
| | | (66, NULL, 12, 'item', 74, NULL, 12, 4, 0, 0, NULL, 1685543108, 1), |
| | | (67, NULL, 12, 'item', 75, NULL, NULL, 5, 1, 0, NULL, 1685543108, 1), |
| | | (68, NULL, 12, 'item', 61, NULL, NULL, 6, 1, 0, NULL, 1685543108, 1), |
| | | (69, NULL, 12, 'item', 62, NULL, 10, 7, 0, 0, NULL, 1685543108, 1), |
| | | (70, NULL, 12, 'item', 63, NULL, 10, 8, 0, 0, NULL, 1685543108, 1), |
| | | (71, NULL, 12, 'item', 64, NULL, 10, 9, 0, 0, NULL, 1685543108, 1), |
| | | (72, NULL, 12, 'item', 65, NULL, NULL, 10, 1, 0, NULL, 1685543108, 1), |
| | | (73, NULL, 13, 'item', 81, NULL, NULL, 0, 1, 0, NULL, 1685544478, 1), |
| | | (74, NULL, 13, 'item', 82, NULL, 14, 1, 0, 0, NULL, 1685544478, 1), |
| | | (75, NULL, 13, 'item', 83, NULL, 14, 2, 0, 0, NULL, 1685544478, 1), |
| | | (76, NULL, 13, 'item', 84, NULL, 14, 3, 0, 0, NULL, 1685544478, 1), |
| | | (77, NULL, 13, 'item', 85, NULL, 14, 4, 0, 0, NULL, 1685544478, 1), |
| | | (78, NULL, 13, 'item', 86, NULL, 14, 5, 0, 0, NULL, 1685544478, 1), |
| | | (79, NULL, 13, 'item', 87, NULL, 14, 6, 0, 0, NULL, 1685544478, 1), |
| | | (80, NULL, 13, 'item', 88, NULL, 14, 7, 0, 0, NULL, 1685544478, 1), |
| | | (81, NULL, 13, 'item', 89, NULL, NULL, 8, 1, 0, NULL, 1685544478, 1), |
| | | (82, NULL, 13, 'item', 76, NULL, NULL, 9, 1, 0, NULL, 1685544478, 1), |
| | | (83, NULL, 13, 'item', 77, NULL, 13, 10, 0, 0, NULL, 1685544478, 1), |
| | | (84, NULL, 13, 'item', 78, NULL, 13, 11, 0, 0, NULL, 1685544478, 1), |
| | | (85, NULL, 13, 'item', 79, NULL, 13, 12, 0, 0, NULL, 1685544478, 1), |
| | | (86, NULL, 13, 'item', 80, NULL, NULL, 13, 1, 0, NULL, 1685544478, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_form_objectives` | | -- Table structure for table `cbl_assessment_form_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_form_objectives` ( | | CREATE TABLE `cbl_assessment_form_objectives` ( |
| `assessment_form_objective_id` int(11) UNSIGNED NOT NULL, | | `assessment_form_objective_id` int(11) UNSIGNED NOT NULL, |
| `tree_version_id` int(12) NOT NULL, | | `tree_version_id` int(12) NOT NULL, |
| `form_id` int(11) UNSIGNED NOT NULL, | | `form_id` int(11) UNSIGNED NOT NULL, |
| `objective_id` int(11) UNSIGNED NOT NULL, | | `objective_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) UNSIGNED NOT NULL, | | `organisation_id` int(11) UNSIGNED NOT NULL, |
| `course_id` int(11) UNSIGNED NOT NULL, | | `course_id` int(11) UNSIGNED NOT NULL, |
| `triggerable` tinyint(4) NOT NULL DEFAULT '1', | | `triggerable` tinyint(4) NOT NULL DEFAULT '1', |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_form_objectives` | | -- Dumping data for table `cbl_assessment_form_objectives` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_form_objectives` (`assessment_form_objective_id`, `tree_version_id`, `form_id`, `objective_id`, `organisation_id`, `course_id`, `triggerable`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_form_objectives` (`assessment_form_objective_id`, `tree_version_id`, `form_id`, `objective_id`, `organisation_id`, `course_id`, `triggerable`, `deleted_date`) VALUES |
| n | (1, 1, 2, 2469, 1, 3, 1, NULL); | n | (1, 1, 2, 2469, 1, 3, 1, NULL), |
| | | (2, 3, 9, 2695, 1, 16, 1, NULL), |
| | | (3, 3, 10, 2698, 1, 16, 1, NULL), |
| | | (4, 3, 11, 2699, 1, 16, 1, NULL), |
| | | (5, 3, 12, 2700, 1, 16, 1, NULL), |
| | | (6, 3, 13, 2701, 1, 16, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_form_prompted_response_reviewers` | | -- Table structure for table `cbl_assessment_form_prompted_response_reviewers` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_form_prompted_response_reviewers` ( | | CREATE TABLE `cbl_assessment_form_prompted_response_reviewers` ( |
| `form_prompted_response_reviewer_id` int(11) UNSIGNED NOT NULL, | | `form_prompted_response_reviewer_id` int(11) UNSIGNED NOT NULL, |
| `form_id` int(11) UNSIGNED NOT NULL, | | `form_id` int(11) UNSIGNED NOT NULL, |
| `prompted_response_reviewer_type_id` int(11) UNSIGNED NOT NULL, | | `prompted_response_reviewer_type_id` int(11) UNSIGNED NOT NULL, |
| `value` int(11) DEFAULT NULL, | | `value` int(11) DEFAULT NULL, |
| `created_date` int(11) DEFAULT NULL, | | `created_date` int(11) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_form_type_meta` | | -- Table structure for table `cbl_assessment_form_type_meta` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_form_type_meta` ( | | CREATE TABLE `cbl_assessment_form_type_meta` ( |
| `form_type_meta_id` int(11) UNSIGNED NOT NULL, | | `form_type_meta_id` int(11) UNSIGNED NOT NULL, |
| `form_type_id` int(11) UNSIGNED NOT NULL, | | `form_type_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `meta_name` char(50) NOT NULL, | | `meta_name` char(50) NOT NULL, |
| `meta_value` text NOT NULL, | | `meta_value` text NOT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '1', | | `active` tinyint(1) NOT NULL DEFAULT '1', |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_form_type_meta` | | -- Dumping data for table `cbl_assessment_form_type_meta` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_form_type_meta` (`form_type_meta_id`, `form_type_id`, `organisation_id`, `meta_name`, `meta_value`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_form_type_meta` (`form_type_meta_id`, `form_type_id`, `organisation_id`, `meta_name`, `meta_value`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 1, 'hide_from_dashboard', '1', 1, 1510375509, 1, NULL, NULL, NULL), | | (1, 1, 1, 'hide_from_dashboard', '1', 1, 1510375509, 1, NULL, NULL, NULL), |
| (2, 2, 1, 'show_objectives', '1', 1, 1510375509, 1, NULL, NULL, NULL), | | (2, 2, 1, 'show_objectives', '1', 1, 1510375509, 1, NULL, NULL, NULL), |
| (3, 2, 1, 'show_entrustment', '1', 1, 1510375509, 1, NULL, NULL, NULL), | | (3, 2, 1, 'show_entrustment', '1', 1, 1510375509, 1, NULL, NULL, NULL), |
| (4, 3, 1, 'show_objectives', '1', 1, 1510375509, 1, NULL, NULL, NULL), | | (4, 3, 1, 'show_objectives', '1', 1, 1510375509, 1, NULL, NULL, NULL), |
| (5, 3, 1, 'show_entrustment', '1', 1, 1510375509, 1, NULL, NULL, NULL), | | (5, 3, 1, 'show_entrustment', '1', 1, 1510375509, 1, NULL, NULL, NULL), |
| (6, 4, 1, 'show_procedures', '1', 1, 1510375509, 1, NULL, NULL, NULL), | | (6, 4, 1, 'show_procedures', '1', 1, 1510375509, 1, NULL, NULL, NULL), |
| (7, 4, 1, 'show_objectives', '1', 1, 1510375509, 1, NULL, NULL, NULL), | | (7, 4, 1, 'show_objectives', '1', 1, 1510375509, 1, NULL, NULL, NULL), |
| (8, 4, 1, 'show_entrustment', '1', 1, 1510375509, 1, NULL, NULL, NULL), | | (8, 4, 1, 'show_entrustment', '1', 1, 1510375509, 1, NULL, NULL, NULL), |
| (9, 5, 1, 'show_objectives', '1', 1, 1510375509, 1, NULL, NULL, NULL), | | (9, 5, 1, 'show_objectives', '1', 1, 1510375509, 1, NULL, NULL, NULL), |
| (10, 6, 1, 'show_objectives', '1', 1, 1556658286, 1, NULL, NULL, NULL), | | (10, 6, 1, 'show_objectives', '1', 1, 1556658286, 1, NULL, NULL, NULL), |
| (11, 6, 1, 'show_entrustment', '1', 1, 1556658286, 1, NULL, NULL, NULL), | | (11, 6, 1, 'show_entrustment', '1', 1, 1556658286, 1, NULL, NULL, NULL), |
| (12, 5, 1, 'show_entrustment', '1', 1, 1567088378, 1, NULL, NULL, NULL), | | (12, 5, 1, 'show_entrustment', '1', 1, 1567088378, 1, NULL, NULL, NULL), |
| (13, 7, 1, 'prompted_response_reviewers_mandatory', '1', 1, 1685381580, 1, NULL, NULL, NULL), | | (13, 7, 1, 'prompted_response_reviewers_mandatory', '1', 1, 1685381580, 1, NULL, NULL, NULL), |
| (14, 8, 1, 'prompted_response_reviewers_mandatory', '1', 1, 1685381580, 1, NULL, NULL, NULL); | | (14, 8, 1, 'prompted_response_reviewers_mandatory', '1', 1, 1685381580, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_item_authors` | | -- Table structure for table `cbl_assessment_item_authors` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_item_authors` ( | | CREATE TABLE `cbl_assessment_item_authors` ( |
| `aiauthor_id` int(11) UNSIGNED NOT NULL, | | `aiauthor_id` int(11) UNSIGNED NOT NULL, |
| `item_id` int(11) UNSIGNED NOT NULL, | | `item_id` int(11) UNSIGNED NOT NULL, |
| `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id', | | `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id', |
| `author_id` int(11) NOT NULL, | | `author_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_item_authors` | | -- Dumping data for table `cbl_assessment_item_authors` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_item_authors` (`aiauthor_id`, `item_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_item_authors` (`aiauthor_id`, `item_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (1, 1, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (2, 2, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (2, 2, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (3, 3, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (3, 3, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (4, 4, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (4, 4, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (5, 5, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (5, 5, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (6, 6, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (6, 6, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (7, 7, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (7, 7, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (8, 8, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (8, 8, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (9, 9, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (9, 9, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (10, 10, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (10, 10, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (11, 11, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (11, 11, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (12, 12, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (12, 12, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (13, 13, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (13, 13, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (14, 14, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (14, 14, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (15, 15, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (15, 15, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (16, 16, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (16, 16, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (17, 17, 'proxy_id', 1, 0, 1, NULL, NULL, NULL), | | (17, 17, 'proxy_id', 1, 0, 1, NULL, NULL, NULL), |
| n | (18, 18, 'proxy_id', 1, 0, 1, NULL, NULL, NULL); | n | (18, 18, 'proxy_id', 1, 0, 1, NULL, NULL, NULL), |
| | | (19, 19, 'proxy_id', 1, 1685388693, 1, NULL, NULL, NULL), |
| | | (20, 20, 'proxy_id', 1, 1685388693, 1, NULL, NULL, NULL), |
| | | (21, 21, 'proxy_id', 1, 1685388693, 1, NULL, NULL, NULL), |
| | | (22, 22, 'proxy_id', 1, 1685388693, 1, NULL, NULL, NULL), |
| | | (23, 23, 'proxy_id', 1, 1685388693, 1, NULL, NULL, NULL), |
| | | (24, 24, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL), |
| | | (25, 25, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL), |
| | | (26, 26, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL), |
| | | (27, 27, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL), |
| | | (28, 28, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL), |
| | | (29, 29, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL), |
| | | (30, 30, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL), |
| | | (31, 31, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL), |
| | | (32, 32, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL), |
| | | (33, 33, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL), |
| | | (34, 34, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL), |
| | | (35, 35, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL), |
| | | (36, 36, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL), |
| | | (37, 37, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL), |
| | | (38, 38, 'proxy_id', 1, 1685470042, 1, NULL, NULL, NULL), |
| | | (39, 39, 'proxy_id', 1, 1685470042, 1, NULL, NULL, NULL), |
| | | (40, 40, 'proxy_id', 1, 1685470042, 1, NULL, NULL, NULL), |
| | | (41, 41, 'proxy_id', 1, 1685470042, 1, NULL, NULL, NULL), |
| | | (42, 42, 'proxy_id', 1, 1685470042, 1, NULL, NULL, NULL), |
| | | (43, 43, 'proxy_id', 1, 1685470155, 1, NULL, NULL, NULL), |
| | | (44, 44, 'proxy_id', 1, 1685470155, 1, NULL, NULL, NULL), |
| | | (45, 45, 'proxy_id', 1, 1685470155, 1, NULL, NULL, NULL), |
| | | (46, 46, 'proxy_id', 1, 1685470155, 1, NULL, NULL, NULL), |
| | | (47, 47, 'proxy_id', 1, 1685470155, 1, NULL, NULL, NULL), |
| | | (48, 48, 'proxy_id', 1, 1685470155, 1, NULL, NULL, NULL), |
| | | (49, 49, 'proxy_id', 1, 1685470155, 1, NULL, NULL, NULL), |
| | | (50, 50, 'proxy_id', 1, 1685470155, 1, NULL, NULL, NULL), |
| | | (51, 51, 'proxy_id', 1, 1685541679, 1, NULL, NULL, NULL), |
| | | (52, 52, 'proxy_id', 1, 1685541679, 1, NULL, NULL, NULL), |
| | | (53, 53, 'proxy_id', 1, 1685541679, 1, NULL, NULL, NULL), |
| | | (54, 54, 'proxy_id', 1, 1685541679, 1, NULL, NULL, NULL), |
| | | (55, 55, 'proxy_id', 1, 1685541679, 1, NULL, NULL, NULL), |
| | | (56, 56, 'proxy_id', 1, 1685542427, 1, NULL, NULL, NULL), |
| | | (57, 57, 'proxy_id', 1, 1685542427, 1, NULL, NULL, NULL), |
| | | (58, 58, 'proxy_id', 1, 1685542427, 1, NULL, NULL, NULL), |
| | | (59, 59, 'proxy_id', 1, 1685542427, 1, NULL, NULL, NULL), |
| | | (60, 60, 'proxy_id', 1, 1685542427, 1, NULL, NULL, NULL), |
| | | (61, 61, 'proxy_id', 1, 1685542633, 1, NULL, NULL, NULL), |
| | | (62, 62, 'proxy_id', 1, 1685542633, 1, NULL, NULL, NULL), |
| | | (63, 63, 'proxy_id', 1, 1685542633, 1, NULL, NULL, NULL), |
| | | (64, 64, 'proxy_id', 1, 1685542633, 1, NULL, NULL, NULL), |
| | | (65, 65, 'proxy_id', 1, 1685542633, 1, NULL, NULL, NULL), |
| | | (66, 66, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL), |
| | | (67, 67, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL), |
| | | (68, 68, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL), |
| | | (69, 69, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL), |
| | | (70, 70, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL), |
| | | (71, 71, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL), |
| | | (72, 72, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL), |
| | | (73, 73, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL), |
| | | (74, 74, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL), |
| | | (75, 75, 'proxy_id', 1, 1685543108, 1, NULL, NULL, NULL), |
| | | (76, 76, 'proxy_id', 1, 1685544416, 1, NULL, NULL, NULL), |
| | | (77, 77, 'proxy_id', 1, 1685544416, 1, NULL, NULL, NULL), |
| | | (78, 78, 'proxy_id', 1, 1685544416, 1, NULL, NULL, NULL), |
| | | (79, 79, 'proxy_id', 1, 1685544416, 1, NULL, NULL, NULL), |
| | | (80, 80, 'proxy_id', 1, 1685544416, 1, NULL, NULL, NULL), |
| | | (81, 81, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL), |
| | | (82, 82, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL), |
| | | (83, 83, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL), |
| | | (84, 84, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL), |
| | | (85, 85, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL), |
| | | (86, 86, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL), |
| | | (87, 87, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL), |
| | | (88, 88, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL), |
| | | (89, 89, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_item_objectives` | | -- Table structure for table `cbl_assessment_item_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_item_objectives` ( | | CREATE TABLE `cbl_assessment_item_objectives` ( |
| `aiobjective_id` int(11) UNSIGNED NOT NULL, | | `aiobjective_id` int(11) UNSIGNED NOT NULL, |
| `item_id` int(11) UNSIGNED NOT NULL, | | `item_id` int(11) UNSIGNED NOT NULL, |
| `objective_id` int(11) UNSIGNED NOT NULL, | | `objective_id` int(11) UNSIGNED NOT NULL, |
| `objective_metadata` text, | | `objective_metadata` text, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_item_objectives` | | -- Dumping data for table `cbl_assessment_item_objectives` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_item_objectives` (`aiobjective_id`, `item_id`, `objective_id`, `objective_metadata`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_item_objectives` (`aiobjective_id`, `item_id`, `objective_id`, `objective_metadata`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 3, 2469, '[\"tree_node_id\":2,\"tree_version_id\":1,\"breadcrumb\":\"Test CBME Framework 1\"]', 1685381585, 1, NULL, NULL, NULL), | | (1, 3, 2469, '[\"tree_node_id\":2,\"tree_version_id\":1,\"breadcrumb\":\"Test CBME Framework 1\"]', 1685381585, 1, NULL, NULL, NULL), |
| (2, 13, 2660, NULL, 1685381585, 1, NULL, NULL, NULL), | | (2, 13, 2660, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (3, 13, 2661, NULL, 1685381585, 1, NULL, NULL, NULL), | | (3, 13, 2661, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (4, 13, 2662, NULL, 1685381585, 1, NULL, NULL, NULL), | | (4, 13, 2662, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (5, 13, 2668, NULL, 1685381585, 1, NULL, NULL, NULL), | | (5, 13, 2668, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (6, 13, 2669, NULL, 1685381585, 1, NULL, NULL, NULL), | | (6, 13, 2669, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (7, 13, 2687, NULL, 1685381585, 1, NULL, NULL, NULL), | | (7, 13, 2687, NULL, 1685381585, 1, NULL, NULL, NULL), |
| n | (8, 15, 2669, NULL, 1685381585, 1, NULL, NULL, NULL); | n | (8, 15, 2669, NULL, 1685381585, 1, NULL, NULL, NULL), |
| | | (9, 24, 2695, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (10, 24, 2705, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (11, 24, 2706, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (12, 24, 2707, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (13, 24, 2708, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (14, 24, 2709, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (15, 24, 2710, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (16, 24, 2711, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (17, 24, 2712, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (18, 24, 2713, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (19, 24, 2714, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (20, 24, 2715, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (21, 24, 2716, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (22, 24, 2431, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (23, 25, 2695, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (24, 25, 2705, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (25, 26, 2695, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (26, 26, 2706, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (27, 27, 2695, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (28, 27, 2707, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (29, 28, 2695, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (30, 28, 2708, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (31, 29, 2695, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (32, 29, 2709, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (33, 30, 2695, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (34, 30, 2710, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (35, 31, 2695, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (36, 31, 2711, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (37, 32, 2695, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (38, 32, 2712, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (39, 33, 2695, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (40, 33, 2713, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (41, 34, 2695, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (42, 34, 2714, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (43, 35, 2695, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (44, 35, 2715, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (45, 36, 2695, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (46, 36, 2716, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (47, 37, 2695, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (48, 37, 2705, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (49, 37, 2706, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (50, 37, 2707, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (51, 37, 2708, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (52, 37, 2709, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (53, 37, 2710, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (54, 37, 2711, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (55, 37, 2712, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (56, 37, 2713, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (57, 37, 2714, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (58, 37, 2715, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (59, 37, 2716, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (60, 19, 2695, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (61, 19, 2705, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (62, 19, 2706, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (63, 19, 2707, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (64, 19, 2708, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (65, 19, 2709, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (66, 19, 2710, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (67, 19, 2711, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (68, 19, 2712, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (69, 19, 2713, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (70, 19, 2714, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (71, 19, 2715, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (72, 19, 2716, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (73, 20, 2695, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (74, 20, 2705, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (75, 20, 2706, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (76, 20, 2707, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (77, 20, 2708, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (78, 20, 2709, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (79, 20, 2710, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (80, 20, 2711, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (81, 20, 2712, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (82, 20, 2713, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (83, 20, 2714, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (84, 20, 2715, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (85, 20, 2716, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (86, 21, 2695, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (87, 21, 2705, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (88, 21, 2706, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (89, 21, 2707, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (90, 21, 2708, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (91, 21, 2709, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (92, 21, 2710, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (93, 21, 2711, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (94, 21, 2712, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (95, 21, 2713, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (96, 21, 2714, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (97, 21, 2715, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (98, 21, 2716, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (99, 22, 2695, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (100, 22, 2705, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (101, 22, 2706, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (102, 22, 2707, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (103, 22, 2708, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (104, 22, 2709, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (105, 22, 2710, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (106, 22, 2711, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (107, 22, 2712, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (108, 22, 2713, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (109, 22, 2714, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (110, 22, 2715, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (111, 22, 2716, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (112, 23, 2695, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (113, 23, 2705, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (114, 23, 2706, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (115, 23, 2707, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (116, 23, 2708, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (117, 23, 2709, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (118, 23, 2710, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (119, 23, 2711, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (120, 23, 2712, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (121, 23, 2713, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (122, 23, 2714, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (123, 23, 2715, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (124, 23, 2716, NULL, 1685389171, 1, NULL, NULL, NULL), |
| | | (125, 43, 2698, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (126, 43, 2717, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (127, 43, 2718, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (128, 43, 2719, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (129, 43, 2720, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (130, 43, 2721, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (131, 43, 2722, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (132, 43, 2431, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (133, 44, 2698, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (134, 44, 2717, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (135, 45, 2698, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (136, 45, 2718, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (137, 46, 2698, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (138, 46, 2719, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (139, 47, 2698, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (140, 47, 2720, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (141, 48, 2698, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (142, 48, 2721, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (143, 49, 2698, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (144, 49, 2722, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (145, 50, 2698, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (146, 50, 2717, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (147, 50, 2718, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (148, 50, 2719, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (149, 50, 2720, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (150, 50, 2721, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (151, 50, 2722, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (152, 38, 2698, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (153, 38, 2717, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (154, 38, 2718, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (155, 38, 2719, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (156, 38, 2720, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (157, 38, 2721, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (158, 38, 2722, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (159, 39, 2698, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (160, 39, 2717, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (161, 39, 2718, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (162, 39, 2719, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (163, 39, 2720, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (164, 39, 2721, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (165, 39, 2722, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (166, 40, 2698, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (167, 40, 2717, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (168, 40, 2718, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (169, 40, 2719, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (170, 40, 2720, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (171, 40, 2721, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (172, 40, 2722, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (173, 41, 2698, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (174, 41, 2717, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (175, 41, 2718, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (176, 41, 2719, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (177, 41, 2720, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (178, 41, 2721, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (179, 41, 2722, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (180, 42, 2698, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (181, 42, 2717, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (182, 42, 2718, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (183, 42, 2719, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (184, 42, 2720, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (185, 42, 2721, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (186, 42, 2722, NULL, 1685470155, 1, NULL, NULL, NULL), |
| | | (187, 66, 2699, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (188, 66, 2726, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (189, 66, 2727, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (190, 66, 2431, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (191, 67, 2699, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (192, 67, 2726, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (193, 68, 2699, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (194, 68, 2727, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (195, 69, 2699, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (196, 69, 2726, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (197, 69, 2727, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (198, 56, 2699, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (199, 56, 2726, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (200, 56, 2727, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (201, 57, 2699, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (202, 57, 2726, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (203, 57, 2727, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (204, 58, 2699, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (205, 58, 2726, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (206, 58, 2727, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (207, 59, 2699, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (208, 59, 2726, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (209, 59, 2727, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (210, 60, 2699, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (211, 60, 2726, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (212, 60, 2727, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (213, 70, 2700, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (214, 70, 2723, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (215, 70, 2724, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (216, 70, 2725, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (217, 70, 2728, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (218, 70, 2431, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (219, 71, 2700, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (220, 71, 2723, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (221, 72, 2700, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (222, 72, 2724, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (223, 73, 2700, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (224, 73, 2725, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (225, 74, 2700, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (226, 74, 2728, NULL, 1685543107, 1, NULL, NULL, NULL), |
| | | (227, 75, 2700, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (228, 75, 2723, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (229, 75, 2724, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (230, 75, 2725, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (231, 75, 2728, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (232, 61, 2700, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (233, 61, 2723, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (234, 61, 2724, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (235, 61, 2725, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (236, 61, 2728, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (237, 62, 2700, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (238, 62, 2723, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (239, 62, 2724, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (240, 62, 2725, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (241, 62, 2728, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (242, 63, 2700, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (243, 63, 2723, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (244, 63, 2724, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (245, 63, 2725, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (246, 63, 2728, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (247, 64, 2700, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (248, 64, 2723, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (249, 64, 2724, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (250, 64, 2725, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (251, 64, 2728, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (252, 65, 2700, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (253, 65, 2723, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (254, 65, 2724, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (255, 65, 2725, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (256, 65, 2728, NULL, 1685543108, 1, NULL, NULL, NULL), |
| | | (257, 81, 2701, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (258, 81, 2729, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (259, 81, 2730, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (260, 81, 2731, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (261, 81, 2732, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (262, 81, 2733, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (263, 81, 2734, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (264, 81, 2735, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (265, 81, 2431, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (266, 82, 2701, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (267, 82, 2729, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (268, 83, 2701, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (269, 83, 2730, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (270, 84, 2701, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (271, 84, 2731, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (272, 85, 2701, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (273, 85, 2732, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (274, 86, 2701, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (275, 86, 2733, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (276, 87, 2701, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (277, 87, 2734, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (278, 88, 2701, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (279, 88, 2735, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (280, 89, 2701, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (281, 89, 2729, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (282, 89, 2730, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (283, 89, 2731, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (284, 89, 2732, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (285, 89, 2733, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (286, 89, 2734, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (287, 89, 2735, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (288, 76, 2701, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (289, 76, 2729, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (290, 76, 2730, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (291, 76, 2731, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (292, 76, 2732, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (293, 76, 2733, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (294, 76, 2734, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (295, 76, 2735, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (296, 77, 2701, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (297, 77, 2729, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (298, 77, 2730, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (299, 77, 2731, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (300, 77, 2732, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (301, 77, 2733, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (302, 77, 2734, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (303, 77, 2735, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (304, 78, 2701, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (305, 78, 2729, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (306, 78, 2730, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (307, 78, 2731, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (308, 78, 2732, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (309, 78, 2733, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (310, 78, 2734, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (311, 78, 2735, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (312, 79, 2701, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (313, 79, 2729, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (314, 79, 2730, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (315, 79, 2731, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (316, 79, 2732, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (317, 79, 2733, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (318, 79, 2734, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (319, 79, 2735, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (320, 80, 2701, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (321, 80, 2729, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (322, 80, 2730, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (323, 80, 2731, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (324, 80, 2732, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (325, 80, 2733, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (326, 80, 2734, NULL, 1685544478, 1, NULL, NULL, NULL), |
| | | (327, 80, 2735, NULL, 1685544478, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_item_tags` | | -- Table structure for table `cbl_assessment_item_tags` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_item_tags` ( | | CREATE TABLE `cbl_assessment_item_tags` ( |
| `aitag_id` int(11) UNSIGNED NOT NULL, | | `aitag_id` int(11) UNSIGNED NOT NULL, |
| `item_id` int(11) UNSIGNED NOT NULL, | | `item_id` int(11) UNSIGNED NOT NULL, |
| `tag_id` int(11) UNSIGNED NOT NULL | | `tag_id` int(11) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_lu_distribution_linked_assessment_types` | | -- Table structure for table `cbl_assessment_lu_distribution_linked_assessment_types` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_lu_distribution_linked_assessment_types` ( | | CREATE TABLE `cbl_assessment_lu_distribution_linked_assessment_types` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `shortname` varchar(64) NOT NULL DEFAULT '', | | `shortname` varchar(64) NOT NULL DEFAULT '', |
| `title` varchar(128) NOT NULL DEFAULT '', | | `title` varchar(128) NOT NULL DEFAULT '', |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_lu_distribution_linked_assessment_types` | | -- Dumping data for table `cbl_assessment_lu_distribution_linked_assessment_types` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_lu_distribution_linked_assessment_types` (`id`, `shortname`, `title`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_lu_distribution_linked_assessment_types` (`id`, `shortname`, `title`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'distribution', 'Distribution', 1685381580, 1, NULL, NULL, NULL), | | (1, 'distribution', 'Distribution', 1685381580, 1, NULL, NULL, NULL), |
| (2, 'form', 'Form', 1685381580, 1, NULL, NULL, NULL); | | (2, 'form', 'Form', 1685381580, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_lu_methods` | | -- Table structure for table `cbl_assessment_lu_methods` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_lu_methods` ( | | CREATE TABLE `cbl_assessment_lu_methods` ( |
| `assessment_method_id` int(11) UNSIGNED NOT NULL, | | `assessment_method_id` int(11) UNSIGNED NOT NULL, |
| `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `order` int(12) NOT NULL DEFAULT '0', | | `order` int(12) NOT NULL DEFAULT '0', |
| `phases` int(10) UNSIGNED NOT NULL DEFAULT '1', | | `phases` int(10) UNSIGNED NOT NULL DEFAULT '1', |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_lu_methods` | | -- Dumping data for table `cbl_assessment_lu_methods` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_lu_methods` (`assessment_method_id`, `shortname`, `order`, `phases`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_lu_methods` (`assessment_method_id`, `shortname`, `order`, `phases`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES |
| (1, 'default', 0, 1, 1484625600, 1, NULL, NULL, NULL), | | (1, 'default', 0, 1, 1484625600, 1, NULL, NULL, NULL), |
| (2, 'complete_and_confirm_by_email', 2, 2, 1484625600, 1, NULL, NULL, NULL), | | (2, 'complete_and_confirm_by_email', 2, 2, 1484625600, 1, NULL, NULL, NULL), |
| (3, 'complete_and_confirm_by_pin', 3, 2, 1484625600, 1, NULL, NULL, NULL), | | (3, 'complete_and_confirm_by_pin', 3, 2, 1484625600, 1, NULL, NULL, NULL), |
| (4, 'send_blank_form', 1, 1, 1484625600, 1, NULL, NULL, NULL), | | (4, 'send_blank_form', 1, 1, 1484625600, 1, NULL, NULL, NULL), |
| (5, 'double_blind_assessment', 4, 1, 1510375508, 1, NULL, NULL, NULL), | | (5, 'double_blind_assessment', 4, 1, 1510375508, 1, NULL, NULL, NULL), |
| (6, 'faculty_triggered_assessment', 0, 1, 1510375508, 1, NULL, NULL, NULL), | | (6, 'faculty_triggered_assessment', 0, 1, 1510375508, 1, NULL, NULL, NULL), |
| (7, 'learner_triggered_faculty_evaluation', 0, 1, 1576865084, 1, NULL, NULL, NULL), | | (7, 'learner_triggered_faculty_evaluation', 0, 1, 1576865084, 1, NULL, NULL, NULL), |
| (8, 'learner_triggered_rotation_evaluation', 0, 1, 1576865084, 1, NULL, NULL, NULL); | | (8, 'learner_triggered_rotation_evaluation', 0, 1, 1576865084, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_lu_prompted_response_reviewer_types` | | -- Table structure for table `cbl_assessment_lu_prompted_response_reviewer_types` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_lu_prompted_response_reviewer_types` ( | | CREATE TABLE `cbl_assessment_lu_prompted_response_reviewer_types` ( |
| `prompted_response_reviewer_type_id` int(11) UNSIGNED NOT NULL, | | `prompted_response_reviewer_type_id` int(11) UNSIGNED NOT NULL, |
| `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `shortname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_lu_prompted_response_reviewer_types` | | -- Dumping data for table `cbl_assessment_lu_prompted_response_reviewer_types` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_lu_prompted_response_reviewer_types` (`prompted_response_reviewer_type_id`, `shortname`, `title`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_lu_prompted_response_reviewer_types` (`prompted_response_reviewer_type_id`, `shortname`, `title`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'pcoordinators', 'Program Coordinators', 1685381580, 1, NULL, NULL, NULL), | | (1, 'pcoordinators', 'Program Coordinators', 1685381580, 1, NULL, NULL, NULL), |
| (2, 'directors', 'Program Directors', 1685381580, 1, NULL, NULL, NULL), | | (2, 'directors', 'Program Directors', 1685381580, 1, NULL, NULL, NULL), |
| (3, 'academicadvisors', 'Academic Advisors', 1685381580, 1, NULL, NULL, NULL), | | (3, 'academicadvisors', 'Academic Advisors', 1685381580, 1, NULL, NULL, NULL), |
| (4, 'ccoordinators', 'Curricular Coordinators', 1685381580, 1, NULL, NULL, NULL), | | (4, 'ccoordinators', 'Curricular Coordinators', 1685381580, 1, NULL, NULL, NULL), |
| (5, 'custom_reviewer', 'Custom Reviewer', 1685381580, 1, NULL, NULL, NULL); | | (5, 'custom_reviewer', 'Custom Reviewer', 1685381580, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_lu_task_deleted_reasons` | | -- Table structure for table `cbl_assessment_lu_task_deleted_reasons` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_lu_task_deleted_reasons` ( | | CREATE TABLE `cbl_assessment_lu_task_deleted_reasons` ( |
| `reason_id` int(11) UNSIGNED NOT NULL, | | `reason_id` int(11) UNSIGNED NOT NULL, |
| `order_id` int(11) UNSIGNED NOT NULL, | | `order_id` int(11) UNSIGNED NOT NULL, |
| `reason_details` varchar(128) NOT NULL, | | `reason_details` varchar(128) NOT NULL, |
| `notes_required` tinyint(1) NOT NULL DEFAULT '0', | | `notes_required` tinyint(1) NOT NULL DEFAULT '0', |
| `user_visible` tinyint(1) DEFAULT '1', | | `user_visible` tinyint(1) DEFAULT '1', |
| `event_based` tinyint(1) DEFAULT '0', | | `event_based` tinyint(1) DEFAULT '0', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_lu_task_deleted_reasons` | | -- Dumping data for table `cbl_assessment_lu_task_deleted_reasons` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_lu_task_deleted_reasons` (`reason_id`, `order_id`, `reason_details`, `notes_required`, `user_visible`, `event_based`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_lu_task_deleted_reasons` (`reason_id`, `order_id`, `reason_details`, `notes_required`, `user_visible`, `event_based`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES |
| (1, 3, 'Other (Please Specify)', 1, 1, 0, NULL, NULL, 1483495903, 1, NULL), | | (1, 3, 'Other (Please Specify)', 1, 1, 0, NULL, NULL, 1483495903, 1, NULL), |
| (2, 1, 'Did not work with the target', 0, 1, 0, NULL, NULL, 1456515087, 1, NULL), | | (2, 1, 'Did not work with the target', 0, 1, 0, NULL, NULL, 1456515087, 1, NULL), |
| (3, 2, 'Completed all relevant tasks on relevant targets', 0, 1, 0, NULL, NULL, 1456515087, 1, NULL), | | (3, 2, 'Completed all relevant tasks on relevant targets', 0, 1, 0, NULL, NULL, 1456515087, 1, NULL), |
| (4, 4, 'Expired', 0, 0, 0, NULL, NULL, 1456515087, 1, NULL); | | (4, 4, 'Expired', 0, 0, 0, NULL, NULL, 1456515087, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_lu_task_reopen_reasons` | | -- Table structure for table `cbl_assessment_lu_task_reopen_reasons` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_lu_task_reopen_reasons` ( | | CREATE TABLE `cbl_assessment_lu_task_reopen_reasons` ( |
| `reopen_reason_id` int(11) UNSIGNED NOT NULL, | | `reopen_reason_id` int(11) UNSIGNED NOT NULL, |
| `reopen_order_id` int(11) UNSIGNED NOT NULL, | | `reopen_order_id` int(11) UNSIGNED NOT NULL, |
| `reopen_reason_details` varchar(128) NOT NULL, | | `reopen_reason_details` varchar(128) NOT NULL, |
| `notes_required` tinyint(1) NOT NULL DEFAULT '0', | | `notes_required` tinyint(1) NOT NULL DEFAULT '0', |
| `user_visible` tinyint(1) DEFAULT '1', | | `user_visible` tinyint(1) DEFAULT '1', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_lu_task_reopen_reasons` | | -- Dumping data for table `cbl_assessment_lu_task_reopen_reasons` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_lu_task_reopen_reasons` (`reopen_reason_id`, `reopen_order_id`, `reopen_reason_details`, `notes_required`, `user_visible`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_lu_task_reopen_reasons` (`reopen_reason_id`, `reopen_order_id`, `reopen_reason_details`, `notes_required`, `user_visible`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES |
| (1, 1, 'Task was accidentally deleted', 0, 1, NULL, NULL, 1556670355, 1, NULL), | | (1, 1, 'Task was accidentally deleted', 0, 1, NULL, NULL, 1556670355, 1, NULL), |
| (2, 2, 'Task was missing data', 0, 1, NULL, NULL, 1556670355, 1, NULL), | | (2, 2, 'Task was missing data', 0, 1, NULL, NULL, 1556670355, 1, NULL), |
| (3, 3, 'Other (Please Specify)', 1, 1, NULL, NULL, 1556670355, 1, NULL); | | (3, 3, 'Other (Please Specify)', 1, 1, NULL, NULL, 1556670355, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_lu_types` | | -- Table structure for table `cbl_assessment_lu_types` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_lu_types` ( | | CREATE TABLE `cbl_assessment_lu_types` ( |
| `assessment_type_id` int(11) UNSIGNED NOT NULL, | | `assessment_type_id` int(11) UNSIGNED NOT NULL, |
| `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL, | | `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL, |
| `description` text COLLATE utf8_unicode_ci, | | `description` text COLLATE utf8_unicode_ci, |
| `shortname` varchar(50) COLLATE utf8_unicode_ci NOT NULL, | | `shortname` varchar(50) COLLATE utf8_unicode_ci NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_lu_types` | | -- Dumping data for table `cbl_assessment_lu_types` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_lu_types` (`assessment_type_id`, `title`, `description`, `shortname`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_lu_types` (`assessment_type_id`, `title`, `description`, `shortname`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES |
| (1, 'Distribution', 'Distribution based assessment', 'distribution', 1510375502, 1, NULL, NULL, NULL), | | (1, 'Distribution', 'Distribution based assessment', 'distribution', 1510375502, 1, NULL, NULL, NULL), |
| (2, 'CBME', 'CBME based assessment', 'cbme', 1510375502, 1, NULL, NULL, NULL); | | (2, 'CBME', 'CBME based assessment', 'cbme', 1510375502, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_method_groups` | | -- Table structure for table `cbl_assessment_method_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_method_groups` ( | | CREATE TABLE `cbl_assessment_method_groups` ( |
| `amethod_group_id` int(11) UNSIGNED NOT NULL, | | `amethod_group_id` int(11) UNSIGNED NOT NULL, |
| `assessment_method_id` int(11) UNSIGNED NOT NULL, | | `assessment_method_id` int(11) UNSIGNED NOT NULL, |
| `group` varchar(35) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `group` varchar(35) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `admin` tinyint(1) NOT NULL DEFAULT '0' | | `admin` tinyint(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_method_groups` | | -- Dumping data for table `cbl_assessment_method_groups` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_method_groups` (`amethod_group_id`, `assessment_method_id`, `group`, `admin`) VALUES | | INSERT INTO `cbl_assessment_method_groups` (`amethod_group_id`, `assessment_method_id`, `group`, `admin`) VALUES |
| (1, 4, 'student', 0), | | (1, 4, 'student', 0), |
| (2, 4, 'medtech', 1), | | (2, 4, 'medtech', 1), |
| (3, 2, 'student', 0), | | (3, 2, 'student', 0), |
| (4, 2, 'faculty', 0), | | (4, 2, 'faculty', 0), |
| (5, 3, 'student', 0), | | (5, 3, 'student', 0), |
| (6, 3, 'faculty', 0), | | (6, 3, 'faculty', 0), |
| (7, 5, 'student', 0), | | (7, 5, 'student', 0), |
| (8, 5, 'faculty', 0), | | (8, 5, 'faculty', 0), |
| (9, 4, 'staff', 0); | | (9, 4, 'staff', 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_method_group_meta` | | -- Table structure for table `cbl_assessment_method_group_meta` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_method_group_meta` ( | | CREATE TABLE `cbl_assessment_method_group_meta` ( |
| `amethod_meta_id` int(12) UNSIGNED NOT NULL, | | `amethod_meta_id` int(12) UNSIGNED NOT NULL, |
| `assessment_method_id` int(11) UNSIGNED NOT NULL, | | `assessment_method_id` int(11) UNSIGNED NOT NULL, |
| `group` char(35) NOT NULL, | | `group` char(35) NOT NULL, |
| `title` char(255) NOT NULL, | | `title` char(255) NOT NULL, |
| `description` text, | | `description` text, |
| `instructions` text, | | `instructions` text, |
| `button_text` char(255) NOT NULL, | | `button_text` char(255) NOT NULL, |
| `skip_validation` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', | | `skip_validation` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', |
| `assessment_cue` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', | | `assessment_cue` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', |
| `allow_external_assessor` tinyint(1) DEFAULT '0', | | `allow_external_assessor` tinyint(1) DEFAULT '0', |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_method_group_meta` | | -- Dumping data for table `cbl_assessment_method_group_meta` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_method_group_meta` (`amethod_meta_id`, `assessment_method_id`, `group`, `title`, `description`, `instructions`, `button_text`, `skip_validation`, `assessment_cue`, `allow_external_assessor`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_method_group_meta` (`amethod_meta_id`, `assessment_method_id`, `group`, `title`, `description`, `instructions`, `button_text`, `skip_validation`, `assessment_cue`, `allow_external_assessor`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, '', 'Standard Assessment', NULL, NULL, 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL), | | (1, 1, '', 'Standard Assessment', NULL, NULL, 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL), |
| (2, 6, 'faculty', 'Faculty Triggered Assessment', NULL, 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL), | | (2, 6, 'faculty', 'Faculty Triggered Assessment', NULL, 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL), |
| (3, 4, 'student', 'Email blank form', 'The assessor will receive an email notification to complete an assessment based on the selected tool.', 'Once you have submitted this assessment, the selected assessor will receive a blank assessment task containing this form.', 'Submit and send assessor a blank form', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL), | | (3, 4, 'student', 'Email blank form', 'The assessor will receive an email notification to complete an assessment based on the selected tool.', 'Once you have submitted this assessment, the selected assessor will receive a blank assessment task containing this form.', 'Submit and send assessor a blank form', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL), |
| (4, 4, 'faculty', 'Email blank form', 'The assessor will receive an email notification to complete an assessment based on the selected tool.', 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL), | | (4, 4, 'faculty', 'Email blank form', 'The assessor will receive an email notification to complete an assessment based on the selected tool.', 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL), |
| (5, 4, 'medtech', 'Email blank form', 'Complete an assessment using the selected tool. Upon completion, the assessor will receive an email notification asking them to review/edit and confirm the assessment.', 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL), | | (5, 4, 'medtech', 'Email blank form', 'Complete an assessment using the selected tool. Upon completion, the assessor will receive an email notification asking them to review/edit and confirm the assessment.', 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL), |
| (6, 2, 'student', 'Complete and confirm via email', 'Complete an assessment using the selected tool. Upon completion, the assessor will receive an email notification asking them to review/edit and confirm the assessment.', 'Once you have submitted this assessment, the selected assessor will receive an email link to complete this assessment task.', 'Submit and notify assessor by email', 1, 1, 1, 1510375509, 1, NULL, NULL, NULL), | | (6, 2, 'student', 'Complete and confirm via email', 'Complete an assessment using the selected tool. Upon completion, the assessor will receive an email notification asking them to review/edit and confirm the assessment.', 'Once you have submitted this assessment, the selected assessor will receive an email link to complete this assessment task.', 'Submit and notify assessor by email', 1, 1, 1, 1510375509, 1, NULL, NULL, NULL), |
| (7, 2, 'faculty', 'Complete and confirm via email', 'Complete an assessment using the selected tool. Upon completion, the assessor will receive an email notification asking them to review/edit and confirm the assessment.', 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL), | | (7, 2, 'faculty', 'Complete and confirm via email', 'Complete an assessment using the selected tool. Upon completion, the assessor will receive an email notification asking them to review/edit and confirm the assessment.', 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL), |
| (8, 3, 'student', 'Complete and confirm via PIN', 'Complete an assessment based on the selected tool. Upon completion of the assessment, the assessor will confirm it on the spot using their Personal Identification Number (PIN) and adjust your assessment as necessary.', 'Once you have submitted this assessment, the assessor will be prompted to enter their PIN and complete this assessment task.', 'Submit and have assessor confirm by PIN', 0, 0, 0, 1510375509, 1, NULL, NULL, NULL), | | (8, 3, 'student', 'Complete and confirm via PIN', 'Complete an assessment based on the selected tool. Upon completion of the assessment, the assessor will confirm it on the spot using their Personal Identification Number (PIN) and adjust your assessment as necessary.', 'Once you have submitted this assessment, the assessor will be prompted to enter their PIN and complete this assessment task.', 'Submit and have assessor confirm by PIN', 0, 0, 0, 1510375509, 1, NULL, NULL, NULL), |
| (9, 3, 'faculty', 'Complete and confirm via PIN', 'Complete an assessment based on the selected tool. Upon completion of the assessment, the assessor will confirm it on the spot using their Personal Identification Number (PIN) and adjust your assessment as necessary.', 'Once your PIN has been entered, the result of this assessment will appear on the target\'s dashboard.', 'Submit', 0, 0, 0, 1510375509, 1, NULL, NULL, NULL), | | (9, 3, 'faculty', 'Complete and confirm via PIN', 'Complete an assessment based on the selected tool. Upon completion of the assessment, the assessor will confirm it on the spot using their Personal Identification Number (PIN) and adjust your assessment as necessary.', 'Once your PIN has been entered, the result of this assessment will appear on the target\'s dashboard.', 'Submit', 0, 0, 0, 1510375509, 1, NULL, NULL, NULL), |
| (10, 5, 'student', 'Self Assessment, then email blank form', 'Complete an assessment based on the selected tool. Upon completion, the assessor will receive a blank assessment task with the same assessment tool.', 'Once you have submitted this assessment, the selected assessor will receive an email link to complete a blank assessment task containing this form.', 'Submit and send assessor a blank form', 0, 1, 1, 1510375509, 1, NULL, NULL, NULL), | | (10, 5, 'student', 'Self Assessment, then email blank form', 'Complete an assessment based on the selected tool. Upon completion, the assessor will receive a blank assessment task with the same assessment tool.', 'Once you have submitted this assessment, the selected assessor will receive an email link to complete a blank assessment task containing this form.', 'Submit and send assessor a blank form', 0, 1, 1, 1510375509, 1, NULL, NULL, NULL), |
| (11, 5, 'faculty', 'Self Assessment, then email blank form', 'Complete an assessment based on the selected tool. Upon completion, the assessor will receive a blank assessment task with the same assessment tool.', 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL), | | (11, 5, 'faculty', 'Self Assessment, then email blank form', 'Complete an assessment based on the selected tool. Upon completion, the assessor will receive a blank assessment task with the same assessment tool.', 'Once you have submitted this assessment, the result will appear on the target\'s dashboard.', 'Submit', 0, 0, 1, 1510375509, 1, NULL, NULL, NULL), |
| (12, 4, 'staff', 'Email blank form', 'The assessor will receive an email notification to complete an assessment based on the selected tool.', NULL, '', 0, 0, 0, 0, 0, NULL, NULL, NULL); | | (12, 4, 'staff', 'Email blank form', 'The assessor will receive an email notification to complete an assessment based on the selected tool.', NULL, '', 0, 0, 0, 0, 0, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_method_organisations` | | -- Table structure for table `cbl_assessment_method_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_method_organisations` ( | | CREATE TABLE `cbl_assessment_method_organisations` ( |
| `amethod_organisation_id` int(11) UNSIGNED NOT NULL, | | `amethod_organisation_id` int(11) UNSIGNED NOT NULL, |
| `assessment_method_id` int(11) UNSIGNED NOT NULL, | | `assessment_method_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) UNSIGNED NOT NULL, | | `organisation_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_method_organisations` | | -- Dumping data for table `cbl_assessment_method_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_method_organisations` (`amethod_organisation_id`, `assessment_method_id`, `organisation_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_method_organisations` (`amethod_organisation_id`, `assessment_method_id`, `organisation_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 1, 1510375509, 1, NULL, NULL, NULL), | | (1, 1, 1, 1510375509, 1, NULL, NULL, NULL), |
| (2, 6, 1, 1510375509, 1, NULL, NULL, NULL), | | (2, 6, 1, 1510375509, 1, NULL, NULL, NULL), |
| (3, 4, 1, 1510375509, 1, NULL, NULL, NULL), | | (3, 4, 1, 1510375509, 1, NULL, NULL, NULL), |
| (4, 2, 1, 1510375509, 1, NULL, NULL, NULL), | | (4, 2, 1, 1510375509, 1, NULL, NULL, NULL), |
| (5, 3, 1, 1510375509, 1, NULL, NULL, NULL), | | (5, 3, 1, 1510375509, 1, NULL, NULL, NULL), |
| (6, 5, 1, 1510375509, 1, NULL, NULL, NULL), | | (6, 5, 1, 1510375509, 1, NULL, NULL, NULL), |
| (7, 7, 1, 1685381585, 1, 1685381585, 1, NULL), | | (7, 7, 1, 1685381585, 1, 1685381585, 1, NULL), |
| (8, 8, 1, 1685381585, 1, 1685381585, 1, NULL), | | (8, 8, 1, 1685381585, 1, 1685381585, 1, NULL), |
| (9, 6, 2, 1685381585, 1, 1685381585, 1, NULL), | | (9, 6, 2, 1685381585, 1, 1685381585, 1, NULL), |
| (10, 7, 2, 1685381585, 1, 1685381585, 1, NULL), | | (10, 7, 2, 1685381585, 1, 1685381585, 1, NULL), |
| (11, 8, 2, 1685381585, 1, 1685381585, 1, NULL), | | (11, 8, 2, 1685381585, 1, 1685381585, 1, NULL), |
| (12, 4, 2, 1685381585, 1, 1685381585, 1, NULL), | | (12, 4, 2, 1685381585, 1, 1685381585, 1, NULL), |
| (13, 2, 2, 1685381585, 1, 1685381585, 1, NULL), | | (13, 2, 2, 1685381585, 1, 1685381585, 1, NULL), |
| (14, 3, 2, 1685381585, 1, 1685381585, 1, NULL), | | (14, 3, 2, 1685381585, 1, 1685381585, 1, NULL), |
| (15, 5, 2, 1685381585, 1, 1685381585, 1, NULL); | | (15, 5, 2, 1685381585, 1, 1685381585, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_notifications` | | -- Table structure for table `cbl_assessment_notifications` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_notifications` ( | | CREATE TABLE `cbl_assessment_notifications` ( |
| `anotification_id` int(11) UNSIGNED NOT NULL, | | `anotification_id` int(11) UNSIGNED NOT NULL, |
| `adistribution_id` int(11) UNSIGNED DEFAULT NULL, | | `adistribution_id` int(11) UNSIGNED DEFAULT NULL, |
| `assessment_value` int(11) UNSIGNED NOT NULL, | | `assessment_value` int(11) UNSIGNED NOT NULL, |
| `assessment_type` enum('assessment','delegation','approver') CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'assessment', | | `assessment_type` enum('assessment','delegation','approver') CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'assessment', |
| `notified_value` int(11) UNSIGNED NOT NULL, | | `notified_value` int(11) UNSIGNED NOT NULL, |
| `notified_type` enum('proxy_id','external_assessor_id') NOT NULL DEFAULT 'proxy_id', | | `notified_type` enum('proxy_id','external_assessor_id') NOT NULL DEFAULT 'proxy_id', |
| `notification_id` int(11) UNSIGNED NOT NULL, | | `notification_id` int(11) UNSIGNED NOT NULL, |
| `nuser_id` int(11) UNSIGNED NOT NULL, | | `nuser_id` int(11) UNSIGNED NOT NULL, |
| `notification_type` enum('delegator_start','delegator_late','delegator_reminder','assessor_start','assessor_reminder','assessment_approver','assessor_late','flagged_response','assessment_removal','assessment_task_deleted','delegation_task_deleted','assessment_submitted','assessment_delegation_assignment_removed','assessment_submitted_notify_approver','assessment_submitted_notify_learner','assessment_expiry_warning','submit_assessment_on_behalf','distribution_assessment_summary','reminder_distribution_assessment_summary','assessment_approver_summary','assessment_task_reopened') DEFAULT NULL, | | `notification_type` enum('delegator_start','delegator_late','delegator_reminder','assessor_start','assessor_reminder','assessment_approver','assessor_late','flagged_response','assessment_removal','assessment_task_deleted','delegation_task_deleted','assessment_submitted','assessment_delegation_assignment_removed','assessment_submitted_notify_approver','assessment_submitted_notify_learner','assessment_expiry_warning','submit_assessment_on_behalf','distribution_assessment_summary','reminder_distribution_assessment_summary','assessment_approver_summary','assessment_task_reopened') DEFAULT NULL, |
| `schedule_id` int(11) UNSIGNED DEFAULT NULL, | | `schedule_id` int(11) UNSIGNED DEFAULT NULL, |
| `sent_date` bigint(64) NOT NULL | | `sent_date` bigint(64) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_notifications` | | -- Dumping data for table `cbl_assessment_notifications` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_notifications` (`anotification_id`, `adistribution_id`, `assessment_value`, `assessment_type`, `notified_value`, `notified_type`, `notification_id`, `nuser_id`, `notification_type`, `schedule_id`, `sent_date`) VALUES | | INSERT INTO `cbl_assessment_notifications` (`anotification_id`, `adistribution_id`, `assessment_value`, `assessment_type`, `notified_value`, `notified_type`, `notification_id`, `nuser_id`, `notification_type`, `schedule_id`, `sent_date`) VALUES |
| (1, 1, 1, 'assessment', 1, 'proxy_id', 1, 1, 'assessor_start', NULL, 1685381585), | | (1, 1, 1, 'assessment', 1, 'proxy_id', 1, 1, 'assessor_start', NULL, 1685381585), |
| (2, 2, 2, 'assessment', 5, 'proxy_id', 1, 1, 'assessor_start', NULL, 1685381585), | | (2, 2, 2, 'assessment', 5, 'proxy_id', 1, 1, 'assessor_start', NULL, 1685381585), |
| (3, NULL, 4, 'assessment', 5, 'proxy_id', 1, 3, 'flagged_response', NULL, 1685381585), | | (3, NULL, 4, 'assessment', 5, 'proxy_id', 1, 3, 'flagged_response', NULL, 1685381585), |
| n | (4, 5, 6, 'assessment', 7, 'proxy_id', 3, 5, 'assessor_start', 74, 1685381585); | n | (4, 5, 6, 'assessment', 7, 'proxy_id', 3, 5, 'assessor_start', 74, 1685381585), |
| | | (5, NULL, 7, 'assessment', 7, 'proxy_id', 4, 6, 'assessor_start', NULL, 1685391944), |
| | | (6, NULL, 9, 'assessment', 7, 'proxy_id', 5, 7, 'assessor_start', NULL, 1685472687), |
| | | (7, NULL, 11, 'assessment', 5, 'proxy_id', 6, 8, 'assessor_start', NULL, 1685539367), |
| | | (8, NULL, 12, 'assessment', 7, 'proxy_id', 7, 9, 'assessor_start', NULL, 1685540644), |
| | | (9, NULL, 13, 'assessment', 7, 'proxy_id', 8, 10, 'assessor_start', NULL, 1685543631), |
| | | (10, NULL, 14, 'assessment', 7, 'proxy_id', 9, 11, 'assessor_start', NULL, 1685543708), |
| | | (11, NULL, 15, 'assessment', 9, 'proxy_id', 10, 12, 'assessor_start', NULL, 1685543782), |
| | | (12, NULL, 16, 'assessment', 9, 'proxy_id', 11, 13, 'assessor_start', NULL, 1685543812), |
| | | (13, NULL, 17, 'assessment', 6, 'proxy_id', 12, 14, 'assessor_start', NULL, 1685543852); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_plans` | | -- Table structure for table `cbl_assessment_plans` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_plans` ( | | CREATE TABLE `cbl_assessment_plans` ( |
| `assessment_plan_id` int(12) UNSIGNED NOT NULL, | | `assessment_plan_id` int(12) UNSIGNED NOT NULL, |
| `title` varchar(1024) NOT NULL, | | `title` varchar(1024) NOT NULL, |
| `description` text, | | `description` text, |
| `assessment_plan_container_id` int(12) NOT NULL, | | `assessment_plan_container_id` int(12) NOT NULL, |
| `objective_id` int(12) NOT NULL, | | `objective_id` int(12) NOT NULL, |
| `valid_from` bigint(64) NOT NULL, | | `valid_from` bigint(64) NOT NULL, |
| `valid_until` bigint(64) NOT NULL, | | `valid_until` bigint(64) NOT NULL, |
| `published` tinyint(1) NOT NULL DEFAULT '0', | | `published` tinyint(1) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| n | | n | -- |
| | | -- Dumping data for table `cbl_assessment_plans` |
| | | -- |
| | | |
| | | INSERT INTO `cbl_assessment_plans` (`assessment_plan_id`, `title`, `description`, `assessment_plan_container_id`, `objective_id`, `valid_from`, `valid_until`, `published`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| | | (1, 'EPA1', NULL, 1, 2695, 1685391044, 1685391044, 1, 1685391044, 1, NULL, NULL, NULL), |
| | | (2, 'EPA2', NULL, 1, 2698, 1685470473, 1685470473, 1, 1685470473, 1, NULL, NULL, NULL), |
| | | (3, 'EPA3A', NULL, 1, 2699, 1685543403, 1685543403, 1, 1685543403, 1, NULL, NULL, NULL), |
| | | (4, 'EPA3B', NULL, 1, 2700, 1685543462, 1685543462, 1, 1685543462, 1, NULL, NULL, NULL), |
| | | (5, 'EPA4', NULL, 1, 2701, 1685544570, 1685544570, 1, 1685544570, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_plan_containers` | | -- Table structure for table `cbl_assessment_plan_containers` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_plan_containers` ( | | CREATE TABLE `cbl_assessment_plan_containers` ( |
| `assessment_plan_container_id` int(12) UNSIGNED NOT NULL, | | `assessment_plan_container_id` int(12) UNSIGNED NOT NULL, |
| `title` varchar(1024) NOT NULL, | | `title` varchar(1024) NOT NULL, |
| `description` text, | | `description` text, |
| `course_id` int(12) NOT NULL, | | `course_id` int(12) NOT NULL, |
| `cbme_objective_tree_version_id` int(12) NOT NULL, | | `cbme_objective_tree_version_id` int(12) NOT NULL, |
| `user_specific_plan` tinyint(1) NOT NULL DEFAULT '0', | | `user_specific_plan` tinyint(1) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| n | | n | |
| | | -- |
| | | -- Dumping data for table `cbl_assessment_plan_containers` |
| | | -- |
| | | |
| | | INSERT INTO `cbl_assessment_plan_containers` (`assessment_plan_container_id`, `title`, `description`, `course_id`, `cbme_objective_tree_version_id`, `user_specific_plan`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| | | (1, 'DeepDive AP', NULL, 16, 3, 0, 1, 1, 1685542845, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_plan_container_users` | | -- Table structure for table `cbl_assessment_plan_container_users` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_plan_container_users` ( | | CREATE TABLE `cbl_assessment_plan_container_users` ( |
| `assessment_plan_container_user_id` int(12) UNSIGNED NOT NULL, | | `assessment_plan_container_user_id` int(12) UNSIGNED NOT NULL, |
| `assessment_plan_container_id` int(12) NOT NULL, | | `assessment_plan_container_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL, | | `proxy_id` int(12) NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_plan_forms` | | -- Table structure for table `cbl_assessment_plan_forms` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_plan_forms` ( | | CREATE TABLE `cbl_assessment_plan_forms` ( |
| `assessment_plan_form_id` int(12) UNSIGNED NOT NULL, | | `assessment_plan_form_id` int(12) UNSIGNED NOT NULL, |
| `assessment_plan_id` int(12) NOT NULL, | | `assessment_plan_id` int(12) NOT NULL, |
| `form_id` int(12) NOT NULL, | | `form_id` int(12) NOT NULL, |
| `minimum_assessments` int(12) DEFAULT NULL, | | `minimum_assessments` int(12) DEFAULT NULL, |
| `iresponse_id` int(12) DEFAULT NULL, | | `iresponse_id` int(12) DEFAULT NULL, |
| `minimum_assessors` int(12) DEFAULT NULL, | | `minimum_assessors` int(12) DEFAULT NULL, |
| `form_combination_id` int(12) DEFAULT NULL, | | `form_combination_id` int(12) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| n | | n | -- |
| | | -- Dumping data for table `cbl_assessment_plan_forms` |
| | | -- |
| | | |
| | | INSERT INTO `cbl_assessment_plan_forms` (`assessment_plan_form_id`, `assessment_plan_id`, `form_id`, `minimum_assessments`, `iresponse_id`, `minimum_assessors`, `form_combination_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| | | (1, 1, 9, 5, 98, 2, NULL, 1685391044, 1, NULL, NULL, NULL), |
| | | (2, 2, 10, 6, 139, 3, NULL, 1685470473, 1, NULL, NULL, NULL), |
| | | (3, 3, 11, 2, 179, 2, NULL, 1685543403, 1, NULL, NULL, NULL), |
| | | (4, 4, 12, 3, 214, 3, NULL, 1685543462, 1, NULL, NULL, NULL), |
| | | (5, 5, 13, 2, 279, 2, NULL, 1685544570, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_plan_form_cv_types` | | -- Table structure for table `cbl_assessment_plan_form_cv_types` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_plan_form_cv_types` ( | | CREATE TABLE `cbl_assessment_plan_form_cv_types` ( |
| `assessment_plan_form_cv_type_id` int(12) UNSIGNED NOT NULL, | | `assessment_plan_form_cv_type_id` int(12) UNSIGNED NOT NULL, |
| `assessment_plan_id` int(12) NOT NULL, | | `assessment_plan_id` int(12) NOT NULL, |
| `assessment_plan_form_id` int(12) NOT NULL, | | `assessment_plan_form_id` int(12) NOT NULL, |
| `assessment_plan_cv_type_id` int(12) UNSIGNED DEFAULT NULL, | | `assessment_plan_cv_type_id` int(12) UNSIGNED DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| n | | n | |
| | | -- |
| | | -- Dumping data for table `cbl_assessment_plan_form_cv_types` |
| | | -- |
| | | |
| | | INSERT INTO `cbl_assessment_plan_form_cv_types` (`assessment_plan_form_cv_type_id`, `assessment_plan_id`, `assessment_plan_form_id`, `assessment_plan_cv_type_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| | | (1, 1, 1, 2, 1685391044, 1, NULL, NULL, NULL), |
| | | (2, 2, 2, 2, 1685470473, 1, NULL, NULL, NULL), |
| | | (3, 3, 3, 2, 1685543403, 1, NULL, NULL, NULL), |
| | | (4, 4, 4, 2, 1685543462, 1, NULL, NULL, NULL), |
| | | (5, 5, 5, 2, 1685544570, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_plan_form_objectives` | | -- Table structure for table `cbl_assessment_plan_form_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_plan_form_objectives` ( | | CREATE TABLE `cbl_assessment_plan_form_objectives` ( |
| `assessment_plan_form_objective_id` int(12) UNSIGNED NOT NULL, | | `assessment_plan_form_objective_id` int(12) UNSIGNED NOT NULL, |
| `assessment_plan_id` int(12) NOT NULL, | | `assessment_plan_id` int(12) NOT NULL, |
| `assessment_plan_form_id` int(12) NOT NULL, | | `assessment_plan_form_id` int(12) NOT NULL, |
| `assessment_plan_form_cv_type_id` int(12) NOT NULL, | | `assessment_plan_form_cv_type_id` int(12) NOT NULL, |
| `objective_id` int(12) NOT NULL, | | `objective_id` int(12) NOT NULL, |
| `objective_parent` int(12) NOT NULL DEFAULT '0', | | `objective_parent` int(12) NOT NULL DEFAULT '0', |
| `objective_set_id` int(12) NOT NULL, | | `objective_set_id` int(12) NOT NULL, |
| `objective_group_id` int(12) DEFAULT NULL, | | `objective_group_id` int(12) DEFAULT NULL, |
| `minimum` int(12) DEFAULT NULL, | | `minimum` int(12) DEFAULT NULL, |
| `number_of_spread_responses` int(12) DEFAULT NULL, | | `number_of_spread_responses` int(12) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| n | | n | |
| | | -- |
| | | -- Dumping data for table `cbl_assessment_plan_form_objectives` |
| | | -- |
| | | |
| | | INSERT INTO `cbl_assessment_plan_form_objectives` (`assessment_plan_form_objective_id`, `assessment_plan_id`, `assessment_plan_form_id`, `assessment_plan_form_cv_type_id`, `objective_id`, `objective_parent`, `objective_set_id`, `objective_group_id`, `minimum`, `number_of_spread_responses`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| | | (1, 1, 1, 1, 2431, 0, 16, NULL, NULL, NULL, 1685391044, 1, NULL, NULL, NULL), |
| | | (2, 1, 1, 1, 2774, 2431, 17, NULL, 1, NULL, 1685391044, 1, NULL, NULL, NULL), |
| | | (3, 2, 2, 2, 2431, 0, 16, NULL, NULL, NULL, 1685470473, 1, NULL, NULL, NULL), |
| | | (4, 2, 2, 2, 2775, 2431, 17, NULL, 2, NULL, 1685470473, 1, NULL, NULL, NULL), |
| | | (5, 3, 3, 3, 2431, 0, 16, NULL, NULL, NULL, 1685543403, 1, NULL, NULL, NULL), |
| | | (6, 3, 3, 3, 2776, 2431, 17, NULL, 1, NULL, 1685543403, 1, NULL, NULL, NULL), |
| | | (7, 4, 4, 4, 2431, 0, 16, NULL, NULL, NULL, 1685543462, 1, NULL, NULL, NULL), |
| | | (8, 4, 4, 4, 2773, 2431, 17, NULL, 2, NULL, 1685543462, 1, NULL, NULL, NULL), |
| | | (9, 5, 5, 5, 2431, 0, 16, NULL, NULL, NULL, 1685544570, 1, NULL, NULL, NULL), |
| | | (10, 5, 5, 5, 2775, 2431, 17, NULL, 1, NULL, 1685544570, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_plan_form_objective_groups` | | -- Table structure for table `cbl_assessment_plan_form_objective_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_plan_form_objective_groups` ( | | CREATE TABLE `cbl_assessment_plan_form_objective_groups` ( |
| `assessment_plan_form_objective_group_id` int(12) UNSIGNED NOT NULL, | | `assessment_plan_form_objective_group_id` int(12) UNSIGNED NOT NULL, |
| `assessment_plan_id` int(12) UNSIGNED NOT NULL, | | `assessment_plan_id` int(12) UNSIGNED NOT NULL, |
| `assessment_plan_form_id` int(12) UNSIGNED NOT NULL, | | `assessment_plan_form_id` int(12) UNSIGNED NOT NULL, |
| `assessment_plan_form_cv_type_id` int(12) NOT NULL, | | `assessment_plan_form_cv_type_id` int(12) NOT NULL, |
| `objective_group_id` int(12) UNSIGNED DEFAULT NULL, | | `objective_group_id` int(12) UNSIGNED DEFAULT NULL, |
| `number_of_spread_responses` int(12) DEFAULT NULL, | | `number_of_spread_responses` int(12) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_plan_lu_cv_types` | | -- Table structure for table `cbl_assessment_plan_lu_cv_types` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_plan_lu_cv_types` ( | | CREATE TABLE `cbl_assessment_plan_lu_cv_types` ( |
| `assessment_plan_cv_type_id` int(12) UNSIGNED NOT NULL, | | `assessment_plan_cv_type_id` int(12) UNSIGNED NOT NULL, |
| `shortname` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL, | | `shortname` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `title` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL, | | `title` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `created_date` int(11) DEFAULT NULL, | | `created_date` int(11) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_plan_lu_cv_types` | | -- Dumping data for table `cbl_assessment_plan_lu_cv_types` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_plan_lu_cv_types` (`assessment_plan_cv_type_id`, `shortname`, `title`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_plan_lu_cv_types` (`assessment_plan_cv_type_id`, `shortname`, `title`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'spread', 'Spread', 1599626412, 1, NULL, NULL, NULL), | | (1, 'spread', 'Spread', 1599626412, 1, NULL, NULL, NULL), |
| (2, 'specific', 'Specific', 1599626412, 1, NULL, NULL, NULL), | | (2, 'specific', 'Specific', 1599626412, 1, NULL, NULL, NULL), |
| (3, 'group', 'Group', 1599626412, 1, NULL, NULL, NULL), | | (3, 'group', 'Group', 1599626412, 1, NULL, NULL, NULL), |
| (4, 'group_spread', 'Group Spread', 1599626412, 1, NULL, NULL, NULL); | | (4, 'group_spread', 'Group Spread', 1599626412, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_plan_objectives` | | -- Table structure for table `cbl_assessment_plan_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_plan_objectives` ( | | CREATE TABLE `cbl_assessment_plan_objectives` ( |
| `assessment_plan_objective_id` int(12) UNSIGNED NOT NULL, | | `assessment_plan_objective_id` int(12) UNSIGNED NOT NULL, |
| `assessment_plan_id` int(12) NOT NULL, | | `assessment_plan_id` int(12) NOT NULL, |
| `objective_id` int(12) NOT NULL, | | `objective_id` int(12) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_progress` | | -- Table structure for table `cbl_assessment_progress` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_progress` ( | | CREATE TABLE `cbl_assessment_progress` ( |
| `aprogress_id` int(11) UNSIGNED NOT NULL, | | `aprogress_id` int(11) UNSIGNED NOT NULL, |
| `one45_formsAttached_id` int(11) UNSIGNED DEFAULT NULL, | | `one45_formsAttached_id` int(11) UNSIGNED DEFAULT NULL, |
| `one45_p_id` int(11) DEFAULT NULL, | | `one45_p_id` int(11) DEFAULT NULL, |
| `one45_moment_id` int(11) DEFAULT NULL, | | `one45_moment_id` int(11) DEFAULT NULL, |
| `adistribution_id` int(11) UNSIGNED DEFAULT NULL, | | `adistribution_id` int(11) UNSIGNED DEFAULT NULL, |
| `dassessment_id` int(11) DEFAULT NULL, | | `dassessment_id` int(11) DEFAULT NULL, |
| `uuid` varchar(36) NOT NULL, | | `uuid` varchar(36) NOT NULL, |
| `assessor_type` enum('internal','external') NOT NULL DEFAULT 'internal', | | `assessor_type` enum('internal','external') NOT NULL DEFAULT 'internal', |
| `assessor_value` int(12) NOT NULL, | | `assessor_value` int(12) NOT NULL, |
| `adtarget_id` int(11) UNSIGNED DEFAULT NULL, | | `adtarget_id` int(11) UNSIGNED DEFAULT NULL, |
| `target_record_id` int(11) DEFAULT NULL, | | `target_record_id` int(11) DEFAULT NULL, |
| `target_type` enum('event_id','proxy_id','course_id','cunit_id','group_id','schedule_id','external_assessor','housing_unit_id') DEFAULT 'proxy_id', | | `target_type` enum('event_id','proxy_id','course_id','cunit_id','group_id','schedule_id','external_assessor','housing_unit_id') DEFAULT 'proxy_id', |
| `target_learning_context_id` int(11) DEFAULT NULL, | | `target_learning_context_id` int(11) DEFAULT NULL, |
| `progress_value` enum('inprogress','complete','cancelled') DEFAULT NULL, | | `progress_value` enum('inprogress','complete','cancelled') DEFAULT NULL, |
| `progress_time` bigint(64) UNSIGNED DEFAULT NULL, | | `progress_time` bigint(64) UNSIGNED DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_progress` | | -- Dumping data for table `cbl_assessment_progress` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_progress` (`aprogress_id`, `one45_formsAttached_id`, `one45_p_id`, `one45_moment_id`, `adistribution_id`, `dassessment_id`, `uuid`, `assessor_type`, `assessor_value`, `adtarget_id`, `target_record_id`, `target_type`, `target_learning_context_id`, `progress_value`, `progress_time`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_progress` (`aprogress_id`, `one45_formsAttached_id`, `one45_p_id`, `one45_moment_id`, `adistribution_id`, `dassessment_id`, `uuid`, `assessor_type`, `assessor_value`, `adtarget_id`, `target_record_id`, `target_type`, `target_learning_context_id`, `progress_value`, `progress_time`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, NULL, NULL, NULL, 1, 1, '4408fcce-a561-11ec-ad41-0242ac1c0002', 'internal', 1, NULL, 1, 'proxy_id', NULL, 'complete', 28, 1685381585, 1, 1685381585, 1, NULL), | | (1, NULL, NULL, NULL, 1, 1, '4408fcce-a561-11ec-ad41-0242ac1c0002', 'internal', 1, NULL, 1, 'proxy_id', NULL, 'complete', 28, 1685381585, 1, 1685381585, 1, NULL), |
| (2, NULL, NULL, NULL, NULL, 2, '06189721-aa05-11ec-9eb0-0242ac1c0008', 'internal', 5, NULL, 2, 'proxy_id', NULL, 'inprogress', NULL, 1685381585, 5, 1685381585, 1, NULL), | | (2, NULL, NULL, NULL, NULL, 2, '06189721-aa05-11ec-9eb0-0242ac1c0008', 'internal', 5, NULL, 2, 'proxy_id', NULL, 'inprogress', NULL, 1685381585, 5, 1685381585, 1, NULL), |
| (3, NULL, NULL, NULL, 3, 3, '9dc7fa25-ac4b-11ec-a2f7-0242ac1c0007', 'internal', 5, NULL, 2, 'proxy_id', NULL, 'complete', 115, 1685381585, 5, 1685381585, 5, NULL), | | (3, NULL, NULL, NULL, 3, 3, '9dc7fa25-ac4b-11ec-a2f7-0242ac1c0007', 'internal', 5, NULL, 2, 'proxy_id', NULL, 'complete', 115, 1685381585, 5, 1685381585, 5, NULL), |
| (4, NULL, NULL, NULL, 4, 4, '82bd0698-ac4e-11ec-a2f7-0242ac1c0007', 'internal', 5, NULL, 2, 'proxy_id', NULL, 'complete', 12, 1685381585, 5, 1685381585, 5, NULL), | | (4, NULL, NULL, NULL, 4, 4, '82bd0698-ac4e-11ec-a2f7-0242ac1c0007', 'internal', 5, NULL, 2, 'proxy_id', NULL, 'complete', 12, 1685381585, 5, 1685381585, 5, NULL), |
| (5, NULL, NULL, NULL, 3, 3, '0f8aa79a-775c-46e4-b48f-ec30215a4f1f', 'external', 1, NULL, 2, 'proxy_id', NULL, 'complete', 115, 1685381585, 1, 1685381585, 1, NULL), | | (5, NULL, NULL, NULL, 3, 3, '0f8aa79a-775c-46e4-b48f-ec30215a4f1f', 'external', 1, NULL, 2, 'proxy_id', NULL, 'complete', 115, 1685381585, 1, 1685381585, 1, NULL), |
| n | (6, NULL, NULL, NULL, 6, 5, '50cb5976-6f87-11ed-b2cf-0242ac120004', 'internal', 3, NULL, 3, 'external_assessor', NULL, 'complete', 250, 1685381585, 1, 1685381585, 1, NULL); | n | (6, NULL, NULL, NULL, 6, 5, '50cb5976-6f87-11ed-b2cf-0242ac120004', 'internal', 3, NULL, 3, 'external_assessor', NULL, 'complete', 250, 1685381585, 1, 1685381585, 1, NULL), |
| | | (7, NULL, NULL, NULL, NULL, 7, '84db4c67-fe5f-11ed-b466-0242ac150004', 'internal', 7, NULL, 4, 'proxy_id', NULL, 'complete', 122, 1685392172, 7, 1685392280, 7, NULL), |
| | | (8, NULL, NULL, NULL, NULL, 8, 'e9f4e476-ff1a-11ed-9c66-0242ac150004', 'internal', 2, NULL, 2, 'proxy_id', NULL, 'complete', 41, 1685472657, 2, 1685472686, 2, NULL), |
| | | (9, NULL, NULL, NULL, NULL, 9, 'fb608280-ff1a-11ed-9c66-0242ac150004', 'internal', 7, NULL, 2, 'proxy_id', NULL, 'complete', 0, 1685472686, 2, 1685472734, 7, NULL), |
| | | (10, NULL, NULL, NULL, NULL, 10, 'a76df0c7-ffb5-11ed-8b50-0242ac150007', 'internal', 6, NULL, 4, 'proxy_id', NULL, 'complete', 16, 1685539118, 6, 1685539175, 6, NULL), |
| | | (11, NULL, NULL, NULL, NULL, 11, '55ee8f98-ffb6-11ed-8b50-0242ac150007', 'internal', 5, NULL, 4, 'proxy_id', NULL, 'complete', 8, 1685539410, 5, 1685539440, 5, NULL), |
| | | (12, NULL, NULL, NULL, NULL, 12, '77a4c2c4-ffb9-11ed-8b50-0242ac150007', 'internal', 7, NULL, 4, 'proxy_id', NULL, 'complete', 16, 1685540755, 7, 1685540769, 7, NULL), |
| | | (13, NULL, NULL, NULL, NULL, 13, 'c7dd7cac-ffc0-11ed-8b50-0242ac150007', 'internal', 7, NULL, 4, 'proxy_id', NULL, 'complete', 50, 1685543897, 7, 1685543943, 7, NULL), |
| | | (14, NULL, NULL, NULL, NULL, 14, 'e88c279d-ffc0-11ed-8b50-0242ac150007', 'internal', 7, NULL, 4, 'proxy_id', NULL, 'complete', 12, 1685543951, 7, 1685543960, 7, NULL), |
| | | (15, NULL, NULL, NULL, NULL, 15, '14fd29ab-ffc1-11ed-8b50-0242ac150007', 'internal', 9, NULL, 4, 'proxy_id', NULL, 'complete', 13, 1685544026, 9, 1685544035, 9, NULL), |
| | | (16, NULL, NULL, NULL, NULL, 16, '1f3444bd-ffc1-11ed-8b50-0242ac150007', 'internal', 9, NULL, 4, 'proxy_id', NULL, 'complete', 22, 1685544043, 9, 1685544062, 9, NULL), |
| | | (17, NULL, NULL, NULL, NULL, 17, '8fbe9e10-ffc1-11ed-8b50-0242ac150007', 'internal', 6, NULL, 4, 'proxy_id', NULL, 'complete', 13, 1685544232, 6, 1685544241, 6, NULL), |
| | | (18, NULL, NULL, NULL, NULL, 18, '799d1d0c-ffc2-11ed-8b50-0242ac150007', 'internal', 7, NULL, 4, 'proxy_id', NULL, 'complete', 29, 1685544624, 7, 1685544647, 7, NULL), |
| | | (19, NULL, NULL, NULL, NULL, 19, 'a31eaed7-ffc2-11ed-8b50-0242ac150007', 'internal', 6, NULL, 4, 'proxy_id', NULL, 'complete', 24, 1685544694, 6, 1685544713, 6, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_progress_approvals` | | -- Table structure for table `cbl_assessment_progress_approvals` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_progress_approvals` ( | | CREATE TABLE `cbl_assessment_progress_approvals` ( |
| `apapproval_id` int(11) UNSIGNED NOT NULL, | | `apapproval_id` int(11) UNSIGNED NOT NULL, |
| `aprogress_id` int(11) UNSIGNED NOT NULL, | | `aprogress_id` int(11) UNSIGNED NOT NULL, |
| `adistribution_id` int(11) UNSIGNED DEFAULT NULL, | | `adistribution_id` int(11) UNSIGNED DEFAULT NULL, |
| `approver_id` int(11) NOT NULL, | | `approver_id` int(11) NOT NULL, |
| `approval_status` enum('approved','hidden','pending') NOT NULL DEFAULT 'pending', | | `approval_status` enum('approved','hidden','pending') NOT NULL DEFAULT 'pending', |
| `comments` text, | | `comments` text, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL | | `updated_by` int(11) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_progress_responses` | | -- Table structure for table `cbl_assessment_progress_responses` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_progress_responses` ( | | CREATE TABLE `cbl_assessment_progress_responses` ( |
| `epresponse_id` int(11) UNSIGNED NOT NULL, | | `epresponse_id` int(11) UNSIGNED NOT NULL, |
| `one45_answer_id` int(11) UNSIGNED DEFAULT NULL, | | `one45_answer_id` int(11) UNSIGNED DEFAULT NULL, |
| `aprogress_id` int(11) UNSIGNED NOT NULL, | | `aprogress_id` int(11) UNSIGNED NOT NULL, |
| `form_id` int(11) UNSIGNED NOT NULL, | | `form_id` int(11) UNSIGNED NOT NULL, |
| `adistribution_id` int(11) UNSIGNED DEFAULT NULL, | | `adistribution_id` int(11) UNSIGNED DEFAULT NULL, |
| `assessor_type` enum('internal','external') NOT NULL DEFAULT 'internal', | | `assessor_type` enum('internal','external') NOT NULL DEFAULT 'internal', |
| `assessor_value` int(12) NOT NULL, | | `assessor_value` int(12) NOT NULL, |
| `afelement_id` int(11) UNSIGNED NOT NULL, | | `afelement_id` int(11) UNSIGNED NOT NULL, |
| `iresponse_id` int(11) DEFAULT NULL, | | `iresponse_id` int(11) DEFAULT NULL, |
| `comments` text, | | `comments` text, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_progress_responses` | | -- Dumping data for table `cbl_assessment_progress_responses` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_progress_responses` (`epresponse_id`, `one45_answer_id`, `aprogress_id`, `form_id`, `adistribution_id`, `assessor_type`, `assessor_value`, `afelement_id`, `iresponse_id`, `comments`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_progress_responses` (`epresponse_id`, `one45_answer_id`, `aprogress_id`, `form_id`, `adistribution_id`, `assessor_type`, `assessor_value`, `afelement_id`, `iresponse_id`, `comments`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, NULL, 2, 1, 1, 'internal', 1, 1, 1, NULL, 1685381585, 1, 1685381585, 1, NULL), | | (1, NULL, 2, 1, 1, 'internal', 1, 1, 1, NULL, 1685381585, 1, 1685381585, 1, NULL), |
| (2, NULL, 2, 2, NULL, 'internal', 5, 2, 4, 'qweqwe', 1685381585, 5, 1685381585, 1, 1685381585), | | (2, NULL, 2, 2, NULL, 'internal', 5, 2, 4, 'qweqwe', 1685381585, 5, 1685381585, 1, 1685381585), |
| (3, NULL, 2, 2, NULL, 'internal', 5, 4, 7, NULL, 1685381585, 5, 1685381585, 1, NULL), | | (3, NULL, 2, 2, NULL, 'internal', 5, 4, 7, NULL, 1685381585, 5, 1685381585, 1, NULL), |
| (4, NULL, 2, 2, NULL, 'internal', 5, 5, 9, NULL, 1685381585, 5, 1685381585, 1, NULL), | | (4, NULL, 2, 2, NULL, 'internal', 5, 5, 9, NULL, 1685381585, 5, 1685381585, 1, NULL), |
| (5, NULL, 2, 2, NULL, 'internal', 5, 6, 1, NULL, 1685381585, 5, 1685381585, 1, NULL), | | (5, NULL, 2, 2, NULL, 'internal', 5, 6, 1, NULL, 1685381585, 5, 1685381585, 1, NULL), |
| (6, NULL, 2, 2, NULL, 'internal', 5, 7, 1, NULL, 1685381585, 5, 1685381585, 1, NULL), | | (6, NULL, 2, 2, NULL, 'internal', 5, 7, 1, NULL, 1685381585, 5, 1685381585, 1, NULL), |
| (7, NULL, 2, 2, NULL, 'internal', 5, 2, 3, NULL, 1685381585, 1, NULL, NULL, NULL), | | (7, NULL, 2, 2, NULL, 'internal', 5, 2, 3, NULL, 1685381585, 1, NULL, NULL, NULL), |
| (8, NULL, 3, 2, 3, 'internal', 5, 2, 4, 'effefesfsef', 1685381585, 5, 1685381585, 5, NULL), | | (8, NULL, 3, 2, 3, 'internal', 5, 2, 4, 'effefesfsef', 1685381585, 5, 1685381585, 5, NULL), |
| (9, NULL, 3, 2, 3, 'internal', 5, 4, 7, NULL, 1685381585, 5, 1685381585, 5, 1685381585), | | (9, NULL, 3, 2, 3, 'internal', 5, 4, 7, NULL, 1685381585, 5, 1685381585, 5, 1685381585), |
| (10, NULL, 3, 2, 3, 'internal', 5, 5, 9, NULL, 1685381585, 5, 1685381585, 5, 1685381585), | | (10, NULL, 3, 2, 3, 'internal', 5, 5, 9, NULL, 1685381585, 5, 1685381585, 5, 1685381585), |
| (11, NULL, 3, 2, 3, 'internal', 5, 6, 1, NULL, 1685381585, 5, 1685381585, 5, 1685381585), | | (11, NULL, 3, 2, 3, 'internal', 5, 6, 1, NULL, 1685381585, 5, 1685381585, 5, 1685381585), |
| (12, NULL, 3, 2, 3, 'internal', 5, 7, 1, NULL, 1685381585, 5, 1685381585, 5, 1685381585), | | (12, NULL, 3, 2, 3, 'internal', 5, 7, 1, NULL, 1685381585, 5, 1685381585, 5, 1685381585), |
| (13, NULL, 3, 2, 3, 'internal', 5, 2, 3, NULL, 1685381585, 5, 1685381585, 5, 1685381585), | | (13, NULL, 3, 2, 3, 'internal', 5, 2, 3, NULL, 1685381585, 5, 1685381585, 5, 1685381585), |
| (19, NULL, 3, 2, 3, 'internal', 5, 3, 5, NULL, 1685381585, 5, 1685381585, 5, NULL), | | (19, NULL, 3, 2, 3, 'internal', 5, 3, 5, NULL, 1685381585, 5, 1685381585, 5, NULL), |
| (26, NULL, 3, 2, 3, 'internal', 5, 4, 8, 'eeee', 1685381585, 5, 1685381585, 5, NULL), | | (26, NULL, 3, 2, 3, 'internal', 5, 4, 8, 'eeee', 1685381585, 5, 1685381585, 5, NULL), |
| (34, NULL, 3, 2, 3, 'internal', 5, 5, 1, 'dd', 1685381585, 5, 1685381585, 5, NULL), | | (34, NULL, 3, 2, 3, 'internal', 5, 5, 1, 'dd', 1685381585, 5, 1685381585, 5, NULL), |
| (43, NULL, 3, 2, 3, 'internal', 5, 6, 1, 'ddd', 1685381585, 5, 1685381585, 5, NULL), | | (43, NULL, 3, 2, 3, 'internal', 5, 6, 1, 'ddd', 1685381585, 5, 1685381585, 5, NULL), |
| (53, NULL, 3, 2, 3, 'internal', 5, 7, 1, 'ddd', 1685381585, 5, 1685381585, 5, NULL), | | (53, NULL, 3, 2, 3, 'internal', 5, 7, 1, 'ddd', 1685381585, 5, 1685381585, 5, NULL), |
| (64, NULL, 4, 3, 4, 'internal', 5, 9, 4, 'sdasdsadsad', 1685381585, 5, 1685381585, 5, NULL), | | (64, NULL, 4, 3, 4, 'internal', 5, 9, 4, 'sdasdsadsad', 1685381585, 5, 1685381585, 5, NULL), |
| (65, NULL, 4, 3, 4, 'internal', 5, 8, 6, NULL, 1685381585, 5, 1685381585, 5, NULL), | | (65, NULL, 4, 3, 4, 'internal', 5, 8, 6, NULL, 1685381585, 5, 1685381585, 5, NULL), |
| (78, NULL, 5, 2, 3, 'external', 1, 2, 4, 'I\'m a soft-deleted external assessor and this is my comment', 1685381585, 1, 1685381585, 1, NULL), | | (78, NULL, 5, 2, 3, 'external', 1, 2, 4, 'I\'m a soft-deleted external assessor and this is my comment', 1685381585, 1, 1685381585, 1, NULL), |
| n | (79, NULL, 6, 1, 6, 'internal', 15, 1, 2, NULL, 1685381585, 15, 1685381585, 15, NULL); | n | (79, NULL, 6, 1, 6, 'internal', 15, 1, 2, NULL, 1685381585, 15, 1685381585, 15, NULL), |
| | | (80, NULL, 7, 9, NULL, 'internal', 7, 19, 30, NULL, 1685392172, 7, NULL, NULL, 1685392280), |
| | | (81, NULL, 7, 9, NULL, 'internal', 7, 36, 35, NULL, 1685392172, 7, 1685392280, 7, NULL), |
| | | (82, NULL, 7, 9, NULL, 'internal', 7, 37, 37, NULL, 1685392172, 7, 1685392280, 7, NULL), |
| | | (83, NULL, 7, 9, NULL, 'internal', 7, 38, 39, NULL, 1685392172, 7, 1685392280, 7, NULL), |
| | | (84, NULL, 7, 9, NULL, 'internal', 7, 39, 41, NULL, 1685392172, 7, 1685392280, 7, NULL), |
| | | (85, NULL, 7, 9, NULL, 'internal', 7, 19, 31, NULL, 1685392175, 7, 1685392280, 7, NULL), |
| | | (91, NULL, 7, 9, NULL, 'internal', 7, 20, 34, NULL, 1685392183, 7, 1685392280, 7, NULL), |
| | | (98, NULL, 7, 9, NULL, 'internal', 7, 21, 44, NULL, 1685392193, 7, 1685392280, 7, NULL), |
| | | (106, NULL, 7, 9, NULL, 'internal', 7, 22, 49, NULL, 1685392199, 7, 1685392280, 7, NULL), |
| | | (115, NULL, 7, 9, NULL, 'internal', 7, 23, 54, NULL, 1685392200, 7, 1685392280, 7, NULL), |
| | | (125, NULL, 7, 9, NULL, 'internal', 7, 24, 57, NULL, 1685392201, 7, 1685392280, 7, NULL), |
| | | (136, NULL, 7, 9, NULL, 'internal', 7, 25, 62, NULL, 1685392202, 7, 1685392280, 7, NULL), |
| | | (148, NULL, 7, 9, NULL, 'internal', 7, 26, 65, NULL, 1685392204, 7, 1685392280, 7, NULL), |
| | | (161, NULL, 7, 9, NULL, 'internal', 7, 27, 69, NULL, 1685392207, 7, 1685392280, 7, NULL), |
| | | (175, NULL, 7, 9, NULL, 'internal', 7, 28, 73, NULL, 1685392209, 7, 1685392280, 7, NULL), |
| | | (190, NULL, 7, 9, NULL, 'internal', 7, 29, 77, NULL, 1685392210, 7, 1685392280, 7, NULL), |
| | | (206, NULL, 7, 9, NULL, 'internal', 7, 30, 82, NULL, 1685392211, 7, 1685392280, 7, NULL), |
| | | (223, NULL, 7, 9, NULL, 'internal', 7, 31, 85, NULL, 1685392212, 7, 1685392280, 7, NULL), |
| | | (241, NULL, 7, 9, NULL, 'internal', 7, 32, 89, NULL, 1685392215, 7, 1685392280, 7, NULL), |
| | | (260, NULL, 7, 9, NULL, 'internal', 7, 33, 94, NULL, 1685392217, 7, 1685392280, 7, NULL), |
| | | (280, NULL, 7, 9, NULL, 'internal', 7, 34, 95, NULL, 1685392228, 7, NULL, NULL, 1685392280), |
| | | (301, NULL, 7, 9, NULL, 'internal', 7, 34, 98, NULL, 1685392238, 7, 1685392280, 7, NULL), |
| | | (302, NULL, 8, 10, NULL, 'internal', 2, 40, 110, NULL, 1685472657, 2, 1685472686, 2, NULL), |
| | | (303, NULL, 8, 10, NULL, 'internal', 2, 41, 115, NULL, 1685472661, 2, 1685472686, 2, NULL), |
| | | (305, NULL, 8, 10, NULL, 'internal', 2, 42, 119, NULL, 1685472663, 2, 1685472686, 2, NULL), |
| | | (308, NULL, 8, 10, NULL, 'internal', 2, 43, 123, NULL, 1685472664, 2, 1685472686, 2, NULL), |
| | | (312, NULL, 8, 10, NULL, 'internal', 2, 44, 127, NULL, 1685472666, 2, 1685472686, 2, NULL), |
| | | (317, NULL, 8, 10, NULL, 'internal', 2, 45, 131, NULL, 1685472666, 2, 1685472686, 2, NULL), |
| | | (323, NULL, 8, 10, NULL, 'internal', 2, 46, 135, NULL, 1685472667, 2, 1685472686, 2, NULL), |
| | | (330, NULL, 8, 10, NULL, 'internal', 2, 47, 140, NULL, 1685472672, 2, 1685472686, 2, NULL), |
| | | (338, NULL, 9, 10, NULL, 'internal', 7, 40, 110, NULL, 1685472687, 2, 1685472734, 7, NULL), |
| | | (339, NULL, 9, 10, NULL, 'internal', 7, 41, 115, NULL, 1685472687, 2, 1685472734, 7, NULL), |
| | | (340, NULL, 9, 10, NULL, 'internal', 7, 42, 119, NULL, 1685472687, 2, 1685472734, 7, NULL), |
| | | (341, NULL, 9, 10, NULL, 'internal', 7, 43, 123, NULL, 1685472687, 2, 1685472734, 7, NULL), |
| | | (342, NULL, 9, 10, NULL, 'internal', 7, 44, 127, NULL, 1685472687, 2, 1685472734, 7, NULL), |
| | | (343, NULL, 9, 10, NULL, 'internal', 7, 45, 131, NULL, 1685472687, 2, 1685472734, 7, NULL), |
| | | (344, NULL, 9, 10, NULL, 'internal', 7, 46, 135, NULL, 1685472687, 2, 1685472734, 7, NULL), |
| | | (345, NULL, 9, 10, NULL, 'internal', 7, 47, 140, NULL, 1685472687, 2, 1685472734, 7, NULL), |
| | | (346, NULL, 9, 10, NULL, 'internal', 7, 49, 100, NULL, 1685472734, 7, NULL, NULL, NULL), |
| | | (347, NULL, 9, 10, NULL, 'internal', 7, 50, 102, NULL, 1685472734, 7, NULL, NULL, NULL), |
| | | (348, NULL, 9, 10, NULL, 'internal', 7, 51, 104, NULL, 1685472734, 7, NULL, NULL, NULL), |
| | | (349, NULL, 9, 10, NULL, 'internal', 7, 52, 106, NULL, 1685472734, 7, NULL, NULL, NULL), |
| | | (350, NULL, 10, 9, NULL, 'internal', 6, 19, 31, NULL, 1685539118, 6, 1685539175, 6, NULL), |
| | | (351, NULL, 10, 9, NULL, 'internal', 6, 36, 35, NULL, 1685539118, 6, 1685539175, 6, NULL), |
| | | (352, NULL, 10, 9, NULL, 'internal', 6, 37, 37, NULL, 1685539118, 6, 1685539175, 6, NULL), |
| | | (353, NULL, 10, 9, NULL, 'internal', 6, 38, 39, NULL, 1685539118, 6, 1685539175, 6, NULL), |
| | | (354, NULL, 10, 9, NULL, 'internal', 6, 39, 41, NULL, 1685539118, 6, 1685539175, 6, NULL), |
| | | (355, NULL, 10, 9, NULL, 'internal', 6, 20, 34, NULL, 1685539124, 6, 1685539175, 6, NULL), |
| | | (361, NULL, 10, 9, NULL, 'internal', 6, 22, 50, NULL, 1685539125, 6, 1685539175, 6, NULL), |
| | | (368, NULL, 10, 9, NULL, 'internal', 6, 23, 54, NULL, 1685539126, 6, 1685539175, 6, NULL), |
| | | (376, NULL, 10, 9, NULL, 'internal', 6, 24, 58, NULL, 1685539127, 6, 1685539175, 6, NULL), |
| | | (385, NULL, 10, 9, NULL, 'internal', 6, 25, 60, NULL, 1685539129, 6, 1685539175, 6, NULL), |
| | | (395, NULL, 10, 9, NULL, 'internal', 6, 26, 65, NULL, 1685539132, 6, 1685539175, 6, NULL), |
| | | (406, NULL, 10, 9, NULL, 'internal', 6, 27, 67, NULL, 1685539136, 6, 1685539175, 6, NULL), |
| | | (418, NULL, 10, 9, NULL, 'internal', 6, 28, 73, NULL, 1685539137, 6, 1685539175, 6, NULL), |
| | | (431, NULL, 10, 9, NULL, 'internal', 6, 29, 78, NULL, 1685539139, 6, 1685539175, 6, NULL), |
| | | (445, NULL, 10, 9, NULL, 'internal', 6, 30, 81, NULL, 1685539140, 6, 1685539175, 6, NULL), |
| | | (460, NULL, 10, 9, NULL, 'internal', 6, 31, 86, NULL, 1685539143, 6, 1685539175, 6, NULL), |
| | | (476, NULL, 10, 9, NULL, 'internal', 6, 32, 90, NULL, 1685539144, 6, 1685539175, 6, NULL), |
| | | (493, NULL, 10, 9, NULL, 'internal', 6, 33, 94, NULL, 1685539145, 6, 1685539175, 6, NULL), |
| | | (511, NULL, 10, 9, NULL, 'internal', 6, 34, 99, NULL, 1685539147, 6, 1685539175, 6, NULL), |
| | | (530, NULL, 10, 9, NULL, 'internal', 6, 21, 45, NULL, 1685539172, 6, 1685539175, 6, NULL), |
| | | (550, NULL, 11, 9, NULL, 'internal', 5, 19, 32, NULL, 1685539410, 5, 1685539440, 5, NULL), |
| | | (551, NULL, 11, 9, NULL, 'internal', 5, 36, 35, NULL, 1685539410, 5, 1685539440, 5, NULL), |
| | | (552, NULL, 11, 9, NULL, 'internal', 5, 37, 37, NULL, 1685539410, 5, 1685539440, 5, NULL), |
| | | (553, NULL, 11, 9, NULL, 'internal', 5, 38, 39, NULL, 1685539410, 5, 1685539440, 5, NULL), |
| | | (554, NULL, 11, 9, NULL, 'internal', 5, 39, 41, NULL, 1685539410, 5, 1685539440, 5, NULL), |
| | | (555, NULL, 11, 9, NULL, 'internal', 5, 20, 34, NULL, 1685539412, 5, 1685539440, 5, NULL), |
| | | (561, NULL, 11, 9, NULL, 'internal', 5, 22, 50, NULL, 1685539413, 5, 1685539440, 5, NULL), |
| | | (568, NULL, 11, 9, NULL, 'internal', 5, 23, 54, NULL, 1685539414, 5, 1685539440, 5, NULL), |
| | | (576, NULL, 11, 9, NULL, 'internal', 5, 24, 58, NULL, 1685539417, 5, 1685539440, 5, NULL), |
| | | (585, NULL, 11, 9, NULL, 'internal', 5, 25, 62, NULL, 1685539417, 5, 1685539440, 5, NULL), |
| | | (595, NULL, 11, 9, NULL, 'internal', 5, 26, 66, NULL, 1685539418, 5, 1685539440, 5, NULL), |
| | | (606, NULL, 11, 9, NULL, 'internal', 5, 27, 70, NULL, 1685539419, 5, 1685539440, 5, NULL), |
| | | (618, NULL, 11, 9, NULL, 'internal', 5, 28, 74, NULL, 1685539420, 5, 1685539440, 5, NULL), |
| | | (631, NULL, 11, 9, NULL, 'internal', 5, 29, 78, NULL, 1685539421, 5, 1685539440, 5, NULL), |
| | | (645, NULL, 11, 9, NULL, 'internal', 5, 30, 82, NULL, 1685539423, 5, 1685539440, 5, NULL), |
| | | (660, NULL, 11, 9, NULL, 'internal', 5, 31, 86, NULL, 1685539424, 5, 1685539440, 5, NULL), |
| | | (676, NULL, 11, 9, NULL, 'internal', 5, 32, 90, NULL, 1685539424, 5, 1685539440, 5, NULL), |
| | | (693, NULL, 11, 9, NULL, 'internal', 5, 33, 94, NULL, 1685539425, 5, 1685539440, 5, NULL), |
| | | (711, NULL, 11, 9, NULL, 'internal', 5, 34, 99, NULL, 1685539426, 5, NULL, NULL, 1685539440), |
| | | (730, NULL, 11, 9, NULL, 'internal', 5, 34, 98, NULL, 1685539428, 5, 1685539440, 5, NULL), |
| | | (750, NULL, 11, 9, NULL, 'internal', 5, 21, 44, NULL, 1685539437, 5, 1685539440, 5, NULL), |
| | | (771, NULL, 12, 10, NULL, 'internal', 7, 41, 115, NULL, 1685540755, 7, 1685540769, 7, NULL), |
| | | (772, NULL, 12, 10, NULL, 'internal', 7, 49, 100, NULL, 1685540755, 7, 1685540769, 7, NULL), |
| | | (773, NULL, 12, 10, NULL, 'internal', 7, 50, 102, NULL, 1685540755, 7, 1685540769, 7, NULL), |
| | | (774, NULL, 12, 10, NULL, 'internal', 7, 51, 104, NULL, 1685540755, 7, 1685540769, 7, NULL), |
| | | (775, NULL, 12, 10, NULL, 'internal', 7, 52, 106, NULL, 1685540755, 7, 1685540769, 7, NULL), |
| | | (776, NULL, 12, 10, NULL, 'internal', 7, 40, 110, NULL, 1685540758, 7, 1685540769, 7, NULL), |
| | | (782, NULL, 12, 10, NULL, 'internal', 7, 42, 119, NULL, 1685540760, 7, 1685540769, 7, NULL), |
| | | (789, NULL, 12, 10, NULL, 'internal', 7, 43, 123, NULL, 1685540762, 7, 1685540769, 7, NULL), |
| | | (797, NULL, 12, 10, NULL, 'internal', 7, 44, 127, NULL, 1685540763, 7, 1685540769, 7, NULL), |
| | | (806, NULL, 12, 10, NULL, 'internal', 7, 45, 131, NULL, 1685540764, 7, 1685540769, 7, NULL), |
| | | (816, NULL, 12, 10, NULL, 'internal', 7, 46, 135, NULL, 1685540765, 7, 1685540769, 7, NULL), |
| | | (827, NULL, 12, 10, NULL, 'internal', 7, 47, 140, NULL, 1685540767, 7, 1685540769, 7, NULL), |
| | | (839, NULL, 13, 11, NULL, 'internal', 7, 54, 172, NULL, 1685543897, 7, 1685543943, 7, NULL), |
| | | (840, NULL, 13, 11, NULL, 'internal', 7, 58, 149, NULL, 1685543897, 7, 1685543943, 7, NULL), |
| | | (841, NULL, 13, 11, NULL, 'internal', 7, 59, 151, NULL, 1685543897, 7, 1685543943, 7, NULL), |
| | | (842, NULL, 13, 11, NULL, 'internal', 7, 60, 153, NULL, 1685543897, 7, 1685543943, 7, NULL), |
| | | (843, NULL, 13, 11, NULL, 'internal', 7, 61, 155, NULL, 1685543897, 7, 1685543943, 7, NULL), |
| | | (844, NULL, 13, 11, NULL, 'internal', 7, 55, 176, NULL, 1685543898, 7, 1685543943, 7, NULL), |
| | | (850, NULL, 13, 11, NULL, 'internal', 7, 53, 168, NULL, 1685543905, 7, 1685543943, 7, NULL), |
| | | (857, NULL, 13, 11, NULL, 'internal', 7, 56, 181, NULL, 1685543931, 7, 1685543943, 7, NULL), |
| | | (865, NULL, 14, 12, NULL, 'internal', 7, 62, 182, NULL, 1685543951, 7, 1685543960, 7, NULL), |
| | | (866, NULL, 14, 12, NULL, 'internal', 7, 69, 157, NULL, 1685543951, 7, 1685543960, 7, NULL), |
| | | (867, NULL, 14, 12, NULL, 'internal', 7, 70, 159, NULL, 1685543951, 7, 1685543960, 7, NULL), |
| | | (868, NULL, 14, 12, NULL, 'internal', 7, 71, 161, NULL, 1685543951, 7, 1685543960, 7, NULL), |
| | | (869, NULL, 14, 12, NULL, 'internal', 7, 72, 163, NULL, 1685543951, 7, 1685543960, 7, NULL), |
| | | (870, NULL, 14, 12, NULL, 'internal', 7, 63, 191, NULL, 1685543953, 7, 1685543960, 7, NULL), |
| | | (876, NULL, 14, 12, NULL, 'internal', 7, 64, 197, NULL, 1685543954, 7, 1685543960, 7, NULL), |
| | | (883, NULL, 14, 12, NULL, 'internal', 7, 65, 203, NULL, 1685543955, 7, 1685543960, 7, NULL), |
| | | (891, NULL, 14, 12, NULL, 'internal', 7, 66, 209, NULL, 1685543956, 7, 1685543960, 7, NULL), |
| | | (900, NULL, 14, 12, NULL, 'internal', 7, 67, 214, NULL, 1685543957, 7, 1685543960, 7, NULL), |
| | | (910, NULL, 15, 11, NULL, 'internal', 9, 53, 167, NULL, 1685544026, 9, 1685544035, 9, NULL), |
| | | (911, NULL, 15, 11, NULL, 'internal', 9, 58, 149, NULL, 1685544026, 9, 1685544035, 9, NULL), |
| | | (912, NULL, 15, 11, NULL, 'internal', 9, 59, 151, NULL, 1685544026, 9, 1685544035, 9, NULL), |
| | | (913, NULL, 15, 11, NULL, 'internal', 9, 60, 153, NULL, 1685544026, 9, 1685544035, 9, NULL), |
| | | (914, NULL, 15, 11, NULL, 'internal', 9, 61, 155, NULL, 1685544026, 9, 1685544035, 9, NULL), |
| | | (915, NULL, 15, 11, NULL, 'internal', 9, 54, 171, NULL, 1685544028, 9, 1685544035, 9, NULL), |
| | | (921, NULL, 15, 11, NULL, 'internal', 9, 55, 176, NULL, 1685544030, 9, 1685544035, 9, NULL), |
| | | (928, NULL, 15, 11, NULL, 'internal', 9, 56, 180, NULL, 1685544030, 9, 1685544035, 9, NULL), |
| | | (936, NULL, 16, 12, NULL, 'internal', 9, 63, 190, NULL, 1685544043, 9, 1685544062, 9, NULL), |
| | | (937, NULL, 16, 12, NULL, 'internal', 9, 69, 157, NULL, 1685544043, 9, 1685544062, 9, NULL), |
| | | (938, NULL, 16, 12, NULL, 'internal', 9, 70, 159, NULL, 1685544043, 9, 1685544062, 9, NULL), |
| | | (939, NULL, 16, 12, NULL, 'internal', 9, 71, 161, NULL, 1685544043, 9, 1685544062, 9, NULL), |
| | | (940, NULL, 16, 12, NULL, 'internal', 9, 72, 163, NULL, 1685544043, 9, 1685544062, 9, NULL), |
| | | (941, NULL, 16, 12, NULL, 'internal', 9, 65, 201, NULL, 1685544044, 9, 1685544062, 9, NULL), |
| | | (947, NULL, 16, 12, NULL, 'internal', 9, 64, 197, NULL, 1685544045, 9, 1685544062, 9, NULL), |
| | | (954, NULL, 16, 12, NULL, 'internal', 9, 66, 208, NULL, 1685544048, 9, 1685544062, 9, NULL), |
| | | (962, NULL, 16, 12, NULL, 'internal', 9, 67, 214, NULL, 1685544052, 9, 1685544062, 9, NULL), |
| | | (971, NULL, 16, 12, NULL, 'internal', 9, 62, 183, NULL, 1685544058, 9, 1685544062, 9, NULL), |
| | | (981, NULL, 17, 12, NULL, 'internal', 6, 62, 185, NULL, 1685544232, 6, 1685544241, 6, NULL), |
| | | (982, NULL, 17, 12, NULL, 'internal', 6, 69, 157, NULL, 1685544232, 6, 1685544241, 6, NULL), |
| | | (983, NULL, 17, 12, NULL, 'internal', 6, 70, 159, NULL, 1685544232, 6, 1685544241, 6, NULL), |
| | | (984, NULL, 17, 12, NULL, 'internal', 6, 71, 161, NULL, 1685544232, 6, 1685544241, 6, NULL), |
| | | (985, NULL, 17, 12, NULL, 'internal', 6, 72, 163, NULL, 1685544232, 6, 1685544241, 6, NULL), |
| | | (986, NULL, 17, 12, NULL, 'internal', 6, 63, 191, NULL, 1685544233, 6, 1685544241, 6, NULL), |
| | | (992, NULL, 17, 12, NULL, 'internal', 6, 64, 197, NULL, 1685544234, 6, 1685544241, 6, NULL), |
| | | (999, NULL, 17, 12, NULL, 'internal', 6, 65, 202, NULL, 1685544236, 6, 1685544241, 6, NULL), |
| | | (1007, NULL, 17, 12, NULL, 'internal', 6, 66, 208, NULL, 1685544237, 6, 1685544241, 6, NULL), |
| | | (1016, NULL, 17, 12, NULL, 'internal', 6, 67, 214, NULL, 1685544238, 6, 1685544241, 6, NULL), |
| | | (1026, NULL, 18, 13, NULL, 'internal', 7, 73, 225, NULL, 1685544624, 7, 1685544647, 7, NULL), |
| | | (1027, NULL, 18, 13, NULL, 'internal', 7, 83, 215, NULL, 1685544624, 7, 1685544647, 7, NULL), |
| | | (1028, NULL, 18, 13, NULL, 'internal', 7, 84, 217, NULL, 1685544624, 7, 1685544647, 7, NULL), |
| | | (1029, NULL, 18, 13, NULL, 'internal', 7, 85, 219, NULL, 1685544624, 7, 1685544647, 7, NULL), |
| | | (1030, NULL, 18, 13, NULL, 'internal', 7, 86, 221, NULL, 1685544624, 7, 1685544647, 7, NULL), |
| | | (1031, NULL, 18, 13, NULL, 'internal', 7, 74, 230, NULL, 1685544627, 7, 1685544647, 7, NULL), |
| | | (1037, NULL, 18, 13, NULL, 'internal', 7, 75, 239, NULL, 1685544629, 7, 1685544647, 7, NULL), |
| | | (1044, NULL, 18, 13, NULL, 'internal', 7, 76, 246, NULL, 1685544632, 7, 1685544647, 7, NULL), |
| | | (1052, NULL, 18, 13, NULL, 'internal', 7, 77, 254, NULL, 1685544633, 7, 1685544647, 7, NULL), |
| | | (1061, NULL, 18, 13, NULL, 'internal', 7, 78, 260, NULL, 1685544635, 7, 1685544647, 7, NULL), |
| | | (1071, NULL, 18, 13, NULL, 'internal', 7, 79, 266, NULL, 1685544638, 7, 1685544647, 7, NULL), |
| | | (1082, NULL, 18, 13, NULL, 'internal', 7, 80, 274, NULL, 1685544639, 7, 1685544647, 7, NULL), |
| | | (1094, NULL, 18, 13, NULL, 'internal', 7, 81, 279, NULL, 1685544643, 7, 1685544647, 7, NULL), |
| | | (1107, NULL, 19, 13, NULL, 'internal', 6, 73, 226, NULL, 1685544694, 6, 1685544713, 6, NULL), |
| | | (1108, NULL, 19, 13, NULL, 'internal', 6, 83, 215, NULL, 1685544694, 6, 1685544713, 6, NULL), |
| | | (1109, NULL, 19, 13, NULL, 'internal', 6, 84, 217, NULL, 1685544694, 6, 1685544713, 6, NULL), |
| | | (1110, NULL, 19, 13, NULL, 'internal', 6, 85, 219, NULL, 1685544694, 6, 1685544713, 6, NULL), |
| | | (1111, NULL, 19, 13, NULL, 'internal', 6, 86, 221, NULL, 1685544694, 6, 1685544713, 6, NULL), |
| | | (1112, NULL, 19, 13, NULL, 'internal', 6, 74, 228, NULL, 1685544698, 6, 1685544713, 6, NULL), |
| | | (1118, NULL, 19, 13, NULL, 'internal', 6, 75, 237, NULL, 1685544700, 6, 1685544713, 6, NULL), |
| | | (1125, NULL, 19, 13, NULL, 'internal', 6, 76, 243, NULL, 1685544702, 6, 1685544713, 6, NULL), |
| | | (1133, NULL, 19, 13, NULL, 'internal', 6, 77, 252, NULL, 1685544704, 6, 1685544713, 6, NULL), |
| | | (1142, NULL, 19, 13, NULL, 'internal', 6, 78, 258, NULL, 1685544705, 6, 1685544713, 6, NULL), |
| | | (1152, NULL, 19, 13, NULL, 'internal', 6, 79, 266, NULL, 1685544706, 6, 1685544713, 6, NULL), |
| | | (1163, NULL, 19, 13, NULL, 'internal', 6, 80, 272, NULL, 1685544708, 6, 1685544713, 6, NULL), |
| | | (1175, NULL, 19, 13, NULL, 'internal', 6, 81, 279, NULL, 1685544709, 6, 1685544713, 6, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_rating_scale` | | -- Table structure for table `cbl_assessment_rating_scale` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_rating_scale` ( | | CREATE TABLE `cbl_assessment_rating_scale` ( |
| `rating_scale_id` int(11) UNSIGNED NOT NULL, | | `rating_scale_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) UNSIGNED NOT NULL, | | `organisation_id` int(11) UNSIGNED NOT NULL, |
| `curriculum_track_id` int(12) DEFAULT NULL, | | `curriculum_track_id` int(12) DEFAULT NULL, |
| `rating_scale_type` int(12) UNSIGNED NOT NULL, | | `rating_scale_type` int(12) UNSIGNED NOT NULL, |
| `rating_scale_title` varchar(255) CHARACTER SET utf8 NOT NULL DEFAULT '', | | `rating_scale_title` varchar(255) CHARACTER SET utf8 NOT NULL DEFAULT '', |
| `rating_scale_description` text CHARACTER SET utf8, | | `rating_scale_description` text CHARACTER SET utf8, |
| `created_date` bigint(20) UNSIGNED NOT NULL, | | `created_date` bigint(20) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(20) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(20) UNSIGNED DEFAULT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(20) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(20) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_rating_scale` | | -- Dumping data for table `cbl_assessment_rating_scale` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_rating_scale` (`rating_scale_id`, `organisation_id`, `curriculum_track_id`, `rating_scale_type`, `rating_scale_title`, `rating_scale_description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_rating_scale` (`rating_scale_id`, `organisation_id`, `curriculum_track_id`, `rating_scale_type`, `rating_scale_title`, `rating_scale_description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, NULL, 2, 'Queen\'s Six Point', 'Developmental', 1510375509, 1, 1510375509, 1, NULL), | | (1, 1, NULL, 2, 'Queen\'s Six Point', 'Developmental', 1510375509, 1, 1510375509, 1, NULL), |
| (2, 1, NULL, 2, 'Queen\'s Five Point', 'Developmental', 1510375509, 1, 1510375509, 1, NULL), | | (2, 1, NULL, 2, 'Queen\'s Five Point', 'Developmental', 1510375509, 1, 1510375509, 1, NULL), |
| (3, 1, NULL, 2, 'Queen\'s Rubric Version', 'Developmental', 1510375509, 1, 1510375509, 1, NULL), | | (3, 1, NULL, 2, 'Queen\'s Rubric Version', 'Developmental', 1510375509, 1, 1510375509, 1, NULL), |
| (4, 1, NULL, 2, 'Dreyfus Scale', 'Developmental', 1510375509, 1, 1510375509, 1, NULL), | | (4, 1, NULL, 2, 'Dreyfus Scale', 'Developmental', 1510375509, 1, 1510375509, 1, NULL), |
| (5, 1, NULL, 2, 'O-Score', '(Goften et al. 2012) – Rater-centric (\"looking at the learner through the lens of yourself\")', 1510375509, 1, 1510375509, 1, NULL), | | (5, 1, NULL, 2, 'O-Score', '(Goften et al. 2012) – Rater-centric (\"looking at the learner through the lens of yourself\")', 1510375509, 1, 1510375509, 1, NULL), |
| (6, 1, NULL, 2, 'Entrustment', '(ten Cate et al. 2015) - developmental', 1510375509, 1, 1510375509, 1, NULL), | | (6, 1, NULL, 2, 'Entrustment', '(ten Cate et al. 2015) - developmental', 1510375509, 1, 1510375509, 1, NULL), |
| (7, 1, NULL, 2, 'Queen\'s Family Medicine (Field Note)', '', 1510375509, 1, 1510375509, 1, NULL), | | (7, 1, NULL, 2, 'Queen\'s Family Medicine (Field Note)', '', 1510375509, 1, 1510375509, 1, NULL), |
| (8, 1, NULL, 2, 'Queen\'s DOPs', 'Direct Observation of Procedural Skills', 1510375509, 1, 1510375509, 1, NULL), | | (8, 1, NULL, 2, 'Queen\'s DOPs', 'Direct Observation of Procedural Skills', 1510375509, 1, 1510375509, 1, NULL), |
| (9, 1, NULL, 2, 'Queen\'s Three Point', '', 1510375509, 1, 1510375509, 1, NULL), | | (9, 1, NULL, 2, 'Queen\'s Three Point', '', 1510375509, 1, 1510375509, 1, NULL), |
| (10, 1, NULL, 2, 'Queen\'s Entrustment Scale', '', 1510375509, 1, 1510375509, 1, NULL), | | (10, 1, NULL, 2, 'Queen\'s Entrustment Scale', '', 1510375509, 1, 1510375509, 1, NULL), |
| (11, 1, NULL, 1, 'O-Score', '(Gofton et al. 2012) – Rater-centric (\"looking at the learner through the lens of yourself\")', 1510375509, 1, 1510375509, 1, NULL), | | (11, 1, NULL, 1, 'O-Score', '(Gofton et al. 2012) – Rater-centric (\"looking at the learner through the lens of yourself\")', 1510375509, 1, 1510375509, 1, NULL), |
| (12, 1, NULL, 1, 'Entrustment', '(ten Cate et al. 2015) - developmental', 1510375509, 1, 1510375509, 1, NULL), | | (12, 1, NULL, 1, 'Entrustment', '(ten Cate et al. 2015) - developmental', 1510375509, 1, 1510375509, 1, NULL), |
| (13, 1, NULL, 1, 'Queen\'s Developmental Score', '', 1510375509, 1, 1510375509, 1, NULL), | | (13, 1, NULL, 1, 'Queen\'s Developmental Score', '', 1510375509, 1, 1510375509, 1, NULL), |
| (14, 1, NULL, 1, 'Queen\'s Family Medicine (Field Note)', '', 1510375509, 1, 1510375509, 1, NULL), | | (14, 1, NULL, 1, 'Queen\'s Family Medicine (Field Note)', '', 1510375509, 1, 1510375509, 1, NULL), |
| (15, 1, NULL, 1, 'Queen\'s Global Rating Scale', '', 1510375509, 1, 1510375509, 1, NULL), | | (15, 1, NULL, 1, 'Queen\'s Global Rating Scale', '', 1510375509, 1, 1510375509, 1, NULL), |
| (16, 1, NULL, 3, 'Objective Progress Scale', NULL, 1685381581, 1, NULL, NULL, NULL), | | (16, 1, NULL, 3, 'Objective Progress Scale', NULL, 1685381581, 1, NULL, NULL, NULL), |
| (17, 2, NULL, 4, 'Entrustment Scale', NULL, 1685381585, 1, 1685381585, 1, NULL), | | (17, 2, NULL, 4, 'Entrustment Scale', NULL, 1685381585, 1, 1685381585, 1, NULL), |
| (18, 2, NULL, 5, 'Ms/EC', 'Ms/EC Scale', 1685381585, 1, NULL, NULL, NULL), | | (18, 2, NULL, 5, 'Ms/EC', 'Ms/EC Scale', 1685381585, 1, NULL, NULL, NULL), |
| (19, 2, NULL, 6, 'Global Assessment', 'Global Assessment', 1685381585, 1, NULL, NULL, NULL), | | (19, 2, NULL, 6, 'Global Assessment', 'Global Assessment', 1685381585, 1, NULL, NULL, NULL), |
| (20, 2, NULL, 0, 'Test Zero and N/A Title', 'Test Zero and N/A Description', 1685381585, 1, NULL, NULL, NULL); | | (20, 2, NULL, 0, 'Test Zero and N/A Title', 'Test Zero and N/A Description', 1685381585, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_rating_scale_authors` | | -- Table structure for table `cbl_assessment_rating_scale_authors` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_rating_scale_authors` ( | | CREATE TABLE `cbl_assessment_rating_scale_authors` ( |
| `rating_scale_author_id` int(11) UNSIGNED NOT NULL, | | `rating_scale_author_id` int(11) UNSIGNED NOT NULL, |
| `rating_scale_id` int(11) UNSIGNED NOT NULL, | | `rating_scale_id` int(11) UNSIGNED NOT NULL, |
| `author_id` int(11) UNSIGNED NOT NULL, | | `author_id` int(11) UNSIGNED NOT NULL, |
| `author_type` enum('proxy_id','organisation_id','course_id') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'proxy_id', | | `author_type` enum('proxy_id','organisation_id','course_id') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'proxy_id', |
| `created_date` bigint(20) UNSIGNED NOT NULL, | | `created_date` bigint(20) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(20) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(20) UNSIGNED DEFAULT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(20) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(20) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_rating_scale_authors` | | -- Dumping data for table `cbl_assessment_rating_scale_authors` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_rating_scale_authors` (`rating_scale_author_id`, `rating_scale_id`, `author_id`, `author_type`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_rating_scale_authors` (`rating_scale_author_id`, `rating_scale_id`, `author_id`, `author_type`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), | | (1, 1, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), |
| (2, 1, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), | | (2, 1, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), |
| (3, 2, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), | | (3, 2, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), |
| (4, 2, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), | | (4, 2, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), |
| (5, 3, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), | | (5, 3, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), |
| (6, 3, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), | | (6, 3, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), |
| (7, 4, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), | | (7, 4, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), |
| (8, 4, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), | | (8, 4, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), |
| (9, 5, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), | | (9, 5, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), |
| (10, 5, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), | | (10, 5, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), |
| (11, 6, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), | | (11, 6, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), |
| (12, 6, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), | | (12, 6, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), |
| (13, 7, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), | | (13, 7, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), |
| (14, 7, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), | | (14, 7, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), |
| (15, 8, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), | | (15, 8, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), |
| (16, 8, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), | | (16, 8, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), |
| (17, 9, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), | | (17, 9, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), |
| (18, 9, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), | | (18, 9, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), |
| (19, 10, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), | | (19, 10, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), |
| (20, 10, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), | | (20, 10, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), |
| (21, 11, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), | | (21, 11, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), |
| (22, 11, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), | | (22, 11, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), |
| (23, 12, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), | | (23, 12, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), |
| (24, 12, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), | | (24, 12, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), |
| (25, 13, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), | | (25, 13, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), |
| (26, 13, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), | | (26, 13, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), |
| (27, 14, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), | | (27, 14, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), |
| (28, 14, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), | | (28, 14, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), |
| (29, 15, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), | | (29, 15, 1, 'proxy_id', 1510375509, 1, 1510375509, 1, NULL), |
| (30, 15, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), | | (30, 15, 1, 'organisation_id', 1510375509, 1, NULL, NULL, NULL), |
| (31, 16, 1, 'proxy_id', 1685381581, 1, NULL, NULL, NULL), | | (31, 16, 1, 'proxy_id', 1685381581, 1, NULL, NULL, NULL), |
| (32, 16, 1, 'organisation_id', 1685381581, 1, NULL, NULL, NULL), | | (32, 16, 1, 'organisation_id', 1685381581, 1, NULL, NULL, NULL), |
| (33, 19, 2, 'organisation_id', 1685381585, 1, 1685381585, 1, NULL), | | (33, 19, 2, 'organisation_id', 1685381585, 1, 1685381585, 1, NULL), |
| (34, 19, 13, 'course_id', 1685381585, 1, 1685381585, 1, NULL), | | (34, 19, 13, 'course_id', 1685381585, 1, 1685381585, 1, NULL), |
| (35, 17, 2, 'organisation_id', 1685381585, 1, 1685381585, 1, NULL), | | (35, 17, 2, 'organisation_id', 1685381585, 1, 1685381585, 1, NULL), |
| (36, 17, 13, 'course_id', 1685381585, 1, 1685381585, 1, NULL); | | (36, 17, 13, 'course_id', 1685381585, 1, 1685381585, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_rating_scale_responses` | | -- Table structure for table `cbl_assessment_rating_scale_responses` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_rating_scale_responses` ( | | CREATE TABLE `cbl_assessment_rating_scale_responses` ( |
| `rating_scale_response_id` int(11) UNSIGNED NOT NULL, | | `rating_scale_response_id` int(11) UNSIGNED NOT NULL, |
| `rating_scale_id` int(11) UNSIGNED NOT NULL, | | `rating_scale_id` int(11) UNSIGNED NOT NULL, |
| `text` text COLLATE utf8_unicode_ci, | | `text` text COLLATE utf8_unicode_ci, |
| `ardescriptor_id` int(11) UNSIGNED NOT NULL, | | `ardescriptor_id` int(11) UNSIGNED NOT NULL, |
| `order` tinyint(3) UNSIGNED NOT NULL DEFAULT '0', | | `order` tinyint(3) UNSIGNED NOT NULL DEFAULT '0', |
| `flag_response` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', | | `flag_response` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', |
| `weight` float(8,5) DEFAULT NULL, | | `weight` float(8,5) DEFAULT NULL, |
| `scale_colour` varchar(15) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `scale_colour` varchar(15) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `scale_character` varchar(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `scale_character` varchar(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `deleted_date` bigint(20) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(20) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_rating_scale_responses` | | -- Dumping data for table `cbl_assessment_rating_scale_responses` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_rating_scale_responses` (`rating_scale_response_id`, `rating_scale_id`, `text`, `ardescriptor_id`, `order`, `flag_response`, `weight`, `scale_colour`, `scale_character`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_rating_scale_responses` (`rating_scale_response_id`, `rating_scale_id`, `text`, `ardescriptor_id`, `order`, `flag_response`, `weight`, `scale_colour`, `scale_character`, `deleted_date`) VALUES |
| (1, 1, 'Not observed', 35, 1, 0, NULL, '', '', NULL), | | (1, 1, 'Not observed', 35, 1, 0, NULL, '', '', NULL), |
| (2, 1, 'Very limited', 45, 2, 0, NULL, '', '', NULL), | | (2, 1, 'Very limited', 45, 2, 0, NULL, '', '', NULL), |
| (3, 1, 'Limited', 32, 3, 0, NULL, '', '', NULL), | | (3, 1, 'Limited', 32, 3, 0, NULL, '', '', NULL), |
| (4, 1, 'Emerging', 19, 4, 0, NULL, '', '', NULL), | | (4, 1, 'Emerging', 19, 4, 0, NULL, '', '', NULL), |
| (5, 1, 'Developing', 3, 5, 0, NULL, '', '', NULL), | | (5, 1, 'Developing', 3, 5, 0, NULL, '', '', NULL), |
| (6, 1, 'Achieving', 4, 6, 0, NULL, '', '', NULL), | | (6, 1, 'Achieving', 4, 6, 0, NULL, '', '', NULL), |
| (7, 1, 'Established', 20, 7, 0, NULL, '', '', NULL), | | (7, 1, 'Established', 20, 7, 0, NULL, '', '', NULL), |
| (8, 2, 'Not observed', 35, 1, 0, NULL, '', '', NULL), | | (8, 2, 'Not observed', 35, 1, 0, NULL, '', '', NULL), |
| (9, 2, 'Limited', 32, 2, 0, NULL, '', '', NULL), | | (9, 2, 'Limited', 32, 2, 0, NULL, '', '', NULL), |
| (10, 2, 'Emerging', 19, 3, 0, NULL, '', '', NULL), | | (10, 2, 'Emerging', 19, 3, 0, NULL, '', '', NULL), |
| (11, 2, 'Developing', 3, 4, 0, NULL, '', '', NULL), | | (11, 2, 'Developing', 3, 4, 0, NULL, '', '', NULL), |
| (12, 2, 'Achieving', 4, 5, 0, NULL, '', '', NULL), | | (12, 2, 'Achieving', 4, 5, 0, NULL, '', '', NULL), |
| (13, 2, 'Established', 20, 6, 0, NULL, '', '', NULL), | | (13, 2, 'Established', 20, 6, 0, NULL, '', '', NULL), |
| (14, 3, 'Not observed', 35, 1, 0, NULL, '', '', NULL), | | (14, 3, 'Not observed', 35, 1, 0, NULL, '', '', NULL), |
| (15, 3, 'Opportunities for Growth', 1, 2, 0, NULL, '', '', NULL), | | (15, 3, 'Opportunities for Growth', 1, 2, 0, NULL, '', '', NULL), |
| (16, 3, 'Borderline LOW', 2, 3, 0, NULL, '', '', NULL), | | (16, 3, 'Borderline LOW', 2, 3, 0, NULL, '', '', NULL), |
| (17, 3, 'Developing', 3, 4, 0, NULL, '', '', NULL), | | (17, 3, 'Developing', 3, 4, 0, NULL, '', '', NULL), |
| (18, 3, 'Borderline HIGH', 5, 5, 0, NULL, '', '', NULL), | | (18, 3, 'Borderline HIGH', 5, 5, 0, NULL, '', '', NULL), |
| (19, 3, 'Achieving (ready for independent practice)', 10, 6, 0, NULL, '', '', NULL), | | (19, 3, 'Achieving (ready for independent practice)', 10, 6, 0, NULL, '', '', NULL), |
| (20, 4, 'Not observed', 35, 1, 0, NULL, '', '', NULL), | | (20, 4, 'Not observed', 35, 1, 0, NULL, '', '', NULL), |
| (21, 4, 'Novice', 37, 2, 0, NULL, '', '', NULL), | | (21, 4, 'Novice', 37, 2, 0, NULL, '', '', NULL), |
| (22, 4, 'Advanced beginner', 12, 3, 0, NULL, '', '', NULL), | | (22, 4, 'Advanced beginner', 12, 3, 0, NULL, '', '', NULL), |
| (23, 4, 'Competent', 16, 4, 0, NULL, '', '', NULL), | | (23, 4, 'Competent', 16, 4, 0, NULL, '', '', NULL), |
| (24, 4, 'Proficient', 39, 5, 0, NULL, '', '', NULL), | | (24, 4, 'Proficient', 39, 5, 0, NULL, '', '', NULL), |
| (25, 4, 'Expert', 21, 6, 0, NULL, '', '', NULL), | | (25, 4, 'Expert', 21, 6, 0, NULL, '', '', NULL), |
| (26, 5, 'Not observed', 35, 1, 0, NULL, '', '', NULL), | | (26, 5, 'Not observed', 35, 1, 0, NULL, '', '', NULL), |
| (27, 5, 'I had to do', 25, 2, 0, NULL, '', '', NULL), | | (27, 5, 'I had to do', 25, 2, 0, NULL, '', '', NULL), |
| (28, 5, 'I had to talk them through', 27, 3, 0, NULL, '', '', NULL), | | (28, 5, 'I had to talk them through', 27, 3, 0, NULL, '', '', NULL), |
| (29, 5, 'I had to prompt them from time to time', 26, 4, 0, NULL, '', '', NULL), | | (29, 5, 'I had to prompt them from time to time', 26, 4, 0, NULL, '', '', NULL), |
| (30, 5, 'I needed to be there in the room just in case', 28, 5, 0, NULL, '', '', NULL), | | (30, 5, 'I needed to be there in the room just in case', 28, 5, 0, NULL, '', '', NULL), |
| (31, 5, 'I did not need to be there', 24, 6, 0, NULL, '', '', NULL), | | (31, 5, 'I did not need to be there', 24, 6, 0, NULL, '', '', NULL), |
| (32, 6, 'Not observed', 35, 1, 0, NULL, '', '', NULL), | | (32, 6, 'Not observed', 35, 1, 0, NULL, '', '', NULL), |
| (33, 6, 'Observation only (no execution)', 38, 2, 0, NULL, '', '', NULL), | | (33, 6, 'Observation only (no execution)', 38, 2, 0, NULL, '', '', NULL), |
| (34, 6, 'Direct, proactive supervision', 18, 3, 0, NULL, '', '', NULL), | | (34, 6, 'Direct, proactive supervision', 18, 3, 0, NULL, '', '', NULL), |
| (35, 6, 'Indirect, reactive supervision', 30, 4, 0, NULL, '', '', NULL), | | (35, 6, 'Indirect, reactive supervision', 30, 4, 0, NULL, '', '', NULL), |
| (36, 6, 'Independent performance (with remote supervision)', 29, 5, 0, NULL, '', '', NULL), | | (36, 6, 'Independent performance (with remote supervision)', 29, 5, 0, NULL, '', '', NULL), |
| (37, 6, 'Supervision of trainees', 43, 6, 0, NULL, '', '', NULL), | | (37, 6, 'Supervision of trainees', 43, 6, 0, NULL, '', '', NULL), |
| (38, 7, 'Not observed', 35, 1, 0, NULL, '', '', NULL), | | (38, 7, 'Not observed', 35, 1, 0, NULL, '', '', NULL), |
| (39, 7, 'Flagged for review', 22, 2, 0, NULL, '', '', NULL), | | (39, 7, 'Flagged for review', 22, 2, 0, NULL, '', '', NULL), |
| (40, 7, 'Direct supervision', 17, 3, 0, NULL, '', '', NULL), | | (40, 7, 'Direct supervision', 17, 3, 0, NULL, '', '', NULL), |
| (41, 7, 'Supervision on demand', 44, 4, 0, NULL, '', '', NULL), | | (41, 7, 'Supervision on demand', 44, 4, 0, NULL, '', '', NULL), |
| (42, 7, 'Supervision for refinement', 42, 5, 0, NULL, '', '', NULL), | | (42, 7, 'Supervision for refinement', 42, 5, 0, NULL, '', '', NULL), |
| (43, 8, 'Not observed', 35, 1, 0, NULL, '', '', NULL), | | (43, 8, 'Not observed', 35, 1, 0, NULL, '', '', NULL), |
| (44, 8, 'Accepted standards not yet met, frequent errors uncorrected', 8, 2, 0, NULL, '', '', NULL), | | (44, 8, 'Accepted standards not yet met, frequent errors uncorrected', 8, 2, 0, NULL, '', '', NULL), |
| (45, 8, 'Some standards not yet met, aspects to be improved, some errors uncorrected', 40, 3, 0, NULL, '', '', NULL), | | (45, 8, 'Some standards not yet met, aspects to be improved, some errors uncorrected', 40, 3, 0, NULL, '', '', NULL), |
| (46, 8, 'Competent and safe throughout procedure, no uncorrected errors', 15, 4, 0, NULL, '', '', NULL), | | (46, 8, 'Competent and safe throughout procedure, no uncorrected errors', 15, 4, 0, NULL, '', '', NULL), |
| (47, 8, 'Highly skilled performance', 23, 5, 0, NULL, '', '', NULL), | | (47, 8, 'Highly skilled performance', 23, 5, 0, NULL, '', '', NULL), |
| (48, 9, 'Not observed', 35, 1, 0, NULL, '', '', NULL), | | (48, 9, 'Not observed', 35, 1, 0, NULL, '', '', NULL), |
| (49, 9, 'Needs attention', 33, 2, 0, NULL, '', '', NULL), | | (49, 9, 'Needs attention', 33, 2, 0, NULL, '', '', NULL), |
| (50, 9, 'Developing', 3, 3, 0, NULL, '', '', NULL), | | (50, 9, 'Developing', 3, 3, 0, NULL, '', '', NULL), |
| (51, 9, 'Achieved', 9, 4, 0, NULL, '', '', NULL), | | (51, 9, 'Achieved', 9, 4, 0, NULL, '', '', NULL), |
| (52, 10, 'Not observed', 35, 1, 0, NULL, '', '', NULL), | | (52, 10, 'Not observed', 35, 1, 0, NULL, '', '', NULL), |
| (53, 10, 'Not yet', 36, 2, 0, NULL, '', '', NULL), | | (53, 10, 'Not yet', 36, 2, 0, NULL, '', '', NULL), |
| (54, 10, 'Almost', 13, 3, 0, NULL, '', '', NULL), | | (54, 10, 'Almost', 13, 3, 0, NULL, '', '', NULL), |
| (55, 10, 'Yes', 46, 4, 0, NULL, '', '', NULL), | | (55, 10, 'Yes', 46, 4, 0, NULL, '', '', NULL), |
| (56, 11, 'I had to do', 25, 1, 0, NULL, '', '', NULL), | | (56, 11, 'I had to do', 25, 1, 0, NULL, '', '', NULL), |
| (57, 11, 'I had to talk them through', 27, 2, 0, NULL, '', '', NULL), | | (57, 11, 'I had to talk them through', 27, 2, 0, NULL, '', '', NULL), |
| (58, 11, 'I had to prompt them from time to time', 26, 3, 0, NULL, '', '', NULL), | | (58, 11, 'I had to prompt them from time to time', 26, 3, 0, NULL, '', '', NULL), |
| (59, 11, 'I needed to be there in the room just in case', 28, 4, 0, NULL, '', '', NULL), | | (59, 11, 'I needed to be there in the room just in case', 28, 4, 0, NULL, '', '', NULL), |
| (60, 11, 'I did not need to be there', 24, 5, 0, NULL, '', '', NULL), | | (60, 11, 'I did not need to be there', 24, 5, 0, NULL, '', '', NULL), |
| (61, 12, 'Observation only (no execution)', 38, 1, 0, NULL, '', '', NULL), | | (61, 12, 'Observation only (no execution)', 38, 1, 0, NULL, '', '', NULL), |
| (62, 12, 'Direct, proactive supervision', 18, 2, 0, NULL, '', '', NULL), | | (62, 12, 'Direct, proactive supervision', 18, 2, 0, NULL, '', '', NULL), |
| (63, 12, 'Indirect, reactive supervision', 30, 3, 0, NULL, '', '', NULL), | | (63, 12, 'Indirect, reactive supervision', 30, 3, 0, NULL, '', '', NULL), |
| (64, 12, 'Independent performance (with remote supervision)', 29, 4, 0, NULL, '', '', NULL), | | (64, 12, 'Independent performance (with remote supervision)', 29, 4, 0, NULL, '', '', NULL), |
| (65, 12, 'Supervision of trainees', 43, 5, 0, NULL, '', '', NULL), | | (65, 12, 'Supervision of trainees', 43, 5, 0, NULL, '', '', NULL), |
| (66, 13, 'Very limited', 45, 1, 0, NULL, '', '', NULL), | | (66, 13, 'Very limited', 45, 1, 0, NULL, '', '', NULL), |
| (67, 13, 'Limited', 32, 2, 0, NULL, '', '', NULL), | | (67, 13, 'Limited', 32, 2, 0, NULL, '', '', NULL), |
| (68, 13, 'Emerging', 19, 3, 0, NULL, '', '', NULL), | | (68, 13, 'Emerging', 19, 3, 0, NULL, '', '', NULL), |
| (69, 13, 'Developing', 3, 4, 0, NULL, '', '', NULL), | | (69, 13, 'Developing', 3, 4, 0, NULL, '', '', NULL), |
| (70, 13, 'Achieving', 4, 5, 0, NULL, '', '', NULL), | | (70, 13, 'Achieving', 4, 5, 0, NULL, '', '', NULL), |
| (71, 13, 'Established', 20, 6, 0, NULL, '', '', NULL), | | (71, 13, 'Established', 20, 6, 0, NULL, '', '', NULL), |
| (72, 14, 'Flagged for review', 22, 1, 0, NULL, '', '', NULL), | | (72, 14, 'Flagged for review', 22, 1, 0, NULL, '', '', NULL), |
| (73, 14, 'Direct supervision', 17, 2, 0, NULL, '', '', NULL), | | (73, 14, 'Direct supervision', 17, 2, 0, NULL, '', '', NULL), |
| (74, 14, 'Supervision on demand', 44, 3, 0, NULL, '', '', NULL), | | (74, 14, 'Supervision on demand', 44, 3, 0, NULL, '', '', NULL), |
| (75, 14, 'Supervision for refinement', 42, 4, 0, NULL, '', '', NULL), | | (75, 14, 'Supervision for refinement', 42, 4, 0, NULL, '', '', NULL), |
| (76, 15, 'Shows critical weaknesses', 41, 1, 0, NULL, '', '', NULL), | | (76, 15, 'Shows critical weaknesses', 41, 1, 0, NULL, '', '', NULL), |
| (77, 15, 'Needs attention', 33, 2, 0, NULL, '', '', NULL), | | (77, 15, 'Needs attention', 33, 2, 0, NULL, '', '', NULL), |
| (78, 15, 'Is almost there', 31, 3, 0, NULL, '', '', NULL), | | (78, 15, 'Is almost there', 31, 3, 0, NULL, '', '', NULL), |
| (79, 15, 'Achieves standard expected', 11, 4, 0, NULL, '', '', NULL), | | (79, 15, 'Achieves standard expected', 11, 4, 0, NULL, '', '', NULL), |
| (80, 15, 'Clearly exceeds standard', 14, 5, 0, NULL, '', '', NULL), | | (80, 15, 'Clearly exceeds standard', 14, 5, 0, NULL, '', '', NULL), |
| (81, 16, 'Completed', 47, 2, 0, NULL, '#57b754', '✔', NULL), | | (81, 16, 'Completed', 47, 2, 0, NULL, '#57b754', '✔', NULL), |
| (82, 16, 'In Progress', 48, 1, 0, NULL, '', '', NULL), | | (82, 16, 'In Progress', 48, 1, 0, NULL, '', '', NULL), |
| (89, 17, 'Cannot Do By Themselves', 51, 1, 0, NULL, '', '', NULL), | | (89, 17, 'Cannot Do By Themselves', 51, 1, 0, NULL, '', '', NULL), |
| (90, 17, 'Can Do Supervised', 52, 2, 0, NULL, '', '', NULL), | | (90, 17, 'Can Do Supervised', 52, 2, 0, NULL, '', '', NULL), |
| (91, 17, 'Can Teach Others', 53, 3, 0, NULL, '', '', NULL), | | (91, 17, 'Can Teach Others', 53, 3, 0, NULL, '', '', NULL), |
| (92, 17, 'Unable To Assess', 54, 4, 0, NULL, '', '', NULL), | | (92, 17, 'Unable To Assess', 54, 4, 0, NULL, '', '', NULL), |
| (97, 19, 'Can Do Supervised', 52, 1, 0, NULL, '', '', NULL), | | (97, 19, 'Can Do Supervised', 52, 1, 0, NULL, '', '', NULL), |
| (98, 19, 'Can Teach Others', 53, 2, 0, NULL, '', '', NULL), | | (98, 19, 'Can Teach Others', 53, 2, 0, NULL, '', '', NULL), |
| (99, 17, '0', 49, 1, 0, NULL, '', '', NULL), | | (99, 17, '0', 49, 1, 0, NULL, '', '', NULL), |
| (100, 17, 'N/A', 50, 2, 0, NULL, '', '', NULL); | | (100, 17, 'N/A', 50, 2, 0, NULL, '', '', NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_reports` | | -- Table structure for table `cbl_assessment_reports` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_reports` ( | | CREATE TABLE `cbl_assessment_reports` ( |
| `areport_id` int(11) UNSIGNED NOT NULL, | | `areport_id` int(11) UNSIGNED NOT NULL, |
| `title` varchar(128) NOT NULL DEFAULT '', | | `title` varchar(128) NOT NULL DEFAULT '', |
| `description` text, | | `description` text, |
| `start_date` bigint(64) DEFAULT NULL, | | `start_date` bigint(64) DEFAULT NULL, |
| `end_date` bigint(64) DEFAULT NULL, | | `end_date` bigint(64) DEFAULT NULL, |
| `release_start` bigint(64) DEFAULT NULL, | | `release_start` bigint(64) DEFAULT NULL, |
| `release_end` bigint(64) DEFAULT NULL, | | `release_end` bigint(64) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_report_audience` | | -- Table structure for table `cbl_assessment_report_audience` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_report_audience` ( | | CREATE TABLE `cbl_assessment_report_audience` ( |
| `araudience_id` int(11) UNSIGNED NOT NULL, | | `araudience_id` int(11) UNSIGNED NOT NULL, |
| `areport_id` int(11) UNSIGNED NOT NULL, | | `areport_id` int(11) UNSIGNED NOT NULL, |
| `audience_type` enum('proxy_id','organisation_id','cgroup_id','group_id','course_id','adtarget_id') NOT NULL DEFAULT 'proxy_id', | | `audience_type` enum('proxy_id','organisation_id','cgroup_id','group_id','course_id','adtarget_id') NOT NULL DEFAULT 'proxy_id', |
| `audience_value` int(11) DEFAULT NULL | | `audience_value` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_report_caches` | | -- Table structure for table `cbl_assessment_report_caches` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_report_caches` ( | | CREATE TABLE `cbl_assessment_report_caches` ( |
| `arcache_id` int(11) UNSIGNED NOT NULL, | | `arcache_id` int(11) UNSIGNED NOT NULL, |
| `report_key` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `report_key` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `report_param_hash` varchar(32) COLLATE utf8_unicode_ci DEFAULT '', | | `report_param_hash` varchar(32) COLLATE utf8_unicode_ci DEFAULT '', |
| `report_meta_hash` varchar(32) COLLATE utf8_unicode_ci DEFAULT '', | | `report_meta_hash` varchar(32) COLLATE utf8_unicode_ci DEFAULT '', |
| `target_type` enum('proxy_id','organisation_id','cgroup_id','group_id','course_id','adtarget_id','schedule_id','eventtype_id') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'proxy_id', | | `target_type` enum('proxy_id','organisation_id','cgroup_id','group_id','course_id','adtarget_id','schedule_id','eventtype_id') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'proxy_id', |
| `target_value` int(11) NOT NULL, | | `target_value` int(11) NOT NULL, |
| `created_date` int(64) DEFAULT NULL, | | `created_date` int(64) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL | | `created_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_report_sources` | | -- Table structure for table `cbl_assessment_report_sources` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_report_sources` ( | | CREATE TABLE `cbl_assessment_report_sources` ( |
| `arsource_id` int(11) UNSIGNED NOT NULL, | | `arsource_id` int(11) UNSIGNED NOT NULL, |
| `areport_id` int(11) UNSIGNED NOT NULL, | | `areport_id` int(11) UNSIGNED NOT NULL, |
| `source_type` enum('adistribution_id','form_id','item_id','afitem_id','objective_id','report','aprogress_id','afrubric_id','freetext') NOT NULL DEFAULT 'adistribution_id', | | `source_type` enum('adistribution_id','form_id','item_id','afitem_id','objective_id','report','aprogress_id','afrubric_id','freetext') NOT NULL DEFAULT 'adistribution_id', |
| `source_value` varchar(128) DEFAULT '', | | `source_value` varchar(128) DEFAULT '', |
| `description` longtext, | | `description` longtext, |
| `order` tinyint(3) NOT NULL DEFAULT '0' | | `order` tinyint(3) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_report_source_targets` | | -- Table structure for table `cbl_assessment_report_source_targets` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_report_source_targets` ( | | CREATE TABLE `cbl_assessment_report_source_targets` ( |
| `adtarget_id` int(11) UNSIGNED NOT NULL, | | `adtarget_id` int(11) UNSIGNED NOT NULL, |
| `arsource_id` int(11) UNSIGNED NOT NULL, | | `arsource_id` int(11) UNSIGNED NOT NULL, |
| `areport_id` int(11) UNSIGNED NOT NULL, | | `areport_id` int(11) UNSIGNED NOT NULL, |
| `target_type` enum('proxy_id','course_id','schedule_id','organisation_id','adistribution_id') NOT NULL DEFAULT 'adistribution_id', | | `target_type` enum('proxy_id','course_id','schedule_id','organisation_id','adistribution_id') NOT NULL DEFAULT 'adistribution_id', |
| `target_id` int(11) NOT NULL | | `target_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_rubric_authors` | | -- Table structure for table `cbl_assessment_rubric_authors` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_rubric_authors` ( | | CREATE TABLE `cbl_assessment_rubric_authors` ( |
| `arauthor_id` int(11) UNSIGNED NOT NULL, | | `arauthor_id` int(11) UNSIGNED NOT NULL, |
| `rubric_id` int(11) UNSIGNED NOT NULL, | | `rubric_id` int(11) UNSIGNED NOT NULL, |
| `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id', | | `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id', |
| `author_id` int(11) NOT NULL, | | `author_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_rubric_authors` | | -- Dumping data for table `cbl_assessment_rubric_authors` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_rubric_authors` (`arauthor_id`, `rubric_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_rubric_authors` (`arauthor_id`, `rubric_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (1, 1, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| (2, 2, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), | | (2, 2, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| n | (3, 3, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL); | n | (3, 3, 'proxy_id', 1, 1685381585, 1, NULL, NULL, NULL), |
| | | (4, 4, 'proxy_id', 1, 1685388693, 1, NULL, NULL, NULL), |
| | | (5, 5, 'proxy_id', 1, 1685389171, 1, NULL, NULL, NULL), |
| | | (6, 6, 'proxy_id', 1, 1685470042, 1, NULL, NULL, NULL), |
| | | (7, 7, 'proxy_id', 1, 1685470155, 1, NULL, NULL, NULL), |
| | | (8, 8, 'proxy_id', 1, 1685541679, 1, NULL, NULL, NULL), |
| | | (9, 9, 'proxy_id', 1, 1685542427, 1, NULL, NULL, NULL), |
| | | (10, 10, 'proxy_id', 1, 1685542633, 1, NULL, NULL, NULL), |
| | | (11, 11, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL), |
| | | (12, 12, 'proxy_id', 1, 1685543107, 1, NULL, NULL, NULL), |
| | | (13, 13, 'proxy_id', 1, 1685544416, 1, NULL, NULL, NULL), |
| | | (14, 14, 'proxy_id', 1, 1685544478, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_rubric_items` | | -- Table structure for table `cbl_assessment_rubric_items` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_rubric_items` ( | | CREATE TABLE `cbl_assessment_rubric_items` ( |
| `aritem_id` int(11) UNSIGNED NOT NULL, | | `aritem_id` int(11) UNSIGNED NOT NULL, |
| `rubric_id` int(11) UNSIGNED NOT NULL, | | `rubric_id` int(11) UNSIGNED NOT NULL, |
| `item_id` int(11) UNSIGNED NOT NULL, | | `item_id` int(11) UNSIGNED NOT NULL, |
| `order` tinyint(3) NOT NULL DEFAULT '0', | | `order` tinyint(3) NOT NULL DEFAULT '0', |
| `enable_flagging` tinyint(1) NOT NULL DEFAULT '0', | | `enable_flagging` tinyint(1) NOT NULL DEFAULT '0', |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_rubric_items` | | -- Dumping data for table `cbl_assessment_rubric_items` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_rubric_items` (`aritem_id`, `rubric_id`, `item_id`, `order`, `enable_flagging`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_rubric_items` (`aritem_id`, `rubric_id`, `item_id`, `order`, `enable_flagging`, `deleted_date`) VALUES |
| (1, 1, 4, 0, 0, NULL), | | (1, 1, 4, 0, 0, NULL), |
| (2, 1, 5, 1, 0, NULL), | | (2, 1, 5, 1, 0, NULL), |
| (3, 1, 6, 2, 0, NULL), | | (3, 1, 6, 2, 0, NULL), |
| (4, 2, 8, 0, 0, NULL), | | (4, 2, 8, 0, 0, NULL), |
| (5, 2, 9, 1, 0, NULL), | | (5, 2, 9, 1, 0, NULL), |
| (6, 2, 10, 2, 0, NULL), | | (6, 2, 10, 2, 0, NULL), |
| n | (7, 3, 18, 0, 0, NULL); | n | (7, 3, 18, 0, 0, NULL), |
| | | (8, 4, 20, 0, 0, NULL), |
| | | (9, 4, 21, 1, 0, NULL), |
| | | (10, 4, 22, 2, 0, NULL), |
| | | (11, 5, 25, 0, 0, NULL), |
| | | (12, 5, 26, 1, 0, NULL), |
| | | (13, 5, 27, 2, 0, NULL), |
| | | (14, 5, 28, 3, 0, NULL), |
| | | (15, 5, 29, 4, 0, NULL), |
| | | (16, 5, 30, 5, 0, NULL), |
| | | (17, 5, 31, 6, 0, NULL), |
| | | (18, 5, 32, 7, 0, NULL), |
| | | (19, 5, 33, 8, 0, NULL), |
| | | (20, 5, 34, 9, 0, NULL), |
| | | (21, 5, 35, 10, 0, NULL), |
| | | (22, 5, 36, 11, 0, NULL), |
| | | (23, 6, 39, 0, 0, NULL), |
| | | (24, 6, 40, 1, 0, NULL), |
| | | (25, 6, 41, 2, 0, NULL), |
| | | (26, 7, 44, 0, 0, NULL), |
| | | (27, 7, 45, 1, 0, NULL), |
| | | (28, 7, 46, 2, 0, NULL), |
| | | (29, 7, 47, 3, 0, NULL), |
| | | (30, 7, 48, 4, 0, NULL), |
| | | (31, 7, 49, 5, 0, NULL), |
| | | (32, 8, 52, 0, 0, NULL), |
| | | (33, 8, 53, 1, 0, NULL), |
| | | (34, 8, 54, 2, 0, NULL), |
| | | (35, 9, 57, 0, 0, NULL), |
| | | (36, 9, 58, 1, 0, NULL), |
| | | (37, 9, 59, 2, 0, NULL), |
| | | (38, 10, 62, 0, 0, NULL), |
| | | (39, 10, 63, 1, 0, NULL), |
| | | (40, 10, 64, 2, 0, NULL), |
| | | (41, 11, 67, 0, 0, NULL), |
| | | (42, 11, 68, 1, 0, NULL), |
| | | (43, 12, 71, 0, 0, NULL), |
| | | (44, 12, 72, 1, 0, NULL), |
| | | (45, 12, 73, 2, 0, NULL), |
| | | (46, 12, 74, 3, 0, NULL), |
| | | (47, 13, 77, 0, 0, NULL), |
| | | (48, 13, 78, 1, 0, NULL), |
| | | (49, 13, 79, 2, 0, NULL), |
| | | (50, 14, 82, 0, 0, NULL), |
| | | (51, 14, 83, 1, 0, NULL), |
| | | (52, 14, 84, 2, 0, NULL), |
| | | (53, 14, 85, 3, 0, NULL), |
| | | (54, 14, 86, 4, 0, NULL), |
| | | (55, 14, 87, 5, 0, NULL), |
| | | (56, 14, 88, 6, 0, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_ss_existing_tasks` | | -- Table structure for table `cbl_assessment_ss_existing_tasks` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_ss_existing_tasks` ( | | CREATE TABLE `cbl_assessment_ss_existing_tasks` ( |
| `existing_task_id` int(11) UNSIGNED NOT NULL, | | `existing_task_id` int(11) UNSIGNED NOT NULL, |
| `adistribution_id` int(11) DEFAULT NULL, | | `adistribution_id` int(11) DEFAULT NULL, |
| `distribution_deleted_date` int(11) DEFAULT NULL, | | `distribution_deleted_date` int(11) DEFAULT NULL, |
| `distribution_title` varchar(2048) DEFAULT NULL, | | `distribution_title` varchar(2048) DEFAULT NULL, |
| `assessor_name` varchar(100) DEFAULT NULL, | | `assessor_name` varchar(100) DEFAULT NULL, |
| `target_name` varchar(100) DEFAULT NULL, | | `target_name` varchar(100) DEFAULT NULL, |
| `form_title` varchar(1024) DEFAULT NULL, | | `form_title` varchar(1024) DEFAULT NULL, |
| `schedule_details` varchar(2048) DEFAULT NULL, | | `schedule_details` varchar(2048) DEFAULT NULL, |
| `progress_details` varchar(100) DEFAULT NULL | | `progress_details` varchar(100) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_ss_future_tasks` | | -- Table structure for table `cbl_assessment_ss_future_tasks` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_ss_future_tasks` ( | | CREATE TABLE `cbl_assessment_ss_future_tasks` ( |
| `future_task_id` int(11) UNSIGNED NOT NULL, | | `future_task_id` int(11) UNSIGNED NOT NULL, |
| `adistribution_id` int(11) UNSIGNED DEFAULT NULL, | | `adistribution_id` int(11) UNSIGNED DEFAULT NULL, |
| `assessor_type` enum('internal','external') DEFAULT NULL, | | `assessor_type` enum('internal','external') DEFAULT NULL, |
| `assessor_value` int(11) UNSIGNED NOT NULL, | | `assessor_value` int(11) UNSIGNED NOT NULL, |
| `target_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','housing_unit_id') DEFAULT NULL, | | `target_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','housing_unit_id') DEFAULT NULL, |
| `target_value` int(11) NOT NULL, | | `target_value` int(11) NOT NULL, |
| `task_type` enum('assessment','evaluation','housing_evaluation') NOT NULL, | | `task_type` enum('assessment','evaluation','housing_evaluation') NOT NULL, |
| `title` text, | | `title` text, |
| `rotation_start_date` bigint(64) DEFAULT '0', | | `rotation_start_date` bigint(64) DEFAULT '0', |
| `rotation_end_date` bigint(64) DEFAULT '0', | | `rotation_end_date` bigint(64) DEFAULT '0', |
| `delivery_date` bigint(64) NOT NULL, | | `delivery_date` bigint(64) NOT NULL, |
| `form_id` int(11) UNSIGNED DEFAULT NULL, | | `form_id` int(11) UNSIGNED DEFAULT NULL, |
| `assessment_type_id` int(11) UNSIGNED NOT NULL DEFAULT '1', | | `assessment_type_id` int(11) UNSIGNED NOT NULL DEFAULT '1', |
| `organisation_id` int(11) UNSIGNED DEFAULT NULL, | | `organisation_id` int(11) UNSIGNED DEFAULT NULL, |
| `associated_record_id` int(11) UNSIGNED DEFAULT NULL, | | `associated_record_id` int(11) UNSIGNED DEFAULT NULL, |
| `associated_record_type` enum('event_id','proxy_id','course_id','group_id','schedule_id') DEFAULT NULL, | | `associated_record_type` enum('event_id','proxy_id','course_id','group_id','schedule_id') DEFAULT NULL, |
| `min_submittable` int(11) UNSIGNED DEFAULT '0', | | `min_submittable` int(11) UNSIGNED DEFAULT '0', |
| `max_submittable` int(11) UNSIGNED DEFAULT '0', | | `max_submittable` int(11) UNSIGNED DEFAULT '0', |
| `mandatory` tinyint(1) DEFAULT '0', | | `mandatory` tinyint(1) DEFAULT '0', |
| `feedback_required` tinyint(1) NOT NULL DEFAULT '0', | | `feedback_required` tinyint(1) NOT NULL DEFAULT '0', |
| `start_date` bigint(64) NOT NULL DEFAULT '0', | | `start_date` bigint(64) NOT NULL DEFAULT '0', |
| `end_date` bigint(64) NOT NULL DEFAULT '0', | | `end_date` bigint(64) NOT NULL DEFAULT '0', |
| `additional_assessment` tinyint(1) NOT NULL DEFAULT '0', | | `additional_assessment` tinyint(1) NOT NULL DEFAULT '0', |
| `schedule_details` text, | | `schedule_details` text, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `deleted_by` int(11) DEFAULT NULL, | | `deleted_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessment_type_organisations` | | -- Table structure for table `cbl_assessment_type_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessment_type_organisations` ( | | CREATE TABLE `cbl_assessment_type_organisations` ( |
| `atype_organisation_id` int(11) UNSIGNED NOT NULL, | | `atype_organisation_id` int(11) UNSIGNED NOT NULL, |
| `assessment_type_id` int(11) UNSIGNED NOT NULL, | | `assessment_type_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) UNSIGNED NOT NULL, | | `organisation_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_assessment_type_organisations` | | -- Dumping data for table `cbl_assessment_type_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_assessment_type_organisations` (`atype_organisation_id`, `assessment_type_id`, `organisation_id`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES | | INSERT INTO `cbl_assessment_type_organisations` (`atype_organisation_id`, `assessment_type_id`, `organisation_id`, `created_date`, `created_by`, `updated_by`, `updated_date`, `deleted_date`) VALUES |
| (1, 1, 1, 1510375509, 1, NULL, NULL, NULL), | | (1, 1, 1, 1510375509, 1, NULL, NULL, NULL), |
| (2, 2, 1, 1510375509, 1, NULL, NULL, NULL), | | (2, 2, 1, 1510375509, 1, NULL, NULL, NULL), |
| (3, 2, 2, 1685381585, 1, 1, 1685381585, NULL); | | (3, 2, 2, 1685381585, 1, 1, 1685381585, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_assessor_target_feedback` | | -- Table structure for table `cbl_assessor_target_feedback` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_assessor_target_feedback` ( | | CREATE TABLE `cbl_assessor_target_feedback` ( |
| `atfeedback_id` int(12) NOT NULL, | | `atfeedback_id` int(12) NOT NULL, |
| `dassessment_id` int(12) NOT NULL, | | `dassessment_id` int(12) NOT NULL, |
| `assessor_type` enum('internal','external') DEFAULT NULL, | | `assessor_type` enum('internal','external') DEFAULT NULL, |
| `assessor_value` int(11) DEFAULT NULL, | | `assessor_value` int(11) DEFAULT NULL, |
| `assessor_feedback` tinyint(1) DEFAULT NULL, | | `assessor_feedback` tinyint(1) DEFAULT NULL, |
| `target_type` enum('internal','external') DEFAULT NULL, | | `target_type` enum('internal','external') DEFAULT NULL, |
| `target_value` int(11) DEFAULT NULL, | | `target_value` int(11) DEFAULT NULL, |
| `target_feedback` tinyint(1) DEFAULT NULL, | | `target_feedback` tinyint(1) DEFAULT NULL, |
| `target_progress_value` enum('inprogress','complete') DEFAULT NULL, | | `target_progress_value` enum('inprogress','complete') DEFAULT NULL, |
| `comments` text, | | `comments` text, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_cbme_upload_history` | | -- Table structure for table `cbl_cbme_upload_history` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_cbme_upload_history` ( | | CREATE TABLE `cbl_cbme_upload_history` ( |
| `file_name` char(255) NOT NULL, | | `file_name` char(255) NOT NULL, |
| `file_type` char(255) NOT NULL, | | `file_type` char(255) NOT NULL, |
| `course_id` int(11) NOT NULL, | | `course_id` int(11) NOT NULL, |
| `upload_type` char(255) NOT NULL, | | `upload_type` char(255) NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL | | `created_by` int(11) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_course_contacts` | | -- Table structure for table `cbl_course_contacts` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_course_contacts` ( | | CREATE TABLE `cbl_course_contacts` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `course_id` int(11) NOT NULL, | | `course_id` int(11) NOT NULL, |
| `assessor_value` int(11) NOT NULL, | | `assessor_value` int(11) NOT NULL, |
| `assessor_type` enum('internal','external') NOT NULL DEFAULT 'internal', | | `assessor_type` enum('internal','external') NOT NULL DEFAULT 'internal', |
| `visible` tinyint(1) DEFAULT '1', | | `visible` tinyint(1) DEFAULT '1', |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `updated_date` int(11) NOT NULL, | | `updated_date` int(11) NOT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_course_contacts` | | -- Dumping data for table `cbl_course_contacts` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_course_contacts` (`id`, `course_id`, `assessor_value`, `assessor_type`, `visible`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES | | INSERT INTO `cbl_course_contacts` (`id`, `course_id`, `assessor_value`, `assessor_type`, `visible`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES |
| (1, 1, 5, 'internal', 1, 1, 1685381585, 1, 1685381585, NULL), | | (1, 1, 5, 'internal', 1, 1, 1685381585, 1, 1685381585, NULL), |
| (2, 1, 3, 'external', 1, 1, 1685381585, 1, 1685381585, NULL), | | (2, 1, 3, 'external', 1, 1, 1685381585, 1, 1685381585, NULL), |
| n | (3, 5, 7, 'internal', 1, 1, 1685381585, 1, 1685381585, NULL); | n | (3, 5, 7, 'internal', 1, 1, 1685381585, 1, 1685381585, NULL), |
| | | (4, 16, 7, 'internal', 1, 4, 1685391944, 4, 1685391944, NULL), |
| | | (5, 16, 6, 'internal', 1, 6, 1685539110, 6, 1685539110, NULL), |
| | | (6, 16, 5, 'internal', 1, 4, 1685539367, 4, 1685539367, NULL), |
| | | (7, 16, 9, 'internal', 1, 4, 1685543782, 4, 1685543782, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_delivery_schedule` | | -- Table structure for table `cbl_delivery_schedule` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_delivery_schedule` ( | | CREATE TABLE `cbl_delivery_schedule` ( |
| `delivery_schedule_id` int(12) UNSIGNED NOT NULL, | | `delivery_schedule_id` int(12) UNSIGNED NOT NULL, |
| `target_type` enum('schedule_id','course_id') DEFAULT NULL, | | `target_type` enum('schedule_id','course_id') DEFAULT NULL, |
| `schedule_id` int(11) NOT NULL, | | `schedule_id` int(11) NOT NULL, |
| `delivery_offset` bigint(64) NOT NULL, | | `delivery_offset` bigint(64) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(11) DEFAULT NULL | | `deleted_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_distribution_assessments` | | -- Table structure for table `cbl_distribution_assessments` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_distribution_assessments` ( | | CREATE TABLE `cbl_distribution_assessments` ( |
| `dassessment_id` int(11) UNSIGNED NOT NULL, | | `dassessment_id` int(11) UNSIGNED NOT NULL, |
| `form_id` int(11) UNSIGNED DEFAULT NULL, | | `form_id` int(11) UNSIGNED DEFAULT NULL, |
| `course_id` int(11) DEFAULT NULL, | | `course_id` int(11) DEFAULT NULL, |
| `assessment_type_id` int(11) UNSIGNED NOT NULL DEFAULT '1', | | `assessment_type_id` int(11) UNSIGNED NOT NULL DEFAULT '1', |
| `assessment_method_id` int(11) NOT NULL DEFAULT '1', | | `assessment_method_id` int(11) NOT NULL DEFAULT '1', |
| `assessment_method_data` text, | | `assessment_method_data` text, |
| `organisation_id` int(11) UNSIGNED DEFAULT NULL, | | `organisation_id` int(11) UNSIGNED DEFAULT NULL, |
| `adistribution_id` int(11) UNSIGNED DEFAULT NULL, | | `adistribution_id` int(11) UNSIGNED DEFAULT NULL, |
| `assessor_type` enum('internal','external') NOT NULL DEFAULT 'internal', | | `assessor_type` enum('internal','external') NOT NULL DEFAULT 'internal', |
| `assessor_value` int(12) NOT NULL, | | `assessor_value` int(12) NOT NULL, |
| `associated_record_id` int(11) UNSIGNED DEFAULT NULL, | | `associated_record_id` int(11) UNSIGNED DEFAULT NULL, |
| `associated_record_type` enum('event_id','proxy_id','course_id','group_id','schedule_id','external_assessor','housing_unit_id') DEFAULT NULL, | | `associated_record_type` enum('event_id','proxy_id','course_id','group_id','schedule_id','external_assessor','housing_unit_id') DEFAULT NULL, |
| `associated_record_data` text, | | `associated_record_data` text, |
| `number_submitted` int(11) UNSIGNED DEFAULT '0', | | `number_submitted` int(11) UNSIGNED DEFAULT '0', |
| `min_submittable` int(11) UNSIGNED DEFAULT '0', | | `min_submittable` int(11) UNSIGNED DEFAULT '0', |
| `max_submittable` int(11) UNSIGNED DEFAULT '0', | | `max_submittable` int(11) UNSIGNED DEFAULT '0', |
| `mandatory` tinyint(1) DEFAULT '0', | | `mandatory` tinyint(1) DEFAULT '0', |
| `feedback_required` tinyint(1) NOT NULL DEFAULT '0', | | `feedback_required` tinyint(1) NOT NULL DEFAULT '0', |
| `published` tinyint(1) NOT NULL DEFAULT '0', | | `published` tinyint(1) NOT NULL DEFAULT '0', |
| `start_date` bigint(64) NOT NULL DEFAULT '0', | | `start_date` bigint(64) NOT NULL DEFAULT '0', |
| `end_date` bigint(64) NOT NULL DEFAULT '0', | | `end_date` bigint(64) NOT NULL DEFAULT '0', |
| `delivery_date` bigint(64) DEFAULT NULL, | | `delivery_date` bigint(64) DEFAULT NULL, |
| `encounter_date` bigint(64) DEFAULT NULL, | | `encounter_date` bigint(64) DEFAULT NULL, |
| `rotation_start_date` bigint(64) DEFAULT '0', | | `rotation_start_date` bigint(64) DEFAULT '0', |
| `rotation_end_date` bigint(64) DEFAULT '0', | | `rotation_end_date` bigint(64) DEFAULT '0', |
| `expiry_date` bigint(64) DEFAULT NULL, | | `expiry_date` bigint(64) DEFAULT NULL, |
| `expiry_notification_date` bigint(64) DEFAULT NULL, | | `expiry_notification_date` bigint(64) DEFAULT NULL, |
| `external_hash` varchar(32) DEFAULT NULL, | | `external_hash` varchar(32) DEFAULT NULL, |
| `additional_assessment` tinyint(1) DEFAULT '0', | | `additional_assessment` tinyint(1) DEFAULT '0', |
| `archived` tinyint(1) NOT NULL DEFAULT '0', | | `archived` tinyint(1) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `forwarded_from_assessment_id` int(11) DEFAULT NULL, | | `forwarded_from_assessment_id` int(11) DEFAULT NULL, |
| `forwarded_date` bigint(64) DEFAULT NULL, | | `forwarded_date` bigint(64) DEFAULT NULL, |
| `forwarded_by` int(11) DEFAULT NULL, | | `forwarded_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_distribution_assessments` | | -- Dumping data for table `cbl_distribution_assessments` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_distribution_assessments` (`dassessment_id`, `form_id`, `course_id`, `assessment_type_id`, `assessment_method_id`, `assessment_method_data`, `organisation_id`, `adistribution_id`, `assessor_type`, `assessor_value`, `associated_record_id`, `associated_record_type`, `associated_record_data`, `number_submitted`, `min_submittable`, `max_submittable`, `mandatory`, `feedback_required`, `published`, `start_date`, `end_date`, `delivery_date`, `encounter_date`, `rotation_start_date`, `rotation_end_date`, `expiry_date`, `expiry_notification_date`, `external_hash`, `additional_assessment`, `archived`, `created_date`, `created_by`, `updated_date`, `updated_by`, `forwarded_from_assessment_id`, `forwarded_date`, `forwarded_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_distribution_assessments` (`dassessment_id`, `form_id`, `course_id`, `assessment_type_id`, `assessment_method_id`, `assessment_method_data`, `organisation_id`, `adistribution_id`, `assessor_type`, `assessor_value`, `associated_record_id`, `associated_record_type`, `associated_record_data`, `number_submitted`, `min_submittable`, `max_submittable`, `mandatory`, `feedback_required`, `published`, `start_date`, `end_date`, `delivery_date`, `encounter_date`, `rotation_start_date`, `rotation_end_date`, `expiry_date`, `expiry_notification_date`, `external_hash`, `additional_assessment`, `archived`, `created_date`, `created_by`, `updated_date`, `updated_by`, `forwarded_from_assessment_id`, `forwarded_date`, `forwarded_by`, `deleted_date`) VALUES |
| (1, 1, 1, 1, 1, NULL, 1, 1, 'internal', 1, NULL, 'proxy_id', NULL, NULL, 1, 1, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL), | | (1, 1, 1, 1, 1, NULL, 1, 1, 'internal', 1, NULL, 'proxy_id', NULL, NULL, 1, 1, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL), |
| (2, 2, 1, 1, 1, NULL, 1, 2, 'internal', 5, NULL, 'proxy_id', NULL, NULL, 1, 10, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL), | | (2, 2, 1, 1, 1, NULL, 1, 2, 'internal', 5, NULL, 'proxy_id', NULL, NULL, 1, 10, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL), |
| (3, 2, 1, 1, 1, NULL, 1, 3, 'internal', 5, NULL, 'proxy_id', NULL, NULL, 1, 10, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL), | | (3, 2, 1, 1, 1, NULL, 1, 3, 'internal', 5, NULL, 'proxy_id', NULL, NULL, 1, 10, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL), |
| (4, 3, 1, 1, 1, NULL, 1, 4, 'internal', 5, NULL, 'proxy_id', NULL, NULL, 1, 1, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL), | | (4, 3, 1, 1, 1, NULL, 1, 4, 'internal', 5, NULL, 'proxy_id', NULL, NULL, 1, 1, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL), |
| (5, 1, 1, 1, 1, NULL, 1, 6, 'internal', 15, NULL, '', NULL, NULL, 1, 1, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL), | | (5, 1, 1, 1, 1, NULL, 1, 6, 'internal', 15, NULL, '', NULL, NULL, 1, 1, 1, 0, 1, 1685381585, 1685986385, 1685381585, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL), |
| n | (6, 1, 5, 1, 1, NULL, 1, 5, 'internal', 7, 74, 'schedule_id', '{\\\"saudience_ids\\\":[\\\"4\\\"]}', NULL, 1, 1, 1, 0, 1, 1685381585, 1685381585, 1685381585, NULL, 1685381585, 1717003985, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL); | n | (6, 1, 5, 1, 1, NULL, 1, 5, 'internal', 7, 74, 'schedule_id', '{\\\"saudience_ids\\\":[\\\"4\\\"]}', NULL, 1, 1, 1, 0, 1, 1685381585, 1685381585, 1685381585, NULL, 1685381585, 1717003985, NULL, NULL, NULL, 0, 0, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL), |
| | | (7, 9, 16, 2, 4, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 7, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685391944, 1685332800, NULL, NULL, 1685996744, NULL, NULL, 0, 0, 1685391944, 4, NULL, NULL, NULL, NULL, NULL, NULL), |
| | | (8, 10, 16, 2, 2, '{\"assessor_value\":7,\"assessor_type\":\"internal\",\"assessor_group\":\"student\"}', 1, NULL, 'internal', 2, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685472646, 1685419200, NULL, NULL, 1686077446, NULL, NULL, 0, 0, 1685472646, 2, NULL, NULL, NULL, NULL, NULL, NULL), |
| | | (9, 10, 16, 2, 2, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 7, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685472646, 1685419200, NULL, NULL, 1686077446, NULL, NULL, 0, 0, 1685472686, 2, NULL, NULL, NULL, NULL, NULL, NULL), |
| | | (10, 9, 16, 2, 6, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 6, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685539110, 1683604800, NULL, NULL, 1686143910, NULL, NULL, 0, 0, 1685539110, 6, NULL, NULL, NULL, NULL, NULL, NULL), |
| | | (11, 9, 16, 2, 4, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 5, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685539367, 1683259200, NULL, NULL, 1686144167, NULL, NULL, 0, 0, 1685539367, 4, NULL, NULL, NULL, NULL, NULL, NULL), |
| | | (12, 10, 16, 2, 4, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 7, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685540644, 1684296000, NULL, NULL, 1686145444, NULL, NULL, 0, 0, 1685540644, 4, NULL, NULL, NULL, NULL, NULL, NULL), |
| | | (13, 11, 16, 2, 4, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 7, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685543631, 1683000000, NULL, NULL, 1686148431, NULL, NULL, 0, 0, 1685543631, 4, NULL, NULL, NULL, NULL, NULL, NULL), |
| | | (14, 12, 16, 2, 4, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 7, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685543708, 1685505600, NULL, NULL, 1686148508, NULL, NULL, 0, 0, 1685543708, 4, NULL, NULL, NULL, NULL, NULL, NULL), |
| | | (15, 11, 16, 2, 4, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 9, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685543782, 1684468800, NULL, NULL, 1686148582, NULL, NULL, 0, 0, 1685543782, 4, NULL, NULL, NULL, NULL, NULL, NULL), |
| | | (16, 12, 16, 2, 4, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 9, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685543812, 1684728000, NULL, NULL, 1686148612, NULL, NULL, 0, 0, 1685543812, 4, NULL, NULL, NULL, NULL, NULL, NULL), |
| | | (17, 12, 16, 2, 4, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 6, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685543852, 1684036800, NULL, NULL, 1686148652, NULL, NULL, 0, 0, 1685543852, 4, NULL, NULL, NULL, NULL, NULL, NULL), |
| | | (18, 13, 16, 2, 6, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 7, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685544618, 1685505600, NULL, NULL, 1686149418, NULL, NULL, 0, 0, 1685544618, 7, NULL, NULL, NULL, NULL, NULL, NULL), |
| | | (19, 13, 16, 2, 6, '{\"assessor_group\":\"faculty\"}', 1, NULL, 'internal', 6, NULL, 'proxy_id', NULL, NULL, 1, 1, 0, 0, 1, 0, 0, 1685544688, 1683691200, NULL, NULL, 1686149488, NULL, NULL, 0, 0, 1685544688, 6, NULL, NULL, NULL, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_distribution_assessment_assessors` | | -- Table structure for table `cbl_distribution_assessment_assessors` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_distribution_assessment_assessors` ( | | CREATE TABLE `cbl_distribution_assessment_assessors` ( |
| `aassessor_id` int(11) UNSIGNED NOT NULL, | | `aassessor_id` int(11) UNSIGNED NOT NULL, |
| `dassessment_id` int(12) NOT NULL, | | `dassessment_id` int(12) NOT NULL, |
| `adistribution_id` int(11) UNSIGNED NOT NULL, | | `adistribution_id` int(11) UNSIGNED NOT NULL, |
| `assessor_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id') NOT NULL DEFAULT 'proxy_id', | | `assessor_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id') NOT NULL DEFAULT 'proxy_id', |
| `assessor_value` int(11) DEFAULT NULL, | | `assessor_value` int(11) DEFAULT NULL, |
| `delegation_list_id` int(11) DEFAULT NULL, | | `delegation_list_id` int(11) DEFAULT NULL, |
| `published` tinyint(1) NOT NULL DEFAULT '0', | | `published` tinyint(1) NOT NULL DEFAULT '0', |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) NOT NULL, | | `updated_date` int(11) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='DEPRECATED: This table no longer in use and will be removed in a future version of Elentra'; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='DEPRECATED: This table no longer in use and will be removed in a future version of Elentra'; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_distribution_assessment_options` | | -- Table structure for table `cbl_distribution_assessment_options` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_distribution_assessment_options` ( | | CREATE TABLE `cbl_distribution_assessment_options` ( |
| `daoption_id` int(12) UNSIGNED NOT NULL, | | `daoption_id` int(12) UNSIGNED NOT NULL, |
| `adistribution_id` int(12) UNSIGNED DEFAULT NULL, | | `adistribution_id` int(12) UNSIGNED DEFAULT NULL, |
| `dassessment_id` int(12) UNSIGNED NOT NULL, | | `dassessment_id` int(12) UNSIGNED NOT NULL, |
| `aprogress_id` int(11) UNSIGNED DEFAULT NULL, | | `aprogress_id` int(11) UNSIGNED DEFAULT NULL, |
| `actor_id` int(12) DEFAULT NULL, | | `actor_id` int(12) DEFAULT NULL, |
| `option_name` varchar(64) NOT NULL DEFAULT '', | | `option_name` varchar(64) NOT NULL DEFAULT '', |
| `option_value` text NOT NULL, | | `option_value` text NOT NULL, |
| `assessment_siblings` varchar(256) DEFAULT NULL, | | `assessment_siblings` varchar(256) DEFAULT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_distribution_assessment_options` | | -- Dumping data for table `cbl_distribution_assessment_options` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_distribution_assessment_options` (`daoption_id`, `adistribution_id`, `dassessment_id`, `aprogress_id`, `actor_id`, `option_name`, `option_value`, `assessment_siblings`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_distribution_assessment_options` (`daoption_id`, `adistribution_id`, `dassessment_id`, `aprogress_id`, `actor_id`, `option_name`, `option_value`, `assessment_siblings`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 1, NULL, NULL, 'target_viewable', 'true', '1', 1685381585, 1, NULL, NULL, NULL), | | (1, 1, 1, NULL, NULL, 'target_viewable', 'true', '1', 1685381585, 1, NULL, NULL, NULL), |
| (2, 1, 1, NULL, NULL, 'target_reportable', 'false', '1', 1685381585, 1, NULL, NULL, NULL), | | (2, 1, 1, NULL, NULL, 'target_reportable', 'false', '1', 1685381585, 1, NULL, NULL, NULL), |
| (3, 1, 1, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '1', 1685381585, 1, NULL, NULL, NULL), | | (3, 1, 1, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '1', 1685381585, 1, NULL, NULL, NULL), |
| (4, 2, 2, NULL, NULL, 'target_viewable', 'true', '2', 1685381585, 1, NULL, NULL, NULL), | | (4, 2, 2, NULL, NULL, 'target_viewable', 'true', '2', 1685381585, 1, NULL, NULL, NULL), |
| (5, 2, 2, NULL, NULL, 'target_reportable', 'false', '2', 1685381585, 1, NULL, NULL, NULL), | | (5, 2, 2, NULL, NULL, 'target_reportable', 'false', '2', 1685381585, 1, NULL, NULL, NULL), |
| (6, 2, 2, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '2', 1685381585, 1, NULL, NULL, NULL), | | (6, 2, 2, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '2', 1685381585, 1, NULL, NULL, NULL), |
| (7, 3, 3, NULL, NULL, 'target_viewable', 'true', '3', 1685381585, 1, NULL, NULL, NULL), | | (7, 3, 3, NULL, NULL, 'target_viewable', 'true', '3', 1685381585, 1, NULL, NULL, NULL), |
| (8, 3, 3, NULL, NULL, 'target_reportable', 'false', '3', 1685381585, 1, NULL, NULL, NULL), | | (8, 3, 3, NULL, NULL, 'target_reportable', 'false', '3', 1685381585, 1, NULL, NULL, NULL), |
| (9, 3, 3, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '3', 1685381585, 1, NULL, NULL, NULL), | | (9, 3, 3, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '3', 1685381585, 1, NULL, NULL, NULL), |
| (10, 4, 4, NULL, NULL, 'target_viewable', 'true', '4', 1685381585, 1, NULL, NULL, NULL), | | (10, 4, 4, NULL, NULL, 'target_viewable', 'true', '4', 1685381585, 1, NULL, NULL, NULL), |
| (11, 4, 4, NULL, NULL, 'target_reportable', 'false', '4', 1685381585, 1, NULL, NULL, NULL), | | (11, 4, 4, NULL, NULL, 'target_reportable', 'false', '4', 1685381585, 1, NULL, NULL, NULL), |
| (12, 4, 4, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '4', 1685381585, 1, NULL, NULL, NULL), | | (12, 4, 4, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '4', 1685381585, 1, NULL, NULL, NULL), |
| (13, 6, 5, NULL, NULL, 'data_visible', 'false', NULL, 1685381585, 1, NULL, NULL, NULL), | | (13, 6, 5, NULL, NULL, 'data_visible', 'false', NULL, 1685381585, 1, NULL, NULL, NULL), |
| (14, 6, 5, NULL, NULL, 'target_viewable', 'false', '5', 1685381585, 1, NULL, NULL, NULL), | | (14, 6, 5, NULL, NULL, 'target_viewable', 'false', '5', 1685381585, 1, NULL, NULL, NULL), |
| (15, 6, 5, NULL, NULL, 'target_reportable', 'false', '5', 1685381585, 1, NULL, NULL, NULL), | | (15, 6, 5, NULL, NULL, 'target_reportable', 'false', '5', 1685381585, 1, NULL, NULL, NULL), |
| (16, 6, 5, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '5', 1685381585, 1, NULL, NULL, NULL), | | (16, 6, 5, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '5', 1685381585, 1, NULL, NULL, NULL), |
| (17, 5, 6, NULL, NULL, 'target_viewable', 'true', '6', 1685381585, 1, NULL, NULL, NULL), | | (17, 5, 6, NULL, NULL, 'target_viewable', 'true', '6', 1685381585, 1, NULL, NULL, NULL), |
| (18, 5, 6, NULL, NULL, 'target_reportable', 'false', '6', 1685381585, 1, NULL, NULL, NULL), | | (18, 5, 6, NULL, NULL, 'target_reportable', 'false', '6', 1685381585, 1, NULL, NULL, NULL), |
| n | (19, 5, 6, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '6', 1685381585, 1, NULL, NULL, NULL); | n | (19, 5, 6, NULL, NULL, 'target_reporting_comment_anonymity', 'anonymous', '6', 1685381585, 1, NULL, NULL, NULL), |
| | | (20, NULL, 7, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685391944, 4, NULL, NULL, NULL), |
| | | (21, NULL, 8, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":2}]', NULL, 1685472646, 2, NULL, NULL, NULL), |
| | | (22, NULL, 9, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":2}]', NULL, 1685472646, 2, NULL, NULL, NULL), |
| | | (23, NULL, 10, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685539110, 6, NULL, NULL, NULL), |
| | | (24, NULL, 11, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685539367, 4, NULL, NULL, NULL), |
| | | (25, NULL, 12, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685540644, 4, NULL, NULL, NULL), |
| | | (26, NULL, 13, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685543631, 4, NULL, NULL, NULL), |
| | | (27, NULL, 14, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685543708, 4, NULL, NULL, NULL), |
| | | (28, NULL, 15, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685543782, 4, NULL, NULL, NULL), |
| | | (29, NULL, 16, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685543812, 4, NULL, NULL, NULL), |
| | | (30, NULL, 17, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685543852, 4, NULL, NULL, NULL), |
| | | (31, NULL, 18, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685544618, 7, NULL, NULL, NULL), |
| | | (32, NULL, 19, NULL, NULL, 'items_invisible_to', '[{\"type\":\"proxy_id\",\"value\":4}]', NULL, 1685544688, 6, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_distribution_assessment_targets` | | -- Table structure for table `cbl_distribution_assessment_targets` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_distribution_assessment_targets` ( | | CREATE TABLE `cbl_distribution_assessment_targets` ( |
| `atarget_id` int(11) UNSIGNED NOT NULL, | | `atarget_id` int(11) UNSIGNED NOT NULL, |
| `dassessment_id` int(12) NOT NULL, | | `dassessment_id` int(12) NOT NULL, |
| `adistribution_id` int(11) UNSIGNED DEFAULT NULL, | | `adistribution_id` int(11) UNSIGNED DEFAULT NULL, |
| `task_type` enum('assessment','evaluation','housing_evaluation') NOT NULL DEFAULT 'assessment', | | `task_type` enum('assessment','evaluation','housing_evaluation') NOT NULL DEFAULT 'assessment', |
| `target_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','event_id','cunit_id','housing_unit_id') NOT NULL DEFAULT 'proxy_id', | | `target_type` enum('proxy_id','cgroup_id','group_id','schedule_id','external_hash','course_id','organisation_id','event_id','cunit_id','housing_unit_id') NOT NULL DEFAULT 'proxy_id', |
| `target_value` int(11) DEFAULT NULL, | | `target_value` int(11) DEFAULT NULL, |
| `delegation_list_id` int(11) DEFAULT NULL, | | `delegation_list_id` int(11) DEFAULT NULL, |
| `associated_schedules` text, | | `associated_schedules` text, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL, | | `deleted_date` int(11) DEFAULT NULL, |
| `deleted_reason_id` int(11) UNSIGNED DEFAULT NULL, | | `deleted_reason_id` int(11) UNSIGNED DEFAULT NULL, |
| `deleted_reason_notes` varchar(255) DEFAULT NULL, | | `deleted_reason_notes` varchar(255) DEFAULT NULL, |
| `deleted_by` int(11) DEFAULT NULL, | | `deleted_by` int(11) DEFAULT NULL, |
| `visible` tinyint(1) NOT NULL DEFAULT '1', | | `visible` tinyint(1) NOT NULL DEFAULT '1', |
| `reopened_date` int(11) DEFAULT NULL, | | `reopened_date` int(11) DEFAULT NULL, |
| `reopened_reason_id` int(11) UNSIGNED DEFAULT NULL, | | `reopened_reason_id` int(11) UNSIGNED DEFAULT NULL, |
| `reopened_reason_notes` varchar(255) DEFAULT NULL, | | `reopened_reason_notes` varchar(255) DEFAULT NULL, |
| `reopened_by` int(11) DEFAULT NULL | | `reopened_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_distribution_assessment_targets` | | -- Dumping data for table `cbl_distribution_assessment_targets` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_distribution_assessment_targets` (`atarget_id`, `dassessment_id`, `adistribution_id`, `task_type`, `target_type`, `target_value`, `delegation_list_id`, `associated_schedules`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_reason_id`, `deleted_reason_notes`, `deleted_by`, `visible`, `reopened_date`, `reopened_reason_id`, `reopened_reason_notes`, `reopened_by`) VALUES | | INSERT INTO `cbl_distribution_assessment_targets` (`atarget_id`, `dassessment_id`, `adistribution_id`, `task_type`, `target_type`, `target_value`, `delegation_list_id`, `associated_schedules`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_reason_id`, `deleted_reason_notes`, `deleted_by`, `visible`, `reopened_date`, `reopened_reason_id`, `reopened_reason_notes`, `reopened_by`) VALUES |
| (1, 1, 1, 'assessment', 'proxy_id', 2, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), | | (1, 1, 1, 'assessment', 'proxy_id', 2, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| (2, 2, 2, 'assessment', 'proxy_id', 5, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), | | (2, 2, 2, 'assessment', 'proxy_id', 5, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| (3, 3, 3, 'assessment', 'proxy_id', 2, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), | | (3, 3, 3, 'assessment', 'proxy_id', 2, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| (4, 3, 3, 'assessment', 'proxy_id', 4, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), | | (4, 3, 3, 'assessment', 'proxy_id', 4, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| (5, 3, 3, 'assessment', 'proxy_id', 3, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), | | (5, 3, 3, 'assessment', 'proxy_id', 3, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| (6, 4, 4, 'assessment', 'proxy_id', 2, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), | | (6, 4, 4, 'assessment', 'proxy_id', 2, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| (7, 4, 4, 'assessment', 'proxy_id', 4, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), | | (7, 4, 4, 'assessment', 'proxy_id', 4, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| (8, 4, 4, 'assessment', 'proxy_id', 3, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), | | (8, 4, 4, 'assessment', 'proxy_id', 3, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| n | (9, 5, 6, 'evaluation', 'external_hash', 3, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL); | n | (9, 5, 6, 'evaluation', 'external_hash', 3, NULL, NULL, 1685381585, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| | | (10, 7, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685391944, 4, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| | | (11, 8, NULL, 'assessment', 'proxy_id', 2, NULL, NULL, 1685472646, 2, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| | | (12, 9, NULL, 'assessment', 'proxy_id', 2, NULL, NULL, 1685472686, 2, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| | | (13, 10, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685539110, 6, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| | | (14, 11, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685539367, 4, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| | | (15, 12, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685540644, 4, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| | | (16, 13, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685543631, 4, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| | | (17, 14, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685543708, 4, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| | | (18, 15, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685543782, 4, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| | | (19, 16, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685543812, 4, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| | | (20, 17, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685543852, 4, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| | | (21, 18, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685544618, 7, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL), |
| | | (22, 19, NULL, 'assessment', 'proxy_id', 4, NULL, NULL, 1685544688, 6, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_distribution_groups` | | -- Table structure for table `cbl_distribution_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_distribution_groups` ( | | CREATE TABLE `cbl_distribution_groups` ( |
| `distribution_group_id` int(11) UNSIGNED NOT NULL, | | `distribution_group_id` int(11) UNSIGNED NOT NULL, |
| `name` varchar(1024) NOT NULL, | | `name` varchar(1024) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(11) DEFAULT NULL | | `deleted_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_distribution_group_distributions` | | -- Table structure for table `cbl_distribution_group_distributions` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_distribution_group_distributions` ( | | CREATE TABLE `cbl_distribution_group_distributions` ( |
| `distribution_group_distribution_id` int(11) UNSIGNED NOT NULL, | | `distribution_group_distribution_id` int(11) UNSIGNED NOT NULL, |
| `adistribution_id` int(11) UNSIGNED NOT NULL, | | `adistribution_id` int(11) UNSIGNED NOT NULL, |
| `distribution_group_id` int(11) UNSIGNED NOT NULL, | | `distribution_group_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(11) DEFAULT NULL | | `deleted_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_external_assessors` | | -- Table structure for table `cbl_external_assessors` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_external_assessors` ( | | CREATE TABLE `cbl_external_assessors` ( |
| `eassessor_id` int(11) UNSIGNED NOT NULL, | | `eassessor_id` int(11) UNSIGNED NOT NULL, |
| `firstname` varchar(35) NOT NULL DEFAULT '', | | `firstname` varchar(35) NOT NULL DEFAULT '', |
| `lastname` varchar(35) NOT NULL DEFAULT '', | | `lastname` varchar(35) NOT NULL DEFAULT '', |
| `email` varchar(255) NOT NULL DEFAULT '', | | `email` varchar(255) NOT NULL DEFAULT '', |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` int(11) DEFAULT NULL, | | `deleted_date` int(11) DEFAULT NULL, |
| `updated_date` int(11) NOT NULL, | | `updated_date` int(11) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_external_assessors` | | -- Dumping data for table `cbl_external_assessors` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_external_assessors` (`eassessor_id`, `firstname`, `lastname`, `email`, `created_date`, `created_by`, `deleted_date`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `cbl_external_assessors` (`eassessor_id`, `firstname`, `lastname`, `email`, `created_date`, `created_by`, `deleted_date`, `updated_date`, `updated_by`) VALUES |
| (1, 'Ricky', 'External', 'richard.external@elentra.com', 1685381585, 1, 1685381595, 1685381595, 1), | | (1, 'Ricky', 'External', 'richard.external@elentra.com', 1685381585, 1, 1685381595, 1685381595, 1), |
| (2, 'Kate', 'External', 'kate.external@elentra.com', 1685381585, 1, NULL, 1685381585, 1), | | (2, 'Kate', 'External', 'kate.external@elentra.com', 1685381585, 1, NULL, 1685381585, 1), |
| (3, 'Elliot', 'Alderson', 'elliot.anderson@elentra.com', 1685381585, 1, NULL, 1685381585, 1); | | (3, 'Elliot', 'Alderson', 'elliot.anderson@elentra.com', 1685381585, 1, NULL, 1685381585, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_external_assessor_email_history` | | -- Table structure for table `cbl_external_assessor_email_history` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_external_assessor_email_history` ( | | CREATE TABLE `cbl_external_assessor_email_history` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `eassessor_id` int(11) NOT NULL, | | `eassessor_id` int(11) NOT NULL, |
| `email` varchar(255) NOT NULL, | | `email` varchar(255) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `updated_date` int(11) NOT NULL, | | `updated_date` int(11) NOT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_learner_objectives_completion` | | -- Table structure for table `cbl_learner_objectives_completion` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_learner_objectives_completion` ( | | CREATE TABLE `cbl_learner_objectives_completion` ( |
| `lo_completion_id` int(12) UNSIGNED NOT NULL, | | `lo_completion_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `objective_id` int(12) UNSIGNED NOT NULL, | | `objective_id` int(12) UNSIGNED NOT NULL, |
| `rating_scale_response_id` int(11) DEFAULT NULL, | | `rating_scale_response_id` int(11) DEFAULT NULL, |
| `learner_viewable` tinyint(1) NOT NULL DEFAULT '0', | | `learner_viewable` tinyint(1) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `created_reason` text, | | `created_reason` text, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_by` int(12) UNSIGNED DEFAULT NULL, | | `deleted_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_reason` text | | `deleted_reason` text |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| n | | n | |
| | | -- |
| | | -- Dumping data for table `cbl_learner_objectives_completion` |
| | | -- |
| | | |
| | | INSERT INTO `cbl_learner_objectives_completion` (`lo_completion_id`, `proxy_id`, `course_id`, `objective_id`, `rating_scale_response_id`, `learner_viewable`, `created_date`, `created_by`, `created_reason`, `deleted_date`, `deleted_by`, `deleted_reason`) VALUES |
| | | (1, 4, 16, 2699, 81, 1, 1685545496, 7, '', NULL, NULL, NULL), |
| | | (2, 4, 16, 2700, 82, 1, 1685545524, 7, '', NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_learner_objectives_completion_files` | | -- Table structure for table `cbl_learner_objectives_completion_files` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_learner_objectives_completion_files` ( | | CREATE TABLE `cbl_learner_objectives_completion_files` ( |
| `learner_objectives_completion_file_id` int(12) NOT NULL, | | `learner_objectives_completion_file_id` int(12) NOT NULL, |
| `lo_completion_id` int(12) NOT NULL DEFAULT '0', | | `lo_completion_id` int(12) NOT NULL DEFAULT '0', |
| `type` varchar(255) NOT NULL DEFAULT '', | | `type` varchar(255) NOT NULL DEFAULT '', |
| `size` varchar(32) NOT NULL DEFAULT '', | | `size` varchar(32) NOT NULL DEFAULT '', |
| `name` varchar(255) NOT NULL DEFAULT '', | | `name` varchar(255) NOT NULL DEFAULT '', |
| `title` varchar(255) NOT NULL DEFAULT '', | | `title` varchar(255) NOT NULL DEFAULT '', |
| `learner_viewable` tinyint(1) NOT NULL DEFAULT '0', | | `learner_viewable` tinyint(1) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) NOT NULL DEFAULT '0', | | `created_date` bigint(64) NOT NULL DEFAULT '0', |
| `created_by` int(12) NOT NULL DEFAULT '0', | | `created_by` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) DEFAULT '0', | | `updated_date` bigint(64) DEFAULT '0', |
| `updated_by` int(12) DEFAULT '0', | | `updated_by` int(12) DEFAULT '0', |
| `deleted_date` bigint(64) DEFAULT '0', | | `deleted_date` bigint(64) DEFAULT '0', |
| `deleted_by` int(12) DEFAULT '0' | | `deleted_by` int(12) DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_learner_objectives_self_assessments` | | -- Table structure for table `cbl_learner_objectives_self_assessments` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_learner_objectives_self_assessments` ( | | CREATE TABLE `cbl_learner_objectives_self_assessments` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `objective_id` int(12) UNSIGNED NOT NULL, | | `objective_id` int(12) UNSIGNED NOT NULL, |
| `rating_scale_response_id` int(11) DEFAULT NULL, | | `rating_scale_response_id` int(11) DEFAULT NULL, |
| `text` text, | | `text` text, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_learner_objectives_self_assessment_files` | | -- Table structure for table `cbl_learner_objectives_self_assessment_files` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_learner_objectives_self_assessment_files` ( | | CREATE TABLE `cbl_learner_objectives_self_assessment_files` ( |
| `id` int(12) NOT NULL, | | `id` int(12) NOT NULL, |
| `lo_self_assessment_id` int(12) NOT NULL DEFAULT '0', | | `lo_self_assessment_id` int(12) NOT NULL DEFAULT '0', |
| `type` varchar(100) NOT NULL DEFAULT '', | | `type` varchar(100) NOT NULL DEFAULT '', |
| `size` varchar(32) NOT NULL DEFAULT '', | | `size` varchar(32) NOT NULL DEFAULT '', |
| `name` varchar(255) NOT NULL DEFAULT '', | | `name` varchar(255) NOT NULL DEFAULT '', |
| `title` varchar(255) NOT NULL DEFAULT '', | | `title` varchar(255) NOT NULL DEFAULT '', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_learner_objectives_self_assessment_views` | | -- Table structure for table `cbl_learner_objectives_self_assessment_views` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_learner_objectives_self_assessment_views` ( | | CREATE TABLE `cbl_learner_objectives_self_assessment_views` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `lo_self_assessment_id` int(12) UNSIGNED NOT NULL, | | `lo_self_assessment_id` int(12) UNSIGNED NOT NULL, |
| `viewed_by` int(11) NOT NULL, | | `viewed_by` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_leave_tracking` | | -- Table structure for table `cbl_leave_tracking` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_leave_tracking` ( | | CREATE TABLE `cbl_leave_tracking` ( |
| `leave_id` int(11) UNSIGNED NOT NULL, | | `leave_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `type_id` int(12) DEFAULT NULL, | | `type_id` int(12) DEFAULT NULL, |
| `start_date` int(11) NOT NULL, | | `start_date` int(11) NOT NULL, |
| `end_date` int(11) NOT NULL, | | `end_date` int(11) NOT NULL, |
| `days_used` int(12) DEFAULT NULL, | | `days_used` int(12) DEFAULT NULL, |
| `weekdays_used` int(12) DEFAULT NULL, | | `weekdays_used` int(12) DEFAULT NULL, |
| `weekend_days_used` int(12) DEFAULT NULL, | | `weekend_days_used` int(12) DEFAULT NULL, |
| `comments` text, | | `comments` text, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_likes` | | -- Table structure for table `cbl_likes` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_likes` ( | | CREATE TABLE `cbl_likes` ( |
| `like_id` int(12) UNSIGNED NOT NULL, | | `like_id` int(12) UNSIGNED NOT NULL, |
| `aprogress_id` int(11) UNSIGNED NOT NULL, | | `aprogress_id` int(11) UNSIGNED NOT NULL, |
| `dassessment_id` int(11) DEFAULT NULL, | | `dassessment_id` int(11) DEFAULT NULL, |
| `proxy_id` int(12) NOT NULL, | | `proxy_id` int(12) NOT NULL, |
| `like_type` varchar(128) NOT NULL, | | `like_type` varchar(128) NOT NULL, |
| `like_value` int(11) NOT NULL, | | `like_value` int(11) NOT NULL, |
| `comment` text, | | `comment` text, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_by` int(12) UNSIGNED DEFAULT NULL, | | `deleted_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_linked_assessments` | | -- Table structure for table `cbl_linked_assessments` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_linked_assessments` ( | | CREATE TABLE `cbl_linked_assessments` ( |
| `link_id` int(12) UNSIGNED NOT NULL, | | `link_id` int(12) UNSIGNED NOT NULL, |
| `originating_id` int(11) UNSIGNED NOT NULL, | | `originating_id` int(11) UNSIGNED NOT NULL, |
| `linked_id` int(11) UNSIGNED NOT NULL, | | `linked_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| n | | n | |
| | | -- |
| | | -- Dumping data for table `cbl_linked_assessments` |
| | | -- |
| | | |
| | | INSERT INTO `cbl_linked_assessments` (`link_id`, `originating_id`, `linked_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| | | (1, 8, 9, 1685472686, 2, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_linked_distributions` | | -- Table structure for table `cbl_linked_distributions` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_linked_distributions` ( | | CREATE TABLE `cbl_linked_distributions` ( |
| `link_id` int(12) NOT NULL, | | `link_id` int(12) NOT NULL, |
| `originating_id` int(11) UNSIGNED NOT NULL, | | `originating_id` int(11) UNSIGNED NOT NULL, |
| `linked_id` int(11) UNSIGNED NOT NULL, | | `linked_id` int(11) UNSIGNED NOT NULL, |
| `delivery_type` enum('immediate','completion') DEFAULT NULL, | | `delivery_type` enum('immediate','completion') DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `created_by` bigint(64) DEFAULT NULL, | | `created_by` bigint(64) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` bigint(64) DEFAULT NULL, | | `updated_by` bigint(64) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_lu_leave_tracking_types` | | -- Table structure for table `cbl_lu_leave_tracking_types` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_lu_leave_tracking_types` ( | | CREATE TABLE `cbl_lu_leave_tracking_types` ( |
| `type_id` int(11) UNSIGNED NOT NULL, | | `type_id` int(11) UNSIGNED NOT NULL, |
| `type_value` varchar(128) NOT NULL DEFAULT '', | | `type_value` varchar(128) NOT NULL DEFAULT '', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_lu_leave_tracking_types` | | -- Dumping data for table `cbl_lu_leave_tracking_types` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_lu_leave_tracking_types` (`type_id`, `type_value`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_lu_leave_tracking_types` (`type_id`, `type_value`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES |
| (1, 'Absence', NULL, NULL, 0, 1, NULL), | | (1, 'Absence', NULL, NULL, 0, 1, NULL), |
| (2, 'Academic half day', NULL, NULL, 0, 1, NULL), | | (2, 'Academic half day', NULL, NULL, 0, 1, NULL), |
| (3, 'Conference', NULL, NULL, 0, 1, NULL), | | (3, 'Conference', NULL, NULL, 0, 1, NULL), |
| (4, 'Education days', NULL, NULL, 0, 1, NULL), | | (4, 'Education days', NULL, NULL, 0, 1, NULL), |
| (5, 'Elective', NULL, NULL, 0, 1, NULL), | | (5, 'Elective', NULL, NULL, 0, 1, NULL), |
| (6, 'Interview', NULL, NULL, 0, 1, NULL), | | (6, 'Interview', NULL, NULL, 0, 1, NULL), |
| (7, 'Maternity', NULL, NULL, 0, 1, NULL), | | (7, 'Maternity', NULL, NULL, 0, 1, NULL), |
| (8, 'Medical', NULL, NULL, 0, 1, NULL), | | (8, 'Medical', NULL, NULL, 0, 1, NULL), |
| (9, 'Other', NULL, NULL, 0, 1, NULL), | | (9, 'Other', NULL, NULL, 0, 1, NULL), |
| (10, 'Paternity', NULL, NULL, 0, 1, NULL), | | (10, 'Paternity', NULL, NULL, 0, 1, NULL), |
| (11, 'Professional development', NULL, NULL, 0, 1, NULL), | | (11, 'Professional development', NULL, NULL, 0, 1, NULL), |
| (12, 'Research', NULL, NULL, 0, 1, NULL), | | (12, 'Research', NULL, NULL, 0, 1, NULL), |
| (13, 'Sick', NULL, NULL, 0, 1, NULL), | | (13, 'Sick', NULL, NULL, 0, 1, NULL), |
| (14, 'Stat', NULL, NULL, 0, 1, NULL), | | (14, 'Stat', NULL, NULL, 0, 1, NULL), |
| (15, 'Study days', NULL, NULL, 0, 1, NULL), | | (15, 'Study days', NULL, NULL, 0, 1, NULL), |
| (16, 'Vacation', NULL, NULL, 0, 1, NULL); | | (16, 'Vacation', NULL, NULL, 0, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_meeting_files` | | -- Table structure for table `cbl_meeting_files` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_meeting_files` ( | | CREATE TABLE `cbl_meeting_files` ( |
| `meeting_file_id` int(12) NOT NULL, | | `meeting_file_id` int(12) NOT NULL, |
| `meeting_id` int(12) NOT NULL DEFAULT '0', | | `meeting_id` int(12) NOT NULL DEFAULT '0', |
| `type` varchar(255) NOT NULL DEFAULT '', | | `type` varchar(255) NOT NULL DEFAULT '', |
| `size` varchar(32) NOT NULL DEFAULT '', | | `size` varchar(32) NOT NULL DEFAULT '', |
| `name` varchar(255) NOT NULL DEFAULT '', | | `name` varchar(255) NOT NULL DEFAULT '', |
| `title` varchar(255) NOT NULL DEFAULT '', | | `title` varchar(255) NOT NULL DEFAULT '', |
| `file_order` int(12) NOT NULL DEFAULT '0', | | `file_order` int(12) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) NOT NULL DEFAULT '0', | | `created_date` bigint(64) NOT NULL DEFAULT '0', |
| `created_by` int(12) NOT NULL DEFAULT '0', | | `created_by` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) DEFAULT '0', | | `updated_date` bigint(64) DEFAULT '0', |
| `updated_by` int(12) DEFAULT '0', | | `updated_by` int(12) DEFAULT '0', |
| `deleted_date` bigint(64) DEFAULT '0', | | `deleted_date` bigint(64) DEFAULT '0', |
| `deleted_by` int(12) DEFAULT '0' | | `deleted_by` int(12) DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_pins` | | -- Table structure for table `cbl_pins` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_pins` ( | | CREATE TABLE `cbl_pins` ( |
| `pin_id` int(12) UNSIGNED NOT NULL, | | `pin_id` int(12) UNSIGNED NOT NULL, |
| `aprogress_id` int(11) UNSIGNED NOT NULL, | | `aprogress_id` int(11) UNSIGNED NOT NULL, |
| `dassessment_id` int(11) DEFAULT NULL, | | `dassessment_id` int(11) DEFAULT NULL, |
| `proxy_id` int(12) NOT NULL, | | `proxy_id` int(12) NOT NULL, |
| `pin_type` varchar(128) NOT NULL, | | `pin_type` varchar(128) NOT NULL, |
| `pin_value` int(11) NOT NULL, | | `pin_value` int(11) NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_by` int(12) UNSIGNED DEFAULT NULL, | | `deleted_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_read` | | -- Table structure for table `cbl_read` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_read` ( | | CREATE TABLE `cbl_read` ( |
| `read_id` int(12) UNSIGNED NOT NULL, | | `read_id` int(12) UNSIGNED NOT NULL, |
| `aprogress_id` int(11) UNSIGNED NOT NULL, | | `aprogress_id` int(11) UNSIGNED NOT NULL, |
| `dassessment_id` int(11) DEFAULT NULL, | | `dassessment_id` int(11) DEFAULT NULL, |
| `proxy_id` int(12) NOT NULL, | | `proxy_id` int(12) NOT NULL, |
| `read_type` varchar(128) NOT NULL, | | `read_type` varchar(128) NOT NULL, |
| `read_value` int(11) NOT NULL, | | `read_value` int(11) NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_by` int(12) UNSIGNED DEFAULT NULL, | | `deleted_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| n | | n | |
| | | -- |
| | | -- Dumping data for table `cbl_read` |
| | | -- |
| | | |
| | | INSERT INTO `cbl_read` (`read_id`, `aprogress_id`, `dassessment_id`, `proxy_id`, `read_type`, `read_value`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_by`, `deleted_date`) VALUES |
| | | (1, 10, 10, 4, 'assessment', 10, 4, 1685539302, NULL, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule` | | -- Table structure for table `cbl_schedule` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule` ( | | CREATE TABLE `cbl_schedule` ( |
| `schedule_id` int(11) UNSIGNED NOT NULL, | | `schedule_id` int(11) UNSIGNED NOT NULL, |
| `title` varchar(256) DEFAULT NULL, | | `title` varchar(256) DEFAULT NULL, |
| `code` varchar(128) DEFAULT NULL, | | `code` varchar(128) DEFAULT NULL, |
| `description` varchar(2048) DEFAULT NULL, | | `description` varchar(2048) DEFAULT NULL, |
| `schedule_type` enum('stream','block','rotation_stream','rotation_block') NOT NULL DEFAULT 'stream', | | `schedule_type` enum('stream','block','rotation_stream','rotation_block') NOT NULL DEFAULT 'stream', |
| `schedule_parent_id` int(11) UNSIGNED DEFAULT '0', | | `schedule_parent_id` int(11) UNSIGNED DEFAULT '0', |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `course_id` int(11) DEFAULT NULL, | | `course_id` int(11) DEFAULT NULL, |
| `region_id` int(11) DEFAULT NULL, | | `region_id` int(11) DEFAULT NULL, |
| `facility_id` int(11) DEFAULT NULL, | | `facility_id` int(11) DEFAULT NULL, |
| `cperiod_id` int(11) DEFAULT '0', | | `cperiod_id` int(11) DEFAULT '0', |
| `start_date` bigint(64) NOT NULL, | | `start_date` bigint(64) NOT NULL, |
| `end_date` bigint(64) NOT NULL, | | `end_date` bigint(64) NOT NULL, |
| `block_type_id` int(11) DEFAULT NULL, | | `block_type_id` int(11) DEFAULT NULL, |
| `draft_id` int(11) DEFAULT NULL, | | `draft_id` int(11) DEFAULT NULL, |
| `schedule_order` int(11) DEFAULT NULL, | | `schedule_order` int(11) DEFAULT NULL, |
| `copied_from` int(11) DEFAULT NULL, | | `copied_from` int(11) DEFAULT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_schedule` | | -- Dumping data for table `cbl_schedule` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_schedule` (`schedule_id`, `title`, `code`, `description`, `schedule_type`, `schedule_parent_id`, `organisation_id`, `course_id`, `region_id`, `facility_id`, `cperiod_id`, `start_date`, `end_date`, `block_type_id`, `draft_id`, `schedule_order`, `copied_from`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_schedule` (`schedule_id`, `title`, `code`, `description`, `schedule_type`, `schedule_parent_id`, `organisation_id`, `course_id`, `region_id`, `facility_id`, `cperiod_id`, `start_date`, `end_date`, `block_type_id`, `draft_id`, `schedule_order`, `copied_from`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'Test Schedule 1', 'code', 'Schedule 1', 'stream', 0, 1, NULL, NULL, NULL, 1, 1685381586, 1717003986, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, NULL, NULL), | | (1, 'Test Schedule 1', 'code', 'Schedule 1', 'stream', 0, 1, NULL, NULL, NULL, 1, 1685381586, 1717003986, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, NULL, NULL), |
| (2, 'Block 1', NULL, '', 'block', 1, 1, NULL, NULL, NULL, 1, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (2, 'Block 1', NULL, '', 'block', 1, 1, NULL, NULL, NULL, 1, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (3, 'Block 2', NULL, '', 'block', 1, 1, NULL, NULL, NULL, 1, 1688059986, 1690565586, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (3, 'Block 2', NULL, '', 'block', 1, 1, NULL, NULL, NULL, 1, 1688059986, 1690565586, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (4, 'Block 3', NULL, '', 'block', 1, 1, NULL, NULL, NULL, 1, 1690651986, 1693243986, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (4, 'Block 3', NULL, '', 'block', 1, 1, NULL, NULL, NULL, 1, 1690651986, 1693243986, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (5, 'Block 4', NULL, '', 'block', 1, 1, NULL, NULL, NULL, 1, 1693330386, 1695922386, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (5, 'Block 4', NULL, '', 'block', 1, 1, NULL, NULL, NULL, 1, 1693330386, 1695922386, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (6, 'Block 5', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1696008786, 1698514386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (6, 'Block 5', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1696008786, 1698514386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (7, 'Block 6', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1698600786, 1701196386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (7, 'Block 6', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1698600786, 1701196386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (8, 'Block 7', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1701282786, 1703788386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (8, 'Block 7', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1701282786, 1703788386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (9, 'Block 8', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1703874786, 1706466786, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (9, 'Block 8', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1703874786, 1706466786, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (10, 'Block 9', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1706553186, 1709145186, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (10, 'Block 9', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1706553186, 1709145186, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (11, 'Block 10', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1709231586, 1711647186, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (11, 'Block 10', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1709231586, 1711647186, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (12, 'Block 11', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1711733586, 1714325586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (12, 'Block 11', NULL, NULL, 'block', 1, 1, NULL, NULL, NULL, 1, 1711733586, 1714325586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (17, 'Test Schedule 2', 'TEST_SCHEDULE_2', 'Schedule 2', 'rotation_stream', 0, 1, 1, 1, 1, 1, 1685381586, 1717003986, 3, 1, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (17, 'Test Schedule 2', 'TEST_SCHEDULE_2', 'Schedule 2', 'rotation_stream', 0, 1, 1, 1, 1, 1, 1685381586, 1717003986, 3, 1, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (18, 'Block 1', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1685381586, 1687973586, 3, 1, 1, NULL, 1685381586, 1, NULL, NULL, NULL), | | (18, 'Block 1', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1685381586, 1687973586, 3, 1, 1, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (19, 'Block 2', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1688059986, 1690565586, 3, 1, 2, NULL, 1685381586, 1, NULL, NULL, NULL), | | (19, 'Block 2', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1688059986, 1690565586, 3, 1, 2, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (20, 'Block 3', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1690651986, 1693243986, 3, 1, 3, NULL, 1685381586, 1, NULL, NULL, NULL), | | (20, 'Block 3', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1690651986, 1693243986, 3, 1, 3, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (21, 'Block 4', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1693330386, 1695922386, 3, 1, 4, NULL, 1685381586, 1, NULL, NULL, NULL), | | (21, 'Block 4', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1693330386, 1695922386, 3, 1, 4, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (22, 'Block 5', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1696008786, 1698514386, 3, 1, 5, NULL, 1685381586, 1, NULL, NULL, NULL), | | (22, 'Block 5', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1696008786, 1698514386, 3, 1, 5, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (23, 'Block 6', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1698600786, 1701196386, 3, 1, 6, NULL, 1685381586, 1, NULL, NULL, NULL), | | (23, 'Block 6', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1698600786, 1701196386, 3, 1, 6, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (24, 'Block 7', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1701282786, 1703788386, 3, 1, 7, NULL, 1685381586, 1, NULL, NULL, NULL), | | (24, 'Block 7', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1701282786, 1703788386, 3, 1, 7, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (25, 'Block 8', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1703874786, 1706466786, 3, 1, 8, NULL, 1685381586, 1, NULL, NULL, NULL), | | (25, 'Block 8', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1703874786, 1706466786, 3, 1, 8, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (26, 'Block 9', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1706553186, 1709145186, 3, 1, 9, NULL, 1685381586, 1, NULL, NULL, NULL), | | (26, 'Block 9', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1706553186, 1709145186, 3, 1, 9, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (27, 'Block 10', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1709231586, 1711647186, 3, 1, 10, NULL, 1685381586, 1, NULL, NULL, NULL), | | (27, 'Block 10', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1709231586, 1711647186, 3, 1, 10, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (28, 'Block 11', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1711733586, 1714325586, 3, 1, 11, NULL, 1685381586, 1, NULL, NULL, NULL), | | (28, 'Block 11', NULL, NULL, 'rotation_block', 17, 1, 1, 1, 1, 1, 1711733586, 1714325586, 3, 1, 11, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (29, 'Rotation 1', 'ROT1', '', 'rotation_stream', 0, 1, 1, NULL, NULL, 1, 1685381586, 1717003986, NULL, 2, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (29, 'Rotation 1', 'ROT1', '', 'rotation_stream', 0, 1, 1, NULL, NULL, 1, 1685381586, 1717003986, NULL, 2, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (30, 'Block 1', NULL, '', 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1685381586, 1687973586, 3, 2, 1, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (30, 'Block 1', NULL, '', 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1685381586, 1687973586, 3, 2, 1, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (31, 'Block 2', NULL, '', 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1688059986, 1690565586, 3, 2, 2, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (31, 'Block 2', NULL, '', 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1688059986, 1690565586, 3, 2, 2, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (32, 'Block 3', NULL, '', 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1690651986, 1693243986, 3, 2, 3, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (32, 'Block 3', NULL, '', 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1690651986, 1693243986, 3, 2, 3, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (33, 'Block 4', NULL, '', 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1693330386, 1695922386, 3, 2, 4, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (33, 'Block 4', NULL, '', 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1693330386, 1695922386, 3, 2, 4, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (34, 'Block 5', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1696008786, 1698514386, 3, 2, 5, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (34, 'Block 5', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1696008786, 1698514386, 3, 2, 5, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (35, 'Block 6', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1698600786, 1701196386, 3, 2, 6, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (35, 'Block 6', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1698600786, 1701196386, 3, 2, 6, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (36, 'Block 7', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1701282786, 1703788386, 3, 2, 7, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (36, 'Block 7', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1701282786, 1703788386, 3, 2, 7, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (37, 'Block 8', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1703874786, 1706466786, 3, 2, 8, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (37, 'Block 8', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1703874786, 1706466786, 3, 2, 8, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (38, 'Block 9', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1706553186, 1709145186, 3, 2, 9, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (38, 'Block 9', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1706553186, 1709145186, 3, 2, 9, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (39, 'Block 10', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1709231586, 1711647186, 3, 2, 10, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (39, 'Block 10', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1709231586, 1711647186, 3, 2, 10, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (40, 'Block 11', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1711733586, 1714325586, 3, 2, 11, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (40, 'Block 11', NULL, NULL, 'rotation_block', 29, 1, 1, NULL, NULL, 1, 1711733586, 1714325586, 3, 2, 11, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (41, 'Block Schedule', NULL, '', 'stream', 0, 1, NULL, NULL, NULL, 2, 1685381586, 1717003986, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (41, 'Block Schedule', NULL, '', 'stream', 0, 1, NULL, NULL, NULL, 2, 1685381586, 1717003986, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (42, 'Block 1', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (42, 'Block 1', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (43, 'Block 2', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1688059986, 1690565586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (43, 'Block 2', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1688059986, 1690565586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (44, 'Block 3', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1690651986, 1693243986, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (44, 'Block 3', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1690651986, 1693243986, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (45, 'Block 4', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1693330386, 1695922386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (45, 'Block 4', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1693330386, 1695922386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (46, 'Block 5', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1696008786, 1698514386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (46, 'Block 5', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1696008786, 1698514386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (47, 'Block 6', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1698600786, 1701196386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (47, 'Block 6', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1698600786, 1701196386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (48, 'Block 7', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1701282786, 1703788386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (48, 'Block 7', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1701282786, 1703788386, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (49, 'Block 8', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1703874786, 1706466786, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (49, 'Block 8', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1703874786, 1706466786, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (50, 'Block 9', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1706553186, 1709145186, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (50, 'Block 9', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1706553186, 1709145186, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (51, 'Block 10', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1709231586, 1711647186, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (51, 'Block 10', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1709231586, 1711647186, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (52, 'Block 11', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1711733586, 1714325586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (52, 'Block 11', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1711733586, 1714325586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (53, 'Block 12', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1714411986, 1716917586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (53, 'Block 12', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1714411986, 1716917586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (54, 'Block 13', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1717003986, 1719595986, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (54, 'Block 13', NULL, NULL, 'block', 41, 1, NULL, NULL, NULL, 2, 1717003986, 1719595986, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (55, 'Rotation', 'CBME Course', '', 'rotation_stream', 0, 1, 3, NULL, NULL, 2, 1685381586, 1717003986, NULL, 3, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (55, 'Rotation', 'CBME Course', '', 'rotation_stream', 0, 1, 3, NULL, NULL, 2, 1685381586, 1717003986, NULL, 3, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (56, 'Block 1', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1685381586, 1687973586, 3, 3, 1, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (56, 'Block 1', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1685381586, 1687973586, 3, 3, 1, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (57, 'Block 2', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1688059986, 1690565586, 3, 3, 2, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (57, 'Block 2', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1688059986, 1690565586, 3, 3, 2, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (58, 'Block 3', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1690651986, 1693243986, 3, 3, 3, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (58, 'Block 3', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1690651986, 1693243986, 3, 3, 3, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (59, 'Block 4', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1693330386, 1695922386, 3, 3, 4, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (59, 'Block 4', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1693330386, 1695922386, 3, 3, 4, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (60, 'Block 5', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1696008786, 1698514386, 3, 3, 5, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (60, 'Block 5', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1696008786, 1698514386, 3, 3, 5, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (61, 'Block 6', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1698600786, 1701196386, 3, 3, 6, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (61, 'Block 6', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1698600786, 1701196386, 3, 3, 6, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (62, 'Block 7', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1701282786, 1703788386, 3, 3, 7, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (62, 'Block 7', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1701282786, 1703788386, 3, 3, 7, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (63, 'Block 8', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1703874786, 1706466786, 3, 3, 8, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (63, 'Block 8', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1703874786, 1706466786, 3, 3, 8, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (64, 'Block 9', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1706553186, 1709145186, 3, 3, 9, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (64, 'Block 9', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1706553186, 1709145186, 3, 3, 9, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (65, 'Block 10', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1709231586, 1711647186, 3, 3, 10, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (65, 'Block 10', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1709231586, 1711647186, 3, 3, 10, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (66, 'Block 11', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1711733586, 1714325586, 3, 3, 11, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (66, 'Block 11', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1711733586, 1714325586, 3, 3, 11, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (67, 'Block 12', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1714411986, 1716917586, 3, 3, 12, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (67, 'Block 12', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1714411986, 1716917586, 3, 3, 12, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (68, 'Block 13', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1717003986, 1719595986, 3, 3, 13, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (68, 'Block 13', NULL, NULL, 'rotation_block', 55, 1, 3, NULL, NULL, 2, 1717003986, 1719595986, 3, 3, 13, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (70, 'Block Schedule', NULL, '', 'stream', 0, 1, NULL, NULL, NULL, 3, 1685381586, 1717003986, 3, NULL, NULL, NULL, 1649194019, 1, 1649194071, 1, NULL), | | (70, 'Block Schedule', NULL, '', 'stream', 0, 1, NULL, NULL, NULL, 3, 1685381586, 1717003986, 3, NULL, NULL, NULL, 1649194019, 1, 1649194071, 1, NULL), |
| (71, 'Block 1', NULL, NULL, 'block', 70, 1, NULL, NULL, NULL, 3, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1649194071, 1, NULL, NULL, NULL), | | (71, 'Block 1', NULL, NULL, 'block', 70, 1, NULL, NULL, NULL, 3, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1649194071, 1, NULL, NULL, NULL), |
| (72, 'Block 2', NULL, NULL, 'block', 70, 1, NULL, NULL, NULL, 3, 1688059986, 1690565586, 3, NULL, NULL, NULL, 1649194071, 1, NULL, NULL, NULL), | | (72, 'Block 2', NULL, NULL, 'block', 70, 1, NULL, NULL, NULL, 3, 1688059986, 1690565586, 3, NULL, NULL, NULL, 1649194071, 1, NULL, NULL, NULL), |
| (73, 'Block 3', NULL, NULL, 'block', 70, 1, NULL, NULL, NULL, 3, 1690651986, 1693243986, 3, NULL, NULL, NULL, 1649194071, 1, NULL, NULL, NULL), | | (73, 'Block 3', NULL, NULL, 'block', 70, 1, NULL, NULL, NULL, 3, 1690651986, 1693243986, 3, NULL, NULL, NULL, 1649194071, 1, NULL, NULL, NULL), |
| (74, 'ROT1', 'ROT1', '', 'rotation_stream', 0, 1, 5, NULL, NULL, 3, 1685381586, 1717003986, NULL, 4, NULL, NULL, 1649194360, 1, 1649194360, 1, NULL), | | (74, 'ROT1', 'ROT1', '', 'rotation_stream', 0, 1, 5, NULL, NULL, 3, 1685381586, 1717003986, NULL, 4, NULL, NULL, 1649194360, 1, 1649194360, 1, NULL), |
| (75, 'Block 1', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1685381586, 1687973586, 3, 4, 1, NULL, 1649194360, 1, 1649194360, 1, NULL), | | (75, 'Block 1', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1685381586, 1687973586, 3, 4, 1, NULL, 1649194360, 1, 1649194360, 1, NULL), |
| (76, 'Block 2', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1688059986, 1690565586, 3, 4, 2, NULL, 1649194360, 1, 1649194360, 1, NULL), | | (76, 'Block 2', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1688059986, 1690565586, 3, 4, 2, NULL, 1649194360, 1, 1649194360, 1, NULL), |
| (77, 'Block 3', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1690651986, 1693243986, 3, 4, 3, NULL, 1649194360, 1, 1649194360, 1, NULL), | | (77, 'Block 3', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1690651986, 1693243986, 3, 4, 3, NULL, 1649194360, 1, 1649194360, 1, NULL), |
| (78, 'ROT2', 'ROT2', '', 'rotation_stream', 0, 1, 6, NULL, NULL, 3, 1685381586, 1717003986, NULL, 4, NULL, NULL, 1649194720, 1, 1649194720, 1, NULL), | | (78, 'ROT2', 'ROT2', '', 'rotation_stream', 0, 1, 6, NULL, NULL, 3, 1685381586, 1717003986, NULL, 4, NULL, NULL, 1649194720, 1, 1649194720, 1, NULL), |
| (79, 'Block 1', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1685381586, 1687973586, 3, 4, 1, NULL, 1649194720, 1, 1649194720, 1, NULL), | | (79, 'Block 1', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1685381586, 1687973586, 3, 4, 1, NULL, 1649194720, 1, 1649194720, 1, NULL), |
| (80, 'Block 2', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1688059986, 1690565586, 3, 4, 2, NULL, 1649194720, 1, 1649194720, 1, NULL), | | (80, 'Block 2', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1688059986, 1690565586, 3, 4, 2, NULL, 1649194720, 1, 1649194720, 1, NULL), |
| (81, 'Block 3', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1690651986, 1693243986, 3, 4, 3, NULL, 1649194720, 1, 1649194720, 1, NULL), | | (81, 'Block 3', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1690651986, 1693243986, 3, 4, 3, NULL, 1649194720, 1, 1649194720, 1, NULL), |
| (82, 'ROT3', 'ROT3', '', 'rotation_stream', 0, 1, 7, NULL, NULL, 3, 1685381586, 1717003986, NULL, 4, NULL, NULL, 1649194751, 1, 1649194751, 1, NULL), | | (82, 'ROT3', 'ROT3', '', 'rotation_stream', 0, 1, 7, NULL, NULL, 3, 1685381586, 1717003986, NULL, 4, NULL, NULL, 1649194751, 1, 1649194751, 1, NULL), |
| (83, 'Block 1', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1685381586, 1687973586, 3, 4, 1, NULL, 1649194751, 1, 1649194751, 1, NULL), | | (83, 'Block 1', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1685381586, 1687973586, 3, 4, 1, NULL, 1649194751, 1, 1649194751, 1, NULL), |
| (84, 'Block 2', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1688059986, 1690565586, 3, 4, 2, NULL, 1649194751, 1, 1649194751, 1, NULL), | | (84, 'Block 2', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1688059986, 1690565586, 3, 4, 2, NULL, 1649194751, 1, 1649194751, 1, NULL), |
| (85, 'Block 3', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1690651986, 1693243986, 3, 4, 3, NULL, 1649194751, 1, 1649194751, 1, NULL), | | (85, 'Block 3', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1690651986, 1693243986, 3, 4, 3, NULL, 1649194751, 1, 1649194751, 1, NULL), |
| (86, '2 Weeks Blocks', '', '2 Weeks Blocks Schedule', 'stream', 0, 1, NULL, NULL, NULL, 3, 1685381586, 1717003986, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, NULL, NULL), | | (86, '2 Weeks Blocks', '', '2 Weeks Blocks Schedule', 'stream', 0, 1, NULL, NULL, NULL, 3, 1685381586, 1717003986, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, NULL, NULL), |
| (87, 'Block 1', NULL, '', 'block', 86, 1, NULL, NULL, NULL, 3, 1685381586, 1686504786, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (87, 'Block 1', NULL, '', 'block', 86, 1, NULL, NULL, NULL, 3, 1685381586, 1686504786, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (88, 'Block 2', NULL, '', 'block', 86, 1, NULL, NULL, NULL, 3, 1686591186, 1687714386, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (88, 'Block 2', NULL, '', 'block', 86, 1, NULL, NULL, NULL, 3, 1686591186, 1687714386, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (89, 'Block 3', NULL, '', 'block', 86, 1, NULL, NULL, NULL, 3, 1687800786, 1688923986, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (89, 'Block 3', NULL, '', 'block', 86, 1, NULL, NULL, NULL, 3, 1687800786, 1688923986, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (90, 'Block 4', NULL, '', 'block', 86, 1, NULL, NULL, NULL, 3, 1689010386, 1690133586, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (90, 'Block 4', NULL, '', 'block', 86, 1, NULL, NULL, NULL, 3, 1689010386, 1690133586, 2, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (91, 'Block 5', NULL, NULL, 'block', 86, 1, NULL, NULL, NULL, 3, 1690219986, 1691343186, 2, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (91, 'Block 5', NULL, NULL, 'block', 86, 1, NULL, NULL, NULL, 3, 1690219986, 1691343186, 2, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (92, 'Block 6', NULL, NULL, 'block', 86, 1, NULL, NULL, NULL, 3, 1691429586, 1692552786, 2, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (92, 'Block 6', NULL, NULL, 'block', 86, 1, NULL, NULL, NULL, 3, 1691429586, 1692552786, 2, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (93, 'Block 1', NULL, '', 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1685381586, 1686504786, 2, 4, 1, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (93, 'Block 1', NULL, '', 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1685381586, 1686504786, 2, 4, 1, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (94, 'Block 2', NULL, '', 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1686591186, 1687714386, 2, 4, 2, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (94, 'Block 2', NULL, '', 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1686591186, 1687714386, 2, 4, 2, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (95, 'Block 3', NULL, '', 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1687800786, 1688923986, 2, 4, 3, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (95, 'Block 3', NULL, '', 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1687800786, 1688923986, 2, 4, 3, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (96, 'Block 4', NULL, '', 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1689010386, 1690133586, 2, 4, 4, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (96, 'Block 4', NULL, '', 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1689010386, 1690133586, 2, 4, 4, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (97, 'Block 5', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1690219986, 1691343186, 2, 4, 5, NULL, 1685381586, 1, NULL, NULL, NULL), | | (97, 'Block 5', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1690219986, 1691343186, 2, 4, 5, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (98, 'Block 6', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1691429586, 1692552786, 2, 4, 6, NULL, 1685381586, 1, NULL, NULL, NULL), | | (98, 'Block 6', NULL, NULL, 'rotation_block', 74, 1, 5, NULL, NULL, 3, 1691429586, 1692552786, 2, 4, 6, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (99, 'Block 1', NULL, '', 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1685381586, 1686504786, 2, 4, 1, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (99, 'Block 1', NULL, '', 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1685381586, 1686504786, 2, 4, 1, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (100, 'Block 2', NULL, '', 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1686591186, 1687714386, 2, 4, 2, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (100, 'Block 2', NULL, '', 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1686591186, 1687714386, 2, 4, 2, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (101, 'Block 3', NULL, '', 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1687800786, 1688923986, 2, 4, 3, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (101, 'Block 3', NULL, '', 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1687800786, 1688923986, 2, 4, 3, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (102, 'Block 4', NULL, '', 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1689010386, 1690133586, 2, 4, 4, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (102, 'Block 4', NULL, '', 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1689010386, 1690133586, 2, 4, 4, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (103, 'Block 5', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1690219986, 1691343186, 2, 4, 5, NULL, 1685381586, 1, NULL, NULL, NULL), | | (103, 'Block 5', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1690219986, 1691343186, 2, 4, 5, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (104, 'Block 6', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1691429586, 1692552786, 2, 4, 6, NULL, 1685381586, 1, NULL, NULL, NULL), | | (104, 'Block 6', NULL, NULL, 'rotation_block', 78, 1, 6, NULL, NULL, 3, 1691429586, 1692552786, 2, 4, 6, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (105, 'Block 1', NULL, '', 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1685381586, 1686504786, 2, 4, 1, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (105, 'Block 1', NULL, '', 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1685381586, 1686504786, 2, 4, 1, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (106, 'Block 2', NULL, '', 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1686591186, 1687714386, 2, 4, 2, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (106, 'Block 2', NULL, '', 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1686591186, 1687714386, 2, 4, 2, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (107, 'Block 3', NULL, '', 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1687800786, 1688923986, 2, 4, 3, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (107, 'Block 3', NULL, '', 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1687800786, 1688923986, 2, 4, 3, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (108, 'Block 4', NULL, '', 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1689010386, 1690133586, 2, 4, 4, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (108, 'Block 4', NULL, '', 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1689010386, 1690133586, 2, 4, 4, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (109, 'Block 5', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1690219986, 1691343186, 2, 4, 5, NULL, 1685381586, 1, NULL, NULL, NULL), | | (109, 'Block 5', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1690219986, 1691343186, 2, 4, 5, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (110, 'Block 6', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1691429586, 1692552786, 2, 4, 6, NULL, 1685381586, 1, NULL, NULL, NULL), | | (110, 'Block 6', NULL, NULL, 'rotation_block', 82, 1, 7, NULL, NULL, 3, 1691429586, 1692552786, 2, 4, 6, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (111, 'Lottery Schedule (4 week)', NULL, '', 'stream', 0, 1, NULL, NULL, NULL, 33, 1685381586, 1690219984, 3, NULL, NULL, NULL, 1685381586, 1, 1665587962, 1, NULL), | | (111, 'Lottery Schedule (4 week)', NULL, '', 'stream', 0, 1, NULL, NULL, NULL, 33, 1685381586, 1690219984, 3, NULL, NULL, NULL, 1685381586, 1, 1665587962, 1, NULL), |
| (112, 'Block 1', NULL, NULL, 'block', 111, 1, NULL, NULL, NULL, 33, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (112, 'Block 1', NULL, NULL, 'block', 111, 1, NULL, NULL, NULL, 33, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (113, 'Block 2', NULL, NULL, 'block', 111, 1, NULL, NULL, NULL, 33, 1688059986, 1690565586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), | | (113, 'Block 2', NULL, NULL, 'block', 111, 1, NULL, NULL, NULL, 33, 1688059986, 1690565586, 3, NULL, NULL, NULL, 1685381586, 1, NULL, NULL, NULL), |
| (114, 'Rotation A', 'ROTA', '', 'rotation_stream', 0, 1, 14, NULL, NULL, 33, 1685381586, 1690219984, NULL, 5, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (114, 'Rotation A', 'ROTA', '', 'rotation_stream', 0, 1, 14, NULL, NULL, 33, 1685381586, 1690219984, NULL, 5, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (115, 'Block 1', NULL, NULL, 'rotation_block', 114, 1, 14, NULL, NULL, 33, 1685381586, 1687973586, 3, 5, 1, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (115, 'Block 1', NULL, NULL, 'rotation_block', 114, 1, 14, NULL, NULL, 33, 1685381586, 1687973586, 3, 5, 1, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (116, 'Block 2', NULL, NULL, 'rotation_block', 114, 1, 14, NULL, NULL, 33, 1688059986, 1690565586, 3, 5, 2, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (116, 'Block 2', NULL, NULL, 'rotation_block', 114, 1, 14, NULL, NULL, 33, 1688059986, 1690565586, 3, 5, 2, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (117, 'Rotation B', 'ROTB', '', 'rotation_stream', 0, 1, 14, NULL, NULL, 33, 1685381586, 1690219984, NULL, 5, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (117, 'Rotation B', 'ROTB', '', 'rotation_stream', 0, 1, 14, NULL, NULL, 33, 1685381586, 1690219984, NULL, 5, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (118, 'Block 1', NULL, NULL, 'rotation_block', 117, 1, 14, NULL, NULL, 33, 1685381586, 1687973586, 3, 5, 1, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (118, 'Block 1', NULL, NULL, 'rotation_block', 117, 1, 14, NULL, NULL, 33, 1685381586, 1687973586, 3, 5, 1, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (119, 'Block 2', NULL, NULL, 'rotation_block', 117, 1, 14, NULL, NULL, 33, 1688059986, 1690565586, 3, 5, 2, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (119, 'Block 2', NULL, NULL, 'rotation_block', 117, 1, 14, NULL, NULL, 33, 1688059986, 1690565586, 3, 5, 2, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (120, 'Rotation C', 'ROTC', '', 'rotation_stream', 0, 1, 14, NULL, NULL, 33, 1685381586, 1690219984, NULL, 5, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (120, 'Rotation C', 'ROTC', '', 'rotation_stream', 0, 1, 14, NULL, NULL, 33, 1685381586, 1690219984, NULL, 5, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (121, 'Block 1', NULL, NULL, 'rotation_block', 120, 1, 14, NULL, NULL, 33, 1685381586, 1687973586, 3, 5, 1, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (121, 'Block 1', NULL, NULL, 'rotation_block', 120, 1, 14, NULL, NULL, 33, 1685381586, 1687973586, 3, 5, 1, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (122, 'Block 2', NULL, NULL, 'rotation_block', 120, 1, 14, NULL, NULL, 33, 1688059986, 1690565586, 3, 5, 2, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (122, 'Block 2', NULL, NULL, 'rotation_block', 120, 1, 14, NULL, NULL, 33, 1688059986, 1690565586, 3, 5, 2, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (123, 'Simple Schedule', 'code', 'Schedule 1', 'stream', 0, 1, NULL, NULL, NULL, 34, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, NULL, NULL), | | (123, 'Simple Schedule', 'code', 'Schedule 1', 'stream', 0, 1, NULL, NULL, NULL, 34, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, NULL, NULL), |
| (124, 'Block 1', NULL, '', 'block', 123, 1, NULL, NULL, NULL, 34, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (124, 'Block 1', NULL, '', 'block', 123, 1, NULL, NULL, NULL, 34, 1685381586, 1687973586, 3, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (125, 'Simple Rotation', 'SIMPLE', 'Simple Rotation', 'rotation_stream', 0, 1, 15, 1, 1, 34, 1685381586, 1687973586, NULL, 6, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (125, 'Simple Rotation', 'SIMPLE', 'Simple Rotation', 'rotation_stream', 0, 1, 15, 1, 1, 34, 1685381586, 1687973586, NULL, 6, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (126, 'Block 1', NULL, NULL, 'rotation_block', 125, 1, 1, 1, 1, 1, 1685381586, 1687973586, 3, 6, 1, NULL, 1685381586, 1, NULL, NULL, NULL); | | (126, 'Block 1', NULL, NULL, 'rotation_block', 125, 1, 1, 1, 1, 1, 1685381586, 1687973586, 3, 6, 1, NULL, 1685381586, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_audience` | | -- Table structure for table `cbl_schedule_audience` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_audience` ( | | CREATE TABLE `cbl_schedule_audience` ( |
| `saudience_id` int(11) UNSIGNED NOT NULL, | | `saudience_id` int(11) UNSIGNED NOT NULL, |
| `schedule_id` int(11) UNSIGNED NOT NULL, | | `schedule_id` int(11) UNSIGNED NOT NULL, |
| `schedule_slot_id` int(11) DEFAULT NULL, | | `schedule_slot_id` int(11) DEFAULT NULL, |
| `audience_type` enum('proxy_id','course_id','cperiod_id','cgroup_id') NOT NULL DEFAULT 'proxy_id', | | `audience_type` enum('proxy_id','course_id','cperiod_id','cgroup_id') NOT NULL DEFAULT 'proxy_id', |
| `audience_value` int(11) NOT NULL, | | `audience_value` int(11) NOT NULL, |
| `schedule_status` int(10) UNSIGNED DEFAULT NULL, | | `schedule_status` int(10) UNSIGNED DEFAULT NULL, |
| `parent_audience_type` enum('course_id','cperiod_id','cgroup_id') DEFAULT NULL, | | `parent_audience_type` enum('course_id','cperiod_id','cgroup_id') DEFAULT NULL, |
| `parent_audience_value` int(11) DEFAULT NULL, | | `parent_audience_value` int(11) DEFAULT NULL, |
| `custom_start_date` bigint(64) DEFAULT NULL, | | `custom_start_date` bigint(64) DEFAULT NULL, |
| `custom_end_date` bigint(64) DEFAULT NULL, | | `custom_end_date` bigint(64) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_schedule_audience` | | -- Dumping data for table `cbl_schedule_audience` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_schedule_audience` (`saudience_id`, `schedule_id`, `schedule_slot_id`, `audience_type`, `audience_value`, `schedule_status`, `parent_audience_type`, `parent_audience_value`, `custom_start_date`, `custom_end_date`, `deleted_date`) VALUES | | INSERT INTO `cbl_schedule_audience` (`saudience_id`, `schedule_id`, `schedule_slot_id`, `audience_type`, `audience_value`, `schedule_status`, `parent_audience_type`, `parent_audience_value`, `custom_start_date`, `custom_end_date`, `deleted_date`) VALUES |
| (1, 1, 1, 'proxy_id', 2, NULL, NULL, NULL, NULL, NULL, NULL), | | (1, 1, 1, 'proxy_id', 2, NULL, NULL, NULL, NULL, NULL, NULL), |
| (2, 1, 1, 'proxy_id', 3, NULL, NULL, NULL, NULL, NULL, NULL), | | (2, 1, 1, 'proxy_id', 3, NULL, NULL, NULL, NULL, NULL, NULL), |
| (3, 56, 13, 'proxy_id', 2, NULL, NULL, NULL, NULL, NULL, NULL), | | (3, 56, 13, 'proxy_id', 2, NULL, NULL, NULL, NULL, NULL, NULL), |
| (4, 75, 26, 'proxy_id', 2, NULL, NULL, NULL, NULL, NULL, NULL), | | (4, 75, 26, 'proxy_id', 2, NULL, NULL, NULL, NULL, NULL, NULL), |
| (5, 84, 33, 'proxy_id', 2, NULL, NULL, NULL, NULL, NULL, NULL); | | (5, 84, 33, 'proxy_id', 2, NULL, NULL, NULL, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_audience_history` | | -- Table structure for table `cbl_schedule_audience_history` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_audience_history` ( | | CREATE TABLE `cbl_schedule_audience_history` ( |
| `sahistory_id` int(10) UNSIGNED NOT NULL, | | `sahistory_id` int(10) UNSIGNED NOT NULL, |
| `saudience_id` int(11) UNSIGNED NOT NULL, | | `saudience_id` int(11) UNSIGNED NOT NULL, |
| `schedule_id` int(11) UNSIGNED NOT NULL, | | `schedule_id` int(11) UNSIGNED NOT NULL, |
| `schedule_slot_id` int(11) UNSIGNED NOT NULL, | | `schedule_slot_id` int(11) UNSIGNED NOT NULL, |
| `schedule_status` int(10) UNSIGNED DEFAULT NULL, | | `schedule_status` int(10) UNSIGNED DEFAULT NULL, |
| `preceptors` text, | | `preceptors` text, |
| `locations` text, | | `locations` text, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `created_date` bigint(20) UNSIGNED NOT NULL, | | `created_date` bigint(20) UNSIGNED NOT NULL, |
| `updated_by` int(10) UNSIGNED DEFAULT NULL, | | `updated_by` int(10) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(20) UNSIGNED DEFAULT NULL | | `updated_date` bigint(20) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_schedule_audience_history` | | -- Dumping data for table `cbl_schedule_audience_history` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_schedule_audience_history` (`sahistory_id`, `saudience_id`, `schedule_id`, `schedule_slot_id`, `schedule_status`, `preceptors`, `locations`, `created_by`, `created_date`, `updated_by`, `updated_date`) VALUES | | INSERT INTO `cbl_schedule_audience_history` (`sahistory_id`, `saudience_id`, `schedule_id`, `schedule_slot_id`, `schedule_status`, `preceptors`, `locations`, `created_by`, `created_date`, `updated_by`, `updated_date`) VALUES |
| (1, 1, 1, 1, NULL, 'Teacher Jones', '', 1, 1685381586, NULL, NULL), | | (1, 1, 1, 1, NULL, 'Teacher Jones', '', 1, 1685381586, NULL, NULL), |
| (2, 2, 1, 1, NULL, 'Teacher Jones', '', 1, 1685381586, NULL, NULL), | | (2, 2, 1, 1, NULL, 'Teacher Jones', '', 1, 1685381586, NULL, NULL), |
| (3, 3, 56, 13, NULL, 'Faculty Lecturer', '', 1, 1685381586, NULL, NULL), | | (3, 3, 56, 13, NULL, 'Faculty Lecturer', '', 1, 1685381586, NULL, NULL), |
| (4, 4, 75, 26, NULL, 'Faculty Director', 'Your University', 1, 1685381586, NULL, NULL), | | (4, 4, 75, 26, NULL, 'Faculty Director', 'Your University', 1, 1685381586, NULL, NULL), |
| (5, 5, 84, 33, NULL, 'Faculty Director', 'Deleted Location', 1, 1685381586, NULL, NULL); | | (5, 5, 84, 33, NULL, 'Faculty Director', 'Deleted Location', 1, 1685381586, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_course_objectives` | | -- Table structure for table `cbl_schedule_course_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_course_objectives` ( | | CREATE TABLE `cbl_schedule_course_objectives` ( |
| `sco_id` int(11) UNSIGNED NOT NULL, | | `sco_id` int(11) UNSIGNED NOT NULL, |
| `course_id` int(11) UNSIGNED NOT NULL, | | `course_id` int(11) UNSIGNED NOT NULL, |
| `schedule_id` int(11) UNSIGNED NOT NULL, | | `schedule_id` int(11) UNSIGNED NOT NULL, |
| `objective_id` int(11) UNSIGNED DEFAULT NULL, | | `objective_id` int(11) UNSIGNED DEFAULT NULL, |
| `likelihood_id` int(11) UNSIGNED DEFAULT NULL, | | `likelihood_id` int(11) UNSIGNED DEFAULT NULL, |
| `priority` tinyint(1) NOT NULL DEFAULT '0', | | `priority` tinyint(1) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_by` int(11) UNSIGNED DEFAULT NULL | | `deleted_by` int(11) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_drafts` | | -- Table structure for table `cbl_schedule_drafts` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_drafts` ( | | CREATE TABLE `cbl_schedule_drafts` ( |
| `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL, | | `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL, |
| `draft_title` varchar(64) NOT NULL DEFAULT '', | | `draft_title` varchar(64) NOT NULL DEFAULT '', |
| `status` enum('draft','live') NOT NULL DEFAULT 'draft', | | `status` enum('draft','live') NOT NULL DEFAULT 'draft', |
| `course_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra', | | `course_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED: This field no longer in use and will be removed in a future version of Elentra', |
| `cperiod_id` int(11) DEFAULT '0', | | `cperiod_id` int(11) DEFAULT '0', |
| `rotations_inheritance` tinyint(3) UNSIGNED NOT NULL DEFAULT '0', | | `rotations_inheritance` tinyint(3) UNSIGNED NOT NULL DEFAULT '0', |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` int(11) DEFAULT NULL, | | `deleted_date` int(11) DEFAULT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_schedule_drafts` | | -- Dumping data for table `cbl_schedule_drafts` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_schedule_drafts` (`cbl_schedule_draft_id`, `draft_title`, `status`, `course_id`, `cperiod_id`, `rotations_inheritance`, `created_date`, `created_by`, `deleted_date`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `cbl_schedule_drafts` (`cbl_schedule_draft_id`, `draft_title`, `status`, `course_id`, `cperiod_id`, `rotations_inheritance`, `created_date`, `created_by`, `deleted_date`, `updated_date`, `updated_by`) VALUES |
| (1, 'Test Draft Title', 'draft', 1, 1, 0, 1685381586, 1, NULL, 1685381586, 1), | | (1, 'Test Draft Title', 'draft', 1, 1, 0, 1685381586, 1, NULL, 1685381586, 1), |
| (2, 'Test Curriculum Period 1', 'draft', NULL, 1, 0, 1685381586, 1, NULL, 1685381586, 1), | | (2, 'Test Curriculum Period 1', 'draft', NULL, 1, 0, 1685381586, 1, NULL, 1685381586, 1), |
| (3, 'Rotation Schedule', 'live', NULL, 2, 0, 1685381586, 1, NULL, 1685381586, 1), | | (3, 'Rotation Schedule', 'live', NULL, 2, 0, 1685381586, 1, NULL, 1685381586, 1), |
| (4, 'Clerkship 2022', 'draft', NULL, 3, 0, 1685381586, 1, NULL, 1685381586, 1), | | (4, 'Clerkship 2022', 'draft', NULL, 3, 0, 1685381586, 1, NULL, 1685381586, 1), |
| (5, 'Test Lottery Draft', 'draft', NULL, 33, 0, 1685381586, 1, NULL, 1685381586, 1), | | (5, 'Test Lottery Draft', 'draft', NULL, 33, 0, 1685381586, 1, NULL, 1685381586, 1), |
| (6, 'Simple Draft', 'draft', NULL, 34, 0, 1685381586, 1, NULL, 1685381586, 1); | | (6, 'Simple Draft', 'draft', NULL, 34, 0, 1685381586, 1, NULL, 1685381586, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_draft_authors` | | -- Table structure for table `cbl_schedule_draft_authors` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_draft_authors` ( | | CREATE TABLE `cbl_schedule_draft_authors` ( |
| `cbl_schedule_draft_author_id` int(11) UNSIGNED NOT NULL, | | `cbl_schedule_draft_author_id` int(11) UNSIGNED NOT NULL, |
| `cbl_schedule_draft_id` int(11) DEFAULT NULL, | | `cbl_schedule_draft_id` int(11) DEFAULT NULL, |
| `author_value` int(11) DEFAULT NULL, | | `author_value` int(11) DEFAULT NULL, |
| `author_type` enum('proxy_id','course_id') DEFAULT 'proxy_id', | | `author_type` enum('proxy_id','course_id') DEFAULT 'proxy_id', |
| `created_date` int(11) DEFAULT NULL, | | `created_date` int(11) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL | | `created_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_schedule_draft_authors` | | -- Dumping data for table `cbl_schedule_draft_authors` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_schedule_draft_authors` (`cbl_schedule_draft_author_id`, `cbl_schedule_draft_id`, `author_value`, `author_type`, `created_date`, `created_by`) VALUES | | INSERT INTO `cbl_schedule_draft_authors` (`cbl_schedule_draft_author_id`, `cbl_schedule_draft_id`, `author_value`, `author_type`, `created_date`, `created_by`) VALUES |
| (1, 1, 1, 'proxy_id', NULL, NULL), | | (1, 1, 1, 'proxy_id', NULL, NULL), |
| (2, 2, 1, 'course_id', 1685381586, 1), | | (2, 2, 1, 'course_id', 1685381586, 1), |
| (3, 2, 1, 'proxy_id', 1685381586, 1), | | (3, 2, 1, 'proxy_id', 1685381586, 1), |
| (4, 3, 2, 'course_id', 1685381586, 1), | | (4, 3, 2, 'course_id', 1685381586, 1), |
| (5, 3, 3, 'course_id', 1685381586, 1), | | (5, 3, 3, 'course_id', 1685381586, 1), |
| (6, 3, 1, 'proxy_id', 1685381586, 1), | | (6, 3, 1, 'proxy_id', 1685381586, 1), |
| (7, 4, 5, 'course_id', 1685381586, 1), | | (7, 4, 5, 'course_id', 1685381586, 1), |
| (8, 4, 6, 'course_id', 1685381586, 1), | | (8, 4, 6, 'course_id', 1685381586, 1), |
| (9, 4, 7, 'course_id', 1685381586, 1), | | (9, 4, 7, 'course_id', 1685381586, 1), |
| (10, 4, 1, 'course_id', 1685381586, 1), | | (10, 4, 1, 'course_id', 1685381586, 1), |
| (11, 5, 14, 'course_id', 1685381586, 1), | | (11, 5, 14, 'course_id', 1685381586, 1), |
| (12, 5, 1, 'proxy_id', 1685381586, 1); | | (12, 5, 1, 'proxy_id', 1685381586, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_draft_courses` | | -- Table structure for table `cbl_schedule_draft_courses` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_draft_courses` ( | | CREATE TABLE `cbl_schedule_draft_courses` ( |
| `cbl_schedule_course_id` int(12) NOT NULL, | | `cbl_schedule_course_id` int(12) NOT NULL, |
| `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL, | | `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL, |
| `course_id` int(11) UNSIGNED NOT NULL | | `course_id` int(11) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_schedule_draft_courses` | | -- Dumping data for table `cbl_schedule_draft_courses` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_schedule_draft_courses` (`cbl_schedule_course_id`, `cbl_schedule_draft_id`, `course_id`) VALUES | | INSERT INTO `cbl_schedule_draft_courses` (`cbl_schedule_course_id`, `cbl_schedule_draft_id`, `course_id`) VALUES |
| (1, 1, 5), | | (1, 1, 5), |
| (2, 1, 6), | | (2, 1, 6), |
| (3, 1, 7), | | (3, 1, 7), |
| (4, 4, 5), | | (4, 4, 5), |
| (5, 4, 6), | | (5, 4, 6), |
| (6, 4, 7), | | (6, 4, 7), |
| (7, 5, 14), | | (7, 5, 14), |
| (8, 6, 15); | | (8, 6, 15); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_files` | | -- Table structure for table `cbl_schedule_files` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_files` ( | | CREATE TABLE `cbl_schedule_files` ( |
| `schedule_file_id` int(12) NOT NULL, | | `schedule_file_id` int(12) NOT NULL, |
| `schedule_id` int(11) UNSIGNED DEFAULT NULL, | | `schedule_id` int(11) UNSIGNED DEFAULT NULL, |
| `type` varchar(255) NOT NULL, | | `type` varchar(255) NOT NULL, |
| `size` bigint(64) NOT NULL, | | `size` bigint(64) NOT NULL, |
| `name` varchar(255) NOT NULL, | | `name` varchar(255) NOT NULL, |
| `label` varchar(255) NOT NULL, | | `label` varchar(255) NOT NULL, |
| `view` enum('view','download') NOT NULL DEFAULT 'view', | | `view` enum('view','download') NOT NULL DEFAULT 'view', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(12) DEFAULT NULL | | `deleted_by` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_schedule_files` | | -- Dumping data for table `cbl_schedule_files` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_schedule_files` (`schedule_file_id`, `schedule_id`, `type`, `size`, `name`, `label`, `view`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `cbl_schedule_files` (`schedule_file_id`, `schedule_id`, `type`, `size`, `name`, `label`, `view`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 1, '', 0, 'Test Schedule File', '', 'view', 0, 0, NULL, NULL, NULL, NULL); | | (1, 1, '', 0, 'Test Schedule File', '', 'view', 0, 0, NULL, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_lu_block_types` | | -- Table structure for table `cbl_schedule_lu_block_types` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_lu_block_types` ( | | CREATE TABLE `cbl_schedule_lu_block_types` ( |
| `block_type_id` int(11) UNSIGNED NOT NULL, | | `block_type_id` int(11) UNSIGNED NOT NULL, |
| `name` varchar(128) NOT NULL, | | `name` varchar(128) NOT NULL, |
| `number_of_blocks` tinyint(3) NOT NULL, | | `number_of_blocks` tinyint(3) NOT NULL, |
| `weeks` tinyint(2) NOT NULL DEFAULT '1', | | `weeks` tinyint(2) NOT NULL DEFAULT '1', |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_schedule_lu_block_types` | | -- Dumping data for table `cbl_schedule_lu_block_types` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_schedule_lu_block_types` (`block_type_id`, `name`, `number_of_blocks`, `weeks`, `deleted_date`) VALUES | | INSERT INTO `cbl_schedule_lu_block_types` (`block_type_id`, `name`, `number_of_blocks`, `weeks`, `deleted_date`) VALUES |
| (1, '1 Week (Up to 1 Year)', 52, 1, NULL), | | (1, '1 Week (Up to 1 Year)', 52, 1, NULL), |
| (2, '2 Week (Up to 1 Year)', 26, 2, NULL), | | (2, '2 Week (Up to 1 Year)', 26, 2, NULL), |
| (3, '4 Week (Up to 1 Year)', 13, 4, NULL), | | (3, '4 Week (Up to 1 Year)', 13, 4, NULL), |
| (4, '1 Week (Up to 2 Years)', 104, 1, NULL), | | (4, '1 Week (Up to 2 Years)', 104, 1, NULL), |
| (5, '2 Week (Up to 2 Years)', 52, 2, NULL), | | (5, '2 Week (Up to 2 Years)', 52, 2, NULL), |
| (6, '4 Week (Up to 2 Years)', 26, 4, NULL); | | (6, '4 Week (Up to 2 Years)', 26, 4, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_sites` | | -- Table structure for table `cbl_schedule_sites` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_sites` ( | | CREATE TABLE `cbl_schedule_sites` ( |
| `cssite_id` int(12) UNSIGNED NOT NULL, | | `cssite_id` int(12) UNSIGNED NOT NULL, |
| `schedule_id` int(12) UNSIGNED NOT NULL, | | `schedule_id` int(12) UNSIGNED NOT NULL, |
| `site_id` int(12) UNSIGNED NOT NULL, | | `site_id` int(12) UNSIGNED NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='DEPRECATED. Contents of this table moved to clinical_locations under Migrate_2019_03_20_110512_ME1516'; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='DEPRECATED. Contents of this table moved to clinical_locations under Migrate_2019_03_20_110512_ME1516'; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_schedule_sites` | | -- Dumping data for table `cbl_schedule_sites` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_schedule_sites` (`cssite_id`, `schedule_id`, `site_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbl_schedule_sites` (`cssite_id`, `schedule_id`, `site_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 1, 0, 0, NULL, NULL, NULL); | | (1, 1, 1, 0, 0, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_slots` | | -- Table structure for table `cbl_schedule_slots` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_slots` ( | | CREATE TABLE `cbl_schedule_slots` ( |
| `schedule_slot_id` int(11) UNSIGNED NOT NULL, | | `schedule_slot_id` int(11) UNSIGNED NOT NULL, |
| `code` varchar(128) DEFAULT NULL, | | `code` varchar(128) DEFAULT NULL, |
| `schedule_id` int(11) NOT NULL, | | `schedule_id` int(11) NOT NULL, |
| `slot_type_id` int(11) NOT NULL, | | `slot_type_id` int(11) NOT NULL, |
| `slot_min_spaces` int(11) NOT NULL DEFAULT '0', | | `slot_min_spaces` int(11) NOT NULL DEFAULT '0', |
| `slot_spaces` int(11) NOT NULL DEFAULT '1', | | `slot_spaces` int(11) NOT NULL DEFAULT '1', |
| `strict_spaces` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', | | `strict_spaces` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', |
| `course_id` int(11) DEFAULT NULL, | | `course_id` int(11) DEFAULT NULL, |
| `site_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED. Contents of this column moved to clinical_locations under Migrate_2019_03_20_110512_ME1516', | | `site_id` int(11) DEFAULT NULL COMMENT 'DEPRECATED. Contents of this column moved to clinical_locations under Migrate_2019_03_20_110512_ME1516', |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` int(11) DEFAULT NULL, | | `deleted_date` int(11) DEFAULT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_schedule_slots` | | -- Dumping data for table `cbl_schedule_slots` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_schedule_slots` (`schedule_slot_id`, `code`, `schedule_id`, `slot_type_id`, `slot_min_spaces`, `slot_spaces`, `strict_spaces`, `course_id`, `site_id`, `created_date`, `created_by`, `deleted_date`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `cbl_schedule_slots` (`schedule_slot_id`, `code`, `schedule_id`, `slot_type_id`, `slot_min_spaces`, `slot_spaces`, `strict_spaces`, `course_id`, `site_id`, `created_date`, `created_by`, `deleted_date`, `updated_date`, `updated_by`) VALUES |
| (1, 'SLOT_1', 1, 1, 0, 1, 0, 3, 1, 1685381586, 1, NULL, 1685381586, 1), | | (1, 'SLOT_1', 1, 1, 0, 1, 0, 3, 1, 1685381586, 1, NULL, 1685381586, 1), |
| (2, 'SLOT_2', 30, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (2, 'SLOT_2', 30, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (3, 'SLOT_3', 31, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (3, 'SLOT_3', 31, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (4, 'SLOT_4', 32, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (4, 'SLOT_4', 32, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (5, 'SLOT_5', 33, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (5, 'SLOT_5', 33, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (6, 'SLOT_6', 34, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (6, 'SLOT_6', 34, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (7, 'SLOT_7', 35, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (7, 'SLOT_7', 35, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (8, 'SLOT_8', 36, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (8, 'SLOT_8', 36, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (9, 'SLOT_9', 37, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (9, 'SLOT_9', 37, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (10, 'SLOT_10', 38, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (10, 'SLOT_10', 38, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (11, 'SLOT_11', 39, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (11, 'SLOT_11', 39, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (12, 'SLOT_12', 40, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (12, 'SLOT_12', 40, 1, 0, 2, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (13, 'SLOT_13', 56, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (13, 'SLOT_13', 56, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (14, 'SLOT_14', 57, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (14, 'SLOT_14', 57, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (15, 'SLOT_15', 58, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (15, 'SLOT_15', 58, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (16, 'SLOT_16', 59, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (16, 'SLOT_16', 59, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (17, 'SLOT_17', 60, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (17, 'SLOT_17', 60, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (18, 'SLOT_18', 61, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (18, 'SLOT_18', 61, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (19, 'SLOT_19', 62, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (19, 'SLOT_19', 62, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (20, 'SLOT_20', 63, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (20, 'SLOT_20', 63, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (21, 'SLOT_21', 64, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (21, 'SLOT_21', 64, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (22, 'SLOT_22', 65, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (22, 'SLOT_22', 65, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (23, 'SLOT_23', 66, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (23, 'SLOT_23', 66, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (24, 'SLOT_24', 67, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (24, 'SLOT_24', 67, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (25, 'SLOT_25', 68, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (25, 'SLOT_25', 68, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (26, 'SLOT_26', 75, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (26, 'SLOT_26', 75, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (27, 'SLOT_27', 76, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (27, 'SLOT_27', 76, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (28, 'SLOT_28', 77, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (28, 'SLOT_28', 77, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (29, 'SLOT_29', 79, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (29, 'SLOT_29', 79, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (30, 'SLOT_30', 80, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (30, 'SLOT_30', 80, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (31, 'SLOT_31', 81, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (31, 'SLOT_31', 81, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (32, 'SLOT_32', 83, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (32, 'SLOT_32', 83, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (33, 'SLOT_33', 84, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (33, 'SLOT_33', 84, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (34, 'SLOT_34', 85, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (34, 'SLOT_34', 85, 1, 6, 14, 0, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (35, 'SLOT_35', 75, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (35, 'SLOT_35', 75, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (36, 'SLOT_36', 93, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (36, 'SLOT_36', 93, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (37, 'SLOT_37', 94, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (37, 'SLOT_37', 94, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (38, 'SLOT_38', 95, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (38, 'SLOT_38', 95, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (39, 'SLOT_39', 96, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (39, 'SLOT_39', 96, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (40, 'SLOT_40', 97, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (40, 'SLOT_40', 97, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (41, 'SLOT_41', 98, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (41, 'SLOT_41', 98, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (42, 'SLOT_42', 99, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (42, 'SLOT_42', 99, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (43, 'SLOT_43', 100, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (43, 'SLOT_43', 100, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (44, 'SLOT_44', 101, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (44, 'SLOT_44', 101, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (45, 'SLOT_45', 102, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (45, 'SLOT_45', 102, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (46, 'SLOT_46', 103, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (46, 'SLOT_46', 103, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (47, 'SLOT_47', 104, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (47, 'SLOT_47', 104, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (48, 'SLOT_48', 105, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (48, 'SLOT_48', 105, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (49, 'SLOT_49', 106, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (49, 'SLOT_49', 106, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (50, 'SLOT_50', 107, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (50, 'SLOT_50', 107, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (51, 'SLOT_51', 108, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (51, 'SLOT_51', 108, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (52, 'SLOT_52', 109, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (52, 'SLOT_52', 109, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (53, 'SLOT_53', 110, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (53, 'SLOT_53', 110, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (54, 'ROTA_SLOT1', 115, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (54, 'ROTA_SLOT1', 115, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (55, 'ROTA_SLOT2', 116, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (55, 'ROTA_SLOT2', 116, 1, 0, 2, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (56, 'ROTB_SLOT1', 118, 1, 0, 4, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (56, 'ROTB_SLOT1', 118, 1, 0, 4, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (57, 'ROTB_SLOT2', 119, 1, 0, 4, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (57, 'ROTB_SLOT2', 119, 1, 0, 4, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (58, 'ROTC_SLOT1', 121, 1, 0, 4, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (58, 'ROTC_SLOT1', 121, 1, 0, 4, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (59, 'ROTC_SLOT2', 122, 1, 0, 4, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (59, 'ROTC_SLOT2', 122, 1, 0, 4, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (60, 'SLOT_54', 126, 1, 0, 1, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (60, 'SLOT_54', 126, 1, 0, 1, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (61, 'SLOT_55', 126, 1, 0, 1, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (61, 'SLOT_55', 126, 1, 0, 1, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (62, 'SLOT_56', 126, 1, 0, 1, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), | | (62, 'SLOT_56', 126, 1, 0, 1, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1), |
| (63, 'SLOT_57', 126, 1, 0, 1, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1); | | (63, 'SLOT_57', 126, 1, 0, 1, 1, NULL, NULL, 1685381586, 1, NULL, 1685381586, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_schedule_slot_types` | | -- Table structure for table `cbl_schedule_slot_types` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_schedule_slot_types` ( | | CREATE TABLE `cbl_schedule_slot_types` ( |
| `slot_type_id` int(11) UNSIGNED NOT NULL, | | `slot_type_id` int(11) UNSIGNED NOT NULL, |
| `slot_type_code` varchar(5) NOT NULL DEFAULT '', | | `slot_type_code` varchar(5) NOT NULL DEFAULT '', |
| `slot_type_description` varchar(64) NOT NULL DEFAULT '', | | `slot_type_description` varchar(64) NOT NULL DEFAULT '', |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbl_schedule_slot_types` | | -- Dumping data for table `cbl_schedule_slot_types` |
| -- | | -- |
| | | |
| INSERT INTO `cbl_schedule_slot_types` (`slot_type_id`, `slot_type_code`, `slot_type_description`, `deleted_date`) VALUES | | INSERT INTO `cbl_schedule_slot_types` (`slot_type_id`, `slot_type_code`, `slot_type_description`, `deleted_date`) VALUES |
| (1, 'OSL', 'On Service Learner', NULL), | | (1, 'OSL', 'On Service Learner', NULL), |
| (2, 'OFFSL', 'Off Service Learner', NULL); | | (2, 'OFFSL', 'Off Service Learner', NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbl_student_meetings_download_log` | | -- Table structure for table `cbl_student_meetings_download_log` |
| -- | | -- |
| | | |
| CREATE TABLE `cbl_student_meetings_download_log` ( | | CREATE TABLE `cbl_student_meetings_download_log` ( |
| `download_id` int(12) UNSIGNED NOT NULL, | | `download_id` int(12) UNSIGNED NOT NULL, |
| `meeting_id` int(12) UNSIGNED NOT NULL, | | `meeting_id` int(12) UNSIGNED NOT NULL, |
| `meeting_file_id` int(12) UNSIGNED NOT NULL, | | `meeting_file_id` int(12) UNSIGNED NOT NULL, |
| `meeting_member_id` int(12) UNSIGNED NOT NULL, | | `meeting_member_id` int(12) UNSIGNED NOT NULL, |
| `meeting_download_date` bigint(64) DEFAULT NULL | | `meeting_download_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_course_objectives` | | -- Table structure for table `cbme_course_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_course_objectives` ( | | CREATE TABLE `cbme_course_objectives` ( |
| `cbme_course_objective_id` int(12) NOT NULL, | | `cbme_course_objective_id` int(12) NOT NULL, |
| `objective_id` int(12) NOT NULL, | | `objective_id` int(12) NOT NULL, |
| `course_id` int(12) NOT NULL, | | `course_id` int(12) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbme_course_objectives` | | -- Dumping data for table `cbme_course_objectives` |
| -- | | -- |
| | | |
| INSERT INTO `cbme_course_objectives` (`cbme_course_objective_id`, `objective_id`, `course_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbme_course_objectives` (`cbme_course_objective_id`, `objective_id`, `course_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 2469, 3, 1685381585, 1, 1685381585, 1, NULL), | | (1, 2469, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (2, 2470, 3, 1685381585, 1, 1685381585, 1, NULL), | | (2, 2470, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (3, 2471, 3, 1685381585, 1, 1685381585, 1, NULL), | | (3, 2471, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (4, 2472, 3, 1685381585, 1, 1685381585, 1, NULL), | | (4, 2472, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (5, 2473, 3, 1685381585, 1, 1685381585, 1, NULL), | | (5, 2473, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (6, 2474, 3, 1685381585, 1, 1685381585, 1, NULL), | | (6, 2474, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (7, 2475, 3, 1685381585, 1, 1685381585, 1, NULL), | | (7, 2475, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (8, 2476, 3, 1685381585, 1, 1685381585, 1, NULL), | | (8, 2476, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (9, 2477, 3, 1685381585, 1, 1685381585, 1, NULL), | | (9, 2477, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (10, 2478, 3, 1685381585, 1, 1685381585, 1, NULL), | | (10, 2478, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (11, 2479, 3, 1685381585, 1, 1685381585, 1, NULL), | | (11, 2479, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (12, 2480, 3, 1685381585, 1, 1685381585, 1, NULL), | | (12, 2480, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (13, 2481, 3, 1685381585, 1, 1685381585, 1, NULL), | | (13, 2481, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (14, 2482, 3, 1685381585, 1, 1685381585, 1, NULL), | | (14, 2482, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (15, 2483, 3, 1685381585, 1, 1685381585, 1, NULL), | | (15, 2483, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (16, 2484, 3, 1685381585, 1, 1685381585, 1, NULL), | | (16, 2484, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (17, 2485, 3, 1685381585, 1, 1685381585, 1, NULL), | | (17, 2485, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (18, 2486, 3, 1685381585, 1, 1685381585, 1, NULL), | | (18, 2486, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (19, 2487, 3, 1685381585, 1, 1685381585, 1, NULL), | | (19, 2487, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (20, 2488, 3, 1685381585, 1, 1685381585, 1, NULL), | | (20, 2488, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (21, 2489, 3, 1685381585, 1, 1685381585, 1, NULL), | | (21, 2489, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (22, 2490, 3, 1685381585, 1, 1685381585, 1, NULL), | | (22, 2490, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (23, 2491, 3, 1685381585, 1, 1685381585, 1, NULL), | | (23, 2491, 3, 1685381585, 1, 1685381585, 1, NULL), |
| (24, 2493, 3, 0, 0, NULL, NULL, NULL), | | (24, 2493, 3, 0, 0, NULL, NULL, NULL), |
| (25, 2857, 9, 1685381585, 1, 1685381585, 1, NULL), | | (25, 2857, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (26, 2858, 9, 1685381585, 1, 1685381585, 1, NULL), | | (26, 2858, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (27, 2859, 9, 1685381585, 1, 1685381585, 1, NULL), | | (27, 2859, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (28, 2860, 9, 1685381585, 1, 1685381585, 1, NULL), | | (28, 2860, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (29, 2860, 9, 1685381585, 1, 1685381585, 1, NULL), | | (29, 2860, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (30, 2861, 9, 1685381585, 1, 1685381585, 1, NULL), | | (30, 2861, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (31, 2862, 9, 1685381585, 1, 1685381585, 1, NULL), | | (31, 2862, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (32, 2863, 9, 1685381585, 1, 1685381585, 1, NULL), | | (32, 2863, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (33, 2864, 9, 1685381585, 1, 1685381585, 1, NULL), | | (33, 2864, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (34, 2865, 9, 1685381585, 1, 1685381585, 1, NULL), | | (34, 2865, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (35, 2866, 9, 1685381585, 1, 1685381585, 1, NULL), | | (35, 2866, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (36, 2867, 9, 1685381585, 1, 1685381585, 1, NULL), | | (36, 2867, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (37, 2868, 9, 1685381585, 1, 1685381585, 1, NULL), | | (37, 2868, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (38, 2869, 9, 1685381585, 1, 1685381585, 1, NULL), | | (38, 2869, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (39, 2644, 9, 1685381585, 1, 1685381585, 1, NULL), | | (39, 2644, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (40, 2645, 9, 1685381585, 1, 1685381585, 1, NULL), | | (40, 2645, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (41, 2646, 9, 1685381585, 1, 1685381585, 1, NULL), | | (41, 2646, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (42, 2647, 9, 1685381585, 1, 1685381585, 1, NULL), | | (42, 2647, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (43, 2648, 9, 1685381585, 1, 1685381585, 1, NULL), | | (43, 2648, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (44, 2649, 9, 1685381585, 1, 1685381585, 1, NULL), | | (44, 2649, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (45, 2650, 9, 1685381585, 1, 1685381585, 1, NULL), | | (45, 2650, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (46, 2651, 9, 1685381585, 1, 1685381585, 1, NULL), | | (46, 2651, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (47, 2652, 9, 1685381585, 1, 1685381585, 1, NULL), | | (47, 2652, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (48, 2653, 9, 1685381585, 1, 1685381585, 1, NULL), | | (48, 2653, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (49, 2654, 9, 1685381585, 1, 1685381585, 1, NULL), | | (49, 2654, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (50, 2655, 9, 1685381585, 1, 1685381585, 1, NULL), | | (50, 2655, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (51, 2656, 9, 1685381585, 1, 1685381585, 1, NULL), | | (51, 2656, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (52, 2657, 9, 1685381585, 1, 1685381585, 1, NULL), | | (52, 2657, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (53, 2658, 9, 1685381585, 1, 1685381585, 1, NULL), | | (53, 2658, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (54, 2659, 9, 1685381585, 1, 1685381585, 1, NULL), | | (54, 2659, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (55, 2660, 9, 1685381585, 1, 1685381585, 1, NULL), | | (55, 2660, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (56, 2661, 9, 1685381585, 1, 1685381585, 1, NULL), | | (56, 2661, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (57, 2662, 9, 1685381585, 1, 1685381585, 1, NULL), | | (57, 2662, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (58, 2663, 9, 1685381585, 1, 1685381585, 1, NULL), | | (58, 2663, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (59, 2664, 9, 1685381585, 1, 1685381585, 1, NULL), | | (59, 2664, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (60, 2665, 9, 1685381585, 1, 1685381585, 1, NULL), | | (60, 2665, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (61, 2666, 9, 1685381585, 1, 1685381585, 1, NULL), | | (61, 2666, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (62, 2667, 9, 1685381585, 1, 1685381585, 1, NULL), | | (62, 2667, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (63, 2668, 9, 1685381585, 1, 1685381585, 1, NULL), | | (63, 2668, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (64, 2669, 9, 1685381585, 1, 1685381585, 1, NULL), | | (64, 2669, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (65, 2670, 9, 1685381585, 1, 1685381585, 1, NULL), | | (65, 2670, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (66, 2671, 9, 1685381585, 1, 1685381585, 1, NULL), | | (66, 2671, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (67, 2672, 9, 1685381585, 1, 1685381585, 1, NULL), | | (67, 2672, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (68, 2673, 9, 1685381585, 1, 1685381585, 1, NULL), | | (68, 2673, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (69, 2674, 9, 1685381585, 1, 1685381585, 1, NULL), | | (69, 2674, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (70, 2675, 9, 1685381585, 1, 1685381585, 1, NULL), | | (70, 2675, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (71, 2676, 9, 1685381585, 1, 1685381585, 1, NULL), | | (71, 2676, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (72, 2677, 9, 1685381585, 1, 1685381585, 1, NULL), | | (72, 2677, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (73, 2678, 9, 1685381585, 1, 1685381585, 1, NULL), | | (73, 2678, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (74, 2679, 9, 1685381585, 1, 1685381585, 1, NULL), | | (74, 2679, 9, 1685381585, 1, 1685381585, 1, NULL), |
| (75, 2870, 9, 1685381585, 1, NULL, NULL, NULL), | | (75, 2870, 9, 1685381585, 1, NULL, NULL, NULL), |
| (76, 2675, 13, 1685381585, 1, 1685381585, 1, NULL), | | (76, 2675, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (77, 2676, 13, 1685381585, 1, 1685381585, 1, NULL), | | (77, 2676, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (78, 2677, 13, 1685381585, 1, 1685381585, 1, NULL), | | (78, 2677, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (79, 2678, 13, 1685381585, 1, 1685381585, 1, NULL), | | (79, 2678, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (80, 2679, 13, 1685381585, 1, 1685381585, 1, NULL), | | (80, 2679, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (81, 2680, 13, 1685381585, 1, 1685381585, 1, NULL), | | (81, 2680, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (82, 2681, 13, 1685381585, 1, 1685381585, 1, NULL), | | (82, 2681, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (83, 2682, 13, 1685381585, 1, 1685381585, 1, NULL), | | (83, 2682, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (84, 2683, 13, 1685381585, 1, 1685381585, 1, NULL), | | (84, 2683, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (85, 2684, 13, 1685381585, 1, 1685381585, 1, NULL), | | (85, 2684, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (86, 2685, 13, 1685381585, 1, 1685381585, 1, NULL), | | (86, 2685, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (87, 2686, 13, 1685381585, 1, 1685381585, 1, NULL), | | (87, 2686, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (88, 2675, 13, 1685381585, 1, 1685381585, 1, NULL), | | (88, 2675, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (89, 2676, 13, 1685381585, 1, 1685381585, 1, NULL), | | (89, 2676, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (90, 2677, 13, 1685381585, 1, 1685381585, 1, NULL), | | (90, 2677, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (91, 2678, 13, 1685381585, 1, 1685381585, 1, NULL), | | (91, 2678, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (92, 2679, 13, 1685381585, 1, 1685381585, 1, NULL), | | (92, 2679, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (93, 2680, 13, 1685381585, 1, 1685381585, 1, NULL), | | (93, 2680, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (94, 2681, 13, 1685381585, 1, 1685381585, 1, NULL), | | (94, 2681, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (95, 2682, 13, 1685381585, 1, 1685381585, 1, NULL), | | (95, 2682, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (96, 2683, 13, 1685381585, 1, 1685381585, 1, NULL), | | (96, 2683, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (97, 2684, 13, 1685381585, 1, 1685381585, 1, NULL), | | (97, 2684, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (98, 2685, 13, 1685381585, 1, 1685381585, 1, NULL), | | (98, 2685, 13, 1685381585, 1, 1685381585, 1, NULL), |
| (99, 2686, 13, 1685381585, 1, 1685381585, 1, NULL), | | (99, 2686, 13, 1685381585, 1, 1685381585, 1, NULL), |
| n | (100, 2687, 13, 1685381585, 1, NULL, NULL, NULL); | n | (100, 2687, 13, 1685381585, 1, NULL, NULL, NULL), |
| | | (101, 2691, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (102, 2692, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (103, 2693, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (104, 2694, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (105, 2695, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (106, 2696, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (107, 2697, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (108, 2698, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (109, 2699, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (110, 2700, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (111, 2701, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (112, 2702, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (113, 2703, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (114, 2704, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (115, 2705, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (116, 2706, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (117, 2707, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (118, 2708, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (119, 2709, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (120, 2710, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (121, 2711, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (122, 2712, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (123, 2713, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (124, 2714, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (125, 2715, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (126, 2716, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (127, 2717, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (128, 2718, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (129, 2719, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (130, 2720, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (131, 2721, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (132, 2722, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (133, 2723, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (134, 2724, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (135, 2725, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (136, 2726, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (137, 2727, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (138, 2728, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (139, 2729, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (140, 2730, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (141, 2731, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (142, 2732, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (143, 2733, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (144, 2734, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (145, 2735, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (146, 2736, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (147, 2737, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (148, 2738, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (149, 2739, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (150, 2740, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (151, 2741, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (152, 2742, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (153, 2743, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (154, 2744, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (155, 2745, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (156, 2746, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (157, 2747, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (158, 2748, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (159, 2749, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (160, 2750, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (161, 2751, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (162, 2752, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (163, 2753, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (164, 2754, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (165, 2755, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (166, 2756, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (167, 2757, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (168, 2758, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (169, 2759, 16, 1685388431, 1, 1685388431, 1, NULL), |
| | | (170, 2760, 16, 1685388432, 1, 1685388432, 1, NULL), |
| | | (171, 2761, 16, 1685388432, 1, 1685388432, 1, NULL), |
| | | (172, 2762, 16, 1685388432, 1, 1685388432, 1, NULL), |
| | | (173, 2763, 16, 1685388432, 1, 1685388432, 1, NULL), |
| | | (174, 2764, 16, 1685388432, 1, 1685388432, 1, NULL), |
| | | (175, 2765, 16, 1685388432, 1, 1685388432, 1, NULL), |
| | | (176, 2766, 16, 1685388432, 1, 1685388432, 1, NULL), |
| | | (177, 2767, 16, 1685388432, 1, 1685388432, 1, NULL), |
| | | (178, 2768, 16, 1685388432, 1, 1685388432, 1, NULL), |
| | | (179, 2769, 16, 1685388432, 1, 1685388432, 1, NULL), |
| | | (180, 2770, 16, 1685388432, 1, 1685388432, 1, NULL), |
| | | (181, 2771, 16, 1685388432, 1, 1685388432, 1, NULL), |
| | | (182, 2772, 16, 1685388432, 1, 1685388432, 1, NULL), |
| | | (183, 2773, 16, 1685388998, 1, NULL, NULL, NULL), |
| | | (184, 2774, 16, 1685389007, 1, NULL, NULL, NULL), |
| | | (185, 2775, 16, 1685389017, 1, NULL, NULL, NULL), |
| | | (186, 2776, 16, 1685389024, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_learner_epa_progress` | | -- Table structure for table `cbme_learner_epa_progress` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_learner_epa_progress` ( | | CREATE TABLE `cbme_learner_epa_progress` ( |
| `learner_epa_progress_id` int(11) UNSIGNED NOT NULL, | | `learner_epa_progress_id` int(11) UNSIGNED NOT NULL, |
| `learner_stage_progress_id` int(11) UNSIGNED NOT NULL, | | `learner_stage_progress_id` int(11) UNSIGNED NOT NULL, |
| `objective_id` int(11) NOT NULL, | | `objective_id` int(11) NOT NULL, |
| `cbme_objective_tree_version_id` int(11) NOT NULL, | | `cbme_objective_tree_version_id` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL | | `created_date` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| n | | n | |
| | | -- |
| | | -- Dumping data for table `cbme_learner_epa_progress` |
| | | -- |
| | | |
| | | INSERT INTO `cbme_learner_epa_progress` (`learner_epa_progress_id`, `learner_stage_progress_id`, `objective_id`, `cbme_objective_tree_version_id`, `created_date`) VALUES |
| | | (1491, 936, 2695, 3, 1685644315), |
| | | (1492, 936, 2696, 3, 1685644315), |
| | | (1493, 936, 2697, 3, 1685644315), |
| | | (1494, 937, 2698, 3, 1685644315), |
| | | (1495, 937, 2699, 3, 1685644315), |
| | | (1496, 938, 2700, 3, 1685644315), |
| | | (1497, 938, 2701, 3, 1685644315), |
| | | (1498, 939, 2702, 3, 1685644315), |
| | | (1499, 939, 2703, 3, 1685644315), |
| | | (1500, 939, 2704, 3, 1685644315), |
| | | (1501, 940, 2695, 3, 1685644315), |
| | | (1502, 940, 2696, 3, 1685644315), |
| | | (1503, 940, 2697, 3, 1685644315), |
| | | (1504, 941, 2698, 3, 1685644315), |
| | | (1505, 941, 2699, 3, 1685644315), |
| | | (1506, 942, 2700, 3, 1685644315), |
| | | (1507, 942, 2701, 3, 1685644315), |
| | | (1508, 943, 2702, 3, 1685644315), |
| | | (1509, 943, 2703, 3, 1685644315), |
| | | (1510, 943, 2704, 3, 1685644315), |
| | | (1511, 944, 2695, 3, 1685644315), |
| | | (1512, 944, 2696, 3, 1685644315), |
| | | (1513, 944, 2697, 3, 1685644315), |
| | | (1514, 945, 2698, 3, 1685644315), |
| | | (1515, 945, 2699, 3, 1685644315), |
| | | (1516, 946, 2700, 3, 1685644315), |
| | | (1517, 946, 2701, 3, 1685644315), |
| | | (1518, 947, 2702, 3, 1685644315), |
| | | (1519, 947, 2703, 3, 1685644315), |
| | | (1520, 947, 2704, 3, 1685644315), |
| | | (1521, 948, 2695, 3, 1685644316), |
| | | (1522, 948, 2696, 3, 1685644316), |
| | | (1523, 948, 2697, 3, 1685644316), |
| | | (1524, 949, 2698, 3, 1685644316), |
| | | (1525, 949, 2699, 3, 1685644316), |
| | | (1526, 950, 2700, 3, 1685644316), |
| | | (1527, 950, 2701, 3, 1685644316), |
| | | (1528, 951, 2702, 3, 1685644316), |
| | | (1529, 951, 2703, 3, 1685644316), |
| | | (1530, 951, 2704, 3, 1685644316), |
| | | (1531, 952, 2695, 3, 1685644316), |
| | | (1532, 952, 2696, 3, 1685644316), |
| | | (1533, 952, 2697, 3, 1685644316), |
| | | (1534, 953, 2698, 3, 1685644316), |
| | | (1535, 953, 2699, 3, 1685644316), |
| | | (1536, 954, 2700, 3, 1685644316), |
| | | (1537, 954, 2701, 3, 1685644316), |
| | | (1538, 955, 2702, 3, 1685644316), |
| | | (1539, 955, 2703, 3, 1685644316), |
| | | (1540, 955, 2704, 3, 1685644316); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_learner_epa_progress_history` | | -- Table structure for table `cbme_learner_epa_progress_history` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_learner_epa_progress_history` ( | | CREATE TABLE `cbme_learner_epa_progress_history` ( |
| `lep_history_id` int(11) UNSIGNED NOT NULL, | | `lep_history_id` int(11) UNSIGNED NOT NULL, |
| `learner_epa_progress_id` int(11) UNSIGNED NOT NULL, | | `learner_epa_progress_id` int(11) UNSIGNED NOT NULL, |
| `learner_stage_progress_id` int(11) UNSIGNED NOT NULL, | | `learner_stage_progress_id` int(11) UNSIGNED NOT NULL, |
| `objective_id` int(11) NOT NULL, | | `objective_id` int(11) NOT NULL, |
| `cbme_objective_tree_version_id` int(11) NOT NULL, | | `cbme_objective_tree_version_id` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL | | `created_date` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| n | | n | |
| | | -- |
| | | -- Dumping data for table `cbme_learner_epa_progress_history` |
| | | -- |
| | | |
| | | INSERT INTO `cbme_learner_epa_progress_history` (`lep_history_id`, `learner_epa_progress_id`, `learner_stage_progress_id`, `objective_id`, `cbme_objective_tree_version_id`, `created_date`) VALUES |
| | | (1, 1, 1, 2691, 3, 1685469390), |
| | | (2, 2, 1, 2695, 3, 1685469390), |
| | | (3, 3, 1, 2696, 3, 1685469390), |
| | | (4, 4, 1, 2697, 3, 1685469390), |
| | | (5, 5, 2, 2692, 3, 1685469390), |
| | | (6, 6, 2, 2698, 3, 1685469390), |
| | | (7, 7, 2, 2699, 3, 1685469390), |
| | | (8, 8, 3, 2693, 3, 1685469390), |
| | | (9, 9, 3, 2700, 3, 1685469390), |
| | | (10, 10, 3, 2701, 3, 1685469390), |
| | | (11, 11, 4, 2694, 3, 1685469390), |
| | | (12, 12, 4, 2702, 3, 1685469390), |
| | | (13, 13, 4, 2703, 3, 1685469390), |
| | | (14, 14, 4, 2704, 3, 1685469390), |
| | | (15, 15, 5, 2691, 3, 1685469390), |
| | | (16, 16, 5, 2695, 3, 1685469390), |
| | | (17, 17, 5, 2696, 3, 1685469390), |
| | | (18, 18, 5, 2697, 3, 1685469390), |
| | | (19, 19, 6, 2692, 3, 1685469390), |
| | | (20, 20, 6, 2698, 3, 1685469390), |
| | | (21, 21, 6, 2699, 3, 1685469390), |
| | | (22, 22, 7, 2693, 3, 1685469390), |
| | | (23, 23, 7, 2700, 3, 1685469390), |
| | | (24, 24, 7, 2701, 3, 1685469390), |
| | | (25, 25, 8, 2694, 3, 1685469390), |
| | | (26, 26, 8, 2702, 3, 1685469390), |
| | | (27, 27, 8, 2703, 3, 1685469390), |
| | | (28, 28, 8, 2704, 3, 1685469390), |
| | | (29, 29, 9, 2691, 3, 1685469390), |
| | | (30, 30, 9, 2695, 3, 1685469390), |
| | | (31, 31, 9, 2696, 3, 1685469390), |
| | | (32, 32, 9, 2697, 3, 1685469390), |
| | | (33, 33, 10, 2692, 3, 1685469390), |
| | | (34, 34, 10, 2698, 3, 1685469390), |
| | | (35, 35, 10, 2699, 3, 1685469390), |
| | | (36, 36, 11, 2693, 3, 1685469390), |
| | | (37, 37, 11, 2700, 3, 1685469390), |
| | | (38, 38, 11, 2701, 3, 1685469390), |
| | | (39, 39, 12, 2694, 3, 1685469390), |
| | | (40, 40, 12, 2702, 3, 1685469390), |
| | | (41, 41, 12, 2703, 3, 1685469390), |
| | | (42, 42, 12, 2704, 3, 1685469390), |
| | | (43, 43, 13, 2691, 3, 1685469390), |
| | | (44, 44, 13, 2695, 3, 1685469390), |
| | | (45, 45, 13, 2696, 3, 1685469390), |
| | | (46, 46, 13, 2697, 3, 1685469390), |
| | | (47, 47, 14, 2692, 3, 1685469390), |
| | | (48, 48, 14, 2698, 3, 1685469390), |
| | | (49, 49, 14, 2699, 3, 1685469390), |
| | | (50, 50, 15, 2693, 3, 1685469390), |
| | | (51, 51, 15, 2700, 3, 1685469390), |
| | | (52, 52, 15, 2701, 3, 1685469390), |
| | | (53, 53, 16, 2694, 3, 1685469390), |
| | | (54, 54, 16, 2702, 3, 1685469390), |
| | | (55, 55, 16, 2703, 3, 1685469390), |
| | | (56, 56, 16, 2704, 3, 1685469390), |
| | | (57, 57, 17, 2691, 3, 1685469390), |
| | | (58, 58, 17, 2695, 3, 1685469390), |
| | | (59, 59, 17, 2696, 3, 1685469390), |
| | | (60, 60, 17, 2697, 3, 1685469390), |
| | | (61, 61, 18, 2692, 3, 1685469390), |
| | | (62, 62, 18, 2698, 3, 1685469390), |
| | | (63, 63, 18, 2699, 3, 1685469390), |
| | | (64, 64, 19, 2693, 3, 1685469390), |
| | | (65, 65, 19, 2700, 3, 1685469390), |
| | | (66, 66, 19, 2701, 3, 1685469390), |
| | | (67, 67, 20, 2694, 3, 1685469390), |
| | | (68, 68, 20, 2702, 3, 1685469390), |
| | | (69, 69, 20, 2703, 3, 1685469390), |
| | | (70, 70, 20, 2704, 3, 1685469390), |
| | | (128, 71, 21, 2691, 3, 1685469717), |
| | | (129, 72, 21, 2695, 3, 1685469717), |
| | | (130, 73, 21, 2696, 3, 1685469717), |
| | | (131, 74, 21, 2697, 3, 1685469717), |
| | | (132, 75, 22, 2692, 3, 1685469717), |
| | | (133, 76, 22, 2698, 3, 1685469717), |
| | | (134, 77, 22, 2699, 3, 1685469717), |
| | | (135, 78, 23, 2693, 3, 1685469717), |
| | | (136, 79, 23, 2700, 3, 1685469717), |
| | | (137, 80, 23, 2701, 3, 1685469717), |
| | | (138, 81, 24, 2694, 3, 1685469717), |
| | | (139, 82, 24, 2702, 3, 1685469717), |
| | | (140, 83, 24, 2703, 3, 1685469717), |
| | | (141, 84, 24, 2704, 3, 1685469717), |
| | | (142, 85, 25, 2691, 3, 1685469717), |
| | | (143, 86, 25, 2695, 3, 1685469717), |
| | | (144, 87, 25, 2696, 3, 1685469717), |
| | | (145, 88, 25, 2697, 3, 1685469717), |
| | | (146, 89, 26, 2692, 3, 1685469717), |
| | | (147, 90, 26, 2698, 3, 1685469717), |
| | | (148, 91, 26, 2699, 3, 1685469717), |
| | | (149, 92, 27, 2693, 3, 1685469717), |
| | | (150, 93, 27, 2700, 3, 1685469717), |
| | | (151, 94, 27, 2701, 3, 1685469717), |
| | | (152, 95, 28, 2694, 3, 1685469717), |
| | | (153, 96, 28, 2702, 3, 1685469717), |
| | | (154, 97, 28, 2703, 3, 1685469717), |
| | | (155, 98, 28, 2704, 3, 1685469717), |
| | | (156, 99, 29, 2691, 3, 1685469717), |
| | | (157, 100, 29, 2695, 3, 1685469717), |
| | | (158, 101, 29, 2696, 3, 1685469717), |
| | | (159, 102, 29, 2697, 3, 1685469717), |
| | | (160, 103, 30, 2692, 3, 1685469717), |
| | | (161, 104, 30, 2698, 3, 1685469717), |
| | | (162, 105, 30, 2699, 3, 1685469717), |
| | | (163, 106, 31, 2693, 3, 1685469717), |
| | | (164, 107, 31, 2700, 3, 1685469717), |
| | | (165, 108, 31, 2701, 3, 1685469717), |
| | | (166, 109, 32, 2694, 3, 1685469717), |
| | | (167, 110, 32, 2702, 3, 1685469717), |
| | | (168, 111, 32, 2703, 3, 1685469717), |
| | | (169, 112, 32, 2704, 3, 1685469717), |
| | | (170, 113, 33, 2691, 3, 1685469717), |
| | | (171, 114, 33, 2695, 3, 1685469717), |
| | | (172, 115, 33, 2696, 3, 1685469717), |
| | | (173, 116, 33, 2697, 3, 1685469717), |
| | | (174, 117, 34, 2692, 3, 1685469717), |
| | | (175, 118, 34, 2698, 3, 1685469717), |
| | | (176, 119, 34, 2699, 3, 1685469717), |
| | | (177, 120, 35, 2693, 3, 1685469717), |
| | | (178, 121, 35, 2700, 3, 1685469717), |
| | | (179, 122, 35, 2701, 3, 1685469717), |
| | | (180, 123, 36, 2694, 3, 1685469717), |
| | | (181, 124, 36, 2702, 3, 1685469717), |
| | | (182, 125, 36, 2703, 3, 1685469717), |
| | | (183, 126, 36, 2704, 3, 1685469717), |
| | | (184, 127, 37, 2691, 3, 1685469717), |
| | | (185, 128, 37, 2695, 3, 1685469717), |
| | | (186, 129, 37, 2696, 3, 1685469717), |
| | | (187, 130, 37, 2697, 3, 1685469717), |
| | | (188, 131, 38, 2692, 3, 1685469717), |
| | | (189, 132, 38, 2698, 3, 1685469717), |
| | | (190, 133, 38, 2699, 3, 1685469717), |
| | | (191, 134, 39, 2693, 3, 1685469717), |
| | | (192, 135, 39, 2700, 3, 1685469717), |
| | | (193, 136, 39, 2701, 3, 1685469717), |
| | | (194, 137, 40, 2694, 3, 1685469717), |
| | | (195, 138, 40, 2702, 3, 1685469717), |
| | | (196, 139, 40, 2703, 3, 1685469717), |
| | | (197, 140, 40, 2704, 3, 1685469717), |
| | | (255, 141, 41, 2695, 3, 1685469760), |
| | | (256, 142, 41, 2696, 3, 1685469760), |
| | | (257, 143, 41, 2697, 3, 1685469760), |
| | | (258, 144, 42, 2698, 3, 1685469760), |
| | | (259, 145, 42, 2699, 3, 1685469760), |
| | | (260, 146, 43, 2700, 3, 1685469760), |
| | | (261, 147, 43, 2701, 3, 1685469760), |
| | | (262, 148, 44, 2702, 3, 1685469760), |
| | | (263, 149, 44, 2703, 3, 1685469760), |
| | | (264, 150, 44, 2704, 3, 1685469760), |
| | | (265, 151, 45, 2695, 3, 1685469760), |
| | | (266, 152, 45, 2696, 3, 1685469760), |
| | | (267, 153, 45, 2697, 3, 1685469760), |
| | | (268, 154, 46, 2698, 3, 1685469760), |
| | | (269, 155, 46, 2699, 3, 1685469760), |
| | | (270, 156, 47, 2700, 3, 1685469760), |
| | | (271, 157, 47, 2701, 3, 1685469760), |
| | | (272, 158, 48, 2702, 3, 1685469760), |
| | | (273, 159, 48, 2703, 3, 1685469760), |
| | | (274, 160, 48, 2704, 3, 1685469760), |
| | | (275, 161, 49, 2695, 3, 1685469760), |
| | | (276, 162, 49, 2696, 3, 1685469760), |
| | | (277, 163, 49, 2697, 3, 1685469760), |
| | | (278, 164, 50, 2698, 3, 1685469760), |
| | | (279, 165, 50, 2699, 3, 1685469760), |
| | | (280, 166, 51, 2700, 3, 1685469760), |
| | | (281, 167, 51, 2701, 3, 1685469760), |
| | | (282, 168, 52, 2702, 3, 1685469760), |
| | | (283, 169, 52, 2703, 3, 1685469760), |
| | | (284, 170, 52, 2704, 3, 1685469760), |
| | | (285, 171, 53, 2695, 3, 1685469760), |
| | | (286, 172, 53, 2696, 3, 1685469760), |
| | | (287, 173, 53, 2697, 3, 1685469760), |
| | | (288, 174, 54, 2698, 3, 1685469760), |
| | | (289, 175, 54, 2699, 3, 1685469760), |
| | | (290, 176, 55, 2700, 3, 1685469760), |
| | | (291, 177, 55, 2701, 3, 1685469760), |
| | | (292, 178, 56, 2702, 3, 1685469760), |
| | | (293, 179, 56, 2703, 3, 1685469760), |
| | | (294, 180, 56, 2704, 3, 1685469760), |
| | | (295, 181, 57, 2695, 3, 1685469760), |
| | | (296, 182, 57, 2696, 3, 1685469760), |
| | | (297, 183, 57, 2697, 3, 1685469760), |
| | | (298, 184, 58, 2698, 3, 1685469760), |
| | | (299, 185, 58, 2699, 3, 1685469760), |
| | | (300, 186, 59, 2700, 3, 1685469760), |
| | | (301, 187, 59, 2701, 3, 1685469760), |
| | | (302, 188, 60, 2702, 3, 1685469760), |
| | | (303, 189, 60, 2703, 3, 1685469760), |
| | | (304, 190, 60, 2704, 3, 1685469760), |
| | | (318, 0, 0, 0, 0, 1685469827), |
| | | (319, 191, 61, 2695, 3, 1685469827), |
| | | (320, 192, 61, 2698, 3, 1685469827), |
| | | (321, 193, 61, 2699, 3, 1685469827), |
| | | (322, 194, 61, 2700, 3, 1685469827), |
| | | (323, 195, 61, 2701, 3, 1685469827), |
| | | (324, 196, 61, 2696, 3, 1685469827), |
| | | (325, 197, 61, 2697, 3, 1685469827), |
| | | (326, 198, 61, 2702, 3, 1685469827), |
| | | (327, 199, 61, 2703, 3, 1685469827), |
| | | (328, 200, 61, 2704, 3, 1685469827), |
| | | (329, 201, 62, 2695, 3, 1685469827), |
| | | (330, 202, 62, 2696, 3, 1685469827), |
| | | (331, 203, 62, 2697, 3, 1685469827), |
| | | (332, 204, 63, 2695, 3, 1685469827), |
| | | (333, 205, 66, 2698, 3, 1685469827), |
| | | (334, 206, 66, 2699, 3, 1685469827), |
| | | (335, 207, 67, 2698, 3, 1685469827), |
| | | (336, 208, 69, 2699, 3, 1685469827), |
| | | (337, 209, 70, 2700, 3, 1685469827), |
| | | (338, 210, 70, 2701, 3, 1685469827), |
| | | (339, 211, 72, 2700, 3, 1685469827), |
| | | (340, 212, 73, 2702, 3, 1685469827), |
| | | (341, 213, 73, 2703, 3, 1685469827), |
| | | (342, 214, 73, 2704, 3, 1685469827), |
| | | (343, 215, 75, 2701, 3, 1685469827), |
| | | (344, 216, 77, 2696, 3, 1685469827), |
| | | (345, 217, 79, 2697, 3, 1685469827), |
| | | (346, 218, 81, 2702, 3, 1685469827), |
| | | (347, 219, 83, 2703, 3, 1685469827), |
| | | (348, 220, 85, 2704, 3, 1685469827), |
| | | (349, 221, 144, 2695, 3, 1685469827), |
| | | (350, 222, 144, 2698, 3, 1685469827), |
| | | (351, 223, 144, 2699, 3, 1685469827), |
| | | (352, 224, 144, 2700, 3, 1685469827), |
| | | (353, 225, 144, 2701, 3, 1685469827), |
| | | (354, 226, 144, 2696, 3, 1685469827), |
| | | (355, 227, 144, 2697, 3, 1685469827), |
| | | (356, 228, 144, 2702, 3, 1685469827), |
| | | (357, 229, 144, 2703, 3, 1685469827), |
| | | (358, 230, 144, 2704, 3, 1685469827), |
| | | (359, 231, 145, 2695, 3, 1685469827), |
| | | (360, 232, 145, 2696, 3, 1685469827), |
| | | (361, 233, 145, 2697, 3, 1685469827), |
| | | (362, 234, 146, 2695, 3, 1685469827), |
| | | (363, 235, 149, 2698, 3, 1685469827), |
| | | (364, 236, 149, 2699, 3, 1685469827), |
| | | (365, 237, 150, 2698, 3, 1685469827), |
| | | (366, 238, 152, 2699, 3, 1685469827), |
| | | (367, 239, 153, 2700, 3, 1685469827), |
| | | (368, 240, 153, 2701, 3, 1685469827), |
| | | (369, 241, 155, 2700, 3, 1685469827), |
| | | (370, 242, 156, 2702, 3, 1685469827), |
| | | (371, 243, 156, 2703, 3, 1685469827), |
| | | (372, 244, 156, 2704, 3, 1685469827), |
| | | (373, 245, 158, 2701, 3, 1685469827), |
| | | (374, 246, 160, 2696, 3, 1685469827), |
| | | (375, 247, 162, 2697, 3, 1685469827), |
| | | (376, 248, 164, 2702, 3, 1685469827), |
| | | (377, 249, 166, 2703, 3, 1685469827), |
| | | (378, 250, 168, 2704, 3, 1685469827), |
| | | (379, 251, 227, 2695, 3, 1685469827), |
| | | (380, 252, 227, 2698, 3, 1685469827), |
| | | (381, 253, 227, 2699, 3, 1685469827), |
| | | (382, 254, 227, 2700, 3, 1685469827), |
| | | (383, 255, 227, 2701, 3, 1685469827), |
| | | (384, 256, 227, 2696, 3, 1685469827), |
| | | (385, 257, 227, 2697, 3, 1685469827), |
| | | (386, 258, 227, 2702, 3, 1685469827), |
| | | (387, 259, 227, 2703, 3, 1685469827), |
| | | (388, 260, 227, 2704, 3, 1685469827), |
| | | (389, 261, 228, 2695, 3, 1685469827), |
| | | (390, 262, 228, 2696, 3, 1685469827), |
| | | (391, 263, 228, 2697, 3, 1685469827), |
| | | (392, 264, 229, 2695, 3, 1685469827), |
| | | (393, 265, 232, 2698, 3, 1685469827), |
| | | (394, 266, 232, 2699, 3, 1685469827), |
| | | (395, 267, 233, 2698, 3, 1685469827), |
| | | (396, 268, 235, 2699, 3, 1685469827), |
| | | (397, 269, 236, 2700, 3, 1685469827), |
| | | (398, 270, 236, 2701, 3, 1685469827), |
| | | (399, 271, 238, 2700, 3, 1685469827), |
| | | (400, 272, 239, 2702, 3, 1685469827), |
| | | (401, 273, 239, 2703, 3, 1685469827), |
| | | (402, 274, 239, 2704, 3, 1685469827), |
| | | (403, 275, 241, 2701, 3, 1685469827), |
| | | (404, 276, 243, 2696, 3, 1685469827), |
| | | (405, 277, 245, 2697, 3, 1685469827), |
| | | (406, 278, 247, 2702, 3, 1685469827), |
| | | (407, 279, 249, 2703, 3, 1685469827), |
| | | (408, 280, 251, 2704, 3, 1685469827), |
| | | (409, 281, 310, 2695, 3, 1685469827), |
| | | (410, 282, 310, 2698, 3, 1685469827), |
| | | (411, 283, 310, 2699, 3, 1685469827), |
| | | (412, 284, 310, 2700, 3, 1685469827), |
| | | (413, 285, 310, 2701, 3, 1685469827), |
| | | (414, 286, 310, 2696, 3, 1685469827), |
| | | (415, 287, 310, 2697, 3, 1685469827), |
| | | (416, 288, 310, 2702, 3, 1685469827), |
| | | (417, 289, 310, 2703, 3, 1685469827), |
| | | (418, 290, 310, 2704, 3, 1685469827), |
| | | (419, 291, 311, 2695, 3, 1685469827), |
| | | (420, 292, 311, 2696, 3, 1685469827), |
| | | (421, 293, 311, 2697, 3, 1685469827), |
| | | (422, 294, 312, 2695, 3, 1685469827), |
| | | (423, 295, 315, 2698, 3, 1685469827), |
| | | (424, 296, 315, 2699, 3, 1685469827), |
| | | (425, 297, 316, 2698, 3, 1685469827), |
| | | (426, 298, 318, 2699, 3, 1685469827), |
| | | (427, 299, 319, 2700, 3, 1685469827), |
| | | (428, 300, 319, 2701, 3, 1685469827), |
| | | (429, 301, 321, 2700, 3, 1685469827), |
| | | (430, 302, 322, 2702, 3, 1685469827), |
| | | (431, 303, 322, 2703, 3, 1685469827), |
| | | (432, 304, 322, 2704, 3, 1685469827), |
| | | (433, 305, 324, 2701, 3, 1685469827), |
| | | (434, 306, 326, 2696, 3, 1685469827), |
| | | (435, 307, 328, 2697, 3, 1685469827), |
| | | (436, 308, 330, 2702, 3, 1685469827), |
| | | (437, 309, 332, 2703, 3, 1685469827), |
| | | (438, 310, 334, 2704, 3, 1685469827), |
| | | (439, 311, 393, 2695, 3, 1685469827), |
| | | (440, 312, 393, 2698, 3, 1685469827), |
| | | (441, 313, 393, 2699, 3, 1685469827), |
| | | (442, 314, 393, 2700, 3, 1685469827), |
| | | (443, 315, 393, 2701, 3, 1685469827), |
| | | (444, 316, 393, 2696, 3, 1685469827), |
| | | (445, 317, 393, 2697, 3, 1685469827), |
| | | (446, 318, 393, 2702, 3, 1685469827), |
| | | (447, 319, 393, 2703, 3, 1685469827), |
| | | (448, 320, 393, 2704, 3, 1685469827), |
| | | (449, 321, 394, 2695, 3, 1685469827), |
| | | (450, 322, 394, 2696, 3, 1685469827), |
| | | (451, 323, 394, 2697, 3, 1685469827), |
| | | (452, 324, 395, 2695, 3, 1685469827), |
| | | (453, 325, 398, 2698, 3, 1685469827), |
| | | (454, 326, 398, 2699, 3, 1685469827), |
| | | (455, 327, 399, 2698, 3, 1685469827), |
| | | (456, 328, 401, 2699, 3, 1685469827), |
| | | (457, 329, 402, 2700, 3, 1685469827), |
| | | (458, 330, 402, 2701, 3, 1685469827), |
| | | (459, 331, 404, 2700, 3, 1685469827), |
| | | (460, 332, 405, 2702, 3, 1685469827), |
| | | (461, 333, 405, 2703, 3, 1685469827), |
| | | (462, 334, 405, 2704, 3, 1685469827), |
| | | (463, 335, 407, 2701, 3, 1685469827), |
| | | (464, 336, 409, 2696, 3, 1685469827), |
| | | (465, 337, 411, 2697, 3, 1685469827), |
| | | (466, 338, 413, 2702, 3, 1685469827), |
| | | (467, 339, 415, 2703, 3, 1685469827), |
| | | (468, 340, 417, 2704, 3, 1685469827), |
| | | (573, 341, 476, 2695, 3, 1685470484), |
| | | (574, 342, 476, 2696, 3, 1685470484), |
| | | (575, 343, 476, 2697, 3, 1685470484), |
| | | (576, 344, 477, 2698, 3, 1685470484), |
| | | (577, 345, 477, 2699, 3, 1685470484), |
| | | (578, 346, 478, 2700, 3, 1685470484), |
| | | (579, 347, 478, 2701, 3, 1685470484), |
| | | (580, 348, 479, 2702, 3, 1685470484), |
| | | (581, 349, 479, 2703, 3, 1685470484), |
| | | (582, 350, 479, 2704, 3, 1685470484), |
| | | (583, 351, 480, 2695, 3, 1685470484), |
| | | (584, 352, 480, 2696, 3, 1685470484), |
| | | (585, 353, 480, 2697, 3, 1685470484), |
| | | (586, 354, 481, 2698, 3, 1685470484), |
| | | (587, 355, 481, 2699, 3, 1685470484), |
| | | (588, 356, 482, 2700, 3, 1685470484), |
| | | (589, 357, 482, 2701, 3, 1685470484), |
| | | (590, 358, 483, 2702, 3, 1685470484), |
| | | (591, 359, 483, 2703, 3, 1685470484), |
| | | (592, 360, 483, 2704, 3, 1685470484), |
| | | (593, 361, 484, 2695, 3, 1685470484), |
| | | (594, 362, 484, 2696, 3, 1685470484), |
| | | (595, 363, 484, 2697, 3, 1685470484), |
| | | (596, 364, 485, 2698, 3, 1685470484), |
| | | (597, 365, 485, 2699, 3, 1685470484), |
| | | (598, 366, 486, 2700, 3, 1685470484), |
| | | (599, 367, 486, 2701, 3, 1685470484), |
| | | (600, 368, 487, 2702, 3, 1685470484), |
| | | (601, 369, 487, 2703, 3, 1685470484), |
| | | (602, 370, 487, 2704, 3, 1685470484), |
| | | (603, 371, 488, 2695, 3, 1685470484), |
| | | (604, 372, 488, 2696, 3, 1685470484), |
| | | (605, 373, 488, 2697, 3, 1685470484), |
| | | (606, 374, 489, 2698, 3, 1685470484), |
| | | (607, 375, 489, 2699, 3, 1685470484), |
| | | (608, 376, 490, 2700, 3, 1685470484), |
| | | (609, 377, 490, 2701, 3, 1685470484), |
| | | (610, 378, 491, 2702, 3, 1685470484), |
| | | (611, 379, 491, 2703, 3, 1685470484), |
| | | (612, 380, 491, 2704, 3, 1685470484), |
| | | (613, 381, 492, 2695, 3, 1685470484), |
| | | (614, 382, 492, 2696, 3, 1685470484), |
| | | (615, 383, 492, 2697, 3, 1685470484), |
| | | (616, 384, 493, 2698, 3, 1685470484), |
| | | (617, 385, 493, 2699, 3, 1685470484), |
| | | (618, 386, 494, 2700, 3, 1685470484), |
| | | (619, 387, 494, 2701, 3, 1685470484), |
| | | (620, 388, 495, 2702, 3, 1685470484), |
| | | (621, 389, 495, 2703, 3, 1685470484), |
| | | (622, 390, 495, 2704, 3, 1685470484), |
| | | (636, 391, 496, 2695, 3, 1685470575), |
| | | (637, 392, 496, 2696, 3, 1685470575), |
| | | (638, 393, 496, 2697, 3, 1685470575), |
| | | (639, 394, 497, 2698, 3, 1685470575), |
| | | (640, 395, 497, 2699, 3, 1685470575), |
| | | (641, 396, 498, 2700, 3, 1685470575), |
| | | (642, 397, 498, 2701, 3, 1685470575), |
| | | (643, 398, 499, 2702, 3, 1685470575), |
| | | (644, 399, 499, 2703, 3, 1685470575), |
| | | (645, 400, 499, 2704, 3, 1685470575), |
| | | (646, 401, 500, 2695, 3, 1685470575), |
| | | (647, 402, 500, 2696, 3, 1685470575), |
| | | (648, 403, 500, 2697, 3, 1685470575), |
| | | (649, 404, 501, 2698, 3, 1685470575), |
| | | (650, 405, 501, 2699, 3, 1685470575), |
| | | (651, 406, 502, 2700, 3, 1685470575), |
| | | (652, 407, 502, 2701, 3, 1685470575), |
| | | (653, 408, 503, 2702, 3, 1685470575), |
| | | (654, 409, 503, 2703, 3, 1685470575), |
| | | (655, 410, 503, 2704, 3, 1685470575), |
| | | (656, 411, 504, 2695, 3, 1685470575), |
| | | (657, 412, 504, 2696, 3, 1685470575), |
| | | (658, 413, 504, 2697, 3, 1685470575), |
| | | (659, 414, 505, 2698, 3, 1685470575), |
| | | (660, 415, 505, 2699, 3, 1685470575), |
| | | (661, 416, 506, 2700, 3, 1685470575), |
| | | (662, 417, 506, 2701, 3, 1685470575), |
| | | (663, 418, 507, 2702, 3, 1685470575), |
| | | (664, 419, 507, 2703, 3, 1685470575), |
| | | (665, 420, 507, 2704, 3, 1685470575), |
| | | (666, 421, 508, 2695, 3, 1685470575), |
| | | (667, 422, 508, 2696, 3, 1685470575), |
| | | (668, 423, 508, 2697, 3, 1685470575), |
| | | (669, 424, 509, 2698, 3, 1685470575), |
| | | (670, 425, 509, 2699, 3, 1685470575), |
| | | (671, 426, 510, 2700, 3, 1685470575), |
| | | (672, 427, 510, 2701, 3, 1685470575), |
| | | (673, 428, 511, 2702, 3, 1685470575), |
| | | (674, 429, 511, 2703, 3, 1685470575), |
| | | (675, 430, 511, 2704, 3, 1685470575), |
| | | (676, 431, 512, 2695, 3, 1685470575), |
| | | (677, 432, 512, 2696, 3, 1685470575), |
| | | (678, 433, 512, 2697, 3, 1685470575), |
| | | (679, 434, 513, 2698, 3, 1685470575), |
| | | (680, 435, 513, 2699, 3, 1685470575), |
| | | (681, 436, 514, 2700, 3, 1685470575), |
| | | (682, 437, 514, 2701, 3, 1685470575), |
| | | (683, 438, 515, 2702, 3, 1685470575), |
| | | (684, 439, 515, 2703, 3, 1685470575), |
| | | (685, 440, 515, 2704, 3, 1685470575), |
| | | (699, 441, 516, 2695, 3, 1685471591), |
| | | (700, 442, 516, 2696, 3, 1685471591), |
| | | (701, 443, 516, 2697, 3, 1685471591), |
| | | (702, 444, 517, 2698, 3, 1685471591), |
| | | (703, 445, 517, 2699, 3, 1685471591), |
| | | (704, 446, 518, 2700, 3, 1685471591), |
| | | (705, 447, 518, 2701, 3, 1685471591), |
| | | (706, 448, 519, 2702, 3, 1685471591), |
| | | (707, 449, 519, 2703, 3, 1685471591), |
| | | (708, 450, 519, 2704, 3, 1685471591), |
| | | (709, 451, 520, 2695, 3, 1685471591), |
| | | (710, 452, 520, 2696, 3, 1685471591), |
| | | (711, 453, 520, 2697, 3, 1685471591), |
| | | (712, 454, 521, 2698, 3, 1685471591), |
| | | (713, 455, 521, 2699, 3, 1685471591), |
| | | (714, 456, 522, 2700, 3, 1685471591), |
| | | (715, 457, 522, 2701, 3, 1685471591), |
| | | (716, 458, 523, 2702, 3, 1685471591), |
| | | (717, 459, 523, 2703, 3, 1685471591), |
| | | (718, 460, 523, 2704, 3, 1685471591), |
| | | (719, 461, 524, 2695, 3, 1685471591), |
| | | (720, 462, 524, 2696, 3, 1685471591), |
| | | (721, 463, 524, 2697, 3, 1685471591), |
| | | (722, 464, 525, 2698, 3, 1685471591), |
| | | (723, 465, 525, 2699, 3, 1685471591), |
| | | (724, 466, 526, 2700, 3, 1685471591), |
| | | (725, 467, 526, 2701, 3, 1685471591), |
| | | (726, 468, 527, 2702, 3, 1685471591), |
| | | (727, 469, 527, 2703, 3, 1685471591), |
| | | (728, 470, 527, 2704, 3, 1685471591), |
| | | (729, 471, 528, 2695, 3, 1685471591), |
| | | (730, 472, 528, 2696, 3, 1685471591), |
| | | (731, 473, 528, 2697, 3, 1685471591), |
| | | (732, 474, 529, 2698, 3, 1685471591), |
| | | (733, 475, 529, 2699, 3, 1685471591), |
| | | (734, 476, 530, 2700, 3, 1685471591), |
| | | (735, 477, 530, 2701, 3, 1685471591), |
| | | (736, 478, 531, 2702, 3, 1685471591), |
| | | (737, 479, 531, 2703, 3, 1685471591), |
| | | (738, 480, 531, 2704, 3, 1685471591), |
| | | (739, 481, 532, 2695, 3, 1685471591), |
| | | (740, 482, 532, 2696, 3, 1685471591), |
| | | (741, 483, 532, 2697, 3, 1685471591), |
| | | (742, 484, 533, 2698, 3, 1685471591), |
| | | (743, 485, 533, 2699, 3, 1685471591), |
| | | (744, 486, 534, 2700, 3, 1685471591), |
| | | (745, 487, 534, 2701, 3, 1685471591), |
| | | (746, 488, 535, 2702, 3, 1685471591), |
| | | (747, 489, 535, 2703, 3, 1685471591), |
| | | (748, 490, 535, 2704, 3, 1685471591), |
| | | (762, 491, 536, 2695, 3, 1685471627), |
| | | (763, 492, 536, 2696, 3, 1685471627), |
| | | (764, 493, 536, 2697, 3, 1685471627), |
| | | (765, 494, 537, 2698, 3, 1685471627), |
| | | (766, 495, 537, 2699, 3, 1685471627), |
| | | (767, 496, 538, 2700, 3, 1685471627), |
| | | (768, 497, 538, 2701, 3, 1685471627), |
| | | (769, 498, 539, 2702, 3, 1685471627), |
| | | (770, 499, 539, 2703, 3, 1685471627), |
| | | (771, 500, 539, 2704, 3, 1685471627), |
| | | (772, 501, 540, 2695, 3, 1685471627), |
| | | (773, 502, 540, 2696, 3, 1685471627), |
| | | (774, 503, 540, 2697, 3, 1685471627), |
| | | (775, 504, 541, 2698, 3, 1685471627), |
| | | (776, 505, 541, 2699, 3, 1685471627), |
| | | (777, 506, 542, 2700, 3, 1685471627), |
| | | (778, 507, 542, 2701, 3, 1685471627), |
| | | (779, 508, 543, 2702, 3, 1685471627), |
| | | (780, 509, 543, 2703, 3, 1685471627), |
| | | (781, 510, 543, 2704, 3, 1685471627), |
| | | (782, 511, 544, 2695, 3, 1685471627), |
| | | (783, 512, 544, 2696, 3, 1685471627), |
| | | (784, 513, 544, 2697, 3, 1685471627), |
| | | (785, 514, 545, 2698, 3, 1685471627), |
| | | (786, 515, 545, 2699, 3, 1685471627), |
| | | (787, 516, 546, 2700, 3, 1685471627), |
| | | (788, 517, 546, 2701, 3, 1685471627), |
| | | (789, 518, 547, 2702, 3, 1685471627), |
| | | (790, 519, 547, 2703, 3, 1685471627), |
| | | (791, 520, 547, 2704, 3, 1685471627), |
| | | (792, 521, 548, 2695, 3, 1685471627), |
| | | (793, 522, 548, 2696, 3, 1685471627), |
| | | (794, 523, 548, 2697, 3, 1685471627), |
| | | (795, 524, 549, 2698, 3, 1685471627), |
| | | (796, 525, 549, 2699, 3, 1685471627), |
| | | (797, 526, 550, 2700, 3, 1685471627), |
| | | (798, 527, 550, 2701, 3, 1685471627), |
| | | (799, 528, 551, 2702, 3, 1685471627), |
| | | (800, 529, 551, 2703, 3, 1685471627), |
| | | (801, 530, 551, 2704, 3, 1685471627), |
| | | (802, 531, 552, 2695, 3, 1685471627), |
| | | (803, 532, 552, 2696, 3, 1685471627), |
| | | (804, 533, 552, 2697, 3, 1685471627), |
| | | (805, 534, 553, 2698, 3, 1685471627), |
| | | (806, 535, 553, 2699, 3, 1685471627), |
| | | (807, 536, 554, 2700, 3, 1685471627), |
| | | (808, 537, 554, 2701, 3, 1685471627), |
| | | (809, 538, 555, 2702, 3, 1685471627), |
| | | (810, 539, 555, 2703, 3, 1685471627), |
| | | (811, 540, 555, 2704, 3, 1685471627), |
| | | (825, 541, 556, 2695, 3, 1685472748), |
| | | (826, 542, 556, 2696, 3, 1685472748), |
| | | (827, 543, 556, 2697, 3, 1685472748), |
| | | (828, 544, 557, 2698, 3, 1685472748), |
| | | (829, 545, 557, 2699, 3, 1685472748), |
| | | (830, 546, 558, 2700, 3, 1685472748), |
| | | (831, 547, 558, 2701, 3, 1685472748), |
| | | (832, 548, 559, 2702, 3, 1685472748), |
| | | (833, 549, 559, 2703, 3, 1685472748), |
| | | (834, 550, 559, 2704, 3, 1685472748), |
| | | (835, 551, 560, 2695, 3, 1685472748), |
| | | (836, 552, 560, 2696, 3, 1685472748), |
| | | (837, 553, 560, 2697, 3, 1685472748), |
| | | (838, 554, 561, 2698, 3, 1685472748), |
| | | (839, 555, 561, 2699, 3, 1685472748), |
| | | (840, 556, 562, 2700, 3, 1685472748), |
| | | (841, 557, 562, 2701, 3, 1685472748), |
| | | (842, 558, 563, 2702, 3, 1685472748), |
| | | (843, 559, 563, 2703, 3, 1685472748), |
| | | (844, 560, 563, 2704, 3, 1685472748), |
| | | (845, 561, 564, 2695, 3, 1685472748), |
| | | (846, 562, 564, 2696, 3, 1685472748), |
| | | (847, 563, 564, 2697, 3, 1685472748), |
| | | (848, 564, 565, 2698, 3, 1685472748), |
| | | (849, 565, 565, 2699, 3, 1685472748), |
| | | (850, 566, 566, 2700, 3, 1685472748), |
| | | (851, 567, 566, 2701, 3, 1685472748), |
| | | (852, 568, 567, 2702, 3, 1685472748), |
| | | (853, 569, 567, 2703, 3, 1685472748), |
| | | (854, 570, 567, 2704, 3, 1685472748), |
| | | (855, 571, 568, 2695, 3, 1685472748), |
| | | (856, 572, 568, 2696, 3, 1685472748), |
| | | (857, 573, 568, 2697, 3, 1685472748), |
| | | (858, 574, 569, 2698, 3, 1685472748), |
| | | (859, 575, 569, 2699, 3, 1685472748), |
| | | (860, 576, 570, 2700, 3, 1685472748), |
| | | (861, 577, 570, 2701, 3, 1685472748), |
| | | (862, 578, 571, 2702, 3, 1685472748), |
| | | (863, 579, 571, 2703, 3, 1685472748), |
| | | (864, 580, 571, 2704, 3, 1685472748), |
| | | (865, 581, 572, 2695, 3, 1685472748), |
| | | (866, 582, 572, 2696, 3, 1685472748), |
| | | (867, 583, 572, 2697, 3, 1685472748), |
| | | (868, 584, 573, 2698, 3, 1685472748), |
| | | (869, 585, 573, 2699, 3, 1685472748), |
| | | (870, 586, 574, 2700, 3, 1685472748), |
| | | (871, 587, 574, 2701, 3, 1685472748), |
| | | (872, 588, 575, 2702, 3, 1685472748), |
| | | (873, 589, 575, 2703, 3, 1685472748), |
| | | (874, 590, 575, 2704, 3, 1685472748), |
| | | (888, 591, 576, 2695, 3, 1685474009), |
| | | (889, 592, 576, 2696, 3, 1685474009), |
| | | (890, 593, 576, 2697, 3, 1685474009), |
| | | (891, 594, 577, 2698, 3, 1685474009), |
| | | (892, 595, 577, 2699, 3, 1685474009), |
| | | (893, 596, 578, 2700, 3, 1685474009), |
| | | (894, 597, 578, 2701, 3, 1685474009), |
| | | (895, 598, 579, 2702, 3, 1685474009), |
| | | (896, 599, 579, 2703, 3, 1685474009), |
| | | (897, 600, 579, 2704, 3, 1685474009), |
| | | (898, 601, 580, 2695, 3, 1685474009), |
| | | (899, 602, 580, 2696, 3, 1685474009), |
| | | (900, 603, 580, 2697, 3, 1685474009), |
| | | (901, 604, 581, 2698, 3, 1685474009), |
| | | (902, 605, 581, 2699, 3, 1685474009), |
| | | (903, 606, 582, 2700, 3, 1685474009), |
| | | (904, 607, 582, 2701, 3, 1685474009), |
| | | (905, 608, 583, 2702, 3, 1685474009), |
| | | (906, 609, 583, 2703, 3, 1685474009), |
| | | (907, 610, 583, 2704, 3, 1685474009), |
| | | (908, 611, 584, 2695, 3, 1685474009), |
| | | (909, 612, 584, 2696, 3, 1685474009), |
| | | (910, 613, 584, 2697, 3, 1685474009), |
| | | (911, 614, 585, 2698, 3, 1685474009), |
| | | (912, 615, 585, 2699, 3, 1685474009), |
| | | (913, 616, 586, 2700, 3, 1685474009), |
| | | (914, 617, 586, 2701, 3, 1685474009), |
| | | (915, 618, 587, 2702, 3, 1685474009), |
| | | (916, 619, 587, 2703, 3, 1685474009), |
| | | (917, 620, 587, 2704, 3, 1685474009), |
| | | (918, 621, 588, 2695, 3, 1685474009), |
| | | (919, 622, 588, 2696, 3, 1685474009), |
| | | (920, 623, 588, 2697, 3, 1685474009), |
| | | (921, 624, 589, 2698, 3, 1685474009), |
| | | (922, 625, 589, 2699, 3, 1685474009), |
| | | (923, 626, 590, 2700, 3, 1685474009), |
| | | (924, 627, 590, 2701, 3, 1685474009), |
| | | (925, 628, 591, 2702, 3, 1685474009), |
| | | (926, 629, 591, 2703, 3, 1685474009), |
| | | (927, 630, 591, 2704, 3, 1685474009), |
| | | (928, 631, 592, 2695, 3, 1685474009), |
| | | (929, 632, 592, 2696, 3, 1685474009), |
| | | (930, 633, 592, 2697, 3, 1685474009), |
| | | (931, 634, 593, 2698, 3, 1685474009), |
| | | (932, 635, 593, 2699, 3, 1685474009), |
| | | (933, 636, 594, 2700, 3, 1685474009), |
| | | (934, 637, 594, 2701, 3, 1685474009), |
| | | (935, 638, 595, 2702, 3, 1685474009), |
| | | (936, 639, 595, 2703, 3, 1685474009), |
| | | (937, 640, 595, 2704, 3, 1685474009), |
| | | (951, 641, 596, 2695, 3, 1685474156), |
| | | (952, 642, 596, 2696, 3, 1685474156), |
| | | (953, 643, 596, 2697, 3, 1685474156), |
| | | (954, 644, 597, 2698, 3, 1685474156), |
| | | (955, 645, 597, 2699, 3, 1685474156), |
| | | (956, 646, 598, 2700, 3, 1685474156), |
| | | (957, 647, 598, 2701, 3, 1685474156), |
| | | (958, 648, 599, 2702, 3, 1685474156), |
| | | (959, 649, 599, 2703, 3, 1685474156), |
| | | (960, 650, 599, 2704, 3, 1685474156), |
| | | (961, 651, 600, 2695, 3, 1685474156), |
| | | (962, 652, 600, 2696, 3, 1685474156), |
| | | (963, 653, 600, 2697, 3, 1685474156), |
| | | (964, 654, 601, 2698, 3, 1685474156), |
| | | (965, 655, 601, 2699, 3, 1685474156), |
| | | (966, 656, 602, 2700, 3, 1685474156), |
| | | (967, 657, 602, 2701, 3, 1685474156), |
| | | (968, 658, 603, 2702, 3, 1685474156), |
| | | (969, 659, 603, 2703, 3, 1685474156), |
| | | (970, 660, 603, 2704, 3, 1685474156), |
| | | (971, 661, 604, 2695, 3, 1685474156), |
| | | (972, 662, 604, 2696, 3, 1685474156), |
| | | (973, 663, 604, 2697, 3, 1685474156), |
| | | (974, 664, 605, 2698, 3, 1685474156), |
| | | (975, 665, 605, 2699, 3, 1685474156), |
| | | (976, 666, 606, 2700, 3, 1685474156), |
| | | (977, 667, 606, 2701, 3, 1685474156), |
| | | (978, 668, 607, 2702, 3, 1685474156), |
| | | (979, 669, 607, 2703, 3, 1685474156), |
| | | (980, 670, 607, 2704, 3, 1685474156), |
| | | (981, 671, 608, 2695, 3, 1685474156), |
| | | (982, 672, 608, 2696, 3, 1685474156), |
| | | (983, 673, 608, 2697, 3, 1685474156), |
| | | (984, 674, 609, 2698, 3, 1685474156), |
| | | (985, 675, 609, 2699, 3, 1685474156), |
| | | (986, 676, 610, 2700, 3, 1685474156), |
| | | (987, 677, 610, 2701, 3, 1685474156), |
| | | (988, 678, 611, 2702, 3, 1685474156), |
| | | (989, 679, 611, 2703, 3, 1685474156), |
| | | (990, 680, 611, 2704, 3, 1685474156), |
| | | (991, 681, 612, 2695, 3, 1685474156), |
| | | (992, 682, 612, 2696, 3, 1685474156), |
| | | (993, 683, 612, 2697, 3, 1685474156), |
| | | (994, 684, 613, 2698, 3, 1685474156), |
| | | (995, 685, 613, 2699, 3, 1685474156), |
| | | (996, 686, 614, 2700, 3, 1685474156), |
| | | (997, 687, 614, 2701, 3, 1685474156), |
| | | (998, 688, 615, 2702, 3, 1685474156), |
| | | (999, 689, 615, 2703, 3, 1685474156), |
| | | (1000, 690, 615, 2704, 3, 1685474156), |
| | | (1001, 691, 616, 2695, 3, 1685541479), |
| | | (1002, 692, 616, 2696, 3, 1685541479), |
| | | (1003, 693, 616, 2697, 3, 1685541479), |
| | | (1004, 694, 617, 2698, 3, 1685541479), |
| | | (1005, 695, 617, 2699, 3, 1685541479), |
| | | (1006, 696, 618, 2700, 3, 1685541479), |
| | | (1007, 697, 618, 2701, 3, 1685541479), |
| | | (1008, 698, 619, 2702, 3, 1685541479), |
| | | (1009, 699, 619, 2703, 3, 1685541479), |
| | | (1010, 700, 619, 2704, 3, 1685541479), |
| | | (1011, 701, 620, 2695, 3, 1685541479), |
| | | (1012, 702, 620, 2696, 3, 1685541479), |
| | | (1013, 703, 620, 2697, 3, 1685541479), |
| | | (1014, 704, 621, 2698, 3, 1685541479), |
| | | (1015, 705, 621, 2699, 3, 1685541479), |
| | | (1016, 706, 622, 2700, 3, 1685541479), |
| | | (1017, 707, 622, 2701, 3, 1685541479), |
| | | (1018, 708, 623, 2702, 3, 1685541479), |
| | | (1019, 709, 623, 2703, 3, 1685541479), |
| | | (1020, 710, 623, 2704, 3, 1685541479), |
| | | (1021, 711, 624, 2695, 3, 1685541479), |
| | | (1022, 712, 624, 2696, 3, 1685541479), |
| | | (1023, 713, 624, 2697, 3, 1685541479), |
| | | (1024, 714, 625, 2698, 3, 1685541479), |
| | | (1025, 715, 625, 2699, 3, 1685541479), |
| | | (1026, 716, 626, 2700, 3, 1685541479), |
| | | (1027, 717, 626, 2701, 3, 1685541479), |
| | | (1028, 718, 627, 2702, 3, 1685541479), |
| | | (1029, 719, 627, 2703, 3, 1685541479), |
| | | (1030, 720, 627, 2704, 3, 1685541479), |
| | | (1031, 721, 628, 2695, 3, 1685541479), |
| | | (1032, 722, 628, 2696, 3, 1685541479), |
| | | (1033, 723, 628, 2697, 3, 1685541479), |
| | | (1034, 724, 629, 2698, 3, 1685541479), |
| | | (1035, 725, 629, 2699, 3, 1685541479), |
| | | (1036, 726, 630, 2700, 3, 1685541479), |
| | | (1037, 727, 630, 2701, 3, 1685541479), |
| | | (1038, 728, 631, 2702, 3, 1685541479), |
| | | (1039, 729, 631, 2703, 3, 1685541479), |
| | | (1040, 730, 631, 2704, 3, 1685541479), |
| | | (1041, 731, 632, 2695, 3, 1685541479), |
| | | (1042, 732, 632, 2696, 3, 1685541479), |
| | | (1043, 733, 632, 2697, 3, 1685541479), |
| | | (1044, 734, 633, 2698, 3, 1685541479), |
| | | (1045, 735, 633, 2699, 3, 1685541479), |
| | | (1046, 736, 634, 2700, 3, 1685541479), |
| | | (1047, 737, 634, 2701, 3, 1685541479), |
| | | (1048, 738, 635, 2702, 3, 1685541479), |
| | | (1049, 739, 635, 2703, 3, 1685541479), |
| | | (1050, 740, 635, 2704, 3, 1685541479), |
| | | (1064, 741, 636, 2695, 3, 1685543475), |
| | | (1065, 742, 636, 2696, 3, 1685543475), |
| | | (1066, 743, 636, 2697, 3, 1685543475), |
| | | (1067, 744, 637, 2698, 3, 1685543475), |
| | | (1068, 745, 637, 2699, 3, 1685543475), |
| | | (1069, 746, 638, 2700, 3, 1685543475), |
| | | (1070, 747, 638, 2701, 3, 1685543475), |
| | | (1071, 748, 639, 2702, 3, 1685543475), |
| | | (1072, 749, 639, 2703, 3, 1685543475), |
| | | (1073, 750, 639, 2704, 3, 1685543475), |
| | | (1074, 751, 640, 2695, 3, 1685543475), |
| | | (1075, 752, 640, 2696, 3, 1685543475), |
| | | (1076, 753, 640, 2697, 3, 1685543475), |
| | | (1077, 754, 641, 2698, 3, 1685543475), |
| | | (1078, 755, 641, 2699, 3, 1685543475), |
| | | (1079, 756, 642, 2700, 3, 1685543475), |
| | | (1080, 757, 642, 2701, 3, 1685543475), |
| | | (1081, 758, 643, 2702, 3, 1685543475), |
| | | (1082, 759, 643, 2703, 3, 1685543475), |
| | | (1083, 760, 643, 2704, 3, 1685543475), |
| | | (1084, 761, 644, 2695, 3, 1685543475), |
| | | (1085, 762, 644, 2696, 3, 1685543475), |
| | | (1086, 763, 644, 2697, 3, 1685543475), |
| | | (1087, 764, 645, 2698, 3, 1685543475), |
| | | (1088, 765, 645, 2699, 3, 1685543475), |
| | | (1089, 766, 646, 2700, 3, 1685543475), |
| | | (1090, 767, 646, 2701, 3, 1685543475), |
| | | (1091, 768, 647, 2702, 3, 1685543475), |
| | | (1092, 769, 647, 2703, 3, 1685543475), |
| | | (1093, 770, 647, 2704, 3, 1685543475), |
| | | (1094, 771, 648, 2695, 3, 1685543475), |
| | | (1095, 772, 648, 2696, 3, 1685543475), |
| | | (1096, 773, 648, 2697, 3, 1685543475), |
| | | (1097, 774, 649, 2698, 3, 1685543475), |
| | | (1098, 775, 649, 2699, 3, 1685543475), |
| | | (1099, 776, 650, 2700, 3, 1685543475), |
| | | (1100, 777, 650, 2701, 3, 1685543475), |
| | | (1101, 778, 651, 2702, 3, 1685543475), |
| | | (1102, 779, 651, 2703, 3, 1685543475), |
| | | (1103, 780, 651, 2704, 3, 1685543475), |
| | | (1104, 781, 652, 2695, 3, 1685543475), |
| | | (1105, 782, 652, 2696, 3, 1685543475), |
| | | (1106, 783, 652, 2697, 3, 1685543475), |
| | | (1107, 784, 653, 2698, 3, 1685543475), |
| | | (1108, 785, 653, 2699, 3, 1685543475), |
| | | (1109, 786, 654, 2700, 3, 1685543475), |
| | | (1110, 787, 654, 2701, 3, 1685543475), |
| | | (1111, 788, 655, 2702, 3, 1685543475), |
| | | (1112, 789, 655, 2703, 3, 1685543475), |
| | | (1113, 790, 655, 2704, 3, 1685543475), |
| | | (1127, 791, 656, 2695, 3, 1685543480), |
| | | (1128, 792, 656, 2696, 3, 1685543480), |
| | | (1129, 793, 656, 2697, 3, 1685543480), |
| | | (1130, 794, 657, 2698, 3, 1685543480), |
| | | (1131, 795, 657, 2699, 3, 1685543480), |
| | | (1132, 796, 658, 2700, 3, 1685543480), |
| | | (1133, 797, 658, 2701, 3, 1685543480), |
| | | (1134, 798, 659, 2702, 3, 1685543480), |
| | | (1135, 799, 659, 2703, 3, 1685543480), |
| | | (1136, 800, 659, 2704, 3, 1685543480), |
| | | (1137, 801, 660, 2695, 3, 1685543480), |
| | | (1138, 802, 660, 2696, 3, 1685543480), |
| | | (1139, 803, 660, 2697, 3, 1685543480), |
| | | (1140, 804, 661, 2698, 3, 1685543480), |
| | | (1141, 805, 661, 2699, 3, 1685543480), |
| | | (1142, 806, 662, 2700, 3, 1685543480), |
| | | (1143, 807, 662, 2701, 3, 1685543480), |
| | | (1144, 808, 663, 2702, 3, 1685543480), |
| | | (1145, 809, 663, 2703, 3, 1685543480), |
| | | (1146, 810, 663, 2704, 3, 1685543480), |
| | | (1147, 811, 664, 2695, 3, 1685543480), |
| | | (1148, 812, 664, 2696, 3, 1685543480), |
| | | (1149, 813, 664, 2697, 3, 1685543480), |
| | | (1150, 814, 665, 2698, 3, 1685543480), |
| | | (1151, 815, 665, 2699, 3, 1685543480), |
| | | (1152, 816, 666, 2700, 3, 1685543480), |
| | | (1153, 817, 666, 2701, 3, 1685543480), |
| | | (1154, 818, 667, 2702, 3, 1685543480), |
| | | (1155, 819, 667, 2703, 3, 1685543480), |
| | | (1156, 820, 667, 2704, 3, 1685543480), |
| | | (1157, 821, 668, 2695, 3, 1685543480), |
| | | (1158, 822, 668, 2696, 3, 1685543480), |
| | | (1159, 823, 668, 2697, 3, 1685543480), |
| | | (1160, 824, 669, 2698, 3, 1685543480), |
| | | (1161, 825, 669, 2699, 3, 1685543480), |
| | | (1162, 826, 670, 2700, 3, 1685543480), |
| | | (1163, 827, 670, 2701, 3, 1685543480), |
| | | (1164, 828, 671, 2702, 3, 1685543480), |
| | | (1165, 829, 671, 2703, 3, 1685543480), |
| | | (1166, 830, 671, 2704, 3, 1685543480), |
| | | (1167, 831, 672, 2695, 3, 1685543480), |
| | | (1168, 832, 672, 2696, 3, 1685543480), |
| | | (1169, 833, 672, 2697, 3, 1685543480), |
| | | (1170, 834, 673, 2698, 3, 1685543480), |
| | | (1171, 835, 673, 2699, 3, 1685543480), |
| | | (1172, 836, 674, 2700, 3, 1685543480), |
| | | (1173, 837, 674, 2701, 3, 1685543480), |
| | | (1174, 838, 675, 2702, 3, 1685543480), |
| | | (1175, 839, 675, 2703, 3, 1685543480), |
| | | (1176, 840, 675, 2704, 3, 1685543480), |
| | | (1190, 841, 676, 2695, 3, 1685543975), |
| | | (1191, 842, 676, 2696, 3, 1685543975), |
| | | (1192, 843, 676, 2697, 3, 1685543975), |
| | | (1193, 844, 677, 2698, 3, 1685543975), |
| | | (1194, 845, 677, 2699, 3, 1685543975), |
| | | (1195, 846, 678, 2700, 3, 1685543975), |
| | | (1196, 847, 678, 2701, 3, 1685543975), |
| | | (1197, 848, 679, 2702, 3, 1685543975), |
| | | (1198, 849, 679, 2703, 3, 1685543975), |
| | | (1199, 850, 679, 2704, 3, 1685543975), |
| | | (1200, 851, 680, 2695, 3, 1685543975), |
| | | (1201, 852, 680, 2696, 3, 1685543975), |
| | | (1202, 853, 680, 2697, 3, 1685543975), |
| | | (1203, 854, 681, 2698, 3, 1685543975), |
| | | (1204, 855, 681, 2699, 3, 1685543975), |
| | | (1205, 856, 682, 2700, 3, 1685543975), |
| | | (1206, 857, 682, 2701, 3, 1685543975), |
| | | (1207, 858, 683, 2702, 3, 1685543975), |
| | | (1208, 859, 683, 2703, 3, 1685543975), |
| | | (1209, 860, 683, 2704, 3, 1685543975), |
| | | (1210, 861, 684, 2695, 3, 1685543975), |
| | | (1211, 862, 684, 2696, 3, 1685543975), |
| | | (1212, 863, 684, 2697, 3, 1685543975), |
| | | (1213, 864, 685, 2698, 3, 1685543975), |
| | | (1214, 865, 685, 2699, 3, 1685543975), |
| | | (1215, 866, 686, 2700, 3, 1685543975), |
| | | (1216, 867, 686, 2701, 3, 1685543975), |
| | | (1217, 868, 687, 2702, 3, 1685543975), |
| | | (1218, 869, 687, 2703, 3, 1685543975), |
| | | (1219, 870, 687, 2704, 3, 1685543975), |
| | | (1220, 871, 688, 2695, 3, 1685543975), |
| | | (1221, 872, 688, 2696, 3, 1685543975), |
| | | (1222, 873, 688, 2697, 3, 1685543975), |
| | | (1223, 874, 689, 2698, 3, 1685543975), |
| | | (1224, 875, 689, 2699, 3, 1685543975), |
| | | (1225, 876, 690, 2700, 3, 1685543975), |
| | | (1226, 877, 690, 2701, 3, 1685543975), |
| | | (1227, 878, 691, 2702, 3, 1685543975), |
| | | (1228, 879, 691, 2703, 3, 1685543975), |
| | | (1229, 880, 691, 2704, 3, 1685543975), |
| | | (1230, 881, 692, 2695, 3, 1685543975), |
| | | (1231, 882, 692, 2696, 3, 1685543975), |
| | | (1232, 883, 692, 2697, 3, 1685543975), |
| | | (1233, 884, 693, 2698, 3, 1685543975), |
| | | (1234, 885, 693, 2699, 3, 1685543975), |
| | | (1235, 886, 694, 2700, 3, 1685543975), |
| | | (1236, 887, 694, 2701, 3, 1685543975), |
| | | (1237, 888, 695, 2702, 3, 1685543975), |
| | | (1238, 889, 695, 2703, 3, 1685543975), |
| | | (1239, 890, 695, 2704, 3, 1685543975), |
| | | (1253, 891, 696, 2695, 3, 1685544069), |
| | | (1254, 892, 696, 2696, 3, 1685544069), |
| | | (1255, 893, 696, 2697, 3, 1685544069), |
| | | (1256, 894, 697, 2698, 3, 1685544069), |
| | | (1257, 895, 697, 2699, 3, 1685544069), |
| | | (1258, 896, 698, 2700, 3, 1685544069), |
| | | (1259, 897, 698, 2701, 3, 1685544069), |
| | | (1260, 898, 699, 2702, 3, 1685544069), |
| | | (1261, 899, 699, 2703, 3, 1685544069), |
| | | (1262, 900, 699, 2704, 3, 1685544069), |
| | | (1263, 901, 700, 2695, 3, 1685544069), |
| | | (1264, 902, 700, 2696, 3, 1685544069), |
| | | (1265, 903, 700, 2697, 3, 1685544069), |
| | | (1266, 904, 701, 2698, 3, 1685544069), |
| | | (1267, 905, 701, 2699, 3, 1685544069), |
| | | (1268, 906, 702, 2700, 3, 1685544069), |
| | | (1269, 907, 702, 2701, 3, 1685544069), |
| | | (1270, 908, 703, 2702, 3, 1685544069), |
| | | (1271, 909, 703, 2703, 3, 1685544069), |
| | | (1272, 910, 703, 2704, 3, 1685544069), |
| | | (1273, 911, 704, 2695, 3, 1685544069), |
| | | (1274, 912, 704, 2696, 3, 1685544069), |
| | | (1275, 913, 704, 2697, 3, 1685544069), |
| | | (1276, 914, 705, 2698, 3, 1685544069), |
| | | (1277, 915, 705, 2699, 3, 1685544069), |
| | | (1278, 916, 706, 2700, 3, 1685544069), |
| | | (1279, 917, 706, 2701, 3, 1685544069), |
| | | (1280, 918, 707, 2702, 3, 1685544069), |
| | | (1281, 919, 707, 2703, 3, 1685544069), |
| | | (1282, 920, 707, 2704, 3, 1685544069), |
| | | (1283, 921, 708, 2695, 3, 1685544069), |
| | | (1284, 922, 708, 2696, 3, 1685544069), |
| | | (1285, 923, 708, 2697, 3, 1685544069), |
| | | (1286, 924, 709, 2698, 3, 1685544069), |
| | | (1287, 925, 709, 2699, 3, 1685544069), |
| | | (1288, 926, 710, 2700, 3, 1685544069), |
| | | (1289, 927, 710, 2701, 3, 1685544069), |
| | | (1290, 928, 711, 2702, 3, 1685544069), |
| | | (1291, 929, 711, 2703, 3, 1685544069), |
| | | (1292, 930, 711, 2704, 3, 1685544069), |
| | | (1293, 931, 712, 2695, 3, 1685544069), |
| | | (1294, 932, 712, 2696, 3, 1685544069), |
| | | (1295, 933, 712, 2697, 3, 1685544069), |
| | | (1296, 934, 713, 2698, 3, 1685544069), |
| | | (1297, 935, 713, 2699, 3, 1685544069), |
| | | (1298, 936, 714, 2700, 3, 1685544069), |
| | | (1299, 937, 714, 2701, 3, 1685544069), |
| | | (1300, 938, 715, 2702, 3, 1685544069), |
| | | (1301, 939, 715, 2703, 3, 1685544069), |
| | | (1302, 940, 715, 2704, 3, 1685544069), |
| | | (1316, 941, 716, 2695, 3, 1685544256), |
| | | (1317, 942, 716, 2696, 3, 1685544256), |
| | | (1318, 943, 716, 2697, 3, 1685544256), |
| | | (1319, 944, 717, 2698, 3, 1685544256), |
| | | (1320, 945, 717, 2699, 3, 1685544256), |
| | | (1321, 946, 718, 2700, 3, 1685544256), |
| | | (1322, 947, 718, 2701, 3, 1685544256), |
| | | (1323, 948, 719, 2702, 3, 1685544256), |
| | | (1324, 949, 719, 2703, 3, 1685544256), |
| | | (1325, 950, 719, 2704, 3, 1685544256), |
| | | (1326, 951, 720, 2695, 3, 1685544256), |
| | | (1327, 952, 720, 2696, 3, 1685544256), |
| | | (1328, 953, 720, 2697, 3, 1685544256), |
| | | (1329, 954, 721, 2698, 3, 1685544256), |
| | | (1330, 955, 721, 2699, 3, 1685544256), |
| | | (1331, 956, 722, 2700, 3, 1685544256), |
| | | (1332, 957, 722, 2701, 3, 1685544256), |
| | | (1333, 958, 723, 2702, 3, 1685544256), |
| | | (1334, 959, 723, 2703, 3, 1685544256), |
| | | (1335, 960, 723, 2704, 3, 1685544256), |
| | | (1336, 961, 724, 2695, 3, 1685544256), |
| | | (1337, 962, 724, 2696, 3, 1685544256), |
| | | (1338, 963, 724, 2697, 3, 1685544256), |
| | | (1339, 964, 725, 2698, 3, 1685544256), |
| | | (1340, 965, 725, 2699, 3, 1685544256), |
| | | (1341, 966, 726, 2700, 3, 1685544256), |
| | | (1342, 967, 726, 2701, 3, 1685544256), |
| | | (1343, 968, 727, 2702, 3, 1685544256), |
| | | (1344, 969, 727, 2703, 3, 1685544256), |
| | | (1345, 970, 727, 2704, 3, 1685544256), |
| | | (1346, 971, 728, 2695, 3, 1685544256), |
| | | (1347, 972, 728, 2696, 3, 1685544256), |
| | | (1348, 973, 728, 2697, 3, 1685544256), |
| | | (1349, 974, 729, 2698, 3, 1685544256), |
| | | (1350, 975, 729, 2699, 3, 1685544256), |
| | | (1351, 976, 730, 2700, 3, 1685544256), |
| | | (1352, 977, 730, 2701, 3, 1685544256), |
| | | (1353, 978, 731, 2702, 3, 1685544256), |
| | | (1354, 979, 731, 2703, 3, 1685544256), |
| | | (1355, 980, 731, 2704, 3, 1685544256), |
| | | (1356, 981, 732, 2695, 3, 1685544256), |
| | | (1357, 982, 732, 2696, 3, 1685544256), |
| | | (1358, 983, 732, 2697, 3, 1685544256), |
| | | (1359, 984, 733, 2698, 3, 1685544256), |
| | | (1360, 985, 733, 2699, 3, 1685544256), |
| | | (1361, 986, 734, 2700, 3, 1685544256), |
| | | (1362, 987, 734, 2701, 3, 1685544256), |
| | | (1363, 988, 735, 2702, 3, 1685544256), |
| | | (1364, 989, 735, 2703, 3, 1685544256), |
| | | (1365, 990, 735, 2704, 3, 1685544256), |
| | | (1379, 991, 736, 2695, 3, 1685544577), |
| | | (1380, 992, 736, 2696, 3, 1685544577), |
| | | (1381, 993, 736, 2697, 3, 1685544577), |
| | | (1382, 994, 737, 2698, 3, 1685544577), |
| | | (1383, 995, 737, 2699, 3, 1685544577), |
| | | (1384, 996, 738, 2700, 3, 1685544577), |
| | | (1385, 997, 738, 2701, 3, 1685544577), |
| | | (1386, 998, 739, 2702, 3, 1685544577), |
| | | (1387, 999, 739, 2703, 3, 1685544577), |
| | | (1388, 1000, 739, 2704, 3, 1685544577), |
| | | (1389, 1001, 740, 2695, 3, 1685544577), |
| | | (1390, 1002, 740, 2696, 3, 1685544577), |
| | | (1391, 1003, 740, 2697, 3, 1685544577), |
| | | (1392, 1004, 741, 2698, 3, 1685544577), |
| | | (1393, 1005, 741, 2699, 3, 1685544577), |
| | | (1394, 1006, 742, 2700, 3, 1685544577), |
| | | (1395, 1007, 742, 2701, 3, 1685544577), |
| | | (1396, 1008, 743, 2702, 3, 1685544577), |
| | | (1397, 1009, 743, 2703, 3, 1685544577), |
| | | (1398, 1010, 743, 2704, 3, 1685544577), |
| | | (1399, 1011, 744, 2695, 3, 1685544577), |
| | | (1400, 1012, 744, 2696, 3, 1685544577), |
| | | (1401, 1013, 744, 2697, 3, 1685544577), |
| | | (1402, 1014, 745, 2698, 3, 1685544577), |
| | | (1403, 1015, 745, 2699, 3, 1685544577), |
| | | (1404, 1016, 746, 2700, 3, 1685544577), |
| | | (1405, 1017, 746, 2701, 3, 1685544577), |
| | | (1406, 1018, 747, 2702, 3, 1685544577), |
| | | (1407, 1019, 747, 2703, 3, 1685544577), |
| | | (1408, 1020, 747, 2704, 3, 1685544577), |
| | | (1409, 1021, 748, 2695, 3, 1685544577), |
| | | (1410, 1022, 748, 2696, 3, 1685544577), |
| | | (1411, 1023, 748, 2697, 3, 1685544577), |
| | | (1412, 1024, 749, 2698, 3, 1685544577), |
| | | (1413, 1025, 749, 2699, 3, 1685544577), |
| | | (1414, 1026, 750, 2700, 3, 1685544577), |
| | | (1415, 1027, 750, 2701, 3, 1685544577), |
| | | (1416, 1028, 751, 2702, 3, 1685544577), |
| | | (1417, 1029, 751, 2703, 3, 1685544577), |
| | | (1418, 1030, 751, 2704, 3, 1685544577), |
| | | (1419, 1031, 752, 2695, 3, 1685544577), |
| | | (1420, 1032, 752, 2696, 3, 1685544577), |
| | | (1421, 1033, 752, 2697, 3, 1685544577), |
| | | (1422, 1034, 753, 2698, 3, 1685544577), |
| | | (1423, 1035, 753, 2699, 3, 1685544577), |
| | | (1424, 1036, 754, 2700, 3, 1685544577), |
| | | (1425, 1037, 754, 2701, 3, 1685544577), |
| | | (1426, 1038, 755, 2702, 3, 1685544577), |
| | | (1427, 1039, 755, 2703, 3, 1685544577), |
| | | (1428, 1040, 755, 2704, 3, 1685544577), |
| | | (1442, 1041, 756, 2695, 3, 1685544734), |
| | | (1443, 1042, 756, 2696, 3, 1685544734), |
| | | (1444, 1043, 756, 2697, 3, 1685544734), |
| | | (1445, 1044, 757, 2698, 3, 1685544734), |
| | | (1446, 1045, 757, 2699, 3, 1685544734), |
| | | (1447, 1046, 758, 2700, 3, 1685544734), |
| | | (1448, 1047, 758, 2701, 3, 1685544734), |
| | | (1449, 1048, 759, 2702, 3, 1685544734), |
| | | (1450, 1049, 759, 2703, 3, 1685544734), |
| | | (1451, 1050, 759, 2704, 3, 1685544734), |
| | | (1452, 1051, 760, 2695, 3, 1685544734), |
| | | (1453, 1052, 760, 2696, 3, 1685544734), |
| | | (1454, 1053, 760, 2697, 3, 1685544734), |
| | | (1455, 1054, 761, 2698, 3, 1685544734), |
| | | (1456, 1055, 761, 2699, 3, 1685544734), |
| | | (1457, 1056, 762, 2700, 3, 1685544734), |
| | | (1458, 1057, 762, 2701, 3, 1685544734), |
| | | (1459, 1058, 763, 2702, 3, 1685544734), |
| | | (1460, 1059, 763, 2703, 3, 1685544734), |
| | | (1461, 1060, 763, 2704, 3, 1685544734), |
| | | (1462, 1061, 764, 2695, 3, 1685544734), |
| | | (1463, 1062, 764, 2696, 3, 1685544734), |
| | | (1464, 1063, 764, 2697, 3, 1685544734), |
| | | (1465, 1064, 765, 2698, 3, 1685544734), |
| | | (1466, 1065, 765, 2699, 3, 1685544734), |
| | | (1467, 1066, 766, 2700, 3, 1685544734), |
| | | (1468, 1067, 766, 2701, 3, 1685544734), |
| | | (1469, 1068, 767, 2702, 3, 1685544734), |
| | | (1470, 1069, 767, 2703, 3, 1685544734), |
| | | (1471, 1070, 767, 2704, 3, 1685544734), |
| | | (1472, 1071, 768, 2695, 3, 1685544734), |
| | | (1473, 1072, 768, 2696, 3, 1685544734), |
| | | (1474, 1073, 768, 2697, 3, 1685544734), |
| | | (1475, 1074, 769, 2698, 3, 1685544734), |
| | | (1476, 1075, 769, 2699, 3, 1685544734), |
| | | (1477, 1076, 770, 2700, 3, 1685544734), |
| | | (1478, 1077, 770, 2701, 3, 1685544734), |
| | | (1479, 1078, 771, 2702, 3, 1685544734), |
| | | (1480, 1079, 771, 2703, 3, 1685544734), |
| | | (1481, 1080, 771, 2704, 3, 1685544734), |
| | | (1482, 1081, 772, 2695, 3, 1685544734), |
| | | (1483, 1082, 772, 2696, 3, 1685544734), |
| | | (1484, 1083, 772, 2697, 3, 1685544734), |
| | | (1485, 1084, 773, 2698, 3, 1685544734), |
| | | (1486, 1085, 773, 2699, 3, 1685544734), |
| | | (1487, 1086, 774, 2700, 3, 1685544734), |
| | | (1488, 1087, 774, 2701, 3, 1685544734), |
| | | (1489, 1088, 775, 2702, 3, 1685544734), |
| | | (1490, 1089, 775, 2703, 3, 1685544734), |
| | | (1491, 1090, 775, 2704, 3, 1685544734), |
| | | (1505, 1091, 776, 2695, 3, 1685545564), |
| | | (1506, 1092, 776, 2696, 3, 1685545564), |
| | | (1507, 1093, 776, 2697, 3, 1685545564), |
| | | (1508, 1094, 777, 2698, 3, 1685545564), |
| | | (1509, 1095, 777, 2699, 3, 1685545564), |
| | | (1510, 1096, 778, 2700, 3, 1685545564), |
| | | (1511, 1097, 778, 2701, 3, 1685545564), |
| | | (1512, 1098, 779, 2702, 3, 1685545564), |
| | | (1513, 1099, 779, 2703, 3, 1685545564), |
| | | (1514, 1100, 779, 2704, 3, 1685545564), |
| | | (1515, 1101, 780, 2695, 3, 1685545564), |
| | | (1516, 1102, 780, 2696, 3, 1685545564), |
| | | (1517, 1103, 780, 2697, 3, 1685545564), |
| | | (1518, 1104, 781, 2698, 3, 1685545564), |
| | | (1519, 1105, 781, 2699, 3, 1685545564), |
| | | (1520, 1106, 782, 2700, 3, 1685545564), |
| | | (1521, 1107, 782, 2701, 3, 1685545564), |
| | | (1522, 1108, 783, 2702, 3, 1685545564), |
| | | (1523, 1109, 783, 2703, 3, 1685545564), |
| | | (1524, 1110, 783, 2704, 3, 1685545564), |
| | | (1525, 1111, 784, 2695, 3, 1685545564), |
| | | (1526, 1112, 784, 2696, 3, 1685545564), |
| | | (1527, 1113, 784, 2697, 3, 1685545564), |
| | | (1528, 1114, 785, 2698, 3, 1685545564), |
| | | (1529, 1115, 785, 2699, 3, 1685545564), |
| | | (1530, 1116, 786, 2700, 3, 1685545564), |
| | | (1531, 1117, 786, 2701, 3, 1685545564), |
| | | (1532, 1118, 787, 2702, 3, 1685545564), |
| | | (1533, 1119, 787, 2703, 3, 1685545564), |
| | | (1534, 1120, 787, 2704, 3, 1685545564), |
| | | (1535, 1121, 788, 2695, 3, 1685545564), |
| | | (1536, 1122, 788, 2696, 3, 1685545564), |
| | | (1537, 1123, 788, 2697, 3, 1685545564), |
| | | (1538, 1124, 789, 2698, 3, 1685545564), |
| | | (1539, 1125, 789, 2699, 3, 1685545564), |
| | | (1540, 1126, 790, 2700, 3, 1685545564), |
| | | (1541, 1127, 790, 2701, 3, 1685545564), |
| | | (1542, 1128, 791, 2702, 3, 1685545564), |
| | | (1543, 1129, 791, 2703, 3, 1685545564), |
| | | (1544, 1130, 791, 2704, 3, 1685545564), |
| | | (1545, 1131, 792, 2695, 3, 1685545564), |
| | | (1546, 1132, 792, 2696, 3, 1685545564), |
| | | (1547, 1133, 792, 2697, 3, 1685545564), |
| | | (1548, 1134, 793, 2698, 3, 1685545564), |
| | | (1549, 1135, 793, 2699, 3, 1685545564), |
| | | (1550, 1136, 794, 2700, 3, 1685545564), |
| | | (1551, 1137, 794, 2701, 3, 1685545564), |
| | | (1552, 1138, 795, 2702, 3, 1685545564), |
| | | (1553, 1139, 795, 2703, 3, 1685545564), |
| | | (1554, 1140, 795, 2704, 3, 1685545564), |
| | | (1568, 1141, 796, 2695, 3, 1685549239), |
| | | (1569, 1142, 796, 2696, 3, 1685549239), |
| | | (1570, 1143, 796, 2697, 3, 1685549239), |
| | | (1571, 1144, 797, 2698, 3, 1685549239), |
| | | (1572, 1145, 797, 2699, 3, 1685549239), |
| | | (1573, 1146, 798, 2700, 3, 1685549239), |
| | | (1574, 1147, 798, 2701, 3, 1685549239), |
| | | (1575, 1148, 799, 2702, 3, 1685549239), |
| | | (1576, 1149, 799, 2703, 3, 1685549239), |
| | | (1577, 1150, 799, 2704, 3, 1685549239), |
| | | (1578, 1151, 800, 2695, 3, 1685549239), |
| | | (1579, 1152, 800, 2696, 3, 1685549239), |
| | | (1580, 1153, 800, 2697, 3, 1685549239), |
| | | (1581, 1154, 801, 2698, 3, 1685549239), |
| | | (1582, 1155, 801, 2699, 3, 1685549239), |
| | | (1583, 1156, 802, 2700, 3, 1685549239), |
| | | (1584, 1157, 802, 2701, 3, 1685549239), |
| | | (1585, 1158, 803, 2702, 3, 1685549239), |
| | | (1586, 1159, 803, 2703, 3, 1685549239), |
| | | (1587, 1160, 803, 2704, 3, 1685549239), |
| | | (1588, 1161, 804, 2695, 3, 1685549239), |
| | | (1589, 1162, 804, 2696, 3, 1685549239), |
| | | (1590, 1163, 804, 2697, 3, 1685549239), |
| | | (1591, 1164, 805, 2698, 3, 1685549239), |
| | | (1592, 1165, 805, 2699, 3, 1685549239), |
| | | (1593, 1166, 806, 2700, 3, 1685549239), |
| | | (1594, 1167, 806, 2701, 3, 1685549239), |
| | | (1595, 1168, 807, 2702, 3, 1685549239), |
| | | (1596, 1169, 807, 2703, 3, 1685549239), |
| | | (1597, 1170, 807, 2704, 3, 1685549239), |
| | | (1598, 1171, 808, 2695, 3, 1685549239), |
| | | (1599, 1172, 808, 2696, 3, 1685549239), |
| | | (1600, 1173, 808, 2697, 3, 1685549239), |
| | | (1601, 1174, 809, 2698, 3, 1685549239), |
| | | (1602, 1175, 809, 2699, 3, 1685549239), |
| | | (1603, 1176, 810, 2700, 3, 1685549239), |
| | | (1604, 1177, 810, 2701, 3, 1685549239), |
| | | (1605, 1178, 811, 2702, 3, 1685549239), |
| | | (1606, 1179, 811, 2703, 3, 1685549239), |
| | | (1607, 1180, 811, 2704, 3, 1685549239), |
| | | (1608, 1181, 812, 2695, 3, 1685549239), |
| | | (1609, 1182, 812, 2696, 3, 1685549239), |
| | | (1610, 1183, 812, 2697, 3, 1685549239), |
| | | (1611, 1184, 813, 2698, 3, 1685549239), |
| | | (1612, 1185, 813, 2699, 3, 1685549239), |
| | | (1613, 1186, 814, 2700, 3, 1685549239), |
| | | (1614, 1187, 814, 2701, 3, 1685549239), |
| | | (1615, 1188, 815, 2702, 3, 1685549239), |
| | | (1616, 1189, 815, 2703, 3, 1685549239), |
| | | (1617, 1190, 815, 2704, 3, 1685549239), |
| | | (1631, 1191, 816, 2695, 3, 1685549413), |
| | | (1632, 1192, 816, 2696, 3, 1685549413), |
| | | (1633, 1193, 816, 2697, 3, 1685549413), |
| | | (1634, 1194, 817, 2698, 3, 1685549413), |
| | | (1635, 1195, 817, 2699, 3, 1685549413), |
| | | (1636, 1196, 818, 2700, 3, 1685549413), |
| | | (1637, 1197, 818, 2701, 3, 1685549413), |
| | | (1638, 1198, 819, 2702, 3, 1685549413), |
| | | (1639, 1199, 819, 2703, 3, 1685549413), |
| | | (1640, 1200, 819, 2704, 3, 1685549413), |
| | | (1641, 1201, 820, 2695, 3, 1685549413), |
| | | (1642, 1202, 820, 2696, 3, 1685549413), |
| | | (1643, 1203, 820, 2697, 3, 1685549413), |
| | | (1644, 1204, 821, 2698, 3, 1685549413), |
| | | (1645, 1205, 821, 2699, 3, 1685549413), |
| | | (1646, 1206, 822, 2700, 3, 1685549413), |
| | | (1647, 1207, 822, 2701, 3, 1685549413), |
| | | (1648, 1208, 823, 2702, 3, 1685549413), |
| | | (1649, 1209, 823, 2703, 3, 1685549413), |
| | | (1650, 1210, 823, 2704, 3, 1685549413), |
| | | (1651, 1211, 824, 2695, 3, 1685549413), |
| | | (1652, 1212, 824, 2696, 3, 1685549413), |
| | | (1653, 1213, 824, 2697, 3, 1685549413), |
| | | (1654, 1214, 825, 2698, 3, 1685549413), |
| | | (1655, 1215, 825, 2699, 3, 1685549413), |
| | | (1656, 1216, 826, 2700, 3, 1685549413), |
| | | (1657, 1217, 826, 2701, 3, 1685549413), |
| | | (1658, 1218, 827, 2702, 3, 1685549413), |
| | | (1659, 1219, 827, 2703, 3, 1685549413), |
| | | (1660, 1220, 827, 2704, 3, 1685549413), |
| | | (1661, 1221, 828, 2695, 3, 1685549413), |
| | | (1662, 1222, 828, 2696, 3, 1685549413), |
| | | (1663, 1223, 828, 2697, 3, 1685549413), |
| | | (1664, 1224, 829, 2698, 3, 1685549413), |
| | | (1665, 1225, 829, 2699, 3, 1685549413), |
| | | (1666, 1226, 830, 2700, 3, 1685549413), |
| | | (1667, 1227, 830, 2701, 3, 1685549413), |
| | | (1668, 1228, 831, 2702, 3, 1685549413), |
| | | (1669, 1229, 831, 2703, 3, 1685549413), |
| | | (1670, 1230, 831, 2704, 3, 1685549413), |
| | | (1671, 1231, 832, 2695, 3, 1685549413), |
| | | (1672, 1232, 832, 2696, 3, 1685549413), |
| | | (1673, 1233, 832, 2697, 3, 1685549413), |
| | | (1674, 1234, 833, 2698, 3, 1685549413), |
| | | (1675, 1235, 833, 2699, 3, 1685549413), |
| | | (1676, 1236, 834, 2700, 3, 1685549413), |
| | | (1677, 1237, 834, 2701, 3, 1685549413), |
| | | (1678, 1238, 835, 2702, 3, 1685549413), |
| | | (1679, 1239, 835, 2703, 3, 1685549413), |
| | | (1680, 1240, 835, 2704, 3, 1685549413), |
| | | (1694, 1241, 836, 2695, 3, 1685549478), |
| | | (1695, 1242, 836, 2696, 3, 1685549478), |
| | | (1696, 1243, 836, 2697, 3, 1685549478), |
| | | (1697, 1244, 837, 2698, 3, 1685549478), |
| | | (1698, 1245, 837, 2699, 3, 1685549478), |
| | | (1699, 1246, 838, 2700, 3, 1685549478), |
| | | (1700, 1247, 838, 2701, 3, 1685549478), |
| | | (1701, 1248, 839, 2702, 3, 1685549478), |
| | | (1702, 1249, 839, 2703, 3, 1685549478), |
| | | (1703, 1250, 839, 2704, 3, 1685549478), |
| | | (1704, 1251, 840, 2695, 3, 1685549478), |
| | | (1705, 1252, 840, 2696, 3, 1685549478), |
| | | (1706, 1253, 840, 2697, 3, 1685549478), |
| | | (1707, 1254, 841, 2698, 3, 1685549478), |
| | | (1708, 1255, 841, 2699, 3, 1685549478), |
| | | (1709, 1256, 842, 2700, 3, 1685549478), |
| | | (1710, 1257, 842, 2701, 3, 1685549478), |
| | | (1711, 1258, 843, 2702, 3, 1685549478), |
| | | (1712, 1259, 843, 2703, 3, 1685549478), |
| | | (1713, 1260, 843, 2704, 3, 1685549478), |
| | | (1714, 1261, 844, 2695, 3, 1685549478), |
| | | (1715, 1262, 844, 2696, 3, 1685549478), |
| | | (1716, 1263, 844, 2697, 3, 1685549478), |
| | | (1717, 1264, 845, 2698, 3, 1685549478), |
| | | (1718, 1265, 845, 2699, 3, 1685549478), |
| | | (1719, 1266, 846, 2700, 3, 1685549478), |
| | | (1720, 1267, 846, 2701, 3, 1685549478), |
| | | (1721, 1268, 847, 2702, 3, 1685549478), |
| | | (1722, 1269, 847, 2703, 3, 1685549478), |
| | | (1723, 1270, 847, 2704, 3, 1685549478), |
| | | (1724, 1271, 848, 2695, 3, 1685549478), |
| | | (1725, 1272, 848, 2696, 3, 1685549478), |
| | | (1726, 1273, 848, 2697, 3, 1685549478), |
| | | (1727, 1274, 849, 2698, 3, 1685549478), |
| | | (1728, 1275, 849, 2699, 3, 1685549478), |
| | | (1729, 1276, 850, 2700, 3, 1685549478), |
| | | (1730, 1277, 850, 2701, 3, 1685549478), |
| | | (1731, 1278, 851, 2702, 3, 1685549478), |
| | | (1732, 1279, 851, 2703, 3, 1685549478), |
| | | (1733, 1280, 851, 2704, 3, 1685549478), |
| | | (1734, 1281, 852, 2695, 3, 1685549478), |
| | | (1735, 1282, 852, 2696, 3, 1685549478), |
| | | (1736, 1283, 852, 2697, 3, 1685549478), |
| | | (1737, 1284, 853, 2698, 3, 1685549478), |
| | | (1738, 1285, 853, 2699, 3, 1685549478), |
| | | (1739, 1286, 854, 2700, 3, 1685549478), |
| | | (1740, 1287, 854, 2701, 3, 1685549478), |
| | | (1741, 1288, 855, 2702, 3, 1685549478), |
| | | (1742, 1289, 855, 2703, 3, 1685549478), |
| | | (1743, 1290, 855, 2704, 3, 1685549478), |
| | | (1757, 1291, 856, 2695, 3, 1685549542), |
| | | (1758, 1292, 856, 2696, 3, 1685549542), |
| | | (1759, 1293, 856, 2697, 3, 1685549542), |
| | | (1760, 1294, 857, 2698, 3, 1685549542), |
| | | (1761, 1295, 857, 2699, 3, 1685549542), |
| | | (1762, 1296, 858, 2700, 3, 1685549542), |
| | | (1763, 1297, 858, 2701, 3, 1685549542), |
| | | (1764, 1298, 859, 2702, 3, 1685549542), |
| | | (1765, 1299, 859, 2703, 3, 1685549542), |
| | | (1766, 1300, 859, 2704, 3, 1685549542), |
| | | (1767, 1301, 860, 2695, 3, 1685549542), |
| | | (1768, 1302, 860, 2696, 3, 1685549542), |
| | | (1769, 1303, 860, 2697, 3, 1685549542), |
| | | (1770, 1304, 861, 2698, 3, 1685549542), |
| | | (1771, 1305, 861, 2699, 3, 1685549542), |
| | | (1772, 1306, 862, 2700, 3, 1685549542), |
| | | (1773, 1307, 862, 2701, 3, 1685549542), |
| | | (1774, 1308, 863, 2702, 3, 1685549542), |
| | | (1775, 1309, 863, 2703, 3, 1685549542), |
| | | (1776, 1310, 863, 2704, 3, 1685549542), |
| | | (1777, 1311, 864, 2695, 3, 1685549542), |
| | | (1778, 1312, 864, 2696, 3, 1685549542), |
| | | (1779, 1313, 864, 2697, 3, 1685549542), |
| | | (1780, 1314, 865, 2698, 3, 1685549542), |
| | | (1781, 1315, 865, 2699, 3, 1685549542), |
| | | (1782, 1316, 866, 2700, 3, 1685549542), |
| | | (1783, 1317, 866, 2701, 3, 1685549542), |
| | | (1784, 1318, 867, 2702, 3, 1685549542), |
| | | (1785, 1319, 867, 2703, 3, 1685549542), |
| | | (1786, 1320, 867, 2704, 3, 1685549542), |
| | | (1787, 1321, 868, 2695, 3, 1685549542), |
| | | (1788, 1322, 868, 2696, 3, 1685549542), |
| | | (1789, 1323, 868, 2697, 3, 1685549542), |
| | | (1790, 1324, 869, 2698, 3, 1685549542), |
| | | (1791, 1325, 869, 2699, 3, 1685549542), |
| | | (1792, 1326, 870, 2700, 3, 1685549542), |
| | | (1793, 1327, 870, 2701, 3, 1685549542), |
| | | (1794, 1328, 871, 2702, 3, 1685549542), |
| | | (1795, 1329, 871, 2703, 3, 1685549542), |
| | | (1796, 1330, 871, 2704, 3, 1685549542), |
| | | (1797, 1331, 872, 2695, 3, 1685549542), |
| | | (1798, 1332, 872, 2696, 3, 1685549542), |
| | | (1799, 1333, 872, 2697, 3, 1685549542), |
| | | (1800, 1334, 873, 2698, 3, 1685549542), |
| | | (1801, 1335, 873, 2699, 3, 1685549542), |
| | | (1802, 1336, 874, 2700, 3, 1685549542), |
| | | (1803, 1337, 874, 2701, 3, 1685549542), |
| | | (1804, 1338, 875, 2702, 3, 1685549542), |
| | | (1805, 1339, 875, 2703, 3, 1685549542), |
| | | (1806, 1340, 875, 2704, 3, 1685549542), |
| | | (1820, 1341, 876, 2695, 3, 1685553181), |
| | | (1821, 1342, 876, 2696, 3, 1685553181), |
| | | (1822, 1343, 876, 2697, 3, 1685553181), |
| | | (1823, 1344, 877, 2698, 3, 1685553181), |
| | | (1824, 1345, 877, 2699, 3, 1685553181), |
| | | (1825, 1346, 878, 2700, 3, 1685553181), |
| | | (1826, 1347, 878, 2701, 3, 1685553181), |
| | | (1827, 1348, 879, 2702, 3, 1685553181), |
| | | (1828, 1349, 879, 2703, 3, 1685553181), |
| | | (1829, 1350, 879, 2704, 3, 1685553181), |
| | | (1830, 1351, 880, 2695, 3, 1685553181), |
| | | (1831, 1352, 880, 2696, 3, 1685553181), |
| | | (1832, 1353, 880, 2697, 3, 1685553181), |
| | | (1833, 1354, 881, 2698, 3, 1685553181), |
| | | (1834, 1355, 881, 2699, 3, 1685553181), |
| | | (1835, 1356, 882, 2700, 3, 1685553181), |
| | | (1836, 1357, 882, 2701, 3, 1685553181), |
| | | (1837, 1358, 883, 2702, 3, 1685553181), |
| | | (1838, 1359, 883, 2703, 3, 1685553181), |
| | | (1839, 1360, 883, 2704, 3, 1685553181), |
| | | (1840, 1361, 884, 2695, 3, 1685553181), |
| | | (1841, 1362, 884, 2696, 3, 1685553181), |
| | | (1842, 1363, 884, 2697, 3, 1685553181), |
| | | (1843, 1364, 885, 2698, 3, 1685553181), |
| | | (1844, 1365, 885, 2699, 3, 1685553181); |
| | | INSERT INTO `cbme_learner_epa_progress_history` (`lep_history_id`, `learner_epa_progress_id`, `learner_stage_progress_id`, `objective_id`, `cbme_objective_tree_version_id`, `created_date`) VALUES |
| | | (1845, 1366, 886, 2700, 3, 1685553181), |
| | | (1846, 1367, 886, 2701, 3, 1685553181), |
| | | (1847, 1368, 887, 2702, 3, 1685553181), |
| | | (1848, 1369, 887, 2703, 3, 1685553181), |
| | | (1849, 1370, 887, 2704, 3, 1685553181), |
| | | (1850, 1371, 888, 2695, 3, 1685553181), |
| | | (1851, 1372, 888, 2696, 3, 1685553181), |
| | | (1852, 1373, 888, 2697, 3, 1685553181), |
| | | (1853, 1374, 889, 2698, 3, 1685553181), |
| | | (1854, 1375, 889, 2699, 3, 1685553181), |
| | | (1855, 1376, 890, 2700, 3, 1685553181), |
| | | (1856, 1377, 890, 2701, 3, 1685553181), |
| | | (1857, 1378, 891, 2702, 3, 1685553181), |
| | | (1858, 1379, 891, 2703, 3, 1685553181), |
| | | (1859, 1380, 891, 2704, 3, 1685553181), |
| | | (1860, 1381, 892, 2695, 3, 1685553181), |
| | | (1861, 1382, 892, 2696, 3, 1685553181), |
| | | (1862, 1383, 892, 2697, 3, 1685553181), |
| | | (1863, 1384, 893, 2698, 3, 1685553181), |
| | | (1864, 1385, 893, 2699, 3, 1685553181), |
| | | (1865, 1386, 894, 2700, 3, 1685553181), |
| | | (1866, 1387, 894, 2701, 3, 1685553181), |
| | | (1867, 1388, 895, 2702, 3, 1685553181), |
| | | (1868, 1389, 895, 2703, 3, 1685553181), |
| | | (1869, 1390, 895, 2704, 3, 1685553181), |
| | | (1883, 1391, 896, 2695, 3, 1685556919), |
| | | (1884, 1392, 896, 2696, 3, 1685556919), |
| | | (1885, 1393, 896, 2697, 3, 1685556919), |
| | | (1886, 1394, 897, 2698, 3, 1685556919), |
| | | (1887, 1395, 897, 2699, 3, 1685556919), |
| | | (1888, 1396, 898, 2700, 3, 1685556919), |
| | | (1889, 1397, 898, 2701, 3, 1685556919), |
| | | (1890, 1398, 899, 2702, 3, 1685556919), |
| | | (1891, 1399, 899, 2703, 3, 1685556919), |
| | | (1892, 1400, 899, 2704, 3, 1685556919), |
| | | (1893, 1401, 900, 2695, 3, 1685556919), |
| | | (1894, 1402, 900, 2696, 3, 1685556919), |
| | | (1895, 1403, 900, 2697, 3, 1685556919), |
| | | (1896, 1404, 901, 2698, 3, 1685556919), |
| | | (1897, 1405, 901, 2699, 3, 1685556919), |
| | | (1898, 1406, 902, 2700, 3, 1685556919), |
| | | (1899, 1407, 902, 2701, 3, 1685556919), |
| | | (1900, 1408, 903, 2702, 3, 1685556919), |
| | | (1901, 1409, 903, 2703, 3, 1685556919), |
| | | (1902, 1410, 903, 2704, 3, 1685556919), |
| | | (1903, 1411, 904, 2695, 3, 1685556919), |
| | | (1904, 1412, 904, 2696, 3, 1685556919), |
| | | (1905, 1413, 904, 2697, 3, 1685556919), |
| | | (1906, 1414, 905, 2698, 3, 1685556919), |
| | | (1907, 1415, 905, 2699, 3, 1685556919), |
| | | (1908, 1416, 906, 2700, 3, 1685556919), |
| | | (1909, 1417, 906, 2701, 3, 1685556919), |
| | | (1910, 1418, 907, 2702, 3, 1685556919), |
| | | (1911, 1419, 907, 2703, 3, 1685556919), |
| | | (1912, 1420, 907, 2704, 3, 1685556919), |
| | | (1913, 1421, 908, 2695, 3, 1685556919), |
| | | (1914, 1422, 908, 2696, 3, 1685556919), |
| | | (1915, 1423, 908, 2697, 3, 1685556919), |
| | | (1916, 1424, 909, 2698, 3, 1685556919), |
| | | (1917, 1425, 909, 2699, 3, 1685556919), |
| | | (1918, 1426, 910, 2700, 3, 1685556919), |
| | | (1919, 1427, 910, 2701, 3, 1685556919), |
| | | (1920, 1428, 911, 2702, 3, 1685556919), |
| | | (1921, 1429, 911, 2703, 3, 1685556919), |
| | | (1922, 1430, 911, 2704, 3, 1685556919), |
| | | (1923, 1431, 912, 2695, 3, 1685556919), |
| | | (1924, 1432, 912, 2696, 3, 1685556919), |
| | | (1925, 1433, 912, 2697, 3, 1685556919), |
| | | (1926, 1434, 913, 2698, 3, 1685556919), |
| | | (1927, 1435, 913, 2699, 3, 1685556919), |
| | | (1928, 1436, 914, 2700, 3, 1685556919), |
| | | (1929, 1437, 914, 2701, 3, 1685556919), |
| | | (1930, 1438, 915, 2702, 3, 1685556919), |
| | | (1931, 1439, 915, 2703, 3, 1685556919), |
| | | (1932, 1440, 915, 2704, 3, 1685556919), |
| | | (1933, 1441, 916, 2695, 3, 1685644315), |
| | | (1934, 1442, 916, 2696, 3, 1685644315), |
| | | (1935, 1443, 916, 2697, 3, 1685644315), |
| | | (1936, 1444, 917, 2698, 3, 1685644315), |
| | | (1937, 1445, 917, 2699, 3, 1685644315), |
| | | (1938, 1446, 918, 2700, 3, 1685644315), |
| | | (1939, 1447, 918, 2701, 3, 1685644315), |
| | | (1940, 1448, 919, 2702, 3, 1685644315), |
| | | (1941, 1449, 919, 2703, 3, 1685644315), |
| | | (1942, 1450, 919, 2704, 3, 1685644315), |
| | | (1943, 1451, 920, 2695, 3, 1685644315), |
| | | (1944, 1452, 920, 2696, 3, 1685644315), |
| | | (1945, 1453, 920, 2697, 3, 1685644315), |
| | | (1946, 1454, 921, 2698, 3, 1685644315), |
| | | (1947, 1455, 921, 2699, 3, 1685644315), |
| | | (1948, 1456, 922, 2700, 3, 1685644315), |
| | | (1949, 1457, 922, 2701, 3, 1685644315), |
| | | (1950, 1458, 923, 2702, 3, 1685644315), |
| | | (1951, 1459, 923, 2703, 3, 1685644315), |
| | | (1952, 1460, 923, 2704, 3, 1685644315), |
| | | (1953, 1461, 924, 2695, 3, 1685644315), |
| | | (1954, 1462, 924, 2696, 3, 1685644315), |
| | | (1955, 1463, 924, 2697, 3, 1685644315), |
| | | (1956, 1464, 925, 2698, 3, 1685644315), |
| | | (1957, 1465, 925, 2699, 3, 1685644315), |
| | | (1958, 1466, 926, 2700, 3, 1685644315), |
| | | (1959, 1467, 926, 2701, 3, 1685644315), |
| | | (1960, 1468, 927, 2702, 3, 1685644315), |
| | | (1961, 1469, 927, 2703, 3, 1685644315), |
| | | (1962, 1470, 927, 2704, 3, 1685644315), |
| | | (1963, 1471, 928, 2695, 3, 1685644315), |
| | | (1964, 1472, 928, 2696, 3, 1685644315), |
| | | (1965, 1473, 928, 2697, 3, 1685644315), |
| | | (1966, 1474, 929, 2698, 3, 1685644315), |
| | | (1967, 1475, 929, 2699, 3, 1685644315), |
| | | (1968, 1476, 930, 2700, 3, 1685644315), |
| | | (1969, 1477, 930, 2701, 3, 1685644315), |
| | | (1970, 1478, 931, 2702, 3, 1685644315), |
| | | (1971, 1479, 931, 2703, 3, 1685644315), |
| | | (1972, 1480, 931, 2704, 3, 1685644315), |
| | | (1973, 1481, 932, 2695, 3, 1685644315), |
| | | (1974, 1482, 932, 2696, 3, 1685644315), |
| | | (1975, 1483, 932, 2697, 3, 1685644315), |
| | | (1976, 1484, 933, 2698, 3, 1685644315), |
| | | (1977, 1485, 933, 2699, 3, 1685644315), |
| | | (1978, 1486, 934, 2700, 3, 1685644315), |
| | | (1979, 1487, 934, 2701, 3, 1685644315), |
| | | (1980, 1488, 935, 2702, 3, 1685644315), |
| | | (1981, 1489, 935, 2703, 3, 1685644315), |
| | | (1982, 1490, 935, 2704, 3, 1685644315); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_learner_epa_requirements_progress_totals` | | -- Table structure for table `cbme_learner_epa_requirements_progress_totals` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_learner_epa_requirements_progress_totals` ( | | CREATE TABLE `cbme_learner_epa_requirements_progress_totals` ( |
| `learner_epa_requirements_progress_totals_id` int(11) UNSIGNED NOT NULL, | | `learner_epa_requirements_progress_totals_id` int(11) UNSIGNED NOT NULL, |
| `learner_epa_progress_id` int(11) UNSIGNED NOT NULL, | | `learner_epa_progress_id` int(11) UNSIGNED NOT NULL, |
| `total_assessment_attempts` int(11) NOT NULL, | | `total_assessment_attempts` int(11) NOT NULL, |
| `total_requirement_met_assessments` int(11) NOT NULL, | | `total_requirement_met_assessments` int(11) NOT NULL, |
| `total_assessments_required` int(11) NOT NULL, | | `total_assessments_required` int(11) NOT NULL, |
| `max_requirement_met_assessments` int(11) NOT NULL, | | `max_requirement_met_assessments` int(11) NOT NULL, |
| `percentage_complete` int(11) NOT NULL, | | `percentage_complete` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL | | `created_date` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| n | | n | |
| | | -- |
| | | -- Dumping data for table `cbme_learner_epa_requirements_progress_totals` |
| | | -- |
| | | |
| | | INSERT INTO `cbme_learner_epa_requirements_progress_totals` (`learner_epa_requirements_progress_totals_id`, `learner_epa_progress_id`, `total_assessment_attempts`, `total_requirement_met_assessments`, `total_assessments_required`, `max_requirement_met_assessments`, `percentage_complete`, `created_date`) VALUES |
| | | (441, 1491, 0, 0, 5, 0, 0, 1685644315), |
| | | (442, 1494, 1, 1, 6, 1, 17, 1685644315), |
| | | (443, 1495, 0, 0, 2, 0, 0, 1685644315), |
| | | (444, 1496, 0, 0, 3, 0, 0, 1685644315), |
| | | (445, 1497, 0, 0, 2, 0, 0, 1685644315), |
| | | (446, 1501, 0, 0, 5, 0, 0, 1685644315), |
| | | (447, 1504, 0, 0, 6, 0, 0, 1685644315), |
| | | (448, 1505, 0, 0, 2, 0, 0, 1685644315), |
| | | (449, 1506, 0, 0, 3, 0, 0, 1685644315), |
| | | (450, 1507, 0, 0, 2, 0, 0, 1685644315), |
| | | (451, 1511, 3, 3, 5, 3, 60, 1685644315), |
| | | (452, 1514, 1, 1, 6, 1, 17, 1685644315), |
| | | (453, 1515, 2, 2, 2, 2, 100, 1685644315), |
| | | (454, 1516, 3, 2, 3, 2, 67, 1685644315), |
| | | (455, 1517, 2, 2, 2, 2, 100, 1685644315), |
| | | (456, 1521, 0, 0, 5, 0, 0, 1685644316), |
| | | (457, 1524, 0, 0, 6, 0, 0, 1685644316), |
| | | (458, 1525, 0, 0, 2, 0, 0, 1685644316), |
| | | (459, 1526, 0, 0, 3, 0, 0, 1685644316), |
| | | (460, 1527, 0, 0, 2, 0, 0, 1685644316), |
| | | (461, 1531, 0, 0, 5, 0, 0, 1685644316), |
| | | (462, 1534, 0, 0, 6, 0, 0, 1685644316), |
| | | (463, 1535, 0, 0, 2, 0, 0, 1685644316), |
| | | (464, 1536, 0, 0, 3, 0, 0, 1685644316), |
| | | (465, 1537, 0, 0, 2, 0, 0, 1685644316); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_learner_epa_requirements_progress_totals_history` | | -- Table structure for table `cbme_learner_epa_requirements_progress_totals_history` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_learner_epa_requirements_progress_totals_history` ( | | CREATE TABLE `cbme_learner_epa_requirements_progress_totals_history` ( |
| `lerpt_history_id` int(11) UNSIGNED NOT NULL, | | `lerpt_history_id` int(11) UNSIGNED NOT NULL, |
| `learner_epa_requirements_progress_totals_id` int(11) UNSIGNED NOT NULL, | | `learner_epa_requirements_progress_totals_id` int(11) UNSIGNED NOT NULL, |
| `learner_epa_progress_id` int(11) UNSIGNED DEFAULT NULL, | | `learner_epa_progress_id` int(11) UNSIGNED DEFAULT NULL, |
| `total_assessment_attempts` int(11) NOT NULL, | | `total_assessment_attempts` int(11) NOT NULL, |
| `total_requirement_met_assessments` int(11) NOT NULL, | | `total_requirement_met_assessments` int(11) NOT NULL, |
| `total_assessments_required` int(11) NOT NULL, | | `total_assessments_required` int(11) NOT NULL, |
| `max_requirement_met_assessments` int(11) NOT NULL, | | `max_requirement_met_assessments` int(11) NOT NULL, |
| `percentage_complete` int(11) NOT NULL, | | `percentage_complete` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL | | `created_date` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| n | | n | -- |
| | | -- Dumping data for table `cbme_learner_epa_requirements_progress_totals_history` |
| | | -- |
| | | |
| | | INSERT INTO `cbme_learner_epa_requirements_progress_totals_history` (`lerpt_history_id`, `learner_epa_requirements_progress_totals_id`, `learner_epa_progress_id`, `total_assessment_attempts`, `total_requirement_met_assessments`, `total_assessments_required`, `max_requirement_met_assessments`, `percentage_complete`, `created_date`) VALUES |
| | | (1, 1, 2, 0, 0, 5, 0, 0, 1685469390), |
| | | (2, 2, 16, 0, 0, 5, 0, 0, 1685469390), |
| | | (3, 3, 30, 1, 1, 5, 1, 20, 1685469390), |
| | | (4, 4, 44, 0, 0, 5, 0, 0, 1685469390), |
| | | (5, 5, 58, 0, 0, 5, 0, 0, 1685469390), |
| | | (8, 6, 72, 0, 0, 5, 0, 0, 1685469717), |
| | | (9, 7, 86, 0, 0, 5, 0, 0, 1685469717), |
| | | (10, 8, 100, 1, 1, 5, 1, 20, 1685469717), |
| | | (11, 9, 114, 0, 0, 5, 0, 0, 1685469717), |
| | | (12, 10, 128, 0, 0, 5, 0, 0, 1685469717), |
| | | (15, 11, 141, 0, 0, 5, 0, 0, 1685469760), |
| | | (16, 12, 151, 0, 0, 5, 0, 0, 1685469760), |
| | | (17, 13, 161, 1, 1, 5, 1, 20, 1685469760), |
| | | (18, 14, 171, 0, 0, 5, 0, 0, 1685469760), |
| | | (19, 15, 181, 0, 0, 5, 0, 0, 1685469760), |
| | | (22, 16, 191, 0, 0, 5, 0, 0, 1685469827), |
| | | (23, 17, 201, 0, 0, 5, 0, 0, 1685469827), |
| | | (24, 18, 204, 0, 0, 5, 0, 0, 1685469827), |
| | | (25, 19, 221, 0, 0, 5, 0, 0, 1685469827), |
| | | (26, 20, 231, 0, 0, 5, 0, 0, 1685469827), |
| | | (27, 21, 234, 0, 0, 5, 0, 0, 1685469827), |
| | | (28, 22, 251, 1, 1, 5, 1, 20, 1685469827), |
| | | (29, 23, 261, 1, 1, 5, 1, 20, 1685469827), |
| | | (30, 24, 264, 1, 1, 5, 1, 20, 1685469827), |
| | | (31, 25, 281, 0, 0, 5, 0, 0, 1685469827), |
| | | (32, 26, 291, 0, 0, 5, 0, 0, 1685469827), |
| | | (33, 27, 294, 0, 0, 5, 0, 0, 1685469827), |
| | | (34, 28, 311, 0, 0, 5, 0, 0, 1685469827), |
| | | (35, 29, 321, 0, 0, 5, 0, 0, 1685469827), |
| | | (36, 30, 324, 0, 0, 5, 0, 0, 1685469827), |
| | | (37, 31, 341, 0, 0, 5, 0, 0, 1685470484), |
| | | (38, 32, 351, 0, 0, 5, 0, 0, 1685470484), |
| | | (39, 33, 361, 1, 1, 5, 1, 20, 1685470484), |
| | | (40, 34, 371, 0, 0, 5, 0, 0, 1685470484), |
| | | (41, 35, 381, 0, 0, 5, 0, 0, 1685470484), |
| | | (44, 36, 391, 0, 0, 5, 0, 0, 1685470575), |
| | | (45, 37, 394, 0, 0, 6, 0, 0, 1685470575), |
| | | (46, 38, 401, 0, 0, 5, 0, 0, 1685470575), |
| | | (47, 39, 404, 0, 0, 6, 0, 0, 1685470575), |
| | | (48, 40, 411, 1, 1, 5, 1, 20, 1685470575), |
| | | (49, 41, 414, 0, 0, 6, 0, 0, 1685470575), |
| | | (50, 42, 421, 0, 0, 5, 0, 0, 1685470575), |
| | | (51, 43, 424, 0, 0, 6, 0, 0, 1685470575), |
| | | (52, 44, 431, 0, 0, 5, 0, 0, 1685470575), |
| | | (53, 45, 434, 0, 0, 6, 0, 0, 1685470575), |
| | | (59, 46, 441, 0, 0, 5, 0, 0, 1685471591), |
| | | (60, 47, 444, 0, 0, 6, 0, 0, 1685471591), |
| | | (61, 48, 451, 0, 0, 5, 0, 0, 1685471591), |
| | | (62, 49, 454, 0, 0, 6, 0, 0, 1685471591), |
| | | (63, 50, 461, 1, 1, 5, 1, 20, 1685471591), |
| | | (64, 51, 464, 0, 0, 6, 0, 0, 1685471591), |
| | | (65, 52, 471, 0, 0, 5, 0, 0, 1685471591), |
| | | (66, 53, 474, 0, 0, 6, 0, 0, 1685471591), |
| | | (67, 54, 481, 0, 0, 5, 0, 0, 1685471591), |
| | | (68, 55, 484, 0, 0, 6, 0, 0, 1685471591), |
| | | (74, 56, 491, 0, 0, 5, 0, 0, 1685471627), |
| | | (75, 57, 494, 0, 0, 6, 0, 0, 1685471627), |
| | | (76, 58, 501, 0, 0, 5, 0, 0, 1685471627), |
| | | (77, 59, 504, 0, 0, 6, 0, 0, 1685471627), |
| | | (78, 60, 511, 1, 1, 5, 1, 20, 1685471627), |
| | | (79, 61, 514, 0, 0, 6, 0, 0, 1685471627), |
| | | (80, 62, 521, 0, 0, 5, 0, 0, 1685471627), |
| | | (81, 63, 524, 0, 0, 6, 0, 0, 1685471627), |
| | | (82, 64, 531, 0, 0, 5, 0, 0, 1685471627), |
| | | (83, 65, 534, 0, 0, 6, 0, 0, 1685471627), |
| | | (89, 66, 541, 0, 0, 5, 0, 0, 1685472748), |
| | | (90, 67, 544, 0, 0, 6, 0, 0, 1685472748), |
| | | (91, 68, 551, 0, 0, 5, 0, 0, 1685472748), |
| | | (92, 69, 554, 0, 0, 6, 0, 0, 1685472748), |
| | | (93, 70, 561, 1, 1, 5, 1, 20, 1685472748), |
| | | (94, 71, 564, 0, 0, 6, 0, 0, 1685472748), |
| | | (95, 72, 571, 0, 0, 5, 0, 0, 1685472748), |
| | | (96, 73, 574, 0, 0, 6, 0, 0, 1685472748), |
| | | (97, 74, 581, 0, 0, 5, 0, 0, 1685472748), |
| | | (98, 75, 584, 0, 0, 6, 0, 0, 1685472748), |
| | | (104, 76, 591, 0, 0, 5, 0, 0, 1685474009), |
| | | (105, 77, 594, 1, 1, 6, 1, 17, 1685474009), |
| | | (106, 78, 601, 0, 0, 5, 0, 0, 1685474009), |
| | | (107, 79, 604, 0, 0, 6, 0, 0, 1685474009), |
| | | (108, 80, 611, 1, 1, 5, 1, 20, 1685474009), |
| | | (109, 81, 614, 0, 0, 6, 0, 0, 1685474009), |
| | | (110, 82, 621, 0, 0, 5, 0, 0, 1685474009), |
| | | (111, 83, 624, 0, 0, 6, 0, 0, 1685474009), |
| | | (112, 84, 631, 0, 0, 5, 0, 0, 1685474009), |
| | | (113, 85, 634, 0, 0, 6, 0, 0, 1685474009), |
| | | (119, 86, 641, 0, 0, 5, 0, 0, 1685474156), |
| | | (120, 87, 644, 1, 1, 6, 1, 17, 1685474156), |
| | | (121, 88, 651, 0, 0, 5, 0, 0, 1685474156), |
| | | (122, 89, 654, 0, 0, 6, 0, 0, 1685474156), |
| | | (123, 90, 661, 1, 1, 5, 1, 20, 1685474156), |
| | | (124, 91, 664, 0, 0, 6, 0, 0, 1685474156), |
| | | (125, 92, 671, 0, 0, 5, 0, 0, 1685474156), |
| | | (126, 93, 674, 0, 0, 6, 0, 0, 1685474156), |
| | | (127, 94, 681, 0, 0, 5, 0, 0, 1685474156), |
| | | (128, 95, 684, 0, 0, 6, 0, 0, 1685474156), |
| | | (129, 96, 691, 0, 0, 5, 0, 0, 1685541479), |
| | | (130, 97, 694, 1, 1, 6, 1, 17, 1685541479), |
| | | (131, 98, 701, 0, 0, 5, 0, 0, 1685541479), |
| | | (132, 99, 704, 0, 0, 6, 0, 0, 1685541479), |
| | | (133, 100, 711, 1, 1, 5, 1, 20, 1685541479), |
| | | (134, 101, 714, 0, 0, 6, 0, 0, 1685541479), |
| | | (135, 102, 721, 0, 0, 5, 0, 0, 1685541479), |
| | | (136, 103, 724, 0, 0, 6, 0, 0, 1685541479), |
| | | (137, 104, 731, 0, 0, 5, 0, 0, 1685541479), |
| | | (138, 105, 734, 0, 0, 6, 0, 0, 1685541479), |
| | | (144, 106, 741, 0, 0, 5, 0, 0, 1685543475), |
| | | (145, 107, 744, 1, 1, 6, 1, 17, 1685543475), |
| | | (146, 108, 751, 0, 0, 5, 0, 0, 1685543475), |
| | | (147, 109, 754, 0, 0, 6, 0, 0, 1685543475), |
| | | (148, 110, 761, 3, 3, 5, 3, 60, 1685543475), |
| | | (149, 111, 764, 1, 1, 6, 1, 17, 1685543475), |
| | | (150, 112, 771, 0, 0, 5, 0, 0, 1685543475), |
| | | (151, 113, 774, 0, 0, 6, 0, 0, 1685543475), |
| | | (152, 114, 781, 0, 0, 5, 0, 0, 1685543475), |
| | | (153, 115, 784, 0, 0, 6, 0, 0, 1685543475), |
| | | (159, 116, 791, 0, 0, 5, 0, 0, 1685543480), |
| | | (160, 117, 794, 1, 1, 6, 1, 17, 1685543480), |
| | | (161, 118, 795, 0, 0, 2, 0, 0, 1685543480), |
| | | (162, 119, 796, 0, 0, 3, 0, 0, 1685543480), |
| | | (163, 120, 801, 0, 0, 5, 0, 0, 1685543480), |
| | | (164, 121, 804, 0, 0, 6, 0, 0, 1685543480), |
| | | (165, 122, 805, 0, 0, 2, 0, 0, 1685543480), |
| | | (166, 123, 806, 0, 0, 3, 0, 0, 1685543480), |
| | | (167, 124, 811, 3, 3, 5, 3, 60, 1685543480), |
| | | (168, 125, 814, 1, 1, 6, 1, 17, 1685543480), |
| | | (169, 126, 815, 0, 0, 2, 0, 0, 1685543480), |
| | | (170, 127, 816, 0, 0, 3, 0, 0, 1685543480), |
| | | (171, 128, 821, 0, 0, 5, 0, 0, 1685543480), |
| | | (172, 129, 824, 0, 0, 6, 0, 0, 1685543480), |
| | | (173, 130, 825, 0, 0, 2, 0, 0, 1685543480), |
| | | (174, 131, 826, 0, 0, 3, 0, 0, 1685543480), |
| | | (175, 132, 831, 0, 0, 5, 0, 0, 1685543480), |
| | | (176, 133, 834, 0, 0, 6, 0, 0, 1685543480), |
| | | (177, 134, 835, 0, 0, 2, 0, 0, 1685543480), |
| | | (178, 135, 836, 0, 0, 3, 0, 0, 1685543480), |
| | | (190, 136, 841, 0, 0, 5, 0, 0, 1685543975), |
| | | (191, 137, 844, 1, 1, 6, 1, 17, 1685543975), |
| | | (192, 138, 845, 0, 0, 2, 0, 0, 1685543975), |
| | | (193, 139, 846, 0, 0, 3, 0, 0, 1685543975), |
| | | (194, 140, 851, 0, 0, 5, 0, 0, 1685543975), |
| | | (195, 141, 854, 0, 0, 6, 0, 0, 1685543975), |
| | | (196, 142, 855, 0, 0, 2, 0, 0, 1685543975), |
| | | (197, 143, 856, 0, 0, 3, 0, 0, 1685543975), |
| | | (198, 144, 861, 3, 3, 5, 3, 60, 1685543975), |
| | | (199, 145, 864, 1, 1, 6, 1, 17, 1685543975), |
| | | (200, 146, 865, 0, 0, 2, 0, 0, 1685543975), |
| | | (201, 147, 866, 0, 0, 3, 0, 0, 1685543975), |
| | | (202, 148, 871, 0, 0, 5, 0, 0, 1685543975), |
| | | (203, 149, 874, 0, 0, 6, 0, 0, 1685543975), |
| | | (204, 150, 875, 0, 0, 2, 0, 0, 1685543975), |
| | | (205, 151, 876, 0, 0, 3, 0, 0, 1685543975), |
| | | (206, 152, 881, 0, 0, 5, 0, 0, 1685543975), |
| | | (207, 153, 884, 0, 0, 6, 0, 0, 1685543975), |
| | | (208, 154, 885, 0, 0, 2, 0, 0, 1685543975), |
| | | (209, 155, 886, 0, 0, 3, 0, 0, 1685543975), |
| | | (221, 156, 891, 0, 0, 5, 0, 0, 1685544069), |
| | | (222, 157, 894, 1, 1, 6, 1, 17, 1685544069), |
| | | (223, 158, 895, 0, 0, 2, 0, 0, 1685544069), |
| | | (224, 159, 896, 0, 0, 3, 0, 0, 1685544069), |
| | | (225, 160, 901, 0, 0, 5, 0, 0, 1685544069), |
| | | (226, 161, 904, 0, 0, 6, 0, 0, 1685544069), |
| | | (227, 162, 905, 0, 0, 2, 0, 0, 1685544069), |
| | | (228, 163, 906, 0, 0, 3, 0, 0, 1685544069), |
| | | (229, 164, 911, 3, 3, 5, 3, 60, 1685544069), |
| | | (230, 165, 914, 1, 1, 6, 1, 17, 1685544069), |
| | | (231, 166, 915, 1, 1, 2, 1, 50, 1685544069), |
| | | (232, 167, 916, 1, 1, 3, 1, 33, 1685544069), |
| | | (233, 168, 921, 0, 0, 5, 0, 0, 1685544069), |
| | | (234, 169, 924, 0, 0, 6, 0, 0, 1685544069), |
| | | (235, 170, 925, 0, 0, 2, 0, 0, 1685544069), |
| | | (236, 171, 926, 0, 0, 3, 0, 0, 1685544069), |
| | | (237, 172, 931, 0, 0, 5, 0, 0, 1685544069), |
| | | (238, 173, 934, 0, 0, 6, 0, 0, 1685544069), |
| | | (239, 174, 935, 0, 0, 2, 0, 0, 1685544069), |
| | | (240, 175, 936, 0, 0, 3, 0, 0, 1685544069), |
| | | (252, 176, 941, 0, 0, 5, 0, 0, 1685544256), |
| | | (253, 177, 944, 1, 1, 6, 1, 17, 1685544256), |
| | | (254, 178, 945, 0, 0, 2, 0, 0, 1685544256), |
| | | (255, 179, 946, 0, 0, 3, 0, 0, 1685544256), |
| | | (256, 180, 951, 0, 0, 5, 0, 0, 1685544256), |
| | | (257, 181, 954, 0, 0, 6, 0, 0, 1685544256), |
| | | (258, 182, 955, 0, 0, 2, 0, 0, 1685544256), |
| | | (259, 183, 956, 0, 0, 3, 0, 0, 1685544256), |
| | | (260, 184, 961, 3, 3, 5, 3, 60, 1685544256), |
| | | (261, 185, 964, 1, 1, 6, 1, 17, 1685544256), |
| | | (262, 186, 965, 2, 2, 2, 2, 100, 1685544256), |
| | | (263, 187, 966, 2, 2, 3, 2, 67, 1685544256), |
| | | (264, 188, 971, 0, 0, 5, 0, 0, 1685544256), |
| | | (265, 189, 974, 0, 0, 6, 0, 0, 1685544256), |
| | | (266, 190, 975, 0, 0, 2, 0, 0, 1685544256), |
| | | (267, 191, 976, 0, 0, 3, 0, 0, 1685544256), |
| | | (268, 192, 981, 0, 0, 5, 0, 0, 1685544256), |
| | | (269, 193, 984, 0, 0, 6, 0, 0, 1685544256), |
| | | (270, 194, 985, 0, 0, 2, 0, 0, 1685544256), |
| | | (271, 195, 986, 0, 0, 3, 0, 0, 1685544256), |
| | | (283, 196, 991, 0, 0, 5, 0, 0, 1685544577), |
| | | (284, 197, 994, 1, 1, 6, 1, 17, 1685544577), |
| | | (285, 198, 995, 0, 0, 2, 0, 0, 1685544577), |
| | | (286, 199, 996, 0, 0, 3, 0, 0, 1685544577), |
| | | (287, 200, 1001, 0, 0, 5, 0, 0, 1685544577), |
| | | (288, 201, 1004, 0, 0, 6, 0, 0, 1685544577), |
| | | (289, 202, 1005, 0, 0, 2, 0, 0, 1685544577), |
| | | (290, 203, 1006, 0, 0, 3, 0, 0, 1685544577), |
| | | (291, 204, 1011, 3, 3, 5, 3, 60, 1685544577), |
| | | (292, 205, 1014, 1, 1, 6, 1, 17, 1685544577), |
| | | (293, 206, 1015, 2, 2, 2, 2, 100, 1685544577), |
| | | (294, 207, 1016, 3, 2, 3, 2, 67, 1685544577), |
| | | (295, 208, 1021, 0, 0, 5, 0, 0, 1685544577), |
| | | (296, 209, 1024, 0, 0, 6, 0, 0, 1685544577), |
| | | (297, 210, 1025, 0, 0, 2, 0, 0, 1685544577), |
| | | (298, 211, 1026, 0, 0, 3, 0, 0, 1685544577), |
| | | (299, 212, 1031, 0, 0, 5, 0, 0, 1685544577), |
| | | (300, 213, 1034, 0, 0, 6, 0, 0, 1685544577), |
| | | (301, 214, 1035, 0, 0, 2, 0, 0, 1685544577), |
| | | (302, 215, 1036, 0, 0, 3, 0, 0, 1685544577), |
| | | (314, 216, 1041, 0, 0, 5, 0, 0, 1685544734), |
| | | (315, 217, 1044, 1, 1, 6, 1, 17, 1685544734), |
| | | (316, 218, 1045, 0, 0, 2, 0, 0, 1685544734), |
| | | (317, 219, 1046, 0, 0, 3, 0, 0, 1685544734), |
| | | (318, 220, 1047, 0, 0, 2, 0, 0, 1685544734), |
| | | (319, 221, 1051, 0, 0, 5, 0, 0, 1685544734), |
| | | (320, 222, 1054, 0, 0, 6, 0, 0, 1685544734), |
| | | (321, 223, 1055, 0, 0, 2, 0, 0, 1685544734), |
| | | (322, 224, 1056, 0, 0, 3, 0, 0, 1685544734), |
| | | (323, 225, 1057, 0, 0, 2, 0, 0, 1685544734), |
| | | (324, 226, 1061, 3, 3, 5, 3, 60, 1685544734), |
| | | (325, 227, 1064, 1, 1, 6, 1, 17, 1685544734), |
| | | (326, 228, 1065, 2, 2, 2, 2, 100, 1685544734), |
| | | (327, 229, 1066, 3, 2, 3, 2, 67, 1685544734), |
| | | (328, 230, 1067, 0, 0, 2, 0, 0, 1685544734), |
| | | (329, 231, 1071, 0, 0, 5, 0, 0, 1685544734), |
| | | (330, 232, 1074, 0, 0, 6, 0, 0, 1685544734), |
| | | (331, 233, 1075, 0, 0, 2, 0, 0, 1685544734), |
| | | (332, 234, 1076, 0, 0, 3, 0, 0, 1685544734), |
| | | (333, 235, 1077, 0, 0, 2, 0, 0, 1685544734), |
| | | (334, 236, 1081, 0, 0, 5, 0, 0, 1685544734), |
| | | (335, 237, 1084, 0, 0, 6, 0, 0, 1685544734), |
| | | (336, 238, 1085, 0, 0, 2, 0, 0, 1685544734), |
| | | (337, 239, 1086, 0, 0, 3, 0, 0, 1685544734), |
| | | (338, 240, 1087, 0, 0, 2, 0, 0, 1685544734), |
| | | (345, 241, 1091, 0, 0, 5, 0, 0, 1685545564), |
| | | (346, 242, 1094, 1, 1, 6, 1, 17, 1685545564), |
| | | (347, 243, 1095, 0, 0, 2, 0, 0, 1685545564), |
| | | (348, 244, 1096, 0, 0, 3, 0, 0, 1685545564), |
| | | (349, 245, 1097, 0, 0, 2, 0, 0, 1685545564), |
| | | (350, 246, 1101, 0, 0, 5, 0, 0, 1685545564), |
| | | (351, 247, 1104, 0, 0, 6, 0, 0, 1685545564), |
| | | (352, 248, 1105, 0, 0, 2, 0, 0, 1685545564), |
| | | (353, 249, 1106, 0, 0, 3, 0, 0, 1685545564), |
| | | (354, 250, 1107, 0, 0, 2, 0, 0, 1685545564), |
| | | (355, 251, 1111, 3, 3, 5, 3, 60, 1685545564), |
| | | (356, 252, 1114, 1, 1, 6, 1, 17, 1685545564), |
| | | (357, 253, 1115, 2, 2, 2, 2, 100, 1685545564), |
| | | (358, 254, 1116, 3, 2, 3, 2, 67, 1685545564), |
| | | (359, 255, 1117, 2, 2, 2, 2, 100, 1685545564), |
| | | (360, 256, 1121, 0, 0, 5, 0, 0, 1685545564), |
| | | (361, 257, 1124, 0, 0, 6, 0, 0, 1685545564), |
| | | (362, 258, 1125, 0, 0, 2, 0, 0, 1685545564), |
| | | (363, 259, 1126, 0, 0, 3, 0, 0, 1685545564), |
| | | (364, 260, 1127, 0, 0, 2, 0, 0, 1685545564), |
| | | (365, 261, 1131, 0, 0, 5, 0, 0, 1685545564), |
| | | (366, 262, 1134, 0, 0, 6, 0, 0, 1685545564), |
| | | (367, 263, 1135, 0, 0, 2, 0, 0, 1685545564), |
| | | (368, 264, 1136, 0, 0, 3, 0, 0, 1685545564), |
| | | (369, 265, 1137, 0, 0, 2, 0, 0, 1685545564), |
| | | (376, 266, 1141, 0, 0, 5, 0, 0, 1685549239), |
| | | (377, 267, 1144, 1, 1, 6, 1, 17, 1685549239), |
| | | (378, 268, 1145, 0, 0, 2, 0, 0, 1685549239), |
| | | (379, 269, 1146, 0, 0, 3, 0, 0, 1685549239), |
| | | (380, 270, 1147, 0, 0, 2, 0, 0, 1685549239), |
| | | (381, 271, 1151, 0, 0, 5, 0, 0, 1685549239), |
| | | (382, 272, 1154, 0, 0, 6, 0, 0, 1685549239), |
| | | (383, 273, 1155, 0, 0, 2, 0, 0, 1685549239), |
| | | (384, 274, 1156, 0, 0, 3, 0, 0, 1685549239), |
| | | (385, 275, 1157, 0, 0, 2, 0, 0, 1685549239), |
| | | (386, 276, 1161, 3, 3, 5, 3, 60, 1685549239), |
| | | (387, 277, 1164, 1, 1, 6, 1, 17, 1685549239), |
| | | (388, 278, 1165, 2, 2, 2, 2, 100, 1685549239), |
| | | (389, 279, 1166, 3, 2, 3, 2, 67, 1685549239), |
| | | (390, 280, 1167, 2, 2, 2, 2, 100, 1685549239), |
| | | (391, 281, 1171, 0, 0, 5, 0, 0, 1685549239), |
| | | (392, 282, 1174, 0, 0, 6, 0, 0, 1685549239), |
| | | (393, 283, 1175, 0, 0, 2, 0, 0, 1685549239), |
| | | (394, 284, 1176, 0, 0, 3, 0, 0, 1685549239), |
| | | (395, 285, 1177, 0, 0, 2, 0, 0, 1685549239), |
| | | (396, 286, 1181, 0, 0, 5, 0, 0, 1685549239), |
| | | (397, 287, 1184, 0, 0, 6, 0, 0, 1685549239), |
| | | (398, 288, 1185, 0, 0, 2, 0, 0, 1685549239), |
| | | (399, 289, 1186, 0, 0, 3, 0, 0, 1685549239), |
| | | (400, 290, 1187, 0, 0, 2, 0, 0, 1685549239), |
| | | (407, 291, 1191, 0, 0, 5, 0, 0, 1685549413), |
| | | (408, 292, 1194, 1, 1, 6, 1, 17, 1685549413), |
| | | (409, 293, 1195, 0, 0, 2, 0, 0, 1685549413), |
| | | (410, 294, 1196, 0, 0, 3, 0, 0, 1685549413), |
| | | (411, 295, 1197, 0, 0, 2, 0, 0, 1685549413), |
| | | (412, 296, 1201, 0, 0, 5, 0, 0, 1685549413), |
| | | (413, 297, 1204, 0, 0, 6, 0, 0, 1685549413), |
| | | (414, 298, 1205, 0, 0, 2, 0, 0, 1685549413), |
| | | (415, 299, 1206, 0, 0, 3, 0, 0, 1685549413), |
| | | (416, 300, 1207, 0, 0, 2, 0, 0, 1685549413), |
| | | (417, 301, 1211, 3, 3, 5, 3, 60, 1685549413), |
| | | (418, 302, 1214, 1, 1, 6, 1, 17, 1685549413), |
| | | (419, 303, 1215, 2, 2, 2, 2, 100, 1685549413), |
| | | (420, 304, 1216, 3, 2, 3, 2, 67, 1685549413), |
| | | (421, 305, 1217, 2, 2, 2, 2, 100, 1685549413), |
| | | (422, 306, 1221, 0, 0, 5, 0, 0, 1685549413), |
| | | (423, 307, 1224, 0, 0, 6, 0, 0, 1685549413), |
| | | (424, 308, 1225, 0, 0, 2, 0, 0, 1685549413), |
| | | (425, 309, 1226, 0, 0, 3, 0, 0, 1685549413), |
| | | (426, 310, 1227, 0, 0, 2, 0, 0, 1685549413), |
| | | (427, 311, 1231, 0, 0, 5, 0, 0, 1685549413), |
| | | (428, 312, 1234, 0, 0, 6, 0, 0, 1685549413), |
| | | (429, 313, 1235, 0, 0, 2, 0, 0, 1685549413), |
| | | (430, 314, 1236, 0, 0, 3, 0, 0, 1685549413), |
| | | (431, 315, 1237, 0, 0, 2, 0, 0, 1685549413), |
| | | (438, 316, 1241, 0, 0, 5, 0, 0, 1685549478), |
| | | (439, 317, 1244, 1, 1, 6, 1, 17, 1685549478), |
| | | (440, 318, 1245, 0, 0, 2, 0, 0, 1685549478), |
| | | (441, 319, 1246, 0, 0, 3, 0, 0, 1685549478), |
| | | (442, 320, 1247, 0, 0, 2, 0, 0, 1685549478), |
| | | (443, 321, 1251, 0, 0, 5, 0, 0, 1685549478), |
| | | (444, 322, 1254, 0, 0, 6, 0, 0, 1685549478), |
| | | (445, 323, 1255, 0, 0, 2, 0, 0, 1685549478), |
| | | (446, 324, 1256, 0, 0, 3, 0, 0, 1685549478), |
| | | (447, 325, 1257, 0, 0, 2, 0, 0, 1685549478), |
| | | (448, 326, 1261, 3, 3, 5, 3, 60, 1685549478), |
| | | (449, 327, 1264, 1, 1, 6, 1, 17, 1685549478), |
| | | (450, 328, 1265, 2, 2, 2, 2, 100, 1685549478), |
| | | (451, 329, 1266, 3, 2, 3, 2, 67, 1685549478), |
| | | (452, 330, 1267, 2, 2, 2, 2, 100, 1685549478), |
| | | (453, 331, 1271, 0, 0, 5, 0, 0, 1685549478), |
| | | (454, 332, 1274, 0, 0, 6, 0, 0, 1685549478), |
| | | (455, 333, 1275, 0, 0, 2, 0, 0, 1685549478), |
| | | (456, 334, 1276, 0, 0, 3, 0, 0, 1685549478), |
| | | (457, 335, 1277, 0, 0, 2, 0, 0, 1685549478), |
| | | (458, 336, 1281, 0, 0, 5, 0, 0, 1685549478), |
| | | (459, 337, 1284, 0, 0, 6, 0, 0, 1685549478), |
| | | (460, 338, 1285, 0, 0, 2, 0, 0, 1685549478), |
| | | (461, 339, 1286, 0, 0, 3, 0, 0, 1685549478), |
| | | (462, 340, 1287, 0, 0, 2, 0, 0, 1685549478), |
| | | (469, 341, 1291, 0, 0, 5, 0, 0, 1685549542), |
| | | (470, 342, 1294, 1, 1, 6, 1, 17, 1685549542), |
| | | (471, 343, 1295, 0, 0, 2, 0, 0, 1685549542), |
| | | (472, 344, 1296, 0, 0, 3, 0, 0, 1685549542), |
| | | (473, 345, 1297, 0, 0, 2, 0, 0, 1685549542), |
| | | (474, 346, 1301, 0, 0, 5, 0, 0, 1685549542), |
| | | (475, 347, 1304, 0, 0, 6, 0, 0, 1685549542), |
| | | (476, 348, 1305, 0, 0, 2, 0, 0, 1685549542), |
| | | (477, 349, 1306, 0, 0, 3, 0, 0, 1685549542), |
| | | (478, 350, 1307, 0, 0, 2, 0, 0, 1685549542), |
| | | (479, 351, 1311, 3, 3, 5, 3, 60, 1685549542), |
| | | (480, 352, 1314, 1, 1, 6, 1, 17, 1685549542), |
| | | (481, 353, 1315, 2, 2, 2, 2, 100, 1685549542), |
| | | (482, 354, 1316, 3, 2, 3, 2, 67, 1685549542), |
| | | (483, 355, 1317, 2, 2, 2, 2, 100, 1685549542), |
| | | (484, 356, 1321, 0, 0, 5, 0, 0, 1685549542), |
| | | (485, 357, 1324, 0, 0, 6, 0, 0, 1685549542), |
| | | (486, 358, 1325, 0, 0, 2, 0, 0, 1685549542), |
| | | (487, 359, 1326, 0, 0, 3, 0, 0, 1685549542), |
| | | (488, 360, 1327, 0, 0, 2, 0, 0, 1685549542), |
| | | (489, 361, 1331, 0, 0, 5, 0, 0, 1685549542), |
| | | (490, 362, 1334, 0, 0, 6, 0, 0, 1685549542), |
| | | (491, 363, 1335, 0, 0, 2, 0, 0, 1685549542), |
| | | (492, 364, 1336, 0, 0, 3, 0, 0, 1685549542), |
| | | (493, 365, 1337, 0, 0, 2, 0, 0, 1685549542), |
| | | (500, 366, 1341, 0, 0, 5, 0, 0, 1685553181), |
| | | (501, 367, 1344, 1, 1, 6, 1, 17, 1685553181), |
| | | (502, 368, 1345, 0, 0, 2, 0, 0, 1685553181), |
| | | (503, 369, 1346, 0, 0, 3, 0, 0, 1685553181), |
| | | (504, 370, 1347, 0, 0, 2, 0, 0, 1685553181), |
| | | (505, 371, 1351, 0, 0, 5, 0, 0, 1685553181), |
| | | (506, 372, 1354, 0, 0, 6, 0, 0, 1685553181), |
| | | (507, 373, 1355, 0, 0, 2, 0, 0, 1685553181), |
| | | (508, 374, 1356, 0, 0, 3, 0, 0, 1685553181), |
| | | (509, 375, 1357, 0, 0, 2, 0, 0, 1685553181), |
| | | (510, 376, 1361, 3, 3, 5, 3, 60, 1685553181), |
| | | (511, 377, 1364, 1, 1, 6, 1, 17, 1685553181), |
| | | (512, 378, 1365, 2, 2, 2, 2, 100, 1685553181), |
| | | (513, 379, 1366, 3, 2, 3, 2, 67, 1685553181), |
| | | (514, 380, 1367, 2, 2, 2, 2, 100, 1685553181), |
| | | (515, 381, 1371, 0, 0, 5, 0, 0, 1685553181), |
| | | (516, 382, 1374, 0, 0, 6, 0, 0, 1685553181), |
| | | (517, 383, 1375, 0, 0, 2, 0, 0, 1685553181), |
| | | (518, 384, 1376, 0, 0, 3, 0, 0, 1685553181), |
| | | (519, 385, 1377, 0, 0, 2, 0, 0, 1685553181), |
| | | (520, 386, 1381, 0, 0, 5, 0, 0, 1685553181), |
| | | (521, 387, 1384, 0, 0, 6, 0, 0, 1685553181), |
| | | (522, 388, 1385, 0, 0, 2, 0, 0, 1685553181), |
| | | (523, 389, 1386, 0, 0, 3, 0, 0, 1685553181), |
| | | (524, 390, 1387, 0, 0, 2, 0, 0, 1685553181), |
| | | (531, 391, 1391, 0, 0, 5, 0, 0, 1685556919), |
| | | (532, 392, 1394, 1, 1, 6, 1, 17, 1685556919), |
| | | (533, 393, 1395, 0, 0, 2, 0, 0, 1685556919), |
| | | (534, 394, 1396, 0, 0, 3, 0, 0, 1685556919), |
| | | (535, 395, 1397, 0, 0, 2, 0, 0, 1685556919), |
| | | (536, 396, 1401, 0, 0, 5, 0, 0, 1685556919), |
| | | (537, 397, 1404, 0, 0, 6, 0, 0, 1685556919), |
| | | (538, 398, 1405, 0, 0, 2, 0, 0, 1685556919), |
| | | (539, 399, 1406, 0, 0, 3, 0, 0, 1685556919), |
| | | (540, 400, 1407, 0, 0, 2, 0, 0, 1685556919), |
| | | (541, 401, 1411, 3, 3, 5, 3, 60, 1685556919), |
| | | (542, 402, 1414, 1, 1, 6, 1, 17, 1685556919), |
| | | (543, 403, 1415, 2, 2, 2, 2, 100, 1685556919), |
| | | (544, 404, 1416, 3, 2, 3, 2, 67, 1685556919), |
| | | (545, 405, 1417, 2, 2, 2, 2, 100, 1685556919), |
| | | (546, 406, 1421, 0, 0, 5, 0, 0, 1685556919), |
| | | (547, 407, 1424, 0, 0, 6, 0, 0, 1685556919), |
| | | (548, 408, 1425, 0, 0, 2, 0, 0, 1685556919), |
| | | (549, 409, 1426, 0, 0, 3, 0, 0, 1685556919), |
| | | (550, 410, 1427, 0, 0, 2, 0, 0, 1685556919), |
| | | (551, 411, 1431, 0, 0, 5, 0, 0, 1685556919), |
| | | (552, 412, 1434, 0, 0, 6, 0, 0, 1685556919), |
| | | (553, 413, 1435, 0, 0, 2, 0, 0, 1685556919), |
| | | (554, 414, 1436, 0, 0, 3, 0, 0, 1685556919), |
| | | (555, 415, 1437, 0, 0, 2, 0, 0, 1685556919), |
| | | (556, 416, 1441, 0, 0, 5, 0, 0, 1685644315), |
| | | (557, 417, 1444, 1, 1, 6, 1, 17, 1685644315), |
| | | (558, 418, 1445, 0, 0, 2, 0, 0, 1685644315), |
| | | (559, 419, 1446, 0, 0, 3, 0, 0, 1685644315), |
| | | (560, 420, 1447, 0, 0, 2, 0, 0, 1685644315), |
| | | (561, 421, 1451, 0, 0, 5, 0, 0, 1685644315), |
| | | (562, 422, 1454, 0, 0, 6, 0, 0, 1685644315), |
| | | (563, 423, 1455, 0, 0, 2, 0, 0, 1685644315), |
| | | (564, 424, 1456, 0, 0, 3, 0, 0, 1685644315), |
| | | (565, 425, 1457, 0, 0, 2, 0, 0, 1685644315), |
| | | (566, 426, 1461, 3, 3, 5, 3, 60, 1685644315), |
| | | (567, 427, 1464, 1, 1, 6, 1, 17, 1685644315), |
| | | (568, 428, 1465, 2, 2, 2, 2, 100, 1685644315), |
| | | (569, 429, 1466, 3, 2, 3, 2, 67, 1685644315), |
| | | (570, 430, 1467, 2, 2, 2, 2, 100, 1685644315), |
| | | (571, 431, 1471, 0, 0, 5, 0, 0, 1685644315), |
| | | (572, 432, 1474, 0, 0, 6, 0, 0, 1685644315), |
| | | (573, 433, 1475, 0, 0, 2, 0, 0, 1685644315), |
| | | (574, 434, 1476, 0, 0, 3, 0, 0, 1685644315), |
| | | (575, 435, 1477, 0, 0, 2, 0, 0, 1685644315), |
| | | (576, 436, 1481, 0, 0, 5, 0, 0, 1685644315), |
| | | (577, 437, 1484, 0, 0, 6, 0, 0, 1685644315), |
| | | (578, 438, 1485, 0, 0, 2, 0, 0, 1685644315), |
| | | (579, 439, 1486, 0, 0, 3, 0, 0, 1685644315), |
| | | (580, 440, 1487, 0, 0, 2, 0, 0, 1685644315); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_learner_epa_requirement_matching_assessments` | | -- Table structure for table `cbme_learner_epa_requirement_matching_assessments` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_learner_epa_requirement_matching_assessments` ( | | CREATE TABLE `cbme_learner_epa_requirement_matching_assessments` ( |
| `learner_epa_requirement_matching_assessments_id` int(11) UNSIGNED NOT NULL, | | `learner_epa_requirement_matching_assessments_id` int(11) UNSIGNED NOT NULL, |
| `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL, | | `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL, |
| `dassessment_id` int(11) UNSIGNED NOT NULL, | | `dassessment_id` int(11) UNSIGNED NOT NULL, |
| `completion_date` int(11) NOT NULL, | | `completion_date` int(11) NOT NULL, |
| `meets_criteria` int(11) NOT NULL, | | `meets_criteria` int(11) NOT NULL, |
| `assessor_proxy_id` int(11) NOT NULL, | | `assessor_proxy_id` int(11) NOT NULL, |
| `is_excess` int(11) NOT NULL, | | `is_excess` int(11) NOT NULL, |
| `is_point_of_completion` int(11) NOT NULL, | | `is_point_of_completion` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL | | `created_date` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| n | | n | |
| | | -- |
| | | -- Dumping data for table `cbme_learner_epa_requirement_matching_assessments` |
| | | -- |
| | | |
| | | INSERT INTO `cbme_learner_epa_requirement_matching_assessments` (`learner_epa_requirement_matching_assessments_id`, `learner_epa_requirement_progress_id`, `dassessment_id`, `completion_date`, `meets_criteria`, `assessor_proxy_id`, `is_excess`, `is_point_of_completion`, `created_date`) VALUES |
| | | (165, 442, 9, 1685419200, 1, 7, 0, 0, 1685644315), |
| | | (166, 451, 7, 1685332800, 1, 7, 0, 0, 1685644315), |
| | | (167, 451, 10, 1683604800, 1, 6, 0, 0, 1685644315), |
| | | (168, 451, 11, 1683259200, 1, 5, 0, 0, 1685644315), |
| | | (169, 452, 12, 1684296000, 1, 7, 0, 0, 1685644315), |
| | | (170, 453, 13, 1683000000, 1, 7, 0, 0, 1685644315), |
| | | (171, 453, 15, 1684468800, 1, 9, 0, 1, 1685644315), |
| | | (172, 454, 14, 1685505600, 1, 7, 0, 0, 1685644315), |
| | | (173, 454, 16, 1684728000, 1, 9, 0, 0, 1685644315), |
| | | (174, 454, 17, 1684036800, 1, 6, 0, 0, 1685644315), |
| | | (175, 455, 18, 1685505600, 1, 7, 0, 1, 1685644315), |
| | | (176, 455, 19, 1683691200, 1, 6, 0, 0, 1685644315); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_learner_epa_requirement_matching_assessments_history` | | -- Table structure for table `cbme_learner_epa_requirement_matching_assessments_history` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_learner_epa_requirement_matching_assessments_history` ( | | CREATE TABLE `cbme_learner_epa_requirement_matching_assessments_history` ( |
| `lerma_history_id` int(11) UNSIGNED NOT NULL, | | `lerma_history_id` int(11) UNSIGNED NOT NULL, |
| `learner_epa_requirement_matching_assessments_id` int(11) UNSIGNED NOT NULL, | | `learner_epa_requirement_matching_assessments_id` int(11) UNSIGNED NOT NULL, |
| `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL, | | `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL, |
| `dassessment_id` int(11) UNSIGNED NOT NULL, | | `dassessment_id` int(11) UNSIGNED NOT NULL, |
| `completion_date` int(11) NOT NULL, | | `completion_date` int(11) NOT NULL, |
| `meets_criteria` int(11) NOT NULL, | | `meets_criteria` int(11) NOT NULL, |
| `assessor_proxy_id` int(11) NOT NULL, | | `assessor_proxy_id` int(11) NOT NULL, |
| `is_excess` int(11) NOT NULL, | | `is_excess` int(11) NOT NULL, |
| `is_point_of_completion` int(11) NOT NULL, | | `is_point_of_completion` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL | | `created_date` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| n | | n | |
| | | -- |
| | | -- Dumping data for table `cbme_learner_epa_requirement_matching_assessments_history` |
| | | -- |
| | | |
| | | INSERT INTO `cbme_learner_epa_requirement_matching_assessments_history` (`lerma_history_id`, `learner_epa_requirement_matching_assessments_id`, `learner_epa_requirement_progress_id`, `dassessment_id`, `completion_date`, `meets_criteria`, `assessor_proxy_id`, `is_excess`, `is_point_of_completion`, `created_date`) VALUES |
| | | (1, 1, 3, 7, 1685332800, 1, 7, 0, 0, 1685469390), |
| | | (2, 2, 8, 7, 1685332800, 1, 7, 0, 0, 1685469717), |
| | | (3, 3, 13, 7, 1685332800, 1, 7, 0, 0, 1685469760), |
| | | (4, 4, 22, 7, 1685332800, 1, 7, 0, 0, 1685469827), |
| | | (5, 5, 23, 7, 1685332800, 1, 7, 0, 0, 1685469827), |
| | | (6, 6, 24, 7, 1685332800, 1, 7, 0, 0, 1685469827), |
| | | (7, 7, 33, 7, 1685332800, 1, 7, 0, 0, 1685470484), |
| | | (8, 8, 40, 7, 1685332800, 1, 7, 0, 0, 1685470575), |
| | | (9, 9, 50, 7, 1685332800, 1, 7, 0, 0, 1685471591), |
| | | (10, 10, 60, 7, 1685332800, 1, 7, 0, 0, 1685471627), |
| | | (11, 11, 70, 7, 1685332800, 1, 7, 0, 0, 1685472748), |
| | | (12, 12, 77, 9, 1685419200, 1, 7, 0, 0, 1685474009), |
| | | (13, 13, 80, 7, 1685332800, 1, 7, 0, 0, 1685474009), |
| | | (15, 14, 87, 9, 1685419200, 1, 7, 0, 0, 1685474156), |
| | | (16, 15, 90, 7, 1685332800, 1, 7, 0, 0, 1685474156), |
| | | (17, 16, 97, 9, 1685419200, 1, 7, 0, 0, 1685541479), |
| | | (18, 17, 100, 7, 1685332800, 1, 7, 0, 0, 1685541479), |
| | | (20, 18, 107, 9, 1685419200, 1, 7, 0, 0, 1685543475), |
| | | (21, 19, 110, 7, 1685332800, 1, 7, 0, 0, 1685543475), |
| | | (22, 20, 110, 10, 1683604800, 1, 6, 0, 0, 1685543475), |
| | | (23, 21, 110, 11, 1683259200, 1, 5, 0, 0, 1685543475), |
| | | (24, 22, 111, 12, 1684296000, 1, 7, 0, 0, 1685543475), |
| | | (27, 23, 117, 9, 1685419200, 1, 7, 0, 0, 1685543480), |
| | | (28, 24, 124, 7, 1685332800, 1, 7, 0, 0, 1685543480), |
| | | (29, 25, 124, 10, 1683604800, 1, 6, 0, 0, 1685543480), |
| | | (30, 26, 124, 11, 1683259200, 1, 5, 0, 0, 1685543480), |
| | | (31, 27, 125, 12, 1684296000, 1, 7, 0, 0, 1685543480), |
| | | (34, 28, 137, 9, 1685419200, 1, 7, 0, 0, 1685543975), |
| | | (35, 29, 144, 7, 1685332800, 1, 7, 0, 0, 1685543975), |
| | | (36, 30, 144, 10, 1683604800, 1, 6, 0, 0, 1685543975), |
| | | (37, 31, 144, 11, 1683259200, 1, 5, 0, 0, 1685543975), |
| | | (38, 32, 145, 12, 1684296000, 1, 7, 0, 0, 1685543975), |
| | | (41, 33, 157, 9, 1685419200, 1, 7, 0, 0, 1685544069), |
| | | (42, 34, 164, 7, 1685332800, 1, 7, 0, 0, 1685544069), |
| | | (43, 35, 164, 10, 1683604800, 1, 6, 0, 0, 1685544069), |
| | | (44, 36, 164, 11, 1683259200, 1, 5, 0, 0, 1685544069), |
| | | (45, 37, 165, 12, 1684296000, 1, 7, 0, 0, 1685544069), |
| | | (46, 38, 166, 13, 1683000000, 1, 7, 0, 0, 1685544069), |
| | | (47, 39, 167, 14, 1685505600, 1, 7, 0, 0, 1685544069), |
| | | (48, 40, 177, 9, 1685419200, 1, 7, 0, 0, 1685544256), |
| | | (49, 41, 184, 7, 1685332800, 1, 7, 0, 0, 1685544256), |
| | | (50, 42, 184, 10, 1683604800, 1, 6, 0, 0, 1685544256), |
| | | (51, 43, 184, 11, 1683259200, 1, 5, 0, 0, 1685544256), |
| | | (52, 44, 185, 12, 1684296000, 1, 7, 0, 0, 1685544256), |
| | | (53, 45, 186, 13, 1683000000, 1, 7, 0, 0, 1685544256), |
| | | (54, 46, 186, 15, 1684468800, 1, 9, 0, 1, 1685544256), |
| | | (55, 47, 187, 14, 1685505600, 1, 7, 0, 0, 1685544256), |
| | | (56, 48, 187, 16, 1684728000, 1, 9, 0, 0, 1685544256), |
| | | (63, 49, 197, 9, 1685419200, 1, 7, 0, 0, 1685544577), |
| | | (64, 50, 204, 7, 1685332800, 1, 7, 0, 0, 1685544577), |
| | | (65, 51, 204, 10, 1683604800, 1, 6, 0, 0, 1685544577), |
| | | (66, 52, 204, 11, 1683259200, 1, 5, 0, 0, 1685544577), |
| | | (67, 53, 205, 12, 1684296000, 1, 7, 0, 0, 1685544577), |
| | | (68, 54, 206, 13, 1683000000, 1, 7, 0, 0, 1685544577), |
| | | (69, 55, 206, 15, 1684468800, 1, 9, 0, 1, 1685544577), |
| | | (70, 56, 207, 14, 1685505600, 1, 7, 0, 0, 1685544577), |
| | | (71, 57, 207, 16, 1684728000, 1, 9, 0, 0, 1685544577), |
| | | (72, 58, 207, 17, 1684036800, 1, 6, 0, 0, 1685544577), |
| | | (78, 59, 217, 9, 1685419200, 1, 7, 0, 0, 1685544734), |
| | | (79, 60, 226, 7, 1685332800, 1, 7, 0, 0, 1685544734), |
| | | (80, 61, 226, 10, 1683604800, 1, 6, 0, 0, 1685544734), |
| | | (81, 62, 226, 11, 1683259200, 1, 5, 0, 0, 1685544734), |
| | | (82, 63, 227, 12, 1684296000, 1, 7, 0, 0, 1685544734), |
| | | (83, 64, 228, 13, 1683000000, 1, 7, 0, 0, 1685544734), |
| | | (84, 65, 228, 15, 1684468800, 1, 9, 0, 1, 1685544734), |
| | | (85, 66, 229, 14, 1685505600, 1, 7, 0, 0, 1685544734), |
| | | (86, 67, 229, 16, 1684728000, 1, 9, 0, 0, 1685544734), |
| | | (87, 68, 229, 17, 1684036800, 1, 6, 0, 0, 1685544734), |
| | | (93, 69, 242, 9, 1685419200, 1, 7, 0, 0, 1685545564), |
| | | (94, 70, 251, 7, 1685332800, 1, 7, 0, 0, 1685545564), |
| | | (95, 71, 251, 10, 1683604800, 1, 6, 0, 0, 1685545564), |
| | | (96, 72, 251, 11, 1683259200, 1, 5, 0, 0, 1685545564), |
| | | (97, 73, 252, 12, 1684296000, 1, 7, 0, 0, 1685545564), |
| | | (98, 74, 253, 13, 1683000000, 1, 7, 0, 0, 1685545564), |
| | | (99, 75, 253, 15, 1684468800, 1, 9, 0, 1, 1685545564), |
| | | (100, 76, 254, 14, 1685505600, 1, 7, 0, 0, 1685545564), |
| | | (101, 77, 254, 16, 1684728000, 1, 9, 0, 0, 1685545564), |
| | | (102, 78, 254, 17, 1684036800, 1, 6, 0, 0, 1685545564), |
| | | (103, 79, 255, 18, 1685505600, 1, 7, 0, 1, 1685545564), |
| | | (104, 80, 255, 19, 1683691200, 1, 6, 0, 0, 1685545564), |
| | | (108, 81, 267, 9, 1685419200, 1, 7, 0, 0, 1685549239), |
| | | (109, 82, 276, 7, 1685332800, 1, 7, 0, 0, 1685549239), |
| | | (110, 83, 276, 10, 1683604800, 1, 6, 0, 0, 1685549239), |
| | | (111, 84, 276, 11, 1683259200, 1, 5, 0, 0, 1685549239), |
| | | (112, 85, 277, 12, 1684296000, 1, 7, 0, 0, 1685549239), |
| | | (113, 86, 278, 13, 1683000000, 1, 7, 0, 0, 1685549239), |
| | | (114, 87, 278, 15, 1684468800, 1, 9, 0, 1, 1685549239), |
| | | (115, 88, 279, 14, 1685505600, 1, 7, 0, 0, 1685549239), |
| | | (116, 89, 279, 16, 1684728000, 1, 9, 0, 0, 1685549239), |
| | | (117, 90, 279, 17, 1684036800, 1, 6, 0, 0, 1685549239), |
| | | (118, 91, 280, 18, 1685505600, 1, 7, 0, 1, 1685549239), |
| | | (119, 92, 280, 19, 1683691200, 1, 6, 0, 0, 1685549239), |
| | | (123, 93, 292, 9, 1685419200, 1, 7, 0, 0, 1685549413), |
| | | (124, 94, 301, 7, 1685332800, 1, 7, 0, 0, 1685549413), |
| | | (125, 95, 301, 10, 1683604800, 1, 6, 0, 0, 1685549413), |
| | | (126, 96, 301, 11, 1683259200, 1, 5, 0, 0, 1685549413), |
| | | (127, 97, 302, 12, 1684296000, 1, 7, 0, 0, 1685549413), |
| | | (128, 98, 303, 13, 1683000000, 1, 7, 0, 0, 1685549413), |
| | | (129, 99, 303, 15, 1684468800, 1, 9, 0, 1, 1685549413), |
| | | (130, 100, 304, 14, 1685505600, 1, 7, 0, 0, 1685549413), |
| | | (131, 101, 304, 16, 1684728000, 1, 9, 0, 0, 1685549413), |
| | | (132, 102, 304, 17, 1684036800, 1, 6, 0, 0, 1685549413), |
| | | (133, 103, 305, 18, 1685505600, 1, 7, 0, 1, 1685549413), |
| | | (134, 104, 305, 19, 1683691200, 1, 6, 0, 0, 1685549413), |
| | | (138, 105, 317, 9, 1685419200, 1, 7, 0, 0, 1685549478), |
| | | (139, 106, 326, 7, 1685332800, 1, 7, 0, 0, 1685549478), |
| | | (140, 107, 326, 10, 1683604800, 1, 6, 0, 0, 1685549478), |
| | | (141, 108, 326, 11, 1683259200, 1, 5, 0, 0, 1685549478), |
| | | (142, 109, 327, 12, 1684296000, 1, 7, 0, 0, 1685549478), |
| | | (143, 110, 328, 13, 1683000000, 1, 7, 0, 0, 1685549478), |
| | | (144, 111, 328, 15, 1684468800, 1, 9, 0, 1, 1685549478), |
| | | (145, 112, 329, 14, 1685505600, 1, 7, 0, 0, 1685549478), |
| | | (146, 113, 329, 16, 1684728000, 1, 9, 0, 0, 1685549478), |
| | | (147, 114, 329, 17, 1684036800, 1, 6, 0, 0, 1685549478), |
| | | (148, 115, 330, 18, 1685505600, 1, 7, 0, 1, 1685549478), |
| | | (149, 116, 330, 19, 1683691200, 1, 6, 0, 0, 1685549478), |
| | | (153, 117, 342, 9, 1685419200, 1, 7, 0, 0, 1685549542), |
| | | (154, 118, 351, 7, 1685332800, 1, 7, 0, 0, 1685549542), |
| | | (155, 119, 351, 10, 1683604800, 1, 6, 0, 0, 1685549542), |
| | | (156, 120, 351, 11, 1683259200, 1, 5, 0, 0, 1685549542), |
| | | (157, 121, 352, 12, 1684296000, 1, 7, 0, 0, 1685549542), |
| | | (158, 122, 353, 13, 1683000000, 1, 7, 0, 0, 1685549542), |
| | | (159, 123, 353, 15, 1684468800, 1, 9, 0, 1, 1685549542), |
| | | (160, 124, 354, 14, 1685505600, 1, 7, 0, 0, 1685549542), |
| | | (161, 125, 354, 16, 1684728000, 1, 9, 0, 0, 1685549542), |
| | | (162, 126, 354, 17, 1684036800, 1, 6, 0, 0, 1685549542), |
| | | (163, 127, 355, 18, 1685505600, 1, 7, 0, 1, 1685549542), |
| | | (164, 128, 355, 19, 1683691200, 1, 6, 0, 0, 1685549542), |
| | | (168, 129, 367, 9, 1685419200, 1, 7, 0, 0, 1685553181), |
| | | (169, 130, 376, 7, 1685332800, 1, 7, 0, 0, 1685553181), |
| | | (170, 131, 376, 10, 1683604800, 1, 6, 0, 0, 1685553181), |
| | | (171, 132, 376, 11, 1683259200, 1, 5, 0, 0, 1685553181), |
| | | (172, 133, 377, 12, 1684296000, 1, 7, 0, 0, 1685553181), |
| | | (173, 134, 378, 13, 1683000000, 1, 7, 0, 0, 1685553181), |
| | | (174, 135, 378, 15, 1684468800, 1, 9, 0, 1, 1685553181), |
| | | (175, 136, 379, 14, 1685505600, 1, 7, 0, 0, 1685553181), |
| | | (176, 137, 379, 16, 1684728000, 1, 9, 0, 0, 1685553181), |
| | | (177, 138, 379, 17, 1684036800, 1, 6, 0, 0, 1685553181), |
| | | (178, 139, 380, 18, 1685505600, 1, 7, 0, 1, 1685553181), |
| | | (179, 140, 380, 19, 1683691200, 1, 6, 0, 0, 1685553181), |
| | | (183, 141, 392, 9, 1685419200, 1, 7, 0, 0, 1685556919), |
| | | (184, 142, 401, 7, 1685332800, 1, 7, 0, 0, 1685556919), |
| | | (185, 143, 401, 10, 1683604800, 1, 6, 0, 0, 1685556919), |
| | | (186, 144, 401, 11, 1683259200, 1, 5, 0, 0, 1685556919), |
| | | (187, 145, 402, 12, 1684296000, 1, 7, 0, 0, 1685556919), |
| | | (188, 146, 403, 13, 1683000000, 1, 7, 0, 0, 1685556919), |
| | | (189, 147, 403, 15, 1684468800, 1, 9, 0, 1, 1685556919), |
| | | (190, 148, 404, 14, 1685505600, 1, 7, 0, 0, 1685556919), |
| | | (191, 149, 404, 16, 1684728000, 1, 9, 0, 0, 1685556919), |
| | | (192, 150, 404, 17, 1684036800, 1, 6, 0, 0, 1685556919), |
| | | (193, 151, 405, 18, 1685505600, 1, 7, 0, 1, 1685556919), |
| | | (194, 152, 405, 19, 1683691200, 1, 6, 0, 0, 1685556919), |
| | | (195, 153, 417, 9, 1685419200, 1, 7, 0, 0, 1685644315), |
| | | (196, 154, 426, 7, 1685332800, 1, 7, 0, 0, 1685644315), |
| | | (197, 155, 426, 10, 1683604800, 1, 6, 0, 0, 1685644315), |
| | | (198, 156, 426, 11, 1683259200, 1, 5, 0, 0, 1685644315), |
| | | (199, 157, 427, 12, 1684296000, 1, 7, 0, 0, 1685644315), |
| | | (200, 158, 428, 13, 1683000000, 1, 7, 0, 0, 1685644315), |
| | | (201, 159, 428, 15, 1684468800, 1, 9, 0, 1, 1685644315), |
| | | (202, 160, 429, 14, 1685505600, 1, 7, 0, 0, 1685644315), |
| | | (203, 161, 429, 16, 1684728000, 1, 9, 0, 0, 1685644315), |
| | | (204, 162, 429, 17, 1684036800, 1, 6, 0, 0, 1685644315), |
| | | (205, 163, 430, 18, 1685505600, 1, 7, 0, 1, 1685644315), |
| | | (206, 164, 430, 19, 1683691200, 1, 6, 0, 0, 1685644315); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_learner_epa_requirement_progress` | | -- Table structure for table `cbme_learner_epa_requirement_progress` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_learner_epa_requirement_progress` ( | | CREATE TABLE `cbme_learner_epa_requirement_progress` ( |
| `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL, | | `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL, |
| `learner_epa_progress_id` int(11) UNSIGNED NOT NULL, | | `learner_epa_progress_id` int(11) UNSIGNED NOT NULL, |
| `total_assessment_attempts` int(11) NOT NULL, | | `total_assessment_attempts` int(11) NOT NULL, |
| `total_requirement_met_assessments` int(11) NOT NULL, | | `total_requirement_met_assessments` int(11) NOT NULL, |
| `requirement_met_assessments_progress` int(11) NOT NULL, | | `requirement_met_assessments_progress` int(11) NOT NULL, |
| `total_assessments_required` int(11) NOT NULL, | | `total_assessments_required` int(11) NOT NULL, |
| `total_assessors_required` int(11) NOT NULL, | | `total_assessors_required` int(11) NOT NULL, |
| `total_requirement_met_assessors` int(11) NOT NULL, | | `total_requirement_met_assessors` int(11) NOT NULL, |
| `all_requirements_met` int(11) NOT NULL, | | `all_requirements_met` int(11) NOT NULL, |
| `percentage_complete` int(11) NOT NULL, | | `percentage_complete` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL | | `created_date` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| n | | n | |
| | | -- |
| | | -- Dumping data for table `cbme_learner_epa_requirement_progress` |
| | | -- |
| | | |
| | | INSERT INTO `cbme_learner_epa_requirement_progress` (`learner_epa_requirement_progress_id`, `learner_epa_progress_id`, `total_assessment_attempts`, `total_requirement_met_assessments`, `requirement_met_assessments_progress`, `total_assessments_required`, `total_assessors_required`, `total_requirement_met_assessors`, `all_requirements_met`, `percentage_complete`, `created_date`) VALUES |
| | | (441, 1491, 0, 0, 0, 5, 2, 0, 0, 0, 1685644315), |
| | | (442, 1494, 1, 1, 0, 6, 3, 1, 1, 17, 1685644315), |
| | | (443, 1495, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315), |
| | | (444, 1496, 0, 0, 0, 3, 3, 0, 0, 0, 1685644315), |
| | | (445, 1497, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315), |
| | | (446, 1501, 0, 0, 0, 5, 2, 0, 0, 0, 1685644315), |
| | | (447, 1504, 0, 0, 0, 6, 3, 0, 0, 0, 1685644315), |
| | | (448, 1505, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315), |
| | | (449, 1506, 0, 0, 0, 3, 3, 0, 0, 0, 1685644315), |
| | | (450, 1507, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315), |
| | | (451, 1511, 3, 3, 0, 5, 2, 3, 3, 60, 1685644315), |
| | | (452, 1514, 1, 1, 0, 6, 3, 1, 1, 17, 1685644315), |
| | | (453, 1515, 2, 2, 0, 2, 2, 2, 2, 100, 1685644315), |
| | | (454, 1516, 3, 3, 0, 3, 3, 3, 3, 67, 1685644315), |
| | | (455, 1517, 2, 2, 0, 2, 2, 2, 2, 100, 1685644315), |
| | | (456, 1521, 0, 0, 0, 5, 2, 0, 0, 0, 1685644316), |
| | | (457, 1524, 0, 0, 0, 6, 3, 0, 0, 0, 1685644316), |
| | | (458, 1525, 0, 0, 0, 2, 2, 0, 0, 0, 1685644316), |
| | | (459, 1526, 0, 0, 0, 3, 3, 0, 0, 0, 1685644316), |
| | | (460, 1527, 0, 0, 0, 2, 2, 0, 0, 0, 1685644316), |
| | | (461, 1531, 0, 0, 0, 5, 2, 0, 0, 0, 1685644316), |
| | | (462, 1534, 0, 0, 0, 6, 3, 0, 0, 0, 1685644316), |
| | | (463, 1535, 0, 0, 0, 2, 2, 0, 0, 0, 1685644316), |
| | | (464, 1536, 0, 0, 0, 3, 3, 0, 0, 0, 1685644316), |
| | | (465, 1537, 0, 0, 0, 2, 2, 0, 0, 0, 1685644316); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_learner_epa_requirement_progress_history` | | -- Table structure for table `cbme_learner_epa_requirement_progress_history` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_learner_epa_requirement_progress_history` ( | | CREATE TABLE `cbme_learner_epa_requirement_progress_history` ( |
| `lerp_history_id` int(11) UNSIGNED NOT NULL, | | `lerp_history_id` int(11) UNSIGNED NOT NULL, |
| `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL, | | `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL, |
| `learner_epa_progress_id` int(11) UNSIGNED DEFAULT NULL, | | `learner_epa_progress_id` int(11) UNSIGNED DEFAULT NULL, |
| `total_assessment_attempts` int(11) NOT NULL, | | `total_assessment_attempts` int(11) NOT NULL, |
| `total_requirement_met_assessments` int(11) NOT NULL, | | `total_requirement_met_assessments` int(11) NOT NULL, |
| `requirement_met_assessments_progress` int(11) NOT NULL, | | `requirement_met_assessments_progress` int(11) NOT NULL, |
| `total_assessments_required` int(11) NOT NULL, | | `total_assessments_required` int(11) NOT NULL, |
| `total_assessors_required` int(11) NOT NULL, | | `total_assessors_required` int(11) NOT NULL, |
| `total_requirement_met_assessors` int(11) NOT NULL, | | `total_requirement_met_assessors` int(11) NOT NULL, |
| `all_requirements_met` int(11) NOT NULL, | | `all_requirements_met` int(11) NOT NULL, |
| `percentage_complete` int(11) NOT NULL, | | `percentage_complete` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL | | `created_date` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| n | | n | -- |
| | | -- Dumping data for table `cbme_learner_epa_requirement_progress_history` |
| | | -- |
| | | |
| | | INSERT INTO `cbme_learner_epa_requirement_progress_history` (`lerp_history_id`, `learner_epa_requirement_progress_id`, `learner_epa_progress_id`, `total_assessment_attempts`, `total_requirement_met_assessments`, `requirement_met_assessments_progress`, `total_assessments_required`, `total_assessors_required`, `total_requirement_met_assessors`, `all_requirements_met`, `percentage_complete`, `created_date`) VALUES |
| | | (1, 1, 2, 0, 0, 0, 5, 2, 0, 0, 0, 1685469390), |
| | | (2, 2, 16, 0, 0, 0, 5, 2, 0, 0, 0, 1685469390), |
| | | (3, 3, 30, 1, 1, 0, 5, 2, 1, 1, 20, 1685469390), |
| | | (4, 4, 44, 0, 0, 0, 5, 2, 0, 0, 0, 1685469390), |
| | | (5, 5, 58, 0, 0, 0, 5, 2, 0, 0, 0, 1685469390), |
| | | (8, 6, 72, 0, 0, 0, 5, 2, 0, 0, 0, 1685469717), |
| | | (9, 7, 86, 0, 0, 0, 5, 2, 0, 0, 0, 1685469717), |
| | | (10, 8, 100, 1, 1, 0, 5, 2, 1, 1, 20, 1685469717), |
| | | (11, 9, 114, 0, 0, 0, 5, 2, 0, 0, 0, 1685469717), |
| | | (12, 10, 128, 0, 0, 0, 5, 2, 0, 0, 0, 1685469717), |
| | | (15, 11, 141, 0, 0, 0, 5, 2, 0, 0, 0, 1685469760), |
| | | (16, 12, 151, 0, 0, 0, 5, 2, 0, 0, 0, 1685469760), |
| | | (17, 13, 161, 1, 1, 0, 5, 2, 1, 1, 20, 1685469760), |
| | | (18, 14, 171, 0, 0, 0, 5, 2, 0, 0, 0, 1685469760), |
| | | (19, 15, 181, 0, 0, 0, 5, 2, 0, 0, 0, 1685469760), |
| | | (22, 16, 191, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827), |
| | | (23, 17, 201, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827), |
| | | (24, 18, 204, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827), |
| | | (25, 19, 221, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827), |
| | | (26, 20, 231, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827), |
| | | (27, 21, 234, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827), |
| | | (28, 22, 251, 1, 1, 0, 5, 2, 1, 1, 20, 1685469827), |
| | | (29, 23, 261, 1, 1, 0, 5, 2, 1, 1, 20, 1685469827), |
| | | (30, 24, 264, 1, 1, 0, 5, 2, 1, 1, 20, 1685469827), |
| | | (31, 25, 281, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827), |
| | | (32, 26, 291, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827), |
| | | (33, 27, 294, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827), |
| | | (34, 28, 311, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827), |
| | | (35, 29, 321, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827), |
| | | (36, 30, 324, 0, 0, 0, 5, 2, 0, 0, 0, 1685469827), |
| | | (37, 31, 341, 0, 0, 0, 5, 2, 0, 0, 0, 1685470484), |
| | | (38, 32, 351, 0, 0, 0, 5, 2, 0, 0, 0, 1685470484), |
| | | (39, 33, 361, 1, 1, 0, 5, 2, 1, 1, 20, 1685470484), |
| | | (40, 34, 371, 0, 0, 0, 5, 2, 0, 0, 0, 1685470484), |
| | | (41, 35, 381, 0, 0, 0, 5, 2, 0, 0, 0, 1685470484), |
| | | (44, 36, 391, 0, 0, 0, 5, 2, 0, 0, 0, 1685470575), |
| | | (45, 37, 394, 0, 0, 0, 6, 3, 0, 0, 0, 1685470575), |
| | | (46, 38, 401, 0, 0, 0, 5, 2, 0, 0, 0, 1685470575), |
| | | (47, 39, 404, 0, 0, 0, 6, 3, 0, 0, 0, 1685470575), |
| | | (48, 40, 411, 1, 1, 0, 5, 2, 1, 1, 20, 1685470575), |
| | | (49, 41, 414, 0, 0, 0, 6, 3, 0, 0, 0, 1685470575), |
| | | (50, 42, 421, 0, 0, 0, 5, 2, 0, 0, 0, 1685470575), |
| | | (51, 43, 424, 0, 0, 0, 6, 3, 0, 0, 0, 1685470575), |
| | | (52, 44, 431, 0, 0, 0, 5, 2, 0, 0, 0, 1685470575), |
| | | (53, 45, 434, 0, 0, 0, 6, 3, 0, 0, 0, 1685470575), |
| | | (59, 46, 441, 0, 0, 0, 5, 2, 0, 0, 0, 1685471591), |
| | | (60, 47, 444, 0, 0, 0, 6, 3, 0, 0, 0, 1685471591), |
| | | (61, 48, 451, 0, 0, 0, 5, 2, 0, 0, 0, 1685471591), |
| | | (62, 49, 454, 0, 0, 0, 6, 3, 0, 0, 0, 1685471591), |
| | | (63, 50, 461, 1, 1, 0, 5, 2, 1, 1, 20, 1685471591), |
| | | (64, 51, 464, 0, 0, 0, 6, 3, 0, 0, 0, 1685471591), |
| | | (65, 52, 471, 0, 0, 0, 5, 2, 0, 0, 0, 1685471591), |
| | | (66, 53, 474, 0, 0, 0, 6, 3, 0, 0, 0, 1685471591), |
| | | (67, 54, 481, 0, 0, 0, 5, 2, 0, 0, 0, 1685471591), |
| | | (68, 55, 484, 0, 0, 0, 6, 3, 0, 0, 0, 1685471591), |
| | | (74, 56, 491, 0, 0, 0, 5, 2, 0, 0, 0, 1685471627), |
| | | (75, 57, 494, 0, 0, 0, 6, 3, 0, 0, 0, 1685471627), |
| | | (76, 58, 501, 0, 0, 0, 5, 2, 0, 0, 0, 1685471627), |
| | | (77, 59, 504, 0, 0, 0, 6, 3, 0, 0, 0, 1685471627), |
| | | (78, 60, 511, 1, 1, 0, 5, 2, 1, 1, 20, 1685471627), |
| | | (79, 61, 514, 0, 0, 0, 6, 3, 0, 0, 0, 1685471627), |
| | | (80, 62, 521, 0, 0, 0, 5, 2, 0, 0, 0, 1685471627), |
| | | (81, 63, 524, 0, 0, 0, 6, 3, 0, 0, 0, 1685471627), |
| | | (82, 64, 531, 0, 0, 0, 5, 2, 0, 0, 0, 1685471627), |
| | | (83, 65, 534, 0, 0, 0, 6, 3, 0, 0, 0, 1685471627), |
| | | (89, 66, 541, 0, 0, 0, 5, 2, 0, 0, 0, 1685472748), |
| | | (90, 67, 544, 0, 0, 0, 6, 3, 0, 0, 0, 1685472748), |
| | | (91, 68, 551, 0, 0, 0, 5, 2, 0, 0, 0, 1685472748), |
| | | (92, 69, 554, 0, 0, 0, 6, 3, 0, 0, 0, 1685472748), |
| | | (93, 70, 561, 1, 1, 0, 5, 2, 1, 1, 20, 1685472748), |
| | | (94, 71, 564, 0, 0, 0, 6, 3, 0, 0, 0, 1685472748), |
| | | (95, 72, 571, 0, 0, 0, 5, 2, 0, 0, 0, 1685472748), |
| | | (96, 73, 574, 0, 0, 0, 6, 3, 0, 0, 0, 1685472748), |
| | | (97, 74, 581, 0, 0, 0, 5, 2, 0, 0, 0, 1685472748), |
| | | (98, 75, 584, 0, 0, 0, 6, 3, 0, 0, 0, 1685472748), |
| | | (104, 76, 591, 0, 0, 0, 5, 2, 0, 0, 0, 1685474009), |
| | | (105, 77, 594, 1, 1, 0, 6, 3, 1, 1, 17, 1685474009), |
| | | (106, 78, 601, 0, 0, 0, 5, 2, 0, 0, 0, 1685474009), |
| | | (107, 79, 604, 0, 0, 0, 6, 3, 0, 0, 0, 1685474009), |
| | | (108, 80, 611, 1, 1, 0, 5, 2, 1, 1, 20, 1685474009), |
| | | (109, 81, 614, 0, 0, 0, 6, 3, 0, 0, 0, 1685474009), |
| | | (110, 82, 621, 0, 0, 0, 5, 2, 0, 0, 0, 1685474009), |
| | | (111, 83, 624, 0, 0, 0, 6, 3, 0, 0, 0, 1685474009), |
| | | (112, 84, 631, 0, 0, 0, 5, 2, 0, 0, 0, 1685474009), |
| | | (113, 85, 634, 0, 0, 0, 6, 3, 0, 0, 0, 1685474009), |
| | | (119, 86, 641, 0, 0, 0, 5, 2, 0, 0, 0, 1685474156), |
| | | (120, 87, 644, 1, 1, 0, 6, 3, 1, 1, 17, 1685474156), |
| | | (121, 88, 651, 0, 0, 0, 5, 2, 0, 0, 0, 1685474156), |
| | | (122, 89, 654, 0, 0, 0, 6, 3, 0, 0, 0, 1685474156), |
| | | (123, 90, 661, 1, 1, 0, 5, 2, 1, 1, 20, 1685474156), |
| | | (124, 91, 664, 0, 0, 0, 6, 3, 0, 0, 0, 1685474156), |
| | | (125, 92, 671, 0, 0, 0, 5, 2, 0, 0, 0, 1685474156), |
| | | (126, 93, 674, 0, 0, 0, 6, 3, 0, 0, 0, 1685474156), |
| | | (127, 94, 681, 0, 0, 0, 5, 2, 0, 0, 0, 1685474156), |
| | | (128, 95, 684, 0, 0, 0, 6, 3, 0, 0, 0, 1685474156), |
| | | (129, 96, 691, 0, 0, 0, 5, 2, 0, 0, 0, 1685541479), |
| | | (130, 97, 694, 1, 1, 0, 6, 3, 1, 1, 17, 1685541479), |
| | | (131, 98, 701, 0, 0, 0, 5, 2, 0, 0, 0, 1685541479), |
| | | (132, 99, 704, 0, 0, 0, 6, 3, 0, 0, 0, 1685541479), |
| | | (133, 100, 711, 1, 1, 0, 5, 2, 1, 1, 20, 1685541479), |
| | | (134, 101, 714, 0, 0, 0, 6, 3, 0, 0, 0, 1685541479), |
| | | (135, 102, 721, 0, 0, 0, 5, 2, 0, 0, 0, 1685541479), |
| | | (136, 103, 724, 0, 0, 0, 6, 3, 0, 0, 0, 1685541479), |
| | | (137, 104, 731, 0, 0, 0, 5, 2, 0, 0, 0, 1685541479), |
| | | (138, 105, 734, 0, 0, 0, 6, 3, 0, 0, 0, 1685541479), |
| | | (144, 106, 741, 0, 0, 0, 5, 2, 0, 0, 0, 1685543475), |
| | | (145, 107, 744, 1, 1, 0, 6, 3, 1, 1, 17, 1685543475), |
| | | (146, 108, 751, 0, 0, 0, 5, 2, 0, 0, 0, 1685543475), |
| | | (147, 109, 754, 0, 0, 0, 6, 3, 0, 0, 0, 1685543475), |
| | | (148, 110, 761, 3, 3, 0, 5, 2, 3, 3, 60, 1685543475), |
| | | (149, 111, 764, 1, 1, 0, 6, 3, 1, 1, 17, 1685543475), |
| | | (150, 112, 771, 0, 0, 0, 5, 2, 0, 0, 0, 1685543475), |
| | | (151, 113, 774, 0, 0, 0, 6, 3, 0, 0, 0, 1685543475), |
| | | (152, 114, 781, 0, 0, 0, 5, 2, 0, 0, 0, 1685543475), |
| | | (153, 115, 784, 0, 0, 0, 6, 3, 0, 0, 0, 1685543475), |
| | | (159, 116, 791, 0, 0, 0, 5, 2, 0, 0, 0, 1685543480), |
| | | (160, 117, 794, 1, 1, 0, 6, 3, 1, 1, 17, 1685543480), |
| | | (161, 118, 795, 0, 0, 0, 2, 2, 0, 0, 0, 1685543480), |
| | | (162, 119, 796, 0, 0, 0, 3, 3, 0, 0, 0, 1685543480), |
| | | (163, 120, 801, 0, 0, 0, 5, 2, 0, 0, 0, 1685543480), |
| | | (164, 121, 804, 0, 0, 0, 6, 3, 0, 0, 0, 1685543480), |
| | | (165, 122, 805, 0, 0, 0, 2, 2, 0, 0, 0, 1685543480), |
| | | (166, 123, 806, 0, 0, 0, 3, 3, 0, 0, 0, 1685543480), |
| | | (167, 124, 811, 3, 3, 0, 5, 2, 3, 3, 60, 1685543480), |
| | | (168, 125, 814, 1, 1, 0, 6, 3, 1, 1, 17, 1685543480), |
| | | (169, 126, 815, 0, 0, 0, 2, 2, 0, 0, 0, 1685543480), |
| | | (170, 127, 816, 0, 0, 0, 3, 3, 0, 0, 0, 1685543480), |
| | | (171, 128, 821, 0, 0, 0, 5, 2, 0, 0, 0, 1685543480), |
| | | (172, 129, 824, 0, 0, 0, 6, 3, 0, 0, 0, 1685543480), |
| | | (173, 130, 825, 0, 0, 0, 2, 2, 0, 0, 0, 1685543480), |
| | | (174, 131, 826, 0, 0, 0, 3, 3, 0, 0, 0, 1685543480), |
| | | (175, 132, 831, 0, 0, 0, 5, 2, 0, 0, 0, 1685543480), |
| | | (176, 133, 834, 0, 0, 0, 6, 3, 0, 0, 0, 1685543480), |
| | | (177, 134, 835, 0, 0, 0, 2, 2, 0, 0, 0, 1685543480), |
| | | (178, 135, 836, 0, 0, 0, 3, 3, 0, 0, 0, 1685543480), |
| | | (190, 136, 841, 0, 0, 0, 5, 2, 0, 0, 0, 1685543975), |
| | | (191, 137, 844, 1, 1, 0, 6, 3, 1, 1, 17, 1685543975), |
| | | (192, 138, 845, 0, 0, 0, 2, 2, 0, 0, 0, 1685543975), |
| | | (193, 139, 846, 0, 0, 0, 3, 3, 0, 0, 0, 1685543975), |
| | | (194, 140, 851, 0, 0, 0, 5, 2, 0, 0, 0, 1685543975), |
| | | (195, 141, 854, 0, 0, 0, 6, 3, 0, 0, 0, 1685543975), |
| | | (196, 142, 855, 0, 0, 0, 2, 2, 0, 0, 0, 1685543975), |
| | | (197, 143, 856, 0, 0, 0, 3, 3, 0, 0, 0, 1685543975), |
| | | (198, 144, 861, 3, 3, 0, 5, 2, 3, 3, 60, 1685543975), |
| | | (199, 145, 864, 1, 1, 0, 6, 3, 1, 1, 17, 1685543975), |
| | | (200, 146, 865, 0, 0, 0, 2, 2, 0, 0, 0, 1685543975), |
| | | (201, 147, 866, 0, 0, 0, 3, 3, 0, 0, 0, 1685543975), |
| | | (202, 148, 871, 0, 0, 0, 5, 2, 0, 0, 0, 1685543975), |
| | | (203, 149, 874, 0, 0, 0, 6, 3, 0, 0, 0, 1685543975), |
| | | (204, 150, 875, 0, 0, 0, 2, 2, 0, 0, 0, 1685543975), |
| | | (205, 151, 876, 0, 0, 0, 3, 3, 0, 0, 0, 1685543975), |
| | | (206, 152, 881, 0, 0, 0, 5, 2, 0, 0, 0, 1685543975), |
| | | (207, 153, 884, 0, 0, 0, 6, 3, 0, 0, 0, 1685543975), |
| | | (208, 154, 885, 0, 0, 0, 2, 2, 0, 0, 0, 1685543975), |
| | | (209, 155, 886, 0, 0, 0, 3, 3, 0, 0, 0, 1685543975), |
| | | (221, 156, 891, 0, 0, 0, 5, 2, 0, 0, 0, 1685544069), |
| | | (222, 157, 894, 1, 1, 0, 6, 3, 1, 1, 17, 1685544069), |
| | | (223, 158, 895, 0, 0, 0, 2, 2, 0, 0, 0, 1685544069), |
| | | (224, 159, 896, 0, 0, 0, 3, 3, 0, 0, 0, 1685544069), |
| | | (225, 160, 901, 0, 0, 0, 5, 2, 0, 0, 0, 1685544069), |
| | | (226, 161, 904, 0, 0, 0, 6, 3, 0, 0, 0, 1685544069), |
| | | (227, 162, 905, 0, 0, 0, 2, 2, 0, 0, 0, 1685544069), |
| | | (228, 163, 906, 0, 0, 0, 3, 3, 0, 0, 0, 1685544069), |
| | | (229, 164, 911, 3, 3, 0, 5, 2, 3, 3, 60, 1685544069), |
| | | (230, 165, 914, 1, 1, 0, 6, 3, 1, 1, 17, 1685544069), |
| | | (231, 166, 915, 1, 1, 0, 2, 2, 1, 1, 50, 1685544069), |
| | | (232, 167, 916, 1, 1, 0, 3, 3, 1, 1, 33, 1685544069), |
| | | (233, 168, 921, 0, 0, 0, 5, 2, 0, 0, 0, 1685544069), |
| | | (234, 169, 924, 0, 0, 0, 6, 3, 0, 0, 0, 1685544069), |
| | | (235, 170, 925, 0, 0, 0, 2, 2, 0, 0, 0, 1685544069), |
| | | (236, 171, 926, 0, 0, 0, 3, 3, 0, 0, 0, 1685544069), |
| | | (237, 172, 931, 0, 0, 0, 5, 2, 0, 0, 0, 1685544069), |
| | | (238, 173, 934, 0, 0, 0, 6, 3, 0, 0, 0, 1685544069), |
| | | (239, 174, 935, 0, 0, 0, 2, 2, 0, 0, 0, 1685544069), |
| | | (240, 175, 936, 0, 0, 0, 3, 3, 0, 0, 0, 1685544069), |
| | | (252, 176, 941, 0, 0, 0, 5, 2, 0, 0, 0, 1685544256), |
| | | (253, 177, 944, 1, 1, 0, 6, 3, 1, 1, 17, 1685544256), |
| | | (254, 178, 945, 0, 0, 0, 2, 2, 0, 0, 0, 1685544256), |
| | | (255, 179, 946, 0, 0, 0, 3, 3, 0, 0, 0, 1685544256), |
| | | (256, 180, 951, 0, 0, 0, 5, 2, 0, 0, 0, 1685544256), |
| | | (257, 181, 954, 0, 0, 0, 6, 3, 0, 0, 0, 1685544256), |
| | | (258, 182, 955, 0, 0, 0, 2, 2, 0, 0, 0, 1685544256), |
| | | (259, 183, 956, 0, 0, 0, 3, 3, 0, 0, 0, 1685544256), |
| | | (260, 184, 961, 3, 3, 0, 5, 2, 3, 3, 60, 1685544256), |
| | | (261, 185, 964, 1, 1, 0, 6, 3, 1, 1, 17, 1685544256), |
| | | (262, 186, 965, 2, 2, 0, 2, 2, 2, 2, 100, 1685544256), |
| | | (263, 187, 966, 2, 2, 0, 3, 3, 2, 2, 67, 1685544256), |
| | | (264, 188, 971, 0, 0, 0, 5, 2, 0, 0, 0, 1685544256), |
| | | (265, 189, 974, 0, 0, 0, 6, 3, 0, 0, 0, 1685544256), |
| | | (266, 190, 975, 0, 0, 0, 2, 2, 0, 0, 0, 1685544256), |
| | | (267, 191, 976, 0, 0, 0, 3, 3, 0, 0, 0, 1685544256), |
| | | (268, 192, 981, 0, 0, 0, 5, 2, 0, 0, 0, 1685544256), |
| | | (269, 193, 984, 0, 0, 0, 6, 3, 0, 0, 0, 1685544256), |
| | | (270, 194, 985, 0, 0, 0, 2, 2, 0, 0, 0, 1685544256), |
| | | (271, 195, 986, 0, 0, 0, 3, 3, 0, 0, 0, 1685544256), |
| | | (283, 196, 991, 0, 0, 0, 5, 2, 0, 0, 0, 1685544577), |
| | | (284, 197, 994, 1, 1, 0, 6, 3, 1, 1, 17, 1685544577), |
| | | (285, 198, 995, 0, 0, 0, 2, 2, 0, 0, 0, 1685544577), |
| | | (286, 199, 996, 0, 0, 0, 3, 3, 0, 0, 0, 1685544577), |
| | | (287, 200, 1001, 0, 0, 0, 5, 2, 0, 0, 0, 1685544577), |
| | | (288, 201, 1004, 0, 0, 0, 6, 3, 0, 0, 0, 1685544577), |
| | | (289, 202, 1005, 0, 0, 0, 2, 2, 0, 0, 0, 1685544577), |
| | | (290, 203, 1006, 0, 0, 0, 3, 3, 0, 0, 0, 1685544577), |
| | | (291, 204, 1011, 3, 3, 0, 5, 2, 3, 3, 60, 1685544577), |
| | | (292, 205, 1014, 1, 1, 0, 6, 3, 1, 1, 17, 1685544577), |
| | | (293, 206, 1015, 2, 2, 0, 2, 2, 2, 2, 100, 1685544577), |
| | | (294, 207, 1016, 3, 3, 0, 3, 3, 3, 3, 67, 1685544577), |
| | | (295, 208, 1021, 0, 0, 0, 5, 2, 0, 0, 0, 1685544577), |
| | | (296, 209, 1024, 0, 0, 0, 6, 3, 0, 0, 0, 1685544577), |
| | | (297, 210, 1025, 0, 0, 0, 2, 2, 0, 0, 0, 1685544577), |
| | | (298, 211, 1026, 0, 0, 0, 3, 3, 0, 0, 0, 1685544577), |
| | | (299, 212, 1031, 0, 0, 0, 5, 2, 0, 0, 0, 1685544577), |
| | | (300, 213, 1034, 0, 0, 0, 6, 3, 0, 0, 0, 1685544577), |
| | | (301, 214, 1035, 0, 0, 0, 2, 2, 0, 0, 0, 1685544577), |
| | | (302, 215, 1036, 0, 0, 0, 3, 3, 0, 0, 0, 1685544577), |
| | | (314, 216, 1041, 0, 0, 0, 5, 2, 0, 0, 0, 1685544734), |
| | | (315, 217, 1044, 1, 1, 0, 6, 3, 1, 1, 17, 1685544734), |
| | | (316, 218, 1045, 0, 0, 0, 2, 2, 0, 0, 0, 1685544734), |
| | | (317, 219, 1046, 0, 0, 0, 3, 3, 0, 0, 0, 1685544734), |
| | | (318, 220, 1047, 0, 0, 0, 2, 2, 0, 0, 0, 1685544734), |
| | | (319, 221, 1051, 0, 0, 0, 5, 2, 0, 0, 0, 1685544734), |
| | | (320, 222, 1054, 0, 0, 0, 6, 3, 0, 0, 0, 1685544734), |
| | | (321, 223, 1055, 0, 0, 0, 2, 2, 0, 0, 0, 1685544734), |
| | | (322, 224, 1056, 0, 0, 0, 3, 3, 0, 0, 0, 1685544734), |
| | | (323, 225, 1057, 0, 0, 0, 2, 2, 0, 0, 0, 1685544734), |
| | | (324, 226, 1061, 3, 3, 0, 5, 2, 3, 3, 60, 1685544734), |
| | | (325, 227, 1064, 1, 1, 0, 6, 3, 1, 1, 17, 1685544734), |
| | | (326, 228, 1065, 2, 2, 0, 2, 2, 2, 2, 100, 1685544734), |
| | | (327, 229, 1066, 3, 3, 0, 3, 3, 3, 3, 67, 1685544734), |
| | | (328, 230, 1067, 0, 0, 0, 2, 2, 0, 0, 0, 1685544734), |
| | | (329, 231, 1071, 0, 0, 0, 5, 2, 0, 0, 0, 1685544734), |
| | | (330, 232, 1074, 0, 0, 0, 6, 3, 0, 0, 0, 1685544734), |
| | | (331, 233, 1075, 0, 0, 0, 2, 2, 0, 0, 0, 1685544734), |
| | | (332, 234, 1076, 0, 0, 0, 3, 3, 0, 0, 0, 1685544734), |
| | | (333, 235, 1077, 0, 0, 0, 2, 2, 0, 0, 0, 1685544734), |
| | | (334, 236, 1081, 0, 0, 0, 5, 2, 0, 0, 0, 1685544734), |
| | | (335, 237, 1084, 0, 0, 0, 6, 3, 0, 0, 0, 1685544734), |
| | | (336, 238, 1085, 0, 0, 0, 2, 2, 0, 0, 0, 1685544734), |
| | | (337, 239, 1086, 0, 0, 0, 3, 3, 0, 0, 0, 1685544734), |
| | | (338, 240, 1087, 0, 0, 0, 2, 2, 0, 0, 0, 1685544734), |
| | | (345, 241, 1091, 0, 0, 0, 5, 2, 0, 0, 0, 1685545564), |
| | | (346, 242, 1094, 1, 1, 0, 6, 3, 1, 1, 17, 1685545564), |
| | | (347, 243, 1095, 0, 0, 0, 2, 2, 0, 0, 0, 1685545564), |
| | | (348, 244, 1096, 0, 0, 0, 3, 3, 0, 0, 0, 1685545564), |
| | | (349, 245, 1097, 0, 0, 0, 2, 2, 0, 0, 0, 1685545564), |
| | | (350, 246, 1101, 0, 0, 0, 5, 2, 0, 0, 0, 1685545564), |
| | | (351, 247, 1104, 0, 0, 0, 6, 3, 0, 0, 0, 1685545564), |
| | | (352, 248, 1105, 0, 0, 0, 2, 2, 0, 0, 0, 1685545564), |
| | | (353, 249, 1106, 0, 0, 0, 3, 3, 0, 0, 0, 1685545564), |
| | | (354, 250, 1107, 0, 0, 0, 2, 2, 0, 0, 0, 1685545564), |
| | | (355, 251, 1111, 3, 3, 0, 5, 2, 3, 3, 60, 1685545564), |
| | | (356, 252, 1114, 1, 1, 0, 6, 3, 1, 1, 17, 1685545564), |
| | | (357, 253, 1115, 2, 2, 0, 2, 2, 2, 2, 100, 1685545564), |
| | | (358, 254, 1116, 3, 3, 0, 3, 3, 3, 3, 67, 1685545564), |
| | | (359, 255, 1117, 2, 2, 0, 2, 2, 2, 2, 100, 1685545564), |
| | | (360, 256, 1121, 0, 0, 0, 5, 2, 0, 0, 0, 1685545564), |
| | | (361, 257, 1124, 0, 0, 0, 6, 3, 0, 0, 0, 1685545564), |
| | | (362, 258, 1125, 0, 0, 0, 2, 2, 0, 0, 0, 1685545564), |
| | | (363, 259, 1126, 0, 0, 0, 3, 3, 0, 0, 0, 1685545564), |
| | | (364, 260, 1127, 0, 0, 0, 2, 2, 0, 0, 0, 1685545564), |
| | | (365, 261, 1131, 0, 0, 0, 5, 2, 0, 0, 0, 1685545564), |
| | | (366, 262, 1134, 0, 0, 0, 6, 3, 0, 0, 0, 1685545564), |
| | | (367, 263, 1135, 0, 0, 0, 2, 2, 0, 0, 0, 1685545564), |
| | | (368, 264, 1136, 0, 0, 0, 3, 3, 0, 0, 0, 1685545564), |
| | | (369, 265, 1137, 0, 0, 0, 2, 2, 0, 0, 0, 1685545564), |
| | | (376, 266, 1141, 0, 0, 0, 5, 2, 0, 0, 0, 1685549239), |
| | | (377, 267, 1144, 1, 1, 0, 6, 3, 1, 1, 17, 1685549239), |
| | | (378, 268, 1145, 0, 0, 0, 2, 2, 0, 0, 0, 1685549239), |
| | | (379, 269, 1146, 0, 0, 0, 3, 3, 0, 0, 0, 1685549239), |
| | | (380, 270, 1147, 0, 0, 0, 2, 2, 0, 0, 0, 1685549239), |
| | | (381, 271, 1151, 0, 0, 0, 5, 2, 0, 0, 0, 1685549239), |
| | | (382, 272, 1154, 0, 0, 0, 6, 3, 0, 0, 0, 1685549239), |
| | | (383, 273, 1155, 0, 0, 0, 2, 2, 0, 0, 0, 1685549239), |
| | | (384, 274, 1156, 0, 0, 0, 3, 3, 0, 0, 0, 1685549239), |
| | | (385, 275, 1157, 0, 0, 0, 2, 2, 0, 0, 0, 1685549239), |
| | | (386, 276, 1161, 3, 3, 0, 5, 2, 3, 3, 60, 1685549239), |
| | | (387, 277, 1164, 1, 1, 0, 6, 3, 1, 1, 17, 1685549239), |
| | | (388, 278, 1165, 2, 2, 0, 2, 2, 2, 2, 100, 1685549239), |
| | | (389, 279, 1166, 3, 3, 0, 3, 3, 3, 3, 67, 1685549239), |
| | | (390, 280, 1167, 2, 2, 0, 2, 2, 2, 2, 100, 1685549239), |
| | | (391, 281, 1171, 0, 0, 0, 5, 2, 0, 0, 0, 1685549239), |
| | | (392, 282, 1174, 0, 0, 0, 6, 3, 0, 0, 0, 1685549239), |
| | | (393, 283, 1175, 0, 0, 0, 2, 2, 0, 0, 0, 1685549239), |
| | | (394, 284, 1176, 0, 0, 0, 3, 3, 0, 0, 0, 1685549239), |
| | | (395, 285, 1177, 0, 0, 0, 2, 2, 0, 0, 0, 1685549239), |
| | | (396, 286, 1181, 0, 0, 0, 5, 2, 0, 0, 0, 1685549239), |
| | | (397, 287, 1184, 0, 0, 0, 6, 3, 0, 0, 0, 1685549239), |
| | | (398, 288, 1185, 0, 0, 0, 2, 2, 0, 0, 0, 1685549239), |
| | | (399, 289, 1186, 0, 0, 0, 3, 3, 0, 0, 0, 1685549239), |
| | | (400, 290, 1187, 0, 0, 0, 2, 2, 0, 0, 0, 1685549239), |
| | | (407, 291, 1191, 0, 0, 0, 5, 2, 0, 0, 0, 1685549413), |
| | | (408, 292, 1194, 1, 1, 0, 6, 3, 1, 1, 17, 1685549413), |
| | | (409, 293, 1195, 0, 0, 0, 2, 2, 0, 0, 0, 1685549413), |
| | | (410, 294, 1196, 0, 0, 0, 3, 3, 0, 0, 0, 1685549413), |
| | | (411, 295, 1197, 0, 0, 0, 2, 2, 0, 0, 0, 1685549413), |
| | | (412, 296, 1201, 0, 0, 0, 5, 2, 0, 0, 0, 1685549413), |
| | | (413, 297, 1204, 0, 0, 0, 6, 3, 0, 0, 0, 1685549413), |
| | | (414, 298, 1205, 0, 0, 0, 2, 2, 0, 0, 0, 1685549413), |
| | | (415, 299, 1206, 0, 0, 0, 3, 3, 0, 0, 0, 1685549413), |
| | | (416, 300, 1207, 0, 0, 0, 2, 2, 0, 0, 0, 1685549413), |
| | | (417, 301, 1211, 3, 3, 0, 5, 2, 3, 3, 60, 1685549413), |
| | | (418, 302, 1214, 1, 1, 0, 6, 3, 1, 1, 17, 1685549413), |
| | | (419, 303, 1215, 2, 2, 0, 2, 2, 2, 2, 100, 1685549413), |
| | | (420, 304, 1216, 3, 3, 0, 3, 3, 3, 3, 67, 1685549413), |
| | | (421, 305, 1217, 2, 2, 0, 2, 2, 2, 2, 100, 1685549413), |
| | | (422, 306, 1221, 0, 0, 0, 5, 2, 0, 0, 0, 1685549413), |
| | | (423, 307, 1224, 0, 0, 0, 6, 3, 0, 0, 0, 1685549413), |
| | | (424, 308, 1225, 0, 0, 0, 2, 2, 0, 0, 0, 1685549413), |
| | | (425, 309, 1226, 0, 0, 0, 3, 3, 0, 0, 0, 1685549413), |
| | | (426, 310, 1227, 0, 0, 0, 2, 2, 0, 0, 0, 1685549413), |
| | | (427, 311, 1231, 0, 0, 0, 5, 2, 0, 0, 0, 1685549413), |
| | | (428, 312, 1234, 0, 0, 0, 6, 3, 0, 0, 0, 1685549413), |
| | | (429, 313, 1235, 0, 0, 0, 2, 2, 0, 0, 0, 1685549413), |
| | | (430, 314, 1236, 0, 0, 0, 3, 3, 0, 0, 0, 1685549413), |
| | | (431, 315, 1237, 0, 0, 0, 2, 2, 0, 0, 0, 1685549413), |
| | | (438, 316, 1241, 0, 0, 0, 5, 2, 0, 0, 0, 1685549478), |
| | | (439, 317, 1244, 1, 1, 0, 6, 3, 1, 1, 17, 1685549478), |
| | | (440, 318, 1245, 0, 0, 0, 2, 2, 0, 0, 0, 1685549478), |
| | | (441, 319, 1246, 0, 0, 0, 3, 3, 0, 0, 0, 1685549478), |
| | | (442, 320, 1247, 0, 0, 0, 2, 2, 0, 0, 0, 1685549478), |
| | | (443, 321, 1251, 0, 0, 0, 5, 2, 0, 0, 0, 1685549478), |
| | | (444, 322, 1254, 0, 0, 0, 6, 3, 0, 0, 0, 1685549478), |
| | | (445, 323, 1255, 0, 0, 0, 2, 2, 0, 0, 0, 1685549478), |
| | | (446, 324, 1256, 0, 0, 0, 3, 3, 0, 0, 0, 1685549478), |
| | | (447, 325, 1257, 0, 0, 0, 2, 2, 0, 0, 0, 1685549478), |
| | | (448, 326, 1261, 3, 3, 0, 5, 2, 3, 3, 60, 1685549478), |
| | | (449, 327, 1264, 1, 1, 0, 6, 3, 1, 1, 17, 1685549478), |
| | | (450, 328, 1265, 2, 2, 0, 2, 2, 2, 2, 100, 1685549478), |
| | | (451, 329, 1266, 3, 3, 0, 3, 3, 3, 3, 67, 1685549478), |
| | | (452, 330, 1267, 2, 2, 0, 2, 2, 2, 2, 100, 1685549478), |
| | | (453, 331, 1271, 0, 0, 0, 5, 2, 0, 0, 0, 1685549478), |
| | | (454, 332, 1274, 0, 0, 0, 6, 3, 0, 0, 0, 1685549478), |
| | | (455, 333, 1275, 0, 0, 0, 2, 2, 0, 0, 0, 1685549478), |
| | | (456, 334, 1276, 0, 0, 0, 3, 3, 0, 0, 0, 1685549478), |
| | | (457, 335, 1277, 0, 0, 0, 2, 2, 0, 0, 0, 1685549478), |
| | | (458, 336, 1281, 0, 0, 0, 5, 2, 0, 0, 0, 1685549478), |
| | | (459, 337, 1284, 0, 0, 0, 6, 3, 0, 0, 0, 1685549478), |
| | | (460, 338, 1285, 0, 0, 0, 2, 2, 0, 0, 0, 1685549478), |
| | | (461, 339, 1286, 0, 0, 0, 3, 3, 0, 0, 0, 1685549478), |
| | | (462, 340, 1287, 0, 0, 0, 2, 2, 0, 0, 0, 1685549478), |
| | | (469, 341, 1291, 0, 0, 0, 5, 2, 0, 0, 0, 1685549542), |
| | | (470, 342, 1294, 1, 1, 0, 6, 3, 1, 1, 17, 1685549542), |
| | | (471, 343, 1295, 0, 0, 0, 2, 2, 0, 0, 0, 1685549542), |
| | | (472, 344, 1296, 0, 0, 0, 3, 3, 0, 0, 0, 1685549542), |
| | | (473, 345, 1297, 0, 0, 0, 2, 2, 0, 0, 0, 1685549542), |
| | | (474, 346, 1301, 0, 0, 0, 5, 2, 0, 0, 0, 1685549542), |
| | | (475, 347, 1304, 0, 0, 0, 6, 3, 0, 0, 0, 1685549542), |
| | | (476, 348, 1305, 0, 0, 0, 2, 2, 0, 0, 0, 1685549542), |
| | | (477, 349, 1306, 0, 0, 0, 3, 3, 0, 0, 0, 1685549542), |
| | | (478, 350, 1307, 0, 0, 0, 2, 2, 0, 0, 0, 1685549542), |
| | | (479, 351, 1311, 3, 3, 0, 5, 2, 3, 3, 60, 1685549542), |
| | | (480, 352, 1314, 1, 1, 0, 6, 3, 1, 1, 17, 1685549542), |
| | | (481, 353, 1315, 2, 2, 0, 2, 2, 2, 2, 100, 1685549542), |
| | | (482, 354, 1316, 3, 3, 0, 3, 3, 3, 3, 67, 1685549542), |
| | | (483, 355, 1317, 2, 2, 0, 2, 2, 2, 2, 100, 1685549542), |
| | | (484, 356, 1321, 0, 0, 0, 5, 2, 0, 0, 0, 1685549542), |
| | | (485, 357, 1324, 0, 0, 0, 6, 3, 0, 0, 0, 1685549542), |
| | | (486, 358, 1325, 0, 0, 0, 2, 2, 0, 0, 0, 1685549542), |
| | | (487, 359, 1326, 0, 0, 0, 3, 3, 0, 0, 0, 1685549542), |
| | | (488, 360, 1327, 0, 0, 0, 2, 2, 0, 0, 0, 1685549542), |
| | | (489, 361, 1331, 0, 0, 0, 5, 2, 0, 0, 0, 1685549542), |
| | | (490, 362, 1334, 0, 0, 0, 6, 3, 0, 0, 0, 1685549542), |
| | | (491, 363, 1335, 0, 0, 0, 2, 2, 0, 0, 0, 1685549542), |
| | | (492, 364, 1336, 0, 0, 0, 3, 3, 0, 0, 0, 1685549542), |
| | | (493, 365, 1337, 0, 0, 0, 2, 2, 0, 0, 0, 1685549542), |
| | | (500, 366, 1341, 0, 0, 0, 5, 2, 0, 0, 0, 1685553181), |
| | | (501, 367, 1344, 1, 1, 0, 6, 3, 1, 1, 17, 1685553181), |
| | | (502, 368, 1345, 0, 0, 0, 2, 2, 0, 0, 0, 1685553181), |
| | | (503, 369, 1346, 0, 0, 0, 3, 3, 0, 0, 0, 1685553181), |
| | | (504, 370, 1347, 0, 0, 0, 2, 2, 0, 0, 0, 1685553181), |
| | | (505, 371, 1351, 0, 0, 0, 5, 2, 0, 0, 0, 1685553181), |
| | | (506, 372, 1354, 0, 0, 0, 6, 3, 0, 0, 0, 1685553181), |
| | | (507, 373, 1355, 0, 0, 0, 2, 2, 0, 0, 0, 1685553181), |
| | | (508, 374, 1356, 0, 0, 0, 3, 3, 0, 0, 0, 1685553181), |
| | | (509, 375, 1357, 0, 0, 0, 2, 2, 0, 0, 0, 1685553181), |
| | | (510, 376, 1361, 3, 3, 0, 5, 2, 3, 3, 60, 1685553181), |
| | | (511, 377, 1364, 1, 1, 0, 6, 3, 1, 1, 17, 1685553181), |
| | | (512, 378, 1365, 2, 2, 0, 2, 2, 2, 2, 100, 1685553181), |
| | | (513, 379, 1366, 3, 3, 0, 3, 3, 3, 3, 67, 1685553181), |
| | | (514, 380, 1367, 2, 2, 0, 2, 2, 2, 2, 100, 1685553181), |
| | | (515, 381, 1371, 0, 0, 0, 5, 2, 0, 0, 0, 1685553181), |
| | | (516, 382, 1374, 0, 0, 0, 6, 3, 0, 0, 0, 1685553181), |
| | | (517, 383, 1375, 0, 0, 0, 2, 2, 0, 0, 0, 1685553181), |
| | | (518, 384, 1376, 0, 0, 0, 3, 3, 0, 0, 0, 1685553181), |
| | | (519, 385, 1377, 0, 0, 0, 2, 2, 0, 0, 0, 1685553181), |
| | | (520, 386, 1381, 0, 0, 0, 5, 2, 0, 0, 0, 1685553181), |
| | | (521, 387, 1384, 0, 0, 0, 6, 3, 0, 0, 0, 1685553181), |
| | | (522, 388, 1385, 0, 0, 0, 2, 2, 0, 0, 0, 1685553181), |
| | | (523, 389, 1386, 0, 0, 0, 3, 3, 0, 0, 0, 1685553181), |
| | | (524, 390, 1387, 0, 0, 0, 2, 2, 0, 0, 0, 1685553181), |
| | | (531, 391, 1391, 0, 0, 0, 5, 2, 0, 0, 0, 1685556919), |
| | | (532, 392, 1394, 1, 1, 0, 6, 3, 1, 1, 17, 1685556919), |
| | | (533, 393, 1395, 0, 0, 0, 2, 2, 0, 0, 0, 1685556919), |
| | | (534, 394, 1396, 0, 0, 0, 3, 3, 0, 0, 0, 1685556919), |
| | | (535, 395, 1397, 0, 0, 0, 2, 2, 0, 0, 0, 1685556919), |
| | | (536, 396, 1401, 0, 0, 0, 5, 2, 0, 0, 0, 1685556919), |
| | | (537, 397, 1404, 0, 0, 0, 6, 3, 0, 0, 0, 1685556919), |
| | | (538, 398, 1405, 0, 0, 0, 2, 2, 0, 0, 0, 1685556919), |
| | | (539, 399, 1406, 0, 0, 0, 3, 3, 0, 0, 0, 1685556919), |
| | | (540, 400, 1407, 0, 0, 0, 2, 2, 0, 0, 0, 1685556919), |
| | | (541, 401, 1411, 3, 3, 0, 5, 2, 3, 3, 60, 1685556919), |
| | | (542, 402, 1414, 1, 1, 0, 6, 3, 1, 1, 17, 1685556919), |
| | | (543, 403, 1415, 2, 2, 0, 2, 2, 2, 2, 100, 1685556919), |
| | | (544, 404, 1416, 3, 3, 0, 3, 3, 3, 3, 67, 1685556919), |
| | | (545, 405, 1417, 2, 2, 0, 2, 2, 2, 2, 100, 1685556919), |
| | | (546, 406, 1421, 0, 0, 0, 5, 2, 0, 0, 0, 1685556919), |
| | | (547, 407, 1424, 0, 0, 0, 6, 3, 0, 0, 0, 1685556919), |
| | | (548, 408, 1425, 0, 0, 0, 2, 2, 0, 0, 0, 1685556919), |
| | | (549, 409, 1426, 0, 0, 0, 3, 3, 0, 0, 0, 1685556919), |
| | | (550, 410, 1427, 0, 0, 0, 2, 2, 0, 0, 0, 1685556919), |
| | | (551, 411, 1431, 0, 0, 0, 5, 2, 0, 0, 0, 1685556919), |
| | | (552, 412, 1434, 0, 0, 0, 6, 3, 0, 0, 0, 1685556919), |
| | | (553, 413, 1435, 0, 0, 0, 2, 2, 0, 0, 0, 1685556919), |
| | | (554, 414, 1436, 0, 0, 0, 3, 3, 0, 0, 0, 1685556919), |
| | | (555, 415, 1437, 0, 0, 0, 2, 2, 0, 0, 0, 1685556919), |
| | | (556, 416, 1441, 0, 0, 0, 5, 2, 0, 0, 0, 1685644315), |
| | | (557, 417, 1444, 1, 1, 0, 6, 3, 1, 1, 17, 1685644315), |
| | | (558, 418, 1445, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315), |
| | | (559, 419, 1446, 0, 0, 0, 3, 3, 0, 0, 0, 1685644315), |
| | | (560, 420, 1447, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315), |
| | | (561, 421, 1451, 0, 0, 0, 5, 2, 0, 0, 0, 1685644315), |
| | | (562, 422, 1454, 0, 0, 0, 6, 3, 0, 0, 0, 1685644315), |
| | | (563, 423, 1455, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315), |
| | | (564, 424, 1456, 0, 0, 0, 3, 3, 0, 0, 0, 1685644315), |
| | | (565, 425, 1457, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315), |
| | | (566, 426, 1461, 3, 3, 0, 5, 2, 3, 3, 60, 1685644315), |
| | | (567, 427, 1464, 1, 1, 0, 6, 3, 1, 1, 17, 1685644315), |
| | | (568, 428, 1465, 2, 2, 0, 2, 2, 2, 2, 100, 1685644315), |
| | | (569, 429, 1466, 3, 3, 0, 3, 3, 3, 3, 67, 1685644315), |
| | | (570, 430, 1467, 2, 2, 0, 2, 2, 2, 2, 100, 1685644315), |
| | | (571, 431, 1471, 0, 0, 0, 5, 2, 0, 0, 0, 1685644315), |
| | | (572, 432, 1474, 0, 0, 0, 6, 3, 0, 0, 0, 1685644315), |
| | | (573, 433, 1475, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315), |
| | | (574, 434, 1476, 0, 0, 0, 3, 3, 0, 0, 0, 1685644315), |
| | | (575, 435, 1477, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315), |
| | | (576, 436, 1481, 0, 0, 0, 5, 2, 0, 0, 0, 1685644315), |
| | | (577, 437, 1484, 0, 0, 0, 6, 3, 0, 0, 0, 1685644315), |
| | | (578, 438, 1485, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315), |
| | | (579, 439, 1486, 0, 0, 0, 3, 3, 0, 0, 0, 1685644315), |
| | | (580, 440, 1487, 0, 0, 0, 2, 2, 0, 0, 0, 1685644315); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_learner_stage_progress` | | -- Table structure for table `cbme_learner_stage_progress` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_learner_stage_progress` ( | | CREATE TABLE `cbme_learner_stage_progress` ( |
| `learner_stage_progress_id` int(11) UNSIGNED NOT NULL, | | `learner_stage_progress_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) UNSIGNED NOT NULL, | | `proxy_id` int(11) UNSIGNED NOT NULL, |
| `objective_id` int(11) DEFAULT NULL, | | `objective_id` int(11) DEFAULT NULL, |
| `version_id` int(11) DEFAULT NULL, | | `version_id` int(11) DEFAULT NULL, |
| `course_id` int(11) NOT NULL, | | `course_id` int(11) NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `completed` int(11) NOT NULL, | | `completed` int(11) NOT NULL, |
| `in_progress` int(11) NOT NULL, | | `in_progress` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL | | `created_date` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| n | | n | |
| | | -- |
| | | -- Dumping data for table `cbme_learner_stage_progress` |
| | | -- |
| | | |
| | | INSERT INTO `cbme_learner_stage_progress` (`learner_stage_progress_id`, `proxy_id`, `objective_id`, `version_id`, `course_id`, `organisation_id`, `completed`, `in_progress`, `created_date`) VALUES |
| | | (936, 2, 2691, 3, 16, 1, 0, 0, 1685644315), |
| | | (937, 2, 2692, 3, 16, 1, 0, 0, 1685644315), |
| | | (938, 2, 2693, 3, 16, 1, 0, 0, 1685644315), |
| | | (939, 2, 2694, 3, 16, 1, 0, 0, 1685644315), |
| | | (940, 3, 2691, 3, 16, 1, 0, 0, 1685644315), |
| | | (941, 3, 2692, 3, 16, 1, 0, 0, 1685644315), |
| | | (942, 3, 2693, 3, 16, 1, 0, 0, 1685644315), |
| | | (943, 3, 2694, 3, 16, 1, 0, 0, 1685644315), |
| | | (944, 4, 2691, 3, 16, 1, 0, 0, 1685644315), |
| | | (945, 4, 2692, 3, 16, 1, 0, 0, 1685644315), |
| | | (946, 4, 2693, 3, 16, 1, 0, 0, 1685644315), |
| | | (947, 4, 2694, 3, 16, 1, 0, 0, 1685644315), |
| | | (948, 11, 2691, 3, 16, 1, 0, 0, 1685644316), |
| | | (949, 11, 2692, 3, 16, 1, 0, 0, 1685644316), |
| | | (950, 11, 2693, 3, 16, 1, 0, 0, 1685644316), |
| | | (951, 11, 2694, 3, 16, 1, 0, 0, 1685644316), |
| | | (952, 12, 2691, 3, 16, 1, 0, 0, 1685644316), |
| | | (953, 12, 2692, 3, 16, 1, 0, 0, 1685644316), |
| | | (954, 12, 2693, 3, 16, 1, 0, 0, 1685644316), |
| | | (955, 12, 2694, 3, 16, 1, 0, 0, 1685644316); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_learner_stage_progress_history` | | -- Table structure for table `cbme_learner_stage_progress_history` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_learner_stage_progress_history` ( | | CREATE TABLE `cbme_learner_stage_progress_history` ( |
| `lsp_history_id` int(11) UNSIGNED NOT NULL, | | `lsp_history_id` int(11) UNSIGNED NOT NULL, |
| `learner_stage_progress_id` int(11) UNSIGNED NOT NULL, | | `learner_stage_progress_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) UNSIGNED NOT NULL, | | `proxy_id` int(11) UNSIGNED NOT NULL, |
| `objective_id` int(11) DEFAULT NULL, | | `objective_id` int(11) DEFAULT NULL, |
| `version_id` int(11) DEFAULT NULL, | | `version_id` int(11) DEFAULT NULL, |
| `course_id` int(11) NOT NULL, | | `course_id` int(11) NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `completed` int(11) NOT NULL, | | `completed` int(11) NOT NULL, |
| `in_progress` int(11) NOT NULL, | | `in_progress` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL | | `created_date` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| n | | n | |
| | | -- |
| | | -- Dumping data for table `cbme_learner_stage_progress_history` |
| | | -- |
| | | |
| | | INSERT INTO `cbme_learner_stage_progress_history` (`lsp_history_id`, `learner_stage_progress_id`, `proxy_id`, `objective_id`, `version_id`, `course_id`, `organisation_id`, `completed`, `in_progress`, `created_date`) VALUES |
| | | (1, 1, 2, 2691, 3, 16, 1, 0, 0, 1685469390), |
| | | (2, 2, 2, 2692, 3, 16, 1, 0, 0, 1685469390), |
| | | (3, 3, 2, 2693, 3, 16, 1, 0, 0, 1685469390), |
| | | (4, 4, 2, 2694, 3, 16, 1, 0, 0, 1685469390), |
| | | (5, 5, 3, 2691, 3, 16, 1, 0, 0, 1685469390), |
| | | (6, 6, 3, 2692, 3, 16, 1, 0, 0, 1685469390), |
| | | (7, 7, 3, 2693, 3, 16, 1, 0, 0, 1685469390), |
| | | (8, 8, 3, 2694, 3, 16, 1, 0, 0, 1685469390), |
| | | (9, 9, 4, 2691, 3, 16, 1, 0, 0, 1685469390), |
| | | (10, 10, 4, 2692, 3, 16, 1, 0, 0, 1685469390), |
| | | (11, 11, 4, 2693, 3, 16, 1, 0, 0, 1685469390), |
| | | (12, 12, 4, 2694, 3, 16, 1, 0, 0, 1685469390), |
| | | (13, 13, 11, 2691, 3, 16, 1, 0, 0, 1685469390), |
| | | (14, 14, 11, 2692, 3, 16, 1, 0, 0, 1685469390), |
| | | (15, 15, 11, 2693, 3, 16, 1, 0, 0, 1685469390), |
| | | (16, 16, 11, 2694, 3, 16, 1, 0, 0, 1685469390), |
| | | (17, 17, 12, 2691, 3, 16, 1, 0, 0, 1685469390), |
| | | (18, 18, 12, 2692, 3, 16, 1, 0, 0, 1685469390), |
| | | (19, 19, 12, 2693, 3, 16, 1, 0, 0, 1685469390), |
| | | (20, 20, 12, 2694, 3, 16, 1, 0, 0, 1685469390), |
| | | (32, 21, 2, 2691, 3, 16, 1, 0, 0, 1685469717), |
| | | (33, 22, 2, 2692, 3, 16, 1, 0, 0, 1685469717), |
| | | (34, 23, 2, 2693, 3, 16, 1, 0, 0, 1685469717), |
| | | (35, 24, 2, 2694, 3, 16, 1, 0, 0, 1685469717), |
| | | (36, 25, 3, 2691, 3, 16, 1, 0, 0, 1685469717), |
| | | (37, 26, 3, 2692, 3, 16, 1, 0, 0, 1685469717), |
| | | (38, 27, 3, 2693, 3, 16, 1, 0, 0, 1685469717), |
| | | (39, 28, 3, 2694, 3, 16, 1, 0, 0, 1685469717), |
| | | (40, 29, 4, 2691, 3, 16, 1, 0, 0, 1685469717), |
| | | (41, 30, 4, 2692, 3, 16, 1, 0, 0, 1685469717), |
| | | (42, 31, 4, 2693, 3, 16, 1, 0, 0, 1685469717), |
| | | (43, 32, 4, 2694, 3, 16, 1, 0, 0, 1685469717), |
| | | (44, 33, 11, 2691, 3, 16, 1, 0, 0, 1685469717), |
| | | (45, 34, 11, 2692, 3, 16, 1, 0, 0, 1685469717), |
| | | (46, 35, 11, 2693, 3, 16, 1, 0, 0, 1685469717), |
| | | (47, 36, 11, 2694, 3, 16, 1, 0, 0, 1685469717), |
| | | (48, 37, 12, 2691, 3, 16, 1, 0, 0, 1685469717), |
| | | (49, 38, 12, 2692, 3, 16, 1, 0, 0, 1685469717), |
| | | (50, 39, 12, 2693, 3, 16, 1, 0, 0, 1685469717), |
| | | (51, 40, 12, 2694, 3, 16, 1, 0, 0, 1685469717), |
| | | (63, 41, 2, 2691, 3, 16, 1, 0, 0, 1685469760), |
| | | (64, 42, 2, 2692, 3, 16, 1, 0, 0, 1685469760), |
| | | (65, 43, 2, 2693, 3, 16, 1, 0, 0, 1685469760), |
| | | (66, 44, 2, 2694, 3, 16, 1, 0, 0, 1685469760), |
| | | (67, 45, 3, 2691, 3, 16, 1, 0, 0, 1685469760), |
| | | (68, 46, 3, 2692, 3, 16, 1, 0, 0, 1685469760), |
| | | (69, 47, 3, 2693, 3, 16, 1, 0, 0, 1685469760), |
| | | (70, 48, 3, 2694, 3, 16, 1, 0, 0, 1685469760), |
| | | (71, 49, 4, 2691, 3, 16, 1, 0, 0, 1685469760), |
| | | (72, 50, 4, 2692, 3, 16, 1, 0, 0, 1685469760), |
| | | (73, 51, 4, 2693, 3, 16, 1, 0, 0, 1685469760), |
| | | (74, 52, 4, 2694, 3, 16, 1, 0, 0, 1685469760), |
| | | (75, 53, 11, 2691, 3, 16, 1, 0, 0, 1685469760), |
| | | (76, 54, 11, 2692, 3, 16, 1, 0, 0, 1685469760), |
| | | (77, 55, 11, 2693, 3, 16, 1, 0, 0, 1685469760), |
| | | (78, 56, 11, 2694, 3, 16, 1, 0, 0, 1685469760), |
| | | (79, 57, 12, 2691, 3, 16, 1, 0, 0, 1685469760), |
| | | (80, 58, 12, 2692, 3, 16, 1, 0, 0, 1685469760), |
| | | (81, 59, 12, 2693, 3, 16, 1, 0, 0, 1685469760), |
| | | (82, 60, 12, 2694, 3, 16, 1, 0, 0, 1685469760), |
| | | (94, 61, 2, NULL, NULL, 16, 1, 0, 0, 1685469827), |
| | | (95, 62, 2, 2691, NULL, 16, 1, 0, 0, 1685469827), |
| | | (96, 63, 2, 2695, 3, 16, 1, 0, 0, 1685469827), |
| | | (97, 64, 2, 2705, NULL, 16, 1, 0, 0, 1685469827), |
| | | (98, 65, 2, 2706, NULL, 16, 1, 0, 0, 1685469827), |
| | | (99, 66, 2, 2692, NULL, 16, 1, 0, 0, 1685469827), |
| | | (100, 67, 2, 2698, 3, 16, 1, 0, 0, 1685469827), |
| | | (101, 68, 2, 2707, NULL, 16, 1, 0, 0, 1685469827), |
| | | (102, 69, 2, 2699, 3, 16, 1, 0, 0, 1685469827), |
| | | (103, 70, 2, 2693, NULL, 16, 1, 0, 0, 1685469827), |
| | | (104, 71, 2, 2708, NULL, 16, 1, 0, 0, 1685469827), |
| | | (105, 72, 2, 2700, 3, 16, 1, 0, 0, 1685469827), |
| | | (106, 73, 2, 2694, NULL, 16, 1, 0, 0, 1685469827), |
| | | (107, 74, 2, 2709, NULL, 16, 1, 0, 0, 1685469827), |
| | | (108, 75, 2, 2701, 3, 16, 1, 0, 0, 1685469827), |
| | | (109, 76, 2, 2710, NULL, 16, 1, 0, 0, 1685469827), |
| | | (110, 77, 2, 2696, 3, 16, 1, 0, 0, 1685469827), |
| | | (111, 78, 2, 2711, NULL, 16, 1, 0, 0, 1685469827), |
| | | (112, 79, 2, 2697, 3, 16, 1, 0, 0, 1685469827), |
| | | (113, 80, 2, 2712, NULL, 16, 1, 0, 0, 1685469827), |
| | | (114, 81, 2, 2702, 3, 16, 1, 0, 0, 1685469827), |
| | | (115, 82, 2, 2713, NULL, 16, 1, 0, 0, 1685469827), |
| | | (116, 83, 2, 2703, 3, 16, 1, 0, 0, 1685469827), |
| | | (117, 84, 2, 2714, NULL, 16, 1, 0, 0, 1685469827), |
| | | (118, 85, 2, 2704, 3, 16, 1, 0, 0, 1685469827), |
| | | (119, 86, 2, 2715, NULL, 16, 1, 0, 0, 1685469827), |
| | | (120, 87, 2, 2716, NULL, 16, 1, 0, 0, 1685469827), |
| | | (121, 88, 2, 2717, NULL, 16, 1, 0, 0, 1685469827), |
| | | (122, 89, 2, 2718, NULL, 16, 1, 0, 0, 1685469827), |
| | | (123, 90, 2, 2719, NULL, 16, 1, 0, 0, 1685469827), |
| | | (124, 91, 2, 2720, NULL, 16, 1, 0, 0, 1685469827), |
| | | (125, 92, 2, 2721, NULL, 16, 1, 0, 0, 1685469827), |
| | | (126, 93, 2, 2722, NULL, 16, 1, 0, 0, 1685469827), |
| | | (127, 94, 2, 2723, NULL, 16, 1, 0, 0, 1685469827), |
| | | (128, 95, 2, 2724, NULL, 16, 1, 0, 0, 1685469827), |
| | | (129, 96, 2, 2725, NULL, 16, 1, 0, 0, 1685469827), |
| | | (130, 97, 2, 2726, NULL, 16, 1, 0, 0, 1685469827), |
| | | (131, 98, 2, 2727, NULL, 16, 1, 0, 0, 1685469827), |
| | | (132, 99, 2, 2728, NULL, 16, 1, 0, 0, 1685469827), |
| | | (133, 100, 2, 2729, NULL, 16, 1, 0, 0, 1685469827), |
| | | (134, 101, 2, 2730, NULL, 16, 1, 0, 0, 1685469827), |
| | | (135, 102, 2, 2731, NULL, 16, 1, 0, 0, 1685469827), |
| | | (136, 103, 2, 2732, NULL, 16, 1, 0, 0, 1685469827), |
| | | (137, 104, 2, 2733, NULL, 16, 1, 0, 0, 1685469827), |
| | | (138, 105, 2, 2734, NULL, 16, 1, 0, 0, 1685469827), |
| | | (139, 106, 2, 2735, NULL, 16, 1, 0, 0, 1685469827), |
| | | (140, 107, 2, 2736, NULL, 16, 1, 0, 0, 1685469827), |
| | | (141, 108, 2, 2737, NULL, 16, 1, 0, 0, 1685469827), |
| | | (142, 109, 2, 2738, NULL, 16, 1, 0, 0, 1685469827), |
| | | (143, 110, 2, 2739, NULL, 16, 1, 0, 0, 1685469827), |
| | | (144, 111, 2, 2740, NULL, 16, 1, 0, 0, 1685469827), |
| | | (145, 112, 2, 2741, NULL, 16, 1, 0, 0, 1685469827), |
| | | (146, 113, 2, 2742, NULL, 16, 1, 0, 0, 1685469827), |
| | | (147, 114, 2, 2743, NULL, 16, 1, 0, 0, 1685469827), |
| | | (148, 115, 2, 2744, NULL, 16, 1, 0, 0, 1685469827), |
| | | (149, 116, 2, 2745, NULL, 16, 1, 0, 0, 1685469827), |
| | | (150, 117, 2, 2746, NULL, 16, 1, 0, 0, 1685469827), |
| | | (151, 118, 2, 2747, NULL, 16, 1, 0, 0, 1685469827), |
| | | (152, 119, 2, 2748, NULL, 16, 1, 0, 0, 1685469827), |
| | | (153, 120, 2, 2749, NULL, 16, 1, 0, 0, 1685469827), |
| | | (154, 121, 2, 2750, NULL, 16, 1, 0, 0, 1685469827), |
| | | (155, 122, 2, 2751, NULL, 16, 1, 0, 0, 1685469827), |
| | | (156, 123, 2, 2752, NULL, 16, 1, 0, 0, 1685469827), |
| | | (157, 124, 2, 2753, NULL, 16, 1, 0, 0, 1685469827), |
| | | (158, 125, 2, 2754, NULL, 16, 1, 0, 0, 1685469827), |
| | | (159, 126, 2, 2755, NULL, 16, 1, 0, 0, 1685469827), |
| | | (160, 127, 2, 2756, NULL, 16, 1, 0, 0, 1685469827), |
| | | (161, 128, 2, 2757, NULL, 16, 1, 0, 0, 1685469827), |
| | | (162, 129, 2, 2758, NULL, 16, 1, 0, 0, 1685469827), |
| | | (163, 130, 2, 2759, NULL, 16, 1, 0, 0, 1685469827), |
| | | (164, 131, 2, 2760, NULL, 16, 1, 0, 0, 1685469827), |
| | | (165, 132, 2, 2761, NULL, 16, 1, 0, 0, 1685469827), |
| | | (166, 133, 2, 2762, NULL, 16, 1, 0, 0, 1685469827), |
| | | (167, 134, 2, 2763, NULL, 16, 1, 0, 0, 1685469827), |
| | | (168, 135, 2, 2764, NULL, 16, 1, 0, 0, 1685469827), |
| | | (169, 136, 2, 2765, NULL, 16, 1, 0, 0, 1685469827), |
| | | (170, 137, 2, 2766, NULL, 16, 1, 0, 0, 1685469827), |
| | | (171, 138, 2, 2767, NULL, 16, 1, 0, 0, 1685469827), |
| | | (172, 139, 2, 2768, NULL, 16, 1, 0, 0, 1685469827), |
| | | (173, 140, 2, 2769, NULL, 16, 1, 0, 0, 1685469827), |
| | | (174, 141, 2, 2770, NULL, 16, 1, 0, 0, 1685469827), |
| | | (175, 142, 2, 2771, NULL, 16, 1, 0, 0, 1685469827), |
| | | (176, 143, 2, 2772, NULL, 16, 1, 0, 0, 1685469827), |
| | | (177, 144, 3, NULL, NULL, 16, 1, 0, 0, 1685469827), |
| | | (178, 145, 3, 2691, NULL, 16, 1, 0, 0, 1685469827), |
| | | (179, 146, 3, 2695, 3, 16, 1, 0, 0, 1685469827), |
| | | (180, 147, 3, 2705, NULL, 16, 1, 0, 0, 1685469827), |
| | | (181, 148, 3, 2706, NULL, 16, 1, 0, 0, 1685469827), |
| | | (182, 149, 3, 2692, NULL, 16, 1, 0, 0, 1685469827), |
| | | (183, 150, 3, 2698, 3, 16, 1, 0, 0, 1685469827), |
| | | (184, 151, 3, 2707, NULL, 16, 1, 0, 0, 1685469827), |
| | | (185, 152, 3, 2699, 3, 16, 1, 0, 0, 1685469827), |
| | | (186, 153, 3, 2693, NULL, 16, 1, 0, 0, 1685469827), |
| | | (187, 154, 3, 2708, NULL, 16, 1, 0, 0, 1685469827), |
| | | (188, 155, 3, 2700, 3, 16, 1, 0, 0, 1685469827), |
| | | (189, 156, 3, 2694, NULL, 16, 1, 0, 0, 1685469827), |
| | | (190, 157, 3, 2709, NULL, 16, 1, 0, 0, 1685469827), |
| | | (191, 158, 3, 2701, 3, 16, 1, 0, 0, 1685469827), |
| | | (192, 159, 3, 2710, NULL, 16, 1, 0, 0, 1685469827), |
| | | (193, 160, 3, 2696, 3, 16, 1, 0, 0, 1685469827), |
| | | (194, 161, 3, 2711, NULL, 16, 1, 0, 0, 1685469827), |
| | | (195, 162, 3, 2697, 3, 16, 1, 0, 0, 1685469827), |
| | | (196, 163, 3, 2712, NULL, 16, 1, 0, 0, 1685469827), |
| | | (197, 164, 3, 2702, 3, 16, 1, 0, 0, 1685469827), |
| | | (198, 165, 3, 2713, NULL, 16, 1, 0, 0, 1685469827), |
| | | (199, 166, 3, 2703, 3, 16, 1, 0, 0, 1685469827), |
| | | (200, 167, 3, 2714, NULL, 16, 1, 0, 0, 1685469827), |
| | | (201, 168, 3, 2704, 3, 16, 1, 0, 0, 1685469827), |
| | | (202, 169, 3, 2715, NULL, 16, 1, 0, 0, 1685469827), |
| | | (203, 170, 3, 2716, NULL, 16, 1, 0, 0, 1685469827), |
| | | (204, 171, 3, 2717, NULL, 16, 1, 0, 0, 1685469827), |
| | | (205, 172, 3, 2718, NULL, 16, 1, 0, 0, 1685469827), |
| | | (206, 173, 3, 2719, NULL, 16, 1, 0, 0, 1685469827), |
| | | (207, 174, 3, 2720, NULL, 16, 1, 0, 0, 1685469827), |
| | | (208, 175, 3, 2721, NULL, 16, 1, 0, 0, 1685469827), |
| | | (209, 176, 3, 2722, NULL, 16, 1, 0, 0, 1685469827), |
| | | (210, 177, 3, 2723, NULL, 16, 1, 0, 0, 1685469827), |
| | | (211, 178, 3, 2724, NULL, 16, 1, 0, 0, 1685469827), |
| | | (212, 179, 3, 2725, NULL, 16, 1, 0, 0, 1685469827), |
| | | (213, 180, 3, 2726, NULL, 16, 1, 0, 0, 1685469827), |
| | | (214, 181, 3, 2727, NULL, 16, 1, 0, 0, 1685469827), |
| | | (215, 182, 3, 2728, NULL, 16, 1, 0, 0, 1685469827), |
| | | (216, 183, 3, 2729, NULL, 16, 1, 0, 0, 1685469827), |
| | | (217, 184, 3, 2730, NULL, 16, 1, 0, 0, 1685469827), |
| | | (218, 185, 3, 2731, NULL, 16, 1, 0, 0, 1685469827), |
| | | (219, 186, 3, 2732, NULL, 16, 1, 0, 0, 1685469827), |
| | | (220, 187, 3, 2733, NULL, 16, 1, 0, 0, 1685469827), |
| | | (221, 188, 3, 2734, NULL, 16, 1, 0, 0, 1685469827), |
| | | (222, 189, 3, 2735, NULL, 16, 1, 0, 0, 1685469827), |
| | | (223, 190, 3, 2736, NULL, 16, 1, 0, 0, 1685469827), |
| | | (224, 191, 3, 2737, NULL, 16, 1, 0, 0, 1685469827), |
| | | (225, 192, 3, 2738, NULL, 16, 1, 0, 0, 1685469827), |
| | | (226, 193, 3, 2739, NULL, 16, 1, 0, 0, 1685469827), |
| | | (227, 194, 3, 2740, NULL, 16, 1, 0, 0, 1685469827), |
| | | (228, 195, 3, 2741, NULL, 16, 1, 0, 0, 1685469827), |
| | | (229, 196, 3, 2742, NULL, 16, 1, 0, 0, 1685469827), |
| | | (230, 197, 3, 2743, NULL, 16, 1, 0, 0, 1685469827), |
| | | (231, 198, 3, 2744, NULL, 16, 1, 0, 0, 1685469827), |
| | | (232, 199, 3, 2745, NULL, 16, 1, 0, 0, 1685469827), |
| | | (233, 200, 3, 2746, NULL, 16, 1, 0, 0, 1685469827), |
| | | (234, 201, 3, 2747, NULL, 16, 1, 0, 0, 1685469827), |
| | | (235, 202, 3, 2748, NULL, 16, 1, 0, 0, 1685469827), |
| | | (236, 203, 3, 2749, NULL, 16, 1, 0, 0, 1685469827), |
| | | (237, 204, 3, 2750, NULL, 16, 1, 0, 0, 1685469827), |
| | | (238, 205, 3, 2751, NULL, 16, 1, 0, 0, 1685469827), |
| | | (239, 206, 3, 2752, NULL, 16, 1, 0, 0, 1685469827), |
| | | (240, 207, 3, 2753, NULL, 16, 1, 0, 0, 1685469827), |
| | | (241, 208, 3, 2754, NULL, 16, 1, 0, 0, 1685469827), |
| | | (242, 209, 3, 2755, NULL, 16, 1, 0, 0, 1685469827), |
| | | (243, 210, 3, 2756, NULL, 16, 1, 0, 0, 1685469827), |
| | | (244, 211, 3, 2757, NULL, 16, 1, 0, 0, 1685469827), |
| | | (245, 212, 3, 2758, NULL, 16, 1, 0, 0, 1685469827), |
| | | (246, 213, 3, 2759, NULL, 16, 1, 0, 0, 1685469827), |
| | | (247, 214, 3, 2760, NULL, 16, 1, 0, 0, 1685469827), |
| | | (248, 215, 3, 2761, NULL, 16, 1, 0, 0, 1685469827), |
| | | (249, 216, 3, 2762, NULL, 16, 1, 0, 0, 1685469827), |
| | | (250, 217, 3, 2763, NULL, 16, 1, 0, 0, 1685469827), |
| | | (251, 218, 3, 2764, NULL, 16, 1, 0, 0, 1685469827), |
| | | (252, 219, 3, 2765, NULL, 16, 1, 0, 0, 1685469827), |
| | | (253, 220, 3, 2766, NULL, 16, 1, 0, 0, 1685469827), |
| | | (254, 221, 3, 2767, NULL, 16, 1, 0, 0, 1685469827), |
| | | (255, 222, 3, 2768, NULL, 16, 1, 0, 0, 1685469827), |
| | | (256, 223, 3, 2769, NULL, 16, 1, 0, 0, 1685469827), |
| | | (257, 224, 3, 2770, NULL, 16, 1, 0, 0, 1685469827), |
| | | (258, 225, 3, 2771, NULL, 16, 1, 0, 0, 1685469827), |
| | | (259, 226, 3, 2772, NULL, 16, 1, 0, 0, 1685469827), |
| | | (260, 227, 4, NULL, NULL, 16, 1, 0, 0, 1685469827), |
| | | (261, 228, 4, 2691, NULL, 16, 1, 0, 0, 1685469827), |
| | | (262, 229, 4, 2695, 3, 16, 1, 0, 0, 1685469827), |
| | | (263, 230, 4, 2705, NULL, 16, 1, 0, 0, 1685469827), |
| | | (264, 231, 4, 2706, NULL, 16, 1, 0, 0, 1685469827), |
| | | (265, 232, 4, 2692, NULL, 16, 1, 0, 0, 1685469827), |
| | | (266, 233, 4, 2698, 3, 16, 1, 0, 0, 1685469827), |
| | | (267, 234, 4, 2707, NULL, 16, 1, 0, 0, 1685469827), |
| | | (268, 235, 4, 2699, 3, 16, 1, 0, 0, 1685469827), |
| | | (269, 236, 4, 2693, NULL, 16, 1, 0, 0, 1685469827), |
| | | (270, 237, 4, 2708, NULL, 16, 1, 0, 0, 1685469827), |
| | | (271, 238, 4, 2700, 3, 16, 1, 0, 0, 1685469827), |
| | | (272, 239, 4, 2694, NULL, 16, 1, 0, 0, 1685469827), |
| | | (273, 240, 4, 2709, NULL, 16, 1, 0, 0, 1685469827), |
| | | (274, 241, 4, 2701, 3, 16, 1, 0, 0, 1685469827), |
| | | (275, 242, 4, 2710, NULL, 16, 1, 0, 0, 1685469827), |
| | | (276, 243, 4, 2696, 3, 16, 1, 0, 0, 1685469827), |
| | | (277, 244, 4, 2711, NULL, 16, 1, 0, 0, 1685469827), |
| | | (278, 245, 4, 2697, 3, 16, 1, 0, 0, 1685469827), |
| | | (279, 246, 4, 2712, NULL, 16, 1, 0, 0, 1685469827), |
| | | (280, 247, 4, 2702, 3, 16, 1, 0, 0, 1685469827), |
| | | (281, 248, 4, 2713, NULL, 16, 1, 0, 0, 1685469827), |
| | | (282, 249, 4, 2703, 3, 16, 1, 0, 0, 1685469827), |
| | | (283, 250, 4, 2714, NULL, 16, 1, 0, 0, 1685469827), |
| | | (284, 251, 4, 2704, 3, 16, 1, 0, 0, 1685469827), |
| | | (285, 252, 4, 2715, NULL, 16, 1, 0, 0, 1685469827), |
| | | (286, 253, 4, 2716, NULL, 16, 1, 0, 0, 1685469827), |
| | | (287, 254, 4, 2717, NULL, 16, 1, 0, 0, 1685469827), |
| | | (288, 255, 4, 2718, NULL, 16, 1, 0, 0, 1685469827), |
| | | (289, 256, 4, 2719, NULL, 16, 1, 0, 0, 1685469827), |
| | | (290, 257, 4, 2720, NULL, 16, 1, 0, 0, 1685469827), |
| | | (291, 258, 4, 2721, NULL, 16, 1, 0, 0, 1685469827), |
| | | (292, 259, 4, 2722, NULL, 16, 1, 0, 0, 1685469827), |
| | | (293, 260, 4, 2723, NULL, 16, 1, 0, 0, 1685469827), |
| | | (294, 261, 4, 2724, NULL, 16, 1, 0, 0, 1685469827), |
| | | (295, 262, 4, 2725, NULL, 16, 1, 0, 0, 1685469827), |
| | | (296, 263, 4, 2726, NULL, 16, 1, 0, 0, 1685469827), |
| | | (297, 264, 4, 2727, NULL, 16, 1, 0, 0, 1685469827), |
| | | (298, 265, 4, 2728, NULL, 16, 1, 0, 0, 1685469827), |
| | | (299, 266, 4, 2729, NULL, 16, 1, 0, 0, 1685469827), |
| | | (300, 267, 4, 2730, NULL, 16, 1, 0, 0, 1685469827), |
| | | (301, 268, 4, 2731, NULL, 16, 1, 0, 0, 1685469827), |
| | | (302, 269, 4, 2732, NULL, 16, 1, 0, 0, 1685469827), |
| | | (303, 270, 4, 2733, NULL, 16, 1, 0, 0, 1685469827), |
| | | (304, 271, 4, 2734, NULL, 16, 1, 0, 0, 1685469827), |
| | | (305, 272, 4, 2735, NULL, 16, 1, 0, 0, 1685469827), |
| | | (306, 273, 4, 2736, NULL, 16, 1, 0, 0, 1685469827), |
| | | (307, 274, 4, 2737, NULL, 16, 1, 0, 0, 1685469827), |
| | | (308, 275, 4, 2738, NULL, 16, 1, 0, 0, 1685469827), |
| | | (309, 276, 4, 2739, NULL, 16, 1, 0, 0, 1685469827), |
| | | (310, 277, 4, 2740, NULL, 16, 1, 0, 0, 1685469827), |
| | | (311, 278, 4, 2741, NULL, 16, 1, 0, 0, 1685469827), |
| | | (312, 279, 4, 2742, NULL, 16, 1, 0, 0, 1685469827), |
| | | (313, 280, 4, 2743, NULL, 16, 1, 0, 0, 1685469827), |
| | | (314, 281, 4, 2744, NULL, 16, 1, 0, 0, 1685469827), |
| | | (315, 282, 4, 2745, NULL, 16, 1, 0, 0, 1685469827), |
| | | (316, 283, 4, 2746, NULL, 16, 1, 0, 0, 1685469827), |
| | | (317, 284, 4, 2747, NULL, 16, 1, 0, 0, 1685469827), |
| | | (318, 285, 4, 2748, NULL, 16, 1, 0, 0, 1685469827), |
| | | (319, 286, 4, 2749, NULL, 16, 1, 0, 0, 1685469827), |
| | | (320, 287, 4, 2750, NULL, 16, 1, 0, 0, 1685469827), |
| | | (321, 288, 4, 2751, NULL, 16, 1, 0, 0, 1685469827), |
| | | (322, 289, 4, 2752, NULL, 16, 1, 0, 0, 1685469827), |
| | | (323, 290, 4, 2753, NULL, 16, 1, 0, 0, 1685469827), |
| | | (324, 291, 4, 2754, NULL, 16, 1, 0, 0, 1685469827), |
| | | (325, 292, 4, 2755, NULL, 16, 1, 0, 0, 1685469827), |
| | | (326, 293, 4, 2756, NULL, 16, 1, 0, 0, 1685469827), |
| | | (327, 294, 4, 2757, NULL, 16, 1, 0, 0, 1685469827), |
| | | (328, 295, 4, 2758, NULL, 16, 1, 0, 0, 1685469827), |
| | | (329, 296, 4, 2759, NULL, 16, 1, 0, 0, 1685469827), |
| | | (330, 297, 4, 2760, NULL, 16, 1, 0, 0, 1685469827), |
| | | (331, 298, 4, 2761, NULL, 16, 1, 0, 0, 1685469827), |
| | | (332, 299, 4, 2762, NULL, 16, 1, 0, 0, 1685469827), |
| | | (333, 300, 4, 2763, NULL, 16, 1, 0, 0, 1685469827), |
| | | (334, 301, 4, 2764, NULL, 16, 1, 0, 0, 1685469827), |
| | | (335, 302, 4, 2765, NULL, 16, 1, 0, 0, 1685469827), |
| | | (336, 303, 4, 2766, NULL, 16, 1, 0, 0, 1685469827), |
| | | (337, 304, 4, 2767, NULL, 16, 1, 0, 0, 1685469827), |
| | | (338, 305, 4, 2768, NULL, 16, 1, 0, 0, 1685469827), |
| | | (339, 306, 4, 2769, NULL, 16, 1, 0, 0, 1685469827), |
| | | (340, 307, 4, 2770, NULL, 16, 1, 0, 0, 1685469827), |
| | | (341, 308, 4, 2771, NULL, 16, 1, 0, 0, 1685469827), |
| | | (342, 309, 4, 2772, NULL, 16, 1, 0, 0, 1685469827), |
| | | (343, 310, 11, NULL, NULL, 16, 1, 0, 0, 1685469827), |
| | | (344, 311, 11, 2691, NULL, 16, 1, 0, 0, 1685469827), |
| | | (345, 312, 11, 2695, 3, 16, 1, 0, 0, 1685469827), |
| | | (346, 313, 11, 2705, NULL, 16, 1, 0, 0, 1685469827), |
| | | (347, 314, 11, 2706, NULL, 16, 1, 0, 0, 1685469827), |
| | | (348, 315, 11, 2692, NULL, 16, 1, 0, 0, 1685469827), |
| | | (349, 316, 11, 2698, 3, 16, 1, 0, 0, 1685469827), |
| | | (350, 317, 11, 2707, NULL, 16, 1, 0, 0, 1685469827), |
| | | (351, 318, 11, 2699, 3, 16, 1, 0, 0, 1685469827), |
| | | (352, 319, 11, 2693, NULL, 16, 1, 0, 0, 1685469827), |
| | | (353, 320, 11, 2708, NULL, 16, 1, 0, 0, 1685469827), |
| | | (354, 321, 11, 2700, 3, 16, 1, 0, 0, 1685469827), |
| | | (355, 322, 11, 2694, NULL, 16, 1, 0, 0, 1685469827), |
| | | (356, 323, 11, 2709, NULL, 16, 1, 0, 0, 1685469827), |
| | | (357, 324, 11, 2701, 3, 16, 1, 0, 0, 1685469827), |
| | | (358, 325, 11, 2710, NULL, 16, 1, 0, 0, 1685469827), |
| | | (359, 326, 11, 2696, 3, 16, 1, 0, 0, 1685469827), |
| | | (360, 327, 11, 2711, NULL, 16, 1, 0, 0, 1685469827), |
| | | (361, 328, 11, 2697, 3, 16, 1, 0, 0, 1685469827), |
| | | (362, 329, 11, 2712, NULL, 16, 1, 0, 0, 1685469827), |
| | | (363, 330, 11, 2702, 3, 16, 1, 0, 0, 1685469827), |
| | | (364, 331, 11, 2713, NULL, 16, 1, 0, 0, 1685469827), |
| | | (365, 332, 11, 2703, 3, 16, 1, 0, 0, 1685469827), |
| | | (366, 333, 11, 2714, NULL, 16, 1, 0, 0, 1685469827), |
| | | (367, 334, 11, 2704, 3, 16, 1, 0, 0, 1685469827), |
| | | (368, 335, 11, 2715, NULL, 16, 1, 0, 0, 1685469827), |
| | | (369, 336, 11, 2716, NULL, 16, 1, 0, 0, 1685469827), |
| | | (370, 337, 11, 2717, NULL, 16, 1, 0, 0, 1685469827), |
| | | (371, 338, 11, 2718, NULL, 16, 1, 0, 0, 1685469827), |
| | | (372, 339, 11, 2719, NULL, 16, 1, 0, 0, 1685469827), |
| | | (373, 340, 11, 2720, NULL, 16, 1, 0, 0, 1685469827), |
| | | (374, 341, 11, 2721, NULL, 16, 1, 0, 0, 1685469827), |
| | | (375, 342, 11, 2722, NULL, 16, 1, 0, 0, 1685469827), |
| | | (376, 343, 11, 2723, NULL, 16, 1, 0, 0, 1685469827), |
| | | (377, 344, 11, 2724, NULL, 16, 1, 0, 0, 1685469827), |
| | | (378, 345, 11, 2725, NULL, 16, 1, 0, 0, 1685469827), |
| | | (379, 346, 11, 2726, NULL, 16, 1, 0, 0, 1685469827), |
| | | (380, 347, 11, 2727, NULL, 16, 1, 0, 0, 1685469827), |
| | | (381, 348, 11, 2728, NULL, 16, 1, 0, 0, 1685469827), |
| | | (382, 349, 11, 2729, NULL, 16, 1, 0, 0, 1685469827), |
| | | (383, 350, 11, 2730, NULL, 16, 1, 0, 0, 1685469827), |
| | | (384, 351, 11, 2731, NULL, 16, 1, 0, 0, 1685469827), |
| | | (385, 352, 11, 2732, NULL, 16, 1, 0, 0, 1685469827), |
| | | (386, 353, 11, 2733, NULL, 16, 1, 0, 0, 1685469827), |
| | | (387, 354, 11, 2734, NULL, 16, 1, 0, 0, 1685469827), |
| | | (388, 355, 11, 2735, NULL, 16, 1, 0, 0, 1685469827), |
| | | (389, 356, 11, 2736, NULL, 16, 1, 0, 0, 1685469827), |
| | | (390, 357, 11, 2737, NULL, 16, 1, 0, 0, 1685469827), |
| | | (391, 358, 11, 2738, NULL, 16, 1, 0, 0, 1685469827), |
| | | (392, 359, 11, 2739, NULL, 16, 1, 0, 0, 1685469827), |
| | | (393, 360, 11, 2740, NULL, 16, 1, 0, 0, 1685469827), |
| | | (394, 361, 11, 2741, NULL, 16, 1, 0, 0, 1685469827), |
| | | (395, 362, 11, 2742, NULL, 16, 1, 0, 0, 1685469827), |
| | | (396, 363, 11, 2743, NULL, 16, 1, 0, 0, 1685469827), |
| | | (397, 364, 11, 2744, NULL, 16, 1, 0, 0, 1685469827), |
| | | (398, 365, 11, 2745, NULL, 16, 1, 0, 0, 1685469827), |
| | | (399, 366, 11, 2746, NULL, 16, 1, 0, 0, 1685469827), |
| | | (400, 367, 11, 2747, NULL, 16, 1, 0, 0, 1685469827), |
| | | (401, 368, 11, 2748, NULL, 16, 1, 0, 0, 1685469827), |
| | | (402, 369, 11, 2749, NULL, 16, 1, 0, 0, 1685469827), |
| | | (403, 370, 11, 2750, NULL, 16, 1, 0, 0, 1685469827), |
| | | (404, 371, 11, 2751, NULL, 16, 1, 0, 0, 1685469827), |
| | | (405, 372, 11, 2752, NULL, 16, 1, 0, 0, 1685469827), |
| | | (406, 373, 11, 2753, NULL, 16, 1, 0, 0, 1685469827), |
| | | (407, 374, 11, 2754, NULL, 16, 1, 0, 0, 1685469827), |
| | | (408, 375, 11, 2755, NULL, 16, 1, 0, 0, 1685469827), |
| | | (409, 376, 11, 2756, NULL, 16, 1, 0, 0, 1685469827), |
| | | (410, 377, 11, 2757, NULL, 16, 1, 0, 0, 1685469827), |
| | | (411, 378, 11, 2758, NULL, 16, 1, 0, 0, 1685469827), |
| | | (412, 379, 11, 2759, NULL, 16, 1, 0, 0, 1685469827), |
| | | (413, 380, 11, 2760, NULL, 16, 1, 0, 0, 1685469827), |
| | | (414, 381, 11, 2761, NULL, 16, 1, 0, 0, 1685469827), |
| | | (415, 382, 11, 2762, NULL, 16, 1, 0, 0, 1685469827), |
| | | (416, 383, 11, 2763, NULL, 16, 1, 0, 0, 1685469827), |
| | | (417, 384, 11, 2764, NULL, 16, 1, 0, 0, 1685469827), |
| | | (418, 385, 11, 2765, NULL, 16, 1, 0, 0, 1685469827), |
| | | (419, 386, 11, 2766, NULL, 16, 1, 0, 0, 1685469827), |
| | | (420, 387, 11, 2767, NULL, 16, 1, 0, 0, 1685469827), |
| | | (421, 388, 11, 2768, NULL, 16, 1, 0, 0, 1685469827), |
| | | (422, 389, 11, 2769, NULL, 16, 1, 0, 0, 1685469827), |
| | | (423, 390, 11, 2770, NULL, 16, 1, 0, 0, 1685469827), |
| | | (424, 391, 11, 2771, NULL, 16, 1, 0, 0, 1685469827), |
| | | (425, 392, 11, 2772, NULL, 16, 1, 0, 0, 1685469827), |
| | | (426, 393, 12, NULL, NULL, 16, 1, 0, 0, 1685469827), |
| | | (427, 394, 12, 2691, NULL, 16, 1, 0, 0, 1685469827), |
| | | (428, 395, 12, 2695, 3, 16, 1, 0, 0, 1685469827), |
| | | (429, 396, 12, 2705, NULL, 16, 1, 0, 0, 1685469827), |
| | | (430, 397, 12, 2706, NULL, 16, 1, 0, 0, 1685469827), |
| | | (431, 398, 12, 2692, NULL, 16, 1, 0, 0, 1685469827), |
| | | (432, 399, 12, 2698, 3, 16, 1, 0, 0, 1685469827), |
| | | (433, 400, 12, 2707, NULL, 16, 1, 0, 0, 1685469827), |
| | | (434, 401, 12, 2699, 3, 16, 1, 0, 0, 1685469827), |
| | | (435, 402, 12, 2693, NULL, 16, 1, 0, 0, 1685469827), |
| | | (436, 403, 12, 2708, NULL, 16, 1, 0, 0, 1685469827), |
| | | (437, 404, 12, 2700, 3, 16, 1, 0, 0, 1685469827), |
| | | (438, 405, 12, 2694, NULL, 16, 1, 0, 0, 1685469827), |
| | | (439, 406, 12, 2709, NULL, 16, 1, 0, 0, 1685469827), |
| | | (440, 407, 12, 2701, 3, 16, 1, 0, 0, 1685469827), |
| | | (441, 408, 12, 2710, NULL, 16, 1, 0, 0, 1685469827), |
| | | (442, 409, 12, 2696, 3, 16, 1, 0, 0, 1685469827), |
| | | (443, 410, 12, 2711, NULL, 16, 1, 0, 0, 1685469827), |
| | | (444, 411, 12, 2697, 3, 16, 1, 0, 0, 1685469827), |
| | | (445, 412, 12, 2712, NULL, 16, 1, 0, 0, 1685469827), |
| | | (446, 413, 12, 2702, 3, 16, 1, 0, 0, 1685469827), |
| | | (447, 414, 12, 2713, NULL, 16, 1, 0, 0, 1685469827), |
| | | (448, 415, 12, 2703, 3, 16, 1, 0, 0, 1685469827), |
| | | (449, 416, 12, 2714, NULL, 16, 1, 0, 0, 1685469827), |
| | | (450, 417, 12, 2704, 3, 16, 1, 0, 0, 1685469827), |
| | | (451, 418, 12, 2715, NULL, 16, 1, 0, 0, 1685469827), |
| | | (452, 419, 12, 2716, NULL, 16, 1, 0, 0, 1685469827), |
| | | (453, 420, 12, 2717, NULL, 16, 1, 0, 0, 1685469827), |
| | | (454, 421, 12, 2718, NULL, 16, 1, 0, 0, 1685469827), |
| | | (455, 422, 12, 2719, NULL, 16, 1, 0, 0, 1685469827), |
| | | (456, 423, 12, 2720, NULL, 16, 1, 0, 0, 1685469827), |
| | | (457, 424, 12, 2721, NULL, 16, 1, 0, 0, 1685469827), |
| | | (458, 425, 12, 2722, NULL, 16, 1, 0, 0, 1685469827), |
| | | (459, 426, 12, 2723, NULL, 16, 1, 0, 0, 1685469827), |
| | | (460, 427, 12, 2724, NULL, 16, 1, 0, 0, 1685469827), |
| | | (461, 428, 12, 2725, NULL, 16, 1, 0, 0, 1685469827), |
| | | (462, 429, 12, 2726, NULL, 16, 1, 0, 0, 1685469827), |
| | | (463, 430, 12, 2727, NULL, 16, 1, 0, 0, 1685469827), |
| | | (464, 431, 12, 2728, NULL, 16, 1, 0, 0, 1685469827), |
| | | (465, 432, 12, 2729, NULL, 16, 1, 0, 0, 1685469827), |
| | | (466, 433, 12, 2730, NULL, 16, 1, 0, 0, 1685469827), |
| | | (467, 434, 12, 2731, NULL, 16, 1, 0, 0, 1685469827), |
| | | (468, 435, 12, 2732, NULL, 16, 1, 0, 0, 1685469827), |
| | | (469, 436, 12, 2733, NULL, 16, 1, 0, 0, 1685469827), |
| | | (470, 437, 12, 2734, NULL, 16, 1, 0, 0, 1685469827), |
| | | (471, 438, 12, 2735, NULL, 16, 1, 0, 0, 1685469827), |
| | | (472, 439, 12, 2736, NULL, 16, 1, 0, 0, 1685469827), |
| | | (473, 440, 12, 2737, NULL, 16, 1, 0, 0, 1685469827), |
| | | (474, 441, 12, 2738, NULL, 16, 1, 0, 0, 1685469827), |
| | | (475, 442, 12, 2739, NULL, 16, 1, 0, 0, 1685469827), |
| | | (476, 443, 12, 2740, NULL, 16, 1, 0, 0, 1685469827), |
| | | (477, 444, 12, 2741, NULL, 16, 1, 0, 0, 1685469827), |
| | | (478, 445, 12, 2742, NULL, 16, 1, 0, 0, 1685469827), |
| | | (479, 446, 12, 2743, NULL, 16, 1, 0, 0, 1685469827), |
| | | (480, 447, 12, 2744, NULL, 16, 1, 0, 0, 1685469827), |
| | | (481, 448, 12, 2745, NULL, 16, 1, 0, 0, 1685469827), |
| | | (482, 449, 12, 2746, NULL, 16, 1, 0, 0, 1685469827), |
| | | (483, 450, 12, 2747, NULL, 16, 1, 0, 0, 1685469827), |
| | | (484, 451, 12, 2748, NULL, 16, 1, 0, 0, 1685469827), |
| | | (485, 452, 12, 2749, NULL, 16, 1, 0, 0, 1685469827), |
| | | (486, 453, 12, 2750, NULL, 16, 1, 0, 0, 1685469827), |
| | | (487, 454, 12, 2751, NULL, 16, 1, 0, 0, 1685469827), |
| | | (488, 455, 12, 2752, NULL, 16, 1, 0, 0, 1685469827), |
| | | (489, 456, 12, 2753, NULL, 16, 1, 0, 0, 1685469827), |
| | | (490, 457, 12, 2754, NULL, 16, 1, 0, 0, 1685469827), |
| | | (491, 458, 12, 2755, NULL, 16, 1, 0, 0, 1685469827), |
| | | (492, 459, 12, 2756, NULL, 16, 1, 0, 0, 1685469827), |
| | | (493, 460, 12, 2757, NULL, 16, 1, 0, 0, 1685469827), |
| | | (494, 461, 12, 2758, NULL, 16, 1, 0, 0, 1685469827), |
| | | (495, 462, 12, 2759, NULL, 16, 1, 0, 0, 1685469827), |
| | | (496, 463, 12, 2760, NULL, 16, 1, 0, 0, 1685469827), |
| | | (497, 464, 12, 2761, NULL, 16, 1, 0, 0, 1685469827), |
| | | (498, 465, 12, 2762, NULL, 16, 1, 0, 0, 1685469827), |
| | | (499, 466, 12, 2763, NULL, 16, 1, 0, 0, 1685469827), |
| | | (500, 467, 12, 2764, NULL, 16, 1, 0, 0, 1685469827), |
| | | (501, 468, 12, 2765, NULL, 16, 1, 0, 0, 1685469827), |
| | | (502, 469, 12, 2766, NULL, 16, 1, 0, 0, 1685469827), |
| | | (503, 470, 12, 2767, NULL, 16, 1, 0, 0, 1685469827), |
| | | (504, 471, 12, 2768, NULL, 16, 1, 0, 0, 1685469827), |
| | | (505, 472, 12, 2769, NULL, 16, 1, 0, 0, 1685469827), |
| | | (506, 473, 12, 2770, NULL, 16, 1, 0, 0, 1685469827), |
| | | (507, 474, 12, 2771, NULL, 16, 1, 0, 0, 1685469827), |
| | | (508, 475, 12, 2772, NULL, 16, 1, 0, 0, 1685469827), |
| | | (605, 476, 2, 2691, 3, 16, 1, 0, 0, 1685470484), |
| | | (606, 477, 2, 2692, 3, 16, 1, 0, 0, 1685470484), |
| | | (607, 478, 2, 2693, 3, 16, 1, 0, 0, 1685470484), |
| | | (608, 479, 2, 2694, 3, 16, 1, 0, 0, 1685470484), |
| | | (609, 480, 3, 2691, 3, 16, 1, 0, 0, 1685470484), |
| | | (610, 481, 3, 2692, 3, 16, 1, 0, 0, 1685470484), |
| | | (611, 482, 3, 2693, 3, 16, 1, 0, 0, 1685470484), |
| | | (612, 483, 3, 2694, 3, 16, 1, 0, 0, 1685470484), |
| | | (613, 484, 4, 2691, 3, 16, 1, 0, 0, 1685470484), |
| | | (614, 485, 4, 2692, 3, 16, 1, 0, 0, 1685470484), |
| | | (615, 486, 4, 2693, 3, 16, 1, 0, 0, 1685470484), |
| | | (616, 487, 4, 2694, 3, 16, 1, 0, 0, 1685470484), |
| | | (617, 488, 11, 2691, 3, 16, 1, 0, 0, 1685470484), |
| | | (618, 489, 11, 2692, 3, 16, 1, 0, 0, 1685470484), |
| | | (619, 490, 11, 2693, 3, 16, 1, 0, 0, 1685470484), |
| | | (620, 491, 11, 2694, 3, 16, 1, 0, 0, 1685470484), |
| | | (621, 492, 12, 2691, 3, 16, 1, 0, 0, 1685470484), |
| | | (622, 493, 12, 2692, 3, 16, 1, 0, 0, 1685470484), |
| | | (623, 494, 12, 2693, 3, 16, 1, 0, 0, 1685470484), |
| | | (624, 495, 12, 2694, 3, 16, 1, 0, 0, 1685470484), |
| | | (636, 496, 2, 2691, 3, 16, 1, 0, 0, 1685470575), |
| | | (637, 497, 2, 2692, 3, 16, 1, 0, 0, 1685470575), |
| | | (638, 498, 2, 2693, 3, 16, 1, 0, 0, 1685470575), |
| | | (639, 499, 2, 2694, 3, 16, 1, 0, 0, 1685470575), |
| | | (640, 500, 3, 2691, 3, 16, 1, 0, 0, 1685470575), |
| | | (641, 501, 3, 2692, 3, 16, 1, 0, 0, 1685470575), |
| | | (642, 502, 3, 2693, 3, 16, 1, 0, 0, 1685470575), |
| | | (643, 503, 3, 2694, 3, 16, 1, 0, 0, 1685470575), |
| | | (644, 504, 4, 2691, 3, 16, 1, 0, 0, 1685470575), |
| | | (645, 505, 4, 2692, 3, 16, 1, 0, 0, 1685470575), |
| | | (646, 506, 4, 2693, 3, 16, 1, 0, 0, 1685470575), |
| | | (647, 507, 4, 2694, 3, 16, 1, 0, 0, 1685470575), |
| | | (648, 508, 11, 2691, 3, 16, 1, 0, 0, 1685470575), |
| | | (649, 509, 11, 2692, 3, 16, 1, 0, 0, 1685470575), |
| | | (650, 510, 11, 2693, 3, 16, 1, 0, 0, 1685470575), |
| | | (651, 511, 11, 2694, 3, 16, 1, 0, 0, 1685470575), |
| | | (652, 512, 12, 2691, 3, 16, 1, 0, 0, 1685470575), |
| | | (653, 513, 12, 2692, 3, 16, 1, 0, 0, 1685470575), |
| | | (654, 514, 12, 2693, 3, 16, 1, 0, 0, 1685470575), |
| | | (655, 515, 12, 2694, 3, 16, 1, 0, 0, 1685470575), |
| | | (667, 516, 2, 2691, 3, 16, 1, 0, 0, 1685471591), |
| | | (668, 517, 2, 2692, 3, 16, 1, 0, 0, 1685471591), |
| | | (669, 518, 2, 2693, 3, 16, 1, 0, 0, 1685471591), |
| | | (670, 519, 2, 2694, 3, 16, 1, 0, 0, 1685471591), |
| | | (671, 520, 3, 2691, 3, 16, 1, 0, 0, 1685471591), |
| | | (672, 521, 3, 2692, 3, 16, 1, 0, 0, 1685471591), |
| | | (673, 522, 3, 2693, 3, 16, 1, 0, 0, 1685471591), |
| | | (674, 523, 3, 2694, 3, 16, 1, 0, 0, 1685471591), |
| | | (675, 524, 4, 2691, 3, 16, 1, 0, 0, 1685471591), |
| | | (676, 525, 4, 2692, 3, 16, 1, 0, 0, 1685471591), |
| | | (677, 526, 4, 2693, 3, 16, 1, 0, 0, 1685471591), |
| | | (678, 527, 4, 2694, 3, 16, 1, 0, 0, 1685471591), |
| | | (679, 528, 11, 2691, 3, 16, 1, 0, 0, 1685471591), |
| | | (680, 529, 11, 2692, 3, 16, 1, 0, 0, 1685471591), |
| | | (681, 530, 11, 2693, 3, 16, 1, 0, 0, 1685471591), |
| | | (682, 531, 11, 2694, 3, 16, 1, 0, 0, 1685471591), |
| | | (683, 532, 12, 2691, 3, 16, 1, 0, 0, 1685471591), |
| | | (684, 533, 12, 2692, 3, 16, 1, 0, 0, 1685471591), |
| | | (685, 534, 12, 2693, 3, 16, 1, 0, 0, 1685471591), |
| | | (686, 535, 12, 2694, 3, 16, 1, 0, 0, 1685471591), |
| | | (698, 536, 2, 2691, 3, 16, 1, 0, 0, 1685471627), |
| | | (699, 537, 2, 2692, 3, 16, 1, 0, 0, 1685471627), |
| | | (700, 538, 2, 2693, 3, 16, 1, 0, 0, 1685471627), |
| | | (701, 539, 2, 2694, 3, 16, 1, 0, 0, 1685471627), |
| | | (702, 540, 3, 2691, 3, 16, 1, 0, 0, 1685471627), |
| | | (703, 541, 3, 2692, 3, 16, 1, 0, 0, 1685471627), |
| | | (704, 542, 3, 2693, 3, 16, 1, 0, 0, 1685471627), |
| | | (705, 543, 3, 2694, 3, 16, 1, 0, 0, 1685471627), |
| | | (706, 544, 4, 2691, 3, 16, 1, 0, 0, 1685471627), |
| | | (707, 545, 4, 2692, 3, 16, 1, 0, 0, 1685471627), |
| | | (708, 546, 4, 2693, 3, 16, 1, 0, 0, 1685471627), |
| | | (709, 547, 4, 2694, 3, 16, 1, 0, 0, 1685471627), |
| | | (710, 548, 11, 2691, 3, 16, 1, 0, 0, 1685471627), |
| | | (711, 549, 11, 2692, 3, 16, 1, 0, 0, 1685471627), |
| | | (712, 550, 11, 2693, 3, 16, 1, 0, 0, 1685471627), |
| | | (713, 551, 11, 2694, 3, 16, 1, 0, 0, 1685471627), |
| | | (714, 552, 12, 2691, 3, 16, 1, 0, 0, 1685471627), |
| | | (715, 553, 12, 2692, 3, 16, 1, 0, 0, 1685471627), |
| | | (716, 554, 12, 2693, 3, 16, 1, 0, 0, 1685471627), |
| | | (717, 555, 12, 2694, 3, 16, 1, 0, 0, 1685471627), |
| | | (729, 556, 2, 2691, 3, 16, 1, 0, 0, 1685472748), |
| | | (730, 557, 2, 2692, 3, 16, 1, 0, 0, 1685472748), |
| | | (731, 558, 2, 2693, 3, 16, 1, 0, 0, 1685472748), |
| | | (732, 559, 2, 2694, 3, 16, 1, 0, 0, 1685472748), |
| | | (733, 560, 3, 2691, 3, 16, 1, 0, 0, 1685472748), |
| | | (734, 561, 3, 2692, 3, 16, 1, 0, 0, 1685472748), |
| | | (735, 562, 3, 2693, 3, 16, 1, 0, 0, 1685472748), |
| | | (736, 563, 3, 2694, 3, 16, 1, 0, 0, 1685472748), |
| | | (737, 564, 4, 2691, 3, 16, 1, 0, 0, 1685472748), |
| | | (738, 565, 4, 2692, 3, 16, 1, 0, 0, 1685472748), |
| | | (739, 566, 4, 2693, 3, 16, 1, 0, 0, 1685472748), |
| | | (740, 567, 4, 2694, 3, 16, 1, 0, 0, 1685472748), |
| | | (741, 568, 11, 2691, 3, 16, 1, 0, 0, 1685472748), |
| | | (742, 569, 11, 2692, 3, 16, 1, 0, 0, 1685472748), |
| | | (743, 570, 11, 2693, 3, 16, 1, 0, 0, 1685472748), |
| | | (744, 571, 11, 2694, 3, 16, 1, 0, 0, 1685472748), |
| | | (745, 572, 12, 2691, 3, 16, 1, 0, 0, 1685472748), |
| | | (746, 573, 12, 2692, 3, 16, 1, 0, 0, 1685472748), |
| | | (747, 574, 12, 2693, 3, 16, 1, 0, 0, 1685472748), |
| | | (748, 575, 12, 2694, 3, 16, 1, 0, 0, 1685472748), |
| | | (760, 576, 2, 2691, 3, 16, 1, 0, 0, 1685474009), |
| | | (761, 577, 2, 2692, 3, 16, 1, 0, 0, 1685474009), |
| | | (762, 578, 2, 2693, 3, 16, 1, 0, 0, 1685474009), |
| | | (763, 579, 2, 2694, 3, 16, 1, 0, 0, 1685474009), |
| | | (764, 580, 3, 2691, 3, 16, 1, 0, 0, 1685474009), |
| | | (765, 581, 3, 2692, 3, 16, 1, 0, 0, 1685474009), |
| | | (766, 582, 3, 2693, 3, 16, 1, 0, 0, 1685474009), |
| | | (767, 583, 3, 2694, 3, 16, 1, 0, 0, 1685474009), |
| | | (768, 584, 4, 2691, 3, 16, 1, 0, 0, 1685474009), |
| | | (769, 585, 4, 2692, 3, 16, 1, 0, 0, 1685474009), |
| | | (770, 586, 4, 2693, 3, 16, 1, 0, 0, 1685474009), |
| | | (771, 587, 4, 2694, 3, 16, 1, 0, 0, 1685474009), |
| | | (772, 588, 11, 2691, 3, 16, 1, 0, 0, 1685474009), |
| | | (773, 589, 11, 2692, 3, 16, 1, 0, 0, 1685474009), |
| | | (774, 590, 11, 2693, 3, 16, 1, 0, 0, 1685474009), |
| | | (775, 591, 11, 2694, 3, 16, 1, 0, 0, 1685474009), |
| | | (776, 592, 12, 2691, 3, 16, 1, 0, 0, 1685474009), |
| | | (777, 593, 12, 2692, 3, 16, 1, 0, 0, 1685474009), |
| | | (778, 594, 12, 2693, 3, 16, 1, 0, 0, 1685474009), |
| | | (779, 595, 12, 2694, 3, 16, 1, 0, 0, 1685474009), |
| | | (791, 596, 2, 2691, 3, 16, 1, 0, 0, 1685474156), |
| | | (792, 597, 2, 2692, 3, 16, 1, 0, 0, 1685474156), |
| | | (793, 598, 2, 2693, 3, 16, 1, 0, 0, 1685474156), |
| | | (794, 599, 2, 2694, 3, 16, 1, 0, 0, 1685474156), |
| | | (795, 600, 3, 2691, 3, 16, 1, 0, 0, 1685474156), |
| | | (796, 601, 3, 2692, 3, 16, 1, 0, 0, 1685474156), |
| | | (797, 602, 3, 2693, 3, 16, 1, 0, 0, 1685474156), |
| | | (798, 603, 3, 2694, 3, 16, 1, 0, 0, 1685474156), |
| | | (799, 604, 4, 2691, 3, 16, 1, 0, 0, 1685474156), |
| | | (800, 605, 4, 2692, 3, 16, 1, 0, 0, 1685474156), |
| | | (801, 606, 4, 2693, 3, 16, 1, 0, 0, 1685474156), |
| | | (802, 607, 4, 2694, 3, 16, 1, 0, 0, 1685474156), |
| | | (803, 608, 11, 2691, 3, 16, 1, 0, 0, 1685474156), |
| | | (804, 609, 11, 2692, 3, 16, 1, 0, 0, 1685474156), |
| | | (805, 610, 11, 2693, 3, 16, 1, 0, 0, 1685474156), |
| | | (806, 611, 11, 2694, 3, 16, 1, 0, 0, 1685474156), |
| | | (807, 612, 12, 2691, 3, 16, 1, 0, 0, 1685474156), |
| | | (808, 613, 12, 2692, 3, 16, 1, 0, 0, 1685474156), |
| | | (809, 614, 12, 2693, 3, 16, 1, 0, 0, 1685474156), |
| | | (810, 615, 12, 2694, 3, 16, 1, 0, 0, 1685474156), |
| | | (811, 616, 2, 2691, 3, 16, 1, 0, 0, 1685541479), |
| | | (812, 617, 2, 2692, 3, 16, 1, 0, 0, 1685541479), |
| | | (813, 618, 2, 2693, 3, 16, 1, 0, 0, 1685541479), |
| | | (814, 619, 2, 2694, 3, 16, 1, 0, 0, 1685541479), |
| | | (815, 620, 3, 2691, 3, 16, 1, 0, 0, 1685541479), |
| | | (816, 621, 3, 2692, 3, 16, 1, 0, 0, 1685541479), |
| | | (817, 622, 3, 2693, 3, 16, 1, 0, 0, 1685541479), |
| | | (818, 623, 3, 2694, 3, 16, 1, 0, 0, 1685541479), |
| | | (819, 624, 4, 2691, 3, 16, 1, 0, 0, 1685541479), |
| | | (820, 625, 4, 2692, 3, 16, 1, 0, 0, 1685541479), |
| | | (821, 626, 4, 2693, 3, 16, 1, 0, 0, 1685541479), |
| | | (822, 627, 4, 2694, 3, 16, 1, 0, 0, 1685541479), |
| | | (823, 628, 11, 2691, 3, 16, 1, 0, 0, 1685541479), |
| | | (824, 629, 11, 2692, 3, 16, 1, 0, 0, 1685541479), |
| | | (825, 630, 11, 2693, 3, 16, 1, 0, 0, 1685541479), |
| | | (826, 631, 11, 2694, 3, 16, 1, 0, 0, 1685541479), |
| | | (827, 632, 12, 2691, 3, 16, 1, 0, 0, 1685541479), |
| | | (828, 633, 12, 2692, 3, 16, 1, 0, 0, 1685541479), |
| | | (829, 634, 12, 2693, 3, 16, 1, 0, 0, 1685541479), |
| | | (830, 635, 12, 2694, 3, 16, 1, 0, 0, 1685541479), |
| | | (842, 636, 2, 2691, 3, 16, 1, 0, 0, 1685543475), |
| | | (843, 637, 2, 2692, 3, 16, 1, 0, 0, 1685543475), |
| | | (844, 638, 2, 2693, 3, 16, 1, 0, 0, 1685543475), |
| | | (845, 639, 2, 2694, 3, 16, 1, 0, 0, 1685543475), |
| | | (846, 640, 3, 2691, 3, 16, 1, 0, 0, 1685543475), |
| | | (847, 641, 3, 2692, 3, 16, 1, 0, 0, 1685543475), |
| | | (848, 642, 3, 2693, 3, 16, 1, 0, 0, 1685543475), |
| | | (849, 643, 3, 2694, 3, 16, 1, 0, 0, 1685543475), |
| | | (850, 644, 4, 2691, 3, 16, 1, 0, 0, 1685543475), |
| | | (851, 645, 4, 2692, 3, 16, 1, 0, 0, 1685543475), |
| | | (852, 646, 4, 2693, 3, 16, 1, 0, 0, 1685543475), |
| | | (853, 647, 4, 2694, 3, 16, 1, 0, 0, 1685543475), |
| | | (854, 648, 11, 2691, 3, 16, 1, 0, 0, 1685543475), |
| | | (855, 649, 11, 2692, 3, 16, 1, 0, 0, 1685543475), |
| | | (856, 650, 11, 2693, 3, 16, 1, 0, 0, 1685543475), |
| | | (857, 651, 11, 2694, 3, 16, 1, 0, 0, 1685543475), |
| | | (858, 652, 12, 2691, 3, 16, 1, 0, 0, 1685543475), |
| | | (859, 653, 12, 2692, 3, 16, 1, 0, 0, 1685543475), |
| | | (860, 654, 12, 2693, 3, 16, 1, 0, 0, 1685543475), |
| | | (861, 655, 12, 2694, 3, 16, 1, 0, 0, 1685543475), |
| | | (873, 656, 2, 2691, 3, 16, 1, 0, 0, 1685543480), |
| | | (874, 657, 2, 2692, 3, 16, 1, 0, 0, 1685543480), |
| | | (875, 658, 2, 2693, 3, 16, 1, 0, 0, 1685543480), |
| | | (876, 659, 2, 2694, 3, 16, 1, 0, 0, 1685543480), |
| | | (877, 660, 3, 2691, 3, 16, 1, 0, 0, 1685543480), |
| | | (878, 661, 3, 2692, 3, 16, 1, 0, 0, 1685543480), |
| | | (879, 662, 3, 2693, 3, 16, 1, 0, 0, 1685543480), |
| | | (880, 663, 3, 2694, 3, 16, 1, 0, 0, 1685543480), |
| | | (881, 664, 4, 2691, 3, 16, 1, 0, 0, 1685543480), |
| | | (882, 665, 4, 2692, 3, 16, 1, 0, 0, 1685543480), |
| | | (883, 666, 4, 2693, 3, 16, 1, 0, 0, 1685543480), |
| | | (884, 667, 4, 2694, 3, 16, 1, 0, 0, 1685543480), |
| | | (885, 668, 11, 2691, 3, 16, 1, 0, 0, 1685543480), |
| | | (886, 669, 11, 2692, 3, 16, 1, 0, 0, 1685543480), |
| | | (887, 670, 11, 2693, 3, 16, 1, 0, 0, 1685543480), |
| | | (888, 671, 11, 2694, 3, 16, 1, 0, 0, 1685543480), |
| | | (889, 672, 12, 2691, 3, 16, 1, 0, 0, 1685543480), |
| | | (890, 673, 12, 2692, 3, 16, 1, 0, 0, 1685543480), |
| | | (891, 674, 12, 2693, 3, 16, 1, 0, 0, 1685543480), |
| | | (892, 675, 12, 2694, 3, 16, 1, 0, 0, 1685543480), |
| | | (904, 676, 2, 2691, 3, 16, 1, 0, 0, 1685543975), |
| | | (905, 677, 2, 2692, 3, 16, 1, 0, 0, 1685543975), |
| | | (906, 678, 2, 2693, 3, 16, 1, 0, 0, 1685543975), |
| | | (907, 679, 2, 2694, 3, 16, 1, 0, 0, 1685543975), |
| | | (908, 680, 3, 2691, 3, 16, 1, 0, 0, 1685543975), |
| | | (909, 681, 3, 2692, 3, 16, 1, 0, 0, 1685543975), |
| | | (910, 682, 3, 2693, 3, 16, 1, 0, 0, 1685543975), |
| | | (911, 683, 3, 2694, 3, 16, 1, 0, 0, 1685543975), |
| | | (912, 684, 4, 2691, 3, 16, 1, 0, 0, 1685543975), |
| | | (913, 685, 4, 2692, 3, 16, 1, 0, 0, 1685543975), |
| | | (914, 686, 4, 2693, 3, 16, 1, 0, 0, 1685543975), |
| | | (915, 687, 4, 2694, 3, 16, 1, 0, 0, 1685543975), |
| | | (916, 688, 11, 2691, 3, 16, 1, 0, 0, 1685543975), |
| | | (917, 689, 11, 2692, 3, 16, 1, 0, 0, 1685543975), |
| | | (918, 690, 11, 2693, 3, 16, 1, 0, 0, 1685543975), |
| | | (919, 691, 11, 2694, 3, 16, 1, 0, 0, 1685543975), |
| | | (920, 692, 12, 2691, 3, 16, 1, 0, 0, 1685543975), |
| | | (921, 693, 12, 2692, 3, 16, 1, 0, 0, 1685543975), |
| | | (922, 694, 12, 2693, 3, 16, 1, 0, 0, 1685543975), |
| | | (923, 695, 12, 2694, 3, 16, 1, 0, 0, 1685543975), |
| | | (935, 696, 2, 2691, 3, 16, 1, 0, 0, 1685544069), |
| | | (936, 697, 2, 2692, 3, 16, 1, 0, 0, 1685544069), |
| | | (937, 698, 2, 2693, 3, 16, 1, 0, 0, 1685544069), |
| | | (938, 699, 2, 2694, 3, 16, 1, 0, 0, 1685544069), |
| | | (939, 700, 3, 2691, 3, 16, 1, 0, 0, 1685544069), |
| | | (940, 701, 3, 2692, 3, 16, 1, 0, 0, 1685544069), |
| | | (941, 702, 3, 2693, 3, 16, 1, 0, 0, 1685544069), |
| | | (942, 703, 3, 2694, 3, 16, 1, 0, 0, 1685544069), |
| | | (943, 704, 4, 2691, 3, 16, 1, 0, 0, 1685544069), |
| | | (944, 705, 4, 2692, 3, 16, 1, 0, 0, 1685544069), |
| | | (945, 706, 4, 2693, 3, 16, 1, 0, 0, 1685544069), |
| | | (946, 707, 4, 2694, 3, 16, 1, 0, 0, 1685544069), |
| | | (947, 708, 11, 2691, 3, 16, 1, 0, 0, 1685544069), |
| | | (948, 709, 11, 2692, 3, 16, 1, 0, 0, 1685544069), |
| | | (949, 710, 11, 2693, 3, 16, 1, 0, 0, 1685544069), |
| | | (950, 711, 11, 2694, 3, 16, 1, 0, 0, 1685544069), |
| | | (951, 712, 12, 2691, 3, 16, 1, 0, 0, 1685544069), |
| | | (952, 713, 12, 2692, 3, 16, 1, 0, 0, 1685544069), |
| | | (953, 714, 12, 2693, 3, 16, 1, 0, 0, 1685544069), |
| | | (954, 715, 12, 2694, 3, 16, 1, 0, 0, 1685544069), |
| | | (966, 716, 2, 2691, 3, 16, 1, 0, 0, 1685544256), |
| | | (967, 717, 2, 2692, 3, 16, 1, 0, 0, 1685544256), |
| | | (968, 718, 2, 2693, 3, 16, 1, 0, 0, 1685544256), |
| | | (969, 719, 2, 2694, 3, 16, 1, 0, 0, 1685544256), |
| | | (970, 720, 3, 2691, 3, 16, 1, 0, 0, 1685544256), |
| | | (971, 721, 3, 2692, 3, 16, 1, 0, 0, 1685544256), |
| | | (972, 722, 3, 2693, 3, 16, 1, 0, 0, 1685544256), |
| | | (973, 723, 3, 2694, 3, 16, 1, 0, 0, 1685544256), |
| | | (974, 724, 4, 2691, 3, 16, 1, 0, 0, 1685544256), |
| | | (975, 725, 4, 2692, 3, 16, 1, 0, 0, 1685544256), |
| | | (976, 726, 4, 2693, 3, 16, 1, 0, 0, 1685544256), |
| | | (977, 727, 4, 2694, 3, 16, 1, 0, 0, 1685544256), |
| | | (978, 728, 11, 2691, 3, 16, 1, 0, 0, 1685544256), |
| | | (979, 729, 11, 2692, 3, 16, 1, 0, 0, 1685544256), |
| | | (980, 730, 11, 2693, 3, 16, 1, 0, 0, 1685544256), |
| | | (981, 731, 11, 2694, 3, 16, 1, 0, 0, 1685544256), |
| | | (982, 732, 12, 2691, 3, 16, 1, 0, 0, 1685544256), |
| | | (983, 733, 12, 2692, 3, 16, 1, 0, 0, 1685544256), |
| | | (984, 734, 12, 2693, 3, 16, 1, 0, 0, 1685544256), |
| | | (985, 735, 12, 2694, 3, 16, 1, 0, 0, 1685544256), |
| | | (997, 736, 2, 2691, 3, 16, 1, 0, 0, 1685544577), |
| | | (998, 737, 2, 2692, 3, 16, 1, 0, 0, 1685544577), |
| | | (999, 738, 2, 2693, 3, 16, 1, 0, 0, 1685544577), |
| | | (1000, 739, 2, 2694, 3, 16, 1, 0, 0, 1685544577), |
| | | (1001, 740, 3, 2691, 3, 16, 1, 0, 0, 1685544577), |
| | | (1002, 741, 3, 2692, 3, 16, 1, 0, 0, 1685544577), |
| | | (1003, 742, 3, 2693, 3, 16, 1, 0, 0, 1685544577), |
| | | (1004, 743, 3, 2694, 3, 16, 1, 0, 0, 1685544577), |
| | | (1005, 744, 4, 2691, 3, 16, 1, 0, 0, 1685544577), |
| | | (1006, 745, 4, 2692, 3, 16, 1, 0, 0, 1685544577), |
| | | (1007, 746, 4, 2693, 3, 16, 1, 0, 0, 1685544577), |
| | | (1008, 747, 4, 2694, 3, 16, 1, 0, 0, 1685544577), |
| | | (1009, 748, 11, 2691, 3, 16, 1, 0, 0, 1685544577), |
| | | (1010, 749, 11, 2692, 3, 16, 1, 0, 0, 1685544577), |
| | | (1011, 750, 11, 2693, 3, 16, 1, 0, 0, 1685544577), |
| | | (1012, 751, 11, 2694, 3, 16, 1, 0, 0, 1685544577), |
| | | (1013, 752, 12, 2691, 3, 16, 1, 0, 0, 1685544577), |
| | | (1014, 753, 12, 2692, 3, 16, 1, 0, 0, 1685544577), |
| | | (1015, 754, 12, 2693, 3, 16, 1, 0, 0, 1685544577), |
| | | (1016, 755, 12, 2694, 3, 16, 1, 0, 0, 1685544577), |
| | | (1028, 756, 2, 2691, 3, 16, 1, 0, 0, 1685544734), |
| | | (1029, 757, 2, 2692, 3, 16, 1, 0, 0, 1685544734), |
| | | (1030, 758, 2, 2693, 3, 16, 1, 0, 0, 1685544734), |
| | | (1031, 759, 2, 2694, 3, 16, 1, 0, 0, 1685544734), |
| | | (1032, 760, 3, 2691, 3, 16, 1, 0, 0, 1685544734), |
| | | (1033, 761, 3, 2692, 3, 16, 1, 0, 0, 1685544734), |
| | | (1034, 762, 3, 2693, 3, 16, 1, 0, 0, 1685544734), |
| | | (1035, 763, 3, 2694, 3, 16, 1, 0, 0, 1685544734), |
| | | (1036, 764, 4, 2691, 3, 16, 1, 0, 0, 1685544734), |
| | | (1037, 765, 4, 2692, 3, 16, 1, 0, 0, 1685544734), |
| | | (1038, 766, 4, 2693, 3, 16, 1, 0, 0, 1685544734), |
| | | (1039, 767, 4, 2694, 3, 16, 1, 0, 0, 1685544734), |
| | | (1040, 768, 11, 2691, 3, 16, 1, 0, 0, 1685544734), |
| | | (1041, 769, 11, 2692, 3, 16, 1, 0, 0, 1685544734), |
| | | (1042, 770, 11, 2693, 3, 16, 1, 0, 0, 1685544734), |
| | | (1043, 771, 11, 2694, 3, 16, 1, 0, 0, 1685544734), |
| | | (1044, 772, 12, 2691, 3, 16, 1, 0, 0, 1685544734), |
| | | (1045, 773, 12, 2692, 3, 16, 1, 0, 0, 1685544734), |
| | | (1046, 774, 12, 2693, 3, 16, 1, 0, 0, 1685544734), |
| | | (1047, 775, 12, 2694, 3, 16, 1, 0, 0, 1685544734), |
| | | (1059, 776, 2, 2691, 3, 16, 1, 0, 0, 1685545564), |
| | | (1060, 777, 2, 2692, 3, 16, 1, 0, 0, 1685545564), |
| | | (1061, 778, 2, 2693, 3, 16, 1, 0, 0, 1685545564), |
| | | (1062, 779, 2, 2694, 3, 16, 1, 0, 0, 1685545564), |
| | | (1063, 780, 3, 2691, 3, 16, 1, 0, 0, 1685545564), |
| | | (1064, 781, 3, 2692, 3, 16, 1, 0, 0, 1685545564), |
| | | (1065, 782, 3, 2693, 3, 16, 1, 0, 0, 1685545564), |
| | | (1066, 783, 3, 2694, 3, 16, 1, 0, 0, 1685545564), |
| | | (1067, 784, 4, 2691, 3, 16, 1, 0, 0, 1685545564), |
| | | (1068, 785, 4, 2692, 3, 16, 1, 0, 0, 1685545564), |
| | | (1069, 786, 4, 2693, 3, 16, 1, 0, 0, 1685545564), |
| | | (1070, 787, 4, 2694, 3, 16, 1, 0, 0, 1685545564), |
| | | (1071, 788, 11, 2691, 3, 16, 1, 0, 0, 1685545564), |
| | | (1072, 789, 11, 2692, 3, 16, 1, 0, 0, 1685545564), |
| | | (1073, 790, 11, 2693, 3, 16, 1, 0, 0, 1685545564), |
| | | (1074, 791, 11, 2694, 3, 16, 1, 0, 0, 1685545564), |
| | | (1075, 792, 12, 2691, 3, 16, 1, 0, 0, 1685545564), |
| | | (1076, 793, 12, 2692, 3, 16, 1, 0, 0, 1685545564), |
| | | (1077, 794, 12, 2693, 3, 16, 1, 0, 0, 1685545564), |
| | | (1078, 795, 12, 2694, 3, 16, 1, 0, 0, 1685545564), |
| | | (1090, 796, 2, 2691, 3, 16, 1, 0, 0, 1685549239), |
| | | (1091, 797, 2, 2692, 3, 16, 1, 0, 0, 1685549239), |
| | | (1092, 798, 2, 2693, 3, 16, 1, 0, 0, 1685549239), |
| | | (1093, 799, 2, 2694, 3, 16, 1, 0, 0, 1685549239), |
| | | (1094, 800, 3, 2691, 3, 16, 1, 0, 0, 1685549239), |
| | | (1095, 801, 3, 2692, 3, 16, 1, 0, 0, 1685549239), |
| | | (1096, 802, 3, 2693, 3, 16, 1, 0, 0, 1685549239), |
| | | (1097, 803, 3, 2694, 3, 16, 1, 0, 0, 1685549239), |
| | | (1098, 804, 4, 2691, 3, 16, 1, 0, 0, 1685549239), |
| | | (1099, 805, 4, 2692, 3, 16, 1, 0, 0, 1685549239), |
| | | (1100, 806, 4, 2693, 3, 16, 1, 0, 0, 1685549239), |
| | | (1101, 807, 4, 2694, 3, 16, 1, 0, 0, 1685549239), |
| | | (1102, 808, 11, 2691, 3, 16, 1, 0, 0, 1685549239), |
| | | (1103, 809, 11, 2692, 3, 16, 1, 0, 0, 1685549239), |
| | | (1104, 810, 11, 2693, 3, 16, 1, 0, 0, 1685549239), |
| | | (1105, 811, 11, 2694, 3, 16, 1, 0, 0, 1685549239), |
| | | (1106, 812, 12, 2691, 3, 16, 1, 0, 0, 1685549239), |
| | | (1107, 813, 12, 2692, 3, 16, 1, 0, 0, 1685549239), |
| | | (1108, 814, 12, 2693, 3, 16, 1, 0, 0, 1685549239), |
| | | (1109, 815, 12, 2694, 3, 16, 1, 0, 0, 1685549239), |
| | | (1121, 816, 2, 2691, 3, 16, 1, 0, 0, 1685549413), |
| | | (1122, 817, 2, 2692, 3, 16, 1, 0, 0, 1685549413), |
| | | (1123, 818, 2, 2693, 3, 16, 1, 0, 0, 1685549413), |
| | | (1124, 819, 2, 2694, 3, 16, 1, 0, 0, 1685549413), |
| | | (1125, 820, 3, 2691, 3, 16, 1, 0, 0, 1685549413), |
| | | (1126, 821, 3, 2692, 3, 16, 1, 0, 0, 1685549413), |
| | | (1127, 822, 3, 2693, 3, 16, 1, 0, 0, 1685549413), |
| | | (1128, 823, 3, 2694, 3, 16, 1, 0, 0, 1685549413), |
| | | (1129, 824, 4, 2691, 3, 16, 1, 0, 0, 1685549413), |
| | | (1130, 825, 4, 2692, 3, 16, 1, 0, 0, 1685549413), |
| | | (1131, 826, 4, 2693, 3, 16, 1, 0, 0, 1685549413), |
| | | (1132, 827, 4, 2694, 3, 16, 1, 0, 0, 1685549413), |
| | | (1133, 828, 11, 2691, 3, 16, 1, 0, 0, 1685549413), |
| | | (1134, 829, 11, 2692, 3, 16, 1, 0, 0, 1685549413), |
| | | (1135, 830, 11, 2693, 3, 16, 1, 0, 0, 1685549413), |
| | | (1136, 831, 11, 2694, 3, 16, 1, 0, 0, 1685549413), |
| | | (1137, 832, 12, 2691, 3, 16, 1, 0, 0, 1685549413), |
| | | (1138, 833, 12, 2692, 3, 16, 1, 0, 0, 1685549413), |
| | | (1139, 834, 12, 2693, 3, 16, 1, 0, 0, 1685549413), |
| | | (1140, 835, 12, 2694, 3, 16, 1, 0, 0, 1685549413), |
| | | (1152, 836, 2, 2691, 3, 16, 1, 0, 0, 1685549478), |
| | | (1153, 837, 2, 2692, 3, 16, 1, 0, 0, 1685549478), |
| | | (1154, 838, 2, 2693, 3, 16, 1, 0, 0, 1685549478), |
| | | (1155, 839, 2, 2694, 3, 16, 1, 0, 0, 1685549478), |
| | | (1156, 840, 3, 2691, 3, 16, 1, 0, 0, 1685549478), |
| | | (1157, 841, 3, 2692, 3, 16, 1, 0, 0, 1685549478), |
| | | (1158, 842, 3, 2693, 3, 16, 1, 0, 0, 1685549478), |
| | | (1159, 843, 3, 2694, 3, 16, 1, 0, 0, 1685549478), |
| | | (1160, 844, 4, 2691, 3, 16, 1, 0, 0, 1685549478), |
| | | (1161, 845, 4, 2692, 3, 16, 1, 0, 0, 1685549478), |
| | | (1162, 846, 4, 2693, 3, 16, 1, 0, 0, 1685549478), |
| | | (1163, 847, 4, 2694, 3, 16, 1, 0, 0, 1685549478), |
| | | (1164, 848, 11, 2691, 3, 16, 1, 0, 0, 1685549478), |
| | | (1165, 849, 11, 2692, 3, 16, 1, 0, 0, 1685549478), |
| | | (1166, 850, 11, 2693, 3, 16, 1, 0, 0, 1685549478), |
| | | (1167, 851, 11, 2694, 3, 16, 1, 0, 0, 1685549478), |
| | | (1168, 852, 12, 2691, 3, 16, 1, 0, 0, 1685549478), |
| | | (1169, 853, 12, 2692, 3, 16, 1, 0, 0, 1685549478), |
| | | (1170, 854, 12, 2693, 3, 16, 1, 0, 0, 1685549478), |
| | | (1171, 855, 12, 2694, 3, 16, 1, 0, 0, 1685549478), |
| | | (1183, 856, 2, 2691, 3, 16, 1, 0, 0, 1685549542), |
| | | (1184, 857, 2, 2692, 3, 16, 1, 0, 0, 1685549542), |
| | | (1185, 858, 2, 2693, 3, 16, 1, 0, 0, 1685549542), |
| | | (1186, 859, 2, 2694, 3, 16, 1, 0, 0, 1685549542), |
| | | (1187, 860, 3, 2691, 3, 16, 1, 0, 0, 1685549542), |
| | | (1188, 861, 3, 2692, 3, 16, 1, 0, 0, 1685549542), |
| | | (1189, 862, 3, 2693, 3, 16, 1, 0, 0, 1685549542), |
| | | (1190, 863, 3, 2694, 3, 16, 1, 0, 0, 1685549542), |
| | | (1191, 864, 4, 2691, 3, 16, 1, 0, 0, 1685549542), |
| | | (1192, 865, 4, 2692, 3, 16, 1, 0, 0, 1685549542), |
| | | (1193, 866, 4, 2693, 3, 16, 1, 0, 0, 1685549542), |
| | | (1194, 867, 4, 2694, 3, 16, 1, 0, 0, 1685549542), |
| | | (1195, 868, 11, 2691, 3, 16, 1, 0, 0, 1685549542), |
| | | (1196, 869, 11, 2692, 3, 16, 1, 0, 0, 1685549542), |
| | | (1197, 870, 11, 2693, 3, 16, 1, 0, 0, 1685549542), |
| | | (1198, 871, 11, 2694, 3, 16, 1, 0, 0, 1685549542), |
| | | (1199, 872, 12, 2691, 3, 16, 1, 0, 0, 1685549542), |
| | | (1200, 873, 12, 2692, 3, 16, 1, 0, 0, 1685549542), |
| | | (1201, 874, 12, 2693, 3, 16, 1, 0, 0, 1685549542), |
| | | (1202, 875, 12, 2694, 3, 16, 1, 0, 0, 1685549542), |
| | | (1214, 876, 2, 2691, 3, 16, 1, 0, 0, 1685553181), |
| | | (1215, 877, 2, 2692, 3, 16, 1, 0, 0, 1685553181), |
| | | (1216, 878, 2, 2693, 3, 16, 1, 0, 0, 1685553181), |
| | | (1217, 879, 2, 2694, 3, 16, 1, 0, 0, 1685553181), |
| | | (1218, 880, 3, 2691, 3, 16, 1, 0, 0, 1685553181), |
| | | (1219, 881, 3, 2692, 3, 16, 1, 0, 0, 1685553181), |
| | | (1220, 882, 3, 2693, 3, 16, 1, 0, 0, 1685553181), |
| | | (1221, 883, 3, 2694, 3, 16, 1, 0, 0, 1685553181), |
| | | (1222, 884, 4, 2691, 3, 16, 1, 0, 0, 1685553181), |
| | | (1223, 885, 4, 2692, 3, 16, 1, 0, 0, 1685553181), |
| | | (1224, 886, 4, 2693, 3, 16, 1, 0, 0, 1685553181), |
| | | (1225, 887, 4, 2694, 3, 16, 1, 0, 0, 1685553181), |
| | | (1226, 888, 11, 2691, 3, 16, 1, 0, 0, 1685553181), |
| | | (1227, 889, 11, 2692, 3, 16, 1, 0, 0, 1685553181), |
| | | (1228, 890, 11, 2693, 3, 16, 1, 0, 0, 1685553181), |
| | | (1229, 891, 11, 2694, 3, 16, 1, 0, 0, 1685553181), |
| | | (1230, 892, 12, 2691, 3, 16, 1, 0, 0, 1685553181), |
| | | (1231, 893, 12, 2692, 3, 16, 1, 0, 0, 1685553181), |
| | | (1232, 894, 12, 2693, 3, 16, 1, 0, 0, 1685553181), |
| | | (1233, 895, 12, 2694, 3, 16, 1, 0, 0, 1685553181), |
| | | (1245, 896, 2, 2691, 3, 16, 1, 0, 0, 1685556919), |
| | | (1246, 897, 2, 2692, 3, 16, 1, 0, 0, 1685556919), |
| | | (1247, 898, 2, 2693, 3, 16, 1, 0, 0, 1685556919), |
| | | (1248, 899, 2, 2694, 3, 16, 1, 0, 0, 1685556919), |
| | | (1249, 900, 3, 2691, 3, 16, 1, 0, 0, 1685556919), |
| | | (1250, 901, 3, 2692, 3, 16, 1, 0, 0, 1685556919), |
| | | (1251, 902, 3, 2693, 3, 16, 1, 0, 0, 1685556919), |
| | | (1252, 903, 3, 2694, 3, 16, 1, 0, 0, 1685556919), |
| | | (1253, 904, 4, 2691, 3, 16, 1, 0, 0, 1685556919), |
| | | (1254, 905, 4, 2692, 3, 16, 1, 0, 0, 1685556919), |
| | | (1255, 906, 4, 2693, 3, 16, 1, 0, 0, 1685556919), |
| | | (1256, 907, 4, 2694, 3, 16, 1, 0, 0, 1685556919), |
| | | (1257, 908, 11, 2691, 3, 16, 1, 0, 0, 1685556919), |
| | | (1258, 909, 11, 2692, 3, 16, 1, 0, 0, 1685556919), |
| | | (1259, 910, 11, 2693, 3, 16, 1, 0, 0, 1685556919), |
| | | (1260, 911, 11, 2694, 3, 16, 1, 0, 0, 1685556919), |
| | | (1261, 912, 12, 2691, 3, 16, 1, 0, 0, 1685556919), |
| | | (1262, 913, 12, 2692, 3, 16, 1, 0, 0, 1685556919), |
| | | (1263, 914, 12, 2693, 3, 16, 1, 0, 0, 1685556919), |
| | | (1264, 915, 12, 2694, 3, 16, 1, 0, 0, 1685556919), |
| | | (1265, 916, 2, 2691, 3, 16, 1, 0, 0, 1685644315), |
| | | (1266, 917, 2, 2692, 3, 16, 1, 0, 0, 1685644315), |
| | | (1267, 918, 2, 2693, 3, 16, 1, 0, 0, 1685644315), |
| | | (1268, 919, 2, 2694, 3, 16, 1, 0, 0, 1685644315), |
| | | (1269, 920, 3, 2691, 3, 16, 1, 0, 0, 1685644315), |
| | | (1270, 921, 3, 2692, 3, 16, 1, 0, 0, 1685644315), |
| | | (1271, 922, 3, 2693, 3, 16, 1, 0, 0, 1685644315), |
| | | (1272, 923, 3, 2694, 3, 16, 1, 0, 0, 1685644315), |
| | | (1273, 924, 4, 2691, 3, 16, 1, 0, 0, 1685644315), |
| | | (1274, 925, 4, 2692, 3, 16, 1, 0, 0, 1685644315), |
| | | (1275, 926, 4, 2693, 3, 16, 1, 0, 0, 1685644315), |
| | | (1276, 927, 4, 2694, 3, 16, 1, 0, 0, 1685644315), |
| | | (1277, 928, 11, 2691, 3, 16, 1, 0, 0, 1685644315), |
| | | (1278, 929, 11, 2692, 3, 16, 1, 0, 0, 1685644315), |
| | | (1279, 930, 11, 2693, 3, 16, 1, 0, 0, 1685644315), |
| | | (1280, 931, 11, 2694, 3, 16, 1, 0, 0, 1685644315), |
| | | (1281, 932, 12, 2691, 3, 16, 1, 0, 0, 1685644315), |
| | | (1282, 933, 12, 2692, 3, 16, 1, 0, 0, 1685644315), |
| | | (1283, 934, 12, 2693, 3, 16, 1, 0, 0, 1685644315), |
| | | (1284, 935, 12, 2694, 3, 16, 1, 0, 0, 1685644315); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_lu_objective_statuses` | | -- Table structure for table `cbme_lu_objective_statuses` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_lu_objective_statuses` ( | | CREATE TABLE `cbme_lu_objective_statuses` ( |
| `cbme_lu_objective_status_id` int(12) UNSIGNED NOT NULL, | | `cbme_lu_objective_status_id` int(12) UNSIGNED NOT NULL, |
| `status` varchar(255) COLLATE utf8_unicode_ci NOT NULL, | | `status` varchar(255) COLLATE utf8_unicode_ci NOT NULL, |
| `display_status` varchar(255) COLLATE utf8_unicode_ci NOT NULL, | | `display_status` varchar(255) COLLATE utf8_unicode_ci NOT NULL, |
| `order` int(12) NOT NULL DEFAULT '0', | | `order` int(12) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbme_lu_objective_statuses` | | -- Dumping data for table `cbme_lu_objective_statuses` |
| -- | | -- |
| | | |
| INSERT INTO `cbme_lu_objective_statuses` (`cbme_lu_objective_status_id`, `status`, `display_status`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `cbme_lu_objective_statuses` (`cbme_lu_objective_status_id`, `status`, `display_status`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'retired', 'Retired', 3, 1542424584, 1, NULL, NULL, NULL), | | (1, 'retired', 'Retired', 3, 1542424584, 1, NULL, NULL, NULL), |
| (2, 'not-changing', 'Not Changing', 1, 1542424584, 1, NULL, NULL, NULL), | | (2, 'not-changing', 'Not Changing', 1, 1542424584, 1, NULL, NULL, NULL), |
| (3, 'changing', 'Changing', 2, 1542424584, 1, NULL, NULL, NULL), | | (3, 'changing', 'Changing', 2, 1542424584, 1, NULL, NULL, NULL), |
| (4, 'new', 'New', 4, 1542424584, 1, NULL, NULL, NULL), | | (4, 'new', 'New', 4, 1542424584, 1, NULL, NULL, NULL), |
| (5, 'replaced', 'Replaced', 5, 1542424584, 1, NULL, NULL, NULL); | | (5, 'replaced', 'Replaced', 5, 1542424584, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_objective_groups` | | -- Table structure for table `cbme_objective_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_objective_groups` ( | | CREATE TABLE `cbme_objective_groups` ( |
| `objective_group_id` int(12) UNSIGNED NOT NULL, | | `objective_group_id` int(12) UNSIGNED NOT NULL, |
| `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL, | | `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL, |
| `description` text COLLATE utf8_unicode_ci, | | `description` text COLLATE utf8_unicode_ci, |
| `course_id` int(12) NOT NULL, | | `course_id` int(12) NOT NULL, |
| `objective_id` int(12) NOT NULL, | | `objective_id` int(12) NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_objective_group_objectives` | | -- Table structure for table `cbme_objective_group_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_objective_group_objectives` ( | | CREATE TABLE `cbme_objective_group_objectives` ( |
| `cbme_objective_group_objective_id` int(12) UNSIGNED NOT NULL, | | `cbme_objective_group_objective_id` int(12) UNSIGNED NOT NULL, |
| `objective_group_id` int(12) NOT NULL, | | `objective_group_id` int(12) NOT NULL, |
| `objective_id` int(12) NOT NULL, | | `objective_id` int(12) NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_objective_trees` | | -- Table structure for table `cbme_objective_trees` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_objective_trees` ( | | CREATE TABLE `cbme_objective_trees` ( |
| `cbme_objective_tree_id` int(11) UNSIGNED NOT NULL, | | `cbme_objective_tree_id` int(11) UNSIGNED NOT NULL, |
| `tree_id` int(11) NOT NULL, | | `tree_id` int(11) NOT NULL, |
| `primary` tinyint(4) NOT NULL DEFAULT '0', | | `primary` tinyint(4) NOT NULL DEFAULT '0', |
| `left` int(11) NOT NULL, | | `left` int(11) NOT NULL, |
| `right` int(11) NOT NULL, | | `right` int(11) NOT NULL, |
| `depth` int(11) NOT NULL, | | `depth` int(11) NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `course_id` int(11) NOT NULL, | | `course_id` int(11) NOT NULL, |
| `objective_id` int(11) DEFAULT NULL, | | `objective_id` int(11) DEFAULT NULL, |
| `active_from` bigint(64) DEFAULT NULL, | | `active_from` bigint(64) DEFAULT NULL, |
| `active_until` bigint(64) DEFAULT NULL, | | `active_until` bigint(64) DEFAULT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_objective_tree_aggregates` | | -- Table structure for table `cbme_objective_tree_aggregates` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_objective_tree_aggregates` ( | | CREATE TABLE `cbme_objective_tree_aggregates` ( |
| `cbme_objective_tree_aggregate_id` int(11) UNSIGNED NOT NULL, | | `cbme_objective_tree_aggregate_id` int(11) UNSIGNED NOT NULL, |
| `cbme_objective_tree_id` int(11) NOT NULL, | | `cbme_objective_tree_id` int(11) NOT NULL, |
| `tree_id` int(11) NOT NULL, | | `tree_id` int(11) NOT NULL, |
| `primary` tinyint(4) NOT NULL DEFAULT '0', | | `primary` tinyint(4) NOT NULL DEFAULT '0', |
| `left` int(11) NOT NULL, | | `left` int(11) NOT NULL, |
| `right` int(11) NOT NULL, | | `right` int(11) NOT NULL, |
| `depth` int(11) NOT NULL, | | `depth` int(11) NOT NULL, |
| `tree_viewer_value` int(11) UNSIGNED DEFAULT NULL, | | `tree_viewer_value` int(11) UNSIGNED DEFAULT NULL, |
| `tree_viewer_type` enum('proxy_id','external_assessor_id') COLLATE utf8_unicode_ci DEFAULT 'proxy_id', | | `tree_viewer_type` enum('proxy_id','external_assessor_id') COLLATE utf8_unicode_ci DEFAULT 'proxy_id', |
| `tree_version_id` int(11) UNSIGNED DEFAULT NULL, | | `tree_version_id` int(11) UNSIGNED DEFAULT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `course_id` int(11) NOT NULL, | | `course_id` int(11) NOT NULL, |
| `objective_id` int(11) DEFAULT NULL, | | `objective_id` int(11) DEFAULT NULL, |
| `active_from` int(11) DEFAULT NULL, | | `active_from` int(11) DEFAULT NULL, |
| `active_until` int(11) DEFAULT NULL, | | `active_until` int(11) DEFAULT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_objective_tree_map_branches` | | -- Table structure for table `cbme_objective_tree_map_branches` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_objective_tree_map_branches` ( | | CREATE TABLE `cbme_objective_tree_map_branches` ( |
| `cbme_objective_tree_map_branch_id` int(12) UNSIGNED NOT NULL, | | `cbme_objective_tree_map_branch_id` int(12) UNSIGNED NOT NULL, |
| `course_id` int(12) NOT NULL, | | `course_id` int(12) NOT NULL, |
| `stage` int(12) NOT NULL, | | `stage` int(12) NOT NULL, |
| `epa` int(12) NOT NULL, | | `epa` int(12) NOT NULL, |
| `role` int(12) NOT NULL, | | `role` int(12) NOT NULL, |
| `kc` int(12) NOT NULL, | | `kc` int(12) NOT NULL, |
| `ec` int(12) NOT NULL, | | `ec` int(12) NOT NULL, |
| `kc_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL, | | `kc_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `ec_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL, | | `ec_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `associated_objective_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL, | | `associated_objective_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `cbme_objective_tree_version_audit_id` int(12) DEFAULT NULL, | | `cbme_objective_tree_version_audit_id` int(12) DEFAULT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_by` int(12) UNSIGNED DEFAULT NULL | | `deleted_by` int(12) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_objective_tree_modifiers` | | -- Table structure for table `cbme_objective_tree_modifiers` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_objective_tree_modifiers` ( | | CREATE TABLE `cbme_objective_tree_modifiers` ( |
| `cbme_objective_tree_modifier_id` int(12) UNSIGNED NOT NULL, | | `cbme_objective_tree_modifier_id` int(12) UNSIGNED NOT NULL, |
| `tree_viewer_type` enum('proxy_id','external_assessor_id') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'proxy_id', | | `tree_viewer_type` enum('proxy_id','external_assessor_id') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'proxy_id', |
| `tree_viewer_value` int(12) UNSIGNED NOT NULL, | | `tree_viewer_value` int(12) UNSIGNED NOT NULL, |
| `node_exclusion_id` int(12) UNSIGNED DEFAULT NULL, | | `node_exclusion_id` int(12) UNSIGNED DEFAULT NULL, |
| `node_inclusion_id` int(12) UNSIGNED DEFAULT NULL | | `node_inclusion_id` int(12) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_objective_tree_node_versions` | | -- Table structure for table `cbme_objective_tree_node_versions` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_objective_tree_node_versions` ( | | CREATE TABLE `cbme_objective_tree_node_versions` ( |
| `cbme_objective_tree_node_version_id` int(12) UNSIGNED NOT NULL, | | `cbme_objective_tree_node_version_id` int(12) UNSIGNED NOT NULL, |
| `cbme_objective_tree_version_id` int(12) UNSIGNED NOT NULL, | | `cbme_objective_tree_version_id` int(12) UNSIGNED NOT NULL, |
| `cbme_objective_tree_id` int(12) UNSIGNED NOT NULL, | | `cbme_objective_tree_id` int(12) UNSIGNED NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_objective_tree_versions` | | -- Table structure for table `cbme_objective_tree_versions` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_objective_tree_versions` ( | | CREATE TABLE `cbme_objective_tree_versions` ( |
| `cbme_objective_tree_version_id` int(12) UNSIGNED NOT NULL, | | `cbme_objective_tree_version_id` int(12) UNSIGNED NOT NULL, |
| `tree_id` int(12) UNSIGNED NOT NULL, | | `tree_id` int(12) UNSIGNED NOT NULL, |
| `start_date` bigint(64) UNSIGNED DEFAULT NULL, | | `start_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `finish_date` bigint(64) UNSIGNED DEFAULT NULL, | | `finish_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `version_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, | | `version_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `cbme_milestones` tinyint(1) DEFAULT NULL, | | `cbme_milestones` tinyint(1) DEFAULT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_objective_tree_version_audit` | | -- Table structure for table `cbme_objective_tree_version_audit` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_objective_tree_version_audit` ( | | CREATE TABLE `cbme_objective_tree_version_audit` ( |
| `cbme_objective_tree_version_audit_id` int(12) UNSIGNED NOT NULL, | | `cbme_objective_tree_version_audit_id` int(12) UNSIGNED NOT NULL, |
| `cbme_objective_tree_version_id` int(12) NOT NULL, | | `cbme_objective_tree_version_id` int(12) NOT NULL, |
| `course_id` int(12) NOT NULL, | | `course_id` int(12) NOT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '0', | | `active` tinyint(1) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL | | `created_by` int(12) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_objective_tree_version_changes` | | -- Table structure for table `cbme_objective_tree_version_changes` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_objective_tree_version_changes` ( | | CREATE TABLE `cbme_objective_tree_version_changes` ( |
| `cbme_objective_tree_version_change_id` int(12) UNSIGNED NOT NULL, | | `cbme_objective_tree_version_change_id` int(12) UNSIGNED NOT NULL, |
| `objective_id` int(12) UNSIGNED NOT NULL, | | `objective_id` int(12) UNSIGNED NOT NULL, |
| `objective_status_id` int(12) NOT NULL, | | `objective_status_id` int(12) NOT NULL, |
| `cbme_objective_tree_id` int(12) UNSIGNED NOT NULL, | | `cbme_objective_tree_id` int(12) UNSIGNED NOT NULL, |
| `course_id` int(12) NOT NULL, | | `course_id` int(12) NOT NULL, |
| `cbme_objective_tree_version_audit_id` int(12) DEFAULT NULL, | | `cbme_objective_tree_version_audit_id` int(12) DEFAULT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_by` int(12) UNSIGNED DEFAULT NULL | | `deleted_by` int(12) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_objective_tree_version_statuses` | | -- Table structure for table `cbme_objective_tree_version_statuses` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_objective_tree_version_statuses` ( | | CREATE TABLE `cbme_objective_tree_version_statuses` ( |
| `cbme_objective_tree_version_status_id` int(12) UNSIGNED NOT NULL, | | `cbme_objective_tree_version_status_id` int(12) UNSIGNED NOT NULL, |
| `course_id` int(12) NOT NULL, | | `course_id` int(12) NOT NULL, |
| `tree_id` int(12) UNSIGNED DEFAULT NULL, | | `tree_id` int(12) UNSIGNED DEFAULT NULL, |
| `published` tinyint(1) NOT NULL DEFAULT '0', | | `published` tinyint(1) NOT NULL DEFAULT '0', |
| `complete` tinyint(1) NOT NULL DEFAULT '0' | | `complete` tinyint(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_procedure_epa_attributes` | | -- Table structure for table `cbme_procedure_epa_attributes` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_procedure_epa_attributes` ( | | CREATE TABLE `cbme_procedure_epa_attributes` ( |
| `epa_attribute_id` int(12) UNSIGNED NOT NULL, | | `epa_attribute_id` int(12) UNSIGNED NOT NULL, |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `epa_objective_id` int(12) UNSIGNED NOT NULL, | | `epa_objective_id` int(12) UNSIGNED NOT NULL, |
| `attribute_objective_id` int(12) UNSIGNED NOT NULL, | | `attribute_objective_id` int(12) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_schedule_stats` | | -- Table structure for table `cbme_schedule_stats` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_schedule_stats` ( | | CREATE TABLE `cbme_schedule_stats` ( |
| `schedule_stats_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_id` int(11) UNSIGNED NOT NULL, |
| `course_id` int(11) NOT NULL, | | `course_id` int(11) NOT NULL, |
| `schedule_id` int(11) NOT NULL, | | `schedule_id` int(11) NOT NULL, |
| `block_schedule_id` int(11) NOT NULL, | | `block_schedule_id` int(11) NOT NULL, |
| `block_type_id` int(11) NOT NULL, | | `block_type_id` int(11) NOT NULL, |
| `start_date` int(11) NOT NULL, | | `start_date` int(11) NOT NULL, |
| `end_date` int(11) NOT NULL, | | `end_date` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL | | `created_date` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_schedule_stats_completion_status` | | -- Table structure for table `cbme_schedule_stats_completion_status` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_schedule_stats_completion_status` ( | | CREATE TABLE `cbme_schedule_stats_completion_status` ( |
| `schedule_stats_completion_status_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_completion_status_id` int(11) UNSIGNED NOT NULL, |
| `status_type` varchar(45) COLLATE utf8_unicode_ci NOT NULL | | `status_type` varchar(45) COLLATE utf8_unicode_ci NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbme_schedule_stats_completion_status` | | -- Dumping data for table `cbme_schedule_stats_completion_status` |
| -- | | -- |
| | | |
| INSERT INTO `cbme_schedule_stats_completion_status` (`schedule_stats_completion_status_id`, `status_type`) VALUES | | INSERT INTO `cbme_schedule_stats_completion_status` (`schedule_stats_completion_status_id`, `status_type`) VALUES |
| (1, 'complete'), | | (1, 'complete'), |
| (2, 'inprogress'), | | (2, 'inprogress'), |
| (3, 'deleted'); | | (3, 'deleted'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_schedule_stats_history` | | -- Table structure for table `cbme_schedule_stats_history` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_schedule_stats_history` ( | | CREATE TABLE `cbme_schedule_stats_history` ( |
| `ss_history_id` int(11) UNSIGNED NOT NULL, | | `ss_history_id` int(11) UNSIGNED NOT NULL, |
| `schedule_stats_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_id` int(11) UNSIGNED NOT NULL, |
| `course_id` int(11) DEFAULT NULL, | | `course_id` int(11) DEFAULT NULL, |
| `schedule_id` int(11) DEFAULT NULL, | | `schedule_id` int(11) DEFAULT NULL, |
| `block_schedule_id` int(11) DEFAULT NULL, | | `block_schedule_id` int(11) DEFAULT NULL, |
| `block_type_id` int(11) DEFAULT NULL, | | `block_type_id` int(11) DEFAULT NULL, |
| `start_date` int(11) DEFAULT NULL, | | `start_date` int(11) DEFAULT NULL, |
| `end_date` int(11) DEFAULT NULL, | | `end_date` int(11) DEFAULT NULL, |
| `created_date` int(11) DEFAULT NULL | | `created_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_schedule_stats_learners` | | -- Table structure for table `cbme_schedule_stats_learners` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_schedule_stats_learners` ( | | CREATE TABLE `cbme_schedule_stats_learners` ( |
| `schedule_stats_learner_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_learner_id` int(11) UNSIGNED NOT NULL, |
| `schedule_stats_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) UNSIGNED NOT NULL, | | `proxy_id` int(11) UNSIGNED NOT NULL, |
| `created_date` int(11) NOT NULL | | `created_date` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_schedule_stats_learners_history` | | -- Table structure for table `cbme_schedule_stats_learners_history` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_schedule_stats_learners_history` ( | | CREATE TABLE `cbme_schedule_stats_learners_history` ( |
| `ssle_history_id` int(11) UNSIGNED NOT NULL, | | `ssle_history_id` int(11) UNSIGNED NOT NULL, |
| `schedule_stats_learner_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_learner_id` int(11) UNSIGNED NOT NULL, |
| `schedule_stats_id` int(11) UNSIGNED DEFAULT NULL, | | `schedule_stats_id` int(11) UNSIGNED DEFAULT NULL, |
| `proxy_id` int(11) UNSIGNED DEFAULT NULL, | | `proxy_id` int(11) UNSIGNED DEFAULT NULL, |
| `created_date` int(11) DEFAULT NULL | | `created_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_schedule_stats_period` | | -- Table structure for table `cbme_schedule_stats_period` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_schedule_stats_period` ( | | CREATE TABLE `cbme_schedule_stats_period` ( |
| `schedule_stats_period_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_period_id` int(11) UNSIGNED NOT NULL, |
| `schedule_stats_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_id` int(11) UNSIGNED NOT NULL, |
| `schedule_stats_period_type_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_period_type_id` int(11) UNSIGNED NOT NULL, |
| `start_date` int(11) NOT NULL, | | `start_date` int(11) NOT NULL, |
| `end_date` int(11) NOT NULL, | | `end_date` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL | | `created_date` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_schedule_stats_period_assessments` | | -- Table structure for table `cbme_schedule_stats_period_assessments` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_schedule_stats_period_assessments` ( | | CREATE TABLE `cbme_schedule_stats_period_assessments` ( |
| `schedule_stats_period_assessment_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_period_assessment_id` int(11) UNSIGNED NOT NULL, |
| `schedule_stats_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_id` int(11) UNSIGNED NOT NULL, |
| `schedule_stats_period_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_period_id` int(11) UNSIGNED NOT NULL, |
| `schedule_stats_completion_status_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_completion_status_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) UNSIGNED NOT NULL, | | `proxy_id` int(11) UNSIGNED NOT NULL, |
| `dassessment_id` int(11) UNSIGNED NOT NULL, | | `dassessment_id` int(11) UNSIGNED NOT NULL, |
| `form_id` int(11) UNSIGNED NOT NULL, | | `form_id` int(11) UNSIGNED NOT NULL, |
| `created_date` int(11) NOT NULL | | `created_date` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_schedule_stats_period_assessments_history` | | -- Table structure for table `cbme_schedule_stats_period_assessments_history` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_schedule_stats_period_assessments_history` ( | | CREATE TABLE `cbme_schedule_stats_period_assessments_history` ( |
| `sspa_history_id` int(11) UNSIGNED NOT NULL, | | `sspa_history_id` int(11) UNSIGNED NOT NULL, |
| `schedule_stats_period_assessment_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_period_assessment_id` int(11) UNSIGNED NOT NULL, |
| `schedule_stats_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_id` int(11) UNSIGNED NOT NULL, |
| `schedule_stats_period_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_period_id` int(11) UNSIGNED NOT NULL, |
| `schedule_stats_completion_status_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_completion_status_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) UNSIGNED NOT NULL, | | `proxy_id` int(11) UNSIGNED NOT NULL, |
| `dassessment_id` int(11) UNSIGNED NOT NULL, | | `dassessment_id` int(11) UNSIGNED NOT NULL, |
| `form_id` int(11) UNSIGNED NOT NULL, | | `form_id` int(11) UNSIGNED NOT NULL, |
| `created_date` int(11) DEFAULT NULL | | `created_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_schedule_stats_period_history` | | -- Table structure for table `cbme_schedule_stats_period_history` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_schedule_stats_period_history` ( | | CREATE TABLE `cbme_schedule_stats_period_history` ( |
| `ssp_history_id` int(11) UNSIGNED NOT NULL, | | `ssp_history_id` int(11) UNSIGNED NOT NULL, |
| `schedule_stats_period_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_period_id` int(11) UNSIGNED NOT NULL, |
| `schedule_stats_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_id` int(11) UNSIGNED NOT NULL, |
| `schedule_stats_period_type_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_period_type_id` int(11) UNSIGNED NOT NULL, |
| `start_date` int(11) NOT NULL, | | `start_date` int(11) NOT NULL, |
| `end_date` int(11) NOT NULL, | | `end_date` int(11) NOT NULL, |
| `created_date` int(11) DEFAULT NULL | | `created_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_schedule_stats_period_type` | | -- Table structure for table `cbme_schedule_stats_period_type` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_schedule_stats_period_type` ( | | CREATE TABLE `cbme_schedule_stats_period_type` ( |
| `schedule_stats_period_type_id` int(11) UNSIGNED NOT NULL, | | `schedule_stats_period_type_id` int(11) UNSIGNED NOT NULL, |
| `period_type` varchar(45) COLLATE utf8_unicode_ci NOT NULL | | `period_type` varchar(45) COLLATE utf8_unicode_ci NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `cbme_schedule_stats_period_type` | | -- Dumping data for table `cbme_schedule_stats_period_type` |
| -- | | -- |
| | | |
| INSERT INTO `cbme_schedule_stats_period_type` (`schedule_stats_period_type_id`, `period_type`) VALUES | | INSERT INTO `cbme_schedule_stats_period_type` (`schedule_stats_period_type_id`, `period_type`) VALUES |
| (1, 'Q1'), | | (1, 'Q1'), |
| (2, 'Q2'), | | (2, 'Q2'), |
| (3, 'Q3'), | | (3, 'Q3'), |
| (4, 'Q4'); | | (4, 'Q4'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cbme_tree_version_objectives` | | -- Table structure for table `cbme_tree_version_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `cbme_tree_version_objectives` ( | | CREATE TABLE `cbme_tree_version_objectives` ( |
| `cbme_tree_version_objective_id` int(12) UNSIGNED NOT NULL, | | `cbme_tree_version_objective_id` int(12) UNSIGNED NOT NULL, |
| `course_id` int(12) NOT NULL, | | `course_id` int(12) NOT NULL, |
| `objective_id` int(12) DEFAULT NULL, | | `objective_id` int(12) DEFAULT NULL, |
| `associated_objective_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, | | `associated_objective_code` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `objective_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL, | | `objective_code` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `objective_name` varchar(240) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `objective_name` varchar(240) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `objective_description` text COLLATE utf8_unicode_ci, | | `objective_description` text COLLATE utf8_unicode_ci, |
| `objective_secondary_description` text COLLATE utf8_unicode_ci, | | `objective_secondary_description` text COLLATE utf8_unicode_ci, |
| `objective_parent` int(12) NOT NULL DEFAULT '0', | | `objective_parent` int(12) NOT NULL DEFAULT '0', |
| `objective_set_id` int(12) NOT NULL, | | `objective_set_id` int(12) NOT NULL, |
| `objective_order` int(12) NOT NULL DEFAULT '0', | | `objective_order` int(12) NOT NULL DEFAULT '0', |
| `cbme_objective_tree_version_audit_id` int(12) DEFAULT NULL, | | `cbme_objective_tree_version_audit_id` int(12) DEFAULT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_by` int(12) UNSIGNED DEFAULT NULL | | `deleted_by` int(12) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_instructor_capacity_overrides` | | -- Table structure for table `ce_instructor_capacity_overrides` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_instructor_capacity_overrides` ( | | CREATE TABLE `ce_instructor_capacity_overrides` ( |
| `capacity_override_id` int(11) UNSIGNED NOT NULL, | | `capacity_override_id` int(11) UNSIGNED NOT NULL, |
| `site_discipline_instructor_id` int(11) NOT NULL, | | `site_discipline_instructor_id` int(11) NOT NULL, |
| `curriculum_type_id` int(11) NOT NULL, | | `curriculum_type_id` int(11) NOT NULL, |
| `cperiod_id` int(11) NOT NULL, | | `cperiod_id` int(11) NOT NULL, |
| `capacity_block_type_id` int(11) NOT NULL, | | `capacity_block_type_id` int(11) NOT NULL, |
| `block_id` int(11) DEFAULT NULL, | | `block_id` int(11) DEFAULT NULL, |
| `maximum_capacity` int(11) DEFAULT NULL, | | `maximum_capacity` int(11) DEFAULT NULL, |
| `start_date` bigint(64) DEFAULT NULL, | | `start_date` bigint(64) DEFAULT NULL, |
| `end_date` bigint(64) DEFAULT NULL, | | `end_date` bigint(64) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_instructor_contacts` | | -- Table structure for table `ce_instructor_contacts` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_instructor_contacts` ( | | CREATE TABLE `ce_instructor_contacts` ( |
| `instructor_contact_id` int(11) UNSIGNED NOT NULL, | | `instructor_contact_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `prefix` varchar(10) DEFAULT NULL, | | `prefix` varchar(10) DEFAULT NULL, |
| `firstname` varchar(35) NOT NULL, | | `firstname` varchar(35) NOT NULL, |
| `lastname` varchar(35) NOT NULL, | | `lastname` varchar(35) NOT NULL, |
| `role` varchar(255) DEFAULT NULL, | | `role` varchar(255) DEFAULT NULL, |
| `address_line1` varchar(128) NOT NULL, | | `address_line1` varchar(128) NOT NULL, |
| `address_line2` varchar(128) DEFAULT NULL, | | `address_line2` varchar(128) DEFAULT NULL, |
| `country_id` int(11) NOT NULL, | | `country_id` int(11) NOT NULL, |
| `province_id` int(11) DEFAULT NULL, | | `province_id` int(11) DEFAULT NULL, |
| `city` varchar(64) NOT NULL, | | `city` varchar(64) NOT NULL, |
| `postal_code` varchar(16) NOT NULL, | | `postal_code` varchar(16) NOT NULL, |
| `phone_number` varchar(30) DEFAULT NULL, | | `phone_number` varchar(30) DEFAULT NULL, |
| `email` varchar(255) DEFAULT NULL, | | `email` varchar(255) DEFAULT NULL, |
| `profile_image` varchar(45) DEFAULT NULL, | | `profile_image` varchar(45) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_instructor_contacts` | | -- Dumping data for table `ce_instructor_contacts` |
| -- | | -- |
| | | |
| INSERT INTO `ce_instructor_contacts` (`instructor_contact_id`, `proxy_id`, `prefix`, `firstname`, `lastname`, `role`, `address_line1`, `address_line2`, `country_id`, `province_id`, `city`, `postal_code`, `phone_number`, `email`, `profile_image`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `ce_instructor_contacts` (`instructor_contact_id`, `proxy_id`, `prefix`, `firstname`, `lastname`, `role`, `address_line1`, `address_line2`, `country_id`, `province_id`, `city`, `postal_code`, `phone_number`, `email`, `profile_image`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 7, 'Mr', 'John', 'Doe', 'Assistant', '123 Long St', NULL, 39, 9, 'Ottawa', 'K1K 1K1', '321-654-9870', 'john.doe@test-email.com', NULL, 1685381585, 1, 1685381585, 1, NULL), | | (1, 7, 'Mr', 'John', 'Doe', 'Assistant', '123 Long St', NULL, 39, 9, 'Ottawa', 'K1K 1K1', '321-654-9870', 'john.doe@test-email.com', NULL, 1685381585, 1, 1685381585, 1, NULL), |
| (2, 7, 'Dr', 'First', 'Name', 'Role', '1 - address line', '2 - address line', 50, NULL, 'Town', '123ABC', '123123123', 'email@email.com', NULL, 1685381585, 1, 1685381585, 1, NULL); | | (2, 7, 'Dr', 'First', 'Name', 'Role', '1 - address line', '2 - address line', 50, NULL, 'Town', '123ABC', '123123123', 'email@email.com', NULL, 1685381585, 1, 1685381585, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_instructor_credentials` | | -- Table structure for table `ce_instructor_credentials` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_instructor_credentials` ( | | CREATE TABLE `ce_instructor_credentials` ( |
| `instructor_credential_id` int(11) UNSIGNED NOT NULL, | | `instructor_credential_id` int(11) UNSIGNED NOT NULL, |
| `title` varchar(255) NOT NULL DEFAULT '', | | `title` varchar(255) NOT NULL DEFAULT '', |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `expiration_date` bigint(64) NOT NULL, | | `expiration_date` bigint(64) NOT NULL, |
| `status_type_id` int(11) NOT NULL, | | `status_type_id` int(11) NOT NULL, |
| `file_name` varchar(255) DEFAULT NULL, | | `file_name` varchar(255) DEFAULT NULL, |
| `file_size` int(11) DEFAULT NULL, | | `file_size` int(11) DEFAULT NULL, |
| `uploaded_date` bigint(64) DEFAULT NULL, | | `uploaded_date` bigint(64) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_instructor_credentials` | | -- Dumping data for table `ce_instructor_credentials` |
| -- | | -- |
| | | |
| INSERT INTO `ce_instructor_credentials` (`instructor_credential_id`, `title`, `proxy_id`, `expiration_date`, `status_type_id`, `file_name`, `file_size`, `uploaded_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `ce_instructor_credentials` (`instructor_credential_id`, `title`, `proxy_id`, `expiration_date`, `status_type_id`, `file_name`, `file_size`, `uploaded_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'Agreement', 7, 1716917585, 1, NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL), | | (1, 'Agreement', 7, 1716917585, 1, NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL), |
| (2, '1514 agreement', 7, 1716917585, 2, '1514agreements', 11, NULL, 1685381585, 1, 1685381585, 1, NULL); | | (2, '1514 agreement', 7, 1716917585, 2, '1514agreements', 11, NULL, 1685381585, 1, 1685381585, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_instructor_documents` | | -- Table structure for table `ce_instructor_documents` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_instructor_documents` ( | | CREATE TABLE `ce_instructor_documents` ( |
| `instructor_document_id` int(11) UNSIGNED NOT NULL, | | `instructor_document_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `document_type_id` int(11) NOT NULL, | | `document_type_id` int(11) NOT NULL, |
| `label` varchar(255) NOT NULL, | | `label` varchar(255) NOT NULL, |
| `file_size` int(11) DEFAULT NULL, | | `file_size` int(11) DEFAULT NULL, |
| `file_name` varchar(255) DEFAULT NULL, | | `file_name` varchar(255) DEFAULT NULL, |
| `uploaded_date` bigint(64) DEFAULT NULL, | | `uploaded_date` bigint(64) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_instructor_documents` | | -- Dumping data for table `ce_instructor_documents` |
| -- | | -- |
| | | |
| INSERT INTO `ce_instructor_documents` (`instructor_document_id`, `proxy_id`, `document_type_id`, `label`, `file_size`, `file_name`, `uploaded_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `ce_instructor_documents` (`instructor_document_id`, `proxy_id`, `document_type_id`, `label`, `file_size`, `file_name`, `uploaded_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 7, 0, 'Test', NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL); | | (1, 7, 0, 'Test', NULL, NULL, NULL, 1685381585, 1, 1685381585, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_instructor_metas` | | -- Table structure for table `ce_instructor_metas` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_instructor_metas` ( | | CREATE TABLE `ce_instructor_metas` ( |
| `proxy_id` int(11) UNSIGNED NOT NULL, | | `proxy_id` int(11) UNSIGNED NOT NULL, |
| `visible` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', | | `visible` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_instructor_metas` | | -- Dumping data for table `ce_instructor_metas` |
| -- | | -- |
| | | |
| INSERT INTO `ce_instructor_metas` (`proxy_id`, `visible`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `ce_instructor_metas` (`proxy_id`, `visible`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (6, 0, 1685381585, 1, 1685381585, 1, NULL), | | (6, 0, 1685381585, 1, 1685381585, 1, NULL), |
| (7, 1, 1685381585, 1, 1685381585, 1, NULL), | | (7, 1, 1685381585, 1, 1685381585, 1, NULL), |
| (8, 1, 1685381585, 1, 1685381585, 1, NULL), | | (8, 1, 1685381585, 1, 1685381585, 1, NULL), |
| (13, 1, 1685381585, 1, 1685381585, 1, NULL); | | (13, 1, 1685381585, 1, 1685381585, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_instructor_notes` | | -- Table structure for table `ce_instructor_notes` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_instructor_notes` ( | | CREATE TABLE `ce_instructor_notes` ( |
| `instructor_note_id` int(11) UNSIGNED NOT NULL, | | `instructor_note_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `note_type_id` int(11) NOT NULL, | | `note_type_id` int(11) NOT NULL, |
| `note` text NOT NULL, | | `note` text NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_instructor_notes` | | -- Dumping data for table `ce_instructor_notes` |
| -- | | -- |
| | | |
| INSERT INTO `ce_instructor_notes` (`instructor_note_id`, `proxy_id`, `note_type_id`, `note`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `ce_instructor_notes` (`instructor_note_id`, `proxy_id`, `note_type_id`, `note`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 7, 1, '<p>This is an internal note, this is not visible to learners.</p>', 1685381585, 1, 1685381585, 1, NULL), | | (1, 7, 1, '<p>This is an internal note, this is not visible to learners.</p>', 1685381585, 1, 1685381585, 1, NULL), |
| (2, 7, 2, '<p>This is a public note, learners should be able to see it.</p>', 1685381585, 1, 1685381585, 1, NULL), | | (2, 7, 2, '<p>This is a public note, learners should be able to see it.</p>', 1685381585, 1, 1685381585, 1, NULL), |
| (3, 7, 2, '<p>This is a learner note for ticket 1514<\\/p>', 1685381585, 1, 1685381585, 1, NULL); | | (3, 7, 2, '<p>This is a learner note for ticket 1514<\\/p>', 1685381585, 1, 1685381585, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_instructor_site_disciplines` | | -- Table structure for table `ce_instructor_site_disciplines` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_instructor_site_disciplines` ( | | CREATE TABLE `ce_instructor_site_disciplines` ( |
| `instructor_site_discipline_id` int(11) UNSIGNED NOT NULL, | | `instructor_site_discipline_id` int(11) UNSIGNED NOT NULL, |
| `site_id` int(11) UNSIGNED NOT NULL, | | `site_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `discipline_id` int(11) UNSIGNED NOT NULL, | | `discipline_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `current` tinyint(3) UNSIGNED NOT NULL DEFAULT '0' | | `current` tinyint(3) UNSIGNED NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_instructor_statuses` | | -- Table structure for table `ce_instructor_statuses` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_instructor_statuses` ( | | CREATE TABLE `ce_instructor_statuses` ( |
| `instructor_status_id` int(11) UNSIGNED NOT NULL, | | `instructor_status_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) UNSIGNED NOT NULL, | | `proxy_id` int(11) UNSIGNED NOT NULL, |
| `instructor_status_type_id` int(11) UNSIGNED NOT NULL, | | `instructor_status_type_id` int(11) UNSIGNED NOT NULL, |
| `reason` text, | | `reason` text, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_instructor_statuses` | | -- Dumping data for table `ce_instructor_statuses` |
| -- | | -- |
| | | |
| INSERT INTO `ce_instructor_statuses` (`instructor_status_id`, `proxy_id`, `instructor_status_type_id`, `reason`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `ce_instructor_statuses` (`instructor_status_id`, `proxy_id`, `instructor_status_type_id`, `reason`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 7, 1, NULL, 1685381585, 1, 1685381585, 1, NULL), | | (1, 7, 1, NULL, 1685381585, 1, 1685381585, 1, NULL), |
| (2, 7, 1, NULL, 1685381585, 1, 1685381585, 1, NULL), | | (2, 7, 1, NULL, 1685381585, 1, 1685381585, 1, NULL), |
| (3, 7, 1, NULL, 1685381585, 1, 1685381585, 1, NULL), | | (3, 7, 1, NULL, 1685381585, 1, 1685381585, 1, NULL), |
| (4, 7, 2, '<p>testing<\\/p>', 1685381585, 1, 1685381585, 1, NULL), | | (4, 7, 2, '<p>testing<\\/p>', 1685381585, 1, 1685381585, 1, NULL), |
| (5, 7, 1, NULL, 1685381585, 1, 1685381585, 1, NULL), | | (5, 7, 1, NULL, 1685381585, 1, 1685381585, 1, NULL), |
| (6, 7, 2, '<p>test2<\\/p>', 1685381585, 1, 1685381585, 1, NULL); | | (6, 7, 2, '<p>test2<\\/p>', 1685381585, 1, 1685381585, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_instructor_stipends` | | -- Table structure for table `ce_instructor_stipends` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_instructor_stipends` ( | | CREATE TABLE `ce_instructor_stipends` ( |
| `instructor_stipend_id` int(11) UNSIGNED NOT NULL, | | `instructor_stipend_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) UNSIGNED NOT NULL, | | `proxy_id` int(11) UNSIGNED NOT NULL, |
| `site_id` int(11) UNSIGNED NOT NULL, | | `site_id` int(11) UNSIGNED NOT NULL, |
| `pay_instructor_fee` tinyint(1) NOT NULL DEFAULT '0', | | `pay_instructor_fee` tinyint(1) NOT NULL DEFAULT '0', |
| `fee_per_week` decimal(10,2) DEFAULT NULL, | | `fee_per_week` decimal(10,2) DEFAULT NULL, |
| `fee_per_number_of_learners` int(11) DEFAULT NULL, | | `fee_per_number_of_learners` int(11) DEFAULT NULL, |
| `ignore_payments` tinyint(1) DEFAULT NULL, | | `ignore_payments` tinyint(1) DEFAULT NULL, |
| `ignore_payments_start_date` bigint(64) DEFAULT NULL, | | `ignore_payments_start_date` bigint(64) DEFAULT NULL, |
| `ignore_payments_end_date` bigint(64) DEFAULT NULL, | | `ignore_payments_end_date` bigint(64) DEFAULT NULL, |
| `add_event_types` tinyint(1) DEFAULT NULL, | | `add_event_types` tinyint(1) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_instructor_stipend_event_types` | | -- Table structure for table `ce_instructor_stipend_event_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_instructor_stipend_event_types` ( | | CREATE TABLE `ce_instructor_stipend_event_types` ( |
| `instructor_stipend_event_type_id` int(11) UNSIGNED NOT NULL, | | `instructor_stipend_event_type_id` int(11) UNSIGNED NOT NULL, |
| `instructor_stipend_id` int(11) UNSIGNED NOT NULL, | | `instructor_stipend_id` int(11) UNSIGNED NOT NULL, |
| `event_type_id` int(11) NOT NULL, | | `event_type_id` int(11) NOT NULL, |
| `amount` decimal(10,2) NOT NULL, | | `amount` decimal(10,2) NOT NULL, |
| `event_rate_type_id` int(11) NOT NULL, | | `event_rate_type_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lotteries` | | -- Table structure for table `ce_lotteries` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lotteries` ( | | CREATE TABLE `ce_lotteries` ( |
| `lottery_id` int(11) UNSIGNED NOT NULL, | | `lottery_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) UNSIGNED NOT NULL, | | `organisation_id` int(11) UNSIGNED NOT NULL, |
| `title` varchar(256) NOT NULL DEFAULT '', | | `title` varchar(256) NOT NULL DEFAULT '', |
| `schedule_id` int(11) UNSIGNED NOT NULL, | | `schedule_id` int(11) UNSIGNED NOT NULL, |
| `block_type_id` int(11) UNSIGNED NOT NULL, | | `block_type_id` int(11) UNSIGNED NOT NULL, |
| `allow_mock_lottery` tinyint(1) NOT NULL DEFAULT '0', | | `allow_mock_lottery` tinyint(1) NOT NULL DEFAULT '0', |
| `status` varchar(128) DEFAULT NULL, | | `status` varchar(128) DEFAULT NULL, |
| `visible` tinyint(1) NOT NULL DEFAULT '1', | | `visible` tinyint(1) NOT NULL DEFAULT '1', |
| `release_interval` int(3) DEFAULT NULL, | | `release_interval` int(3) DEFAULT NULL, |
| `release_unit` varchar(128) DEFAULT NULL, | | `release_unit` varchar(128) DEFAULT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lottery_schedule_variations` | | -- Table structure for table `ce_lottery_schedule_variations` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lottery_schedule_variations` ( | | CREATE TABLE `ce_lottery_schedule_variations` ( |
| `lottery_id` int(11) UNSIGNED NOT NULL, | | `lottery_id` int(11) UNSIGNED NOT NULL, |
| `variation_id` int(11) UNSIGNED NOT NULL, | | `variation_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_algorithms` | | -- Table structure for table `ce_lu_algorithms` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_algorithms` ( | | CREATE TABLE `ce_lu_algorithms` ( |
| `algorithm_id` int(11) UNSIGNED NOT NULL, | | `algorithm_id` int(11) UNSIGNED NOT NULL, |
| `name` varchar(256) NOT NULL DEFAULT '', | | `name` varchar(256) NOT NULL DEFAULT '', |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_document_types` | | -- Table structure for table `ce_lu_document_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_document_types` ( | | CREATE TABLE `ce_lu_document_types` ( |
| `document_type_id` int(11) UNSIGNED NOT NULL, | | `document_type_id` int(11) UNSIGNED NOT NULL, |
| `document_type` varchar(128) NOT NULL, | | `document_type` varchar(128) NOT NULL, |
| `shortname` varchar(255) NOT NULL, | | `shortname` varchar(255) NOT NULL, |
| `order` int(4) NOT NULL, | | `order` int(4) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_document_types` | | -- Dumping data for table `ce_lu_document_types` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_document_types` (`document_type_id`, `document_type`, `shortname`, `order`, `deleted_date`) VALUES | | INSERT INTO `ce_lu_document_types` (`document_type_id`, `document_type`, `shortname`, `order`, `deleted_date`) VALUES |
| (1, 'W-9', 'w9', 0, NULL), | | (1, 'W-9', 'w9', 0, NULL), |
| (2, 'Other', 'other', 1, NULL); | | (2, 'Other', 'other', 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_document_type_organisations` | | -- Table structure for table `ce_lu_document_type_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_document_type_organisations` ( | | CREATE TABLE `ce_lu_document_type_organisations` ( |
| `document_type_organisation_id` int(11) UNSIGNED NOT NULL, | | `document_type_organisation_id` int(11) UNSIGNED NOT NULL, |
| `document_type_id` int(11) NOT NULL, | | `document_type_id` int(11) NOT NULL, |
| `organisation_id` int(12) DEFAULT NULL | | `organisation_id` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_document_type_organisations` | | -- Dumping data for table `ce_lu_document_type_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_document_type_organisations` (`document_type_organisation_id`, `document_type_id`, `organisation_id`) VALUES | | INSERT INTO `ce_lu_document_type_organisations` (`document_type_organisation_id`, `document_type_id`, `organisation_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 2, 1); | | (2, 2, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_event_rate_types` | | -- Table structure for table `ce_lu_event_rate_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_event_rate_types` ( | | CREATE TABLE `ce_lu_event_rate_types` ( |
| `event_rate_type_id` int(11) UNSIGNED NOT NULL, | | `event_rate_type_id` int(11) UNSIGNED NOT NULL, |
| `type` varchar(128) NOT NULL, | | `type` varchar(128) NOT NULL, |
| `shortname` varchar(255) NOT NULL, | | `shortname` varchar(255) NOT NULL, |
| `order` int(4) NOT NULL, | | `order` int(4) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_event_rate_types` | | -- Dumping data for table `ce_lu_event_rate_types` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_event_rate_types` (`event_rate_type_id`, `type`, `shortname`, `order`, `deleted_date`) VALUES | | INSERT INTO `ce_lu_event_rate_types` (`event_rate_type_id`, `type`, `shortname`, `order`, `deleted_date`) VALUES |
| (1, 'Hour', 'hour', 0, NULL), | | (1, 'Hour', 'hour', 0, NULL), |
| (2, 'Session', 'session', 1, NULL); | | (2, 'Session', 'session', 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_event_rate_type_organisations` | | -- Table structure for table `ce_lu_event_rate_type_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_event_rate_type_organisations` ( | | CREATE TABLE `ce_lu_event_rate_type_organisations` ( |
| `event_rate_type_organisation_id` int(11) UNSIGNED NOT NULL, | | `event_rate_type_organisation_id` int(11) UNSIGNED NOT NULL, |
| `event_rate_type_id` int(11) NOT NULL, | | `event_rate_type_id` int(11) NOT NULL, |
| `organisation_id` int(12) NOT NULL | | `organisation_id` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_event_rate_type_organisations` | | -- Dumping data for table `ce_lu_event_rate_type_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_event_rate_type_organisations` (`event_rate_type_organisation_id`, `event_rate_type_id`, `organisation_id`) VALUES | | INSERT INTO `ce_lu_event_rate_type_organisations` (`event_rate_type_organisation_id`, `event_rate_type_id`, `organisation_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 2, 1); | | (2, 2, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_instructor_credential_status_types` | | -- Table structure for table `ce_lu_instructor_credential_status_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_instructor_credential_status_types` ( | | CREATE TABLE `ce_lu_instructor_credential_status_types` ( |
| `instructor_credential_status_type_id` int(11) UNSIGNED NOT NULL, | | `instructor_credential_status_type_id` int(11) UNSIGNED NOT NULL, |
| `status` varchar(128) NOT NULL, | | `status` varchar(128) NOT NULL, |
| `shortname` varchar(255) NOT NULL, | | `shortname` varchar(255) NOT NULL, |
| `order` int(4) NOT NULL, | | `order` int(4) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_instructor_credential_status_types` | | -- Dumping data for table `ce_lu_instructor_credential_status_types` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_instructor_credential_status_types` (`instructor_credential_status_type_id`, `status`, `shortname`, `order`, `deleted_date`) VALUES | | INSERT INTO `ce_lu_instructor_credential_status_types` (`instructor_credential_status_type_id`, `status`, `shortname`, `order`, `deleted_date`) VALUES |
| (1, 'Approved', 'approved', 0, NULL), | | (1, 'Approved', 'approved', 0, NULL), |
| (2, 'Expired', 'expired', 1, NULL); | | (2, 'Expired', 'expired', 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_instructor_credential_status_type_organisations` | | -- Table structure for table `ce_lu_instructor_credential_status_type_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_instructor_credential_status_type_organisations` ( | | CREATE TABLE `ce_lu_instructor_credential_status_type_organisations` ( |
| `ce_lu_instructor_credential_status_type_organisation_id` int(11) UNSIGNED NOT NULL, | | `ce_lu_instructor_credential_status_type_organisation_id` int(11) UNSIGNED NOT NULL, |
| `instructor_credential_status_type_id` int(11) NOT NULL, | | `instructor_credential_status_type_id` int(11) NOT NULL, |
| `organisation_id` int(12) NOT NULL | | `organisation_id` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_instructor_credential_status_type_organisations` | | -- Dumping data for table `ce_lu_instructor_credential_status_type_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_instructor_credential_status_type_organisations` (`ce_lu_instructor_credential_status_type_organisation_id`, `instructor_credential_status_type_id`, `organisation_id`) VALUES | | INSERT INTO `ce_lu_instructor_credential_status_type_organisations` (`ce_lu_instructor_credential_status_type_organisation_id`, `instructor_credential_status_type_id`, `organisation_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 2, 1); | | (2, 2, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_instructor_note_types` | | -- Table structure for table `ce_lu_instructor_note_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_instructor_note_types` ( | | CREATE TABLE `ce_lu_instructor_note_types` ( |
| `instructor_note_type_id` int(11) UNSIGNED NOT NULL, | | `instructor_note_type_id` int(11) UNSIGNED NOT NULL, |
| `type` varchar(128) NOT NULL, | | `type` varchar(128) NOT NULL, |
| `shortname` varchar(255) NOT NULL, | | `shortname` varchar(255) NOT NULL, |
| `order` int(4) NOT NULL, | | `order` int(4) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_instructor_note_types` | | -- Dumping data for table `ce_lu_instructor_note_types` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_instructor_note_types` (`instructor_note_type_id`, `type`, `shortname`, `order`, `deleted_date`) VALUES | | INSERT INTO `ce_lu_instructor_note_types` (`instructor_note_type_id`, `type`, `shortname`, `order`, `deleted_date`) VALUES |
| (1, 'Internal Note', 'internal_note', 0, NULL), | | (1, 'Internal Note', 'internal_note', 0, NULL), |
| (2, 'Learner Note', 'learner_note', 1, NULL); | | (2, 'Learner Note', 'learner_note', 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_instructor_note_type_organisations` | | -- Table structure for table `ce_lu_instructor_note_type_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_instructor_note_type_organisations` ( | | CREATE TABLE `ce_lu_instructor_note_type_organisations` ( |
| `instructor_note_type_organisation_id` int(11) UNSIGNED NOT NULL, | | `instructor_note_type_organisation_id` int(11) UNSIGNED NOT NULL, |
| `instructor_note_type_id` int(11) NOT NULL, | | `instructor_note_type_id` int(11) NOT NULL, |
| `organisation_id` int(12) DEFAULT NULL | | `organisation_id` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_instructor_note_type_organisations` | | -- Dumping data for table `ce_lu_instructor_note_type_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_instructor_note_type_organisations` (`instructor_note_type_organisation_id`, `instructor_note_type_id`, `organisation_id`) VALUES | | INSERT INTO `ce_lu_instructor_note_type_organisations` (`instructor_note_type_organisation_id`, `instructor_note_type_id`, `organisation_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 2, 1); | | (2, 2, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_instructor_status_types` | | -- Table structure for table `ce_lu_instructor_status_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_instructor_status_types` ( | | CREATE TABLE `ce_lu_instructor_status_types` ( |
| `instructor_status_type_id` int(11) UNSIGNED NOT NULL, | | `instructor_status_type_id` int(11) UNSIGNED NOT NULL, |
| `status` varchar(128) NOT NULL, | | `status` varchar(128) NOT NULL, |
| `shortname` varchar(255) NOT NULL, | | `shortname` varchar(255) NOT NULL, |
| `order` int(4) NOT NULL, | | `order` int(4) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_instructor_status_types` | | -- Dumping data for table `ce_lu_instructor_status_types` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_instructor_status_types` (`instructor_status_type_id`, `status`, `shortname`, `order`, `deleted_date`) VALUES | | INSERT INTO `ce_lu_instructor_status_types` (`instructor_status_type_id`, `status`, `shortname`, `order`, `deleted_date`) VALUES |
| (1, 'Active', 'active', 0, NULL), | | (1, 'Active', 'active', 0, NULL), |
| (2, 'Inactive', 'inactive', 1, NULL), | | (2, 'Inactive', 'inactive', 1, NULL), |
| (3, 'Hospitalist', 'hospitalist', 2, NULL), | | (3, 'Hospitalist', 'hospitalist', 2, NULL), |
| (4, 'Lecturer', 'lecturer', 3, NULL); | | (4, 'Lecturer', 'lecturer', 3, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_instructor_status_type_organisations` | | -- Table structure for table `ce_lu_instructor_status_type_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_instructor_status_type_organisations` ( | | CREATE TABLE `ce_lu_instructor_status_type_organisations` ( |
| `instructor_status_type_organisation_id` int(11) UNSIGNED NOT NULL, | | `instructor_status_type_organisation_id` int(11) UNSIGNED NOT NULL, |
| `instructor_status_type_id` int(11) NOT NULL, | | `instructor_status_type_id` int(11) NOT NULL, |
| `organisation_id` int(12) NOT NULL | | `organisation_id` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_instructor_status_type_organisations` | | -- Dumping data for table `ce_lu_instructor_status_type_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_instructor_status_type_organisations` (`instructor_status_type_organisation_id`, `instructor_status_type_id`, `organisation_id`) VALUES | | INSERT INTO `ce_lu_instructor_status_type_organisations` (`instructor_status_type_organisation_id`, `instructor_status_type_id`, `organisation_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 2, 1), | | (2, 2, 1), |
| (3, 3, 1), | | (3, 3, 1), |
| (4, 4, 1); | | (4, 4, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_learner_rank_options` | | -- Table structure for table `ce_lu_learner_rank_options` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_learner_rank_options` ( | | CREATE TABLE `ce_lu_learner_rank_options` ( |
| `learner_rank_option_id` int(11) UNSIGNED NOT NULL, | | `learner_rank_option_id` int(11) UNSIGNED NOT NULL, |
| `option_name` varchar(256) NOT NULL DEFAULT '', | | `option_name` varchar(256) NOT NULL DEFAULT '', |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_rankings` | | -- Table structure for table `ce_lu_rankings` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_rankings` ( | | CREATE TABLE `ce_lu_rankings` ( |
| `ranking_id` int(11) UNSIGNED NOT NULL, | | `ranking_id` int(11) UNSIGNED NOT NULL, |
| `name` varchar(256) NOT NULL DEFAULT '', | | `name` varchar(256) NOT NULL DEFAULT '', |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_schedule_status_types` | | -- Table structure for table `ce_lu_schedule_status_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_schedule_status_types` ( | | CREATE TABLE `ce_lu_schedule_status_types` ( |
| `csstype_id` int(10) UNSIGNED NOT NULL, | | `csstype_id` int(10) UNSIGNED NOT NULL, |
| `status` varchar(128) NOT NULL, | | `status` varchar(128) NOT NULL, |
| `shortname` varchar(50) NOT NULL, | | `shortname` varchar(50) NOT NULL, |
| `order` int(10) UNSIGNED NOT NULL, | | `order` int(10) UNSIGNED NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_schedule_status_types` | | -- Dumping data for table `ce_lu_schedule_status_types` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_schedule_status_types` (`csstype_id`, `status`, `shortname`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `ce_lu_schedule_status_types` (`csstype_id`, `status`, `shortname`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'Requested', 'requested', 1, 1685381582, 1, NULL, NULL, NULL), | | (1, 'Requested', 'requested', 1, 1685381582, 1, NULL, NULL, NULL), |
| (2, 'Incomplete', 'incomplete', 2, 1685381582, 1, NULL, NULL, NULL), | | (2, 'Incomplete', 'incomplete', 2, 1685381582, 1, NULL, NULL, NULL), |
| (3, 'Confirmed', 'confirmed', 3, 1685381582, 1, NULL, NULL, NULL), | | (3, 'Confirmed', 'confirmed', 3, 1685381582, 1, NULL, NULL, NULL), |
| (4, 'Stipend Paid', 'stipend-paid', 4, 1685381582, 1, NULL, NULL, NULL), | | (4, 'Stipend Paid', 'stipend-paid', 4, 1685381582, 1, NULL, NULL, NULL), |
| (5, 'Double Stipend Paid', 'double-stipend-paid', 5, 1685381582, 1, NULL, NULL, NULL); | | (5, 'Double Stipend Paid', 'double-stipend-paid', 5, 1685381582, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_schedule_status_type_organisations` | | -- Table structure for table `ce_lu_schedule_status_type_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_schedule_status_type_organisations` ( | | CREATE TABLE `ce_lu_schedule_status_type_organisations` ( |
| `csstorganisation_id` int(10) UNSIGNED NOT NULL, | | `csstorganisation_id` int(10) UNSIGNED NOT NULL, |
| `csstype_id` int(10) UNSIGNED NOT NULL, | | `csstype_id` int(10) UNSIGNED NOT NULL, |
| `organisation_id` int(10) UNSIGNED NOT NULL | | `organisation_id` int(10) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_schedule_status_type_organisations` | | -- Dumping data for table `ce_lu_schedule_status_type_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_schedule_status_type_organisations` (`csstorganisation_id`, `csstype_id`, `organisation_id`) VALUES | | INSERT INTO `ce_lu_schedule_status_type_organisations` (`csstorganisation_id`, `csstype_id`, `organisation_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 2, 1), | | (2, 2, 1), |
| (3, 3, 1), | | (3, 3, 1), |
| (4, 4, 1), | | (4, 4, 1), |
| (5, 5, 1); | | (5, 5, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_site_affiliation_status_types` | | -- Table structure for table `ce_lu_site_affiliation_status_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_site_affiliation_status_types` ( | | CREATE TABLE `ce_lu_site_affiliation_status_types` ( |
| `site_affiliation_status_type_id` int(11) UNSIGNED NOT NULL, | | `site_affiliation_status_type_id` int(11) UNSIGNED NOT NULL, |
| `status` varchar(64) NOT NULL, | | `status` varchar(64) NOT NULL, |
| `shortname` varchar(255) NOT NULL, | | `shortname` varchar(255) NOT NULL, |
| `order` int(4) NOT NULL, | | `order` int(4) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_site_affiliation_status_types` | | -- Dumping data for table `ce_lu_site_affiliation_status_types` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_site_affiliation_status_types` (`site_affiliation_status_type_id`, `status`, `shortname`, `order`, `deleted_date`) VALUES | | INSERT INTO `ce_lu_site_affiliation_status_types` (`site_affiliation_status_type_id`, `status`, `shortname`, `order`, `deleted_date`) VALUES |
| (1, 'Expired', 'expired', 1, NULL), | | (1, 'Expired', 'expired', 1, NULL), |
| (2, 'Pending', 'pending', 2, NULL), | | (2, 'Pending', 'pending', 2, NULL), |
| (3, 'Active', 'active', 3, NULL), | | (3, 'Active', 'active', 3, NULL), |
| (4, 'Inactive', 'inactive', 4, NULL); | | (4, 'Inactive', 'inactive', 4, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_site_affiliation_status_type_organisations` | | -- Table structure for table `ce_lu_site_affiliation_status_type_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_site_affiliation_status_type_organisations` ( | | CREATE TABLE `ce_lu_site_affiliation_status_type_organisations` ( |
| `site_affiliation_status_type_organisation_id` int(11) UNSIGNED NOT NULL, | | `site_affiliation_status_type_organisation_id` int(11) UNSIGNED NOT NULL, |
| `site_affiliation_status_type_id` int(11) NOT NULL, | | `site_affiliation_status_type_id` int(11) NOT NULL, |
| `organisation_id` int(12) DEFAULT NULL | | `organisation_id` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_site_affiliation_status_type_organisations` | | -- Dumping data for table `ce_lu_site_affiliation_status_type_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_site_affiliation_status_type_organisations` (`site_affiliation_status_type_organisation_id`, `site_affiliation_status_type_id`, `organisation_id`) VALUES | | INSERT INTO `ce_lu_site_affiliation_status_type_organisations` (`site_affiliation_status_type_organisation_id`, `site_affiliation_status_type_id`, `organisation_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 2, 1), | | (2, 2, 1), |
| (3, 3, 1), | | (3, 3, 1), |
| (4, 4, 1); | | (4, 4, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_site_document_status_types` | | -- Table structure for table `ce_lu_site_document_status_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_site_document_status_types` ( | | CREATE TABLE `ce_lu_site_document_status_types` ( |
| `site_document_status_type_id` int(11) UNSIGNED NOT NULL, | | `site_document_status_type_id` int(11) UNSIGNED NOT NULL, |
| `status_type` varchar(128) NOT NULL, | | `status_type` varchar(128) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `shortname` varchar(255) NOT NULL, | | `shortname` varchar(255) NOT NULL, |
| `order` int(4) NOT NULL | | `order` int(4) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_site_document_status_types` | | -- Dumping data for table `ce_lu_site_document_status_types` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_site_document_status_types` (`site_document_status_type_id`, `status_type`, `deleted_date`, `shortname`, `order`) VALUES | | INSERT INTO `ce_lu_site_document_status_types` (`site_document_status_type_id`, `status_type`, `deleted_date`, `shortname`, `order`) VALUES |
| (1, 'Internal Document', NULL, 'internal_document', 0), | | (1, 'Internal Document', NULL, 'internal_document', 0), |
| (2, 'Learner Document', NULL, 'learner_document', 1); | | (2, 'Learner Document', NULL, 'learner_document', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_site_document_status_type_organisations` | | -- Table structure for table `ce_lu_site_document_status_type_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_site_document_status_type_organisations` ( | | CREATE TABLE `ce_lu_site_document_status_type_organisations` ( |
| `site_document_status_type_organisation_id` int(11) UNSIGNED NOT NULL, | | `site_document_status_type_organisation_id` int(11) UNSIGNED NOT NULL, |
| `site_document_status_type_id` int(11) NOT NULL, | | `site_document_status_type_id` int(11) NOT NULL, |
| `organisation_id` int(12) DEFAULT NULL | | `organisation_id` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_site_document_status_type_organisations` | | -- Dumping data for table `ce_lu_site_document_status_type_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_site_document_status_type_organisations` (`site_document_status_type_organisation_id`, `site_document_status_type_id`, `organisation_id`) VALUES | | INSERT INTO `ce_lu_site_document_status_type_organisations` (`site_document_status_type_organisation_id`, `site_document_status_type_id`, `organisation_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 2, 1); | | (2, 2, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_site_note_types` | | -- Table structure for table `ce_lu_site_note_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_site_note_types` ( | | CREATE TABLE `ce_lu_site_note_types` ( |
| `site_note_type_id` int(11) UNSIGNED NOT NULL, | | `site_note_type_id` int(11) UNSIGNED NOT NULL, |
| `note_type` varchar(128) NOT NULL, | | `note_type` varchar(128) NOT NULL, |
| `shortname` varchar(255) NOT NULL, | | `shortname` varchar(255) NOT NULL, |
| `order` int(4) NOT NULL, | | `order` int(4) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_site_note_types` | | -- Dumping data for table `ce_lu_site_note_types` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_site_note_types` (`site_note_type_id`, `note_type`, `shortname`, `order`, `deleted_date`) VALUES | | INSERT INTO `ce_lu_site_note_types` (`site_note_type_id`, `note_type`, `shortname`, `order`, `deleted_date`) VALUES |
| (1, 'Internal Note', 'internal_note', 0, NULL), | | (1, 'Internal Note', 'internal_note', 0, NULL), |
| (2, 'Learner Note', 'learner_note', 1, NULL); | | (2, 'Learner Note', 'learner_note', 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_site_note_type_organisations` | | -- Table structure for table `ce_lu_site_note_type_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_site_note_type_organisations` ( | | CREATE TABLE `ce_lu_site_note_type_organisations` ( |
| `site_note_type_organisation_id` int(11) UNSIGNED NOT NULL, | | `site_note_type_organisation_id` int(11) UNSIGNED NOT NULL, |
| `site_note_type_id` int(11) NOT NULL, | | `site_note_type_id` int(11) NOT NULL, |
| `organisation_id` int(12) DEFAULT NULL | | `organisation_id` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_site_note_type_organisations` | | -- Dumping data for table `ce_lu_site_note_type_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_site_note_type_organisations` (`site_note_type_organisation_id`, `site_note_type_id`, `organisation_id`) VALUES | | INSERT INTO `ce_lu_site_note_type_organisations` (`site_note_type_organisation_id`, `site_note_type_id`, `organisation_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 2, 1); | | (2, 2, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_site_required_document_types` | | -- Table structure for table `ce_lu_site_required_document_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_site_required_document_types` ( | | CREATE TABLE `ce_lu_site_required_document_types` ( |
| `site_required_document_type_id` int(11) UNSIGNED NOT NULL, | | `site_required_document_type_id` int(11) UNSIGNED NOT NULL, |
| `type` varchar(255) NOT NULL, | | `type` varchar(255) NOT NULL, |
| `shortname` varchar(255) NOT NULL, | | `shortname` varchar(255) NOT NULL, |
| `order` int(4) NOT NULL, | | `order` int(4) NOT NULL, |
| `description` text, | | `description` text, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_site_required_document_types` | | -- Dumping data for table `ce_lu_site_required_document_types` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_site_required_document_types` (`site_required_document_type_id`, `type`, `shortname`, `order`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `ce_lu_site_required_document_types` (`site_required_document_type_id`, `type`, `shortname`, `order`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'Background Check', 'background_check', 0, NULL, 0, 0, NULL, NULL, NULL), | | (1, 'Background Check', 'background_check', 0, NULL, 0, 0, NULL, NULL, NULL), |
| (2, 'ACLS', 'acls', 1, NULL, 0, 0, NULL, NULL, NULL), | | (2, 'ACLS', 'acls', 1, NULL, 0, 0, NULL, NULL, NULL), |
| (3, 'BCLS', 'bcls', 2, NULL, 0, 0, NULL, NULL, NULL), | | (3, 'BCLS', 'bcls', 2, NULL, 0, 0, NULL, NULL, NULL), |
| (4, 'N95 Mask Fit', 'n95_mask_fit', 3, NULL, 0, 0, NULL, NULL, NULL), | | (4, 'N95 Mask Fit', 'n95_mask_fit', 3, NULL, 0, 0, NULL, NULL, NULL), |
| (5, 'Immunizations', 'immunization', 4, NULL, 0, 0, NULL, NULL, NULL); | | (5, 'Immunizations', 'immunization', 4, NULL, 0, 0, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_site_required_document_type_organisations` | | -- Table structure for table `ce_lu_site_required_document_type_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_site_required_document_type_organisations` ( | | CREATE TABLE `ce_lu_site_required_document_type_organisations` ( |
| `site_required_document_type_organisation_id` int(11) UNSIGNED NOT NULL, | | `site_required_document_type_organisation_id` int(11) UNSIGNED NOT NULL, |
| `site_required_document_type_id` int(11) NOT NULL, | | `site_required_document_type_id` int(11) NOT NULL, |
| `organisation_id` int(12) DEFAULT NULL | | `organisation_id` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_site_required_document_type_organisations` | | -- Dumping data for table `ce_lu_site_required_document_type_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_site_required_document_type_organisations` (`site_required_document_type_organisation_id`, `site_required_document_type_id`, `organisation_id`) VALUES | | INSERT INTO `ce_lu_site_required_document_type_organisations` (`site_required_document_type_organisation_id`, `site_required_document_type_id`, `organisation_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 2, 1), | | (2, 2, 1), |
| (3, 3, 1), | | (3, 3, 1), |
| (4, 4, 1), | | (4, 4, 1), |
| (5, 5, 1); | | (5, 5, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_site_status_types` | | -- Table structure for table `ce_lu_site_status_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_site_status_types` ( | | CREATE TABLE `ce_lu_site_status_types` ( |
| `site_status_type_id` int(11) UNSIGNED NOT NULL, | | `site_status_type_id` int(11) UNSIGNED NOT NULL, |
| `status` varchar(64) NOT NULL, | | `status` varchar(64) NOT NULL, |
| `shortname` varchar(255) NOT NULL, | | `shortname` varchar(255) NOT NULL, |
| `order` int(4) NOT NULL, | | `order` int(4) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_site_status_types` | | -- Dumping data for table `ce_lu_site_status_types` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_site_status_types` (`site_status_type_id`, `status`, `shortname`, `order`, `deleted_date`) VALUES | | INSERT INTO `ce_lu_site_status_types` (`site_status_type_id`, `status`, `shortname`, `order`, `deleted_date`) VALUES |
| (1, 'Active', 'active', 0, NULL), | | (1, 'Active', 'active', 0, NULL), |
| (2, 'Inactive', 'inactive', 1, NULL); | | (2, 'Inactive', 'inactive', 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_site_status_type_organisations` | | -- Table structure for table `ce_lu_site_status_type_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_site_status_type_organisations` ( | | CREATE TABLE `ce_lu_site_status_type_organisations` ( |
| `site_status_type_organisation_id` int(11) UNSIGNED NOT NULL, | | `site_status_type_organisation_id` int(11) UNSIGNED NOT NULL, |
| `site_status_type_id` int(11) NOT NULL, | | `site_status_type_id` int(11) NOT NULL, |
| `organisation_id` int(12) DEFAULT NULL | | `organisation_id` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_site_status_type_organisations` | | -- Dumping data for table `ce_lu_site_status_type_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_site_status_type_organisations` (`site_status_type_organisation_id`, `site_status_type_id`, `organisation_id`) VALUES | | INSERT INTO `ce_lu_site_status_type_organisations` (`site_status_type_organisation_id`, `site_status_type_id`, `organisation_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 2, 1); | | (2, 2, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_site_stipend_fee_types` | | -- Table structure for table `ce_lu_site_stipend_fee_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_site_stipend_fee_types` ( | | CREATE TABLE `ce_lu_site_stipend_fee_types` ( |
| `site_stipend_fee_type_id` int(11) UNSIGNED NOT NULL, | | `site_stipend_fee_type_id` int(11) UNSIGNED NOT NULL, |
| `fee_type` varchar(128) NOT NULL, | | `fee_type` varchar(128) NOT NULL, |
| `shortname` varchar(255) NOT NULL, | | `shortname` varchar(255) NOT NULL, |
| `order` int(4) NOT NULL, | | `order` int(4) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_site_stipend_fee_types` | | -- Dumping data for table `ce_lu_site_stipend_fee_types` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_site_stipend_fee_types` (`site_stipend_fee_type_id`, `fee_type`, `shortname`, `order`, `deleted_date`) VALUES | | INSERT INTO `ce_lu_site_stipend_fee_types` (`site_stipend_fee_type_id`, `fee_type`, `shortname`, `order`, `deleted_date`) VALUES |
| (1, 'Pay location flat fee per week in rotation', 'flat_fee', 0, NULL), | | (1, 'Pay location flat fee per week in rotation', 'flat_fee', 0, NULL), |
| (2, 'Pay location fee per number of learners in rotation', 'fee_per_learner', 1, NULL); | | (2, 'Pay location fee per number of learners in rotation', 'fee_per_learner', 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_site_stipend_fee_type_organisations` | | -- Table structure for table `ce_lu_site_stipend_fee_type_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_site_stipend_fee_type_organisations` ( | | CREATE TABLE `ce_lu_site_stipend_fee_type_organisations` ( |
| `site_stipend_fee_type_organisation_id` int(11) UNSIGNED NOT NULL, | | `site_stipend_fee_type_organisation_id` int(11) UNSIGNED NOT NULL, |
| `site_stipend_fee_type_id` int(11) NOT NULL, | | `site_stipend_fee_type_id` int(11) NOT NULL, |
| `organisation_id` int(12) DEFAULT NULL | | `organisation_id` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_site_stipend_fee_type_organisations` | | -- Dumping data for table `ce_lu_site_stipend_fee_type_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_site_stipend_fee_type_organisations` (`site_stipend_fee_type_organisation_id`, `site_stipend_fee_type_id`, `organisation_id`) VALUES | | INSERT INTO `ce_lu_site_stipend_fee_type_organisations` (`site_stipend_fee_type_organisation_id`, `site_stipend_fee_type_id`, `organisation_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 2, 1); | | (2, 2, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_site_stipend_instructor_payment_types` | | -- Table structure for table `ce_lu_site_stipend_instructor_payment_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_site_stipend_instructor_payment_types` ( | | CREATE TABLE `ce_lu_site_stipend_instructor_payment_types` ( |
| `site_stipend_instructor_payment_type_id` int(11) UNSIGNED NOT NULL, | | `site_stipend_instructor_payment_type_id` int(11) UNSIGNED NOT NULL, |
| `payment_type` varchar(128) NOT NULL, | | `payment_type` varchar(128) NOT NULL, |
| `shortname` varchar(255) NOT NULL, | | `shortname` varchar(255) NOT NULL, |
| `order` int(4) NOT NULL, | | `order` int(4) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_site_stipend_instructor_payment_types` | | -- Dumping data for table `ce_lu_site_stipend_instructor_payment_types` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_site_stipend_instructor_payment_types` (`site_stipend_instructor_payment_type_id`, `payment_type`, `shortname`, `order`, `deleted_date`) VALUES | | INSERT INTO `ce_lu_site_stipend_instructor_payment_types` (`site_stipend_instructor_payment_type_id`, `payment_type`, `shortname`, `order`, `deleted_date`) VALUES |
| (1, 'Do not pay instructors associated with this location', 'no_payment', 0, NULL), | | (1, 'Do not pay instructors associated with this location', 'no_payment', 0, NULL), |
| (2, 'Pay instructors amount set in their instructor profile', 'pay_instructor_profile_amount', 1, NULL); | | (2, 'Pay instructors amount set in their instructor profile', 'pay_instructor_profile_amount', 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_site_stipend_instructor_payment_type_organisations` | | -- Table structure for table `ce_lu_site_stipend_instructor_payment_type_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_site_stipend_instructor_payment_type_organisations` ( | | CREATE TABLE `ce_lu_site_stipend_instructor_payment_type_organisations` ( |
| `site_stipend_instructor_payment_type_organisation_id` int(11) UNSIGNED NOT NULL, | | `site_stipend_instructor_payment_type_organisation_id` int(11) UNSIGNED NOT NULL, |
| `site_stipend_instructor_payment_type_id` int(11) NOT NULL, | | `site_stipend_instructor_payment_type_id` int(11) NOT NULL, |
| `organisation_id` int(12) DEFAULT NULL | | `organisation_id` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_site_stipend_instructor_payment_type_organisations` | | -- Dumping data for table `ce_lu_site_stipend_instructor_payment_type_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_site_stipend_instructor_payment_type_organisations` (`site_stipend_instructor_payment_type_organisation_id`, `site_stipend_instructor_payment_type_id`, `organisation_id`) VALUES | | INSERT INTO `ce_lu_site_stipend_instructor_payment_type_organisations` (`site_stipend_instructor_payment_type_organisation_id`, `site_stipend_instructor_payment_type_id`, `organisation_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 2, 1); | | (2, 2, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_site_stipend_payment_types` | | -- Table structure for table `ce_lu_site_stipend_payment_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_site_stipend_payment_types` ( | | CREATE TABLE `ce_lu_site_stipend_payment_types` ( |
| `site_stipend_payment_type_id` int(11) UNSIGNED NOT NULL, | | `site_stipend_payment_type_id` int(11) UNSIGNED NOT NULL, |
| `payment_type` varchar(128) NOT NULL, | | `payment_type` varchar(128) NOT NULL, |
| `shortname` varchar(255) NOT NULL, | | `shortname` varchar(255) NOT NULL, |
| `order` int(4) NOT NULL, | | `order` int(4) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_site_stipend_payment_types` | | -- Dumping data for table `ce_lu_site_stipend_payment_types` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_site_stipend_payment_types` (`site_stipend_payment_type_id`, `payment_type`, `shortname`, `order`, `deleted_date`) VALUES | | INSERT INTO `ce_lu_site_stipend_payment_types` (`site_stipend_payment_type_id`, `payment_type`, `shortname`, `order`, `deleted_date`) VALUES |
| (1, 'No Payment', 'no_payment', 0, NULL), | | (1, 'No Payment', 'no_payment', 0, NULL), |
| (2, 'Pay location an institutional fee', 'institutional_fee', 1, NULL), | | (2, 'Pay location an institutional fee', 'institutional_fee', 1, NULL), |
| (3, 'Donation fee', 'donation_fee', 2, NULL); | | (3, 'Donation fee', 'donation_fee', 2, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_site_stipend_payment_type_organisations` | | -- Table structure for table `ce_lu_site_stipend_payment_type_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_site_stipend_payment_type_organisations` ( | | CREATE TABLE `ce_lu_site_stipend_payment_type_organisations` ( |
| `site_stipend_payment_type_organisation_id` int(11) UNSIGNED NOT NULL, | | `site_stipend_payment_type_organisation_id` int(11) UNSIGNED NOT NULL, |
| `site_stipend_payment_type_id` int(11) NOT NULL, | | `site_stipend_payment_type_id` int(11) NOT NULL, |
| `organisation_id` int(12) DEFAULT NULL | | `organisation_id` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_site_stipend_payment_type_organisations` | | -- Dumping data for table `ce_lu_site_stipend_payment_type_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_site_stipend_payment_type_organisations` (`site_stipend_payment_type_organisation_id`, `site_stipend_payment_type_id`, `organisation_id`) VALUES | | INSERT INTO `ce_lu_site_stipend_payment_type_organisations` (`site_stipend_payment_type_organisation_id`, `site_stipend_payment_type_id`, `organisation_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 2, 1), | | (2, 2, 1), |
| (3, 3, 1); | | (3, 3, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_site_visit_outcome_types` | | -- Table structure for table `ce_lu_site_visit_outcome_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_site_visit_outcome_types` ( | | CREATE TABLE `ce_lu_site_visit_outcome_types` ( |
| `site_visit_outcome_type_id` int(11) UNSIGNED NOT NULL, | | `site_visit_outcome_type_id` int(11) UNSIGNED NOT NULL, |
| `outcome_type` varchar(128) NOT NULL, | | `outcome_type` varchar(128) NOT NULL, |
| `shortname` varchar(255) NOT NULL, | | `shortname` varchar(255) NOT NULL, |
| `order` int(4) NOT NULL, | | `order` int(4) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_site_visit_outcome_types` | | -- Dumping data for table `ce_lu_site_visit_outcome_types` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_site_visit_outcome_types` (`site_visit_outcome_type_id`, `outcome_type`, `shortname`, `order`, `deleted_date`) VALUES | | INSERT INTO `ce_lu_site_visit_outcome_types` (`site_visit_outcome_type_id`, `outcome_type`, `shortname`, `order`, `deleted_date`) VALUES |
| (1, 'Incomplete', 'incomplete', 0, NULL), | | (1, 'Incomplete', 'incomplete', 0, NULL), |
| (2, 'Complete', 'complete', 1, NULL), | | (2, 'Complete', 'complete', 1, NULL), |
| (3, 'Pending', 'pending', 2, NULL), | | (3, 'Pending', 'pending', 2, NULL), |
| (4, 'Probation', 'probation', 3, NULL); | | (4, 'Probation', 'probation', 3, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_site_visit_outcome_type_organisations` | | -- Table structure for table `ce_lu_site_visit_outcome_type_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_site_visit_outcome_type_organisations` ( | | CREATE TABLE `ce_lu_site_visit_outcome_type_organisations` ( |
| `site_visit_outcome_type_organisation_id` int(11) UNSIGNED NOT NULL, | | `site_visit_outcome_type_organisation_id` int(11) UNSIGNED NOT NULL, |
| `site_visit_outcome_type_id` int(11) NOT NULL, | | `site_visit_outcome_type_id` int(11) NOT NULL, |
| `organisation_id` int(12) DEFAULT NULL | | `organisation_id` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_lu_site_visit_outcome_type_organisations` | | -- Dumping data for table `ce_lu_site_visit_outcome_type_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `ce_lu_site_visit_outcome_type_organisations` (`site_visit_outcome_type_organisation_id`, `site_visit_outcome_type_id`, `organisation_id`) VALUES | | INSERT INTO `ce_lu_site_visit_outcome_type_organisations` (`site_visit_outcome_type_organisation_id`, `site_visit_outcome_type_id`, `organisation_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 2, 1), | | (2, 2, 1), |
| (3, 3, 1), | | (3, 3, 1), |
| (4, 4, 1); | | (4, 4, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_stage_condition_options` | | -- Table structure for table `ce_lu_stage_condition_options` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_stage_condition_options` ( | | CREATE TABLE `ce_lu_stage_condition_options` ( |
| `stage_condition_option_id` int(11) UNSIGNED NOT NULL, | | `stage_condition_option_id` int(11) UNSIGNED NOT NULL, |
| `name` varchar(256) NOT NULL DEFAULT '', | | `name` varchar(256) NOT NULL DEFAULT '', |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_stage_condition_rules` | | -- Table structure for table `ce_lu_stage_condition_rules` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_stage_condition_rules` ( | | CREATE TABLE `ce_lu_stage_condition_rules` ( |
| `stage_condition_rule_id` int(11) UNSIGNED NOT NULL, | | `stage_condition_rule_id` int(11) UNSIGNED NOT NULL, |
| `name` varchar(256) NOT NULL DEFAULT '', | | `name` varchar(256) NOT NULL DEFAULT '', |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_stage_condition_target` | | -- Table structure for table `ce_lu_stage_condition_target` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_stage_condition_target` ( | | CREATE TABLE `ce_lu_stage_condition_target` ( |
| `stage_condition_target_id` int(11) UNSIGNED NOT NULL, | | `stage_condition_target_id` int(11) UNSIGNED NOT NULL, |
| `name` varchar(256) NOT NULL DEFAULT '', | | `name` varchar(256) NOT NULL DEFAULT '', |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_stage_condition_when` | | -- Table structure for table `ce_lu_stage_condition_when` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_stage_condition_when` ( | | CREATE TABLE `ce_lu_stage_condition_when` ( |
| `stage_condition_when_id` int(11) UNSIGNED NOT NULL, | | `stage_condition_when_id` int(11) UNSIGNED NOT NULL, |
| `name` varchar(256) NOT NULL DEFAULT '', | | `name` varchar(256) NOT NULL DEFAULT '', |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_stage_option_types` | | -- Table structure for table `ce_lu_stage_option_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_stage_option_types` ( | | CREATE TABLE `ce_lu_stage_option_types` ( |
| `stage_option_type_id` int(11) UNSIGNED NOT NULL, | | `stage_option_type_id` int(11) UNSIGNED NOT NULL, |
| `name` varchar(256) NOT NULL DEFAULT '', | | `name` varchar(256) NOT NULL DEFAULT '', |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_stage_rules` | | -- Table structure for table `ce_lu_stage_rules` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_stage_rules` ( | | CREATE TABLE `ce_lu_stage_rules` ( |
| `stage_rule_id` int(11) UNSIGNED NOT NULL, | | `stage_rule_id` int(11) UNSIGNED NOT NULL, |
| `rule_name` varchar(256) NOT NULL DEFAULT '', | | `rule_name` varchar(256) NOT NULL DEFAULT '', |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_lu_stage_types` | | -- Table structure for table `ce_lu_stage_types` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_lu_stage_types` ( | | CREATE TABLE `ce_lu_stage_types` ( |
| `stage_type_id` int(11) UNSIGNED NOT NULL, | | `stage_type_id` int(11) UNSIGNED NOT NULL, |
| `name` varchar(256) NOT NULL DEFAULT '', | | `name` varchar(256) NOT NULL DEFAULT '', |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_objectives` | | -- Table structure for table `ce_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_objectives` ( | | CREATE TABLE `ce_objectives` ( |
| `ce_objective_id` int(11) UNSIGNED NOT NULL, | | `ce_objective_id` int(11) UNSIGNED NOT NULL, |
| `resource_type` enum('site_id','instructor_id','schedule_id','cpreceptor_id','clocation_id') NOT NULL, | | `resource_type` enum('site_id','instructor_id','schedule_id','cpreceptor_id','clocation_id') NOT NULL, |
| `resource_id` int(11) UNSIGNED NOT NULL, | | `resource_id` int(11) UNSIGNED NOT NULL, |
| `objective_id` int(11) UNSIGNED NOT NULL, | | `objective_id` int(11) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(20) UNSIGNED NOT NULL, | | `created_date` bigint(20) UNSIGNED NOT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(20) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(20) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(20) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(20) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_objectives` | | -- Dumping data for table `ce_objectives` |
| -- | | -- |
| | | |
| INSERT INTO `ce_objectives` (`ce_objective_id`, `resource_type`, `resource_id`, `objective_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES | | INSERT INTO `ce_objectives` (`ce_objective_id`, `resource_type`, `resource_id`, `objective_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES |
| (1, 'instructor_id', 7, 300, 1, 1685381585, 1, 1685381585, NULL), | | (1, 'instructor_id', 7, 300, 1, 1685381585, 1, 1685381585, NULL), |
| (2, 'site_id', 1, 296, 1, 1685381585, 1, 1685381585, NULL), | | (2, 'site_id', 1, 296, 1, 1685381585, 1, 1685381585, NULL), |
| (3, 'instructor_id', 7, 128, 1, 1685381585, 1, 1685381585, NULL), | | (3, 'instructor_id', 7, 128, 1, 1685381585, 1, 1685381585, NULL), |
| (4, 'instructor_id', 7, 129, 1, 1685381585, 1, 1685381585, NULL), | | (4, 'instructor_id', 7, 129, 1, 1685381585, 1, 1685381585, NULL), |
| (5, 'instructor_id', 7, 130, 1, 1685381585, 1, 1685381585, NULL), | | (5, 'instructor_id', 7, 130, 1, 1685381585, 1, 1685381585, NULL), |
| (6, 'instructor_id', 7, 131, 1, 1685381585, 1, 1685381585, NULL), | | (6, 'instructor_id', 7, 131, 1, 1685381585, 1, 1685381585, NULL), |
| (7, 'cpreceptor_id', 15, 299, 1, 1685381585, 1, 1685381585, NULL), | | (7, 'cpreceptor_id', 15, 299, 1, 1685381585, 1, 1685381585, NULL), |
| (8, 'clocation_id', 3, 305, 1, 1685381585, 1, 1685381585, NULL), | | (8, 'clocation_id', 3, 305, 1, 1685381585, 1, 1685381585, NULL), |
| (9, 'schedule_id', 74, 306, 1, 1685381585, 1, 1685381585, NULL); | | (9, 'schedule_id', 74, 306, 1, 1685381585, 1, 1685381585, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_schedule_variations` | | -- Table structure for table `ce_schedule_variations` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_schedule_variations` ( | | CREATE TABLE `ce_schedule_variations` ( |
| `variation_id` int(11) UNSIGNED NOT NULL, | | `variation_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `schedule_slot_id` int(11) DEFAULT NULL, | | `schedule_slot_id` int(11) DEFAULT NULL, |
| `audience_type` varchar(256) NOT NULL DEFAULT '', | | `audience_type` varchar(256) NOT NULL DEFAULT '', |
| `audience_value` int(11) NOT NULL, | | `audience_value` int(11) NOT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_site_affiliations` | | -- Table structure for table `ce_site_affiliations` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_site_affiliations` ( | | CREATE TABLE `ce_site_affiliations` ( |
| `site_affiliation_id` int(11) UNSIGNED NOT NULL, | | `site_affiliation_id` int(11) UNSIGNED NOT NULL, |
| `site_id` int(11) NOT NULL, | | `site_id` int(11) NOT NULL, |
| `title` varchar(255) NOT NULL DEFAULT '', | | `title` varchar(255) NOT NULL DEFAULT '', |
| `expiration_date` bigint(64) NOT NULL, | | `expiration_date` bigint(64) NOT NULL, |
| `status_id` int(11) NOT NULL, | | `status_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `file_name` varchar(128) DEFAULT NULL | | `file_name` varchar(128) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_site_affiliations` | | -- Dumping data for table `ce_site_affiliations` |
| -- | | -- |
| | | |
| INSERT INTO `ce_site_affiliations` (`site_affiliation_id`, `site_id`, `title`, `expiration_date`, `status_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `file_name`) VALUES | | INSERT INTO `ce_site_affiliations` (`site_affiliation_id`, `site_id`, `title`, `expiration_date`, `status_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `file_name`) VALUES |
| (1, 1, 'Site Affiliation Seed', 1716917586, 3, 1685381586, 1, 1685381586, 1, NULL, 'test.pdf'); | | (1, 1, 'Site Affiliation Seed', 1716917586, 3, 1685381586, 1, 1685381586, 1, NULL, 'test.pdf'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_site_contacts` | | -- Table structure for table `ce_site_contacts` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_site_contacts` ( | | CREATE TABLE `ce_site_contacts` ( |
| `site_contact_id` int(11) UNSIGNED NOT NULL, | | `site_contact_id` int(11) UNSIGNED NOT NULL, |
| `site_id` int(11) UNSIGNED NOT NULL, | | `site_id` int(11) UNSIGNED NOT NULL, |
| `prefix` varchar(10) DEFAULT NULL, | | `prefix` varchar(10) DEFAULT NULL, |
| `firstname` varchar(35) NOT NULL, | | `firstname` varchar(35) NOT NULL, |
| `lastname` varchar(35) NOT NULL, | | `lastname` varchar(35) NOT NULL, |
| `role` varchar(255) DEFAULT NULL, | | `role` varchar(255) DEFAULT NULL, |
| `address_line1` varchar(128) NOT NULL, | | `address_line1` varchar(128) NOT NULL, |
| `address_line2` varchar(128) DEFAULT NULL, | | `address_line2` varchar(128) DEFAULT NULL, |
| `country_id` int(11) NOT NULL, | | `country_id` int(11) NOT NULL, |
| `province_id` int(11) DEFAULT NULL, | | `province_id` int(11) DEFAULT NULL, |
| `city` varchar(64) NOT NULL, | | `city` varchar(64) NOT NULL, |
| `postal_code` varchar(16) NOT NULL, | | `postal_code` varchar(16) NOT NULL, |
| `phone_number` varchar(30) DEFAULT NULL, | | `phone_number` varchar(30) DEFAULT NULL, |
| `email` varchar(255) DEFAULT NULL, | | `email` varchar(255) DEFAULT NULL, |
| `profile_image` varchar(45) DEFAULT NULL, | | `profile_image` varchar(45) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_site_contacts` | | -- Dumping data for table `ce_site_contacts` |
| -- | | -- |
| | | |
| INSERT INTO `ce_site_contacts` (`site_contact_id`, `site_id`, `prefix`, `firstname`, `lastname`, `role`, `address_line1`, `address_line2`, `country_id`, `province_id`, `city`, `postal_code`, `phone_number`, `email`, `profile_image`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `ce_site_contacts` (`site_contact_id`, `site_id`, `prefix`, `firstname`, `lastname`, `role`, `address_line1`, `address_line2`, `country_id`, `province_id`, `city`, `postal_code`, `phone_number`, `email`, `profile_image`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 'Mr', 'Site', 'Contact', 'Administrator', '321 Sort St', NULL, 39, 9, 'Kingston', 'L1L 1L1', '987-456-1230', 'site.contact@test.com', NULL, 1685381586, 1, 1685381586, 1, NULL), | | (1, 1, 'Mr', 'Site', 'Contact', 'Administrator', '321 Sort St', NULL, 39, 9, 'Kingston', 'L1L 1L1', '987-456-1230', 'site.contact@test.com', NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (2, 3, 'Mr', 'Site', 'Contact', 'Administrator', '321 Sort St', NULL, 39, 9, 'Kingston', 'L1L 1L1', '987-456-1230', 'site.contact@test.com', NULL, 1685381586, 1, 1685381586, 1, NULL); | | (2, 3, 'Mr', 'Site', 'Contact', 'Administrator', '321 Sort St', NULL, 39, 9, 'Kingston', 'L1L 1L1', '987-456-1230', 'site.contact@test.com', NULL, 1685381586, 1, 1685381586, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_site_curriculum_tracks` | | -- Table structure for table `ce_site_curriculum_tracks` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_site_curriculum_tracks` ( | | CREATE TABLE `ce_site_curriculum_tracks` ( |
| `site_curriculum_track_id` int(10) UNSIGNED NOT NULL, | | `site_curriculum_track_id` int(10) UNSIGNED NOT NULL, |
| `site_id` int(10) UNSIGNED NOT NULL, | | `site_id` int(10) UNSIGNED NOT NULL, |
| `curriculum_track_id` int(10) UNSIGNED NOT NULL | | `curriculum_track_id` int(10) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_site_curriculum_tracks` | | -- Dumping data for table `ce_site_curriculum_tracks` |
| -- | | -- |
| | | |
| INSERT INTO `ce_site_curriculum_tracks` (`site_curriculum_track_id`, `site_id`, `curriculum_track_id`) VALUES | | INSERT INTO `ce_site_curriculum_tracks` (`site_curriculum_track_id`, `site_id`, `curriculum_track_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 3, 1); | | (2, 3, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_site_disciplines` | | -- Table structure for table `ce_site_disciplines` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_site_disciplines` ( | | CREATE TABLE `ce_site_disciplines` ( |
| `site_discipline_id` int(11) UNSIGNED NOT NULL, | | `site_discipline_id` int(11) UNSIGNED NOT NULL, |
| `site_id` int(11) UNSIGNED NOT NULL, | | `site_id` int(11) UNSIGNED NOT NULL, |
| `discipline_id` int(11) UNSIGNED NOT NULL, | | `discipline_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_site_discipline_instructors` | | -- Table structure for table `ce_site_discipline_instructors` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_site_discipline_instructors` ( | | CREATE TABLE `ce_site_discipline_instructors` ( |
| `site_discipline_instructor_id` int(11) UNSIGNED NOT NULL, | | `site_discipline_instructor_id` int(11) UNSIGNED NOT NULL, |
| `site_discipline_id` int(11) UNSIGNED NOT NULL, | | `site_discipline_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `current` tinyint(1) NOT NULL DEFAULT '0', | | `current` tinyint(1) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_site_documents` | | -- Table structure for table `ce_site_documents` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_site_documents` ( | | CREATE TABLE `ce_site_documents` ( |
| `site_document_id` int(11) UNSIGNED NOT NULL, | | `site_document_id` int(11) UNSIGNED NOT NULL, |
| `site_id` int(11) NOT NULL, | | `site_id` int(11) NOT NULL, |
| `site_document_status_id` int(11) NOT NULL, | | `site_document_status_id` int(11) NOT NULL, |
| `site_document_type_id` int(11) NOT NULL, | | `site_document_type_id` int(11) NOT NULL, |
| `label` varchar(255) NOT NULL, | | `label` varchar(255) NOT NULL, |
| `file_size` int(11) DEFAULT NULL, | | `file_size` int(11) DEFAULT NULL, |
| `file_name` varchar(255) DEFAULT NULL, | | `file_name` varchar(255) DEFAULT NULL, |
| `uploaded_date` bigint(64) DEFAULT NULL, | | `uploaded_date` bigint(64) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_site_instructors` | | -- Table structure for table `ce_site_instructors` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_site_instructors` ( | | CREATE TABLE `ce_site_instructors` ( |
| `site_instructor_id` int(11) UNSIGNED NOT NULL, | | `site_instructor_id` int(11) UNSIGNED NOT NULL, |
| `site_id` int(11) UNSIGNED NOT NULL, | | `site_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) UNSIGNED NOT NULL, | | `proxy_id` int(11) UNSIGNED NOT NULL, |
| `current` tinyint(1) NOT NULL DEFAULT '0', | | `current` tinyint(1) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_site_instructors` | | -- Dumping data for table `ce_site_instructors` |
| -- | | -- |
| | | |
| INSERT INTO `ce_site_instructors` (`site_instructor_id`, `site_id`, `proxy_id`, `current`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `ce_site_instructors` (`site_instructor_id`, `site_id`, `proxy_id`, `current`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES |
| (1, 1, 6, 0, 1685381586, 1, 1685381586, 1), | | (1, 1, 6, 0, 1685381586, 1, 1685381586, 1), |
| (2, 1, 7, 0, 1685381586, 1, 1685381586, 1), | | (2, 1, 7, 0, 1685381586, 1, 1685381586, 1), |
| (3, 3, 6, 0, 1685381586, 1, 1685381586, 1), | | (3, 3, 6, 0, 1685381586, 1, 1685381586, 1), |
| (4, 3, 7, 0, 1685381586, 1, 1685381586, 1); | | (4, 3, 7, 0, 1685381586, 1, 1685381586, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_site_notes` | | -- Table structure for table `ce_site_notes` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_site_notes` ( | | CREATE TABLE `ce_site_notes` ( |
| `site_note_id` int(11) UNSIGNED NOT NULL, | | `site_note_id` int(11) UNSIGNED NOT NULL, |
| `site_id` int(11) NOT NULL, | | `site_id` int(11) NOT NULL, |
| `note_type_id` int(11) NOT NULL, | | `note_type_id` int(11) NOT NULL, |
| `note` text NOT NULL, | | `note` text NOT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '1', | | `active` tinyint(1) NOT NULL DEFAULT '1', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_site_notes` | | -- Dumping data for table `ce_site_notes` |
| -- | | -- |
| | | |
| INSERT INTO `ce_site_notes` (`site_note_id`, `site_id`, `note_type_id`, `note`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `ce_site_notes` (`site_note_id`, `site_id`, `note_type_id`, `note`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 4, 2, '<p>This is a testing note for <span style=\"color: rgb(55,85,94);\">1509<\\/span><\\/p>', 1, 1685381586, 1, 1685381586, 1, NULL); | | (1, 4, 2, '<p>This is a testing note for <span style=\"color: rgb(55,85,94);\">1509<\\/span><\\/p>', 1, 1685381586, 1, 1685381586, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_site_required_documents` | | -- Table structure for table `ce_site_required_documents` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_site_required_documents` ( | | CREATE TABLE `ce_site_required_documents` ( |
| `site_required_document_id` int(11) UNSIGNED NOT NULL, | | `site_required_document_id` int(11) UNSIGNED NOT NULL, |
| `site_id` int(11) NOT NULL, | | `site_id` int(11) NOT NULL, |
| `required_document_type_id` int(11) NOT NULL, | | `required_document_type_id` int(11) NOT NULL, |
| `name` varchar(255) NOT NULL, | | `name` varchar(255) NOT NULL, |
| `description` text, | | `description` text, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_site_statuses` | | -- Table structure for table `ce_site_statuses` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_site_statuses` ( | | CREATE TABLE `ce_site_statuses` ( |
| `site_status_id` int(11) UNSIGNED NOT NULL, | | `site_status_id` int(11) UNSIGNED NOT NULL, |
| `site_id` int(11) UNSIGNED NOT NULL, | | `site_id` int(11) UNSIGNED NOT NULL, |
| `site_status_type_id` int(11) UNSIGNED NOT NULL, | | `site_status_type_id` int(11) UNSIGNED NOT NULL, |
| `reason` text, | | `reason` text, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_site_statuses` | | -- Dumping data for table `ce_site_statuses` |
| -- | | -- |
| | | |
| INSERT INTO `ce_site_statuses` (`site_status_id`, `site_id`, `site_status_type_id`, `reason`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `ce_site_statuses` (`site_status_id`, `site_id`, `site_status_type_id`, `reason`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 1, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (1, 1, 1, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (2, 3, 1, NULL, 1685381586, 1, 1685381586, 1, NULL); | | (2, 3, 1, NULL, 1685381586, 1, 1685381586, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_site_stipend` | | -- Table structure for table `ce_site_stipend` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_site_stipend` ( | | CREATE TABLE `ce_site_stipend` ( |
| `site_stipend_id` int(11) UNSIGNED NOT NULL, | | `site_stipend_id` int(11) UNSIGNED NOT NULL, |
| `site_id` int(11) NOT NULL, | | `site_id` int(11) NOT NULL, |
| `payment_type_id` int(11) NOT NULL, | | `payment_type_id` int(11) NOT NULL, |
| `fee_type_id` int(11) DEFAULT NULL, | | `fee_type_id` int(11) DEFAULT NULL, |
| `fee_per_week` decimal(10,2) DEFAULT NULL, | | `fee_per_week` decimal(10,2) DEFAULT NULL, |
| `fee_per_number_of_learners` int(11) DEFAULT NULL, | | `fee_per_number_of_learners` int(11) DEFAULT NULL, |
| `default_fee_per_week` decimal(10,2) DEFAULT NULL, | | `default_fee_per_week` decimal(10,2) DEFAULT NULL, |
| `default_fee_per_number_of_learners` int(11) DEFAULT NULL, | | `default_fee_per_number_of_learners` int(11) DEFAULT NULL, |
| `instructor_payment_id` int(11) DEFAULT NULL, | | `instructor_payment_id` int(11) DEFAULT NULL, |
| `note` text, | | `note` text, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_site_visits` | | -- Table structure for table `ce_site_visits` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_site_visits` ( | | CREATE TABLE `ce_site_visits` ( |
| `site_visit_id` int(11) UNSIGNED NOT NULL, | | `site_visit_id` int(11) UNSIGNED NOT NULL, |
| `site_id` int(11) NOT NULL, | | `site_id` int(11) NOT NULL, |
| `date_of_visit` bigint(64) NOT NULL, | | `date_of_visit` bigint(64) NOT NULL, |
| `visit_outcome_type_id` int(11) NOT NULL, | | `visit_outcome_type_id` int(11) NOT NULL, |
| `date_of_follow_up_visit` bigint(64) DEFAULT NULL, | | `date_of_follow_up_visit` bigint(64) DEFAULT NULL, |
| `follow_up_reminder` tinyint(1) NOT NULL DEFAULT '0', | | `follow_up_reminder` tinyint(1) NOT NULL DEFAULT '0', |
| `follow_up_reminder_days` int(11) DEFAULT NULL, | | `follow_up_reminder_days` int(11) DEFAULT NULL, |
| `evaluation_form` tinyint(1) NOT NULL DEFAULT '0', | | `evaluation_form` tinyint(1) NOT NULL DEFAULT '0', |
| `evaluation_form_id` int(11) DEFAULT NULL, | | `evaluation_form_id` int(11) DEFAULT NULL, |
| `evaluator_proxy_id` int(12) DEFAULT NULL, | | `evaluator_proxy_id` int(12) DEFAULT NULL, |
| `notes` text, | | `notes` text, |
| `additional_notes` text, | | `additional_notes` text, |
| `filename` varchar(128) DEFAULT NULL, | | `filename` varchar(128) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `ce_site_visits` | | -- Dumping data for table `ce_site_visits` |
| -- | | -- |
| | | |
| INSERT INTO `ce_site_visits` (`site_visit_id`, `site_id`, `date_of_visit`, `visit_outcome_type_id`, `date_of_follow_up_visit`, `follow_up_reminder`, `follow_up_reminder_days`, `evaluation_form`, `evaluation_form_id`, `evaluator_proxy_id`, `notes`, `additional_notes`, `filename`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `ce_site_visits` (`site_visit_id`, `site_id`, `date_of_visit`, `visit_outcome_type_id`, `date_of_follow_up_visit`, `follow_up_reminder`, `follow_up_reminder_days`, `evaluation_form`, `evaluation_form_id`, `evaluator_proxy_id`, `notes`, `additional_notes`, `filename`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 1685381586, 1, NULL, 0, NULL, 0, NULL, NULL, 'This is an incomplete site visit', NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (1, 1, 1685381586, 1, NULL, 0, NULL, 0, NULL, NULL, 'This is an incomplete site visit', NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (2, 2, 1685381586, 2, NULL, 0, NULL, 0, NULL, NULL, 'This is a test note for a different site visit', NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (2, 2, 1685381586, 2, NULL, 0, NULL, 0, NULL, NULL, 'This is a test note for a different site visit', NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (3, 1, 1685381586, 4, NULL, 0, NULL, 0, NULL, NULL, 'This is a deletable visit note', NULL, NULL, 1685381586, 1, 1685381586, 1, NULL); | | (3, 1, 1685381586, 4, NULL, 0, NULL, 0, NULL, NULL, 'This is a deletable visit note', NULL, NULL, 1685381586, 1, 1685381586, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_stages` | | -- Table structure for table `ce_stages` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_stages` ( | | CREATE TABLE `ce_stages` ( |
| `stage_id` int(11) UNSIGNED NOT NULL, | | `stage_id` int(11) UNSIGNED NOT NULL, |
| `lottery_id` int(11) UNSIGNED NOT NULL, | | `lottery_id` int(11) UNSIGNED NOT NULL, |
| `stage_type_id` int(11) UNSIGNED NOT NULL, | | `stage_type_id` int(11) UNSIGNED NOT NULL, |
| `omit_learners` tinyint(1) NOT NULL DEFAULT '0', | | `omit_learners` tinyint(1) NOT NULL DEFAULT '0', |
| `optional` tinyint(1) NOT NULL DEFAULT '0', | | `optional` tinyint(1) NOT NULL DEFAULT '0', |
| `ignore_min_max` tinyint(1) NOT NULL DEFAULT '0', | | `ignore_min_max` tinyint(1) NOT NULL DEFAULT '0', |
| `stage_open_date` bigint(20) NOT NULL, | | `stage_open_date` bigint(20) NOT NULL, |
| `stage_close_date` bigint(20) NOT NULL, | | `stage_close_date` bigint(20) NOT NULL, |
| `learner_rank_option_id` int(11) UNSIGNED NOT NULL, | | `learner_rank_option_id` int(11) UNSIGNED NOT NULL, |
| `status` varchar(128) DEFAULT NULL, | | `status` varchar(128) DEFAULT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_stage_algorithms` | | -- Table structure for table `ce_stage_algorithms` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_stage_algorithms` ( | | CREATE TABLE `ce_stage_algorithms` ( |
| `stage_id` int(11) UNSIGNED NOT NULL, | | `stage_id` int(11) UNSIGNED NOT NULL, |
| `algorithm_id` int(11) UNSIGNED NOT NULL, | | `algorithm_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_stage_conditions` | | -- Table structure for table `ce_stage_conditions` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_stage_conditions` ( | | CREATE TABLE `ce_stage_conditions` ( |
| `stage_condition_id` int(11) UNSIGNED NOT NULL, | | `stage_condition_id` int(11) UNSIGNED NOT NULL, |
| `stage_id` int(11) UNSIGNED NOT NULL, | | `stage_id` int(11) UNSIGNED NOT NULL, |
| `stage_condition_option_id` int(11) UNSIGNED NOT NULL, | | `stage_condition_option_id` int(11) UNSIGNED NOT NULL, |
| `stage_condition_rule_id` int(11) UNSIGNED NOT NULL, | | `stage_condition_rule_id` int(11) UNSIGNED NOT NULL, |
| `stage_condition_when_id` int(11) UNSIGNED NOT NULL, | | `stage_condition_when_id` int(11) UNSIGNED NOT NULL, |
| `stage_condition_target_id` int(11) UNSIGNED NOT NULL, | | `stage_condition_target_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_stage_courses` | | -- Table structure for table `ce_stage_courses` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_stage_courses` ( | | CREATE TABLE `ce_stage_courses` ( |
| `stage_course_id` int(11) UNSIGNED NOT NULL, | | `stage_course_id` int(11) UNSIGNED NOT NULL, |
| `stage_id` int(11) UNSIGNED NOT NULL, | | `stage_id` int(11) UNSIGNED NOT NULL, |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `mandatory` tinyint(1) DEFAULT '0', | | `mandatory` tinyint(1) DEFAULT '0', |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_stage_learner_exclusions` | | -- Table structure for table `ce_stage_learner_exclusions` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_stage_learner_exclusions` ( | | CREATE TABLE `ce_stage_learner_exclusions` ( |
| `stage_id` int(11) UNSIGNED NOT NULL, | | `stage_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_stage_learner_results` | | -- Table structure for table `ce_stage_learner_results` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_stage_learner_results` ( | | CREATE TABLE `ce_stage_learner_results` ( |
| `stage_learner_result_id` int(11) UNSIGNED NOT NULL, | | `stage_learner_result_id` int(11) UNSIGNED NOT NULL, |
| `stage_id` int(11) UNSIGNED NOT NULL, | | `stage_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `schedule_slot_id` int(11) UNSIGNED NOT NULL, | | `schedule_slot_id` int(11) UNSIGNED NOT NULL, |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_stage_options` | | -- Table structure for table `ce_stage_options` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_stage_options` ( | | CREATE TABLE `ce_stage_options` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `stage_id` int(11) UNSIGNED NOT NULL, | | `stage_id` int(11) UNSIGNED NOT NULL, |
| `stage_option_type_id` int(11) UNSIGNED NOT NULL, | | `stage_option_type_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_stage_ranking` | | -- Table structure for table `ce_stage_ranking` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_stage_ranking` ( | | CREATE TABLE `ce_stage_ranking` ( |
| `stage_ranking_id` int(11) UNSIGNED NOT NULL, | | `stage_ranking_id` int(11) UNSIGNED NOT NULL, |
| `stage_id` int(11) UNSIGNED NOT NULL, | | `stage_id` int(11) UNSIGNED NOT NULL, |
| `ranking_id` int(11) UNSIGNED NOT NULL, | | `ranking_id` int(11) UNSIGNED NOT NULL, |
| `options_to_be_ranked` int(3) UNSIGNED NOT NULL, | | `options_to_be_ranked` int(3) UNSIGNED NOT NULL, |
| `ranks_per_option` int(3) UNSIGNED NOT NULL, | | `ranks_per_option` int(3) UNSIGNED NOT NULL, |
| `stage_rule_id` int(11) UNSIGNED DEFAULT NULL, | | `stage_rule_id` int(11) UNSIGNED DEFAULT NULL, |
| `learner_rank_option_id` int(11) UNSIGNED DEFAULT NULL, | | `learner_rank_option_id` int(11) UNSIGNED DEFAULT NULL, |
| `choose_options_in_schedule` tinyint(1) DEFAULT '0', | | `choose_options_in_schedule` tinyint(1) DEFAULT '0', |
| `choose_weeks_within_selected_block` tinyint(1) DEFAULT '0', | | `choose_weeks_within_selected_block` tinyint(1) DEFAULT '0', |
| `see_associated_instructors` tinyint(1) DEFAULT '0', | | `see_associated_instructors` tinyint(1) DEFAULT '0', |
| `see_associated_locations` tinyint(1) DEFAULT '0', | | `see_associated_locations` tinyint(1) DEFAULT '0', |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `ce_stage_rules` | | -- Table structure for table `ce_stage_rules` |
| -- | | -- |
| | | |
| CREATE TABLE `ce_stage_rules` ( | | CREATE TABLE `ce_stage_rules` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `stage_id` int(11) UNSIGNED NOT NULL, | | `stage_id` int(11) UNSIGNED NOT NULL, |
| `stage_rule_id` int(11) UNSIGNED NOT NULL, | | `stage_rule_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `clinical_events` | | -- Table structure for table `clinical_events` |
| -- | | -- |
| | | |
| CREATE TABLE `clinical_events` ( | | CREATE TABLE `clinical_events` ( |
| `clinical_event_id` int(11) UNSIGNED NOT NULL, | | `clinical_event_id` int(11) UNSIGNED NOT NULL, |
| `clinical_event_recurring_id` int(11) UNSIGNED DEFAULT NULL, | | `clinical_event_recurring_id` int(11) UNSIGNED DEFAULT NULL, |
| `schedule_slot_id` int(11) UNSIGNED DEFAULT NULL, | | `schedule_slot_id` int(11) UNSIGNED DEFAULT NULL, |
| `published` tinyint(1) NOT NULL DEFAULT '1', | | `published` tinyint(1) NOT NULL DEFAULT '1', |
| `attendee_initiated` tinyint(1) NOT NULL DEFAULT '0', | | `attendee_initiated` tinyint(1) NOT NULL DEFAULT '0', |
| `title` varchar(255) NOT NULL, | | `title` varchar(255) NOT NULL, |
| `description` text, | | `description` text, |
| `clinical_event_start` bigint(20) NOT NULL, | | `clinical_event_start` bigint(20) NOT NULL, |
| `clinical_event_finish` bigint(20) NOT NULL, | | `clinical_event_finish` bigint(20) NOT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `created_date` bigint(20) DEFAULT NULL, | | `created_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `clinical_event_approval` | | -- Table structure for table `clinical_event_approval` |
| -- | | -- |
| | | |
| CREATE TABLE `clinical_event_approval` ( | | CREATE TABLE `clinical_event_approval` ( |
| `clinical_event_approval_id` int(11) UNSIGNED NOT NULL, | | `clinical_event_approval_id` int(11) UNSIGNED NOT NULL, |
| `clinical_event_attendance_id` int(11) UNSIGNED NOT NULL, | | `clinical_event_attendance_id` int(11) UNSIGNED NOT NULL, |
| `approval_status` varchar(255) NOT NULL, | | `approval_status` varchar(255) NOT NULL, |
| `approval_comment` text, | | `approval_comment` text, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `created_date` bigint(20) DEFAULT NULL, | | `created_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `clinical_event_approval_history` | | -- Table structure for table `clinical_event_approval_history` |
| -- | | -- |
| | | |
| CREATE TABLE `clinical_event_approval_history` ( | | CREATE TABLE `clinical_event_approval_history` ( |
| `clinical_event_approval_history_id` int(11) UNSIGNED NOT NULL, | | `clinical_event_approval_history_id` int(11) UNSIGNED NOT NULL, |
| `clinical_event_approval_id` int(11) UNSIGNED NOT NULL, | | `clinical_event_approval_id` int(11) UNSIGNED NOT NULL, |
| `clinical_event_attendance_id` int(11) UNSIGNED NOT NULL, | | `clinical_event_attendance_id` int(11) UNSIGNED NOT NULL, |
| `approval_status` varchar(255) NOT NULL, | | `approval_status` varchar(255) NOT NULL, |
| `approval_comment` text, | | `approval_comment` text, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `created_date` bigint(20) DEFAULT NULL, | | `created_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `clinical_event_attendance` | | -- Table structure for table `clinical_event_attendance` |
| -- | | -- |
| | | |
| CREATE TABLE `clinical_event_attendance` ( | | CREATE TABLE `clinical_event_attendance` ( |
| `clinical_event_attendance_id` int(11) UNSIGNED NOT NULL, | | `clinical_event_attendance_id` int(11) UNSIGNED NOT NULL, |
| `clinical_event_id` int(10) UNSIGNED NOT NULL, | | `clinical_event_id` int(10) UNSIGNED NOT NULL, |
| `alocation_id` int(10) UNSIGNED DEFAULT NULL, | | `alocation_id` int(10) UNSIGNED DEFAULT NULL, |
| `proxy_id` bigint(20) NOT NULL, | | `proxy_id` bigint(20) NOT NULL, |
| `clinical_event_start` bigint(20) NOT NULL, | | `clinical_event_start` bigint(20) NOT NULL, |
| `clinical_event_finish` bigint(20) NOT NULL, | | `clinical_event_finish` bigint(20) NOT NULL, |
| `attendance_status` varchar(255) NOT NULL, | | `attendance_status` varchar(255) NOT NULL, |
| `attendance_comment` text, | | `attendance_comment` text, |
| `schedule_id` int(10) UNSIGNED DEFAULT NULL, | | `schedule_id` int(10) UNSIGNED DEFAULT NULL, |
| `course_id` int(10) UNSIGNED DEFAULT NULL, | | `course_id` int(10) UNSIGNED DEFAULT NULL, |
| `cperiod_id` int(10) UNSIGNED DEFAULT NULL, | | `cperiod_id` int(10) UNSIGNED DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `created_date` bigint(20) DEFAULT NULL, | | `created_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `clinical_event_attendance_history` | | -- Table structure for table `clinical_event_attendance_history` |
| -- | | -- |
| | | |
| CREATE TABLE `clinical_event_attendance_history` ( | | CREATE TABLE `clinical_event_attendance_history` ( |
| `clinical_event_attendance_history_id` int(11) UNSIGNED NOT NULL, | | `clinical_event_attendance_history_id` int(11) UNSIGNED NOT NULL, |
| `clinical_event_attendance_id` int(10) UNSIGNED NOT NULL, | | `clinical_event_attendance_id` int(10) UNSIGNED NOT NULL, |
| `clinical_event_id` int(10) UNSIGNED NOT NULL, | | `clinical_event_id` int(10) UNSIGNED NOT NULL, |
| `alocation_id` int(10) UNSIGNED DEFAULT NULL, | | `alocation_id` int(10) UNSIGNED DEFAULT NULL, |
| `proxy_id` bigint(20) NOT NULL, | | `proxy_id` bigint(20) NOT NULL, |
| `clinical_event_start` bigint(20) NOT NULL, | | `clinical_event_start` bigint(20) NOT NULL, |
| `clinical_event_finish` bigint(20) NOT NULL, | | `clinical_event_finish` bigint(20) NOT NULL, |
| `attendance_status` varchar(255) NOT NULL, | | `attendance_status` varchar(255) NOT NULL, |
| `attendance_comment` text, | | `attendance_comment` text, |
| `schedule_id` int(10) UNSIGNED DEFAULT NULL, | | `schedule_id` int(10) UNSIGNED DEFAULT NULL, |
| `course_id` int(10) UNSIGNED DEFAULT NULL, | | `course_id` int(10) UNSIGNED DEFAULT NULL, |
| `cperiod_id` int(10) UNSIGNED DEFAULT NULL, | | `cperiod_id` int(10) UNSIGNED DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `created_date` bigint(20) DEFAULT NULL, | | `created_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `clinical_event_audiences` | | -- Table structure for table `clinical_event_audiences` |
| -- | | -- |
| | | |
| CREATE TABLE `clinical_event_audiences` ( | | CREATE TABLE `clinical_event_audiences` ( |
| `clinical_event_audience_id` int(11) UNSIGNED NOT NULL, | | `clinical_event_audience_id` int(11) UNSIGNED NOT NULL, |
| `clinical_event_id` int(10) UNSIGNED NOT NULL, | | `clinical_event_id` int(10) UNSIGNED NOT NULL, |
| `audience_type` varchar(255) NOT NULL, | | `audience_type` varchar(255) NOT NULL, |
| `audience_id` bigint(20) NOT NULL, | | `audience_id` bigint(20) NOT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `created_date` bigint(20) DEFAULT NULL, | | `created_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `clinical_event_recurring` | | -- Table structure for table `clinical_event_recurring` |
| -- | | -- |
| | | |
| CREATE TABLE `clinical_event_recurring` ( | | CREATE TABLE `clinical_event_recurring` ( |
| `clinical_event_recurring_id` int(11) UNSIGNED NOT NULL, | | `clinical_event_recurring_id` int(11) UNSIGNED NOT NULL, |
| `series_start` bigint(20) NOT NULL, | | `series_start` bigint(20) NOT NULL, |
| `series_finish` bigint(20) NOT NULL, | | `series_finish` bigint(20) NOT NULL, |
| `series_repeat_every` int(11) NOT NULL, | | `series_repeat_every` int(11) NOT NULL, |
| `series_repeat_interval` varchar(255) NOT NULL, | | `series_repeat_interval` varchar(255) NOT NULL, |
| `sunday` tinyint(1) NOT NULL DEFAULT '0', | | `sunday` tinyint(1) NOT NULL DEFAULT '0', |
| `monday` tinyint(1) NOT NULL DEFAULT '0', | | `monday` tinyint(1) NOT NULL DEFAULT '0', |
| `tuesday` tinyint(1) NOT NULL DEFAULT '0', | | `tuesday` tinyint(1) NOT NULL DEFAULT '0', |
| `wednesday` tinyint(1) NOT NULL DEFAULT '0', | | `wednesday` tinyint(1) NOT NULL DEFAULT '0', |
| `thursday` tinyint(1) NOT NULL DEFAULT '0', | | `thursday` tinyint(1) NOT NULL DEFAULT '0', |
| `friday` tinyint(1) NOT NULL DEFAULT '0', | | `friday` tinyint(1) NOT NULL DEFAULT '0', |
| `saturday` tinyint(1) NOT NULL DEFAULT '0', | | `saturday` tinyint(1) NOT NULL DEFAULT '0', |
| `month_day` varchar(255) DEFAULT NULL, | | `month_day` varchar(255) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `created_date` bigint(20) DEFAULT NULL, | | `created_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `clinical_locations` | | -- Table structure for table `clinical_locations` |
| -- | | -- |
| | | |
| CREATE TABLE `clinical_locations` ( | | CREATE TABLE `clinical_locations` ( |
| `clocation_id` int(11) UNSIGNED NOT NULL, | | `clocation_id` int(11) UNSIGNED NOT NULL, |
| `resource_type` enum('schedule_id','schedule_slot_id','schedule_audience_id','clinical_event_id','clinical_event_attendance_id') NOT NULL, | | `resource_type` enum('schedule_id','schedule_slot_id','schedule_audience_id','clinical_event_id','clinical_event_attendance_id') NOT NULL, |
| `resource_id` int(11) UNSIGNED NOT NULL, | | `resource_id` int(11) UNSIGNED NOT NULL, |
| `alocation_id` int(11) UNSIGNED DEFAULT NULL, | | `alocation_id` int(11) UNSIGNED DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `created_date` bigint(20) DEFAULT NULL, | | `created_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `clinical_locations` | | -- Dumping data for table `clinical_locations` |
| -- | | -- |
| | | |
| INSERT INTO `clinical_locations` (`clocation_id`, `resource_type`, `resource_id`, `alocation_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES | | INSERT INTO `clinical_locations` (`clocation_id`, `resource_type`, `resource_id`, `alocation_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES |
| (1, 'schedule_id', 1, 1, NULL, NULL, NULL, NULL, NULL), | | (1, 'schedule_id', 1, 1, NULL, NULL, NULL, NULL, NULL), |
| (2, 'schedule_audience_id', 1, 2, NULL, NULL, NULL, NULL, NULL), | | (2, 'schedule_audience_id', 1, 2, NULL, NULL, NULL, NULL, NULL), |
| (3, 'schedule_id', 74, 1, 1, 1685381586, 1, 1685381586, NULL), | | (3, 'schedule_id', 74, 1, 1, 1685381586, 1, 1685381586, NULL), |
| (4, 'schedule_slot_id', 26, 1, 1, 1685381586, 1, 1685381586, NULL), | | (4, 'schedule_slot_id', 26, 1, 1, 1685381586, 1, 1685381586, NULL), |
| (5, 'schedule_slot_id', 35, 1, 1, 1685381586, 1, 1685381586, NULL), | | (5, 'schedule_slot_id', 35, 1, 1, 1685381586, 1, 1685381586, NULL), |
| (6, 'schedule_id', 78, 2, 1, 1685381586, 1, 1685381586, NULL), | | (6, 'schedule_id', 78, 2, 1, 1685381586, 1, 1685381586, NULL), |
| (7, 'schedule_id', 74, 3, 1, 1685381586, 1, 1685381586, NULL), | | (7, 'schedule_id', 74, 3, 1, 1685381586, 1, 1685381586, NULL), |
| (8, 'schedule_audience_id', 4, 1, 1, 1685381586, 1, 1685381586, NULL), | | (8, 'schedule_audience_id', 4, 1, 1, 1685381586, 1, 1685381586, NULL), |
| (9, 'schedule_audience_id', 5, 7, 1, 1685381586, 1, 1685381586, NULL); | | (9, 'schedule_audience_id', 5, 7, 1, 1685381586, 1, 1685381586, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `clinical_preceptors` | | -- Table structure for table `clinical_preceptors` |
| -- | | -- |
| | | |
| CREATE TABLE `clinical_preceptors` ( | | CREATE TABLE `clinical_preceptors` ( |
| `cpreceptor_id` int(11) UNSIGNED NOT NULL, | | `cpreceptor_id` int(11) UNSIGNED NOT NULL, |
| `resource_type` enum('schedule_id','schedule_slot_id','schedule_audience_id','clinical_event_id','clinical_event_attendance_id') NOT NULL, | | `resource_type` enum('schedule_id','schedule_slot_id','schedule_audience_id','clinical_event_id','clinical_event_attendance_id') NOT NULL, |
| `resource_id` int(11) UNSIGNED NOT NULL, | | `resource_id` int(11) UNSIGNED NOT NULL, |
| `user_type` enum('proxy_id','external_assessor_id') NOT NULL, | | `user_type` enum('proxy_id','external_assessor_id') NOT NULL, |
| `user_id` int(11) UNSIGNED NOT NULL, | | `user_id` int(11) UNSIGNED NOT NULL, |
| `role_id` int(11) UNSIGNED DEFAULT NULL, | | `role_id` int(11) UNSIGNED DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `created_date` bigint(20) DEFAULT NULL, | | `created_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `clinical_preceptors` | | -- Dumping data for table `clinical_preceptors` |
| -- | | -- |
| | | |
| INSERT INTO `clinical_preceptors` (`cpreceptor_id`, `resource_type`, `resource_id`, `user_type`, `user_id`, `role_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES | | INSERT INTO `clinical_preceptors` (`cpreceptor_id`, `resource_type`, `resource_id`, `user_type`, `user_id`, `role_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES |
| (1, 'schedule_id', 2, 'proxy_id', 5, 1, NULL, NULL, NULL, NULL, NULL), | | (1, 'schedule_id', 2, 'proxy_id', 5, 1, NULL, NULL, NULL, NULL, NULL), |
| (2, 'schedule_slot_id', 1, 'proxy_id', 5, 1, NULL, NULL, NULL, NULL, NULL), | | (2, 'schedule_slot_id', 1, 'proxy_id', 5, 1, NULL, NULL, NULL, NULL, NULL), |
| (3, 'schedule_audience_id', 1, 'proxy_id', 5, 1, NULL, NULL, NULL, NULL, NULL), | | (3, 'schedule_audience_id', 1, 'proxy_id', 5, 1, NULL, NULL, NULL, NULL, NULL), |
| (4, 'schedule_id', 1, 'proxy_id', 5, NULL, 1, 1685381586, 1, 1685381586, NULL), | | (4, 'schedule_id', 1, 'proxy_id', 5, NULL, 1, 1685381586, 1, 1685381586, NULL), |
| (5, 'schedule_id', 1, 'proxy_id', 5, NULL, 1, 1685381586, 1, 1685381586, NULL), | | (5, 'schedule_id', 1, 'proxy_id', 5, NULL, 1, 1685381586, 1, 1685381586, NULL), |
| (6, 'schedule_id', 4, 'proxy_id', 5, NULL, 1, 1685381586, 1, 1685381586, NULL), | | (6, 'schedule_id', 4, 'proxy_id', 5, NULL, 1, 1685381586, 1, 1685381586, NULL), |
| (7, 'schedule_audience_id', 3, 'proxy_id', 6, NULL, 1, 1685381586, 1, 1685381586, NULL), | | (7, 'schedule_audience_id', 3, 'proxy_id', 6, NULL, 1, 1685381586, 1, 1685381586, NULL), |
| (8, 'schedule_slot_id', 26, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL), | | (8, 'schedule_slot_id', 26, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL), |
| (9, 'schedule_id', 74, 'proxy_id', 13, NULL, 1, 1685381586, 1, 1685381586, NULL), | | (9, 'schedule_id', 74, 'proxy_id', 13, NULL, 1, 1685381586, 1, 1685381586, NULL), |
| (10, 'schedule_slot_id', 35, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL), | | (10, 'schedule_slot_id', 35, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL), |
| (11, 'schedule_slot_id', 60, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL), | | (11, 'schedule_slot_id', 60, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL), |
| (12, 'schedule_slot_id', 61, 'proxy_id', 8, NULL, 1, 1685381586, 1, 1685381586, NULL), | | (12, 'schedule_slot_id', 61, 'proxy_id', 8, NULL, 1, 1685381586, 1, 1685381586, NULL), |
| (13, 'schedule_slot_id', 62, 'proxy_id', 13, NULL, 1, 1685381586, 1, 1685381586, NULL), | | (13, 'schedule_slot_id', 62, 'proxy_id', 13, NULL, 1, 1685381586, 1, 1685381586, NULL), |
| (14, 'schedule_slot_id', 63, 'proxy_id', 9, NULL, 1, 1685381586, 1, 1685381586, NULL), | | (14, 'schedule_slot_id', 63, 'proxy_id', 9, NULL, 1, 1685381586, 1, 1685381586, NULL), |
| (15, 'schedule_id', 74, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL), | | (15, 'schedule_id', 74, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL), |
| (16, 'schedule_audience_id', 4, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL), | | (16, 'schedule_audience_id', 4, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL), |
| (17, 'schedule_audience_id', 5, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL); | | (17, 'schedule_audience_id', 5, 'proxy_id', 7, NULL, 1, 1685381586, 1, 1685381586, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `clinical_preceptor_roles` | | -- Table structure for table `clinical_preceptor_roles` |
| -- | | -- |
| | | |
| CREATE TABLE `clinical_preceptor_roles` ( | | CREATE TABLE `clinical_preceptor_roles` ( |
| `cprole_id` int(11) UNSIGNED NOT NULL, | | `cprole_id` int(11) UNSIGNED NOT NULL, |
| `name` varchar(255) NOT NULL, | | `name` varchar(255) NOT NULL, |
| `code` varchar(255) DEFAULT NULL, | | `code` varchar(255) DEFAULT NULL, |
| `description` text, | | `description` text, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `created_date` bigint(20) DEFAULT NULL, | | `created_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `clinical_preceptor_roles` | | -- Dumping data for table `clinical_preceptor_roles` |
| -- | | -- |
| | | |
| INSERT INTO `clinical_preceptor_roles` (`cprole_id`, `name`, `code`, `description`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES | | INSERT INTO `clinical_preceptor_roles` (`cprole_id`, `name`, `code`, `description`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES |
| (1, 'Attending', NULL, NULL, 1, 1556670356, NULL, NULL, NULL); | | (1, 'Attending', NULL, NULL, 1, 1556670356, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `communities` | | -- Table structure for table `communities` |
| -- | | -- |
| | | |
| CREATE TABLE `communities` ( | | CREATE TABLE `communities` ( |
| `community_id` int(12) NOT NULL, | | `community_id` int(12) NOT NULL, |
| `community_parent` int(12) NOT NULL DEFAULT '0', | | `community_parent` int(12) NOT NULL DEFAULT '0', |
| `category_id` int(12) NOT NULL DEFAULT '0', | | `category_id` int(12) NOT NULL DEFAULT '0', |
| `community_url` text NOT NULL, | | `community_url` text NOT NULL, |
| `octype_id` int(12) NOT NULL DEFAULT '1', | | `octype_id` int(12) NOT NULL DEFAULT '1', |
| `community_template` varchar(30) NOT NULL DEFAULT 'default', | | `community_template` varchar(30) NOT NULL DEFAULT 'default', |
| `community_theme` varchar(12) NOT NULL DEFAULT 'default', | | `community_theme` varchar(12) NOT NULL DEFAULT 'default', |
| `community_shortname` varchar(32) NOT NULL, | | `community_shortname` varchar(32) NOT NULL, |
| `community_title` varchar(64) NOT NULL, | | `community_title` varchar(64) NOT NULL, |
| `community_description` text NOT NULL, | | `community_description` text NOT NULL, |
| `community_keywords` varchar(255) NOT NULL, | | `community_keywords` varchar(255) NOT NULL, |
| `community_email` varchar(128) NOT NULL, | | `community_email` varchar(128) NOT NULL, |
| `community_website` text NOT NULL, | | `community_website` text NOT NULL, |
| `community_protected` int(1) NOT NULL DEFAULT '1', | | `community_protected` int(1) NOT NULL DEFAULT '1', |
| `community_registration` int(1) NOT NULL DEFAULT '1', | | `community_registration` int(1) NOT NULL DEFAULT '1', |
| `community_members` text NOT NULL, | | `community_members` text NOT NULL, |
| `community_active` int(1) NOT NULL DEFAULT '1', | | `community_active` int(1) NOT NULL DEFAULT '1', |
| `community_opened` bigint(64) NOT NULL DEFAULT '0', | | `community_opened` bigint(64) NOT NULL DEFAULT '0', |
| `community_notifications` int(1) NOT NULL DEFAULT '0', | | `community_notifications` int(1) NOT NULL DEFAULT '0', |
| `sub_communities` int(1) NOT NULL DEFAULT '0', | | `sub_communities` int(1) NOT NULL DEFAULT '0', |
| `storage_usage` int(32) NOT NULL DEFAULT '0', | | `storage_usage` int(32) NOT NULL DEFAULT '0', |
| `storage_max` bigint(64) NOT NULL DEFAULT '1073741824', | | `storage_max` bigint(64) NOT NULL DEFAULT '1073741824', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `community_twitter_handle` varchar(16) DEFAULT NULL, | | `community_twitter_handle` varchar(16) DEFAULT NULL, |
| `community_twitter_hashtags` text | | `community_twitter_hashtags` text |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `communities` | | -- Dumping data for table `communities` |
| -- | | -- |
| | | |
| INSERT INTO `communities` (`community_id`, `community_parent`, `category_id`, `community_url`, `octype_id`, `community_template`, `community_theme`, `community_shortname`, `community_title`, `community_description`, `community_keywords`, `community_email`, `community_website`, `community_protected`, `community_registration`, `community_members`, `community_active`, `community_opened`, `community_notifications`, `sub_communities`, `storage_usage`, `storage_max`, `updated_date`, `updated_by`, `community_twitter_handle`, `community_twitter_hashtags`) VALUES | | INSERT INTO `communities` (`community_id`, `community_parent`, `category_id`, `community_url`, `octype_id`, `community_template`, `community_theme`, `community_shortname`, `community_title`, `community_description`, `community_keywords`, `community_email`, `community_website`, `community_protected`, `community_registration`, `community_members`, `community_active`, `community_opened`, `community_notifications`, `sub_communities`, `storage_usage`, `storage_max`, `updated_date`, `updated_by`, `community_twitter_handle`, `community_twitter_hashtags`) VALUES |
| (1, 0, 4, '/testcommunity1', 1, 'default', 'default', 'testcommunity1', 'Test Community 1', '', 'test community 1', '', '', 1, 0, '', 1, 1685381585, 0, 0, 0, 1073741824, 1685381585, 1, '', ''), | | (1, 0, 4, '/testcommunity1', 1, 'default', 'default', 'testcommunity1', 'Test Community 1', '', 'test community 1', '', '', 1, 0, '', 1, 1685381585, 0, 0, 0, 1073741824, 1685381585, 1, '', ''), |
| (2, 0, 5, '/course1communitycour', 2, 'course', 'default', 'course1communitycour', 'Course 1 Community Course', '', '', '', '', 1, 4, '', 1, 1685381585, 0, 0, 0, 1073741824, 1685381585, 1, '', ''), | | (2, 0, 5, '/course1communitycour', 2, 'course', 'default', 'course1communitycour', 'Course 1 Community Course', '', '', '', '', 1, 4, '', 1, 1685381585, 0, 0, 0, 1073741824, 1685381585, 1, '', ''), |
| (3, 0, 5, '/course1communitycour_5', 2, 'course', 'default', 'course1communitycour', 'Course 1 Community Course', '', '', '', '', 1, 4, '', 1, 1685381585, 0, 0, 0, 1073741824, 1685381585, 1, '', ''); | | (3, 0, 5, '/course1communitycour_5', 2, 'course', 'default', 'course1communitycour', 'Course 1 Community Course', '', '', '', '', 1, 4, '', 1, 1685381585, 0, 0, 0, 1073741824, 1685381585, 1, '', ''); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `communities_categories` | | -- Table structure for table `communities_categories` |
| -- | | -- |
| | | |
| CREATE TABLE `communities_categories` ( | | CREATE TABLE `communities_categories` ( |
| `category_id` int(12) NOT NULL, | | `category_id` int(12) NOT NULL, |
| `category_parent` int(12) NOT NULL DEFAULT '0', | | `category_parent` int(12) NOT NULL DEFAULT '0', |
| `category_title` varchar(64) NOT NULL, | | `category_title` varchar(64) NOT NULL, |
| `category_description` text NOT NULL, | | `category_description` text NOT NULL, |
| `category_keywords` varchar(255) NOT NULL, | | `category_keywords` varchar(255) NOT NULL, |
| `category_visible` int(1) NOT NULL DEFAULT '1', | | `category_visible` int(1) NOT NULL DEFAULT '1', |
| `category_status` int(1) NOT NULL DEFAULT '0' | | `category_status` int(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `communities_categories` | | -- Dumping data for table `communities_categories` |
| -- | | -- |
| | | |
| INSERT INTO `communities_categories` (`category_id`, `category_parent`, `category_title`, `category_description`, `category_keywords`, `category_visible`, `category_status`) VALUES | | INSERT INTO `communities_categories` (`category_id`, `category_parent`, `category_title`, `category_description`, `category_keywords`, `category_visible`, `category_status`) VALUES |
| (1, 0, 'Official Communities', '', '', 1, 0), | | (1, 0, 'Official Communities', '', '', 1, 0), |
| (2, 0, 'Other Communities', '', '', 1, 0), | | (2, 0, 'Other Communities', '', '', 1, 0), |
| (4, 1, 'Administration', 'A container for official administrative units to reside.', '', 1, 0), | | (4, 1, 'Administration', 'A container for official administrative units to reside.', '', 1, 0), |
| (5, 1, 'Courses, etc.', 'A container for official course groups and communities to reside.', '', 1, 0), | | (5, 1, 'Courses, etc.', 'A container for official course groups and communities to reside.', '', 1, 0), |
| (7, 2, 'Health & Wellness', '', '', 1, 0), | | (7, 2, 'Health & Wellness', '', '', 1, 0), |
| (8, 2, 'Sports & Leisure', '', '', 1, 0), | | (8, 2, 'Sports & Leisure', '', '', 1, 0), |
| (9, 2, 'Learning & Teaching', '', '', 1, 0), | | (9, 2, 'Learning & Teaching', '', '', 1, 0), |
| (11, 2, 'Miscellaneous', '', '', 1, 0), | | (11, 2, 'Miscellaneous', '', '', 1, 0), |
| (12, 1, 'Committees', '', '', 1, 0), | | (12, 1, 'Committees', '', '', 1, 0), |
| (14, 2, 'Social Responsibility', '', '', 1, 0), | | (14, 2, 'Social Responsibility', '', '', 1, 0), |
| (15, 2, 'Careers in Health Care', '', '', 1, 0), | | (15, 2, 'Careers in Health Care', '', '', 1, 0), |
| (16, 2, 'Cultures & Communities', '', '', 1, 0), | | (16, 2, 'Cultures & Communities', '', '', 1, 0), |
| (17, 2, 'Business & Finance', '', '', 1, 0), | | (17, 2, 'Business & Finance', '', '', 1, 0), |
| (18, 2, 'Arts & Entertainment', '', '', 1, 0); | | (18, 2, 'Arts & Entertainment', '', '', 1, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `communities_modules` | | -- Table structure for table `communities_modules` |
| -- | | -- |
| | | |
| CREATE TABLE `communities_modules` ( | | CREATE TABLE `communities_modules` ( |
| `module_id` int(12) NOT NULL, | | `module_id` int(12) NOT NULL, |
| `module_shortname` varchar(32) NOT NULL, | | `module_shortname` varchar(32) NOT NULL, |
| `module_version` varchar(8) NOT NULL DEFAULT '1.0.0', | | `module_version` varchar(8) NOT NULL DEFAULT '1.0.0', |
| `module_title` varchar(64) NOT NULL, | | `module_title` varchar(64) NOT NULL, |
| `module_description` text NOT NULL, | | `module_description` text NOT NULL, |
| `module_active` int(1) NOT NULL DEFAULT '1', | | `module_active` int(1) NOT NULL DEFAULT '1', |
| `module_visible` int(1) NOT NULL DEFAULT '1', | | `module_visible` int(1) NOT NULL DEFAULT '1', |
| `module_permissions` text NOT NULL, | | `module_permissions` text NOT NULL, |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `communities_modules` | | -- Dumping data for table `communities_modules` |
| -- | | -- |
| | | |
| INSERT INTO `communities_modules` (`module_id`, `module_shortname`, `module_version`, `module_title`, `module_description`, `module_active`, `module_visible`, `module_permissions`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `communities_modules` (`module_id`, `module_shortname`, `module_version`, `module_title`, `module_description`, `module_active`, `module_visible`, `module_permissions`, `updated_date`, `updated_by`) VALUES |
| (1, 'announcements', '1.0.0', 'Announcements', 'The Announcements module allows you to post Announcements to your community.', 1, 1, 'a:4:{s:3:\"add\";i:1;s:6:\"delete\";i:1;s:4:\"edit\";i:1;s:5:\"index\";i:0;}', 1173116408, 1), | | (1, 'announcements', '1.0.0', 'Announcements', 'The Announcements module allows you to post Announcements to your community.', 1, 1, 'a:4:{s:3:\"add\";i:1;s:6:\"delete\";i:1;s:4:\"edit\";i:1;s:5:\"index\";i:0;}', 1173116408, 1), |
| (2, 'discussions', '1.0.0', 'Discussions', 'The Discussions module is a simple method you can use to host discussions.', 1, 1, 'a:10:{s:9:\"add-forum\";i:1;s:8:\"add-post\";i:0;s:12:\"delete-forum\";i:1;s:11:\"delete-post\";i:0;s:10:\"edit-forum\";i:1;s:9:\"edit-post\";i:0;s:5:\"index\";i:0;s:10:\"reply-post\";i:0;s:10:\"view-forum\";i:0;s:9:\"view-post\";i:0;}', 1173116408, 1), | | (2, 'discussions', '1.0.0', 'Discussions', 'The Discussions module is a simple method you can use to host discussions.', 1, 1, 'a:10:{s:9:\"add-forum\";i:1;s:8:\"add-post\";i:0;s:12:\"delete-forum\";i:1;s:11:\"delete-post\";i:0;s:10:\"edit-forum\";i:1;s:9:\"edit-post\";i:0;s:5:\"index\";i:0;s:10:\"reply-post\";i:0;s:10:\"view-forum\";i:0;s:9:\"view-post\";i:0;}', 1173116408, 1), |
| (3, 'galleries', '1.0.0', 'Galleries', 'The Galleries module allows you to add photo galleries and images to your community.', 1, 1, 'a:13:{s:11:\"add-comment\";i:0;s:11:\"add-gallery\";i:1;s:9:\"add-photo\";i:0;s:10:\"move-photo\";i:0;s:14:\"delete-comment\";i:0;s:14:\"delete-gallery\";i:1;s:12:\"delete-photo\";i:0;s:12:\"edit-comment\";i:0;s:12:\"edit-gallery\";i:1;s:10:\"edit-photo\";i:0;s:5:\"index\";i:0;s:12:\"view-gallery\";i:0;s:10:\"view-photo\";i:0;}', 1173116408, 1), | | (3, 'galleries', '1.0.0', 'Galleries', 'The Galleries module allows you to add photo galleries and images to your community.', 1, 1, 'a:13:{s:11:\"add-comment\";i:0;s:11:\"add-gallery\";i:1;s:9:\"add-photo\";i:0;s:10:\"move-photo\";i:0;s:14:\"delete-comment\";i:0;s:14:\"delete-gallery\";i:1;s:12:\"delete-photo\";i:0;s:12:\"edit-comment\";i:0;s:12:\"edit-gallery\";i:1;s:10:\"edit-photo\";i:0;s:5:\"index\";i:0;s:12:\"view-gallery\";i:0;s:10:\"view-photo\";i:0;}', 1173116408, 1), |
| (4, 'shares', '1.0.0', 'Document Sharing', 'The Document Sharing module gives you the ability to upload and share documents within your community.', 1, 1, 'a:25:{s:11:\"add-comment\";i:0;s:10:\"add-folder\";i:1;s:8:\"add-file\";i:0;s:8:\"add-html\";i:0;s:8:\"add-link\";i:0;s:9:\"move-file\";i:0;s:9:\"move-link\";i:0;s:9:\"move-html\";i:0;s:12:\"add-revision\";i:0;s:14:\"delete-comment\";i:0;s:13:\"delete-folder\";i:1;s:11:\"delete-file\";i:0;s:11:\"delete-link\";i:0;s:11:\"delete-html\";i:0;s:15:\"delete-revision\";i:0;s:12:\"edit-comment\";i:0;s:11:\"edit-folder\";i:1;s:9:\"edit-file\";i:0;s:9:\"edit-link\";i:0;s:9:\"edit-html\";i:0;s:5:\"index\";i:0;s:11:\"view-folder\";i:0;s:9:\"view-file\";i:0;s:9:\"view-link\";i:0;s:9:\"view-html\";i:0;}', 1173116408, 1), | | (4, 'shares', '1.0.0', 'Document Sharing', 'The Document Sharing module gives you the ability to upload and share documents within your community.', 1, 1, 'a:25:{s:11:\"add-comment\";i:0;s:10:\"add-folder\";i:1;s:8:\"add-file\";i:0;s:8:\"add-html\";i:0;s:8:\"add-link\";i:0;s:9:\"move-file\";i:0;s:9:\"move-link\";i:0;s:9:\"move-html\";i:0;s:12:\"add-revision\";i:0;s:14:\"delete-comment\";i:0;s:13:\"delete-folder\";i:1;s:11:\"delete-file\";i:0;s:11:\"delete-link\";i:0;s:11:\"delete-html\";i:0;s:15:\"delete-revision\";i:0;s:12:\"edit-comment\";i:0;s:11:\"edit-folder\";i:1;s:9:\"edit-file\";i:0;s:9:\"edit-link\";i:0;s:9:\"edit-html\";i:0;s:5:\"index\";i:0;s:11:\"view-folder\";i:0;s:9:\"view-file\";i:0;s:9:\"view-link\";i:0;s:9:\"view-html\";i:0;}', 1173116408, 1), |
| (5, 'polls', '1.0.0', 'Polling', 'This module allows communities to create their own polls for everything from adhoc open community polling to individual community member votes.', 1, 1, 'a:10:{s:8:\"add-poll\";i:1;s:12:\"add-question\";i:1;s:13:\"edit-question\";i:1;s:15:\"delete-question\";i:1;s:11:\"delete-poll\";i:1;s:9:\"edit-poll\";i:1;s:9:\"view-poll\";i:0;s:9:\"vote-poll\";i:0;s:5:\"index\";i:0;s:8:\"my-votes\";i:0;}', 1216256830, 1408), | | (5, 'polls', '1.0.0', 'Polling', 'This module allows communities to create their own polls for everything from adhoc open community polling to individual community member votes.', 1, 1, 'a:10:{s:8:\"add-poll\";i:1;s:12:\"add-question\";i:1;s:13:\"edit-question\";i:1;s:15:\"delete-question\";i:1;s:11:\"delete-poll\";i:1;s:9:\"edit-poll\";i:1;s:9:\"view-poll\";i:0;s:9:\"vote-poll\";i:0;s:5:\"index\";i:0;s:8:\"my-votes\";i:0;}', 1216256830, 1408), |
| (6, 'events', '1.0.0', 'Events', 'The Events module allows you to post events to your community which will be accessible through iCalendar ics files or viewable in the community.', 1, 1, 'a:4:{s:3:\"add\";i:1;s:6:\"delete\";i:1;s:4:\"edit\";i:1;s:5:\"index\";i:0;}', 1225209600, 1), | | (6, 'events', '1.0.0', 'Events', 'The Events module allows you to post events to your community which will be accessible through iCalendar ics files or viewable in the community.', 1, 1, 'a:4:{s:3:\"add\";i:1;s:6:\"delete\";i:1;s:4:\"edit\";i:1;s:5:\"index\";i:0;}', 1225209600, 1), |
| (7, 'quizzes', '1.0.0', 'Quizzes', 'This module allows communities to create their own quizzes for summative or formative evaluation.', 1, 1, 'a:4:{s:5:\"index\";i:0;s:7:\"attempt\";i:0;s:7:\"results\";i:0;s:13:\"save-response\";i:0;}', 1216256830, 1), | | (7, 'quizzes', '1.0.0', 'Quizzes', 'This module allows communities to create their own quizzes for summative or formative evaluation.', 1, 1, 'a:4:{s:5:\"index\";i:0;s:7:\"attempt\";i:0;s:7:\"results\";i:0;s:13:\"save-response\";i:0;}', 1216256830, 1), |
| (8, 'mtdtracking', '1.0.0', 'MTD Tracking', 'The MTD Tracking module allows Program Assistants to enter the weekly schedule for each of their Residents.', 0, 0, 'a:2:{s:4:\"edit\";i:1;s:5:\"index\";i:0;}', 1216256830, 5440); | | (8, 'mtdtracking', '1.0.0', 'MTD Tracking', 'The MTD Tracking module allows Program Assistants to enter the weekly schedule for each of their Residents.', 0, 0, 'a:2:{s:4:\"edit\";i:1;s:5:\"index\";i:0;}', 1216256830, 5440); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `communities_most_active` | | -- Table structure for table `communities_most_active` |
| -- | | -- |
| | | |
| CREATE TABLE `communities_most_active` ( | | CREATE TABLE `communities_most_active` ( |
| `cmactive_id` int(12) NOT NULL, | | `cmactive_id` int(12) NOT NULL, |
| `community_id` int(12) NOT NULL, | | `community_id` int(12) NOT NULL, |
| `activity_order` int(2) NOT NULL | | `activity_order` int(2) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `communities_template_permissions` | | -- Table structure for table `communities_template_permissions` |
| -- | | -- |
| | | |
| CREATE TABLE `communities_template_permissions` ( | | CREATE TABLE `communities_template_permissions` ( |
| `ctpermission_id` int(12) UNSIGNED NOT NULL, | | `ctpermission_id` int(12) UNSIGNED NOT NULL, |
| `permission_type` enum('category_id','group') DEFAULT NULL, | | `permission_type` enum('category_id','group') DEFAULT NULL, |
| `permission_value` varchar(32) DEFAULT NULL, | | `permission_value` varchar(32) DEFAULT NULL, |
| `template` varchar(32) NOT NULL | | `template` varchar(32) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `communities_template_permissions` | | -- Dumping data for table `communities_template_permissions` |
| -- | | -- |
| | | |
| INSERT INTO `communities_template_permissions` (`ctpermission_id`, `permission_type`, `permission_value`, `template`) VALUES | | INSERT INTO `communities_template_permissions` (`ctpermission_id`, `permission_type`, `permission_value`, `template`) VALUES |
| (1, '', '', 'default'), | | (1, '', '', 'default'), |
| (8, 'category_id', '', 'learningmodule'), | | (8, 'category_id', '', 'learningmodule'), |
| (9, 'category_id', '', 'virtualpatient'), | | (9, 'category_id', '', 'virtualpatient'), |
| (5, 'category_id', '12', 'committee'), | | (5, 'category_id', '12', 'committee'), |
| (3, 'category_id', '5', 'course'), | | (3, 'category_id', '5', 'course'), |
| (4, 'group', 'faculty,staff,medtech', 'committee'), | | (4, 'group', 'faculty,staff,medtech', 'committee'), |
| (2, 'group', 'faculty,staff,medtech', 'course'), | | (2, 'group', 'faculty,staff,medtech', 'course'), |
| (6, 'group', 'faculty,staff,medtech', 'learningmodule'), | | (6, 'group', 'faculty,staff,medtech', 'learningmodule'), |
| (7, 'group', 'faculty,staff,medtech', 'virtualpatient'); | | (7, 'group', 'faculty,staff,medtech', 'virtualpatient'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_acl` | | -- Table structure for table `community_acl` |
| -- | | -- |
| | | |
| CREATE TABLE `community_acl` ( | | CREATE TABLE `community_acl` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `resource_type` varchar(64) DEFAULT NULL, | | `resource_type` varchar(64) DEFAULT NULL, |
| `resource_value` int(11) DEFAULT NULL, | | `resource_value` int(11) DEFAULT NULL, |
| `create` tinyint(11) DEFAULT NULL, | | `create` tinyint(11) DEFAULT NULL, |
| `read` tinyint(11) DEFAULT NULL, | | `read` tinyint(11) DEFAULT NULL, |
| `update` tinyint(11) DEFAULT NULL, | | `update` tinyint(11) DEFAULT NULL, |
| `delete` tinyint(11) DEFAULT NULL, | | `delete` tinyint(11) DEFAULT NULL, |
| `assertion` varchar(50) DEFAULT NULL | | `assertion` varchar(50) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `community_acl` | | -- Dumping data for table `community_acl` |
| -- | | -- |
| | | |
| INSERT INTO `community_acl` (`id`, `resource_type`, `resource_value`, `create`, `read`, `update`, `delete`, `assertion`) VALUES | | INSERT INTO `community_acl` (`id`, `resource_type`, `resource_value`, `create`, `read`, `update`, `delete`, `assertion`) VALUES |
| (1, 'communityfolder', 1, 0, 1, 0, 0, 'CourseCommunityEnrollment'), | | (1, 'communityfolder', 1, 0, 1, 0, 0, 'CourseCommunityEnrollment'), |
| (2, 'communityfile', 1, 0, 1, 0, 0, 'CourseCommunityEnrollment'), | | (2, 'communityfile', 1, 0, 1, 0, 0, 'CourseCommunityEnrollment'), |
| (3, 'communityfile', 2, 0, 1, 0, 0, 'CourseCommunityEnrollment'), | | (3, 'communityfile', 2, 0, 1, 0, 0, 'CourseCommunityEnrollment'), |
| (4, 'communityfolder', 2, 0, 1, 0, 0, 'CourseCommunityEnrollment'); | | (4, 'communityfolder', 2, 0, 1, 0, 0, 'CourseCommunityEnrollment'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_acl_groups` | | -- Table structure for table `community_acl_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `community_acl_groups` ( | | CREATE TABLE `community_acl_groups` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `cgroup_id` int(11) DEFAULT NULL, | | `cgroup_id` int(11) DEFAULT NULL, |
| `resource_type` varchar(64) DEFAULT NULL, | | `resource_type` varchar(64) DEFAULT NULL, |
| `resource_value` int(11) DEFAULT NULL, | | `resource_value` int(11) DEFAULT NULL, |
| `create` tinyint(11) DEFAULT NULL, | | `create` tinyint(11) DEFAULT NULL, |
| `read` tinyint(11) DEFAULT NULL, | | `read` tinyint(11) DEFAULT NULL, |
| `update` tinyint(11) DEFAULT NULL, | | `update` tinyint(11) DEFAULT NULL, |
| `delete` tinyint(11) DEFAULT NULL | | `delete` tinyint(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_announcements` | | -- Table structure for table `community_announcements` |
| -- | | -- |
| | | |
| CREATE TABLE `community_announcements` ( | | CREATE TABLE `community_announcements` ( |
| `cannouncement_id` int(12) NOT NULL, | | `cannouncement_id` int(12) NOT NULL, |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `cpage_id` int(12) NOT NULL DEFAULT '0', | | `cpage_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `announcement_active` int(1) NOT NULL DEFAULT '1', | | `announcement_active` int(1) NOT NULL DEFAULT '1', |
| `pending_moderation` int(1) NOT NULL DEFAULT '0', | | `pending_moderation` int(1) NOT NULL DEFAULT '0', |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_until` bigint(64) NOT NULL DEFAULT '0', | | `release_until` bigint(64) NOT NULL DEFAULT '0', |
| `announcement_title` varchar(128) NOT NULL, | | `announcement_title` varchar(128) NOT NULL, |
| `announcement_description` text NOT NULL, | | `announcement_description` text NOT NULL, |
| `notify_members` int(1) DEFAULT NULL, | | `notify_members` int(1) DEFAULT NULL, |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_courses` | | -- Table structure for table `community_courses` |
| -- | | -- |
| | | |
| CREATE TABLE `community_courses` ( | | CREATE TABLE `community_courses` ( |
| `community_course_id` int(12) NOT NULL, | | `community_course_id` int(12) NOT NULL, |
| `community_id` int(12) NOT NULL, | | `community_id` int(12) NOT NULL, |
| `course_id` int(12) NOT NULL | | `course_id` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `community_courses` | | -- Dumping data for table `community_courses` |
| -- | | -- |
| | | |
| INSERT INTO `community_courses` (`community_course_id`, `community_id`, `course_id`) VALUES | | INSERT INTO `community_courses` (`community_course_id`, `community_id`, `course_id`) VALUES |
| (1, 2, 1), | | (1, 2, 1), |
| (2, 3, 1); | | (2, 3, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_course_cperiods` | | -- Table structure for table `community_course_cperiods` |
| -- | | -- |
| | | |
| CREATE TABLE `community_course_cperiods` ( | | CREATE TABLE `community_course_cperiods` ( |
| `cccperiod_id` int(11) NOT NULL, | | `cccperiod_id` int(11) NOT NULL, |
| `community_id` int(12) NOT NULL, | | `community_id` int(12) NOT NULL, |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `cperiod_id` int(11) NOT NULL, | | `cperiod_id` int(11) NOT NULL, |
| `locked` tinyint(1) DEFAULT '0' | | `locked` tinyint(1) DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `community_course_cperiods` | | -- Dumping data for table `community_course_cperiods` |
| -- | | -- |
| | | |
| INSERT INTO `community_course_cperiods` (`cccperiod_id`, `community_id`, `course_id`, `cperiod_id`, `locked`) VALUES | | INSERT INTO `community_course_cperiods` (`cccperiod_id`, `community_id`, `course_id`, `cperiod_id`, `locked`) VALUES |
| (1, 2, 1, 1, 0), | | (1, 2, 1, 1, 0), |
| (2, 3, 1, 5, 0); | | (2, 3, 1, 5, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_discussions` | | -- Table structure for table `community_discussions` |
| -- | | -- |
| | | |
| CREATE TABLE `community_discussions` ( | | CREATE TABLE `community_discussions` ( |
| `cdiscussion_id` int(12) NOT NULL, | | `cdiscussion_id` int(12) NOT NULL, |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `cpage_id` int(12) NOT NULL DEFAULT '0', | | `cpage_id` int(12) NOT NULL DEFAULT '0', |
| `forum_title` varchar(64) NOT NULL DEFAULT '', | | `forum_title` varchar(64) NOT NULL DEFAULT '', |
| `forum_description` text NOT NULL, | | `forum_description` text NOT NULL, |
| `forum_category` text NOT NULL, | | `forum_category` text NOT NULL, |
| `forum_order` int(6) NOT NULL DEFAULT '0', | | `forum_order` int(6) NOT NULL DEFAULT '0', |
| `forum_active` int(1) NOT NULL DEFAULT '1', | | `forum_active` int(1) NOT NULL DEFAULT '1', |
| `admin_notifications` int(1) NOT NULL DEFAULT '0', | | `admin_notifications` int(1) NOT NULL DEFAULT '0', |
| `allow_public_read` int(1) NOT NULL DEFAULT '0', | | `allow_public_read` int(1) NOT NULL DEFAULT '0', |
| `allow_public_post` int(1) NOT NULL DEFAULT '0', | | `allow_public_post` int(1) NOT NULL DEFAULT '0', |
| `allow_public_reply` int(1) NOT NULL DEFAULT '0', | | `allow_public_reply` int(1) NOT NULL DEFAULT '0', |
| `allow_troll_read` int(1) NOT NULL DEFAULT '1', | | `allow_troll_read` int(1) NOT NULL DEFAULT '1', |
| `allow_troll_post` int(1) NOT NULL DEFAULT '0', | | `allow_troll_post` int(1) NOT NULL DEFAULT '0', |
| `allow_troll_reply` int(1) NOT NULL DEFAULT '0', | | `allow_troll_reply` int(1) NOT NULL DEFAULT '0', |
| `allow_member_read` int(1) NOT NULL DEFAULT '1', | | `allow_member_read` int(1) NOT NULL DEFAULT '1', |
| `allow_member_post` int(1) NOT NULL DEFAULT '1', | | `allow_member_post` int(1) NOT NULL DEFAULT '1', |
| `allow_member_reply` int(1) NOT NULL DEFAULT '1', | | `allow_member_reply` int(1) NOT NULL DEFAULT '1', |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_until` bigint(64) NOT NULL DEFAULT '0', | | `release_until` bigint(64) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_discussions_files` | | -- Table structure for table `community_discussions_files` |
| -- | | -- |
| | | |
| CREATE TABLE `community_discussions_files` ( | | CREATE TABLE `community_discussions_files` ( |
| `cdfile_id` int(12) NOT NULL, | | `cdfile_id` int(12) NOT NULL, |
| `cdtopic_id` int(12) NOT NULL DEFAULT '0', | | `cdtopic_id` int(12) NOT NULL DEFAULT '0', |
| `cdiscussion_id` int(12) NOT NULL DEFAULT '0', | | `cdiscussion_id` int(12) NOT NULL DEFAULT '0', |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `file_title` varchar(128) NOT NULL, | | `file_title` varchar(128) NOT NULL, |
| `file_description` text NOT NULL, | | `file_description` text NOT NULL, |
| `file_active` int(1) NOT NULL DEFAULT '1', | | `file_active` int(1) NOT NULL DEFAULT '1', |
| `allow_member_revision` int(1) NOT NULL DEFAULT '0', | | `allow_member_revision` int(1) NOT NULL DEFAULT '0', |
| `allow_troll_revision` int(1) NOT NULL DEFAULT '0', | | `allow_troll_revision` int(1) NOT NULL DEFAULT '0', |
| `access_method` int(1) NOT NULL DEFAULT '0', | | `access_method` int(1) NOT NULL DEFAULT '0', |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_until` bigint(64) NOT NULL DEFAULT '0', | | `release_until` bigint(64) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `notify` int(1) NOT NULL DEFAULT '0' | | `notify` int(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_discussions_open` | | -- Table structure for table `community_discussions_open` |
| -- | | -- |
| | | |
| CREATE TABLE `community_discussions_open` ( | | CREATE TABLE `community_discussions_open` ( |
| `cdopen_id` int(12) NOT NULL, | | `cdopen_id` int(12) NOT NULL, |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `page_id` int(12) NOT NULL DEFAULT '0', | | `page_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `discussion_open` varchar(1000) NOT NULL | | `discussion_open` varchar(1000) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_discussion_file_versions` | | -- Table structure for table `community_discussion_file_versions` |
| -- | | -- |
| | | |
| CREATE TABLE `community_discussion_file_versions` ( | | CREATE TABLE `community_discussion_file_versions` ( |
| `cdfversion_id` int(12) NOT NULL, | | `cdfversion_id` int(12) NOT NULL, |
| `cdfile_id` int(12) NOT NULL DEFAULT '0', | | `cdfile_id` int(12) NOT NULL DEFAULT '0', |
| `cdtopic_id` int(12) NOT NULL DEFAULT '0', | | `cdtopic_id` int(12) NOT NULL DEFAULT '0', |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `file_version` int(5) NOT NULL DEFAULT '1', | | `file_version` int(5) NOT NULL DEFAULT '1', |
| `file_mimetype` varchar(128) NOT NULL, | | `file_mimetype` varchar(128) NOT NULL, |
| `file_filename` varchar(128) NOT NULL, | | `file_filename` varchar(128) NOT NULL, |
| `file_filesize` int(32) NOT NULL DEFAULT '0', | | `file_filesize` int(32) NOT NULL DEFAULT '0', |
| `file_active` int(1) NOT NULL DEFAULT '1', | | `file_active` int(1) NOT NULL DEFAULT '1', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_discussion_topics` | | -- Table structure for table `community_discussion_topics` |
| -- | | -- |
| | | |
| CREATE TABLE `community_discussion_topics` ( | | CREATE TABLE `community_discussion_topics` ( |
| `cdtopic_id` int(12) NOT NULL, | | `cdtopic_id` int(12) NOT NULL, |
| `cdtopic_parent` int(12) NOT NULL DEFAULT '0', | | `cdtopic_parent` int(12) NOT NULL DEFAULT '0', |
| `cdiscussion_id` int(12) NOT NULL DEFAULT '0', | | `cdiscussion_id` int(12) NOT NULL DEFAULT '0', |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `anonymous` int(1) NOT NULL DEFAULT '0', | | `anonymous` int(1) NOT NULL DEFAULT '0', |
| `topic_title` varchar(128) NOT NULL DEFAULT '', | | `topic_title` varchar(128) NOT NULL DEFAULT '', |
| `topic_description` text NOT NULL, | | `topic_description` text NOT NULL, |
| `topic_active` int(1) NOT NULL DEFAULT '1', | | `topic_active` int(1) NOT NULL DEFAULT '1', |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_until` bigint(64) NOT NULL DEFAULT '0', | | `release_until` bigint(64) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `notify` int(1) NOT NULL DEFAULT '0' | | `notify` int(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_events` | | -- Table structure for table `community_events` |
| -- | | -- |
| | | |
| CREATE TABLE `community_events` ( | | CREATE TABLE `community_events` ( |
| `cevent_id` int(12) NOT NULL, | | `cevent_id` int(12) NOT NULL, |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `cpage_id` int(12) NOT NULL DEFAULT '0', | | `cpage_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `event_active` int(1) NOT NULL DEFAULT '1', | | `event_active` int(1) NOT NULL DEFAULT '1', |
| `pending_moderation` int(1) NOT NULL DEFAULT '0', | | `pending_moderation` int(1) NOT NULL DEFAULT '0', |
| `event_start` bigint(64) NOT NULL DEFAULT '0', | | `event_start` bigint(64) NOT NULL DEFAULT '0', |
| `event_finish` bigint(64) NOT NULL DEFAULT '0', | | `event_finish` bigint(64) NOT NULL DEFAULT '0', |
| `event_location` varchar(128) NOT NULL, | | `event_location` varchar(128) NOT NULL, |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_until` bigint(64) NOT NULL DEFAULT '0', | | `release_until` bigint(64) NOT NULL DEFAULT '0', |
| `event_title` varchar(128) NOT NULL, | | `event_title` varchar(128) NOT NULL, |
| `event_description` text NOT NULL, | | `event_description` text NOT NULL, |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_galleries` | | -- Table structure for table `community_galleries` |
| -- | | -- |
| | | |
| CREATE TABLE `community_galleries` ( | | CREATE TABLE `community_galleries` ( |
| `cgallery_id` int(12) NOT NULL, | | `cgallery_id` int(12) NOT NULL, |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `cpage_id` int(12) NOT NULL DEFAULT '0', | | `cpage_id` int(12) NOT NULL DEFAULT '0', |
| `gallery_title` varchar(64) NOT NULL, | | `gallery_title` varchar(64) NOT NULL, |
| `gallery_description` text NOT NULL, | | `gallery_description` text NOT NULL, |
| `gallery_cgphoto_id` int(12) NOT NULL DEFAULT '0', | | `gallery_cgphoto_id` int(12) NOT NULL DEFAULT '0', |
| `gallery_order` int(6) NOT NULL DEFAULT '0', | | `gallery_order` int(6) NOT NULL DEFAULT '0', |
| `gallery_active` int(1) NOT NULL DEFAULT '1', | | `gallery_active` int(1) NOT NULL DEFAULT '1', |
| `admin_notifications` int(1) NOT NULL DEFAULT '0', | | `admin_notifications` int(1) NOT NULL DEFAULT '0', |
| `allow_public_read` int(1) NOT NULL DEFAULT '0', | | `allow_public_read` int(1) NOT NULL DEFAULT '0', |
| `allow_public_upload` int(1) NOT NULL DEFAULT '0', | | `allow_public_upload` int(1) NOT NULL DEFAULT '0', |
| `allow_public_comment` int(1) NOT NULL DEFAULT '0', | | `allow_public_comment` int(1) NOT NULL DEFAULT '0', |
| `allow_troll_read` int(1) NOT NULL DEFAULT '1', | | `allow_troll_read` int(1) NOT NULL DEFAULT '1', |
| `allow_troll_upload` int(1) NOT NULL DEFAULT '0', | | `allow_troll_upload` int(1) NOT NULL DEFAULT '0', |
| `allow_troll_comment` int(1) NOT NULL DEFAULT '0', | | `allow_troll_comment` int(1) NOT NULL DEFAULT '0', |
| `allow_member_read` int(1) NOT NULL DEFAULT '1', | | `allow_member_read` int(1) NOT NULL DEFAULT '1', |
| `allow_member_upload` int(1) NOT NULL DEFAULT '1', | | `allow_member_upload` int(1) NOT NULL DEFAULT '1', |
| `allow_member_comment` int(1) NOT NULL DEFAULT '1', | | `allow_member_comment` int(1) NOT NULL DEFAULT '1', |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_until` bigint(64) NOT NULL DEFAULT '0', | | `release_until` bigint(64) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_gallery_comments` | | -- Table structure for table `community_gallery_comments` |
| -- | | -- |
| | | |
| CREATE TABLE `community_gallery_comments` ( | | CREATE TABLE `community_gallery_comments` ( |
| `cgcomment_id` int(12) NOT NULL, | | `cgcomment_id` int(12) NOT NULL, |
| `cgphoto_id` int(12) NOT NULL DEFAULT '0', | | `cgphoto_id` int(12) NOT NULL DEFAULT '0', |
| `cgallery_id` int(12) NOT NULL DEFAULT '0', | | `cgallery_id` int(12) NOT NULL DEFAULT '0', |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `comment_title` varchar(128) NOT NULL, | | `comment_title` varchar(128) NOT NULL, |
| `comment_description` text NOT NULL, | | `comment_description` text NOT NULL, |
| `comment_active` int(1) NOT NULL DEFAULT '1', | | `comment_active` int(1) NOT NULL DEFAULT '1', |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `notify` int(1) NOT NULL DEFAULT '0' | | `notify` int(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_gallery_photos` | | -- Table structure for table `community_gallery_photos` |
| -- | | -- |
| | | |
| CREATE TABLE `community_gallery_photos` ( | | CREATE TABLE `community_gallery_photos` ( |
| `cgphoto_id` int(12) NOT NULL, | | `cgphoto_id` int(12) NOT NULL, |
| `cgallery_id` int(12) NOT NULL DEFAULT '0', | | `cgallery_id` int(12) NOT NULL DEFAULT '0', |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `photo_mimetype` varchar(64) NOT NULL, | | `photo_mimetype` varchar(64) NOT NULL, |
| `photo_filename` varchar(128) NOT NULL, | | `photo_filename` varchar(128) NOT NULL, |
| `photo_filesize` int(32) NOT NULL DEFAULT '0', | | `photo_filesize` int(32) NOT NULL DEFAULT '0', |
| `photo_title` varchar(128) NOT NULL, | | `photo_title` varchar(128) NOT NULL, |
| `photo_description` text NOT NULL, | | `photo_description` text NOT NULL, |
| `photo_active` int(1) NOT NULL DEFAULT '1', | | `photo_active` int(1) NOT NULL DEFAULT '1', |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_until` bigint(64) NOT NULL DEFAULT '0', | | `release_until` bigint(64) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `notify` int(1) NOT NULL DEFAULT '0' | | `notify` int(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_history` | | -- Table structure for table `community_history` |
| -- | | -- |
| | | |
| CREATE TABLE `community_history` ( | | CREATE TABLE `community_history` ( |
| `chistory_id` int(12) NOT NULL, | | `chistory_id` int(12) NOT NULL, |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `cpage_id` int(12) DEFAULT '0', | | `cpage_id` int(12) DEFAULT '0', |
| `record_id` int(12) NOT NULL DEFAULT '0', | | `record_id` int(12) NOT NULL DEFAULT '0', |
| `record_parent` int(12) NOT NULL DEFAULT '0', | | `record_parent` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `history_key` varchar(255) DEFAULT NULL, | | `history_key` varchar(255) DEFAULT NULL, |
| `history_message` text NOT NULL, | | `history_message` text NOT NULL, |
| `history_display` int(1) NOT NULL DEFAULT '0', | | `history_display` int(1) NOT NULL DEFAULT '0', |
| `history_timestamp` bigint(64) NOT NULL DEFAULT '0' | | `history_timestamp` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `community_history` | | -- Dumping data for table `community_history` |
| -- | | -- |
| | | |
| INSERT INTO `community_history` (`chistory_id`, `community_id`, `cpage_id`, `record_id`, `record_parent`, `proxy_id`, `history_key`, `history_message`, `history_display`, `history_timestamp`) VALUES | | INSERT INTO `community_history` (`chistory_id`, `community_id`, `cpage_id`, `record_id`, `record_parent`, `proxy_id`, `history_key`, `history_message`, `history_display`, `history_timestamp`) VALUES |
| (1, 1, 1, 0, 0, 2, 'community_history_add_page', '', 1, 1685381585), | | (1, 1, 1, 0, 0, 2, 'community_history_add_page', '', 1, 1685381585), |
| (2, 1, 0, 1, 0, 2, 'community_history_create_active_community', '', 1, 1685381585); | | (2, 1, 0, 1, 0, 2, 'community_history_create_active_community', '', 1, 1685381585); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_mailing_lists` | | -- Table structure for table `community_mailing_lists` |
| -- | | -- |
| | | |
| CREATE TABLE `community_mailing_lists` ( | | CREATE TABLE `community_mailing_lists` ( |
| `cmlist_id` int(12) NOT NULL, | | `cmlist_id` int(12) NOT NULL, |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `list_name` varchar(64) NOT NULL, | | `list_name` varchar(64) NOT NULL, |
| `list_type` enum('announcements','discussion','inactive') NOT NULL DEFAULT 'inactive', | | `list_type` enum('announcements','discussion','inactive') NOT NULL DEFAULT 'inactive', |
| `last_checked` int(11) NOT NULL DEFAULT '0' | | `last_checked` int(11) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_mailing_list_members` | | -- Table structure for table `community_mailing_list_members` |
| -- | | -- |
| | | |
| CREATE TABLE `community_mailing_list_members` ( | | CREATE TABLE `community_mailing_list_members` ( |
| `cmlmember_id` int(12) NOT NULL, | | `cmlmember_id` int(12) NOT NULL, |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL, | | `proxy_id` int(12) NOT NULL, |
| `email` varchar(64) NOT NULL, | | `email` varchar(64) NOT NULL, |
| `member_active` int(1) NOT NULL DEFAULT '0', | | `member_active` int(1) NOT NULL DEFAULT '0', |
| `list_administrator` int(1) NOT NULL DEFAULT '0' | | `list_administrator` int(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_members` | | -- Table structure for table `community_members` |
| -- | | -- |
| | | |
| CREATE TABLE `community_members` ( | | CREATE TABLE `community_members` ( |
| `cmember_id` int(12) NOT NULL, | | `cmember_id` int(12) NOT NULL, |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `member_active` int(1) NOT NULL DEFAULT '1', | | `member_active` int(1) NOT NULL DEFAULT '1', |
| `member_joined` bigint(64) NOT NULL DEFAULT '0', | | `member_joined` bigint(64) NOT NULL DEFAULT '0', |
| `member_acl` int(1) NOT NULL DEFAULT '0' | | `member_acl` int(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `community_members` | | -- Dumping data for table `community_members` |
| -- | | -- |
| | | |
| INSERT INTO `community_members` (`cmember_id`, `community_id`, `proxy_id`, `member_active`, `member_joined`, `member_acl`) VALUES | | INSERT INTO `community_members` (`cmember_id`, `community_id`, `proxy_id`, `member_active`, `member_joined`, `member_acl`) VALUES |
| (1, 1, 2, 1, 1685381585, 1), | | (1, 1, 2, 1, 1685381585, 1), |
| (2, 2, 1, 1, 1685381585, 1), | | (2, 2, 1, 1, 1685381585, 1), |
| (3, 3, 1, 1, 1685381585, 1), | | (3, 3, 1, 1, 1685381585, 1), |
| (4, 2, 2, 1, 1685381585, 1), | | (4, 2, 2, 1, 1685381585, 1), |
| (5, 3, 2, 1, 1685381585, 1), | | (5, 3, 2, 1, 1685381585, 1), |
| n | (6, 0, 13, 1, 1685381585, 1); | n | (6, 0, 13, 1, 1685381585, 1), |
| | | (7, 0, 7, 1, 1685545288, 1), |
| | | (8, 0, 5, 1, 1685545288, 1), |
| | | (9, 0, 9, 1, 1685545288, 1), |
| | | (10, 0, 6, 1, 1685545288, 1), |
| | | (11, 0, 2, 1, 1685545288, 0), |
| | | (12, 0, 3, 1, 1685545288, 0), |
| | | (13, 0, 8, 1, 1685549315, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_modules` | | -- Table structure for table `community_modules` |
| -- | | -- |
| | | |
| CREATE TABLE `community_modules` ( | | CREATE TABLE `community_modules` ( |
| `cmodule_id` int(12) NOT NULL, | | `cmodule_id` int(12) NOT NULL, |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `module_id` int(12) NOT NULL DEFAULT '0', | | `module_id` int(12) NOT NULL DEFAULT '0', |
| `module_active` int(1) NOT NULL DEFAULT '0' | | `module_active` int(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `community_modules` | | -- Dumping data for table `community_modules` |
| -- | | -- |
| | | |
| INSERT INTO `community_modules` (`cmodule_id`, `community_id`, `module_id`, `module_active`) VALUES | | INSERT INTO `community_modules` (`cmodule_id`, `community_id`, `module_id`, `module_active`) VALUES |
| (1, 1, 1, 1), | | (1, 1, 1, 1), |
| (2, 1, 2, 1), | | (2, 1, 2, 1), |
| (3, 1, 3, 1), | | (3, 1, 3, 1), |
| (4, 1, 4, 1), | | (4, 1, 4, 1), |
| (5, 1, 5, 1), | | (5, 1, 5, 1), |
| (6, 1, 6, 1), | | (6, 1, 6, 1), |
| (7, 1, 7, 1), | | (7, 1, 7, 1), |
| (8, 2, 1, 1), | | (8, 2, 1, 1), |
| (9, 2, 2, 1), | | (9, 2, 2, 1), |
| (10, 2, 3, 1), | | (10, 2, 3, 1), |
| (11, 2, 4, 1), | | (11, 2, 4, 1), |
| (12, 2, 5, 1), | | (12, 2, 5, 1), |
| (13, 2, 6, 1), | | (13, 2, 6, 1), |
| (14, 2, 7, 1), | | (14, 2, 7, 1), |
| (15, 3, 1, 1), | | (15, 3, 1, 1), |
| (16, 3, 2, 1), | | (16, 3, 2, 1), |
| (17, 3, 3, 1), | | (17, 3, 3, 1), |
| (18, 3, 4, 1), | | (18, 3, 4, 1), |
| (19, 3, 5, 1), | | (19, 3, 5, 1), |
| (20, 3, 6, 1), | | (20, 3, 6, 1), |
| (21, 3, 7, 1); | | (21, 3, 7, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_notifications` | | -- Table structure for table `community_notifications` |
| -- | | -- |
| | | |
| CREATE TABLE `community_notifications` ( | | CREATE TABLE `community_notifications` ( |
| `cnotification_id` int(12) UNSIGNED NOT NULL, | | `cnotification_id` int(12) UNSIGNED NOT NULL, |
| `release_time` bigint(64) NOT NULL DEFAULT '0', | | `release_time` bigint(64) NOT NULL DEFAULT '0', |
| `community` varchar(128) NOT NULL, | | `community` varchar(128) NOT NULL, |
| `type` varchar(64) NOT NULL, | | `type` varchar(64) NOT NULL, |
| `subject` varchar(128) NOT NULL DEFAULT '', | | `subject` varchar(128) NOT NULL DEFAULT '', |
| `record_id` int(12) NOT NULL DEFAULT '0', | | `record_id` int(12) NOT NULL DEFAULT '0', |
| `author_id` int(12) NOT NULL DEFAULT '0', | | `author_id` int(12) NOT NULL DEFAULT '0', |
| `body` text NOT NULL, | | `body` text NOT NULL, |
| `url` varchar(45) NOT NULL | | `url` varchar(45) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_notify_members` | | -- Table structure for table `community_notify_members` |
| -- | | -- |
| | | |
| CREATE TABLE `community_notify_members` ( | | CREATE TABLE `community_notify_members` ( |
| `cnmember_id` int(12) NOT NULL, | | `cnmember_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `record_id` int(12) NOT NULL DEFAULT '0', | | `record_id` int(12) NOT NULL DEFAULT '0', |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `notify_type` varchar(32) NOT NULL DEFAULT 'announcement', | | `notify_type` varchar(32) NOT NULL DEFAULT 'announcement', |
| `notify_active` int(1) NOT NULL DEFAULT '0' | | `notify_active` int(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_pages` | | -- Table structure for table `community_pages` |
| -- | | -- |
| | | |
| CREATE TABLE `community_pages` ( | | CREATE TABLE `community_pages` ( |
| `cpage_id` int(12) NOT NULL, | | `cpage_id` int(12) NOT NULL, |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `parent_id` int(12) NOT NULL DEFAULT '0', | | `parent_id` int(12) NOT NULL DEFAULT '0', |
| `page_order` int(3) NOT NULL DEFAULT '0', | | `page_order` int(3) NOT NULL DEFAULT '0', |
| `page_type` varchar(16) NOT NULL DEFAULT 'default', | | `page_type` varchar(16) NOT NULL DEFAULT 'default', |
| `menu_title` varchar(48) NOT NULL, | | `menu_title` varchar(48) NOT NULL, |
| `page_title` text NOT NULL, | | `page_title` text NOT NULL, |
| `page_url` varchar(329) NOT NULL, | | `page_url` varchar(329) NOT NULL, |
| `page_content` longtext NOT NULL, | | `page_content` longtext NOT NULL, |
| `copied_from` int(1) NOT NULL DEFAULT '0', | | `copied_from` int(1) NOT NULL DEFAULT '0', |
| `page_active` int(1) NOT NULL DEFAULT '1', | | `page_active` int(1) NOT NULL DEFAULT '1', |
| `page_visible` int(1) NOT NULL DEFAULT '1', | | `page_visible` int(1) NOT NULL DEFAULT '1', |
| `allow_member_view` int(1) NOT NULL DEFAULT '1', | | `allow_member_view` int(1) NOT NULL DEFAULT '1', |
| `allow_troll_view` int(1) NOT NULL DEFAULT '1', | | `allow_troll_view` int(1) NOT NULL DEFAULT '1', |
| `allow_public_view` int(1) NOT NULL DEFAULT '0', | | `allow_public_view` int(1) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `community_pages` | | -- Dumping data for table `community_pages` |
| -- | | -- |
| | | |
| INSERT INTO `community_pages` (`cpage_id`, `community_id`, `parent_id`, `page_order`, `page_type`, `menu_title`, `page_title`, `page_url`, `page_content`, `copied_from`, `page_active`, `page_visible`, `allow_member_view`, `allow_troll_view`, `allow_public_view`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `community_pages` (`cpage_id`, `community_id`, `parent_id`, `page_order`, `page_type`, `menu_title`, `page_title`, `page_url`, `page_content`, `copied_from`, `page_active`, `page_visible`, `allow_member_view`, `allow_troll_view`, `allow_public_view`, `updated_date`, `updated_by`) VALUES |
| (1, 1, 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 1, 1, 1685381585, 1), | | (1, 1, 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 1, 1, 1685381585, 1), |
| (2, 2, 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 0, 1, 1685381585, 1), | | (2, 2, 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 0, 1, 1685381585, 1), |
| (3, 2, 0, 0, 'default', 'Resources', 'Resources', 'resources', '', 0, 1, 1, 1, 0, 1, 1685381585, 1), | | (3, 2, 0, 0, 'default', 'Resources', 'Resources', 'resources', '', 0, 1, 1, 1, 0, 1, 1685381585, 1), |
| (4, 2, 3, 0, 'shares', 'Shared Folder', 'Shared Folder', 'resources/shared_folder', '', 0, 1, 1, 1, 0, 0, 1685381585, 1), | | (4, 2, 3, 0, 'shares', 'Shared Folder', 'Shared Folder', 'resources/shared_folder', '', 0, 1, 1, 1, 0, 0, 1685381585, 1), |
| (5, 3, 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 0, 1, 1685381585, 1), | | (5, 3, 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 0, 1, 1685381585, 1), |
| (6, 3, 0, 1, 'default', 'Resources', 'Resources', 'resources', '', 3, 1, 1, 1, 0, 1, 1685381585, 1), | | (6, 3, 0, 1, 'default', 'Resources', 'Resources', 'resources', '', 3, 1, 1, 1, 0, 1, 1685381585, 1), |
| (7, 3, 6, 0, 'shares', 'Shared Folder', 'Shared Folder', 'resources/shared_folder', '', 4, 1, 1, 1, 0, 0, 1685381585, 1); | | (7, 3, 6, 0, 'shares', 'Shared Folder', 'Shared Folder', 'resources/shared_folder', '', 4, 1, 1, 1, 0, 0, 1685381585, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_page_navigation` | | -- Table structure for table `community_page_navigation` |
| -- | | -- |
| | | |
| CREATE TABLE `community_page_navigation` ( | | CREATE TABLE `community_page_navigation` ( |
| `cpnav_id` int(12) NOT NULL, | | `cpnav_id` int(12) NOT NULL, |
| `community_id` int(12) NOT NULL, | | `community_id` int(12) NOT NULL, |
| `cpage_id` int(12) NOT NULL DEFAULT '0', | | `cpage_id` int(12) NOT NULL DEFAULT '0', |
| `nav_page_id` int(11) DEFAULT NULL, | | `nav_page_id` int(11) DEFAULT NULL, |
| `show_nav` int(1) NOT NULL DEFAULT '1', | | `show_nav` int(1) NOT NULL DEFAULT '1', |
| `nav_title` varchar(100) NOT NULL DEFAULT 'Next', | | `nav_title` varchar(100) NOT NULL DEFAULT 'Next', |
| `nav_type` enum('next','previous') NOT NULL DEFAULT 'next', | | `nav_type` enum('next','previous') NOT NULL DEFAULT 'next', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_page_options` | | -- Table structure for table `community_page_options` |
| -- | | -- |
| | | |
| CREATE TABLE `community_page_options` ( | | CREATE TABLE `community_page_options` ( |
| `cpoption_id` int(12) NOT NULL, | | `cpoption_id` int(12) NOT NULL, |
| `community_id` int(12) NOT NULL, | | `community_id` int(12) NOT NULL, |
| `cpage_id` int(12) NOT NULL DEFAULT '0', | | `cpage_id` int(12) NOT NULL DEFAULT '0', |
| `option_title` varchar(32) NOT NULL, | | `option_title` varchar(32) NOT NULL, |
| `option_value` int(12) NOT NULL DEFAULT '1', | | `option_value` int(12) NOT NULL DEFAULT '1', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0' | | `updated_date` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_permissions` | | -- Table structure for table `community_permissions` |
| -- | | -- |
| | | |
| CREATE TABLE `community_permissions` ( | | CREATE TABLE `community_permissions` ( |
| `cpermission_id` int(12) NOT NULL, | | `cpermission_id` int(12) NOT NULL, |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `module_id` int(12) NOT NULL DEFAULT '0', | | `module_id` int(12) NOT NULL DEFAULT '0', |
| `action` varchar(64) NOT NULL, | | `action` varchar(64) NOT NULL, |
| `level` int(1) NOT NULL DEFAULT '0' | | `level` int(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_polls` | | -- Table structure for table `community_polls` |
| -- | | -- |
| | | |
| CREATE TABLE `community_polls` ( | | CREATE TABLE `community_polls` ( |
| `cpolls_id` int(12) NOT NULL, | | `cpolls_id` int(12) NOT NULL, |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `cpage_id` int(12) NOT NULL DEFAULT '0', | | `cpage_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `poll_title` varchar(64) NOT NULL, | | `poll_title` varchar(64) NOT NULL, |
| `poll_description` text NOT NULL, | | `poll_description` text NOT NULL, |
| `poll_terminology` varchar(32) NOT NULL DEFAULT 'Poll', | | `poll_terminology` varchar(32) NOT NULL DEFAULT 'Poll', |
| `poll_active` int(1) NOT NULL DEFAULT '1', | | `poll_active` int(1) NOT NULL DEFAULT '1', |
| `poll_order` int(6) NOT NULL DEFAULT '0', | | `poll_order` int(6) NOT NULL DEFAULT '0', |
| `poll_notifications` int(1) NOT NULL DEFAULT '0', | | `poll_notifications` int(1) NOT NULL DEFAULT '0', |
| `allow_multiple` int(1) NOT NULL DEFAULT '0', | | `allow_multiple` int(1) NOT NULL DEFAULT '0', |
| `number_of_votes` int(4) DEFAULT NULL, | | `number_of_votes` int(4) DEFAULT NULL, |
| `allow_public_read` int(1) NOT NULL DEFAULT '0', | | `allow_public_read` int(1) NOT NULL DEFAULT '0', |
| `allow_public_vote` int(1) NOT NULL DEFAULT '0', | | `allow_public_vote` int(1) NOT NULL DEFAULT '0', |
| `allow_public_results` int(1) NOT NULL DEFAULT '0', | | `allow_public_results` int(1) NOT NULL DEFAULT '0', |
| `allow_public_results_after` int(1) NOT NULL DEFAULT '0', | | `allow_public_results_after` int(1) NOT NULL DEFAULT '0', |
| `allow_troll_read` int(1) NOT NULL DEFAULT '0', | | `allow_troll_read` int(1) NOT NULL DEFAULT '0', |
| `allow_troll_vote` int(1) NOT NULL DEFAULT '0', | | `allow_troll_vote` int(1) NOT NULL DEFAULT '0', |
| `allow_troll_results` int(1) NOT NULL DEFAULT '0', | | `allow_troll_results` int(1) NOT NULL DEFAULT '0', |
| `allow_troll_results_after` int(1) NOT NULL DEFAULT '0', | | `allow_troll_results_after` int(1) NOT NULL DEFAULT '0', |
| `allow_member_read` int(1) NOT NULL DEFAULT '1', | | `allow_member_read` int(1) NOT NULL DEFAULT '1', |
| `allow_member_vote` int(1) NOT NULL DEFAULT '1', | | `allow_member_vote` int(1) NOT NULL DEFAULT '1', |
| `allow_member_results` int(1) NOT NULL DEFAULT '0', | | `allow_member_results` int(1) NOT NULL DEFAULT '0', |
| `allow_member_results_after` int(1) NOT NULL DEFAULT '1', | | `allow_member_results_after` int(1) NOT NULL DEFAULT '1', |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_until` bigint(64) NOT NULL DEFAULT '0', | | `release_until` bigint(64) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_polls_access` | | -- Table structure for table `community_polls_access` |
| -- | | -- |
| | | |
| CREATE TABLE `community_polls_access` ( | | CREATE TABLE `community_polls_access` ( |
| `cpaccess_id` int(12) NOT NULL, | | `cpaccess_id` int(12) NOT NULL, |
| `cpolls_id` int(12) NOT NULL DEFAULT '0', | | `cpolls_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_polls_questions` | | -- Table structure for table `community_polls_questions` |
| -- | | -- |
| | | |
| CREATE TABLE `community_polls_questions` ( | | CREATE TABLE `community_polls_questions` ( |
| `cpquestion_id` int(12) NOT NULL, | | `cpquestion_id` int(12) NOT NULL, |
| `cpolls_id` int(12) NOT NULL DEFAULT '0', | | `cpolls_id` int(12) NOT NULL DEFAULT '0', |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `cpage_id` int(12) NOT NULL DEFAULT '0', | | `cpage_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `updated_date` int(12) NOT NULL DEFAULT '0', | | `updated_date` int(12) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `poll_question` text NOT NULL, | | `poll_question` text NOT NULL, |
| `question_order` int(2) NOT NULL DEFAULT '0', | | `question_order` int(2) NOT NULL DEFAULT '0', |
| `minimum_responses` int(2) NOT NULL DEFAULT '1', | | `minimum_responses` int(2) NOT NULL DEFAULT '1', |
| `maximum_responses` int(2) NOT NULL DEFAULT '1', | | `maximum_responses` int(2) NOT NULL DEFAULT '1', |
| `question_active` int(1) NOT NULL DEFAULT '1' | | `question_active` int(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_polls_responses` | | -- Table structure for table `community_polls_responses` |
| -- | | -- |
| | | |
| CREATE TABLE `community_polls_responses` ( | | CREATE TABLE `community_polls_responses` ( |
| `cpresponses_id` int(12) NOT NULL, | | `cpresponses_id` int(12) NOT NULL, |
| `cpquestion_id` int(12) NOT NULL, | | `cpquestion_id` int(12) NOT NULL, |
| `cpolls_id` int(12) NOT NULL DEFAULT '0', | | `cpolls_id` int(12) NOT NULL DEFAULT '0', |
| `response` text NOT NULL, | | `response` text NOT NULL, |
| `response_index` int(5) NOT NULL DEFAULT '0', | | `response_index` int(5) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_polls_results` | | -- Table structure for table `community_polls_results` |
| -- | | -- |
| | | |
| CREATE TABLE `community_polls_results` ( | | CREATE TABLE `community_polls_results` ( |
| `cpresults_id` int(12) NOT NULL, | | `cpresults_id` int(12) NOT NULL, |
| `cpresponses_id` int(12) NOT NULL DEFAULT '0', | | `cpresponses_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_shares` | | -- Table structure for table `community_shares` |
| -- | | -- |
| | | |
| CREATE TABLE `community_shares` ( | | CREATE TABLE `community_shares` ( |
| `cshare_id` int(12) NOT NULL, | | `cshare_id` int(12) NOT NULL, |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `cpage_id` int(12) NOT NULL DEFAULT '0', | | `cpage_id` int(12) NOT NULL DEFAULT '0', |
| `parent_folder_id` int(12) NOT NULL DEFAULT '0', | | `parent_folder_id` int(12) NOT NULL DEFAULT '0', |
| `folder_title` varchar(64) NOT NULL, | | `folder_title` varchar(64) NOT NULL, |
| `folder_description` text NOT NULL, | | `folder_description` text NOT NULL, |
| `folder_icon` int(3) NOT NULL DEFAULT '1', | | `folder_icon` int(3) NOT NULL DEFAULT '1', |
| `folder_order` int(6) NOT NULL DEFAULT '0', | | `folder_order` int(6) NOT NULL DEFAULT '0', |
| `folder_active` int(1) NOT NULL DEFAULT '1', | | `folder_active` int(1) NOT NULL DEFAULT '1', |
| `copied_from` int(1) NOT NULL DEFAULT '0', | | `copied_from` int(1) NOT NULL DEFAULT '0', |
| `student_hidden` int(1) NOT NULL DEFAULT '0', | | `student_hidden` int(1) NOT NULL DEFAULT '0', |
| `show_file_versions` tinyint(1) DEFAULT NULL, | | `show_file_versions` tinyint(1) DEFAULT NULL, |
| `admin_notifications` int(1) NOT NULL DEFAULT '0', | | `admin_notifications` int(1) NOT NULL DEFAULT '0', |
| `allow_public_read` int(1) NOT NULL DEFAULT '0', | | `allow_public_read` int(1) NOT NULL DEFAULT '0', |
| `allow_public_upload` int(1) NOT NULL DEFAULT '0', | | `allow_public_upload` int(1) NOT NULL DEFAULT '0', |
| `allow_public_comment` int(1) NOT NULL DEFAULT '0', | | `allow_public_comment` int(1) NOT NULL DEFAULT '0', |
| `allow_troll_read` int(1) NOT NULL DEFAULT '1', | | `allow_troll_read` int(1) NOT NULL DEFAULT '1', |
| `allow_troll_upload` int(1) NOT NULL DEFAULT '0', | | `allow_troll_upload` int(1) NOT NULL DEFAULT '0', |
| `allow_troll_comment` int(1) NOT NULL DEFAULT '0', | | `allow_troll_comment` int(1) NOT NULL DEFAULT '0', |
| `allow_member_read` int(1) NOT NULL DEFAULT '1', | | `allow_member_read` int(1) NOT NULL DEFAULT '1', |
| `allow_member_upload` int(1) NOT NULL DEFAULT '1', | | `allow_member_upload` int(1) NOT NULL DEFAULT '1', |
| `allow_member_comment` int(1) NOT NULL DEFAULT '1', | | `allow_member_comment` int(1) NOT NULL DEFAULT '1', |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_until` bigint(64) NOT NULL DEFAULT '0', | | `release_until` bigint(64) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `community_shares` | | -- Dumping data for table `community_shares` |
| -- | | -- |
| | | |
| INSERT INTO `community_shares` (`cshare_id`, `community_id`, `cpage_id`, `parent_folder_id`, `folder_title`, `folder_description`, `folder_icon`, `folder_order`, `folder_active`, `copied_from`, `student_hidden`, `show_file_versions`, `admin_notifications`, `allow_public_read`, `allow_public_upload`, `allow_public_comment`, `allow_troll_read`, `allow_troll_upload`, `allow_troll_comment`, `allow_member_read`, `allow_member_upload`, `allow_member_comment`, `release_date`, `release_until`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `community_shares` (`cshare_id`, `community_id`, `cpage_id`, `parent_folder_id`, `folder_title`, `folder_description`, `folder_icon`, `folder_order`, `folder_active`, `copied_from`, `student_hidden`, `show_file_versions`, `admin_notifications`, `allow_public_read`, `allow_public_upload`, `allow_public_comment`, `allow_troll_read`, `allow_troll_upload`, `allow_troll_comment`, `allow_member_read`, `allow_member_upload`, `allow_member_comment`, `release_date`, `release_until`, `updated_date`, `updated_by`) VALUES |
| (1, 2, 4, 0, 'Test Folder', 'Here\'s a folder!', 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685381585, 0, 1685381585, 1), | | (1, 2, 4, 0, 'Test Folder', 'Here\'s a folder!', 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685381585, 0, 1685381585, 1), |
| (2, 3, 7, 0, 'Folder 2', 'Second shared folder.', 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685381585, 0, 1685381585, 1); | | (2, 3, 7, 0, 'Folder 2', 'Second shared folder.', 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1685381585, 0, 1685381585, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_shares_open` | | -- Table structure for table `community_shares_open` |
| -- | | -- |
| | | |
| CREATE TABLE `community_shares_open` ( | | CREATE TABLE `community_shares_open` ( |
| `cshareopem_id` int(12) NOT NULL, | | `cshareopem_id` int(12) NOT NULL, |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `page_id` int(12) NOT NULL DEFAULT '0', | | `page_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `shares_open` varchar(1000) NOT NULL | | `shares_open` varchar(1000) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_share_comments` | | -- Table structure for table `community_share_comments` |
| -- | | -- |
| | | |
| CREATE TABLE `community_share_comments` ( | | CREATE TABLE `community_share_comments` ( |
| `cscomment_id` int(12) NOT NULL, | | `cscomment_id` int(12) NOT NULL, |
| `csfile_id` int(12) NOT NULL DEFAULT '0', | | `csfile_id` int(12) NOT NULL DEFAULT '0', |
| `cshare_id` int(12) NOT NULL DEFAULT '0', | | `cshare_id` int(12) NOT NULL DEFAULT '0', |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `comment_title` varchar(128) NOT NULL, | | `comment_title` varchar(128) NOT NULL, |
| `comment_description` text NOT NULL, | | `comment_description` text NOT NULL, |
| `comment_active` int(1) NOT NULL DEFAULT '1', | | `comment_active` int(1) NOT NULL DEFAULT '1', |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `notify` int(1) NOT NULL DEFAULT '0' | | `notify` int(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_share_files` | | -- Table structure for table `community_share_files` |
| -- | | -- |
| | | |
| CREATE TABLE `community_share_files` ( | | CREATE TABLE `community_share_files` ( |
| `csfile_id` int(12) NOT NULL, | | `csfile_id` int(12) NOT NULL, |
| `cshare_id` int(12) NOT NULL DEFAULT '0', | | `cshare_id` int(12) NOT NULL DEFAULT '0', |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `file_title` varchar(128) NOT NULL, | | `file_title` varchar(128) NOT NULL, |
| `file_description` text NOT NULL, | | `file_description` text NOT NULL, |
| `file_active` int(1) NOT NULL DEFAULT '1', | | `file_active` int(1) NOT NULL DEFAULT '1', |
| `allow_member_read` int(1) NOT NULL DEFAULT '1', | | `allow_member_read` int(1) NOT NULL DEFAULT '1', |
| `allow_member_revision` int(1) NOT NULL DEFAULT '0', | | `allow_member_revision` int(1) NOT NULL DEFAULT '0', |
| `allow_troll_read` int(1) NOT NULL DEFAULT '0', | | `allow_troll_read` int(1) NOT NULL DEFAULT '0', |
| `allow_troll_revision` int(1) NOT NULL DEFAULT '0', | | `allow_troll_revision` int(1) NOT NULL DEFAULT '0', |
| `access_method` int(1) NOT NULL DEFAULT '0', | | `access_method` int(1) NOT NULL DEFAULT '0', |
| `student_hidden` int(1) NOT NULL DEFAULT '1', | | `student_hidden` int(1) NOT NULL DEFAULT '1', |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_until` bigint(64) NOT NULL DEFAULT '0', | | `release_until` bigint(64) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `notify` int(1) NOT NULL DEFAULT '0' | | `notify` int(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `community_share_files` | | -- Dumping data for table `community_share_files` |
| -- | | -- |
| | | |
| INSERT INTO `community_share_files` (`csfile_id`, `cshare_id`, `community_id`, `proxy_id`, `file_title`, `file_description`, `file_active`, `allow_member_read`, `allow_member_revision`, `allow_troll_read`, `allow_troll_revision`, `access_method`, `student_hidden`, `release_date`, `release_until`, `updated_date`, `updated_by`, `notify`) VALUES | | INSERT INTO `community_share_files` (`csfile_id`, `cshare_id`, `community_id`, `proxy_id`, `file_title`, `file_description`, `file_active`, `allow_member_read`, `allow_member_revision`, `allow_troll_read`, `allow_troll_revision`, `access_method`, `student_hidden`, `release_date`, `release_until`, `updated_date`, `updated_by`, `notify`) VALUES |
| (1, 1, 2, 1, 'OPS-2083.txt', '', 1, 0, 0, 0, 0, 0, 0, 1685381585, 0, 1685381585, 1, 0), | | (1, 1, 2, 1, 'OPS-2083.txt', '', 1, 0, 0, 0, 0, 0, 0, 1685381585, 0, 1685381585, 1, 0), |
| (2, 2, 3, 1, 'OPS-2083.txt', '', 1, 0, 0, 0, 0, 0, 0, 1685381585, 0, 1685381585, 1, 0); | | (2, 2, 3, 1, 'OPS-2083.txt', '', 1, 0, 0, 0, 0, 0, 0, 1685381585, 0, 1685381585, 1, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_share_file_versions` | | -- Table structure for table `community_share_file_versions` |
| -- | | -- |
| | | |
| CREATE TABLE `community_share_file_versions` ( | | CREATE TABLE `community_share_file_versions` ( |
| `csfversion_id` int(12) NOT NULL, | | `csfversion_id` int(12) NOT NULL, |
| `csfile_id` int(12) NOT NULL DEFAULT '0', | | `csfile_id` int(12) NOT NULL DEFAULT '0', |
| `cshare_id` int(12) NOT NULL DEFAULT '0', | | `cshare_id` int(12) NOT NULL DEFAULT '0', |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `file_version` int(5) NOT NULL DEFAULT '1', | | `file_version` int(5) NOT NULL DEFAULT '1', |
| `file_mimetype` varchar(128) NOT NULL, | | `file_mimetype` varchar(128) NOT NULL, |
| `file_filename` varchar(128) NOT NULL, | | `file_filename` varchar(128) NOT NULL, |
| `file_filesize` int(32) NOT NULL DEFAULT '0', | | `file_filesize` int(32) NOT NULL DEFAULT '0', |
| `file_active` int(1) NOT NULL DEFAULT '1', | | `file_active` int(1) NOT NULL DEFAULT '1', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `community_share_file_versions` | | -- Dumping data for table `community_share_file_versions` |
| -- | | -- |
| | | |
| INSERT INTO `community_share_file_versions` (`csfversion_id`, `csfile_id`, `cshare_id`, `community_id`, `proxy_id`, `file_version`, `file_mimetype`, `file_filename`, `file_filesize`, `file_active`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `community_share_file_versions` (`csfversion_id`, `csfile_id`, `cshare_id`, `community_id`, `proxy_id`, `file_version`, `file_mimetype`, `file_filename`, `file_filesize`, `file_active`, `updated_date`, `updated_by`) VALUES |
| (1, 1, 1, 2, 1, 1, 'text/plain', 'ops-2083.txt', 9, 1, 1685381585, 1), | | (1, 1, 1, 2, 1, 1, 'text/plain', 'ops-2083.txt', 9, 1, 1685381585, 1), |
| (2, 2, 2, 3, 1, 1, 'text/plain', 'ops-2083.txt', 9, 1, 1685381585, 1); | | (2, 2, 2, 3, 1, 1, 'text/plain', 'ops-2083.txt', 9, 1, 1685381585, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_share_html` | | -- Table structure for table `community_share_html` |
| -- | | -- |
| | | |
| CREATE TABLE `community_share_html` ( | | CREATE TABLE `community_share_html` ( |
| `cshtml_id` int(12) UNSIGNED NOT NULL, | | `cshtml_id` int(12) UNSIGNED NOT NULL, |
| `cshare_id` int(12) NOT NULL DEFAULT '0', | | `cshare_id` int(12) NOT NULL DEFAULT '0', |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `html_title` varchar(128) NOT NULL, | | `html_title` varchar(128) NOT NULL, |
| `html_description` varchar(256) DEFAULT NULL, | | `html_description` varchar(256) DEFAULT NULL, |
| `html_content` text NOT NULL, | | `html_content` text NOT NULL, |
| `html_active` int(1) NOT NULL DEFAULT '1', | | `html_active` int(1) NOT NULL DEFAULT '1', |
| `allow_member_read` int(1) NOT NULL DEFAULT '1', | | `allow_member_read` int(1) NOT NULL DEFAULT '1', |
| `allow_troll_read` int(1) NOT NULL DEFAULT '0', | | `allow_troll_read` int(1) NOT NULL DEFAULT '0', |
| `access_method` int(1) NOT NULL DEFAULT '0', | | `access_method` int(1) NOT NULL DEFAULT '0', |
| `student_hidden` int(1) NOT NULL DEFAULT '0', | | `student_hidden` int(1) NOT NULL DEFAULT '0', |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_until` bigint(64) NOT NULL DEFAULT '0', | | `release_until` bigint(64) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `notify` int(1) NOT NULL DEFAULT '0' | | `notify` int(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_share_links` | | -- Table structure for table `community_share_links` |
| -- | | -- |
| | | |
| CREATE TABLE `community_share_links` ( | | CREATE TABLE `community_share_links` ( |
| `cslink_id` int(12) NOT NULL, | | `cslink_id` int(12) NOT NULL, |
| `cshare_id` int(12) NOT NULL DEFAULT '0', | | `cshare_id` int(12) NOT NULL DEFAULT '0', |
| `community_id` int(12) NOT NULL DEFAULT '0', | | `community_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `link_title` varchar(128) NOT NULL, | | `link_title` varchar(128) NOT NULL, |
| `link_url` varchar(2000) DEFAULT NULL, | | `link_url` varchar(2000) DEFAULT NULL, |
| `link_description` text NOT NULL, | | `link_description` text NOT NULL, |
| `link_active` int(1) NOT NULL DEFAULT '1', | | `link_active` int(1) NOT NULL DEFAULT '1', |
| `allow_member_read` int(1) NOT NULL DEFAULT '1', | | `allow_member_read` int(1) NOT NULL DEFAULT '1', |
| `allow_member_revision` int(1) NOT NULL DEFAULT '0', | | `allow_member_revision` int(1) NOT NULL DEFAULT '0', |
| `allow_troll_read` int(1) NOT NULL DEFAULT '0', | | `allow_troll_read` int(1) NOT NULL DEFAULT '0', |
| `allow_troll_revision` int(1) NOT NULL DEFAULT '0', | | `allow_troll_revision` int(1) NOT NULL DEFAULT '0', |
| `access_method` int(1) NOT NULL DEFAULT '1', | | `access_method` int(1) NOT NULL DEFAULT '1', |
| `iframe_resize` int(1) NOT NULL DEFAULT '0', | | `iframe_resize` int(1) NOT NULL DEFAULT '0', |
| `session_variables` int(1) NOT NULL DEFAULT '0', | | `session_variables` int(1) NOT NULL DEFAULT '0', |
| `student_hidden` int(1) NOT NULL DEFAULT '0', | | `student_hidden` int(1) NOT NULL DEFAULT '0', |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_until` bigint(64) NOT NULL DEFAULT '0', | | `release_until` bigint(64) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `notify` int(1) NOT NULL DEFAULT '0', | | `notify` int(1) NOT NULL DEFAULT '0', |
| `angel_entry_id` varchar(100) DEFAULT NULL, | | `angel_entry_id` varchar(100) DEFAULT NULL, |
| `angel_parent_id` varchar(100) DEFAULT NULL | | `angel_parent_id` varchar(100) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_templates` | | -- Table structure for table `community_templates` |
| -- | | -- |
| | | |
| CREATE TABLE `community_templates` ( | | CREATE TABLE `community_templates` ( |
| `template_id` int(12) UNSIGNED NOT NULL, | | `template_id` int(12) UNSIGNED NOT NULL, |
| `template_name` varchar(60) NOT NULL, | | `template_name` varchar(60) NOT NULL, |
| `template_description` text, | | `template_description` text, |
| `organisation_id` int(12) UNSIGNED DEFAULT NULL, | | `organisation_id` int(12) UNSIGNED DEFAULT NULL, |
| `group` int(12) UNSIGNED DEFAULT NULL, | | `group` int(12) UNSIGNED DEFAULT NULL, |
| `role` varchar(100) DEFAULT NULL | | `role` varchar(100) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `community_templates` | | -- Dumping data for table `community_templates` |
| -- | | -- |
| | | |
| INSERT INTO `community_templates` (`template_id`, `template_name`, `template_description`, `organisation_id`, `group`, `role`) VALUES | | INSERT INTO `community_templates` (`template_id`, `template_name`, `template_description`, `organisation_id`, `group`, `role`) VALUES |
| (1, 'default', '', NULL, NULL, NULL), | | (1, 'default', '', NULL, NULL, NULL), |
| (2, 'committee', '', NULL, NULL, NULL), | | (2, 'committee', '', NULL, NULL, NULL), |
| (3, 'virtualpatient', '', NULL, NULL, NULL), | | (3, 'virtualpatient', '', NULL, NULL, NULL), |
| (4, 'learningmodule', '', NULL, NULL, NULL), | | (4, 'learningmodule', '', NULL, NULL, NULL), |
| (5, 'course', '', NULL, NULL, NULL); | | (5, 'course', '', NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_type_pages` | | -- Table structure for table `community_type_pages` |
| -- | | -- |
| | | |
| CREATE TABLE `community_type_pages` ( | | CREATE TABLE `community_type_pages` ( |
| `ctpage_id` int(12) NOT NULL, | | `ctpage_id` int(12) NOT NULL, |
| `type_id` int(12) NOT NULL DEFAULT '0', | | `type_id` int(12) NOT NULL DEFAULT '0', |
| `type_scope` enum('organisation','global') NOT NULL DEFAULT 'global', | | `type_scope` enum('organisation','global') NOT NULL DEFAULT 'global', |
| `parent_id` int(12) NOT NULL DEFAULT '0', | | `parent_id` int(12) NOT NULL DEFAULT '0', |
| `page_order` int(3) NOT NULL DEFAULT '0', | | `page_order` int(3) NOT NULL DEFAULT '0', |
| `page_type` varchar(16) NOT NULL DEFAULT 'default', | | `page_type` varchar(16) NOT NULL DEFAULT 'default', |
| `menu_title` varchar(48) NOT NULL, | | `menu_title` varchar(48) NOT NULL, |
| `page_title` text NOT NULL, | | `page_title` text NOT NULL, |
| `page_url` varchar(512) DEFAULT NULL, | | `page_url` varchar(512) DEFAULT NULL, |
| `page_content` longtext NOT NULL, | | `page_content` longtext NOT NULL, |
| `copy_on_rollover` tinyint(1) NOT NULL DEFAULT '0', | | `copy_on_rollover` tinyint(1) NOT NULL DEFAULT '0', |
| `page_active` tinyint(1) NOT NULL DEFAULT '1', | | `page_active` tinyint(1) NOT NULL DEFAULT '1', |
| `page_visible` tinyint(1) NOT NULL DEFAULT '1', | | `page_visible` tinyint(1) NOT NULL DEFAULT '1', |
| `allow_member_view` tinyint(1) NOT NULL DEFAULT '1', | | `allow_member_view` tinyint(1) NOT NULL DEFAULT '1', |
| `allow_troll_view` tinyint(1) NOT NULL DEFAULT '1', | | `allow_troll_view` tinyint(1) NOT NULL DEFAULT '1', |
| `allow_public_view` tinyint(1) NOT NULL DEFAULT '0', | | `allow_public_view` tinyint(1) NOT NULL DEFAULT '0', |
| `lock_page` tinyint(1) NOT NULL DEFAULT '0', | | `lock_page` tinyint(1) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `community_type_pages` | | -- Dumping data for table `community_type_pages` |
| -- | | -- |
| | | |
| INSERT INTO `community_type_pages` (`ctpage_id`, `type_id`, `type_scope`, `parent_id`, `page_order`, `page_type`, `menu_title`, `page_title`, `page_url`, `page_content`, `copy_on_rollover`, `page_active`, `page_visible`, `allow_member_view`, `allow_troll_view`, `allow_public_view`, `lock_page`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `community_type_pages` (`ctpage_id`, `type_id`, `type_scope`, `parent_id`, `page_order`, `page_type`, `menu_title`, `page_title`, `page_url`, `page_content`, `copy_on_rollover`, `page_active`, `page_visible`, `allow_member_view`, `allow_troll_view`, `allow_public_view`, `lock_page`, `updated_date`, `updated_by`) VALUES |
| (1, 1, 'global', 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 1, 1, 1, 1362062187, 1), | | (1, 1, 'global', 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 1, 1, 1, 1362062187, 1), |
| (2, 1, 'global', 0, 1, 'announcements', 'Announcements', 'Announcements', 'announcements', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), | | (2, 1, 'global', 0, 1, 'announcements', 'Announcements', 'Announcements', 'announcements', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), |
| (3, 1, 'global', 0, 2, 'discussions', 'Discussions', 'Discussions', 'discussions', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), | | (3, 1, 'global', 0, 2, 'discussions', 'Discussions', 'Discussions', 'discussions', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), |
| (4, 1, 'global', 0, 4, 'events', 'Events', 'Events', 'events', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), | | (4, 1, 'global', 0, 4, 'events', 'Events', 'Events', 'events', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), |
| (5, 1, 'global', 0, 5, 'galleries', 'Galleries', 'Galleries', 'galleries', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), | | (5, 1, 'global', 0, 5, 'galleries', 'Galleries', 'Galleries', 'galleries', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), |
| (6, 1, 'global', 0, 6, 'polls', 'Polling', 'Polling', 'polls', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), | | (6, 1, 'global', 0, 6, 'polls', 'Polling', 'Polling', 'polls', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), |
| (7, 1, 'global', 0, 7, 'quizzes', 'Quizzes', 'Quizzes', 'quizzes', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), | | (7, 1, 'global', 0, 7, 'quizzes', 'Quizzes', 'Quizzes', 'quizzes', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), |
| (8, 1, 'global', 0, 3, 'shares', 'Document Sharing', 'Document Sharing', 'shares', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), | | (8, 1, 'global', 0, 3, 'shares', 'Document Sharing', 'Document Sharing', 'shares', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), |
| (9, 2, 'global', 0, 0, 'course', 'Background', 'Background Information', '', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (9, 2, 'global', 0, 0, 'course', 'Background', 'Background Information', '', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (10, 2, 'global', 0, 1, 'course', 'Course Calendar', 'Course Calendar', 'course_calendar', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (10, 2, 'global', 0, 1, 'course', 'Course Calendar', 'Course Calendar', 'course_calendar', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (11, 2, 'global', 0, 2, 'default', 'Prerequisites', 'Prerequisites (Foundational Knowledge)', 'prerequisites', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (11, 2, 'global', 0, 2, 'default', 'Prerequisites', 'Prerequisites (Foundational Knowledge)', 'prerequisites', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (12, 2, 'global', 0, 3, 'default', 'Course Aims', 'Aims of the Course', 'course_aims', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (12, 2, 'global', 0, 3, 'default', 'Course Aims', 'Aims of the Course', 'course_aims', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (13, 2, 'global', 0, 4, 'course', 'Learning Objectives', 'Learning Objectives', 'objectives', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (13, 2, 'global', 0, 4, 'course', 'Learning Objectives', 'Learning Objectives', 'objectives', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (14, 2, 'global', 0, 5, 'course', 'MCC Presentations', 'MCC Presentations', 'mcc_presentations', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (14, 2, 'global', 0, 5, 'course', 'MCC Presentations', 'MCC Presentations', 'mcc_presentations', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (15, 2, 'global', 0, 6, 'default', 'Teaching Strategies', 'Teaching and Learning Strategies', 'teaching_strategies', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (15, 2, 'global', 0, 6, 'default', 'Teaching Strategies', 'Teaching and Learning Strategies', 'teaching_strategies', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (16, 2, 'global', 0, 7, 'default', 'Assessment Strategies', 'Assessment Strategies', 'assessment_strategies', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (16, 2, 'global', 0, 7, 'default', 'Assessment Strategies', 'Assessment Strategies', 'assessment_strategies', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (17, 2, 'global', 0, 8, 'default', 'Resources', 'Resources', 'resources', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (17, 2, 'global', 0, 8, 'default', 'Resources', 'Resources', 'resources', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (18, 2, 'global', 0, 9, 'default', 'Expectations of Students', 'What is Expected of Students', 'expectations_of_students', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (18, 2, 'global', 0, 9, 'default', 'Expectations of Students', 'What is Expected of Students', 'expectations_of_students', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (19, 2, 'global', 0, 10, 'default', 'Expectations of Faculty', 'What is Expected of Course Faculty', 'expectations_of_faculty', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (19, 2, 'global', 0, 10, 'default', 'Expectations of Faculty', 'What is Expected of Course Faculty', 'expectations_of_faculty', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (20, 1, 'organisation', 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 1, 1, 1, 1362062187, 1), | | (20, 1, 'organisation', 0, 0, 'default', 'Home', 'Home', '', '', 0, 1, 1, 1, 1, 1, 1, 1362062187, 1), |
| (21, 1, 'organisation', 0, 0, 'announcements', 'Announcements', 'Announcements', 'announcements', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), | | (21, 1, 'organisation', 0, 0, 'announcements', 'Announcements', 'Announcements', 'announcements', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), |
| (22, 1, 'organisation', 0, 1, 'discussions', 'Discussions', 'Discussions', 'discussions', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), | | (22, 1, 'organisation', 0, 1, 'discussions', 'Discussions', 'Discussions', 'discussions', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), |
| (23, 1, 'organisation', 0, 3, 'events', 'Events', 'Events', 'events', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), | | (23, 1, 'organisation', 0, 3, 'events', 'Events', 'Events', 'events', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), |
| (24, 1, 'organisation', 0, 4, 'galleries', 'Galleries', 'Galleries', 'galleries', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), | | (24, 1, 'organisation', 0, 4, 'galleries', 'Galleries', 'Galleries', 'galleries', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), |
| (25, 1, 'organisation', 0, 5, 'polls', 'Polling', 'Polling', 'polls', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), | | (25, 1, 'organisation', 0, 5, 'polls', 'Polling', 'Polling', 'polls', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), |
| (26, 1, 'organisation', 0, 6, 'quizzes', 'Quizzes', 'Quizzes', 'quizzes', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), | | (26, 1, 'organisation', 0, 6, 'quizzes', 'Quizzes', 'Quizzes', 'quizzes', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), |
| (27, 1, 'organisation', 0, 2, 'shares', 'Document Sharing', 'Document Sharing', 'shares', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), | | (27, 1, 'organisation', 0, 2, 'shares', 'Document Sharing', 'Document Sharing', 'shares', '', 0, 1, 1, 1, 1, 0, 0, 1362062187, 1), |
| (28, 2, 'organisation', 0, 0, 'course', 'Background', 'Background Information', '', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (28, 2, 'organisation', 0, 0, 'course', 'Background', 'Background Information', '', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (29, 2, 'organisation', 0, 1, 'course', 'Course Calendar', 'Course Calendar', 'course_calendar', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (29, 2, 'organisation', 0, 1, 'course', 'Course Calendar', 'Course Calendar', 'course_calendar', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (30, 2, 'organisation', 0, 2, 'default', 'Prerequisites', 'Prerequisites (Foundational Knowledge)', 'prerequisites', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (30, 2, 'organisation', 0, 2, 'default', 'Prerequisites', 'Prerequisites (Foundational Knowledge)', 'prerequisites', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (31, 2, 'organisation', 0, 3, 'default', 'Course Aims', 'Aims of the Course', 'course_aims', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (31, 2, 'organisation', 0, 3, 'default', 'Course Aims', 'Aims of the Course', 'course_aims', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (32, 2, 'organisation', 0, 4, 'course', 'Learning Objectives', 'Learning Objectives', 'objectives', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (32, 2, 'organisation', 0, 4, 'course', 'Learning Objectives', 'Learning Objectives', 'objectives', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (33, 2, 'organisation', 0, 5, 'course', 'MCC Presentations', 'MCC Presentations', 'mcc_presentations', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (33, 2, 'organisation', 0, 5, 'course', 'MCC Presentations', 'MCC Presentations', 'mcc_presentations', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (34, 2, 'organisation', 0, 6, 'default', 'Teaching Strategies', 'Teaching and Learning Strategies', 'teaching_strategies', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (34, 2, 'organisation', 0, 6, 'default', 'Teaching Strategies', 'Teaching and Learning Strategies', 'teaching_strategies', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (35, 2, 'organisation', 0, 7, 'default', 'Assessment Strategies', 'Assessment Strategies', 'assessment_strategies', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (35, 2, 'organisation', 0, 7, 'default', 'Assessment Strategies', 'Assessment Strategies', 'assessment_strategies', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (36, 2, 'organisation', 0, 8, 'default', 'Resources', 'Resources', 'resources', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (36, 2, 'organisation', 0, 8, 'default', 'Resources', 'Resources', 'resources', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (37, 2, 'organisation', 0, 9, 'default', 'Expectations of Students', 'What is Expected of Students', 'expectations_of_students', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (37, 2, 'organisation', 0, 9, 'default', 'Expectations of Students', 'What is Expected of Students', 'expectations_of_students', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (38, 2, 'organisation', 0, 10, 'default', 'Expectations of Faculty', 'What is Expected of Course Faculty', 'expectations_of_faculty', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), | | (38, 2, 'organisation', 0, 10, 'default', 'Expectations of Faculty', 'What is Expected of Course Faculty', 'expectations_of_faculty', ' ', 0, 1, 1, 1, 0, 1, 1, 1362062187, 1), |
| (39, 3, 'global', 0, 0, 'default', 'Community Title', 'Community Title', '', ' ', 0, 1, 1, 1, 1, 1, 0, 0, 1), | | (39, 3, 'global', 0, 0, 'default', 'Community Title', 'Community Title', '', ' ', 0, 1, 1, 1, 1, 1, 0, 0, 1), |
| (40, 3, 'global', 0, 7, 'default', 'Credits', 'Credits', 'credits', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), | | (40, 3, 'global', 0, 7, 'default', 'Credits', 'Credits', 'credits', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), |
| (41, 3, 'global', 0, 4, 'default', 'Formative Assessment', 'Formative Assessment', 'formative_assessment', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), | | (41, 3, 'global', 0, 4, 'default', 'Formative Assessment', 'Formative Assessment', 'formative_assessment', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), |
| (42, 3, 'global', 0, 3, 'default', 'Foundational Knowledge', 'Foundational Knowledge', 'foundational_knowledge', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), | | (42, 3, 'global', 0, 3, 'default', 'Foundational Knowledge', 'Foundational Knowledge', 'foundational_knowledge', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), |
| (43, 3, 'global', 0, 1, 'default', 'Introduction', 'Introduction', 'introduction', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), | | (43, 3, 'global', 0, 1, 'default', 'Introduction', 'Introduction', 'introduction', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), |
| (44, 3, 'global', 0, 2, 'default', 'Objectives', 'Objectives', 'objectives', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), | | (44, 3, 'global', 0, 2, 'default', 'Objectives', 'Objectives', 'objectives', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), |
| (45, 3, 'global', 0, 8, 'url', 'Print Version', 'Print Version', 'print_version', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), | | (45, 3, 'global', 0, 8, 'url', 'Print Version', 'Print Version', 'print_version', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), |
| (46, 3, 'global', 0, 6, 'default', 'Summary', 'Summary', 'summary', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), | | (46, 3, 'global', 0, 6, 'default', 'Summary', 'Summary', 'summary', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), |
| (47, 3, 'global', 0, 5, 'default', 'Test your understanding', 'Test your understanding', 'test_your_understanding', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), | | (47, 3, 'global', 0, 5, 'default', 'Test your understanding', 'Test your understanding', 'test_your_understanding', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), |
| (49, 3, 'organisation', 0, 0, 'default', 'Community Title', 'Community Title', '', ' ', 0, 1, 1, 1, 1, 1, 0, 0, 1), | | (49, 3, 'organisation', 0, 0, 'default', 'Community Title', 'Community Title', '', ' ', 0, 1, 1, 1, 1, 1, 0, 0, 1), |
| (50, 3, 'organisation', 0, 7, 'default', 'Credits', 'Credits', 'credits', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), | | (50, 3, 'organisation', 0, 7, 'default', 'Credits', 'Credits', 'credits', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), |
| (51, 3, 'organisation', 0, 4, 'default', 'Formative Assessment', 'Formative Assessment', 'formative_assessment', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), | | (51, 3, 'organisation', 0, 4, 'default', 'Formative Assessment', 'Formative Assessment', 'formative_assessment', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), |
| (52, 3, 'organisation', 0, 3, 'default', 'Foundational Knowledge', 'Foundational Knowledge', 'foundational_knowledge', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), | | (52, 3, 'organisation', 0, 3, 'default', 'Foundational Knowledge', 'Foundational Knowledge', 'foundational_knowledge', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), |
| (53, 3, 'organisation', 0, 1, 'default', 'Introduction', 'Introduction', 'introduction', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), | | (53, 3, 'organisation', 0, 1, 'default', 'Introduction', 'Introduction', 'introduction', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), |
| (54, 3, 'organisation', 0, 2, 'default', 'Objectives', 'Objectives', 'objectives', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), | | (54, 3, 'organisation', 0, 2, 'default', 'Objectives', 'Objectives', 'objectives', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), |
| (55, 3, 'organisation', 0, 8, 'url', 'Print Version', 'Print Version', 'print_version', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), | | (55, 3, 'organisation', 0, 8, 'url', 'Print Version', 'Print Version', 'print_version', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), |
| (56, 3, 'organisation', 0, 6, 'default', 'Summary', 'Summary', 'summary', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), | | (56, 3, 'organisation', 0, 6, 'default', 'Summary', 'Summary', 'summary', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), |
| (57, 3, 'organisation', 0, 5, 'default', 'Test your understanding', 'Test your understanding', 'test_your_understanding', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), | | (57, 3, 'organisation', 0, 5, 'default', 'Test your understanding', 'Test your understanding', 'test_your_understanding', '', 0, 1, 1, 1, 1, 1, 0, 0, 1), |
| (58, 2, 'organisation', 0, 1, 'course', 'Units', 'Units', 'units', '', 0, 1, 1, 1, 0, 1, 1, 1500937017, 1), | | (58, 2, 'organisation', 0, 1, 'course', 'Units', 'Units', 'units', '', 0, 1, 1, 1, 0, 1, 1, 1500937017, 1), |
| (59, 2, 'global', 0, 1, 'course', 'Units', 'Units', 'units', '', 0, 1, 1, 1, 0, 1, 1, 1500937017, 1), | | (59, 2, 'global', 0, 1, 'course', 'Units', 'Units', 'units', '', 0, 1, 1, 1, 0, 1, 1, 1500937017, 1), |
| (60, 2, 'organisation', 0, 10, 'course', 'Manage Notices', 'Manage Notices', 'notices', '', 0, 1, 1, 0, 0, 0, 0, 1599626412, 1), | | (60, 2, 'organisation', 0, 10, 'course', 'Manage Notices', 'Manage Notices', 'notices', '', 0, 1, 1, 0, 0, 0, 0, 1599626412, 1), |
| (61, 2, 'global', 0, 10, 'course', 'Manage Notices', 'Manage Notices', 'notices', '', 0, 1, 1, 0, 0, 0, 0, 1599626412, 1), | | (61, 2, 'global', 0, 10, 'course', 'Manage Notices', 'Manage Notices', 'notices', '', 0, 1, 1, 0, 0, 0, 0, 1599626412, 1), |
| (62, 2, 'organisation', 0, 10, 'course', 'Gradebook', 'Gradebook', 'gradebook', '', 0, 1, 1, 1, 0, 0, 0, 1599626412, 1), | | (62, 2, 'organisation', 0, 10, 'course', 'Gradebook', 'Gradebook', 'gradebook', '', 0, 1, 1, 1, 0, 0, 0, 1599626412, 1), |
| (63, 2, 'global', 0, 10, 'course', 'Gradebook', 'Gradebook', 'gradebook', '', 0, 1, 1, 1, 0, 0, 0, 1599626412, 1); | | (63, 2, 'global', 0, 10, 'course', 'Gradebook', 'Gradebook', 'gradebook', '', 0, 1, 1, 1, 0, 0, 0, 1599626412, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_type_page_options` | | -- Table structure for table `community_type_page_options` |
| -- | | -- |
| | | |
| CREATE TABLE `community_type_page_options` ( | | CREATE TABLE `community_type_page_options` ( |
| `ctpoption_id` int(12) NOT NULL, | | `ctpoption_id` int(12) NOT NULL, |
| `ctpage_id` int(12) NOT NULL, | | `ctpage_id` int(12) NOT NULL, |
| `option_title` varchar(32) NOT NULL, | | `option_title` varchar(32) NOT NULL, |
| `option_value` int(12) NOT NULL DEFAULT '1', | | `option_value` int(12) NOT NULL DEFAULT '1', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0' | | `updated_date` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `community_type_page_options` | | -- Dumping data for table `community_type_page_options` |
| -- | | -- |
| | | |
| INSERT INTO `community_type_page_options` (`ctpoption_id`, `ctpage_id`, `option_title`, `option_value`, `proxy_id`, `updated_date`) VALUES | | INSERT INTO `community_type_page_options` (`ctpoption_id`, `ctpage_id`, `option_title`, `option_value`, `proxy_id`, `updated_date`) VALUES |
| (1, 39, 'community_title', 1, 1, 0), | | (1, 39, 'community_title', 1, 1, 0), |
| (2, 49, 'community_title', 1, 1, 0); | | (2, 49, 'community_title', 1, 1, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `community_type_templates` | | -- Table structure for table `community_type_templates` |
| -- | | -- |
| | | |
| CREATE TABLE `community_type_templates` ( | | CREATE TABLE `community_type_templates` ( |
| `cttemplate_id` int(12) UNSIGNED NOT NULL, | | `cttemplate_id` int(12) UNSIGNED NOT NULL, |
| `template_id` int(12) UNSIGNED NOT NULL, | | `template_id` int(12) UNSIGNED NOT NULL, |
| `type_id` int(12) UNSIGNED NOT NULL, | | `type_id` int(12) UNSIGNED NOT NULL, |
| `type_scope` enum('organisation','global') NOT NULL DEFAULT 'global' | | `type_scope` enum('organisation','global') NOT NULL DEFAULT 'global' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `community_type_templates` | | -- Dumping data for table `community_type_templates` |
| -- | | -- |
| | | |
| INSERT INTO `community_type_templates` (`cttemplate_id`, `template_id`, `type_id`, `type_scope`) VALUES | | INSERT INTO `community_type_templates` (`cttemplate_id`, `template_id`, `type_id`, `type_scope`) VALUES |
| (1, 1, 1, 'global'), | | (1, 1, 1, 'global'), |
| (2, 2, 1, 'global'), | | (2, 2, 1, 'global'), |
| (3, 3, 1, 'global'), | | (3, 3, 1, 'global'), |
| (4, 4, 1, 'global'), | | (4, 4, 1, 'global'), |
| (5, 5, 1, 'global'), | | (5, 5, 1, 'global'), |
| (6, 5, 2, 'global'), | | (6, 5, 2, 'global'), |
| (7, 1, 1, 'organisation'), | | (7, 1, 1, 'organisation'), |
| (8, 2, 1, 'organisation'), | | (8, 2, 1, 'organisation'), |
| (9, 3, 1, 'organisation'), | | (9, 3, 1, 'organisation'), |
| (10, 4, 1, 'organisation'), | | (10, 4, 1, 'organisation'), |
| (11, 5, 1, 'organisation'), | | (11, 5, 1, 'organisation'), |
| (12, 5, 2, 'organisation'), | | (12, 5, 2, 'organisation'), |
| (13, 4, 3, 'global'), | | (13, 4, 3, 'global'), |
| (14, 3, 3, 'global'), | | (14, 3, 3, 'global'), |
| (15, 4, 3, 'organisation'), | | (15, 4, 3, 'organisation'), |
| (16, 3, 3, 'organisation'); | | (16, 3, 3, 'organisation'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `courses` | | -- Table structure for table `courses` |
| -- | | -- |
| | | |
| CREATE TABLE `courses` ( | | CREATE TABLE `courses` ( |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(12) NOT NULL DEFAULT '0', | | `organisation_id` int(12) NOT NULL DEFAULT '0', |
| `curriculum_type_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `curriculum_type_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `parent_id` int(12) NOT NULL DEFAULT '0', | | `parent_id` int(12) NOT NULL DEFAULT '0', |
| `pcoord_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `pcoord_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `evalrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `evalrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `studrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `studrep_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `course_name` varchar(85) NOT NULL DEFAULT '', | | `course_name` varchar(85) NOT NULL DEFAULT '', |
| `course_code` varchar(16) NOT NULL DEFAULT '', | | `course_code` varchar(16) NOT NULL DEFAULT '', |
| `course_credit` decimal(10,1) DEFAULT NULL, | | `course_credit` decimal(10,1) DEFAULT NULL, |
| `course_description` text, | | `course_description` text, |
| `course_mandatory` int(1) NOT NULL DEFAULT '0', | | `course_mandatory` int(1) NOT NULL DEFAULT '0', |
| `course_objectives` text, | | `course_objectives` text, |
| `course_url` text, | | `course_url` text, |
| `course_redirect` tinyint(1) NOT NULL DEFAULT '0', | | `course_redirect` tinyint(1) NOT NULL DEFAULT '0', |
| `course_message` text NOT NULL, | | `course_message` text NOT NULL, |
| `permission` enum('open','closed') NOT NULL DEFAULT 'closed', | | `permission` enum('open','closed') NOT NULL DEFAULT 'closed', |
| `sync_ldap` int(1) NOT NULL DEFAULT '0', | | `sync_ldap` int(1) NOT NULL DEFAULT '0', |
| `sync_ldap_courses` text, | | `sync_ldap_courses` text, |
| `sync_groups` tinyint(1) NOT NULL DEFAULT '0', | | `sync_groups` tinyint(1) NOT NULL DEFAULT '0', |
| `notifications` int(1) NOT NULL DEFAULT '1', | | `notifications` int(1) NOT NULL DEFAULT '1', |
| `course_active` int(1) NOT NULL DEFAULT '1', | | `course_active` int(1) NOT NULL DEFAULT '1', |
| `capture_enabled` tinyint(1) DEFAULT NULL, | | `capture_enabled` tinyint(1) DEFAULT NULL, |
| `capture_default` tinyint(1) DEFAULT NULL, | | `capture_default` tinyint(1) DEFAULT NULL, |
| `capture_faculty_override` tinyint(1) DEFAULT NULL, | | `capture_faculty_override` tinyint(1) DEFAULT NULL, |
| `faculty_website_enabled` tinyint(1) NOT NULL DEFAULT '0', | | `faculty_website_enabled` tinyint(1) NOT NULL DEFAULT '0', |
| `clinical_course` int(1) DEFAULT '0', | | `clinical_course` int(1) DEFAULT '0', |
| `clinical_report_use_rotation_schedule` tinyint(1) NOT NULL DEFAULT '0', | | `clinical_report_use_rotation_schedule` tinyint(1) NOT NULL DEFAULT '0', |
| `course_objectives_span_course` tinyint(1) NOT NULL DEFAULT '0', | | `course_objectives_span_course` tinyint(1) NOT NULL DEFAULT '0', |
| `course_twitter_handle` varchar(16) DEFAULT NULL, | | `course_twitter_handle` varchar(16) DEFAULT NULL, |
| `course_twitter_hashtags` text, | | `course_twitter_hashtags` text, |
| `course_color` varchar(20) DEFAULT NULL, | | `course_color` varchar(20) DEFAULT NULL, |
| `cbme_milestones` tinyint(1) DEFAULT NULL, | | `cbme_milestones` tinyint(1) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `course_order` mediumint(8) UNSIGNED NOT NULL DEFAULT '0' | | `course_order` mediumint(8) UNSIGNED NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `courses` | | -- Dumping data for table `courses` |
| -- | | -- |
| | | |
| INSERT INTO `courses` (`course_id`, `organisation_id`, `curriculum_type_id`, `parent_id`, `pcoord_id`, `evalrep_id`, `studrep_id`, `course_name`, `course_code`, `course_credit`, `course_description`, `course_mandatory`, `course_objectives`, `course_url`, `course_redirect`, `course_message`, `permission`, `sync_ldap`, `sync_ldap_courses`, `sync_groups`, `notifications`, `course_active`, `capture_enabled`, `capture_default`, `capture_faculty_override`, `faculty_website_enabled`, `clinical_course`, `clinical_report_use_rotation_schedule`, `course_objectives_span_course`, `course_twitter_handle`, `course_twitter_hashtags`, `course_color`, `cbme_milestones`, `created_date`, `created_by`, `updated_date`, `updated_by`, `course_order`) VALUES | | INSERT INTO `courses` (`course_id`, `organisation_id`, `curriculum_type_id`, `parent_id`, `pcoord_id`, `evalrep_id`, `studrep_id`, `course_name`, `course_code`, `course_credit`, `course_description`, `course_mandatory`, `course_objectives`, `course_url`, `course_redirect`, `course_message`, `permission`, `sync_ldap`, `sync_ldap_courses`, `sync_groups`, `notifications`, `course_active`, `capture_enabled`, `capture_default`, `capture_faculty_override`, `faculty_website_enabled`, `clinical_course`, `clinical_report_use_rotation_schedule`, `course_objectives_span_course`, `course_twitter_handle`, `course_twitter_hashtags`, `course_color`, `cbme_milestones`, `created_date`, `created_by`, `updated_date`, `updated_by`, `course_order`) VALUES |
| (1, 1, 1, 0, 0, 0, 0, 'Test Course 1', 'COURSE_1', 3.0, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, '', '', '#57b754', NULL, 1685381586, 1, 0, 0, 0), | | (1, 1, 1, 0, 0, 0, 0, 'Test Course 1', 'COURSE_1', 3.0, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, '', '', '#57b754', NULL, 1685381586, 1, 0, 0, 0), |
| (2, 1, 9, 0, 0, 0, 0, 'Test Course 2 - Private', 'COURSE_2p', NULL, NULL, 1, NULL, NULL, 0, '', 'closed', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 1685381586, 1, 0), | | (2, 1, 9, 0, 0, 0, 0, 'Test Course 2 - Private', 'COURSE_2p', NULL, NULL, 1, NULL, NULL, 0, '', 'closed', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 1685381586, 1, 0), |
| (3, 1, 9, 0, 8, 0, 0, 'Test Course 3 - CBME', 'COURSE_3cbme', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 1685381586, 1, 0), | | (3, 1, 9, 0, 8, 0, 0, 'Test Course 3 - CBME', 'COURSE_3cbme', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 1685381586, 1, 0), |
| (4, 1, 1, 0, 0, 0, 0, 'Test Course 4 - Late Tracking', 'COURSE_4', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), | | (4, 1, 1, 0, 0, 0, 0, 'Test Course 4 - Late Tracking', 'COURSE_4', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), |
| (5, 1, 10, 0, 0, 0, 0, 'ROTATION 1', 'ROT1', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), | | (5, 1, 10, 0, 0, 0, 0, 'ROTATION 1', 'ROT1', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), |
| (6, 1, 10, 0, 0, 0, 0, 'ROTATION 2', 'ROT2', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), | | (6, 1, 10, 0, 0, 0, 0, 'ROTATION 2', 'ROT2', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), |
| (7, 1, 10, 0, 0, 0, 0, 'ROTATION 3', 'ROT3', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), | | (7, 1, 10, 0, 0, 0, 0, 'ROTATION 3', 'ROT3', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), |
| (8, 1, 1, 0, 0, 0, 0, 'Test Course 2', 'COURSE_2', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), | | (8, 1, 1, 0, 0, 0, 0, 'Test Course 2', 'COURSE_2', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), |
| (9, 1, 9, 0, 0, 0, 0, 'AAMC Sample Course 1', 'AAMC1', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), | | (9, 1, 9, 0, 0, 0, 0, 'AAMC Sample Course 1', 'AAMC1', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), |
| (10, 1, 11, 0, 0, 0, 0, 'AAMC Sample Course 2', 'AAMC2', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), | | (10, 1, 11, 0, 0, 0, 0, 'AAMC Sample Course 2', 'AAMC2', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), |
| (11, 1, 6, 0, 0, 0, 0, 'AAMC Sample Course 3', 'AAMC3', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), | | (11, 1, 6, 0, 0, 0, 0, 'AAMC Sample Course 3', 'AAMC3', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), |
| (12, 1, 8, 0, 0, 0, 0, 'AAMC Sample Course 4', 'AAMC4', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), | | (12, 1, 8, 0, 0, 0, 0, 'AAMC Sample Course 4', 'AAMC4', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), |
| (13, 2, 11, 0, 0, 0, 0, 'PGCourse', 'PG', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 1685381586, 1, 0), | | (13, 2, 11, 0, 0, 0, 0, 'PGCourse', 'PG', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 1685381586, 1, 0), |
| (14, 1, 10, 0, 0, 0, 0, 'Lottery 2022', 'LOT2022', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), | | (14, 1, 10, 0, 0, 0, 0, 'Lottery 2022', 'LOT2022', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), |
| n | (15, 1, 15, 0, 0, 0, 0, 'Simple Course', 'SIMPLE', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0); | n | (15, 1, 15, 0, 0, 0, 0, 'Simple Course', 'SIMPLE', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685381586, 1, 0, 0, 0), |
| | | (16, 1, 10, 0, 0, 0, 0, 'Deepdive', 'deep3', NULL, NULL, 1, NULL, NULL, 0, '', 'open', 0, '', 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, '', '', NULL, NULL, 1685387919, 1, 1685549315, 1, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_audience` | | -- Table structure for table `course_audience` |
| -- | | -- |
| | | |
| CREATE TABLE `course_audience` ( | | CREATE TABLE `course_audience` ( |
| `caudience_id` int(11) NOT NULL, | | `caudience_id` int(11) NOT NULL, |
| `course_id` int(11) NOT NULL, | | `course_id` int(11) NOT NULL, |
| `audience_type` enum('proxy_id','group_id') NOT NULL, | | `audience_type` enum('proxy_id','group_id') NOT NULL, |
| `audience_value` int(11) NOT NULL, | | `audience_value` int(11) NOT NULL, |
| `cperiod_id` int(11) NOT NULL, | | `cperiod_id` int(11) NOT NULL, |
| `ldap_sync_date` bigint(64) NOT NULL DEFAULT '0', | | `ldap_sync_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_date` bigint(64) DEFAULT NULL, | | `release_date` bigint(64) DEFAULT NULL, |
| `enroll_start` bigint(20) NOT NULL, | | `enroll_start` bigint(20) NOT NULL, |
| `enroll_finish` bigint(20) NOT NULL, | | `enroll_finish` bigint(20) NOT NULL, |
| `audience_active` int(1) NOT NULL DEFAULT '1', | | `audience_active` int(1) NOT NULL DEFAULT '1', |
| `release_until` bigint(64) DEFAULT NULL | | `release_until` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `course_audience` | | -- Dumping data for table `course_audience` |
| -- | | -- |
| | | |
| INSERT INTO `course_audience` (`caudience_id`, `course_id`, `audience_type`, `audience_value`, `cperiod_id`, `ldap_sync_date`, `release_date`, `enroll_start`, `enroll_finish`, `audience_active`, `release_until`) VALUES | | INSERT INTO `course_audience` (`caudience_id`, `course_id`, `audience_type`, `audience_value`, `cperiod_id`, `ldap_sync_date`, `release_date`, `enroll_start`, `enroll_finish`, `audience_active`, `release_until`) VALUES |
| (1, 1, 'group_id', 5, 1, 0, NULL, 0, 0, 1, NULL), | | (1, 1, 'group_id', 5, 1, 0, NULL, 0, 0, 1, NULL), |
| (2, 2, 'proxy_id', 2, 2, 0, NULL, 0, 0, 1, NULL), | | (2, 2, 'proxy_id', 2, 2, 0, NULL, 0, 0, 1, NULL), |
| (3, 2, 'proxy_id', 4, 2, 0, NULL, 0, 0, 1, NULL), | | (3, 2, 'proxy_id', 4, 2, 0, NULL, 0, 0, 1, NULL), |
| (4, 3, 'proxy_id', 2, 2, 0, NULL, 0, 0, 1, NULL), | | (4, 3, 'proxy_id', 2, 2, 0, NULL, 0, 0, 1, NULL), |
| (5, 3, 'proxy_id', 4, 2, 0, NULL, 0, 0, 1, NULL), | | (5, 3, 'proxy_id', 4, 2, 0, NULL, 0, 0, 1, NULL), |
| (6, 1, 'group_id', 5, 4, 0, NULL, 0, 0, 1, NULL), | | (6, 1, 'group_id', 5, 4, 0, NULL, 0, 0, 1, NULL), |
| (7, 1, 'proxy_id', 2, 4, 0, NULL, 0, 0, 1, NULL), | | (7, 1, 'proxy_id', 2, 4, 0, NULL, 0, 0, 1, NULL), |
| (8, 8, 'proxy_id', 2, 1, 0, NULL, 0, 0, 1, NULL), | | (8, 8, 'proxy_id', 2, 1, 0, NULL, 0, 0, 1, NULL), |
| (9, 5, 'group_id', 5, 3, 0, NULL, 0, 0, 1, NULL), | | (9, 5, 'group_id', 5, 3, 0, NULL, 0, 0, 1, NULL), |
| (10, 1, 'proxy_id', 2, 5, 0, NULL, 0, 0, 1, NULL), | | (10, 1, 'proxy_id', 2, 5, 0, NULL, 0, 0, 1, NULL), |
| (11, 1, 'proxy_id', 3, 5, 0, NULL, 0, 0, 1, NULL), | | (11, 1, 'proxy_id', 3, 5, 0, NULL, 0, 0, 1, NULL), |
| (12, 1, 'proxy_id', 3, 6, 0, NULL, 0, 0, 1, NULL), | | (12, 1, 'proxy_id', 3, 6, 0, NULL, 0, 0, 1, NULL), |
| (13, 9, 'group_id', 1, 12, 0, 0, 0, 0, 1, 0), | | (13, 9, 'group_id', 1, 12, 0, 0, 0, 0, 1, 0), |
| (14, 10, 'group_id', 1, 18, 0, 0, 0, 0, 1, 0), | | (14, 10, 'group_id', 1, 18, 0, 0, 0, 0, 1, 0), |
| (15, 11, 'group_id', 3, 22, 0, 0, 0, 0, 1, 0), | | (15, 11, 'group_id', 3, 22, 0, 0, 0, 0, 1, 0), |
| (16, 12, 'group_id', 1, 30, 0, 0, 0, 0, 1, 0), | | (16, 12, 'group_id', 1, 30, 0, 0, 0, 0, 1, 0), |
| (17, 13, 'group_id', 8, 32, 0, NULL, 0, 0, 1, NULL), | | (17, 13, 'group_id', 8, 32, 0, NULL, 0, 0, 1, NULL), |
| (18, 1, 'group_id', 6, 1, 0, 0, 0, 0, 1, 0), | | (18, 1, 'group_id', 6, 1, 0, 0, 0, 0, 1, 0), |
| (19, 2, 'group_id', 5, 6, 0, 0, 0, 0, 1, 0), | | (19, 2, 'group_id', 5, 6, 0, 0, 0, 0, 1, 0), |
| (20, 14, 'proxy_id', 4, 33, 0, 0, 0, 0, 1, 0), | | (20, 14, 'proxy_id', 4, 33, 0, 0, 0, 0, 1, 0), |
| (21, 14, 'proxy_id', 3, 33, 0, 0, 0, 0, 1, 0), | | (21, 14, 'proxy_id', 3, 33, 0, 0, 0, 0, 1, 0), |
| (22, 14, 'proxy_id', 2, 33, 0, 0, 0, 0, 1, 0), | | (22, 14, 'proxy_id', 2, 33, 0, 0, 0, 0, 1, 0), |
| (23, 15, 'proxy_id', 2, 34, 0, NULL, 0, 0, 1, NULL), | | (23, 15, 'proxy_id', 2, 34, 0, NULL, 0, 0, 1, NULL), |
| (24, 15, 'proxy_id', 3, 34, 0, NULL, 0, 0, 1, NULL), | | (24, 15, 'proxy_id', 3, 34, 0, NULL, 0, 0, 1, NULL), |
| (25, 15, 'proxy_id', 4, 34, 0, NULL, 0, 0, 1, NULL), | | (25, 15, 'proxy_id', 4, 34, 0, NULL, 0, 0, 1, NULL), |
| (26, 2, 'proxy_id', 10, 2, 0, NULL, 0, 0, 1, NULL), | | (26, 2, 'proxy_id', 10, 2, 0, NULL, 0, 0, 1, NULL), |
| n | (27, 1, 'proxy_id', 11, 1, 0, NULL, 0, 0, 1, NULL); | n | (27, 1, 'proxy_id', 11, 1, 0, NULL, 0, 0, 1, NULL), |
| | | (28, 16, 'group_id', 5, 3, 0, NULL, 0, 0, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_audience_groups` | | -- Table structure for table `course_audience_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `course_audience_groups` ( | | CREATE TABLE `course_audience_groups` ( |
| `group_id` int(11) NOT NULL, | | `group_id` int(11) NOT NULL, |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `cperiod_id` int(11) NOT NULL, | | `cperiod_id` int(11) NOT NULL, |
| `microsoft_object_id` varchar(36) DEFAULT NULL COMMENT 'Microsoft Group ID', | | `microsoft_object_id` varchar(36) DEFAULT NULL COMMENT 'Microsoft Group ID', |
| `group_name` varchar(255) NOT NULL, | | `group_name` varchar(255) NOT NULL, |
| `is_archived` tinyint(1) NOT NULL DEFAULT '0', | | `is_archived` tinyint(1) NOT NULL DEFAULT '0', |
| `last_sync` bigint(64) DEFAULT NULL, | | `last_sync` bigint(64) DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `created_by` int(12) DEFAULT NULL, | | `created_by` int(12) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_capture_eventtypes` | | -- Table structure for table `course_capture_eventtypes` |
| -- | | -- |
| | | |
| CREATE TABLE `course_capture_eventtypes` ( | | CREATE TABLE `course_capture_eventtypes` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `eventtype_id` int(12) NOT NULL | | `eventtype_id` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `course_capture_eventtypes` | | -- Dumping data for table `course_capture_eventtypes` |
| -- | | -- |
| | | |
| INSERT INTO `course_capture_eventtypes` (`id`, `course_id`, `eventtype_id`) VALUES | | INSERT INTO `course_capture_eventtypes` (`id`, `course_id`, `eventtype_id`) VALUES |
| (1, 1, 1); | | (1, 1, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_capture_media_source_entities` | | -- Table structure for table `course_capture_media_source_entities` |
| -- | | -- |
| | | |
| CREATE TABLE `course_capture_media_source_entities` ( | | CREATE TABLE `course_capture_media_source_entities` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `media_source_entity_type_id` int(11) NOT NULL, | | `media_source_entity_type_id` int(11) NOT NULL, |
| `organisation_id` int(11) NOT NULL | | `organisation_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `course_capture_media_source_entities` | | -- Dumping data for table `course_capture_media_source_entities` |
| -- | | -- |
| | | |
| INSERT INTO `course_capture_media_source_entities` (`id`, `media_source_entity_type_id`, `organisation_id`) VALUES | | INSERT INTO `course_capture_media_source_entities` (`id`, `media_source_entity_type_id`, `organisation_id`) VALUES |
| (1, 2, 1), | | (1, 2, 1), |
| (2, 3, 1); | | (2, 3, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_contacts` | | -- Table structure for table `course_contacts` |
| -- | | -- |
| | | |
| CREATE TABLE `course_contacts` ( | | CREATE TABLE `course_contacts` ( |
| `contact_id` int(12) NOT NULL, | | `contact_id` int(12) NOT NULL, |
| `course_id` int(12) NOT NULL DEFAULT '0', | | `course_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `contact_type` varchar(15) NOT NULL DEFAULT 'director', | | `contact_type` varchar(15) NOT NULL DEFAULT 'director', |
| `contact_order` int(2) NOT NULL DEFAULT '0', | | `contact_order` int(2) NOT NULL DEFAULT '0', |
| `contact_title` varchar(50) DEFAULT NULL, | | `contact_title` varchar(50) DEFAULT NULL, |
| `display_contact_community` int(1) NOT NULL DEFAULT '1', | | `display_contact_community` int(1) NOT NULL DEFAULT '1', |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `course_contacts` | | -- Dumping data for table `course_contacts` |
| -- | | -- |
| | | |
| INSERT INTO `course_contacts` (`contact_id`, `course_id`, `proxy_id`, `contact_type`, `contact_order`, `contact_title`, `display_contact_community`, `deleted_date`) VALUES | | INSERT INTO `course_contacts` (`contact_id`, `course_id`, `proxy_id`, `contact_type`, `contact_order`, `contact_title`, `display_contact_community`, `deleted_date`) VALUES |
| (1, 1, 5, 'faculty', 0, '', 1, NULL), | | (1, 1, 5, 'faculty', 0, '', 1, NULL), |
| (2, 3, 5, 'faculty', 0, '', 1, NULL), | | (2, 3, 5, 'faculty', 0, '', 1, NULL), |
| (3, 3, 8, 'pcoordinator', 0, '', 1, NULL), | | (3, 3, 8, 'pcoordinator', 0, '', 1, NULL), |
| (4, 3, 7, 'director', 0, '', 1, 1685381585), | | (4, 3, 7, 'director', 0, '', 1, 1685381585), |
| (5, 3, 7, 'director', 0, '', 1, 1685381585), | | (5, 3, 7, 'director', 0, '', 1, 1685381585), |
| (6, 2, 7, 'director', 0, '', 1, NULL), | | (6, 2, 7, 'director', 0, '', 1, NULL), |
| (7, 2, 8, 'pcoordinator', 1, '', 1, NULL), | | (7, 2, 8, 'pcoordinator', 1, '', 1, NULL), |
| (8, 2, 5, 'ccoordinator', 2, '', 1, NULL), | | (8, 2, 5, 'ccoordinator', 2, '', 1, NULL), |
| n | (9, 13, 13, 'faculty', 0, '', 1, NULL); | n | (9, 13, 13, 'faculty', 0, '', 1, NULL), |
| | | (10, 16, 7, 'director', 0, '', 1, NULL), |
| | | (11, 16, 5, 'ccoordinator', 0, '', 1, NULL), |
| | | (12, 16, 9, 'faculty', 0, '', 1, NULL), |
| | | (13, 16, 6, 'ccmember', 0, '', 1, NULL), |
| | | (14, 16, 7, 'ccmember', 1, '', 1, NULL), |
| | | (15, 16, 6, 'evaluationrep', 0, '', 1, NULL), |
| | | (16, 16, 7, 'evaluationrep', 1, '', 1, NULL), |
| | | (17, 16, 2, 'studentrep', 0, '', 1, NULL), |
| | | (18, 16, 3, 'ta', 0, '', 1, NULL), |
| | | (19, 16, 7, 'ccoordinator', 1, '', 1, NULL), |
| | | (20, 16, 7, 'faculty', 1, '', 1, NULL), |
| | | (21, 16, 8, 'pcoordinator', 0, '', 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_files` | | -- Table structure for table `course_files` |
| -- | | -- |
| | | |
| CREATE TABLE `course_files` ( | | CREATE TABLE `course_files` ( |
| `id` int(12) NOT NULL, | | `id` int(12) NOT NULL, |
| `course_id` int(12) NOT NULL DEFAULT '0', | | `course_id` int(12) NOT NULL DEFAULT '0', |
| `required` int(1) NOT NULL DEFAULT '0', | | `required` int(1) NOT NULL DEFAULT '0', |
| `timeframe` varchar(64) NOT NULL DEFAULT 'none', | | `timeframe` varchar(64) NOT NULL DEFAULT 'none', |
| `file_category` varchar(32) NOT NULL DEFAULT 'other', | | `file_category` varchar(32) NOT NULL DEFAULT 'other', |
| `file_type` varchar(255) NOT NULL, | | `file_type` varchar(255) NOT NULL, |
| `file_size` varchar(32) NOT NULL, | | `file_size` varchar(32) NOT NULL, |
| `file_name` varchar(255) NOT NULL, | | `file_name` varchar(255) NOT NULL, |
| `file_title` varchar(128) NOT NULL, | | `file_title` varchar(128) NOT NULL, |
| `file_notes` longtext NOT NULL, | | `file_notes` longtext NOT NULL, |
| `valid_from` bigint(64) NOT NULL DEFAULT '0', | | `valid_from` bigint(64) NOT NULL DEFAULT '0', |
| `valid_until` bigint(64) NOT NULL DEFAULT '0', | | `valid_until` bigint(64) NOT NULL DEFAULT '0', |
| `access_method` int(1) NOT NULL DEFAULT '0', | | `access_method` int(1) NOT NULL DEFAULT '0', |
| `accesses` int(12) NOT NULL DEFAULT '0', | | `accesses` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_grading_scale` | | -- Table structure for table `course_grading_scale` |
| -- | | -- |
| | | |
| CREATE TABLE `course_grading_scale` ( | | CREATE TABLE `course_grading_scale` ( |
| `cgscale_id` int(11) NOT NULL, | | `cgscale_id` int(11) NOT NULL, |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `cperiod_id` int(11) NOT NULL, | | `cperiod_id` int(11) NOT NULL, |
| `agscale_id` int(11) UNSIGNED NOT NULL, | | `agscale_id` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_groups` | | -- Table structure for table `course_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `course_groups` ( | | CREATE TABLE `course_groups` ( |
| `cgroup_id` int(11) NOT NULL, | | `cgroup_id` int(11) NOT NULL, |
| `course_id` int(11) NOT NULL, | | `course_id` int(11) NOT NULL, |
| `cperiod_id` int(11) DEFAULT NULL, | | `cperiod_id` int(11) DEFAULT NULL, |
| `group_name` varchar(30) NOT NULL, | | `group_name` varchar(30) NOT NULL, |
| `display_name` varchar(64) DEFAULT NULL, | | `display_name` varchar(64) DEFAULT NULL, |
| `active` int(1) DEFAULT NULL | | `active` int(1) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `course_groups` | | -- Dumping data for table `course_groups` |
| -- | | -- |
| | | |
| INSERT INTO `course_groups` (`cgroup_id`, `course_id`, `cperiod_id`, `group_name`, `display_name`, `active`) VALUES | | INSERT INTO `course_groups` (`cgroup_id`, `course_id`, `cperiod_id`, `group_name`, `display_name`, `active`) VALUES |
| (1, 1, 1, 'Group Containing Jane', NULL, 1), | | (1, 1, 1, 'Group Containing Jane', NULL, 1), |
| (2, 1, 1, 'Group Containing Ana', NULL, 1), | | (2, 1, 1, 'Group Containing Ana', NULL, 1), |
| (3, 1, 1, 'Group containing Jane, John an', NULL, 1), | | (3, 1, 1, 'Group containing Jane, John an', NULL, 1), |
| (4, 1, 4, 'Event Audience Course Group', NULL, 1), | | (4, 1, 4, 'Event Audience Course Group', NULL, 1), |
| (5, 9, 1, 'Group containing Mike', NULL, 1); | | (5, 9, 1, 'Group containing Mike', NULL, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_group_audience` | | -- Table structure for table `course_group_audience` |
| -- | | -- |
| | | |
| CREATE TABLE `course_group_audience` ( | | CREATE TABLE `course_group_audience` ( |
| `cgaudience_id` int(11) NOT NULL, | | `cgaudience_id` int(11) NOT NULL, |
| `cgroup_id` int(11) NOT NULL, | | `cgroup_id` int(11) NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `entrada_only` int(1) DEFAULT '0', | | `entrada_only` int(1) DEFAULT '0', |
| `start_date` bigint(64) NOT NULL, | | `start_date` bigint(64) NOT NULL, |
| `finish_date` bigint(64) NOT NULL, | | `finish_date` bigint(64) NOT NULL, |
| `active` int(1) NOT NULL | | `active` int(1) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `course_group_audience` | | -- Dumping data for table `course_group_audience` |
| -- | | -- |
| | | |
| INSERT INTO `course_group_audience` (`cgaudience_id`, `cgroup_id`, `proxy_id`, `entrada_only`, `start_date`, `finish_date`, `active`) VALUES | | INSERT INTO `course_group_audience` (`cgaudience_id`, `cgroup_id`, `proxy_id`, `entrada_only`, `start_date`, `finish_date`, `active`) VALUES |
| (1, 1, 2, 1, 0, 0, 1), | | (1, 1, 2, 1, 0, 0, 1), |
| (2, 2, 10, 1, 0, 0, 1), | | (2, 2, 10, 1, 0, 0, 1), |
| (3, 3, 2, 0, 0, 0, 1), | | (3, 3, 2, 0, 0, 0, 1), |
| (4, 3, 4, 0, 0, 0, 1), | | (4, 3, 4, 0, 0, 0, 1), |
| (5, 3, 11, 0, 0, 0, 1), | | (5, 3, 11, 0, 0, 0, 1), |
| (6, 4, 11, 0, 0, 0, 1), | | (6, 4, 11, 0, 0, 0, 1), |
| (7, 4, 3, 0, 0, 0, 1); | | (7, 4, 3, 0, 0, 0, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_group_contacts` | | -- Table structure for table `course_group_contacts` |
| -- | | -- |
| | | |
| CREATE TABLE `course_group_contacts` ( | | CREATE TABLE `course_group_contacts` ( |
| `cgcontact_id` int(12) NOT NULL, | | `cgcontact_id` int(12) NOT NULL, |
| `cgroup_id` int(12) NOT NULL DEFAULT '0', | | `cgroup_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `contact_order` int(6) NOT NULL DEFAULT '0', | | `contact_order` int(6) NOT NULL DEFAULT '0', |
| `contact_type` enum('teacher','tutor','ta','auditor') DEFAULT 'teacher', | | `contact_type` enum('teacher','tutor','ta','auditor') DEFAULT 'teacher', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_group_contact_lu_roles` | | -- Table structure for table `course_group_contact_lu_roles` |
| -- | | -- |
| | | |
| CREATE TABLE `course_group_contact_lu_roles` ( | | CREATE TABLE `course_group_contact_lu_roles` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `shortname` varchar(128) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT '', | | `shortname` varchar(128) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT '', |
| `title` varchar(128) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, | | `title` varchar(128) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, |
| `active` tinyint(4) DEFAULT NULL | | `active` tinyint(4) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `course_group_contact_lu_roles` | | -- Dumping data for table `course_group_contact_lu_roles` |
| -- | | -- |
| | | |
| INSERT INTO `course_group_contact_lu_roles` (`id`, `shortname`, `title`, `active`) VALUES | | INSERT INTO `course_group_contact_lu_roles` (`id`, `shortname`, `title`, `active`) VALUES |
| (1, 'can_update_dashboard_scale', 'Can set dashboard scale of curriculum objectives on the learner’s dashboard', 1); | | (1, 'can_update_dashboard_scale', 'Can set dashboard scale of curriculum objectives on the learner’s dashboard', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_group_contact_role` | | -- Table structure for table `course_group_contact_role` |
| -- | | -- |
| | | |
| CREATE TABLE `course_group_contact_role` ( | | CREATE TABLE `course_group_contact_role` ( |
| `id` int(12) NOT NULL, | | `id` int(12) NOT NULL, |
| `cgcontact_id` int(12) NOT NULL DEFAULT '0', | | `cgcontact_id` int(12) NOT NULL DEFAULT '0', |
| `role_id` int(12) NOT NULL DEFAULT '0', | | `role_id` int(12) NOT NULL DEFAULT '0', |
| `created_date` int(12) NOT NULL, | | `created_date` int(12) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) DEFAULT '0', | | `updated_date` bigint(64) DEFAULT '0', |
| `updated_by` int(12) DEFAULT '0', | | `updated_by` int(12) DEFAULT '0', |
| `deleted_date` int(12) DEFAULT NULL | | `deleted_date` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_keywords` | | -- Table structure for table `course_keywords` |
| -- | | -- |
| | | |
| CREATE TABLE `course_keywords` ( | | CREATE TABLE `course_keywords` ( |
| `ckeyword_id` int(12) UNSIGNED NOT NULL, | | `ckeyword_id` int(12) UNSIGNED NOT NULL, |
| `course_id` int(12) NOT NULL, | | `course_id` int(12) NOT NULL, |
| `keyword_id` varchar(12) NOT NULL DEFAULT '', | | `keyword_id` varchar(12) NOT NULL DEFAULT '', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_learner_levels` | | -- Table structure for table `course_learner_levels` |
| -- | | -- |
| | | |
| CREATE TABLE `course_learner_levels` ( | | CREATE TABLE `course_learner_levels` ( |
| `course_level_id` int(12) UNSIGNED NOT NULL, | | `course_level_id` int(12) UNSIGNED NOT NULL, |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `level_id` int(11) UNSIGNED NOT NULL, | | `level_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED NOT NULL, | | `updated_date` bigint(64) UNSIGNED NOT NULL, |
| `updated_by` int(11) UNSIGNED NOT NULL, | | `updated_by` int(11) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) UNSIGNED NOT NULL, | | `deleted_date` bigint(64) UNSIGNED NOT NULL, |
| `deleted_by` int(11) UNSIGNED NOT NULL | | `deleted_by` int(11) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_linked_objectives` | | -- Table structure for table `course_linked_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `course_linked_objectives` ( | | CREATE TABLE `course_linked_objectives` ( |
| `clobjective_id` int(12) UNSIGNED NOT NULL, | | `clobjective_id` int(12) UNSIGNED NOT NULL, |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `objective_id` int(12) UNSIGNED DEFAULT NULL, | | `objective_id` int(12) UNSIGNED DEFAULT NULL, |
| `target_objective_id` int(12) UNSIGNED DEFAULT NULL, | | `target_objective_id` int(12) UNSIGNED DEFAULT NULL, |
| `version_id` int(11) UNSIGNED DEFAULT NULL, | | `version_id` int(11) UNSIGNED DEFAULT NULL, |
| `cperiod_id` int(11) DEFAULT NULL, | | `cperiod_id` int(11) DEFAULT NULL, |
| `active` tinyint(1) DEFAULT NULL, | | `active` tinyint(1) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL | | `updated_by` int(12) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_links` | | -- Table structure for table `course_links` |
| -- | | -- |
| | | |
| CREATE TABLE `course_links` ( | | CREATE TABLE `course_links` ( |
| `id` int(12) NOT NULL, | | `id` int(12) NOT NULL, |
| `course_id` int(12) NOT NULL DEFAULT '0', | | `course_id` int(12) NOT NULL DEFAULT '0', |
| `required` int(1) NOT NULL DEFAULT '0', | | `required` int(1) NOT NULL DEFAULT '0', |
| `proxify` int(1) NOT NULL DEFAULT '0', | | `proxify` int(1) NOT NULL DEFAULT '0', |
| `timeframe` varchar(64) NOT NULL DEFAULT 'none', | | `timeframe` varchar(64) NOT NULL DEFAULT 'none', |
| `link` text NOT NULL, | | `link` text NOT NULL, |
| `link_title` varchar(255) NOT NULL, | | `link_title` varchar(255) NOT NULL, |
| `link_notes` text NOT NULL, | | `link_notes` text NOT NULL, |
| `valid_from` bigint(64) NOT NULL DEFAULT '0', | | `valid_from` bigint(64) NOT NULL DEFAULT '0', |
| `valid_until` bigint(64) NOT NULL DEFAULT '0', | | `valid_until` bigint(64) NOT NULL DEFAULT '0', |
| `accesses` int(12) NOT NULL DEFAULT '0', | | `accesses` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_lu_reports` | | -- Table structure for table `course_lu_reports` |
| -- | | -- |
| | | |
| CREATE TABLE `course_lu_reports` ( | | CREATE TABLE `course_lu_reports` ( |
| `course_report_id` int(12) NOT NULL, | | `course_report_id` int(12) NOT NULL, |
| `course_report_title` varchar(250) NOT NULL DEFAULT '', | | `course_report_title` varchar(250) NOT NULL DEFAULT '', |
| `section` varchar(250) NOT NULL DEFAULT '', | | `section` varchar(250) NOT NULL DEFAULT '', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `course_lu_reports` | | -- Dumping data for table `course_lu_reports` |
| -- | | -- |
| | | |
| INSERT INTO `course_lu_reports` (`course_report_id`, `course_report_title`, `section`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `course_lu_reports` (`course_report_id`, `course_report_title`, `section`, `updated_date`, `updated_by`) VALUES |
| (1, 'Report Card', 'report-card', 1449685603, 1), | | (1, 'Report Card', 'report-card', 1449685603, 1), |
| (2, 'My Teachers', 'my-teachers', 1449685603, 1), | | (2, 'My Teachers', 'my-teachers', 1449685603, 1), |
| (3, 'Attendance', 'attendance', 1588743482, 1), | | (3, 'Attendance', 'attendance', 1588743482, 1), |
| (4, 'Duty Hours', 'duty-hours', 1608242224, 1); | | (4, 'Duty Hours', 'duty-hours', 1608242224, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_objectives` | | -- Table structure for table `course_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `course_objectives` ( | | CREATE TABLE `course_objectives` ( |
| `cobjective_id` int(12) NOT NULL, | | `cobjective_id` int(12) NOT NULL, |
| `course_id` int(12) NOT NULL DEFAULT '0', | | `course_id` int(12) NOT NULL DEFAULT '0', |
| `cperiod_id` int(11) DEFAULT NULL, | | `cperiod_id` int(11) DEFAULT NULL, |
| `objective_id` int(12) NOT NULL DEFAULT '0', | | `objective_id` int(12) NOT NULL DEFAULT '0', |
| `importance` int(2) NOT NULL DEFAULT '1', | | `importance` int(2) NOT NULL DEFAULT '1', |
| `objective_type` enum('event','course') DEFAULT 'course', | | `objective_type` enum('event','course') DEFAULT 'course', |
| `objective_details` text, | | `objective_details` text, |
| `objective_start` int(12) DEFAULT NULL, | | `objective_start` int(12) DEFAULT NULL, |
| `objective_finish` int(12) DEFAULT NULL, | | `objective_finish` int(12) DEFAULT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '1', | | `active` tinyint(1) NOT NULL DEFAULT '1', |
| `created_at` bigint(64) NOT NULL | | `created_at` bigint(64) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `course_objectives` | | -- Dumping data for table `course_objectives` |
| -- | | -- |
| | | |
| INSERT INTO `course_objectives` (`cobjective_id`, `course_id`, `cperiod_id`, `objective_id`, `importance`, `objective_type`, `objective_details`, `objective_start`, `objective_finish`, `updated_date`, `updated_by`, `active`, `created_at`) VALUES | | INSERT INTO `course_objectives` (`cobjective_id`, `course_id`, `cperiod_id`, `objective_id`, `importance`, `objective_type`, `objective_details`, `objective_start`, `objective_finish`, `updated_date`, `updated_by`, `active`, `created_at`) VALUES |
| (1, 9, NULL, 2329, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (1, 9, NULL, 2329, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (2, 9, NULL, 2330, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (2, 9, NULL, 2330, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (3, 9, NULL, 2331, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (3, 9, NULL, 2331, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (4, 9, NULL, 2332, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (4, 9, NULL, 2332, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (5, 9, NULL, 303, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (5, 9, NULL, 303, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (6, 9, NULL, 300, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (6, 9, NULL, 300, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (7, 9, NULL, 299, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (7, 9, NULL, 299, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (8, 9, NULL, 296, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (8, 9, NULL, 296, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (9, 9, NULL, 2, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (9, 9, NULL, 2, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (10, 9, NULL, 4, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (10, 9, NULL, 4, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (11, 9, NULL, 3, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (11, 9, NULL, 3, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (12, 9, NULL, 5, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (12, 9, NULL, 5, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (13, 9, NULL, 310, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (13, 9, NULL, 310, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (14, 9, NULL, 311, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (14, 9, NULL, 311, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (15, 9, NULL, 316, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (15, 9, NULL, 316, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (16, 9, NULL, 317, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (16, 9, NULL, 317, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (17, 9, NULL, 318, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (17, 9, NULL, 318, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (18, 10, NULL, 2333, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (18, 10, NULL, 2333, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (19, 10, NULL, 2334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (19, 10, NULL, 2334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (20, 10, NULL, 2336, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (20, 10, NULL, 2336, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (21, 10, NULL, 2335, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (21, 10, NULL, 2335, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (22, 10, NULL, 295, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (22, 10, NULL, 295, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (23, 10, NULL, 294, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (23, 10, NULL, 294, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (24, 10, NULL, 293, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (24, 10, NULL, 293, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (25, 10, NULL, 292, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (25, 10, NULL, 292, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (26, 10, NULL, 321, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (26, 10, NULL, 321, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (27, 10, NULL, 2, 1, 'course', NULL, 1685381585, 1685381585, 1685381585, 1, 0, 0), | | (27, 10, NULL, 2, 1, 'course', NULL, 1685381585, 1685381585, 1685381585, 1, 0, 0), |
| (28, 10, NULL, 3, 1, 'course', NULL, 1685381585, 1685381585, 1685381585, 1, 0, 0), | | (28, 10, NULL, 3, 1, 'course', NULL, 1685381585, 1685381585, 1685381585, 1, 0, 0), |
| (29, 10, NULL, 4, 1, 'course', NULL, 1685381585, 1685381585, 1685381585, 1, 0, 0), | | (29, 10, NULL, 4, 1, 'course', NULL, 1685381585, 1685381585, 1685381585, 1, 0, 0), |
| (30, 10, NULL, 6, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (30, 10, NULL, 6, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (31, 10, NULL, 7, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (31, 10, NULL, 7, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (32, 10, NULL, 8, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (32, 10, NULL, 8, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (33, 10, NULL, 4, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (33, 10, NULL, 4, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (34, 10, NULL, 317, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (34, 10, NULL, 317, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (35, 10, NULL, 318, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (35, 10, NULL, 318, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (36, 10, NULL, 319, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (36, 10, NULL, 319, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (37, 10, NULL, 320, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (37, 10, NULL, 320, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (38, 10, NULL, 321, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (38, 10, NULL, 321, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (39, 10, NULL, 322, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (39, 10, NULL, 322, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (40, 11, NULL, 2330, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (40, 11, NULL, 2330, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (41, 11, NULL, 2332, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (41, 11, NULL, 2332, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (42, 11, NULL, 2334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (42, 11, NULL, 2334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (43, 11, NULL, 2336, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (43, 11, NULL, 2336, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (44, 11, NULL, 292, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (44, 11, NULL, 292, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (45, 11, NULL, 291, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (45, 11, NULL, 291, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (46, 11, NULL, 289, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (46, 11, NULL, 289, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (47, 11, NULL, 288, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (47, 11, NULL, 288, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (48, 11, NULL, 286, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (48, 11, NULL, 286, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (49, 11, NULL, 287, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (49, 11, NULL, 287, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (50, 11, NULL, 284, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (50, 11, NULL, 284, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (51, 11, NULL, 300, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (51, 11, NULL, 300, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (52, 11, NULL, 8, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (52, 11, NULL, 8, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (53, 11, NULL, 7, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (53, 11, NULL, 7, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (54, 11, NULL, 6, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (54, 11, NULL, 6, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (55, 11, NULL, 5, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (55, 11, NULL, 5, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (56, 11, NULL, 335, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (56, 11, NULL, 335, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (57, 11, NULL, 334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (57, 11, NULL, 334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (58, 11, NULL, 327, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (58, 11, NULL, 327, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (59, 11, NULL, 322, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (59, 11, NULL, 322, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (60, 11, NULL, 326, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (60, 11, NULL, 326, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (61, 11, NULL, 318, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (61, 11, NULL, 318, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (62, 11, NULL, 317, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (62, 11, NULL, 317, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (63, 11, NULL, 316, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (63, 11, NULL, 316, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (64, 12, NULL, 2329, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (64, 12, NULL, 2329, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (65, 12, NULL, 2330, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (65, 12, NULL, 2330, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (66, 12, NULL, 2331, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (66, 12, NULL, 2331, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (67, 12, NULL, 2332, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (67, 12, NULL, 2332, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (68, 12, NULL, 2333, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (68, 12, NULL, 2333, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (69, 12, NULL, 2334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (69, 12, NULL, 2334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (70, 12, NULL, 2335, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (70, 12, NULL, 2335, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (71, 12, NULL, 2336, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (71, 12, NULL, 2336, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (72, 12, NULL, 303, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (72, 12, NULL, 303, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (73, 12, NULL, 300, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (73, 12, NULL, 300, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (74, 12, NULL, 299, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (74, 12, NULL, 299, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (75, 12, NULL, 296, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (75, 12, NULL, 296, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (76, 12, NULL, 295, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (76, 12, NULL, 295, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (77, 12, NULL, 294, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (77, 12, NULL, 294, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (78, 12, NULL, 293, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (78, 12, NULL, 293, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (79, 12, NULL, 292, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (79, 12, NULL, 292, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (80, 12, NULL, 291, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (80, 12, NULL, 291, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (81, 12, NULL, 290, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (81, 12, NULL, 290, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (82, 12, NULL, 289, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (82, 12, NULL, 289, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (83, 12, NULL, 288, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (83, 12, NULL, 288, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (84, 12, NULL, 287, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (84, 12, NULL, 287, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (85, 12, NULL, 286, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (85, 12, NULL, 286, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (86, 12, NULL, 284, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (86, 12, NULL, 284, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (87, 12, NULL, 2, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (87, 12, NULL, 2, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (88, 12, NULL, 3, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (88, 12, NULL, 3, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (89, 12, NULL, 4, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (89, 12, NULL, 4, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (90, 12, NULL, 5, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (90, 12, NULL, 5, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (91, 12, NULL, 6, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (91, 12, NULL, 6, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (92, 12, NULL, 7, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (92, 12, NULL, 7, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (93, 12, NULL, 8, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (93, 12, NULL, 8, 1, 'course', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (94, 12, NULL, 310, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (94, 12, NULL, 310, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (95, 12, NULL, 311, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (95, 12, NULL, 311, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (96, 12, NULL, 316, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (96, 12, NULL, 316, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (97, 12, NULL, 317, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (97, 12, NULL, 317, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (98, 12, NULL, 318, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (98, 12, NULL, 318, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (99, 12, NULL, 319, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (99, 12, NULL, 319, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (100, 12, NULL, 320, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (100, 12, NULL, 320, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (101, 12, NULL, 321, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (101, 12, NULL, 321, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (102, 12, NULL, 322, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (102, 12, NULL, 322, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (103, 12, NULL, 325, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (103, 12, NULL, 325, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (104, 12, NULL, 326, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (104, 12, NULL, 326, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (105, 12, NULL, 327, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (105, 12, NULL, 327, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (106, 12, NULL, 332, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (106, 12, NULL, 332, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (107, 12, NULL, 334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), | | (107, 12, NULL, 334, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0), |
| (108, 12, NULL, 335, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0); | | (108, 12, NULL, 335, 1, 'event', NULL, 1685381585, NULL, 1685381585, 1, 1, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_reports` | | -- Table structure for table `course_reports` |
| -- | | -- |
| | | |
| CREATE TABLE `course_reports` ( | | CREATE TABLE `course_reports` ( |
| `creport_id` int(12) NOT NULL, | | `creport_id` int(12) NOT NULL, |
| `course_id` int(12) NOT NULL DEFAULT '0', | | `course_id` int(12) NOT NULL DEFAULT '0', |
| `course_report_id` int(12) NOT NULL DEFAULT '0', | | `course_report_id` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_report_organisations` | | -- Table structure for table `course_report_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `course_report_organisations` ( | | CREATE TABLE `course_report_organisations` ( |
| `crorganisation_id` int(12) NOT NULL, | | `crorganisation_id` int(12) NOT NULL, |
| `organisation_id` int(12) NOT NULL DEFAULT '0', | | `organisation_id` int(12) NOT NULL DEFAULT '0', |
| `course_report_id` int(12) NOT NULL DEFAULT '0', | | `course_report_id` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `course_report_organisations` | | -- Dumping data for table `course_report_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `course_report_organisations` (`crorganisation_id`, `organisation_id`, `course_report_id`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `course_report_organisations` (`crorganisation_id`, `organisation_id`, `course_report_id`, `updated_date`, `updated_by`) VALUES |
| (1, 1, 1, 1449685603, 1), | | (1, 1, 1, 1449685603, 1), |
| (2, 1, 2, 1449685603, 1), | | (2, 1, 2, 1449685603, 1), |
| (3, 1, 3, 1588743482, 1); | | (3, 1, 3, 1588743482, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_settings` | | -- Table structure for table `course_settings` |
| -- | | -- |
| | | |
| CREATE TABLE `course_settings` ( | | CREATE TABLE `course_settings` ( |
| `csetting_id` int(12) UNSIGNED NOT NULL, | | `csetting_id` int(12) UNSIGNED NOT NULL, |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(12) UNSIGNED NOT NULL, | | `organisation_id` int(12) UNSIGNED NOT NULL, |
| `shortname` varchar(128) NOT NULL, | | `shortname` varchar(128) NOT NULL, |
| `value` text NOT NULL, | | `value` text NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `course_settings` | | -- Dumping data for table `course_settings` |
| -- | | -- |
| | | |
| INSERT INTO `course_settings` (`csetting_id`, `course_id`, `organisation_id`, `shortname`, `value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `course_settings` (`csetting_id`, `course_id`, `organisation_id`, `shortname`, `value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 1, 'geolocation_attendance_reminder', '{\"enabled\":false,\"hours\":0,\"minutes\":0,\"send_before\":false}', 1685381586, 1, NULL, NULL, NULL), | | (1, 1, 1, 'geolocation_attendance_reminder', '{\"enabled\":false,\"hours\":0,\"minutes\":0,\"send_before\":false}', 1685381586, 1, NULL, NULL, NULL), |
| (2, 1, 1, 'late_settings', '{\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0}', 1685381586, 1, NULL, NULL, NULL), | | (2, 1, 1, 'late_settings', '{\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0}', 1685381586, 1, NULL, NULL, NULL), |
| (3, 1, 1, 'absent_settings', '{\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0}', 1685381586, 1, NULL, NULL, NULL), | | (3, 1, 1, 'absent_settings', '{\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0}', 1685381586, 1, NULL, NULL, NULL), |
| (4, 2, 1, 'geolocation_attendance_reminder', '{\"enabled\":false,\"hours\":0,\"minutes\":0,\"send_before\":false}', 1685381586, 1, NULL, 1, 1685381586), | | (4, 2, 1, 'geolocation_attendance_reminder', '{\"enabled\":false,\"hours\":0,\"minutes\":0,\"send_before\":false}', 1685381586, 1, NULL, 1, 1685381586), |
| (5, 2, 1, 'late_settings', '{\"enabled\":true,\"allowance\":5,\"director\":true,\"ccoordinator\":true,\"pcoordinator\":true,\"learner\":true,\"contact_followup\":true,\"contact_followup_days\":1}', 1685381586, 1, 1685381586, 1, NULL), | | (5, 2, 1, 'late_settings', '{\"enabled\":true,\"allowance\":5,\"director\":true,\"ccoordinator\":true,\"pcoordinator\":true,\"learner\":true,\"contact_followup\":true,\"contact_followup_days\":1}', 1685381586, 1, 1685381586, 1, NULL), |
| (6, 2, 1, 'absent_settings', '{\"enabled\":true,\"allowance\":20,\"director\":true,\"ccoordinator\":true,\"pcoordinator\":true,\"learner\":true,\"contact_followup\":true,\"contact_followup_days\":1}', 1685381586, 1, 1685381586, 1, NULL), | | (6, 2, 1, 'absent_settings', '{\"enabled\":true,\"allowance\":20,\"director\":true,\"ccoordinator\":true,\"pcoordinator\":true,\"learner\":true,\"contact_followup\":true,\"contact_followup_days\":1}', 1685381586, 1, 1685381586, 1, NULL), |
| (7, 3, 1, 'geolocation_attendance_reminder', '[\"enabled\":false,\"hours\":0,\"minutes\":0,\"send_before\":false]', 1685381586, 1, NULL, 1, 1685381586), | | (7, 3, 1, 'geolocation_attendance_reminder', '[\"enabled\":false,\"hours\":0,\"minutes\":0,\"send_before\":false]', 1685381586, 1, NULL, 1, 1685381586), |
| (8, 3, 1, 'late_settings', '[\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0]', 1685381586, 1, 1685381586, 1, NULL), | | (8, 3, 1, 'late_settings', '[\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0]', 1685381586, 1, 1685381586, 1, NULL), |
| (9, 3, 1, 'absent_settings', '[\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0]', 1685381586, 1, 1685381586, 1, NULL), | | (9, 3, 1, 'absent_settings', '[\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0]', 1685381586, 1, 1685381586, 1, NULL), |
| (10, 5, 1, 'geolocation_attendance_reminder', '[\"enabled\" => false,\"hours\" => 0,\"minutes\" => 0,\"send_before\" => false]', 1685381586, 1, NULL, NULL, NULL), | | (10, 5, 1, 'geolocation_attendance_reminder', '[\"enabled\" => false,\"hours\" => 0,\"minutes\" => 0,\"send_before\" => false]', 1685381586, 1, NULL, NULL, NULL), |
| (11, 5, 1, 'late_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL), | | (11, 5, 1, 'late_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL), |
| (12, 5, 1, 'absent_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL), | | (12, 5, 1, 'absent_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL), |
| (13, 6, 1, 'geolocation_attendance_reminder', '[\"enabled\" => false,\"hours\" => 0,\"minutes\" => 0,\"send_before\" => false]', 1685381586, 1, NULL, NULL, NULL), | | (13, 6, 1, 'geolocation_attendance_reminder', '[\"enabled\" => false,\"hours\" => 0,\"minutes\" => 0,\"send_before\" => false]', 1685381586, 1, NULL, NULL, NULL), |
| (14, 6, 1, 'late_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL), | | (14, 6, 1, 'late_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL), |
| (15, 6, 1, 'absent_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL), | | (15, 6, 1, 'absent_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL), |
| (16, 7, 1, 'geolocation_attendance_reminder', '[\"enabled\" => false,\"hours\" => 0,\"minutes\" => 0,\"send_before\" => false]', 1685381586, 1, NULL, NULL, NULL), | | (16, 7, 1, 'geolocation_attendance_reminder', '[\"enabled\" => false,\"hours\" => 0,\"minutes\" => 0,\"send_before\" => false]', 1685381586, 1, NULL, NULL, NULL), |
| (17, 7, 1, 'late_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL), | | (17, 7, 1, 'late_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL), |
| (18, 7, 1, 'absent_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL), | | (18, 7, 1, 'absent_settings', '[\"enabled\" => false,\"allowance\" => 0,\"director\" => false,\"ccoordinator\" => false,\"pcoordinator\" => false,\"learner\" => false,\"contact_followup\" => false,\"contact_followup_days\" => 0]', 1685381586, 1, NULL, NULL, NULL), |
| (19, 9, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL), | | (19, 9, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL), |
| (20, 9, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), | | (20, 9, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), |
| (21, 9, 1, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), | | (21, 9, 1, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), |
| (22, 10, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL), | | (22, 10, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL), |
| (23, 10, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), | | (23, 10, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), |
| (24, 10, 1, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), | | (24, 10, 1, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), |
| (25, 11, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL), | | (25, 11, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL), |
| (26, 11, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), | | (26, 11, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), |
| (27, 11, 1, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), | | (27, 11, 1, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), |
| (28, 12, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL), | | (28, 12, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL), |
| (29, 12, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), | | (29, 12, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), |
| (30, 12, 1, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), | | (30, 12, 1, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), |
| (31, 14, 1, 'geolocation_attendance_reminder', '[\\\"enabled\\\" => false,\\\"hours\\\" => 0,\\\"minutes\\\" => 0,\\\"send_before\\\" => false]', 1685381586, 1, NULL, NULL, NULL), | | (31, 14, 1, 'geolocation_attendance_reminder', '[\\\"enabled\\\" => false,\\\"hours\\\" => 0,\\\"minutes\\\" => 0,\\\"send_before\\\" => false]', 1685381586, 1, NULL, NULL, NULL), |
| (32, 14, 1, 'late_settings', '[\\\"enabled\\\" => false,\\\"allowance\\\" => 0,\\\"director\\\" => false,\\\"ccoordinator\\\" => false,\\\"pcoordinator\\\" => false,\\\"learner\\\" => false,\\\"contact_followup\\\" => false,\\\"contact_followup_days\\\" => 0]', 1685381586, 1, NULL, NULL, NULL), | | (32, 14, 1, 'late_settings', '[\\\"enabled\\\" => false,\\\"allowance\\\" => 0,\\\"director\\\" => false,\\\"ccoordinator\\\" => false,\\\"pcoordinator\\\" => false,\\\"learner\\\" => false,\\\"contact_followup\\\" => false,\\\"contact_followup_days\\\" => 0]', 1685381586, 1, NULL, NULL, NULL), |
| (33, 14, 1, 'absent_settings', '[\\\"enabled\\\" => false,\\\"allowance\\\" => 0,\\\"director\\\" => false,\\\"ccoordinator\\\" => false,\\\"pcoordinator\\\" => false,\\\"learner\\\" => false,\\\"contact_followup\\\" => false,\\\"contact_followup_days\\\" => 0]', 1685381586, 1, NULL, NULL, NULL), | | (33, 14, 1, 'absent_settings', '[\\\"enabled\\\" => false,\\\"allowance\\\" => 0,\\\"director\\\" => false,\\\"ccoordinator\\\" => false,\\\"pcoordinator\\\" => false,\\\"learner\\\" => false,\\\"contact_followup\\\" => false,\\\"contact_followup_days\\\" => 0]', 1685381586, 1, NULL, NULL, NULL), |
| (34, 15, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL), | | (34, 15, 1, 'geolocation_attendance_reminder', '{\\\"enabled\\\":false,\\\"hours\\\":0,\\\"minutes\\\":0,\\\"send_before\\\":false}', 1685381586, 1, NULL, NULL, NULL), |
| (35, 15, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), | | (35, 15, 1, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), |
| (36, 13, 2, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), | | (36, 13, 2, 'late_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), |
| n | (38, 13, 2, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL); | n | (38, 13, 2, 'absent_settings', '{\\\"enabled\\\":false,\\\"allowance\\\":0,\\\"director\\\":false,\\\"ccoordinator\\\":false,\\\"pcoordinator\\\":false,\\\"learner\\\":false,\\\"contact_followup\\\":false,\\\"contact_followup_days\\\":0}', 1685381586, 1, NULL, NULL, NULL), |
| | | (39, 16, 1, 'geolocation_attendance_reminder', '{\"enabled\":false,\"hours\":0,\"minutes\":0,\"send_before\":false}', 1685387919, 1, NULL, 1, 1685545288), |
| | | (40, 16, 1, 'late_settings', '{\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0}', 1685387919, 1, 1685549315, 1, NULL), |
| | | (41, 16, 1, 'absent_settings', '{\"enabled\":false,\"allowance\":0,\"director\":false,\"ccoordinator\":false,\"pcoordinator\":false,\"learner\":false,\"contact_followup\":false,\"contact_followup_days\":0}', 1685387919, 1, 1685549315, 1, NULL), |
| | | (42, 16, 1, 'cbme_progress_dashboard ', '1', 1685460330, 1, NULL, NULL, NULL), |
| | | (43, 16, 1, 'cbme_dashboard', '{“enabled”:true}', 1685460330, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_syllabi` | | -- Table structure for table `course_syllabi` |
| -- | | -- |
| | | |
| CREATE TABLE `course_syllabi` ( | | CREATE TABLE `course_syllabi` ( |
| `syllabus_id` int(12) UNSIGNED NOT NULL, | | `syllabus_id` int(12) UNSIGNED NOT NULL, |
| `course_id` int(12) DEFAULT NULL, | | `course_id` int(12) DEFAULT NULL, |
| `syllabus_start` smallint(2) DEFAULT NULL, | | `syllabus_start` smallint(2) DEFAULT NULL, |
| `syllabus_finish` smallint(2) DEFAULT NULL, | | `syllabus_finish` smallint(2) DEFAULT NULL, |
| `template` varchar(255) DEFAULT NULL, | | `template` varchar(255) DEFAULT NULL, |
| `repeat` tinyint(1) DEFAULT '1', | | `repeat` tinyint(1) DEFAULT '1', |
| `active` tinyint(1) NOT NULL DEFAULT '1' | | `active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `course_syllabi` | | -- Dumping data for table `course_syllabi` |
| -- | | -- |
| | | |
| INSERT INTO `course_syllabi` (`syllabus_id`, `course_id`, `syllabus_start`, `syllabus_finish`, `template`, `repeat`, `active`) VALUES | | INSERT INTO `course_syllabi` (`syllabus_id`, `course_id`, `syllabus_start`, `syllabus_finish`, `template`, `repeat`, `active`) VALUES |
| (1, 1, 12, 12, NULL, 1, 0), | | (1, 1, 12, 12, NULL, 1, 0), |
| (2, 2, 12, 12, NULL, 1, 0), | | (2, 2, 12, 12, NULL, 1, 0), |
| (3, 3, 12, 12, NULL, 1, 0), | | (3, 3, 12, 12, NULL, 1, 0), |
| (4, 1, 12, 12, NULL, 1, 0), | | (4, 1, 12, 12, NULL, 1, 0), |
| (5, 0, 12, 12, NULL, 1, 0), | | (5, 0, 12, 12, NULL, 1, 0), |
| n | (6, 13, 1, 12, NULL, 1, 0); | n | (6, 13, 1, 12, NULL, 1, 0), |
| | | (7, 16, 12, 12, NULL, 1, 0), |
| | | (8, 16, 12, 12, NULL, 1, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_tracks` | | -- Table structure for table `course_tracks` |
| -- | | -- |
| | | |
| CREATE TABLE `course_tracks` ( | | CREATE TABLE `course_tracks` ( |
| `curriculum_track_id` int(11) NOT NULL, | | `curriculum_track_id` int(11) NOT NULL, |
| `course_id` int(11) NOT NULL, | | `course_id` int(11) NOT NULL, |
| `track_mandatory` int(1) DEFAULT '0' | | `track_mandatory` int(1) DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `course_tracks` | | -- Dumping data for table `course_tracks` |
| -- | | -- |
| | | |
| INSERT INTO `course_tracks` (`curriculum_track_id`, `course_id`, `track_mandatory`) VALUES | | INSERT INTO `course_tracks` (`curriculum_track_id`, `course_id`, `track_mandatory`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 1, 0), | | (2, 1, 0), |
| (3, 13, 0); | | (3, 13, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_units` | | -- Table structure for table `course_units` |
| -- | | -- |
| | | |
| CREATE TABLE `course_units` ( | | CREATE TABLE `course_units` ( |
| `cunit_id` int(11) UNSIGNED NOT NULL, | | `cunit_id` int(11) UNSIGNED NOT NULL, |
| `unit_code` varchar(16) DEFAULT NULL, | | `unit_code` varchar(16) DEFAULT NULL, |
| `unit_title` varchar(128) NOT NULL DEFAULT '', | | `unit_title` varchar(128) NOT NULL DEFAULT '', |
| `unit_description` text, | | `unit_description` text, |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `cperiod_id` int(11) DEFAULT NULL, | | `cperiod_id` int(11) DEFAULT NULL, |
| `week_id` int(11) UNSIGNED DEFAULT NULL, | | `week_id` int(11) UNSIGNED DEFAULT NULL, |
| `unit_order` int(12) NOT NULL DEFAULT '0', | | `unit_order` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `course_units` | | -- Dumping data for table `course_units` |
| -- | | -- |
| | | |
| INSERT INTO `course_units` (`cunit_id`, `unit_code`, `unit_title`, `unit_description`, `course_id`, `cperiod_id`, `week_id`, `unit_order`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES | | INSERT INTO `course_units` (`cunit_id`, `unit_code`, `unit_title`, `unit_description`, `course_id`, `cperiod_id`, `week_id`, `unit_order`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES |
| (1, 'firstcode', 'First Unit', 'A Description', 1, 1, 1, 0, 1685381586, 1, 1685381586, 1, NULL), | | (1, 'firstcode', 'First Unit', 'A Description', 1, 1, 1, 0, 1685381586, 1, 1685381586, 1, NULL), |
| (2, 'secondcode', 'Second Unit', 'A Description', 1, 1, 2, 0, 1685381586, 1, 1685381586, 1, NULL); | | (2, 'secondcode', 'Second Unit', 'A Description', 1, 1, 2, 0, 1685381586, 1, 1685381586, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_unit_contacts` | | -- Table structure for table `course_unit_contacts` |
| -- | | -- |
| | | |
| CREATE TABLE `course_unit_contacts` ( | | CREATE TABLE `course_unit_contacts` ( |
| `cucontact_id` int(11) UNSIGNED NOT NULL, | | `cucontact_id` int(11) UNSIGNED NOT NULL, |
| `cunit_id` int(11) UNSIGNED NOT NULL, | | `cunit_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `contact_order` int(6) NOT NULL DEFAULT '0', | | `contact_order` int(6) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL | | `updated_by` int(12) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_unit_linked_objectives` | | -- Table structure for table `course_unit_linked_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `course_unit_linked_objectives` ( | | CREATE TABLE `course_unit_linked_objectives` ( |
| `culobjective_id` int(12) UNSIGNED NOT NULL, | | `culobjective_id` int(12) UNSIGNED NOT NULL, |
| `cunit_id` int(12) UNSIGNED NOT NULL, | | `cunit_id` int(12) UNSIGNED NOT NULL, |
| `linked_objective_id` int(12) UNSIGNED NOT NULL, | | `linked_objective_id` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL | | `updated_by` int(12) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `course_unit_objectives` | | -- Table structure for table `course_unit_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `course_unit_objectives` ( | | CREATE TABLE `course_unit_objectives` ( |
| `cuobjective_id` int(11) UNSIGNED NOT NULL, | | `cuobjective_id` int(11) UNSIGNED NOT NULL, |
| `cunit_id` int(11) UNSIGNED NOT NULL, | | `cunit_id` int(11) UNSIGNED NOT NULL, |
| `objective_id` int(12) NOT NULL, | | `objective_id` int(12) NOT NULL, |
| `objective_order` int(6) NOT NULL DEFAULT '0', | | `objective_order` int(6) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL | | `updated_by` int(12) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cron` | | -- Table structure for table `cron` |
| -- | | -- |
| | | |
| CREATE TABLE `cron` ( | | CREATE TABLE `cron` ( |
| `cron_id` int(11) UNSIGNED NOT NULL, | | `cron_id` int(11) UNSIGNED NOT NULL, |
| `command` text, | | `command` text, |
| `active` tinyint(1) DEFAULT '0', | | `active` tinyint(1) DEFAULT '0', |
| `schedule` varchar(20) DEFAULT '* * * * *' | | `schedule` varchar(20) DEFAULT '* * * * *' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `cron` | | -- Dumping data for table `cron` |
| -- | | -- |
| | | |
| INSERT INTO `cron` (`cron_id`, `command`, `active`, `schedule`) VALUES | | INSERT INTO `cron` (`cron_id`, `command`, `active`, `schedule`) VALUES |
| (1, 'php /var/www/vhosts/elentra-1x-me/www-root/core/library/vendor/elentrapackages/elentra-1x-api/artisan microsoft:sync:teams --queue', 0, '0 0 * * *'), | | (1, 'php /var/www/vhosts/elentra-1x-me/www-root/core/library/vendor/elentrapackages/elentra-1x-api/artisan microsoft:sync:teams --queue', 0, '0 0 * * *'), |
| (2, 'php /var/www/vhosts/elentra-1x-me/www-root/core/library/vendor/elentrapackages/elentra-1x-api/artisan microsoft:sync:team-members --queue', 0, '0 0 * * *'), | | (2, 'php /var/www/vhosts/elentra-1x-me/www-root/core/library/vendor/elentrapackages/elentra-1x-api/artisan microsoft:sync:team-members --queue', 0, '0 0 * * *'), |
| (3, 'php /var/www/vhosts/elentra-1x-me/www-root/core/library/vendor/elentrapackages/elentra-1x-api/artisan microsoft:sync:events --queue', 0, '0 0 * * *'), | | (3, 'php /var/www/vhosts/elentra-1x-me/www-root/core/library/vendor/elentrapackages/elentra-1x-api/artisan microsoft:sync:events --queue', 0, '0 0 * * *'), |
| (4, 'php /var/www/vhosts/elentra-1x-me/www-root/core/library/vendor/elentrapackages/elentra-1x-api/artisan microsoft:cleanup:events --queue', 0, '*/30 * * * *'); | | (4, 'php /var/www/vhosts/elentra-1x-me/www-root/core/library/vendor/elentrapackages/elentra-1x-api/artisan microsoft:cleanup:events --queue', 0, '*/30 * * * *'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cron_community_notifications` | | -- Table structure for table `cron_community_notifications` |
| -- | | -- |
| | | |
| CREATE TABLE `cron_community_notifications` ( | | CREATE TABLE `cron_community_notifications` ( |
| `ccnotification_id` int(12) UNSIGNED NOT NULL, | | `ccnotification_id` int(12) UNSIGNED NOT NULL, |
| `cnotification_id` int(12) NOT NULL, | | `cnotification_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL | | `proxy_id` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `cron_events` | | -- Table structure for table `cron_events` |
| -- | | -- |
| | | |
| CREATE TABLE `cron_events` ( | | CREATE TABLE `cron_events` ( |
| `id` int(12) NOT NULL, | | `id` int(12) NOT NULL, |
| `script` varchar(25) DEFAULT NULL, | | `script` varchar(25) DEFAULT NULL, |
| `timestamp` bigint(64) DEFAULT NULL | | `timestamp` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_frameworks` | | -- Table structure for table `curriculum_frameworks` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_frameworks` ( | | CREATE TABLE `curriculum_frameworks` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL, | | `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `branch_head_objective_set_id` int(11) DEFAULT NULL, | | `branch_head_objective_set_id` int(11) DEFAULT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `curriculum_frameworks` | | -- Dumping data for table `curriculum_frameworks` |
| -- | | -- |
| | | |
| INSERT INTO `curriculum_frameworks` (`id`, `title`, `organisation_id`, `branch_head_objective_set_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `curriculum_frameworks` (`id`, `title`, `organisation_id`, `branch_head_objective_set_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'Test CBME Framework 1', 1, 19, 1685381586, 1, 1685381586, 1, NULL), | | (1, 'Test CBME Framework 1', 1, 19, 1685381586, 1, 1685381586, 1, NULL), |
| n | (2, 'Framework 1', 2, 22, 1685381586, 1, 1685381586, 1, NULL); | n | (2, 'Framework 1', 2, 22, 1685381586, 1, 1685381586, 1, NULL), |
| | | (3, 'Deepdive CBE', 1, 32, 1685387604, 1, 1685387772, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_framework_lu_objective_set_property_types` | | -- Table structure for table `curriculum_framework_lu_objective_set_property_types` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_framework_lu_objective_set_property_types` ( | | CREATE TABLE `curriculum_framework_lu_objective_set_property_types` ( |
| `id` int(10) UNSIGNED NOT NULL, | | `id` int(10) UNSIGNED NOT NULL, |
| `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL, | | `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL, |
| `active` tinyint(3) UNSIGNED NOT NULL DEFAULT '1' | | `active` tinyint(3) UNSIGNED NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `curriculum_framework_lu_objective_set_property_types` | | -- Dumping data for table `curriculum_framework_lu_objective_set_property_types` |
| -- | | -- |
| | | |
| INSERT INTO `curriculum_framework_lu_objective_set_property_types` (`id`, `shortname`, `active`) VALUES | | INSERT INTO `curriculum_framework_lu_objective_set_property_types` (`id`, `shortname`, `active`) VALUES |
| (1, 'exist_at_depths', 1), | | (1, 'exist_at_depths', 1), |
| (2, 'dashboard_show', 1), | | (2, 'dashboard_show', 1), |
| (3, 'dashboard_show_under_parent', 1), | | (3, 'dashboard_show_under_parent', 1), |
| (4, 'dashboard_filter', 1), | | (4, 'dashboard_filter', 1), |
| (5, 'trigger', 1), | | (5, 'trigger', 1), |
| (6, 'map_clinical_experience', 1), | | (6, 'map_clinical_experience', 1), |
| (7, 'primary', 1), | | (7, 'primary', 1), |
| (8, 'smart_tag_editable', 1), | | (8, 'smart_tag_editable', 1), |
| (9, 'rating_scale_id', 1), | | (9, 'rating_scale_id', 1), |
| (10, 'access_scope', 1), | | (10, 'access_scope', 1), |
| (11, 'relationship_depth_order', 1), | | (11, 'relationship_depth_order', 1), |
| (12, 'primary_trigger_filter', 1), | | (12, 'primary_trigger_filter', 1), |
| (13, 'primary_competency_objective', 1), | | (13, 'primary_competency_objective', 1), |
| (14, 'primary_trigger_filter_label', 1), | | (14, 'primary_trigger_filter_label', 1), |
| (15, 'rotation_trigger_filter', 1), | | (15, 'rotation_trigger_filter', 1), |
| (16, 'rotation_trigger_filter_label', 1), | | (16, 'rotation_trigger_filter_label', 1), |
| (17, 'priority_trigger_filter', 1), | | (17, 'priority_trigger_filter', 1), |
| (18, 'priority_trigger_filter_label', 1), | | (18, 'priority_trigger_filter_label', 1), |
| (19, 'objective_container', 1), | | (19, 'objective_container', 1), |
| (20, 'form_template_taggable', 1), | | (20, 'form_template_taggable', 1), |
| (21, 'framework_mapped_objective_set', 1), | | (21, 'framework_mapped_objective_set', 1), |
| (22, 'framework_ordinality_codes', 1), | | (22, 'framework_ordinality_codes', 1), |
| (23, 'objective_text_editable', 1), | | (23, 'objective_text_editable', 1), |
| (24, 'use_in_assessment_plans', 1), | | (24, 'use_in_assessment_plans', 1), |
| (25, 'program_dashboard_display', 1), | | (25, 'program_dashboard_display', 1), |
| (26, 'program_dashboard_filter', 1), | | (26, 'program_dashboard_filter', 1), |
| (27, 'program_dashboard_group_by', 1); | | (27, 'program_dashboard_group_by', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_framework_objective_sets` | | -- Table structure for table `curriculum_framework_objective_sets` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_framework_objective_sets` ( | | CREATE TABLE `curriculum_framework_objective_sets` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `framework_id` int(11) NOT NULL, | | `framework_id` int(11) NOT NULL, |
| `objective_set_id` int(11) NOT NULL, | | `objective_set_id` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL, | | `deleted_date` int(11) DEFAULT NULL, |
| `display_order` int(11) NOT NULL DEFAULT '0' | | `display_order` int(11) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `curriculum_framework_objective_sets` | | -- Dumping data for table `curriculum_framework_objective_sets` |
| -- | | -- |
| | | |
| INSERT INTO `curriculum_framework_objective_sets` (`id`, `framework_id`, `objective_set_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `display_order`) VALUES | | INSERT INTO `curriculum_framework_objective_sets` (`id`, `framework_id`, `objective_set_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `display_order`) VALUES |
| (1, 1, 19, 1685381586, 1, 1685381586, 1, NULL, 0), | | (1, 1, 19, 1685381586, 1, 1685381586, 1, NULL, 0), |
| (2, 1, 20, 1685381586, 1, 1685381586, 1, NULL, 0), | | (2, 1, 20, 1685381586, 1, 1685381586, 1, NULL, 0), |
| (3, 1, 21, 1685381586, 1, 1685381586, 1, NULL, 0), | | (3, 1, 21, 1685381586, 1, 1685381586, 1, NULL, 0), |
| (4, 2, 24, 1685381586, 1, 1685381586, 1, NULL, 0), | | (4, 2, 24, 1685381586, 1, 1685381586, 1, NULL, 0), |
| (5, 2, 23, 1685381586, 1, 1685381586, 1, NULL, 0), | | (5, 2, 23, 1685381586, 1, 1685381586, 1, NULL, 0), |
| (6, 2, 27, 1685381586, 1, 1685381586, 1, NULL, 0), | | (6, 2, 27, 1685381586, 1, 1685381586, 1, NULL, 0), |
| (7, 2, 22, 1685381586, 1, 1685381586, 1, NULL, 0), | | (7, 2, 22, 1685381586, 1, 1685381586, 1, NULL, 0), |
| (8, 2, 26, 1685381586, 1, 1685381586, 1, NULL, 0), | | (8, 2, 26, 1685381586, 1, 1685381586, 1, NULL, 0), |
| n | (9, 2, 25, 1685381586, 1, 1685381586, 1, NULL, 0); | n | (9, 2, 25, 1685381586, 1, 1685381586, 1, NULL, 0), |
| | | (10, 3, 31, 1685387673, 1, 1685387673, 1, NULL, 0), |
| | | (11, 3, 32, 1685387731, 1, 1685387731, 1, NULL, 0), |
| | | (12, 3, 33, 1685387758, 1, 1685387758, 1, NULL, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_framework_objective_sets_properties` | | -- Table structure for table `curriculum_framework_objective_sets_properties` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_framework_objective_sets_properties` ( | | CREATE TABLE `curriculum_framework_objective_sets_properties` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `framework_id` int(11) NOT NULL, | | `framework_id` int(11) NOT NULL, |
| `objective_set_id` int(11) NOT NULL, | | `objective_set_id` int(11) NOT NULL, |
| `property_type_id` int(11) NOT NULL, | | `property_type_id` int(11) NOT NULL, |
| `property_value` text COLLATE utf8_unicode_ci, | | `property_value` text COLLATE utf8_unicode_ci, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `curriculum_framework_objective_sets_properties` | | -- Dumping data for table `curriculum_framework_objective_sets_properties` |
| -- | | -- |
| | | |
| INSERT INTO `curriculum_framework_objective_sets_properties` (`id`, `framework_id`, `objective_set_id`, `property_type_id`, `property_value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `curriculum_framework_objective_sets_properties` (`id`, `framework_id`, `objective_set_id`, `property_type_id`, `property_value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 19, 2, '0', 1685381586, 1, 1685381586, 1, NULL), | | (1, 1, 19, 2, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (2, 1, 19, 3, '0', 1685381586, 1, 1685381586, 1, NULL), | | (2, 1, 19, 3, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (3, 1, 19, 4, '0', 1685381586, 1, 1685381586, 1, NULL), | | (3, 1, 19, 4, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (4, 1, 19, 5, '0', 1685381586, 1, 1685381586, 1, NULL), | | (4, 1, 19, 5, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (5, 1, 19, 6, '0', 1685381586, 1, 1685381586, 1, NULL), | | (5, 1, 19, 6, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (6, 1, 19, 8, '0', 1685381586, 1, 1685381586, 1, NULL), | | (6, 1, 19, 8, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (7, 1, 19, 20, '0', 1685381586, 1, 1685381586, 1, NULL), | | (7, 1, 19, 20, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (8, 1, 19, 21, '0', 1685381586, 1, 1685381586, 1, NULL), | | (8, 1, 19, 21, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (9, 1, 19, 24, '0', 1685381586, 1, 1685381586, 1, NULL), | | (9, 1, 19, 24, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (10, 1, 19, 9, '0', 1685381586, 1, 1685381586, 1, NULL), | | (10, 1, 19, 9, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (11, 1, 19, 12, '0', 1685381586, 1, 1685381586, 1, NULL), | | (11, 1, 19, 12, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (12, 1, 19, 15, '0', 1685381586, 1, 1685381586, 1, NULL), | | (12, 1, 19, 15, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (13, 1, 19, 17, '0', 1685381586, 1, 1685381586, 1, NULL), | | (13, 1, 19, 17, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (14, 1, 19, 23, '0', 1685381586, 1, 1685381586, 1, NULL), | | (14, 1, 19, 23, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (15, 1, 19, 19, '0', 1685381586, 1, 1685381586, 1, NULL), | | (15, 1, 19, 19, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (16, 1, 19, 13, '0', 1685381586, 1, 1685381586, 1, NULL), | | (16, 1, 19, 13, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (17, 1, 19, 25, '0', 1685381586, 1, 1685381586, 1, NULL), | | (17, 1, 19, 25, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (18, 1, 19, 26, '0', 1685381586, 1, 1685381586, 1, NULL), | | (18, 1, 19, 26, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (19, 1, 19, 27, '0', 1685381586, 1, 1685381586, 1, NULL), | | (19, 1, 19, 27, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (20, 1, 20, 2, '0', 1685381586, 1, 1685381586, 1, NULL), | | (20, 1, 20, 2, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (21, 1, 20, 3, '0', 1685381586, 1, 1685381586, 1, NULL), | | (21, 1, 20, 3, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (22, 1, 20, 4, '0', 1685381586, 1, 1685381586, 1, NULL), | | (22, 1, 20, 4, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (23, 1, 20, 5, '0', 1685381586, 1, 1685381586, 1, NULL), | | (23, 1, 20, 5, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (24, 1, 20, 6, '0', 1685381586, 1, 1685381586, 1, NULL), | | (24, 1, 20, 6, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (25, 1, 20, 8, '0', 1685381586, 1, 1685381586, 1, NULL), | | (25, 1, 20, 8, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (26, 1, 20, 20, '0', 1685381586, 1, 1685381586, 1, NULL), | | (26, 1, 20, 20, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (27, 1, 20, 21, '0', 1685381586, 1, 1685381586, 1, NULL), | | (27, 1, 20, 21, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (28, 1, 20, 24, '0', 1685381586, 1, 1685381586, 1, NULL), | | (28, 1, 20, 24, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (29, 1, 20, 9, '0', 1685381586, 1, 1685381586, 1, NULL), | | (29, 1, 20, 9, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (30, 1, 20, 12, '0', 1685381586, 1, 1685381586, 1, NULL), | | (30, 1, 20, 12, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (31, 1, 20, 15, '0', 1685381586, 1, 1685381586, 1, NULL), | | (31, 1, 20, 15, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (32, 1, 20, 17, '0', 1685381586, 1, 1685381586, 1, NULL), | | (32, 1, 20, 17, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (33, 1, 20, 23, '0', 1685381586, 1, 1685381586, 1, NULL), | | (33, 1, 20, 23, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (34, 1, 20, 19, '0', 1685381586, 1, 1685381586, 1, NULL), | | (34, 1, 20, 19, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (35, 1, 20, 13, '0', 1685381586, 1, 1685381586, 1, NULL), | | (35, 1, 20, 13, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (36, 1, 20, 25, '0', 1685381586, 1, 1685381586, 1, NULL), | | (36, 1, 20, 25, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (37, 1, 20, 26, '0', 1685381586, 1, 1685381586, 1, NULL), | | (37, 1, 20, 26, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (38, 1, 20, 27, '0', 1685381586, 1, 1685381586, 1, NULL), | | (38, 1, 20, 27, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (39, 1, 21, 2, '0', 1685381586, 1, 1685381586, 1, NULL), | | (39, 1, 21, 2, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (40, 1, 21, 3, '0', 1685381586, 1, 1685381586, 1, NULL), | | (40, 1, 21, 3, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (41, 1, 21, 4, '0', 1685381586, 1, 1685381586, 1, NULL), | | (41, 1, 21, 4, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (42, 1, 21, 5, '0', 1685381586, 1, 1685381586, 1, NULL), | | (42, 1, 21, 5, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (43, 1, 21, 6, '0', 1685381586, 1, 1685381586, 1, NULL), | | (43, 1, 21, 6, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (44, 1, 21, 8, '0', 1685381586, 1, 1685381586, 1, NULL), | | (44, 1, 21, 8, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (45, 1, 21, 20, '0', 1685381586, 1, 1685381586, 1, NULL), | | (45, 1, 21, 20, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (46, 1, 21, 21, '0', 1685381586, 1, 1685381586, 1, NULL), | | (46, 1, 21, 21, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (47, 1, 21, 24, '0', 1685381586, 1, 1685381586, 1, NULL), | | (47, 1, 21, 24, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (48, 1, 21, 9, '0', 1685381586, 1, 1685381586, 1, NULL), | | (48, 1, 21, 9, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (49, 1, 21, 12, '0', 1685381586, 1, 1685381586, 1, NULL), | | (49, 1, 21, 12, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (50, 1, 21, 15, '0', 1685381586, 1, 1685381586, 1, NULL), | | (50, 1, 21, 15, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (51, 1, 21, 17, '0', 1685381586, 1, 1685381586, 1, NULL), | | (51, 1, 21, 17, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (52, 1, 21, 23, '0', 1685381586, 1, 1685381586, 1, NULL), | | (52, 1, 21, 23, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (53, 1, 21, 19, '0', 1685381586, 1, 1685381586, 1, NULL), | | (53, 1, 21, 19, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (54, 1, 21, 13, '0', 1685381586, 1, 1685381586, 1, NULL), | | (54, 1, 21, 13, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (55, 1, 21, 25, '0', 1685381586, 1, 1685381586, 1, NULL), | | (55, 1, 21, 25, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (56, 1, 21, 26, '0', 1685381586, 1, 1685381586, 1, NULL), | | (56, 1, 21, 26, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (57, 1, 21, 27, '0', 1685381586, 1, 1685381586, 1, NULL), | | (57, 1, 21, 27, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (58, 2, 24, 2, '0', 1685381586, 1, 1685381586, 1, NULL), | | (58, 2, 24, 2, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (59, 2, 24, 3, '0', 1685381586, 1, 1685381586, 1, NULL), | | (59, 2, 24, 3, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (60, 2, 24, 4, '0', 1685381586, 1, 1685381586, 1, NULL), | | (60, 2, 24, 4, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (61, 2, 24, 5, '0', 1685381586, 1, 1685381586, 1, NULL), | | (61, 2, 24, 5, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (62, 2, 24, 6, '0', 1685381586, 1, 1685381586, 1, NULL), | | (62, 2, 24, 6, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (63, 2, 24, 8, '0', 1685381586, 1, 1685381586, 1, NULL), | | (63, 2, 24, 8, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (64, 2, 24, 20, '0', 1685381586, 1, 1685381586, 1, NULL), | | (64, 2, 24, 20, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (65, 2, 24, 21, '0', 1685381586, 1, 1685381586, 1, NULL), | | (65, 2, 24, 21, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (66, 2, 24, 24, '0', 1685381586, 1, 1685381586, 1, NULL), | | (66, 2, 24, 24, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (67, 2, 24, 9, '0', 1685381586, 1, 1685381586, 1, NULL), | | (67, 2, 24, 9, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (68, 2, 24, 12, '0', 1685381586, 1, 1685381586, 1, NULL), | | (68, 2, 24, 12, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (69, 2, 24, 15, '0', 1685381586, 1, 1685381586, 1, NULL), | | (69, 2, 24, 15, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (70, 2, 24, 17, '0', 1685381586, 1, 1685381586, 1, NULL), | | (70, 2, 24, 17, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (71, 2, 24, 23, '0', 1685381586, 1, 1685381586, 1, NULL), | | (71, 2, 24, 23, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (72, 2, 24, 19, '0', 1685381586, 1, 1685381586, 1, NULL), | | (72, 2, 24, 19, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (73, 2, 24, 13, '0', 1685381586, 1, 1685381586, 1, NULL), | | (73, 2, 24, 13, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (74, 2, 24, 25, '0', 1685381586, 1, 1685381586, 1, NULL), | | (74, 2, 24, 25, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (75, 2, 24, 26, '0', 1685381586, 1, 1685381586, 1, NULL), | | (75, 2, 24, 26, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (76, 2, 24, 27, '0', 1685381586, 1, 1685381586, 1, NULL), | | (76, 2, 24, 27, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (77, 2, 23, 2, '0', 1685381586, 1, 1685381586, 1, NULL), | | (77, 2, 23, 2, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (78, 2, 23, 3, '0', 1685381586, 1, 1685381586, 1, NULL), | | (78, 2, 23, 3, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (79, 2, 23, 4, '0', 1685381586, 1, 1685381586, 1, NULL), | | (79, 2, 23, 4, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (80, 2, 23, 5, '0', 1685381586, 1, 1685381586, 1, NULL), | | (80, 2, 23, 5, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (81, 2, 23, 6, '0', 1685381586, 1, 1685381586, 1, NULL), | | (81, 2, 23, 6, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (82, 2, 23, 8, '0', 1685381586, 1, 1685381586, 1, NULL), | | (82, 2, 23, 8, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (83, 2, 23, 20, '0', 1685381586, 1, 1685381586, 1, NULL), | | (83, 2, 23, 20, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (84, 2, 23, 21, '0', 1685381586, 1, 1685381586, 1, NULL), | | (84, 2, 23, 21, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (85, 2, 23, 24, '0', 1685381586, 1, 1685381586, 1, NULL), | | (85, 2, 23, 24, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (86, 2, 23, 9, '0', 1685381586, 1, 1685381586, 1, NULL), | | (86, 2, 23, 9, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (87, 2, 23, 12, '0', 1685381586, 1, 1685381586, 1, NULL), | | (87, 2, 23, 12, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (88, 2, 23, 15, '0', 1685381586, 1, 1685381586, 1, NULL), | | (88, 2, 23, 15, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (89, 2, 23, 17, '0', 1685381586, 1, 1685381586, 1, NULL), | | (89, 2, 23, 17, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (90, 2, 23, 23, '0', 1685381586, 1, 1685381586, 1, NULL), | | (90, 2, 23, 23, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (91, 2, 23, 19, '0', 1685381586, 1, 1685381586, 1, NULL), | | (91, 2, 23, 19, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (92, 2, 23, 13, '0', 1685381586, 1, 1685381586, 1, NULL), | | (92, 2, 23, 13, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (93, 2, 23, 25, '0', 1685381586, 1, 1685381586, 1, NULL), | | (93, 2, 23, 25, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (94, 2, 23, 26, '0', 1685381586, 1, 1685381586, 1, NULL), | | (94, 2, 23, 26, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (95, 2, 23, 27, '0', 1685381586, 1, 1685381586, 1, NULL), | | (95, 2, 23, 27, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (96, 2, 27, 2, '0', 1685381586, 1, 1685381586, 1, NULL), | | (96, 2, 27, 2, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (97, 2, 27, 3, '0', 1685381586, 1, 1685381586, 1, NULL), | | (97, 2, 27, 3, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (98, 2, 27, 4, '0', 1685381586, 1, 1685381586, 1, NULL), | | (98, 2, 27, 4, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (99, 2, 27, 5, '0', 1685381586, 1, 1685381586, 1, NULL), | | (99, 2, 27, 5, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (100, 2, 27, 6, '0', 1685381586, 1, 1685381586, 1, NULL), | | (100, 2, 27, 6, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (101, 2, 27, 8, '0', 1685381586, 1, 1685381586, 1, NULL), | | (101, 2, 27, 8, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (102, 2, 27, 20, '0', 1685381586, 1, 1685381586, 1, NULL), | | (102, 2, 27, 20, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (103, 2, 27, 21, '0', 1685381586, 1, 1685381586, 1, NULL), | | (103, 2, 27, 21, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (104, 2, 27, 24, '0', 1685381586, 1, 1685381586, 1, NULL), | | (104, 2, 27, 24, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (105, 2, 27, 9, '0', 1685381586, 1, 1685381586, 1, NULL), | | (105, 2, 27, 9, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (106, 2, 27, 12, '0', 1685381586, 1, 1685381586, 1, NULL), | | (106, 2, 27, 12, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (107, 2, 27, 15, '0', 1685381586, 1, 1685381586, 1, NULL), | | (107, 2, 27, 15, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (108, 2, 27, 17, '0', 1685381586, 1, 1685381586, 1, NULL), | | (108, 2, 27, 17, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (109, 2, 27, 23, '0', 1685381586, 1, 1685381586, 1, NULL), | | (109, 2, 27, 23, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (110, 2, 27, 19, '0', 1685381586, 1, 1685381586, 1, NULL), | | (110, 2, 27, 19, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (111, 2, 27, 13, '0', 1685381586, 1, 1685381586, 1, NULL), | | (111, 2, 27, 13, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (112, 2, 27, 25, '0', 1685381586, 1, 1685381586, 1, NULL), | | (112, 2, 27, 25, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (113, 2, 27, 26, '0', 1685381586, 1, 1685381586, 1, NULL), | | (113, 2, 27, 26, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (114, 2, 27, 27, '0', 1685381586, 1, 1685381586, 1, NULL), | | (114, 2, 27, 27, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (115, 2, 22, 2, '0', 1685381586, 1, 1685381586, 1, NULL), | | (115, 2, 22, 2, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (116, 2, 22, 3, '0', 1685381586, 1, 1685381586, 1, NULL), | | (116, 2, 22, 3, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (117, 2, 22, 4, '0', 1685381586, 1, 1685381586, 1, NULL), | | (117, 2, 22, 4, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (118, 2, 22, 5, '0', 1685381586, 1, 1685381586, 1, NULL), | | (118, 2, 22, 5, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (119, 2, 22, 6, '0', 1685381586, 1, 1685381586, 1, NULL), | | (119, 2, 22, 6, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (120, 2, 22, 8, '0', 1685381586, 1, 1685381586, 1, NULL), | | (120, 2, 22, 8, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (121, 2, 22, 20, '0', 1685381586, 1, 1685381586, 1, NULL), | | (121, 2, 22, 20, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (122, 2, 22, 21, '0', 1685381586, 1, 1685381586, 1, NULL), | | (122, 2, 22, 21, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (123, 2, 22, 24, '0', 1685381586, 1, 1685381586, 1, NULL), | | (123, 2, 22, 24, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (124, 2, 22, 9, '0', 1685381586, 1, 1685381586, 1, NULL), | | (124, 2, 22, 9, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (125, 2, 22, 12, '0', 1685381586, 1, 1685381586, 1, NULL), | | (125, 2, 22, 12, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (126, 2, 22, 15, '0', 1685381586, 1, 1685381586, 1, NULL), | | (126, 2, 22, 15, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (127, 2, 22, 17, '0', 1685381586, 1, 1685381586, 1, NULL), | | (127, 2, 22, 17, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (128, 2, 22, 23, '0', 1685381586, 1, 1685381586, 1, NULL), | | (128, 2, 22, 23, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (129, 2, 22, 19, '0', 1685381586, 1, 1685381586, 1, NULL), | | (129, 2, 22, 19, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (130, 2, 22, 13, '0', 1685381586, 1, 1685381586, 1, NULL), | | (130, 2, 22, 13, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (131, 2, 22, 25, '0', 1685381586, 1, 1685381586, 1, NULL), | | (131, 2, 22, 25, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (132, 2, 22, 26, '0', 1685381586, 1, 1685381586, 1, NULL), | | (132, 2, 22, 26, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (133, 2, 22, 27, '0', 1685381586, 1, 1685381586, 1, NULL), | | (133, 2, 22, 27, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (134, 2, 26, 2, '0', 1685381586, 1, 1685381586, 1, NULL), | | (134, 2, 26, 2, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (135, 2, 26, 3, '0', 1685381586, 1, 1685381586, 1, NULL), | | (135, 2, 26, 3, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (136, 2, 26, 4, '0', 1685381586, 1, 1685381586, 1, NULL), | | (136, 2, 26, 4, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (137, 2, 26, 5, '0', 1685381586, 1, 1685381586, 1, NULL), | | (137, 2, 26, 5, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (138, 2, 26, 6, '0', 1685381586, 1, 1685381586, 1, NULL), | | (138, 2, 26, 6, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (139, 2, 26, 8, '0', 1685381586, 1, 1685381586, 1, NULL), | | (139, 2, 26, 8, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (140, 2, 26, 20, '0', 1685381586, 1, 1685381586, 1, NULL), | | (140, 2, 26, 20, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (141, 2, 26, 21, '0', 1685381586, 1, 1685381586, 1, NULL), | | (141, 2, 26, 21, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (142, 2, 26, 24, '0', 1685381586, 1, 1685381586, 1, NULL), | | (142, 2, 26, 24, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (143, 2, 26, 9, '0', 1685381586, 1, 1685381586, 1, NULL), | | (143, 2, 26, 9, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (144, 2, 26, 12, '0', 1685381586, 1, 1685381586, 1, NULL), | | (144, 2, 26, 12, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (145, 2, 26, 15, '0', 1685381586, 1, 1685381586, 1, NULL), | | (145, 2, 26, 15, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (146, 2, 26, 17, '0', 1685381586, 1, 1685381586, 1, NULL), | | (146, 2, 26, 17, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (147, 2, 26, 23, '0', 1685381586, 1, 1685381586, 1, NULL), | | (147, 2, 26, 23, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (148, 2, 26, 19, '0', 1685381586, 1, 1685381586, 1, NULL), | | (148, 2, 26, 19, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (149, 2, 26, 13, '0', 1685381586, 1, 1685381586, 1, NULL), | | (149, 2, 26, 13, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (150, 2, 26, 25, '0', 1685381586, 1, 1685381586, 1, NULL), | | (150, 2, 26, 25, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (151, 2, 26, 26, '0', 1685381586, 1, 1685381586, 1, NULL), | | (151, 2, 26, 26, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (152, 2, 26, 27, '0', 1685381586, 1, 1685381586, 1, NULL), | | (152, 2, 26, 27, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (153, 2, 25, 2, '0', 1685381586, 1, 1685381586, 1, NULL), | | (153, 2, 25, 2, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (154, 2, 25, 3, '0', 1685381586, 1, 1685381586, 1, NULL), | | (154, 2, 25, 3, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (155, 2, 25, 4, '0', 1685381586, 1, 1685381586, 1, NULL), | | (155, 2, 25, 4, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (156, 2, 25, 5, '0', 1685381586, 1, 1685381586, 1, NULL), | | (156, 2, 25, 5, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (157, 2, 25, 6, '0', 1685381586, 1, 1685381586, 1, NULL), | | (157, 2, 25, 6, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (158, 2, 25, 8, '0', 1685381586, 1, 1685381586, 1, NULL), | | (158, 2, 25, 8, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (159, 2, 25, 20, '0', 1685381586, 1, 1685381586, 1, NULL), | | (159, 2, 25, 20, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (160, 2, 25, 21, '0', 1685381586, 1, 1685381586, 1, NULL), | | (160, 2, 25, 21, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (161, 2, 25, 24, '0', 1685381586, 1, 1685381586, 1, NULL), | | (161, 2, 25, 24, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (162, 2, 25, 9, '0', 1685381586, 1, 1685381586, 1, NULL), | | (162, 2, 25, 9, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (163, 2, 25, 12, '0', 1685381586, 1, 1685381586, 1, NULL), | | (163, 2, 25, 12, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (164, 2, 25, 15, '0', 1685381586, 1, 1685381586, 1, NULL), | | (164, 2, 25, 15, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (165, 2, 25, 17, '0', 1685381586, 1, 1685381586, 1, NULL), | | (165, 2, 25, 17, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (166, 2, 25, 23, '0', 1685381586, 1, 1685381586, 1, NULL), | | (166, 2, 25, 23, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (167, 2, 25, 19, '0', 1685381586, 1, 1685381586, 1, NULL), | | (167, 2, 25, 19, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (168, 2, 25, 13, '0', 1685381586, 1, 1685381586, 1, NULL), | | (168, 2, 25, 13, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (169, 2, 25, 25, '0', 1685381586, 1, 1685381586, 1, NULL), | | (169, 2, 25, 25, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (170, 2, 25, 26, '0', 1685381586, 1, 1685381586, 1, NULL), | | (170, 2, 25, 26, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (171, 2, 25, 27, '0', 1685381586, 1, 1685381586, 1, NULL), | | (171, 2, 25, 27, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (172, 2, 24, 2, '0', 1685381586, 1, 1685381586, 1, NULL), | | (172, 2, 24, 2, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (173, 2, 24, 3, '0', 1685381586, 1, 1685381586, 1, NULL), | | (173, 2, 24, 3, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (174, 2, 24, 4, '0', 1685381586, 1, 1685381586, 1, NULL), | | (174, 2, 24, 4, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (175, 2, 24, 5, '0', 1685381586, 1, 1685381586, 1, NULL), | | (175, 2, 24, 5, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (176, 2, 24, 6, '0', 1685381586, 1, 1685381586, 1, NULL), | | (176, 2, 24, 6, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (177, 2, 24, 8, '0', 1685381586, 1, 1685381586, 1, NULL), | | (177, 2, 24, 8, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (178, 2, 24, 20, '0', 1685381586, 1, 1685381586, 1, NULL), | | (178, 2, 24, 20, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (179, 2, 24, 21, '0', 1685381586, 1, 1685381586, 1, NULL), | | (179, 2, 24, 21, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (180, 2, 24, 24, '0', 1685381586, 1, 1685381586, 1, NULL), | | (180, 2, 24, 24, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (181, 2, 24, 9, '0', 1685381586, 1, 1685381586, 1, NULL), | | (181, 2, 24, 9, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (182, 2, 24, 12, '0', 1685381586, 1, 1685381586, 1, NULL), | | (182, 2, 24, 12, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (183, 2, 24, 15, '0', 1685381586, 1, 1685381586, 1, NULL), | | (183, 2, 24, 15, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (184, 2, 24, 17, '0', 1685381586, 1, 1685381586, 1, NULL), | | (184, 2, 24, 17, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (185, 2, 24, 23, '0', 1685381586, 1, 1685381586, 1, NULL), | | (185, 2, 24, 23, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (186, 2, 24, 19, '0', 1685381586, 1, 1685381586, 1, NULL), | | (186, 2, 24, 19, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (187, 2, 24, 13, '0', 1685381586, 1, 1685381586, 1, NULL), | | (187, 2, 24, 13, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (188, 2, 24, 25, '0', 1685381586, 1, 1685381586, 1, NULL), | | (188, 2, 24, 25, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (189, 2, 24, 26, '0', 1685381586, 1, 1685381586, 1, NULL), | | (189, 2, 24, 26, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (190, 2, 24, 27, '0', 1685381586, 1, 1685381586, 1, NULL), | | (190, 2, 24, 27, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (191, 2, 23, 2, '0', 1685381586, 1, 1685381586, 1, NULL), | | (191, 2, 23, 2, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (192, 2, 23, 3, '0', 1685381586, 1, 1685381586, 1, NULL), | | (192, 2, 23, 3, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (193, 2, 23, 4, '0', 1685381586, 1, 1685381586, 1, NULL), | | (193, 2, 23, 4, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (194, 2, 23, 5, '0', 1685381586, 1, 1685381586, 1, NULL), | | (194, 2, 23, 5, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (195, 2, 23, 6, '0', 1685381586, 1, 1685381586, 1, NULL), | | (195, 2, 23, 6, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (196, 2, 23, 8, '0', 1685381586, 1, 1685381586, 1, NULL), | | (196, 2, 23, 8, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (197, 2, 23, 20, '0', 1685381586, 1, 1685381586, 1, NULL), | | (197, 2, 23, 20, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (198, 2, 23, 21, '0', 1685381586, 1, 1685381586, 1, NULL), | | (198, 2, 23, 21, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (199, 2, 23, 24, '0', 1685381586, 1, 1685381586, 1, NULL), | | (199, 2, 23, 24, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (200, 2, 23, 9, '0', 1685381586, 1, 1685381586, 1, NULL), | | (200, 2, 23, 9, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (201, 2, 23, 12, '0', 1685381586, 1, 1685381586, 1, NULL), | | (201, 2, 23, 12, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (202, 2, 23, 15, '0', 1685381586, 1, 1685381586, 1, NULL), | | (202, 2, 23, 15, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (203, 2, 23, 17, '0', 1685381586, 1, 1685381586, 1, NULL), | | (203, 2, 23, 17, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (204, 2, 23, 23, '0', 1685381586, 1, 1685381586, 1, NULL), | | (204, 2, 23, 23, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (205, 2, 23, 19, '0', 1685381586, 1, 1685381586, 1, NULL), | | (205, 2, 23, 19, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (206, 2, 23, 13, '0', 1685381586, 1, 1685381586, 1, NULL), | | (206, 2, 23, 13, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (207, 2, 23, 25, '0', 1685381586, 1, 1685381586, 1, NULL), | | (207, 2, 23, 25, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (208, 2, 23, 26, '0', 1685381586, 1, 1685381586, 1, NULL), | | (208, 2, 23, 26, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (209, 2, 23, 27, '0', 1685381586, 1, 1685381586, 1, NULL), | | (209, 2, 23, 27, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (210, 2, 27, 2, '0', 1685381586, 1, 1685381586, 1, NULL), | | (210, 2, 27, 2, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (211, 2, 27, 3, '0', 1685381586, 1, 1685381586, 1, NULL), | | (211, 2, 27, 3, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (212, 2, 27, 4, '1', 1685381586, 1, 1685381586, 1, NULL), | | (212, 2, 27, 4, '1', 1685381586, 1, 1685381586, 1, NULL), |
| (213, 2, 27, 5, '0', 1685381586, 1, 1685381586, 1, NULL), | | (213, 2, 27, 5, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (214, 2, 27, 6, '0', 1685381586, 1, 1685381586, 1, NULL), | | (214, 2, 27, 6, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (215, 2, 27, 8, '0', 1685381586, 1, 1685381586, 1, NULL), | | (215, 2, 27, 8, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (216, 2, 27, 20, '0', 1685381586, 1, 1685381586, 1, NULL), | | (216, 2, 27, 20, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (217, 2, 27, 21, '0', 1685381586, 1, 1685381586, 1, NULL), | | (217, 2, 27, 21, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (218, 2, 27, 24, '0', 1685381586, 1, 1685381586, 1, NULL), | | (218, 2, 27, 24, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (219, 2, 27, 9, '0', 1685381586, 1, 1685381586, 1, NULL), | | (219, 2, 27, 9, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (220, 2, 27, 22, '[\\\"D\\\",\\\"F\\\",\\\"C\\\",\\\"P\\\"]', 1685381586, 1, 1685381586, 1, NULL), | | (220, 2, 27, 22, '[\\\"D\\\",\\\"F\\\",\\\"C\\\",\\\"P\\\"]', 1685381586, 1, 1685381586, 1, NULL), |
| (221, 2, 27, 12, '0', 1685381586, 1, 1685381586, 1, NULL), | | (221, 2, 27, 12, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (222, 2, 27, 15, '0', 1685381586, 1, 1685381586, 1, NULL), | | (222, 2, 27, 15, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (223, 2, 27, 17, '0', 1685381586, 1, 1685381586, 1, NULL), | | (223, 2, 27, 17, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (224, 2, 27, 23, '0', 1685381586, 1, 1685381586, 1, NULL), | | (224, 2, 27, 23, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (225, 2, 27, 19, '1', 1685381586, 1, 1685381586, 1, NULL), | | (225, 2, 27, 19, '1', 1685381586, 1, 1685381586, 1, NULL), |
| (226, 2, 27, 13, '0', 1685381586, 1, 1685381586, 1, NULL), | | (226, 2, 27, 13, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (227, 2, 27, 25, '0', 1685381586, 1, 1685381586, 1, NULL), | | (227, 2, 27, 25, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (228, 2, 27, 26, '0', 1685381586, 1, 1685381586, 1, NULL), | | (228, 2, 27, 26, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (229, 2, 27, 27, '0', 1685381586, 1, 1685381586, 1, NULL), | | (229, 2, 27, 27, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (230, 2, 22, 2, '1', 1685381586, 1, 1685381586, 1, NULL), | | (230, 2, 22, 2, '1', 1685381586, 1, 1685381586, 1, NULL), |
| (231, 2, 22, 3, '1', 1685381586, 1, 1685381586, 1, NULL), | | (231, 2, 22, 3, '1', 1685381586, 1, 1685381586, 1, NULL), |
| (232, 2, 22, 4, '1', 1685381586, 1, 1685381586, 1, NULL), | | (232, 2, 22, 4, '1', 1685381586, 1, 1685381586, 1, NULL), |
| (233, 2, 22, 5, '1', 1685381586, 1, 1685381586, 1, NULL), | | (233, 2, 22, 5, '1', 1685381586, 1, 1685381586, 1, NULL), |
| (234, 2, 22, 6, '1', 1685381586, 1, 1685381586, 1, NULL), | | (234, 2, 22, 6, '1', 1685381586, 1, 1685381586, 1, NULL), |
| (235, 2, 22, 8, '1', 1685381586, 1, 1685381586, 1, NULL), | | (235, 2, 22, 8, '1', 1685381586, 1, 1685381586, 1, NULL), |
| (236, 2, 22, 20, '1', 1685381586, 1, 1685381586, 1, NULL), | | (236, 2, 22, 20, '1', 1685381586, 1, 1685381586, 1, NULL), |
| (237, 2, 22, 21, '0', 1685381586, 1, 1685381586, 1, NULL), | | (237, 2, 22, 21, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (238, 2, 22, 24, '0', 1685381586, 1, 1685381586, 1, NULL), | | (238, 2, 22, 24, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (239, 2, 22, 9, '17', 1685381586, 1, 1685381586, 1, NULL), | | (239, 2, 22, 9, '17', 1685381586, 1, 1685381586, 1, NULL), |
| (240, 2, 22, 12, '1', 1685381586, 1, 1685381586, 1, NULL), | | (240, 2, 22, 12, '1', 1685381586, 1, 1685381586, 1, NULL), |
| (241, 2, 22, 14, 'Current Stage EPAs', 1685381586, 1, 1685381586, 1, NULL), | | (241, 2, 22, 14, 'Current Stage EPAs', 1685381586, 1, 1685381586, 1, NULL), |
| (242, 2, 22, 15, '0', 1685381586, 1, 1685381586, 1, NULL), | | (242, 2, 22, 15, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (243, 2, 22, 17, '0', 1685381586, 1, 1685381586, 1, NULL), | | (243, 2, 22, 17, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (244, 2, 22, 23, '1', 1685381586, 1, 1685381586, 1, NULL), | | (244, 2, 22, 23, '1', 1685381586, 1, 1685381586, 1, NULL), |
| (245, 2, 22, 19, '0', 1685381586, 1, 1685381586, 1, NULL), | | (245, 2, 22, 19, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (246, 2, 22, 13, '1', 1685381586, 1, 1685381586, 1, NULL), | | (246, 2, 22, 13, '1', 1685381586, 1, 1685381586, 1, NULL), |
| (247, 2, 22, 25, '0', 1685381586, 1, 1685381586, 1, NULL), | | (247, 2, 22, 25, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (248, 2, 22, 26, '0', 1685381586, 1, 1685381586, 1, NULL), | | (248, 2, 22, 26, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (249, 2, 22, 27, '0', 1685381586, 1, 1685381586, 1, NULL), | | (249, 2, 22, 27, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (250, 2, 26, 2, '0', 1685381586, 1, 1685381586, 1, NULL), | | (250, 2, 26, 2, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (251, 2, 26, 3, '0', 1685381586, 1, 1685381586, 1, NULL), | | (251, 2, 26, 3, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (252, 2, 26, 4, '0', 1685381586, 1, 1685381586, 1, NULL), | | (252, 2, 26, 4, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (253, 2, 26, 5, '0', 1685381586, 1, 1685381586, 1, NULL), | | (253, 2, 26, 5, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (254, 2, 26, 6, '0', 1685381586, 1, 1685381586, 1, NULL), | | (254, 2, 26, 6, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (255, 2, 26, 8, '0', 1685381586, 1, 1685381586, 1, NULL), | | (255, 2, 26, 8, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (256, 2, 26, 20, '0', 1685381586, 1, 1685381586, 1, NULL), | | (256, 2, 26, 20, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (257, 2, 26, 21, '0', 1685381586, 1, 1685381586, 1, NULL), | | (257, 2, 26, 21, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (258, 2, 26, 24, '0', 1685381586, 1, 1685381586, 1, NULL), | | (258, 2, 26, 24, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (259, 2, 26, 9, '0', 1685381586, 1, 1685381586, 1, NULL), | | (259, 2, 26, 9, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (260, 2, 26, 12, '0', 1685381586, 1, 1685381586, 1, NULL), | | (260, 2, 26, 12, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (261, 2, 26, 15, '0', 1685381586, 1, 1685381586, 1, NULL), | | (261, 2, 26, 15, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (262, 2, 26, 17, '0', 1685381586, 1, 1685381586, 1, NULL), | | (262, 2, 26, 17, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (263, 2, 26, 23, '0', 1685381586, 1, 1685381586, 1, NULL), | | (263, 2, 26, 23, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (264, 2, 26, 19, '0', 1685381586, 1, 1685381586, 1, NULL), | | (264, 2, 26, 19, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (265, 2, 26, 13, '0', 1685381586, 1, 1685381586, 1, NULL), | | (265, 2, 26, 13, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (266, 2, 26, 25, '0', 1685381586, 1, 1685381586, 1, NULL), | | (266, 2, 26, 25, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (267, 2, 26, 26, '0', 1685381586, 1, 1685381586, 1, NULL), | | (267, 2, 26, 26, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (268, 2, 26, 27, '0', 1685381586, 1, 1685381586, 1, NULL), | | (268, 2, 26, 27, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (269, 2, 25, 2, '0', 1685381586, 1, 1685381586, 1, NULL), | | (269, 2, 25, 2, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (270, 2, 25, 3, '0', 1685381586, 1, 1685381586, 1, NULL), | | (270, 2, 25, 3, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (271, 2, 25, 4, '1', 1685381586, 1, 1685381586, 1, NULL), | | (271, 2, 25, 4, '1', 1685381586, 1, 1685381586, 1, NULL), |
| (272, 2, 25, 5, '0', 1685381586, 1, 1685381586, 1, NULL), | | (272, 2, 25, 5, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (273, 2, 25, 6, '0', 1685381586, 1, 1685381586, 1, NULL), | | (273, 2, 25, 6, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (274, 2, 25, 8, '0', 1685381586, 1, 1685381586, 1, NULL), | | (274, 2, 25, 8, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (275, 2, 25, 20, '0', 1685381586, 1, 1685381586, 1, NULL), | | (275, 2, 25, 20, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (276, 2, 25, 21, '1', 1685381586, 1, 1685381586, 1, NULL), | | (276, 2, 25, 21, '1', 1685381586, 1, 1685381586, 1, NULL), |
| (277, 2, 25, 24, '0', 1685381586, 1, 1685381586, 1, NULL), | | (277, 2, 25, 24, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (278, 2, 25, 9, '0', 1685381586, 1, 1685381586, 1, NULL), | | (278, 2, 25, 9, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (279, 2, 25, 12, '0', 1685381586, 1, 1685381586, 1, NULL), | | (279, 2, 25, 12, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (280, 2, 25, 15, '0', 1685381586, 1, 1685381586, 1, NULL), | | (280, 2, 25, 15, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (281, 2, 25, 17, '0', 1685381586, 1, 1685381586, 1, NULL), | | (281, 2, 25, 17, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (282, 2, 25, 23, '0', 1685381586, 1, 1685381586, 1, NULL), | | (282, 2, 25, 23, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (283, 2, 25, 19, '0', 1685381586, 1, 1685381586, 1, NULL), | | (283, 2, 25, 19, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (284, 2, 25, 13, '0', 1685381586, 1, 1685381586, 1, NULL), | | (284, 2, 25, 13, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (285, 2, 25, 25, '0', 1685381586, 1, 1685381586, 1, NULL), | | (285, 2, 25, 25, '0', 1685381586, 1, 1685381586, 1, NULL), |
| (286, 2, 25, 26, '0', 1685381586, 1, 1685381586, 1, NULL), | | (286, 2, 25, 26, '0', 1685381586, 1, 1685381586, 1, NULL), |
| n | (287, 2, 25, 27, '0', 1685381586, 1, 1685381586, 1, NULL); | n | (287, 2, 25, 27, '0', 1685381586, 1, 1685381586, 1, NULL), |
| | | (288, 3, 31, 2, '0', 1685387673, 1, 1685469702, 1, 1685469702), |
| | | (289, 3, 31, 3, '0', 1685387673, 1, 1685469702, 1, 1685469702), |
| | | (290, 3, 31, 4, '1', 1685387673, 1, 1685469702, 1, 1685469702), |
| | | (291, 3, 31, 5, '0', 1685387673, 1, 1685469702, 1, 1685469702), |
| | | (292, 3, 31, 6, '0', 1685387673, 1, 1685469702, 1, 1685469702), |
| | | (293, 3, 31, 8, '0', 1685387673, 1, 1685469702, 1, 1685469702), |
| | | (294, 3, 31, 20, '0', 1685387673, 1, 1685469702, 1, 1685469702), |
| | | (295, 3, 31, 21, '0', 1685387673, 1, 1685469702, 1, 1685469702), |
| | | (296, 3, 31, 24, '0', 1685387673, 1, 1685469702, 1, 1685469702), |
| | | (297, 3, 31, 9, '0', 1685387673, 1, 1685469702, 1, 1685469702), |
| | | (298, 3, 31, 12, '0', 1685387673, 1, 1685469702, 1, 1685469702), |
| | | (299, 3, 31, 15, '0', 1685387673, 1, 1685469702, 1, 1685469702), |
| | | (300, 3, 31, 17, '0', 1685387673, 1, 1685469702, 1, 1685469702), |
| | | (301, 3, 31, 23, '0', 1685387673, 1, 1685469702, 1, 1685469702), |
| | | (302, 3, 31, 19, '1', 1685387673, 1, 1685469702, 1, 1685469702), |
| | | (303, 3, 31, 13, '0', 1685387673, 1, 1685469702, 1, 1685469702), |
| | | (304, 3, 31, 25, '1', 1685387673, 1, 1685469702, 1, 1685469702), |
| | | (305, 3, 31, 26, '1', 1685387673, 1, 1685469702, 1, 1685469702), |
| | | (306, 3, 31, 27, '1', 1685387673, 1, 1685469702, 1, 1685469702), |
| | | (307, 3, 32, 2, '1', 1685387731, 1, 1685387731, 1, NULL), |
| | | (308, 3, 32, 3, '1', 1685387731, 1, 1685387731, 1, NULL), |
| | | (309, 3, 32, 4, '1', 1685387731, 1, 1685387731, 1, NULL), |
| | | (310, 3, 32, 5, '1', 1685387731, 1, 1685387731, 1, NULL), |
| | | (311, 3, 32, 6, '1', 1685387731, 1, 1685387731, 1, NULL), |
| | | (312, 3, 32, 8, '0', 1685387731, 1, 1685387731, 1, NULL), |
| | | (313, 3, 32, 20, '1', 1685387731, 1, 1685387731, 1, NULL), |
| | | (314, 3, 32, 21, '0', 1685387731, 1, 1685387731, 1, NULL), |
| | | (315, 3, 32, 24, '1', 1685387731, 1, 1685387731, 1, NULL), |
| | | (316, 3, 32, 9, '16', 1685387731, 1, 1685387731, 1, NULL), |
| | | (317, 3, 32, 12, '0', 1685387731, 1, 1685387731, 1, NULL), |
| | | (318, 3, 32, 15, '0', 1685387731, 1, 1685387731, 1, NULL), |
| | | (319, 3, 32, 17, '0', 1685387731, 1, 1685387731, 1, NULL), |
| | | (320, 3, 32, 23, '1', 1685387731, 1, 1685387731, 1, NULL), |
| | | (321, 3, 32, 19, '0', 1685387731, 1, 1685387731, 1, NULL), |
| | | (322, 3, 32, 13, '1', 1685387731, 1, 1685387731, 1, NULL), |
| | | (323, 3, 32, 25, '1', 1685387731, 1, 1685387731, 1, NULL), |
| | | (324, 3, 32, 26, '1', 1685387731, 1, 1685387731, 1, NULL), |
| | | (325, 3, 32, 27, '0', 1685387731, 1, 1685387731, 1, NULL), |
| | | (326, 3, 33, 2, '0', 1685387758, 1, 1685387758, 1, NULL), |
| | | (327, 3, 33, 3, '0', 1685387758, 1, 1685387758, 1, NULL), |
| | | (328, 3, 33, 4, '0', 1685387758, 1, 1685387758, 1, NULL), |
| | | (329, 3, 33, 5, '0', 1685387758, 1, 1685387758, 1, NULL), |
| | | (330, 3, 33, 6, '0', 1685387758, 1, 1685387758, 1, NULL), |
| | | (331, 3, 33, 8, '0', 1685387758, 1, 1685387758, 1, NULL), |
| | | (332, 3, 33, 20, '0', 1685387758, 1, 1685387758, 1, NULL), |
| | | (333, 3, 33, 21, '1', 1685387758, 1, 1685387758, 1, NULL), |
| | | (334, 3, 33, 24, '0', 1685387758, 1, 1685387758, 1, NULL), |
| | | (335, 3, 33, 9, '0', 1685387758, 1, 1685387758, 1, NULL), |
| | | (336, 3, 33, 12, '0', 1685387758, 1, 1685387758, 1, NULL), |
| | | (337, 3, 33, 15, '0', 1685387758, 1, 1685387758, 1, NULL), |
| | | (338, 3, 33, 17, '0', 1685387758, 1, 1685387758, 1, NULL), |
| | | (339, 3, 33, 23, '0', 1685387758, 1, 1685387758, 1, NULL), |
| | | (340, 3, 33, 19, '0', 1685387758, 1, 1685387758, 1, NULL), |
| | | (341, 3, 33, 13, '0', 1685387758, 1, 1685387758, 1, NULL), |
| | | (342, 3, 33, 25, '0', 1685387758, 1, 1685387758, 1, NULL), |
| | | (343, 3, 33, 26, '0', 1685387758, 1, 1685387758, 1, NULL), |
| | | (344, 3, 33, 27, '0', 1685387758, 1, 1685387758, 1, NULL), |
| | | (345, 3, 31, 2, '0', 1685469702, 1, 1685469751, 1, 1685469751), |
| | | (346, 3, 31, 3, '0', 1685469702, 1, 1685469751, 1, 1685469751), |
| | | (347, 3, 31, 4, '1', 1685469702, 1, 1685469751, 1, 1685469751), |
| | | (348, 3, 31, 5, '0', 1685469702, 1, 1685469751, 1, 1685469751), |
| | | (349, 3, 31, 6, '0', 1685469702, 1, 1685469751, 1, 1685469751), |
| | | (350, 3, 31, 8, '0', 1685469702, 1, 1685469751, 1, 1685469751), |
| | | (351, 3, 31, 20, '0', 1685469702, 1, 1685469751, 1, 1685469751), |
| | | (352, 3, 31, 21, '0', 1685469702, 1, 1685469751, 1, 1685469751), |
| | | (353, 3, 31, 24, '0', 1685469702, 1, 1685469751, 1, 1685469751), |
| | | (354, 3, 31, 9, '0', 1685469702, 1, 1685469751, 1, 1685469751), |
| | | (355, 3, 31, 12, '0', 1685469702, 1, 1685469751, 1, 1685469751), |
| | | (356, 3, 31, 15, '0', 1685469702, 1, 1685469751, 1, 1685469751), |
| | | (357, 3, 31, 17, '0', 1685469702, 1, 1685469751, 1, 1685469751), |
| | | (358, 3, 31, 23, '0', 1685469702, 1, 1685469751, 1, 1685469751), |
| | | (359, 3, 31, 19, '1', 1685469702, 1, 1685469751, 1, 1685469751), |
| | | (360, 3, 31, 13, '0', 1685469702, 1, 1685469751, 1, 1685469751), |
| | | (361, 3, 31, 25, '0', 1685469702, 1, 1685469751, 1, 1685469751), |
| | | (362, 3, 31, 26, '1', 1685469702, 1, 1685469751, 1, 1685469751), |
| | | (363, 3, 31, 27, '1', 1685469702, 1, 1685469751, 1, 1685469751), |
| | | (364, 3, 31, 2, '0', 1685469751, 1, 1685469813, 1, 1685469813), |
| | | (365, 3, 31, 3, '0', 1685469751, 1, 1685469813, 1, 1685469813), |
| | | (366, 3, 31, 4, '1', 1685469751, 1, 1685469813, 1, 1685469813), |
| | | (367, 3, 31, 5, '0', 1685469751, 1, 1685469813, 1, 1685469813), |
| | | (368, 3, 31, 6, '0', 1685469751, 1, 1685469813, 1, 1685469813), |
| | | (369, 3, 31, 8, '0', 1685469751, 1, 1685469813, 1, 1685469813), |
| | | (370, 3, 31, 20, '0', 1685469751, 1, 1685469813, 1, 1685469813), |
| | | (371, 3, 31, 21, '0', 1685469751, 1, 1685469813, 1, 1685469813), |
| | | (372, 3, 31, 24, '0', 1685469751, 1, 1685469813, 1, 1685469813), |
| | | (373, 3, 31, 9, '0', 1685469751, 1, 1685469813, 1, 1685469813), |
| | | (374, 3, 31, 12, '0', 1685469751, 1, 1685469813, 1, 1685469813), |
| | | (375, 3, 31, 15, '0', 1685469751, 1, 1685469813, 1, 1685469813), |
| | | (376, 3, 31, 17, '0', 1685469751, 1, 1685469813, 1, 1685469813), |
| | | (377, 3, 31, 23, '0', 1685469751, 1, 1685469813, 1, 1685469813), |
| | | (378, 3, 31, 19, '1', 1685469751, 1, 1685469813, 1, 1685469813), |
| | | (379, 3, 31, 13, '0', 1685469751, 1, 1685469813, 1, 1685469813), |
| | | (380, 3, 31, 25, '0', 1685469751, 1, 1685469813, 1, 1685469813), |
| | | (381, 3, 31, 26, '1', 1685469751, 1, 1685469813, 1, 1685469813), |
| | | (382, 3, 31, 27, '0', 1685469751, 1, 1685469813, 1, 1685469813), |
| | | (383, 3, 31, 2, '0', 1685469813, 1, 1685469813, 1, NULL), |
| | | (384, 3, 31, 3, '0', 1685469813, 1, 1685469813, 1, NULL), |
| | | (385, 3, 31, 4, '1', 1685469813, 1, 1685469813, 1, NULL), |
| | | (386, 3, 31, 5, '0', 1685469813, 1, 1685469813, 1, NULL), |
| | | (387, 3, 31, 6, '0', 1685469813, 1, 1685469813, 1, NULL), |
| | | (388, 3, 31, 8, '0', 1685469813, 1, 1685469813, 1, NULL), |
| | | (389, 3, 31, 20, '0', 1685469813, 1, 1685469813, 1, NULL), |
| | | (390, 3, 31, 21, '0', 1685469813, 1, 1685469813, 1, NULL), |
| | | (391, 3, 31, 24, '0', 1685469813, 1, 1685469813, 1, NULL), |
| | | (392, 3, 31, 9, '0', 1685469813, 1, 1685469813, 1, NULL), |
| | | (393, 3, 31, 12, '0', 1685469813, 1, 1685469813, 1, NULL), |
| | | (394, 3, 31, 15, '0', 1685469813, 1, 1685469813, 1, NULL), |
| | | (395, 3, 31, 17, '0', 1685469813, 1, 1685469813, 1, NULL), |
| | | (396, 3, 31, 23, '0', 1685469813, 1, 1685469813, 1, NULL), |
| | | (397, 3, 31, 19, '1', 1685469813, 1, 1685469813, 1, NULL), |
| | | (398, 3, 31, 13, '0', 1685469813, 1, 1685469813, 1, NULL), |
| | | (399, 3, 31, 25, '0', 1685469813, 1, 1685469813, 1, NULL), |
| | | (400, 3, 31, 26, '1', 1685469813, 1, 1685469813, 1, NULL), |
| | | (401, 3, 31, 27, '1', 1685469813, 1, 1685469813, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_level_organisation` | | -- Table structure for table `curriculum_level_organisation` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_level_organisation` ( | | CREATE TABLE `curriculum_level_organisation` ( |
| `cl_org_id` int(12) NOT NULL, | | `cl_org_id` int(12) NOT NULL, |
| `org_id` int(12) NOT NULL, | | `org_id` int(12) NOT NULL, |
| `curriculum_level_id` int(11) NOT NULL | | `curriculum_level_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `curriculum_level_organisation` | | -- Dumping data for table `curriculum_level_organisation` |
| -- | | -- |
| | | |
| INSERT INTO `curriculum_level_organisation` (`cl_org_id`, `org_id`, `curriculum_level_id`) VALUES | | INSERT INTO `curriculum_level_organisation` (`cl_org_id`, `org_id`, `curriculum_level_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 1, 2), | | (2, 1, 2), |
| (3, 1, 3), | | (3, 1, 3), |
| (4, 1, 4); | | (4, 1, 4); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_lu_levels` | | -- Table structure for table `curriculum_lu_levels` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_lu_levels` ( | | CREATE TABLE `curriculum_lu_levels` ( |
| `curriculum_level_id` int(11) UNSIGNED NOT NULL, | | `curriculum_level_id` int(11) UNSIGNED NOT NULL, |
| `curriculum_level` varchar(100) NOT NULL DEFAULT '', | | `curriculum_level` varchar(100) NOT NULL DEFAULT '', |
| `curriculum_level_description` varchar(255) DEFAULT NULL, | | `curriculum_level_description` varchar(255) DEFAULT NULL, |
| `curriculum_level_order` int(11) DEFAULT '0', | | `curriculum_level_order` int(11) DEFAULT '0', |
| `created_date` bigint(20) DEFAULT NULL, | | `created_date` bigint(20) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL, | | `deleted_date` bigint(20) DEFAULT NULL, |
| `deleted_by` int(11) DEFAULT NULL | | `deleted_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `curriculum_lu_levels` | | -- Dumping data for table `curriculum_lu_levels` |
| -- | | -- |
| | | |
| INSERT INTO `curriculum_lu_levels` (`curriculum_level_id`, `curriculum_level`, `curriculum_level_description`, `curriculum_level_order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `curriculum_lu_levels` (`curriculum_level_id`, `curriculum_level`, `curriculum_level_description`, `curriculum_level_order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 'Pre-clinical', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL), | | (1, 'Pre-clinical', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL), |
| (2, 'Clinical', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL), | | (2, 'Clinical', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL), |
| (3, 'AAMC Curriculum Level 1', 'AAMC description curriculum level id 1', 3, NULL, NULL, NULL, NULL, NULL, NULL), | | (3, 'AAMC Curriculum Level 1', 'AAMC description curriculum level id 1', 3, NULL, NULL, NULL, NULL, NULL, NULL), |
| (4, 'AAMC Curriculum Level 2', 'AAMC description curriculum level id 2', 4, NULL, NULL, NULL, NULL, NULL, NULL); | | (4, 'AAMC Curriculum Level 2', 'AAMC description curriculum level id 2', 4, NULL, NULL, NULL, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_lu_tracks` | | -- Table structure for table `curriculum_lu_tracks` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_lu_tracks` ( | | CREATE TABLE `curriculum_lu_tracks` ( |
| `curriculum_track_id` int(12) UNSIGNED NOT NULL, | | `curriculum_track_id` int(12) UNSIGNED NOT NULL, |
| `curriculum_track_name` varchar(60) NOT NULL, | | `curriculum_track_name` varchar(60) NOT NULL, |
| `curriculum_track_code` varchar(256) NOT NULL DEFAULT '', | | `curriculum_track_code` varchar(256) NOT NULL DEFAULT '', |
| `curriculum_track_description` text, | | `curriculum_track_description` text, |
| `curriculum_track_url` varchar(255) DEFAULT NULL, | | `curriculum_track_url` varchar(255) DEFAULT NULL, |
| `curriculum_track_order` int(1) NOT NULL DEFAULT '0', | | `curriculum_track_order` int(1) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `curriculum_lu_tracks` | | -- Dumping data for table `curriculum_lu_tracks` |
| -- | | -- |
| | | |
| INSERT INTO `curriculum_lu_tracks` (`curriculum_track_id`, `curriculum_track_name`, `curriculum_track_code`, `curriculum_track_description`, `curriculum_track_url`, `curriculum_track_order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `curriculum_lu_tracks` (`curriculum_track_id`, `curriculum_track_name`, `curriculum_track_code`, `curriculum_track_description`, `curriculum_track_url`, `curriculum_track_order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, '6557-track', '6557-track-code', '', '', 1, 1685381586, 1, NULL, NULL, NULL), | | (1, '6557-track', '6557-track-code', '', '', 1, 1685381586, 1, NULL, NULL, NULL), |
| (2, '6557-track-2', '6557-track-2-code', '', '', 2, 1685381586, 1, NULL, NULL, NULL), | | (2, '6557-track-2', '6557-track-2-code', '', '', 2, 1685381586, 1, NULL, NULL, NULL), |
| (3, 'org2-track', 'org2-track-code', '', '', 1, 1685381586, 1, NULL, NULL, NULL), | | (3, 'org2-track', 'org2-track-code', '', '', 1, 1685381586, 1, NULL, NULL, NULL), |
| (11, 'Deletable curriculum track for event', 'del-track-event', '', '', 1, 1685381586, 1, NULL, NULL, NULL), | | (11, 'Deletable curriculum track for event', 'del-track-event', '', '', 1, 1685381586, 1, NULL, NULL, NULL), |
| (12, 'Deletable curriculum track for draft', 'del-track-draft', '', '', 1, 1685381586, 1, NULL, NULL, NULL); | | (12, 'Deletable curriculum track for draft', 'del-track-draft', '', '', 1, 1685381586, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_lu_track_organisations` | | -- Table structure for table `curriculum_lu_track_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_lu_track_organisations` ( | | CREATE TABLE `curriculum_lu_track_organisations` ( |
| `curriculum_track_id` int(11) NOT NULL, | | `curriculum_track_id` int(11) NOT NULL, |
| `organisation_id` int(11) NOT NULL | | `organisation_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `curriculum_lu_track_organisations` | | -- Dumping data for table `curriculum_lu_track_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `curriculum_lu_track_organisations` (`curriculum_track_id`, `organisation_id`) VALUES | | INSERT INTO `curriculum_lu_track_organisations` (`curriculum_track_id`, `organisation_id`) VALUES |
| (1, 1), | | (1, 1), |
| (2, 1), | | (2, 1), |
| (3, 2), | | (3, 2), |
| (11, 1), | | (11, 1), |
| (12, 1); | | (12, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_lu_types` | | -- Table structure for table `curriculum_lu_types` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_lu_types` ( | | CREATE TABLE `curriculum_lu_types` ( |
| `curriculum_type_id` int(12) UNSIGNED NOT NULL, | | `curriculum_type_id` int(12) UNSIGNED NOT NULL, |
| `parent_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `parent_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `curriculum_type_name` varchar(60) NOT NULL, | | `curriculum_type_name` varchar(60) NOT NULL, |
| `curriculum_type_description` text, | | `curriculum_type_description` text, |
| `curriculum_type_order` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `curriculum_type_order` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `curriculum_type_active` int(1) UNSIGNED NOT NULL DEFAULT '1', | | `curriculum_type_active` int(1) UNSIGNED NOT NULL DEFAULT '1', |
| `curriculum_level_id` int(12) DEFAULT NULL, | | `curriculum_level_id` int(12) DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED NOT NULL, | | `updated_date` bigint(64) UNSIGNED NOT NULL, |
| `updated_by` int(12) UNSIGNED NOT NULL | | `updated_by` int(12) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `curriculum_lu_types` | | -- Dumping data for table `curriculum_lu_types` |
| -- | | -- |
| | | |
| INSERT INTO `curriculum_lu_types` (`curriculum_type_id`, `parent_id`, `curriculum_type_name`, `curriculum_type_description`, `curriculum_type_order`, `curriculum_type_active`, `curriculum_level_id`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `curriculum_lu_types` (`curriculum_type_id`, `parent_id`, `curriculum_type_name`, `curriculum_type_description`, `curriculum_type_order`, `curriculum_type_active`, `curriculum_level_id`, `updated_date`, `updated_by`) VALUES |
| (1, 0, 'Term 1', NULL, 0, 1, NULL, 1250538588, 1), | | (1, 0, 'Term 1', NULL, 0, 1, NULL, 1250538588, 1), |
| (2, 0, 'Term 2', NULL, 1, 1, NULL, 1250538588, 1), | | (2, 0, 'Term 2', NULL, 1, 1, NULL, 1250538588, 1), |
| (3, 0, 'Term 3', NULL, 2, 1, NULL, 1250538588, 1), | | (3, 0, 'Term 3', NULL, 2, 1, NULL, 1250538588, 1), |
| (4, 0, 'Term 4', NULL, 3, 1, NULL, 1250538588, 1), | | (4, 0, 'Term 4', NULL, 3, 1, NULL, 1250538588, 1), |
| (5, 0, 'Term 5', NULL, 4, 1, NULL, 1250538588, 1), | | (5, 0, 'Term 5', NULL, 4, 1, NULL, 1250538588, 1), |
| (6, 0, 'Term 6', NULL, 5, 1, NULL, 1250538588, 1), | | (6, 0, 'Term 6', NULL, 5, 1, NULL, 1250538588, 1), |
| (7, 0, 'Term 7', NULL, 6, 1, NULL, 1250538588, 1), | | (7, 0, 'Term 7', NULL, 6, 1, NULL, 1250538588, 1), |
| (8, 0, 'Term 8', NULL, 7, 1, NULL, 1250538588, 1), | | (8, 0, 'Term 8', NULL, 7, 1, NULL, 1250538588, 1), |
| (9, 0, 'Test Curriculum 2', NULL, 8, 1, 3, 1685381586, 1), | | (9, 0, 'Test Curriculum 2', NULL, 8, 1, 3, 1685381586, 1), |
| n | (10, 0, 'Clerkship Year 3', '', 1, 1, 0, 1685381586, 1), | n | (10, 0, 'Clerkship Year 3', '', 1, 1, 0, 1685387533, 1), |
| (11, 0, 'Postgraduate', NULL, 1, 1, 3, 1685381586, 1), | | (11, 0, 'Postgraduate', NULL, 1, 1, 3, 1685381586, 1), |
| (12, 0, 'Phase 1', NULL, 1, 1, 3, 1685381586, 1), | | (12, 0, 'Phase 1', NULL, 1, 1, 3, 1685381586, 1), |
| (13, 0, 'Phase 2', NULL, 1, 1, 3, 1685381586, 1), | | (13, 0, 'Phase 2', NULL, 1, 1, 3, 1685381586, 1), |
| (14, 0, 'Phase 3', NULL, 1, 1, 3, 1685381586, 1), | | (14, 0, 'Phase 3', NULL, 1, 1, 3, 1685381586, 1), |
| (15, 0, 'Simple term', NULL, 1, 1, 0, 1685381586, 1); | | (15, 0, 'Simple term', NULL, 1, 1, 0, 1685381586, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_map_versions` | | -- Table structure for table `curriculum_map_versions` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_map_versions` ( | | CREATE TABLE `curriculum_map_versions` ( |
| `version_id` int(11) UNSIGNED NOT NULL, | | `version_id` int(11) UNSIGNED NOT NULL, |
| `title` varchar(255) NOT NULL DEFAULT '', | | `title` varchar(255) NOT NULL DEFAULT '', |
| `description` text, | | `description` text, |
| `status` enum('draft','published') NOT NULL DEFAULT 'draft', | | `status` enum('draft','published') NOT NULL DEFAULT 'draft', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_map_version_organisations` | | -- Table structure for table `curriculum_map_version_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_map_version_organisations` ( | | CREATE TABLE `curriculum_map_version_organisations` ( |
| `version_id` int(11) UNSIGNED NOT NULL, | | `version_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) NOT NULL | | `organisation_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_map_version_periods` | | -- Table structure for table `curriculum_map_version_periods` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_map_version_periods` ( | | CREATE TABLE `curriculum_map_version_periods` ( |
| `version_id` int(11) UNSIGNED NOT NULL, | | `version_id` int(11) UNSIGNED NOT NULL, |
| `cperiod_id` int(11) NOT NULL | | `cperiod_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_periods` | | -- Table structure for table `curriculum_periods` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_periods` ( | | CREATE TABLE `curriculum_periods` ( |
| `cperiod_id` int(11) NOT NULL, | | `cperiod_id` int(11) NOT NULL, |
| `curriculum_type_id` int(11) NOT NULL, | | `curriculum_type_id` int(11) NOT NULL, |
| `curriculum_period_title` varchar(200) DEFAULT '', | | `curriculum_period_title` varchar(200) DEFAULT '', |
| `start_date` bigint(64) NOT NULL, | | `start_date` bigint(64) NOT NULL, |
| `finish_date` bigint(64) NOT NULL, | | `finish_date` bigint(64) NOT NULL, |
| `active` int(1) NOT NULL DEFAULT '1' | | `active` int(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `curriculum_periods` | | -- Dumping data for table `curriculum_periods` |
| -- | | -- |
| | | |
| INSERT INTO `curriculum_periods` (`cperiod_id`, `curriculum_type_id`, `curriculum_period_title`, `start_date`, `finish_date`, `active`) VALUES | | INSERT INTO `curriculum_periods` (`cperiod_id`, `curriculum_type_id`, `curriculum_period_title`, `start_date`, `finish_date`, `active`) VALUES |
| (1, 1, 'Test Period 1', 1685381586, 1716939186, 1), | | (1, 1, 'Test Period 1', 1685381586, 1716939186, 1), |
| (2, 9, '1 Year Curriculum', 1685381586, 1716939186, 1), | | (2, 9, '1 Year Curriculum', 1685381586, 1716939186, 1), |
| n | (3, 10, 'Clerkship 2023', 1685381586, 1685986386, 1), | n | (3, 10, 'CBE deepdive', 1682913600, 1701665999, 1), |
| (4, 1, '1 week curriculum', 1684171986, 1684776786, 1), | | (4, 1, '1 week curriculum', 1684171986, 1684776786, 1), |
| (5, 1, 'No Grades Repeat Curriculum', 1685381586, 1685986386, 1), | | (5, 1, 'No Grades Repeat Curriculum', 1685381586, 1685986386, 1), |
| (6, 1, 'Individually added student period id', 1685208786, 1685554386, 1), | | (6, 1, 'Individually added student period id', 1685208786, 1685554386, 1), |
| (7, 2, 'AAMC CP1', 1682789586, 1685986386, 1), | | (7, 2, 'AAMC CP1', 1682789586, 1685986386, 1), |
| (8, 2, 'AAMC CP2', 1669746786, 1685554386, 1), | | (8, 2, 'AAMC CP2', 1669746786, 1685554386, 1), |
| (9, 2, 'AAMC CP3', 1685208786, 1716939186, 1), | | (9, 2, 'AAMC CP3', 1685208786, 1716939186, 1), |
| (10, 3, 'AAMC CP4', 1684776786, 1686591186, 1), | | (10, 3, 'AAMC CP4', 1684776786, 1686591186, 1), |
| (11, 3, 'AAMC CP5', 1669746786, 1687973586, 1), | | (11, 3, 'AAMC CP5', 1669746786, 1687973586, 1), |
| (12, 9, 'AAMC CP6', 1685208786, 1716939186, 1), | | (12, 9, 'AAMC CP6', 1685208786, 1716939186, 1), |
| (13, 3, 'AAMC CP7', 1677695586, 1732037586, 1), | | (13, 3, 'AAMC CP7', 1677695586, 1732037586, 1), |
| (14, 3, 'AAMC CP8', 1682789586, 1685554386, 1), | | (14, 3, 'AAMC CP8', 1682789586, 1685554386, 1), |
| (15, 4, 'AAMC CP9', 1684776786, 1716939186, 1), | | (15, 4, 'AAMC CP9', 1684776786, 1716939186, 1), |
| (16, 4, 'AAMC CP10', 1669746786, 1685986386, 1), | | (16, 4, 'AAMC CP10', 1669746786, 1685986386, 1), |
| (17, 4, 'AAMC CP11', 1685208786, 1687973586, 1), | | (17, 4, 'AAMC CP11', 1685208786, 1687973586, 1), |
| (18, 11, 'AAMC CP12', 1669746786, 1688405586, 1), | | (18, 11, 'AAMC CP12', 1669746786, 1688405586, 1), |
| (19, 5, 'AAMC CP13', 1684776786, 1687195986, 1), | | (19, 5, 'AAMC CP13', 1684776786, 1687195986, 1), |
| (20, 5, 'AAMC CP14', 1669746786, 1693157586, 1), | | (20, 5, 'AAMC CP14', 1669746786, 1693157586, 1), |
| (21, 5, 'AAMC CP15', 1685208786, 1685727186, 1), | | (21, 5, 'AAMC CP15', 1685208786, 1685727186, 1), |
| (22, 6, 'AAMC CP16', 1684776786, 1732037586, 1), | | (22, 6, 'AAMC CP16', 1684776786, 1732037586, 1), |
| (23, 6, 'AAMC CP17', 1669746786, 1691429586, 1), | | (23, 6, 'AAMC CP17', 1669746786, 1691429586, 1), |
| (24, 6, 'AAMC CP18', 1669746786, 1687109586, 1), | | (24, 6, 'AAMC CP18', 1669746786, 1687109586, 1), |
| (25, 7, 'AAMC CP19', 1685208786, 1716939186, 1), | | (25, 7, 'AAMC CP19', 1685208786, 1716939186, 1), |
| (26, 7, 'AAMC CP20', 1684776786, 1700933586, 1), | | (26, 7, 'AAMC CP20', 1684776786, 1700933586, 1), |
| (27, 7, 'AAMC CP21', 1669746786, 1689269586, 1), | | (27, 7, 'AAMC CP21', 1669746786, 1689269586, 1), |
| (28, 8, 'AAMC CP22', 1685381586, 1716939186, 1), | | (28, 8, 'AAMC CP22', 1685381586, 1716939186, 1), |
| (29, 8, 'AAMC CP23', 1685208786, 1716939186, 1), | | (29, 8, 'AAMC CP23', 1685208786, 1716939186, 1), |
| (30, 8, 'AAMC CP24', 1684776786, 1732037586, 1), | | (30, 8, 'AAMC CP24', 1684776786, 1732037586, 1), |
| (31, 8, 'AAMC CP25', 1669746786, 1693157586, 1), | | (31, 8, 'AAMC CP25', 1669746786, 1693157586, 1), |
| (32, 11, 'CBE TEST PERIOD', 1685381586, 1716939186, 1), | | (32, 11, 'CBE TEST PERIOD', 1685381586, 1716939186, 1), |
| n | (33, 10, 'Lottery 2022', 1685381586, 1690565586, 1), | n | (33, 10, 'Lottery 2022', 1685332800, 1690603199, 1), |
| (34, 15, 'SIMPLE PERIOD', 1685208786, 1687973586, 1); | | (34, 15, 'SIMPLE PERIOD', 1685208786, 1687973586, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_relationships` | | -- Table structure for table `curriculum_relationships` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_relationships` ( | | CREATE TABLE `curriculum_relationships` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `framework_id` int(11) DEFAULT NULL, | | `framework_id` int(11) DEFAULT NULL, |
| `objective_set_id` int(11) NOT NULL, | | `objective_set_id` int(11) NOT NULL, |
| `relationship_type_id` int(11) NOT NULL, | | `relationship_type_id` int(11) NOT NULL, |
| `related_objective_set_id` int(11) NOT NULL, | | `related_objective_set_id` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `curriculum_relationships` | | -- Dumping data for table `curriculum_relationships` |
| -- | | -- |
| | | |
| INSERT INTO `curriculum_relationships` (`id`, `framework_id`, `objective_set_id`, `relationship_type_id`, `related_objective_set_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `curriculum_relationships` (`id`, `framework_id`, `objective_set_id`, `relationship_type_id`, `related_objective_set_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 19, 1, 20, 1685381586, 1, 1685381586, 1, NULL), | | (1, 1, 19, 1, 20, 1685381586, 1, 1685381586, 1, NULL), |
| (2, 1, 20, 1, 21, 1685381586, 1, 1685381586, 1, NULL), | | (2, 1, 20, 1, 21, 1685381586, 1, 1685381586, 1, NULL), |
| (3, 2, 24, 1, 25, 1685381586, 1, 1685381586, 1, NULL), | | (3, 2, 24, 1, 25, 1685381586, 1, 1685381586, 1, NULL), |
| (4, 2, 23, 1, 24, 1685381586, 1, 1685381586, 1, NULL), | | (4, 2, 23, 1, 24, 1685381586, 1, 1685381586, 1, NULL), |
| (5, 2, 27, 1, 22, 1685381586, 1, 1685381586, 1, NULL), | | (5, 2, 27, 1, 22, 1685381586, 1, 1685381586, 1, NULL), |
| (6, 2, 22, 1, 26, 1685381586, 1, 1685381586, 1, NULL), | | (6, 2, 22, 1, 26, 1685381586, 1, 1685381586, 1, NULL), |
| n | (7, 2, 26, 1, 23, 1685381586, 1, 1685381586, 1, NULL); | n | (7, 2, 26, 1, 23, 1685381586, 1, 1685381586, 1, NULL), |
| | | (8, 3, 31, 1, 32, 1685387794, 1, 1685387794, 1, NULL), |
| | | (9, 3, 32, 1, 33, 1685387827, 1, 1685387827, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `curriculum_type_organisation` | | -- Table structure for table `curriculum_type_organisation` |
| -- | | -- |
| | | |
| CREATE TABLE `curriculum_type_organisation` ( | | CREATE TABLE `curriculum_type_organisation` ( |
| `curriculum_type_id` int(11) NOT NULL, | | `curriculum_type_id` int(11) NOT NULL, |
| `organisation_id` int(11) NOT NULL | | `organisation_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `curriculum_type_organisation` | | -- Dumping data for table `curriculum_type_organisation` |
| -- | | -- |
| | | |
| INSERT INTO `curriculum_type_organisation` (`curriculum_type_id`, `organisation_id`) VALUES | | INSERT INTO `curriculum_type_organisation` (`curriculum_type_id`, `organisation_id`) VALUES |
| (1, 1), | | (1, 1), |
| (2, 1), | | (2, 1), |
| (3, 1), | | (3, 1), |
| (4, 1), | | (4, 1), |
| (5, 1), | | (5, 1), |
| (6, 1), | | (6, 1), |
| (7, 1), | | (7, 1), |
| (8, 1), | | (8, 1), |
| (9, 1), | | (9, 1), |
| (10, 1), | | (10, 1), |
| (11, 2), | | (11, 2), |
| (15, 1); | | (15, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `custom_forms` | | -- Table structure for table `custom_forms` |
| -- | | -- |
| | | |
| CREATE TABLE `custom_forms` ( | | CREATE TABLE `custom_forms` ( |
| `custom_form_id` int(11) UNSIGNED NOT NULL, | | `custom_form_id` int(11) UNSIGNED NOT NULL, |
| `title` varchar(255) NOT NULL, | | `title` varchar(255) NOT NULL, |
| `description` text, | | `description` text, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `custom_form_entities` | | -- Table structure for table `custom_form_entities` |
| -- | | -- |
| | | |
| CREATE TABLE `custom_form_entities` ( | | CREATE TABLE `custom_form_entities` ( |
| `custom_form_entity_id` int(11) UNSIGNED NOT NULL, | | `custom_form_entity_id` int(11) UNSIGNED NOT NULL, |
| `custom_form_id` int(11) NOT NULL, | | `custom_form_id` int(11) NOT NULL, |
| `entity_type` varchar(128) NOT NULL, | | `entity_type` varchar(128) NOT NULL, |
| `entity_value` int(11) NOT NULL, | | `entity_value` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `custom_form_fields` | | -- Table structure for table `custom_form_fields` |
| -- | | -- |
| | | |
| CREATE TABLE `custom_form_fields` ( | | CREATE TABLE `custom_form_fields` ( |
| `custom_form_field_id` int(11) UNSIGNED NOT NULL, | | `custom_form_field_id` int(11) UNSIGNED NOT NULL, |
| `custom_form_id` int(11) NOT NULL, | | `custom_form_id` int(11) NOT NULL, |
| `form_field_type_id` varchar(128) NOT NULL, | | `form_field_type_id` varchar(128) NOT NULL, |
| `form_field_label` varchar(255) NOT NULL, | | `form_field_label` varchar(255) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `custom_form_field_values` | | -- Table structure for table `custom_form_field_values` |
| -- | | -- |
| | | |
| CREATE TABLE `custom_form_field_values` ( | | CREATE TABLE `custom_form_field_values` ( |
| `custom_form_field_value_id` int(11) UNSIGNED NOT NULL, | | `custom_form_field_value_id` int(11) UNSIGNED NOT NULL, |
| `custom_form_field_id` int(11) NOT NULL, | | `custom_form_field_id` int(11) NOT NULL, |
| `value` varchar(255) DEFAULT NULL, | | `value` varchar(255) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `custom_form_lu_field_types` | | -- Table structure for table `custom_form_lu_field_types` |
| -- | | -- |
| | | |
| CREATE TABLE `custom_form_lu_field_types` ( | | CREATE TABLE `custom_form_lu_field_types` ( |
| `custom_form_lu_field_type_id` int(11) UNSIGNED NOT NULL, | | `custom_form_lu_field_type_id` int(11) UNSIGNED NOT NULL, |
| `type` varchar(128) NOT NULL, | | `type` varchar(128) NOT NULL, |
| `title` varchar(128) NOT NULL, | | `title` varchar(128) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `custom_form_lu_field_types` | | -- Dumping data for table `custom_form_lu_field_types` |
| -- | | -- |
| | | |
| INSERT INTO `custom_form_lu_field_types` (`custom_form_lu_field_type_id`, `type`, `title`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `custom_form_lu_field_types` (`custom_form_lu_field_type_id`, `type`, `title`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'text', 'Text Field', 0, 0, 0, 0, NULL), | | (1, 'text', 'Text Field', 0, 0, 0, 0, NULL), |
| (2, 'date', 'Date Field', 0, 0, 0, 0, NULL); | | (2, 'date', 'Date Field', 0, 0, 0, 0, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `custom_form_lu_field_type_organisations` | | -- Table structure for table `custom_form_lu_field_type_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `custom_form_lu_field_type_organisations` ( | | CREATE TABLE `custom_form_lu_field_type_organisations` ( |
| `custom_form_lu_field_type_organisation_id` int(11) UNSIGNED NOT NULL, | | `custom_form_lu_field_type_organisation_id` int(11) UNSIGNED NOT NULL, |
| `custom_form_lu_field_type_id` int(11) NOT NULL, | | `custom_form_lu_field_type_id` int(11) NOT NULL, |
| `organisation_id` int(12) DEFAULT NULL | | `organisation_id` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `custom_form_lu_field_type_organisations` | | -- Dumping data for table `custom_form_lu_field_type_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `custom_form_lu_field_type_organisations` (`custom_form_lu_field_type_organisation_id`, `custom_form_lu_field_type_id`, `organisation_id`) VALUES | | INSERT INTO `custom_form_lu_field_type_organisations` (`custom_form_lu_field_type_organisation_id`, `custom_form_lu_field_type_id`, `organisation_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 2, 1); | | (2, 2, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `custom_form_organisations` | | -- Table structure for table `custom_form_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `custom_form_organisations` ( | | CREATE TABLE `custom_form_organisations` ( |
| `custom_form_organisation_id` int(11) UNSIGNED NOT NULL, | | `custom_form_organisation_id` int(11) UNSIGNED NOT NULL, |
| `custom_form_id` int(11) NOT NULL | | `custom_form_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `disclaimers` | | -- Table structure for table `disclaimers` |
| -- | | -- |
| | | |
| CREATE TABLE `disclaimers` ( | | CREATE TABLE `disclaimers` ( |
| `disclaimer_id` int(11) NOT NULL, | | `disclaimer_id` int(11) NOT NULL, |
| `disclaimer_title` varchar(255) NOT NULL DEFAULT '', | | `disclaimer_title` varchar(255) NOT NULL DEFAULT '', |
| `disclaimer_issue_date` bigint(64) DEFAULT NULL, | | `disclaimer_issue_date` bigint(64) DEFAULT NULL, |
| `disclaimer_expire_date` bigint(64) DEFAULT NULL, | | `disclaimer_expire_date` bigint(64) DEFAULT NULL, |
| `disclaimer_text` text NOT NULL, | | `disclaimer_text` text NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `upon_decline` enum('continue','log_out','deny_access') DEFAULT NULL, | | `upon_decline` enum('continue','log_out','deny_access') DEFAULT NULL, |
| `trigger_type` enum('page_load','course','community','distribution') NOT NULL DEFAULT 'page_load', | | `trigger_type` enum('page_load','course','community','distribution') NOT NULL DEFAULT 'page_load', |
| `email_admin` tinyint(1) NOT NULL DEFAULT '0', | | `email_admin` tinyint(1) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(11) DEFAULT NULL | | `deleted_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `disclaimer_audience` | | -- Table structure for table `disclaimer_audience` |
| -- | | -- |
| | | |
| CREATE TABLE `disclaimer_audience` ( | | CREATE TABLE `disclaimer_audience` ( |
| `disclaimer_audience_id` int(11) NOT NULL, | | `disclaimer_audience_id` int(11) NOT NULL, |
| `disclaimer_id` int(11) NOT NULL, | | `disclaimer_id` int(11) NOT NULL, |
| `disclaimer_audience_type` enum('proxy_id','grad_year','cohort','group_id','course_id','cgroup_id','role_id','coursecontact','distribution') NOT NULL DEFAULT 'cohort', | | `disclaimer_audience_type` enum('proxy_id','grad_year','cohort','group_id','course_id','cgroup_id','role_id','coursecontact','distribution') NOT NULL DEFAULT 'cohort', |
| `disclaimer_audience_value` varchar(16) NOT NULL, | | `disclaimer_audience_value` varchar(16) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `disclaimer_audience_users` | | -- Table structure for table `disclaimer_audience_users` |
| -- | | -- |
| | | |
| CREATE TABLE `disclaimer_audience_users` ( | | CREATE TABLE `disclaimer_audience_users` ( |
| `disclaimer_audience_users_id` int(11) NOT NULL, | | `disclaimer_audience_users_id` int(11) NOT NULL, |
| `disclaimer_id` int(11) NOT NULL, | | `disclaimer_id` int(11) NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `approved` tinyint(1) NOT NULL DEFAULT '0', | | `approved` tinyint(1) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `disclaimer_trigger` | | -- Table structure for table `disclaimer_trigger` |
| -- | | -- |
| | | |
| CREATE TABLE `disclaimer_trigger` ( | | CREATE TABLE `disclaimer_trigger` ( |
| `disclaimer_trigger_id` int(11) NOT NULL, | | `disclaimer_trigger_id` int(11) NOT NULL, |
| `disclaimer_id` int(11) NOT NULL, | | `disclaimer_id` int(11) NOT NULL, |
| `disclaimer_trigger_type` enum('course','community','distribution') NOT NULL, | | `disclaimer_trigger_type` enum('course','community','distribution') NOT NULL, |
| `disclaimer_trigger_value` varchar(16) NOT NULL, | | `disclaimer_trigger_value` varchar(16) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `domains_blacklist` | | -- Table structure for table `domains_blacklist` |
| -- | | -- |
| | | |
| CREATE TABLE `domains_blacklist` ( | | CREATE TABLE `domains_blacklist` ( |
| `dblacklist_id` int(10) UNSIGNED NOT NULL, | | `dblacklist_id` int(10) UNSIGNED NOT NULL, |
| `domain_name` varchar(100) NOT NULL, | | `domain_name` varchar(100) NOT NULL, |
| `organisation_id` int(10) UNSIGNED DEFAULT NULL, | | `organisation_id` int(10) UNSIGNED DEFAULT NULL, |
| `is_active` tinyint(4) NOT NULL DEFAULT '1', | | `is_active` tinyint(4) NOT NULL DEFAULT '1', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(10) UNSIGNED NOT NULL, | | `updated_by` int(10) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(11) DEFAULT NULL | | `deleted_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `domains_blacklist` | | -- Dumping data for table `domains_blacklist` |
| -- | | -- |
| | | |
| INSERT INTO `domains_blacklist` (`dblacklist_id`, `domain_name`, `organisation_id`, `is_active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `domains_blacklist` (`dblacklist_id`, `domain_name`, `organisation_id`, `is_active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 'google1.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), | | (1, 'google1.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), |
| (2, 'yahoo1.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), | | (2, 'yahoo1.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), |
| (3, 'rocket.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), | | (3, 'rocket.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), |
| (4, 'rocket1.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), | | (4, 'rocket1.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), |
| (5, 'rocket2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), | | (5, 'rocket2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), |
| (6, 'rocket3.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), | | (6, 'rocket3.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), |
| (7, 'rocket4.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), | | (7, 'rocket4.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), |
| (8, 'gmail3.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), | | (8, 'gmail3.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), |
| (9, 'google2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), | | (9, 'google2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), |
| (10, 'zoom2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), | | (10, 'zoom2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), |
| (11, 'zdeletable.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), | | (11, 'zdeletable.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), |
| (12, 'test2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), | | (12, 'test2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), |
| (13, 'test3.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), | | (13, 'test3.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), |
| (14, 'zbulkdelete1.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), | | (14, 'zbulkdelete1.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL), |
| (15, 'zbulkdelete2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL); | | (15, 'zbulkdelete2.com', NULL, 1, 1685381586, 1, 0, 0, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `drafts` | | -- Table structure for table `drafts` |
| -- | | -- |
| | | |
| CREATE TABLE `drafts` ( | | CREATE TABLE `drafts` ( |
| `draft_id` int(11) UNSIGNED NOT NULL, | | `draft_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(12) DEFAULT NULL, | | `organisation_id` int(12) DEFAULT NULL, |
| `status` text, | | `status` text, |
| `name` text, | | `name` text, |
| `description` text, | | `description` text, |
| `created` int(11) DEFAULT NULL, | | `created` int(11) DEFAULT NULL, |
| `preserve_elements` binary(4) DEFAULT NULL, | | `preserve_elements` binary(4) DEFAULT NULL, |
| `copy_resources_as_draft` tinyint(1) NOT NULL DEFAULT '0' | | `copy_resources_as_draft` tinyint(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `drafts` | | -- Dumping data for table `drafts` |
| -- | | -- |
| | | |
| INSERT INTO `drafts` (`draft_id`, `organisation_id`, `status`, `name`, `description`, `created`, `preserve_elements`, `copy_resources_as_draft`) VALUES | | INSERT INTO `drafts` (`draft_id`, `organisation_id`, `status`, `name`, `description`, `created`, `preserve_elements`, `copy_resources_as_draft`) VALUES |
| (1, 1, 'approved', 'Test Draft 1 - OPS-698', '', 1685381586, NULL, 0), | | (1, 1, 'approved', 'Test Draft 1 - OPS-698', '', 1685381586, NULL, 0), |
| (2, 1, 'open', 'Test Draft 2 - Open', '', 1685381586, NULL, 0), | | (2, 1, 'open', 'Test Draft 2 - Open', '', 1685381586, NULL, 0), |
| (3, 1, 'open', 'Test Draft Schedule - with curriculum period', '', 1685381586, NULL, 1), | | (3, 1, 'open', 'Test Draft Schedule - with curriculum period', '', 1685381586, NULL, 1), |
| (4, 1, 'approved', 'Test Draft 4 - Draft Tracks Copied to Events', 'This draft schedule is for testing that a curriculum track is copied over to its respective event', 1685381586, NULL, 1), | | (4, 1, 'approved', 'Test Draft 4 - Draft Tracks Copied to Events', 'This draft schedule is for testing that a curriculum track is copied over to its respective event', 1685381586, NULL, 1), |
| (5, 1, 'approved', 'Draft For Testing Online Learning Module Rollover', '', 1685381586, NULL, 0), | | (5, 1, 'approved', 'Draft For Testing Online Learning Module Rollover', '', 1685381586, NULL, 0), |
| (6, 1, 'open', 'Draft with curriculum tracks', '', 1685381586, NULL, 0); | | (6, 1, 'open', 'Draft with curriculum tracks', '', 1685381586, NULL, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `draft_audience` | | -- Table structure for table `draft_audience` |
| -- | | -- |
| | | |
| CREATE TABLE `draft_audience` ( | | CREATE TABLE `draft_audience` ( |
| `daudience_id` int(12) NOT NULL, | | `daudience_id` int(12) NOT NULL, |
| `eaudience_id` int(12) NOT NULL, | | `eaudience_id` int(12) NOT NULL, |
| `devent_id` int(12) NOT NULL DEFAULT '0', | | `devent_id` int(12) NOT NULL DEFAULT '0', |
| `event_id` int(12) NOT NULL DEFAULT '0', | | `event_id` int(12) NOT NULL DEFAULT '0', |
| `audience_type` enum('proxy_id','grad_year','cohort','organisation_id','group_id','course_id') NOT NULL, | | `audience_type` enum('proxy_id','grad_year','cohort','organisation_id','group_id','course_id') NOT NULL, |
| `audience_value` varchar(16) NOT NULL, | | `audience_value` varchar(16) NOT NULL, |
| `custom_time` int(1) DEFAULT '0', | | `custom_time` int(1) DEFAULT '0', |
| `custom_time_start` bigint(64) DEFAULT '0', | | `custom_time_start` bigint(64) DEFAULT '0', |
| `custom_time_end` bigint(64) DEFAULT '0', | | `custom_time_end` bigint(64) DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `draft_audience` | | -- Dumping data for table `draft_audience` |
| -- | | -- |
| | | |
| INSERT INTO `draft_audience` (`daudience_id`, `eaudience_id`, `devent_id`, `event_id`, `audience_type`, `audience_value`, `custom_time`, `custom_time_start`, `custom_time_end`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `draft_audience` (`daudience_id`, `eaudience_id`, `devent_id`, `event_id`, `audience_type`, `audience_value`, `custom_time`, `custom_time_start`, `custom_time_end`, `updated_date`, `updated_by`) VALUES |
| (1, 6, 1, 4, 'course_id', '1', 0, 0, 0, 1685381586, 1), | | (1, 6, 1, 4, 'course_id', '1', 0, 0, 0, 1685381586, 1), |
| (2, 6, 2, 4, 'course_id', '1', 0, 0, 0, 1685381586, 1), | | (2, 6, 2, 4, 'course_id', '1', 0, 0, 0, 1685381586, 1), |
| (3, 0, 5, 0, 'course_id', '1', 0, 0, 0, 1685381586, 1), | | (3, 0, 5, 0, 'course_id', '1', 0, 0, 0, 1685381586, 1), |
| (4, 0, 6, 0, 'course_id', '1', 0, 0, 0, 1685381586, 1), | | (4, 0, 6, 0, 'course_id', '1', 0, 0, 0, 1685381586, 1), |
| (5, 1, 7, 1, 'course_id', '1', 0, 0, 0, 1685381586, 1), | | (5, 1, 7, 1, 'course_id', '1', 0, 0, 0, 1685381586, 1), |
| (6, 6, 8, 4, 'course_id', '1', 0, 0, 0, 1685381586, 1); | | (6, 6, 8, 4, 'course_id', '1', 0, 0, 0, 1685381586, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `draft_contacts` | | -- Table structure for table `draft_contacts` |
| -- | | -- |
| | | |
| CREATE TABLE `draft_contacts` ( | | CREATE TABLE `draft_contacts` ( |
| `dcontact_id` int(12) NOT NULL, | | `dcontact_id` int(12) NOT NULL, |
| `econtact_id` int(12) DEFAULT NULL, | | `econtact_id` int(12) DEFAULT NULL, |
| `devent_id` int(12) NOT NULL DEFAULT '0', | | `devent_id` int(12) NOT NULL DEFAULT '0', |
| `event_id` int(12) NOT NULL DEFAULT '0', | | `event_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `contact_role` enum('teacher','tutor','ta','auditor') NOT NULL, | | `contact_role` enum('teacher','tutor','ta','auditor') NOT NULL, |
| `contact_order` int(6) NOT NULL DEFAULT '0', | | `contact_order` int(6) NOT NULL DEFAULT '0', |
| `teaching_minutes` int(3) DEFAULT '0', | | `teaching_minutes` int(3) DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `draft_contacts` | | -- Dumping data for table `draft_contacts` |
| -- | | -- |
| | | |
| INSERT INTO `draft_contacts` (`dcontact_id`, `econtact_id`, `devent_id`, `event_id`, `proxy_id`, `contact_role`, `contact_order`, `teaching_minutes`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `draft_contacts` (`dcontact_id`, `econtact_id`, `devent_id`, `event_id`, `proxy_id`, `contact_role`, `contact_order`, `teaching_minutes`, `updated_date`, `updated_by`) VALUES |
| (1, 2, 1, 4, 1, 'teacher', 0, 0, 1685381586, 1), | | (1, 2, 1, 4, 1, 'teacher', 0, 0, 1685381586, 1), |
| (2, 2, 2, 4, 1, 'teacher', 0, 0, 1685381586, 1); | | (2, 2, 2, 4, 1, 'teacher', 0, 0, 1685381586, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `draft_creators` | | -- Table structure for table `draft_creators` |
| -- | | -- |
| | | |
| CREATE TABLE `draft_creators` ( | | CREATE TABLE `draft_creators` ( |
| `create_id` int(11) UNSIGNED NOT NULL, | | `create_id` int(11) UNSIGNED NOT NULL, |
| `draft_id` int(11) NOT NULL, | | `draft_id` int(11) NOT NULL, |
| `proxy_id` int(11) NOT NULL | | `proxy_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `draft_creators` | | -- Dumping data for table `draft_creators` |
| -- | | -- |
| | | |
| INSERT INTO `draft_creators` (`create_id`, `draft_id`, `proxy_id`) VALUES | | INSERT INTO `draft_creators` (`create_id`, `draft_id`, `proxy_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 2, 1), | | (2, 2, 1), |
| (3, 3, 1), | | (3, 3, 1), |
| (4, 4, 1), | | (4, 4, 1), |
| (5, 5, 1), | | (5, 5, 1), |
| (6, 6, 1); | | (6, 6, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `draft_events` | | -- Table structure for table `draft_events` |
| -- | | -- |
| | | |
| CREATE TABLE `draft_events` ( | | CREATE TABLE `draft_events` ( |
| `devent_id` int(12) NOT NULL, | | `devent_id` int(12) NOT NULL, |
| `event_id` int(12) DEFAULT NULL, | | `event_id` int(12) DEFAULT NULL, |
| `draft_id` int(11) DEFAULT NULL, | | `draft_id` int(11) DEFAULT NULL, |
| `draft_parent_id` int(12) UNSIGNED DEFAULT NULL, | | `draft_parent_id` int(12) UNSIGNED DEFAULT NULL, |
| `parent_id` int(12) DEFAULT NULL, | | `parent_id` int(12) DEFAULT NULL, |
| `event_children` int(12) DEFAULT NULL, | | `event_children` int(12) DEFAULT NULL, |
| `recurring_id` int(12) DEFAULT '0', | | `recurring_id` int(12) DEFAULT '0', |
| `region_id` int(12) DEFAULT '0', | | `region_id` int(12) DEFAULT '0', |
| `course_id` int(12) NOT NULL DEFAULT '0', | | `course_id` int(12) NOT NULL DEFAULT '0', |
| `cperiod_id` int(12) DEFAULT NULL, | | `cperiod_id` int(12) DEFAULT NULL, |
| `cunit_id` int(11) UNSIGNED DEFAULT NULL, | | `cunit_id` int(11) UNSIGNED DEFAULT NULL, |
| `event_phase` varchar(12) DEFAULT NULL, | | `event_phase` varchar(12) DEFAULT NULL, |
| `event_title` varchar(255) NOT NULL, | | `event_title` varchar(255) NOT NULL, |
| `event_description` text, | | `event_description` text, |
| `include_parent_description` tinyint(1) NOT NULL DEFAULT '1', | | `include_parent_description` tinyint(1) NOT NULL DEFAULT '1', |
| `event_goals` text, | | `event_goals` text, |
| `event_objectives` text, | | `event_objectives` text, |
| `keywords_hidden` int(1) DEFAULT '0', | | `keywords_hidden` int(1) DEFAULT '0', |
| `keywords_release_date` bigint(64) DEFAULT '0', | | `keywords_release_date` bigint(64) DEFAULT '0', |
| `objectives_release_date` bigint(64) DEFAULT '0', | | `objectives_release_date` bigint(64) DEFAULT '0', |
| `event_message` text, | | `event_message` text, |
| `include_parent_message` tinyint(1) NOT NULL DEFAULT '1', | | `include_parent_message` tinyint(1) NOT NULL DEFAULT '1', |
| `is_tbl` tinyint(1) DEFAULT '0', | | `is_tbl` tinyint(1) DEFAULT '0', |
| `event_location` varchar(150) DEFAULT NULL, | | `event_location` varchar(150) DEFAULT NULL, |
| `room_id` int(11) UNSIGNED DEFAULT NULL, | | `room_id` int(11) UNSIGNED DEFAULT NULL, |
| `event_start` bigint(64) NOT NULL, | | `event_start` bigint(64) NOT NULL, |
| `event_finish` bigint(64) NOT NULL, | | `event_finish` bigint(64) NOT NULL, |
| `event_duration` int(64) NOT NULL, | | `event_duration` int(64) NOT NULL, |
| `custom_end_date` tinyint(1) DEFAULT '0', | | `custom_end_date` tinyint(1) DEFAULT '0', |
| `attendance_required` tinyint(1) NOT NULL DEFAULT '1', | | `attendance_required` tinyint(1) NOT NULL DEFAULT '1', |
| `location_attendance` tinyint(1) DEFAULT '0', | | `location_attendance` tinyint(1) DEFAULT '0', |
| `audience_visible` tinyint(1) NOT NULL DEFAULT '1', | | `audience_visible` tinyint(1) NOT NULL DEFAULT '1', |
| `release_date` bigint(64) NOT NULL, | | `release_date` bigint(64) NOT NULL, |
| `release_until` bigint(64) NOT NULL, | | `release_until` bigint(64) NOT NULL, |
| `event_color` varchar(20) DEFAULT NULL, | | `event_color` varchar(20) DEFAULT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `room_reservation_id` varchar(10) DEFAULT NULL | | `room_reservation_id` varchar(10) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `draft_events` | | -- Dumping data for table `draft_events` |
| -- | | -- |
| | | |
| INSERT INTO `draft_events` (`devent_id`, `event_id`, `draft_id`, `draft_parent_id`, `parent_id`, `event_children`, `recurring_id`, `region_id`, `course_id`, `cperiod_id`, `cunit_id`, `event_phase`, `event_title`, `event_description`, `include_parent_description`, `event_goals`, `event_objectives`, `keywords_hidden`, `keywords_release_date`, `objectives_release_date`, `event_message`, `include_parent_message`, `is_tbl`, `event_location`, `room_id`, `event_start`, `event_finish`, `event_duration`, `custom_end_date`, `attendance_required`, `location_attendance`, `audience_visible`, `release_date`, `release_until`, `event_color`, `updated_date`, `updated_by`, `room_reservation_id`) VALUES | | INSERT INTO `draft_events` (`devent_id`, `event_id`, `draft_id`, `draft_parent_id`, `parent_id`, `event_children`, `recurring_id`, `region_id`, `course_id`, `cperiod_id`, `cunit_id`, `event_phase`, `event_title`, `event_description`, `include_parent_description`, `event_goals`, `event_objectives`, `keywords_hidden`, `keywords_release_date`, `objectives_release_date`, `event_message`, `include_parent_message`, `is_tbl`, `event_location`, `room_id`, `event_start`, `event_finish`, `event_duration`, `custom_end_date`, `attendance_required`, `location_attendance`, `audience_visible`, `release_date`, `release_until`, `event_color`, `updated_date`, `updated_by`, `room_reservation_id`) VALUES |
| (1, 4, 1, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Test Event Created From Draft - OPS-698', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL), | | (1, 4, 1, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Test Event Created From Draft - OPS-698', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL), |
| (2, 4, 2, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Second Test Event', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL), | | (2, 4, 2, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Second Test Event', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL), |
| (3, 4, 2, NULL, NULL, NULL, 4, NULL, 1, NULL, NULL, NULL, 'Test Recurring Event Draft', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL), | | (3, 4, 2, NULL, NULL, NULL, 4, NULL, 1, NULL, NULL, NULL, 'Test Recurring Event Draft', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL), |
| (4, 4, 2, NULL, NULL, NULL, 4, NULL, 1, NULL, NULL, NULL, 'Second Test Recurring Event', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL), | | (4, 4, 2, NULL, NULL, NULL, 4, NULL, 1, NULL, NULL, NULL, 'Second Test Recurring Event', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL), |
| (5, NULL, 3, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Test 1', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 1685381586, 1685392386, 180, 1, 1, NULL, 1, 0, 0, NULL, 1685381586, 1, NULL), | | (5, NULL, 3, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Test 1', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 1685381586, 1685392386, 180, 1, 1, NULL, 1, 0, 0, NULL, 1685381586, 1, NULL), |
| (6, NULL, 3, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Test 2', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 1685381586, 1685392386, 180, 1, 1, NULL, 1, 0, 0, NULL, 1685381586, 1, NULL), | | (6, NULL, 3, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Test 2', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 1685381586, 1685392386, 180, 1, 1, NULL, 1, 0, 0, NULL, 1685381586, 1, NULL), |
| (7, 1, 4, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Test Draft Event - Curriculum Tracks Copied', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL), | | (7, 1, 4, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Test Draft Event - Curriculum Tracks Copied', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL), |
| (8, 4, 5, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'OPS-3670: Draft Event With Online Learning Module', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL), | | (8, 4, 5, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'OPS-3670: Draft Event With Online Learning Module', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, 1685381586, 1685986386, 60, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL), |
| (9, NULL, 6, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Draft with curriculum tracks', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, 1685381586, 1685392386, 180, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL); | | (9, NULL, 6, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Draft with curriculum tracks', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, 1685381586, 1685392386, 180, 0, 0, 0, 0, 0, 0, NULL, 1685381586, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `draft_eventtypes` | | -- Table structure for table `draft_eventtypes` |
| -- | | -- |
| | | |
| CREATE TABLE `draft_eventtypes` ( | | CREATE TABLE `draft_eventtypes` ( |
| `deventtype_id` int(12) UNSIGNED NOT NULL, | | `deventtype_id` int(12) UNSIGNED NOT NULL, |
| `eeventtype_id` int(12) DEFAULT NULL, | | `eeventtype_id` int(12) DEFAULT NULL, |
| `devent_id` int(12) NOT NULL, | | `devent_id` int(12) NOT NULL, |
| `event_id` int(12) DEFAULT NULL, | | `event_id` int(12) DEFAULT NULL, |
| `eventtype_id` int(12) NOT NULL, | | `eventtype_id` int(12) NOT NULL, |
| `duration` int(12) NOT NULL, | | `duration` int(12) NOT NULL, |
| `order` int(12) NOT NULL DEFAULT '0' | | `order` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `draft_eventtypes` | | -- Dumping data for table `draft_eventtypes` |
| -- | | -- |
| | | |
| INSERT INTO `draft_eventtypes` (`deventtype_id`, `eeventtype_id`, `devent_id`, `event_id`, `eventtype_id`, `duration`, `order`) VALUES | | INSERT INTO `draft_eventtypes` (`deventtype_id`, `eeventtype_id`, `devent_id`, `event_id`, `eventtype_id`, `duration`, `order`) VALUES |
| (1, 4, 1, 4, 3, 60, 0), | | (1, 4, 1, 4, 3, 60, 0), |
| (2, 4, 2, 4, 3, 30, 0), | | (2, 4, 2, 4, 3, 30, 0), |
| (3, 4, 3, 4, 3, 60, 0), | | (3, 4, 3, 4, 3, 60, 0), |
| (4, 4, 4, 4, 3, 60, 0), | | (4, 4, 4, 4, 3, 60, 0), |
| (5, NULL, 5, NULL, 1, 180, 0), | | (5, NULL, 5, NULL, 1, 180, 0), |
| (6, NULL, 1, NULL, 1, 180, 0), | | (6, NULL, 1, NULL, 1, 180, 0), |
| (7, 1, 7, 1, 1, 60, 0), | | (7, 1, 7, 1, 1, 60, 0), |
| (8, 4, 8, 1, 3, 60, 0); | | (8, 4, 8, 1, 3, 60, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `draft_event_curriculum_tracks` | | -- Table structure for table `draft_event_curriculum_tracks` |
| -- | | -- |
| | | |
| CREATE TABLE `draft_event_curriculum_tracks` ( | | CREATE TABLE `draft_event_curriculum_tracks` ( |
| `dectrack_id` int(12) UNSIGNED NOT NULL, | | `dectrack_id` int(12) UNSIGNED NOT NULL, |
| `devent_id` int(12) NOT NULL, | | `devent_id` int(12) NOT NULL, |
| `curriculum_track_id` int(12) UNSIGNED NOT NULL, | | `curriculum_track_id` int(12) UNSIGNED NOT NULL, |
| `active` tinyint(1) NOT NULL, | | `active` tinyint(1) NOT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `draft_event_curriculum_tracks` | | -- Dumping data for table `draft_event_curriculum_tracks` |
| -- | | -- |
| | | |
| INSERT INTO `draft_event_curriculum_tracks` (`dectrack_id`, `devent_id`, `curriculum_track_id`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `draft_event_curriculum_tracks` (`dectrack_id`, `devent_id`, `curriculum_track_id`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES |
| (1, 2, 1, 1, 2023, 1, NULL, NULL), | | (1, 2, 1, 1, 2023, 1, NULL, NULL), |
| (2, 2, 2, 1, 2023, 1, NULL, NULL), | | (2, 2, 2, 1, 2023, 1, NULL, NULL), |
| (3, 3, 1, 1, 2023, 1, NULL, NULL), | | (3, 3, 1, 1, 2023, 1, NULL, NULL), |
| (4, 4, 1, 1, 2023, 1, NULL, NULL), | | (4, 4, 1, 1, 2023, 1, NULL, NULL), |
| (5, 7, 1, 1, 1685381586, 1, NULL, NULL), | | (5, 7, 1, 1, 1685381586, 1, NULL, NULL), |
| (6, 9, 12, 1, 1685381586, 1, NULL, NULL); | | (6, 9, 12, 1, 1685381586, 1, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `draft_event_room_resources` | | -- Table structure for table `draft_event_room_resources` |
| -- | | -- |
| | | |
| CREATE TABLE `draft_event_room_resources` ( | | CREATE TABLE `draft_event_room_resources` ( |
| `draft_event_room_resources_id` int(12) UNSIGNED NOT NULL, | | `draft_event_room_resources_id` int(12) UNSIGNED NOT NULL, |
| `event_room_resources_id` int(12) UNSIGNED DEFAULT NULL, | | `event_room_resources_id` int(12) UNSIGNED DEFAULT NULL, |
| `devent_id` int(12) NOT NULL, | | `devent_id` int(12) NOT NULL, |
| `event_id` int(12) DEFAULT NULL, | | `event_id` int(12) DEFAULT NULL, |
| `resource_id` int(11) UNSIGNED NOT NULL | | `resource_id` int(11) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `draft_options` | | -- Table structure for table `draft_options` |
| -- | | -- |
| | | |
| CREATE TABLE `draft_options` ( | | CREATE TABLE `draft_options` ( |
| `doption_id` int(11) UNSIGNED NOT NULL, | | `doption_id` int(11) UNSIGNED NOT NULL, |
| `draft_id` int(11) NOT NULL, | | `draft_id` int(11) NOT NULL, |
| `option` varchar(255) NOT NULL DEFAULT '', | | `option` varchar(255) NOT NULL DEFAULT '', |
| `value` varchar(30) NOT NULL DEFAULT '' | | `value` varchar(30) NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `draft_options` | | -- Dumping data for table `draft_options` |
| -- | | -- |
| | | |
| INSERT INTO `draft_options` (`doption_id`, `draft_id`, `option`, `value`) VALUES | | INSERT INTO `draft_options` (`doption_id`, `draft_id`, `option`, `value`) VALUES |
| (1, 1, 'files', '1'), | | (1, 1, 'files', '1'), |
| (2, 1, 'links', '1'), | | (2, 1, 'links', '1'), |
| (3, 1, 'objectives', '1'), | | (3, 1, 'objectives', '1'), |
| (4, 1, 'keywords', '1'), | | (4, 1, 'keywords', '1'), |
| (5, 1, 'topics', '1'), | | (5, 1, 'topics', '1'), |
| (6, 1, 'quizzes', '1'), | | (6, 1, 'quizzes', '1'), |
| (7, 1, 'streaming', '1'), | | (7, 1, 'streaming', '1'), |
| (8, 1, 'medbiq', '1'), | | (8, 1, 'medbiq', '1'), |
| (9, 1, 'medbiqassessmentmethods', '1'), | | (9, 1, 'medbiqassessmentmethods', '1'), |
| (10, 2, 'files', '1'), | | (10, 2, 'files', '1'), |
| (11, 2, 'links', '1'), | | (11, 2, 'links', '1'), |
| (12, 2, 'objectives', '1'), | | (12, 2, 'objectives', '1'), |
| (13, 2, 'keywords', '1'), | | (13, 2, 'keywords', '1'), |
| (14, 2, 'topics', '1'), | | (14, 2, 'topics', '1'), |
| (15, 2, 'quizzes', '1'), | | (15, 2, 'quizzes', '1'), |
| (16, 2, 'streaming', '1'), | | (16, 2, 'streaming', '1'), |
| (17, 2, 'medbiq', '1'), | | (17, 2, 'medbiq', '1'), |
| (18, 2, 'medbiqassessmentmethods', '1'), | | (18, 2, 'medbiqassessmentmethods', '1'), |
| (19, 3, 'files', '1'), | | (19, 3, 'files', '1'), |
| (20, 3, 'links', '1'), | | (20, 3, 'links', '1'), |
| (21, 3, 'objectives', '1'), | | (21, 3, 'objectives', '1'), |
| (22, 3, 'keywords', '1'), | | (22, 3, 'keywords', '1'), |
| (23, 3, 'topics', '1'), | | (23, 3, 'topics', '1'), |
| (24, 3, 'streaming', '1'), | | (24, 3, 'streaming', '1'), |
| (25, 3, 'medbiq', '1'), | | (25, 3, 'medbiq', '1'), |
| (26, 3, 'medbiqassessmentmethods', '1'), | | (26, 3, 'medbiqassessmentmethods', '1'), |
| (27, 3, 'fileshidden', '1'), | | (27, 3, 'fileshidden', '1'), |
| (28, 5, 'links', '1'); | | (28, 5, 'links', '1'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `duty_hours_entries` | | -- Table structure for table `duty_hours_entries` |
| -- | | -- |
| | | |
| CREATE TABLE `duty_hours_entries` ( | | CREATE TABLE `duty_hours_entries` ( |
| `dhentry_id` int(12) UNSIGNED NOT NULL, | | `dhentry_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `encounter_date` int(12) NOT NULL, | | `encounter_date` int(12) NOT NULL, |
| `updated_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0', | | `updated_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0', |
| `rotation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `rotation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `llocation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `llocation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `lsite_id` int(11) NOT NULL DEFAULT '0', | | `lsite_id` int(11) NOT NULL DEFAULT '0', |
| `hours` float(4,2) NOT NULL, | | `hours` float(4,2) NOT NULL, |
| `hours_type` enum('on_call','on_duty','off_duty','absence') NOT NULL DEFAULT 'on_duty', | | `hours_type` enum('on_call','on_duty','off_duty','absence') NOT NULL DEFAULT 'on_duty', |
| `comments` text, | | `comments` text, |
| `entry_active` int(1) NOT NULL DEFAULT '1', | | `entry_active` int(1) NOT NULL DEFAULT '1', |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `cperiod_id` int(12) UNSIGNED NOT NULL | | `cperiod_id` int(12) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `email_aliases` | | -- Table structure for table `email_aliases` |
| -- | | -- |
| | | |
| CREATE TABLE `email_aliases` ( | | CREATE TABLE `email_aliases` ( |
| `ealiases_id` int(11) NOT NULL, | | `ealiases_id` int(11) NOT NULL, |
| `alias` varchar(150) COLLATE utf8_bin NOT NULL, | | `alias` varchar(150) COLLATE utf8_bin NOT NULL, |
| `is_active` tinyint(1) NOT NULL DEFAULT '1', | | `is_active` tinyint(1) NOT NULL DEFAULT '1', |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `updated_date` bigint(20) NOT NULL, | | `updated_date` bigint(20) NOT NULL, |
| `updated_by` int(10) UNSIGNED NOT NULL, | | `updated_by` int(10) UNSIGNED NOT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL, | | `deleted_date` bigint(20) DEFAULT NULL, |
| `deleted_by` int(10) UNSIGNED DEFAULT NULL | | `deleted_by` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; |
| | | |
| -- | | -- |
| -- Dumping data for table `email_aliases` | | -- Dumping data for table `email_aliases` |
| -- | | -- |
| | | |
| INSERT INTO `email_aliases` (`ealiases_id`, `alias`, `is_active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `email_aliases` (`ealiases_id`, `alias`, `is_active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 'engineering1@eletra.com', 1, 0, 0, 0, 0, NULL, NULL), | | (1, 'engineering1@eletra.com', 1, 0, 0, 0, 0, NULL, NULL), |
| (2, 'engineering2@eletra.com', 1, 0, 0, 0, 0, NULL, NULL), | | (2, 'engineering2@eletra.com', 1, 0, 0, 0, 0, NULL, NULL), |
| (3, 'engineering3@eletra.com', 1, 0, 0, 0, 0, NULL, NULL), | | (3, 'engineering3@eletra.com', 1, 0, 0, 0, 0, NULL, NULL), |
| (4, 'engineering4@eletra.com', 1, 0, 0, 0, 0, NULL, NULL), | | (4, 'engineering4@eletra.com', 1, 0, 0, 0, 0, NULL, NULL), |
| (5, 'engineering5@eletra.com', 1, 0, 0, 0, 0, NULL, NULL), | | (5, 'engineering5@eletra.com', 1, 0, 0, 0, 0, NULL, NULL), |
| (6, 'engineering6@eletra.com', 1, 0, 0, 0, 0, NULL, NULL); | | (6, 'engineering6@eletra.com', 1, 0, 0, 0, 0, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `email_templates` | | -- Table structure for table `email_templates` |
| -- | | -- |
| | | |
| CREATE TABLE `email_templates` ( | | CREATE TABLE `email_templates` ( |
| `etemplate_id` int(12) UNSIGNED NOT NULL, | | `etemplate_id` int(12) UNSIGNED NOT NULL, |
| `template` varchar(32) NOT NULL, | | `template` varchar(32) NOT NULL, |
| `filename` varchar(255) NOT NULL, | | `filename` varchar(255) NOT NULL, |
| `module` varchar(128) NOT NULL, | | `module` varchar(128) NOT NULL, |
| `description` varchar(255) NOT NULL, | | `description` varchar(255) NOT NULL, |
| `variables` varchar(255) NOT NULL, | | `variables` varchar(255) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `email_templates` | | -- Dumping data for table `email_templates` |
| -- | | -- |
| | | |
| INSERT INTO `email_templates` (`etemplate_id`, `template`, `filename`, `module`, `description`, `variables`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `email_templates` (`etemplate_id`, `template`, `filename`, `module`, `description`, `variables`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'default', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), | | (1, 'default', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), |
| (2, 'default', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), | | (2, 'default', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), |
| (3, 'default', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), | | (3, 'default', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), |
| (4, 'default', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL), | | (4, 'default', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL), |
| (5, 'ttuhscep', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), | | (5, 'ttuhscep', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), |
| (6, 'ttuhscep', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), | | (6, 'ttuhscep', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), |
| (7, 'ttuhscep', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), | | (7, 'ttuhscep', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), |
| (8, 'ttuhscep', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL), | | (8, 'ttuhscep', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL), |
| (9, 'wcmq', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), | | (9, 'wcmq', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), |
| (10, 'wcmq', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), | | (10, 'wcmq', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), |
| (11, 'wcmq', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), | | (11, 'wcmq', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), |
| (12, 'wcmq', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL), | | (12, 'wcmq', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL), |
| (13, 'western-us', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), | | (13, 'western-us', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), |
| (14, 'western-us', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), | | (14, 'western-us', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), |
| (15, 'western-us', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), | | (15, 'western-us', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), |
| (16, 'western-us', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL), | | (16, 'western-us', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL), |
| (17, 'western-us-cop', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), | | (17, 'western-us-cop', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), |
| (18, 'western-us-cop', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), | | (18, 'western-us-cop', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), |
| (19, 'western-us-cop', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), | | (19, 'western-us-cop', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), |
| (20, 'western-us-cop', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL), | | (20, 'western-us-cop', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL), |
| (21, 'western-us-cvm', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), | | (21, 'western-us-cvm', 'geolocation-attendance-reminder.xml', 'Event Attendance', 'Geolocation Attendance Reminder Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME% %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), |
| (22, 'western-us-cvm', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), | | (22, 'western-us-cvm', 'notification-attendance-course-contact.xml', 'Event Attendance', 'Course Contact Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), |
| (23, 'western-us-cvm', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), | | (23, 'western-us-cvm', 'notification-attendance-course-contact-followup.xml', 'Event Attendance', 'Course Contact Followup Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%', 1685381581, 1, NULL, NULL, NULL), |
| (24, 'western-us-cvm', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL); | | (24, 'western-us-cvm', 'notification-attendance-learner.xml', 'Event Attendance', 'Learner Template', '%SYSTEM_NAME%, %EVENT_TITLE%, %TARGET_FIRSTNAME%, %TARGET_LASTNAME%, %URL%, %STATUS% ', 1685381581, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `email_template_organisations` | | -- Table structure for table `email_template_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `email_template_organisations` ( | | CREATE TABLE `email_template_organisations` ( |
| `etorganisation_id` int(12) UNSIGNED NOT NULL, | | `etorganisation_id` int(12) UNSIGNED NOT NULL, |
| `etemplate_id` int(12) UNSIGNED NOT NULL, | | `etemplate_id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(12) NOT NULL, | | `organisation_id` int(12) NOT NULL, |
| `organisation_template` text NOT NULL, | | `organisation_template` text NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `entity_mappings` | | -- Table structure for table `entity_mappings` |
| -- | | -- |
| | | |
| CREATE TABLE `entity_mappings` ( | | CREATE TABLE `entity_mappings` ( |
| `emappings_id` varchar(36) NOT NULL, | | `emappings_id` varchar(36) NOT NULL, |
| `proxy_id` int(10) UNSIGNED NOT NULL, | | `proxy_id` int(10) UNSIGNED NOT NULL, |
| `emtypes_id` int(11) NOT NULL | | `emtypes_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `entity_mappings` | | -- Dumping data for table `entity_mappings` |
| -- | | -- |
| | | |
| INSERT INTO `entity_mappings` (`emappings_id`, `proxy_id`, `emtypes_id`) VALUES | | INSERT INTO `entity_mappings` (`emappings_id`, `proxy_id`, `emtypes_id`) VALUES |
| ('0FC40D75-B541-8B8A-D5EE-449287A00F4A', 4, 1), | | ('0FC40D75-B541-8B8A-D5EE-449287A00F4A', 4, 1), |
| ('1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1), | | ('1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1), |
| ('303E82E5-437A-525C-8184-D95C513777A0', 3, 1), | | ('303E82E5-437A-525C-8184-D95C513777A0', 3, 1), |
| ('6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35', 8, 1), | | ('6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35', 8, 1), |
| ('73EE562F-972A-1D73-C296-575748A37392', 5, 1), | | ('73EE562F-972A-1D73-C296-575748A37392', 5, 1), |
| ('90CB4591-B3FE-6713-A9A4-640C8624BF65', 6, 1), | | ('90CB4591-B3FE-6713-A9A4-640C8624BF65', 6, 1), |
| ('9AB064C3-D941-3FA0-740C-2072920F49E1', 18, 1), | | ('9AB064C3-D941-3FA0-740C-2072920F49E1', 18, 1), |
| ('E2003BBA-7F3D-C634-48BC-DDA4174B4956', 7, 1), | | ('E2003BBA-7F3D-C634-48BC-DDA4174B4956', 7, 1), |
| ('E78E73E7-CE31-392A-3908-F16DBF67F7A5', 9, 1), | | ('E78E73E7-CE31-392A-3908-F16DBF67F7A5', 9, 1), |
| ('F3911359-657D-BC07-5B2E-AC038361D667', 19, 1), | | ('F3911359-657D-BC07-5B2E-AC038361D667', 19, 1), |
| ('F7F4C09F-4344-5549-53A8-C9196A3CC222', 2, 1), | | ('F7F4C09F-4344-5549-53A8-C9196A3CC222', 2, 1), |
| ('FDF35082-5D9E-A9B0-1DB4-A7C361C3ED5D', 10, 1), | | ('FDF35082-5D9E-A9B0-1DB4-A7C361C3ED5D', 10, 1), |
| ('RDF25092-5A9E-A9V0-1DB4-A7C361C3ED5D', 11, 1); | | ('RDF25092-5A9E-A9V0-1DB4-A7C361C3ED5D', 11, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `entity_mapping_types` | | -- Table structure for table `entity_mapping_types` |
| -- | | -- |
| | | |
| CREATE TABLE `entity_mapping_types` ( | | CREATE TABLE `entity_mapping_types` ( |
| `emtypes_id` int(11) NOT NULL, | | `emtypes_id` int(11) NOT NULL, |
| `mapping_type` varchar(45) NOT NULL | | `mapping_type` varchar(45) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `entity_mapping_types` | | -- Dumping data for table `entity_mapping_types` |
| -- | | -- |
| | | |
| INSERT INTO `entity_mapping_types` (`emtypes_id`, `mapping_type`) VALUES | | INSERT INTO `entity_mapping_types` (`emtypes_id`, `mapping_type`) VALUES |
| (1, 'User'), | | (1, 'User'), |
| (2, 'Site'), | | (2, 'Site'), |
| (3, 'Building'), | | (3, 'Building'), |
| (4, 'Room'); | | (4, 'Room'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluations` | | -- Table structure for table `evaluations` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluations` ( | | CREATE TABLE `evaluations` ( |
| `evaluation_id` int(12) NOT NULL, | | `evaluation_id` int(12) NOT NULL, |
| `eform_id` int(12) NOT NULL, | | `eform_id` int(12) NOT NULL, |
| `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `evaluation_title` varchar(128) NOT NULL, | | `evaluation_title` varchar(128) NOT NULL, |
| `evaluation_description` text NOT NULL, | | `evaluation_description` text NOT NULL, |
| `evaluation_active` tinyint(1) NOT NULL, | | `evaluation_active` tinyint(1) NOT NULL, |
| `evaluation_start` bigint(64) NOT NULL, | | `evaluation_start` bigint(64) NOT NULL, |
| `evaluation_finish` bigint(64) NOT NULL, | | `evaluation_finish` bigint(64) NOT NULL, |
| `evaluation_completions` int(12) NOT NULL DEFAULT '0', | | `evaluation_completions` int(12) NOT NULL DEFAULT '0', |
| `min_submittable` tinyint(3) NOT NULL DEFAULT '1', | | `min_submittable` tinyint(3) NOT NULL DEFAULT '1', |
| `max_submittable` tinyint(3) NOT NULL DEFAULT '1', | | `max_submittable` tinyint(3) NOT NULL DEFAULT '1', |
| `evaluation_mandatory` tinyint(1) NOT NULL DEFAULT '1', | | `evaluation_mandatory` tinyint(1) NOT NULL DEFAULT '1', |
| `allow_target_review` tinyint(1) NOT NULL DEFAULT '0', | | `allow_target_review` tinyint(1) NOT NULL DEFAULT '0', |
| `allow_target_request` tinyint(1) NOT NULL DEFAULT '0', | | `allow_target_request` tinyint(1) NOT NULL DEFAULT '0', |
| `allow_repeat_targets` tinyint(1) NOT NULL DEFAULT '0', | | `allow_repeat_targets` tinyint(1) NOT NULL DEFAULT '0', |
| `show_comments` tinyint(1) NOT NULL DEFAULT '0', | | `show_comments` tinyint(1) NOT NULL DEFAULT '0', |
| `identify_comments` tinyint(1) NOT NULL DEFAULT '0', | | `identify_comments` tinyint(1) NOT NULL DEFAULT '0', |
| `require_requests` tinyint(1) NOT NULL DEFAULT '0', | | `require_requests` tinyint(1) NOT NULL DEFAULT '0', |
| `require_request_code` tinyint(1) NOT NULL DEFAULT '0', | | `require_request_code` tinyint(1) NOT NULL DEFAULT '0', |
| `request_timeout` bigint(64) NOT NULL DEFAULT '0', | | `request_timeout` bigint(64) NOT NULL DEFAULT '0', |
| `threshold_notifications_type` enum('reviewers','tutors','directors','pcoordinators','authors','disabled') NOT NULL DEFAULT 'disabled', | | `threshold_notifications_type` enum('reviewers','tutors','directors','pcoordinators','authors','disabled') NOT NULL DEFAULT 'disabled', |
| `release_date` bigint(64) NOT NULL, | | `release_date` bigint(64) NOT NULL, |
| `release_until` bigint(64) NOT NULL, | | `release_until` bigint(64) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` bigint(64) NOT NULL | | `updated_by` bigint(64) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluations_lu_questions` | | -- Table structure for table `evaluations_lu_questions` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluations_lu_questions` ( | | CREATE TABLE `evaluations_lu_questions` ( |
| `equestion_id` int(12) NOT NULL, | | `equestion_id` int(12) NOT NULL, |
| `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `efquestion_id` int(12) NOT NULL DEFAULT '0', | | `efquestion_id` int(12) NOT NULL DEFAULT '0', |
| `question_parent_id` int(12) NOT NULL DEFAULT '0', | | `question_parent_id` int(12) NOT NULL DEFAULT '0', |
| `questiontype_id` int(12) NOT NULL, | | `questiontype_id` int(12) NOT NULL, |
| `question_code` varchar(48) DEFAULT NULL, | | `question_code` varchar(48) DEFAULT NULL, |
| `question_text` longtext NOT NULL, | | `question_text` longtext NOT NULL, |
| `question_description` longtext, | | `question_description` longtext, |
| `allow_comments` tinyint(1) NOT NULL DEFAULT '1', | | `allow_comments` tinyint(1) NOT NULL DEFAULT '1', |
| `question_active` tinyint(1) NOT NULL DEFAULT '1' | | `question_active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluations_lu_questiontypes` | | -- Table structure for table `evaluations_lu_questiontypes` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluations_lu_questiontypes` ( | | CREATE TABLE `evaluations_lu_questiontypes` ( |
| `questiontype_id` int(12) NOT NULL, | | `questiontype_id` int(12) NOT NULL, |
| `questiontype_shortname` varchar(32) NOT NULL, | | `questiontype_shortname` varchar(32) NOT NULL, |
| `questiontype_title` varchar(64) NOT NULL, | | `questiontype_title` varchar(64) NOT NULL, |
| `questiontype_description` text NOT NULL, | | `questiontype_description` text NOT NULL, |
| `questiontype_active` tinyint(1) NOT NULL DEFAULT '1' | | `questiontype_active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `evaluations_lu_questiontypes` | | -- Dumping data for table `evaluations_lu_questiontypes` |
| -- | | -- |
| | | |
| INSERT INTO `evaluations_lu_questiontypes` (`questiontype_id`, `questiontype_shortname`, `questiontype_title`, `questiontype_description`, `questiontype_active`) VALUES | | INSERT INTO `evaluations_lu_questiontypes` (`questiontype_id`, `questiontype_shortname`, `questiontype_title`, `questiontype_description`, `questiontype_active`) VALUES |
| (1, 'matrix_single', 'Horizontal Choice Matrix (single response)', 'The rating scale allows evaluators to rate each question based on the scale you provide (i.e. 1 = Not Demonstrated, 2 = Needs Improvement, 3 = Satisfactory, 4 = Above Average).', 1), | | (1, 'matrix_single', 'Horizontal Choice Matrix (single response)', 'The rating scale allows evaluators to rate each question based on the scale you provide (i.e. 1 = Not Demonstrated, 2 = Needs Improvement, 3 = Satisfactory, 4 = Above Average).', 1), |
| (2, 'descriptive_text', 'Descriptive Text', 'Allows you to add descriptive text information to your evaluation form. This could be instructions or other details relevant to the question or series of questions.', 1), | | (2, 'descriptive_text', 'Descriptive Text', 'Allows you to add descriptive text information to your evaluation form. This could be instructions or other details relevant to the question or series of questions.', 1), |
| (3, 'rubric', 'Rubric', 'The rating scale allows evaluators to rate each question based on the scale you provide, while also providing a short description of the requirements to meet each level on the scale (i.e. Level 1 to 4 of \\\"Professionalism\\\" for an assignment are qualified with what traits the learner is expected to show to meet each level, and while the same scale is used for \\\"Collaborator\\\", the requirements at each level are defined differently).', 1), | | (3, 'rubric', 'Rubric', 'The rating scale allows evaluators to rate each question based on the scale you provide, while also providing a short description of the requirements to meet each level on the scale (i.e. Level 1 to 4 of \\\"Professionalism\\\" for an assignment are qualified with what traits the learner is expected to show to meet each level, and while the same scale is used for \\\"Collaborator\\\", the requirements at each level are defined differently).', 1), |
| (4, 'free_text', 'Free Text Comments', 'Allows the user to be asked for a simple free-text response. This can be used to get additional details about prior questions, or to simply ask for any comments from the evaluator regarding a specific topic.', 1), | | (4, 'free_text', 'Free Text Comments', 'Allows the user to be asked for a simple free-text response. This can be used to get additional details about prior questions, or to simply ask for any comments from the evaluator regarding a specific topic.', 1), |
| (5, 'selectbox', 'Drop Down (single response)', 'The dropdown allows evaluators to answer each question by choosing one of up to 100 options which have been provided to populate a select box.', 1), | | (5, 'selectbox', 'Drop Down (single response)', 'The dropdown allows evaluators to answer each question by choosing one of up to 100 options which have been provided to populate a select box.', 1), |
| (6, 'vertical_matrix', 'Vertical Choice Matrix (single response)', 'The rating scale allows evaluators to rate each question based on the scale you provide (i.e. 1 = Not Demonstrated, 2 = Needs Improvement, 3 = Satisfactory, 4 = Above Average).', 1); | | (6, 'vertical_matrix', 'Vertical Choice Matrix (single response)', 'The rating scale allows evaluators to rate each question based on the scale you provide (i.e. 1 = Not Demonstrated, 2 = Needs Improvement, 3 = Satisfactory, 4 = Above Average).', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluations_lu_question_responses` | | -- Table structure for table `evaluations_lu_question_responses` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluations_lu_question_responses` ( | | CREATE TABLE `evaluations_lu_question_responses` ( |
| `eqresponse_id` int(12) NOT NULL, | | `eqresponse_id` int(12) NOT NULL, |
| `efresponse_id` int(12) NOT NULL, | | `efresponse_id` int(12) NOT NULL, |
| `equestion_id` int(12) NOT NULL, | | `equestion_id` int(12) NOT NULL, |
| `response_text` longtext NOT NULL, | | `response_text` longtext NOT NULL, |
| `response_order` tinyint(3) NOT NULL DEFAULT '0', | | `response_order` tinyint(3) NOT NULL DEFAULT '0', |
| `response_is_html` tinyint(1) NOT NULL DEFAULT '0', | | `response_is_html` tinyint(1) NOT NULL DEFAULT '0', |
| `minimum_passing_level` tinyint(1) NOT NULL DEFAULT '0' | | `minimum_passing_level` tinyint(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluations_lu_question_response_criteria` | | -- Table structure for table `evaluations_lu_question_response_criteria` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluations_lu_question_response_criteria` ( | | CREATE TABLE `evaluations_lu_question_response_criteria` ( |
| `eqrcriteria_id` int(11) UNSIGNED NOT NULL, | | `eqrcriteria_id` int(11) UNSIGNED NOT NULL, |
| `eqresponse_id` int(11) DEFAULT NULL, | | `eqresponse_id` int(11) DEFAULT NULL, |
| `criteria_text` text | | `criteria_text` text |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluations_lu_response_descriptors` | | -- Table structure for table `evaluations_lu_response_descriptors` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluations_lu_response_descriptors` ( | | CREATE TABLE `evaluations_lu_response_descriptors` ( |
| `erdescriptor_id` int(11) UNSIGNED NOT NULL, | | `erdescriptor_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(12) UNSIGNED NOT NULL, | | `organisation_id` int(12) UNSIGNED NOT NULL, |
| `descriptor` varchar(256) NOT NULL DEFAULT '', | | `descriptor` varchar(256) NOT NULL DEFAULT '', |
| `reportable` tinyint(1) NOT NULL DEFAULT '1', | | `reportable` tinyint(1) NOT NULL DEFAULT '1', |
| `order` int(12) NOT NULL, | | `order` int(12) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '1' | | `active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `evaluations_lu_response_descriptors` | | -- Dumping data for table `evaluations_lu_response_descriptors` |
| -- | | -- |
| | | |
| INSERT INTO `evaluations_lu_response_descriptors` (`erdescriptor_id`, `organisation_id`, `descriptor`, `reportable`, `order`, `updated_date`, `updated_by`, `active`) VALUES | | INSERT INTO `evaluations_lu_response_descriptors` (`erdescriptor_id`, `organisation_id`, `descriptor`, `reportable`, `order`, `updated_date`, `updated_by`, `active`) VALUES |
| (1, 1, 'Opportunities for Growth', 1, 1, 1449685604, 1, 1), | | (1, 1, 'Opportunities for Growth', 1, 1, 1449685604, 1, 1), |
| (2, 1, 'Developing', 1, 2, 1449685604, 1, 1), | | (2, 1, 'Developing', 1, 2, 1449685604, 1, 1), |
| (3, 1, 'Achieving', 1, 3, 1449685604, 1, 1), | | (3, 1, 'Achieving', 1, 3, 1449685604, 1, 1), |
| (4, 1, 'Not Applicable', 0, 4, 1449685604, 1, 1); | | (4, 1, 'Not Applicable', 0, 4, 1449685604, 1, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluations_lu_rubrics` | | -- Table structure for table `evaluations_lu_rubrics` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluations_lu_rubrics` ( | | CREATE TABLE `evaluations_lu_rubrics` ( |
| `erubric_id` int(11) UNSIGNED NOT NULL, | | `erubric_id` int(11) UNSIGNED NOT NULL, |
| `rubric_title` varchar(32) DEFAULT NULL, | | `rubric_title` varchar(32) DEFAULT NULL, |
| `rubric_description` text, | | `rubric_description` text, |
| `efrubric_id` int(11) DEFAULT NULL | | `efrubric_id` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluations_lu_targets` | | -- Table structure for table `evaluations_lu_targets` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluations_lu_targets` ( | | CREATE TABLE `evaluations_lu_targets` ( |
| `target_id` int(11) NOT NULL, | | `target_id` int(11) NOT NULL, |
| `target_shortname` varchar(32) NOT NULL, | | `target_shortname` varchar(32) NOT NULL, |
| `target_title` varchar(64) NOT NULL, | | `target_title` varchar(64) NOT NULL, |
| `target_description` text NOT NULL, | | `target_description` text NOT NULL, |
| `target_active` tinyint(1) NOT NULL DEFAULT '1' | | `target_active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `evaluations_lu_targets` | | -- Dumping data for table `evaluations_lu_targets` |
| -- | | -- |
| | | |
| INSERT INTO `evaluations_lu_targets` (`target_id`, `target_shortname`, `target_title`, `target_description`, `target_active`) VALUES | | INSERT INTO `evaluations_lu_targets` (`target_id`, `target_shortname`, `target_title`, `target_description`, `target_active`) VALUES |
| (1, 'course', 'Course Evaluation', '', 1), | | (1, 'course', 'Course Evaluation', '', 1), |
| (2, 'teacher', 'Teacher Evaluation', '', 1), | | (2, 'teacher', 'Teacher Evaluation', '', 1), |
| (3, 'student', 'Student Assessment', '', 1), | | (3, 'student', 'Student Assessment', '', 1), |
| (4, 'rotation_core', 'Clerkship Core Rotation Evaluation', '', 1), | | (4, 'rotation_core', 'Clerkship Core Rotation Evaluation', '', 1), |
| (5, 'rotation_elective', 'Clerkship Elective Rotation Evaluation', '', 1), | | (5, 'rotation_elective', 'Clerkship Elective Rotation Evaluation', '', 1), |
| (6, 'preceptor', 'Clerkship Preceptor Evaluation', '', 1), | | (6, 'preceptor', 'Clerkship Preceptor Evaluation', '', 1), |
| (7, 'peer', 'Peer Assessment', '', 1), | | (7, 'peer', 'Peer Assessment', '', 1), |
| (8, 'self', 'Self Assessment', '', 1), | | (8, 'self', 'Self Assessment', '', 1), |
| (9, 'resident', 'Patient Encounter Assessment', '', 1); | | (9, 'resident', 'Patient Encounter Assessment', '', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluations_related_questions` | | -- Table structure for table `evaluations_related_questions` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluations_related_questions` ( | | CREATE TABLE `evaluations_related_questions` ( |
| `erubric_id` int(11) UNSIGNED NOT NULL, | | `erubric_id` int(11) UNSIGNED NOT NULL, |
| `related_equestion_id` int(11) UNSIGNED NOT NULL, | | `related_equestion_id` int(11) UNSIGNED NOT NULL, |
| `equestion_id` int(11) UNSIGNED NOT NULL | | `equestion_id` int(11) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluation_contacts` | | -- Table structure for table `evaluation_contacts` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluation_contacts` ( | | CREATE TABLE `evaluation_contacts` ( |
| `econtact_id` int(12) NOT NULL, | | `econtact_id` int(12) NOT NULL, |
| `evaluation_id` int(12) NOT NULL DEFAULT '0', | | `evaluation_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `contact_role` enum('reviewer','tutor','author') NOT NULL DEFAULT 'reviewer', | | `contact_role` enum('reviewer','tutor','author') NOT NULL DEFAULT 'reviewer', |
| `contact_order` int(6) NOT NULL DEFAULT '0', | | `contact_order` int(6) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluation_evaluators` | | -- Table structure for table `evaluation_evaluators` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluation_evaluators` ( | | CREATE TABLE `evaluation_evaluators` ( |
| `eevaluator_id` int(12) NOT NULL, | | `eevaluator_id` int(12) NOT NULL, |
| `evaluation_id` int(12) NOT NULL, | | `evaluation_id` int(12) NOT NULL, |
| `evaluator_type` enum('proxy_id','grad_year','cohort','organisation_id','cgroup_id') NOT NULL DEFAULT 'proxy_id', | | `evaluator_type` enum('proxy_id','grad_year','cohort','organisation_id','cgroup_id') NOT NULL DEFAULT 'proxy_id', |
| `evaluator_value` int(12) NOT NULL, | | `evaluator_value` int(12) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluation_evaluator_exclusions` | | -- Table structure for table `evaluation_evaluator_exclusions` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluation_evaluator_exclusions` ( | | CREATE TABLE `evaluation_evaluator_exclusions` ( |
| `eeexclusion_id` int(12) NOT NULL, | | `eeexclusion_id` int(12) NOT NULL, |
| `evaluation_id` int(12) NOT NULL DEFAULT '0', | | `evaluation_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluation_forms` | | -- Table structure for table `evaluation_forms` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluation_forms` ( | | CREATE TABLE `evaluation_forms` ( |
| `eform_id` int(12) NOT NULL, | | `eform_id` int(12) NOT NULL, |
| `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `organisation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `target_id` int(12) NOT NULL, | | `target_id` int(12) NOT NULL, |
| `form_parent` int(12) NOT NULL, | | `form_parent` int(12) NOT NULL, |
| `form_title` varchar(64) NOT NULL, | | `form_title` varchar(64) NOT NULL, |
| `form_description` text NOT NULL, | | `form_description` text NOT NULL, |
| `form_active` tinyint(1) NOT NULL, | | `form_active` tinyint(1) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluation_form_contacts` | | -- Table structure for table `evaluation_form_contacts` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluation_form_contacts` ( | | CREATE TABLE `evaluation_form_contacts` ( |
| `econtact_id` int(12) NOT NULL, | | `econtact_id` int(12) NOT NULL, |
| `eform_id` int(12) NOT NULL DEFAULT '0', | | `eform_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `contact_role` enum('reviewer','author') NOT NULL DEFAULT 'author', | | `contact_role` enum('reviewer','author') NOT NULL DEFAULT 'author', |
| `contact_order` int(6) NOT NULL DEFAULT '0', | | `contact_order` int(6) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluation_form_questions` | | -- Table structure for table `evaluation_form_questions` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluation_form_questions` ( | | CREATE TABLE `evaluation_form_questions` ( |
| `efquestion_id` int(12) NOT NULL, | | `efquestion_id` int(12) NOT NULL, |
| `eform_id` int(121) NOT NULL, | | `eform_id` int(121) NOT NULL, |
| `equestion_id` int(12) NOT NULL, | | `equestion_id` int(12) NOT NULL, |
| `question_order` tinyint(3) NOT NULL DEFAULT '0', | | `question_order` tinyint(3) NOT NULL DEFAULT '0', |
| `allow_comments` tinyint(1) NOT NULL DEFAULT '1', | | `allow_comments` tinyint(1) NOT NULL DEFAULT '1', |
| `send_threshold_notifications` tinyint(1) NOT NULL DEFAULT '0' | | `send_threshold_notifications` tinyint(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluation_form_question_objectives` | | -- Table structure for table `evaluation_form_question_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluation_form_question_objectives` ( | | CREATE TABLE `evaluation_form_question_objectives` ( |
| `efqobjective_id` int(12) UNSIGNED NOT NULL, | | `efqobjective_id` int(12) UNSIGNED NOT NULL, |
| `efquestion_id` int(12) NOT NULL, | | `efquestion_id` int(12) NOT NULL, |
| `objective_id` int(12) NOT NULL, | | `objective_id` int(12) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL | | `updated_by` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluation_progress` | | -- Table structure for table `evaluation_progress` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluation_progress` ( | | CREATE TABLE `evaluation_progress` ( |
| `eprogress_id` int(12) NOT NULL, | | `eprogress_id` int(12) NOT NULL, |
| `evaluation_id` int(12) NOT NULL, | | `evaluation_id` int(12) NOT NULL, |
| `etarget_id` int(12) NOT NULL, | | `etarget_id` int(12) NOT NULL, |
| `target_record_id` int(11) DEFAULT NULL, | | `target_record_id` int(11) DEFAULT NULL, |
| `proxy_id` int(12) NOT NULL, | | `proxy_id` int(12) NOT NULL, |
| `progress_value` enum('inprogress','complete','cancelled') NOT NULL DEFAULT 'inprogress', | | `progress_value` enum('inprogress','complete','cancelled') NOT NULL DEFAULT 'inprogress', |
| `updated_date` int(11) NOT NULL, | | `updated_date` int(11) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluation_progress_clerkship_events` | | -- Table structure for table `evaluation_progress_clerkship_events` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluation_progress_clerkship_events` ( | | CREATE TABLE `evaluation_progress_clerkship_events` ( |
| `epcevent_id` int(11) UNSIGNED NOT NULL, | | `epcevent_id` int(11) UNSIGNED NOT NULL, |
| `eprogress_id` int(11) NOT NULL, | | `eprogress_id` int(11) NOT NULL, |
| `event_id` int(11) NOT NULL, | | `event_id` int(11) NOT NULL, |
| `preceptor_proxy_id` int(11) DEFAULT NULL | | `preceptor_proxy_id` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluation_progress_patient_encounters` | | -- Table structure for table `evaluation_progress_patient_encounters` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluation_progress_patient_encounters` ( | | CREATE TABLE `evaluation_progress_patient_encounters` ( |
| `eppencounter_id` int(11) UNSIGNED NOT NULL, | | `eppencounter_id` int(11) UNSIGNED NOT NULL, |
| `encounter_name` varchar(255) DEFAULT NULL, | | `encounter_name` varchar(255) DEFAULT NULL, |
| `encounter_complexity` tinyint(1) NOT NULL DEFAULT '1' | | `encounter_complexity` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluation_question_objectives` | | -- Table structure for table `evaluation_question_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluation_question_objectives` ( | | CREATE TABLE `evaluation_question_objectives` ( |
| `eqobjective_id` int(12) UNSIGNED NOT NULL, | | `eqobjective_id` int(12) UNSIGNED NOT NULL, |
| `equestion_id` int(12) NOT NULL, | | `equestion_id` int(12) NOT NULL, |
| `objective_id` int(12) NOT NULL, | | `objective_id` int(12) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL | | `updated_by` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluation_question_response_descriptors` | | -- Table structure for table `evaluation_question_response_descriptors` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluation_question_response_descriptors` ( | | CREATE TABLE `evaluation_question_response_descriptors` ( |
| `eqrdescriptor_id` int(12) UNSIGNED NOT NULL, | | `eqrdescriptor_id` int(12) UNSIGNED NOT NULL, |
| `eqresponse_id` int(12) UNSIGNED NOT NULL, | | `eqresponse_id` int(12) UNSIGNED NOT NULL, |
| `erdescriptor_id` int(12) UNSIGNED NOT NULL | | `erdescriptor_id` int(12) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluation_requests` | | -- Table structure for table `evaluation_requests` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluation_requests` ( | | CREATE TABLE `evaluation_requests` ( |
| `erequest_id` int(11) UNSIGNED NOT NULL, | | `erequest_id` int(11) UNSIGNED NOT NULL, |
| `request_expires` bigint(64) NOT NULL DEFAULT '0', | | `request_expires` bigint(64) NOT NULL DEFAULT '0', |
| `request_code` varchar(255) DEFAULT NULL, | | `request_code` varchar(255) DEFAULT NULL, |
| `evaluation_id` int(11) DEFAULT NULL, | | `evaluation_id` int(11) DEFAULT NULL, |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `target_proxy_id` int(11) DEFAULT NULL, | | `target_proxy_id` int(11) DEFAULT NULL, |
| `request_created` bigint(64) NOT NULL DEFAULT '0', | | `request_created` bigint(64) NOT NULL DEFAULT '0', |
| `request_fulfilled` tinyint(1) NOT NULL DEFAULT '0' | | `request_fulfilled` tinyint(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluation_responses` | | -- Table structure for table `evaluation_responses` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluation_responses` ( | | CREATE TABLE `evaluation_responses` ( |
| `eresponse_id` int(12) NOT NULL, | | `eresponse_id` int(12) NOT NULL, |
| `eprogress_id` int(12) NOT NULL, | | `eprogress_id` int(12) NOT NULL, |
| `eform_id` int(12) NOT NULL, | | `eform_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL, | | `proxy_id` int(12) NOT NULL, |
| `efquestion_id` int(12) NOT NULL, | | `efquestion_id` int(12) NOT NULL, |
| `eqresponse_id` int(12) NOT NULL, | | `eqresponse_id` int(12) NOT NULL, |
| `comments` text, | | `comments` text, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluation_rubric_questions` | | -- Table structure for table `evaluation_rubric_questions` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluation_rubric_questions` ( | | CREATE TABLE `evaluation_rubric_questions` ( |
| `efrquestion_id` int(11) UNSIGNED NOT NULL, | | `efrquestion_id` int(11) UNSIGNED NOT NULL, |
| `erubric_id` int(11) DEFAULT NULL, | | `erubric_id` int(11) DEFAULT NULL, |
| `equestion_id` int(11) DEFAULT NULL, | | `equestion_id` int(11) DEFAULT NULL, |
| `question_order` int(3) NOT NULL DEFAULT '0' | | `question_order` int(3) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluation_targets` | | -- Table structure for table `evaluation_targets` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluation_targets` ( | | CREATE TABLE `evaluation_targets` ( |
| `etarget_id` int(12) NOT NULL, | | `etarget_id` int(12) NOT NULL, |
| `evaluation_id` int(12) NOT NULL, | | `evaluation_id` int(12) NOT NULL, |
| `target_id` int(11) NOT NULL, | | `target_id` int(11) NOT NULL, |
| `target_value` int(12) NOT NULL, | | `target_value` int(12) NOT NULL, |
| `target_type` varchar(24) NOT NULL DEFAULT 'course_id', | | `target_type` varchar(24) NOT NULL DEFAULT 'course_id', |
| `target_active` tinyint(1) NOT NULL DEFAULT '1', | | `target_active` tinyint(1) NOT NULL DEFAULT '1', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `events` | | -- Table structure for table `events` |
| -- | | -- |
| | | |
| CREATE TABLE `events` ( | | CREATE TABLE `events` ( |
| `event_id` int(12) NOT NULL, | | `event_id` int(12) NOT NULL, |
| `parent_id` int(12) DEFAULT NULL, | | `parent_id` int(12) DEFAULT NULL, |
| `event_children` int(12) DEFAULT NULL, | | `event_children` int(12) DEFAULT NULL, |
| `recurring_id` int(12) DEFAULT '0', | | `recurring_id` int(12) DEFAULT '0', |
| `region_id` int(12) DEFAULT '0', | | `region_id` int(12) DEFAULT '0', |
| `course_id` int(12) NOT NULL DEFAULT '0', | | `course_id` int(12) NOT NULL DEFAULT '0', |
| `cperiod_id` int(12) DEFAULT NULL, | | `cperiod_id` int(12) DEFAULT NULL, |
| `cunit_id` int(11) UNSIGNED DEFAULT NULL, | | `cunit_id` int(11) UNSIGNED DEFAULT NULL, |
| `event_phase` varchar(12) DEFAULT NULL, | | `event_phase` varchar(12) DEFAULT NULL, |
| `event_title` varchar(255) NOT NULL, | | `event_title` varchar(255) NOT NULL, |
| `event_description` text, | | `event_description` text, |
| `include_parent_description` tinyint(1) NOT NULL DEFAULT '1', | | `include_parent_description` tinyint(1) NOT NULL DEFAULT '1', |
| `event_goals` text, | | `event_goals` text, |
| `event_objectives` text, | | `event_objectives` text, |
| `keywords_hidden` int(1) DEFAULT '0', | | `keywords_hidden` int(1) DEFAULT '0', |
| `keywords_release_date` bigint(64) DEFAULT '0', | | `keywords_release_date` bigint(64) DEFAULT '0', |
| `objectives_release_date` bigint(64) DEFAULT '0', | | `objectives_release_date` bigint(64) DEFAULT '0', |
| `event_message` text, | | `event_message` text, |
| `include_parent_message` tinyint(1) NOT NULL DEFAULT '1', | | `include_parent_message` tinyint(1) NOT NULL DEFAULT '1', |
| `is_tbl` tinyint(1) DEFAULT '0', | | `is_tbl` tinyint(1) DEFAULT '0', |
| `event_location` varchar(150) DEFAULT NULL, | | `event_location` varchar(150) DEFAULT NULL, |
| `room_id` int(11) UNSIGNED DEFAULT NULL, | | `room_id` int(11) UNSIGNED DEFAULT NULL, |
| `capture_enabled` tinyint(1) DEFAULT NULL, | | `capture_enabled` tinyint(1) DEFAULT NULL, |
| `create_capture_resource` tinyint(1) DEFAULT NULL, | | `create_capture_resource` tinyint(1) DEFAULT NULL, |
| `event_start` bigint(64) NOT NULL, | | `event_start` bigint(64) NOT NULL, |
| `event_finish` bigint(64) NOT NULL, | | `event_finish` bigint(64) NOT NULL, |
| `session_links` text, | | `session_links` text, |
| `event_duration` int(64) NOT NULL, | | `event_duration` int(64) NOT NULL, |
| `custom_end_date` tinyint(1) DEFAULT '0', | | `custom_end_date` tinyint(1) DEFAULT '0', |
| `attendance_required` tinyint(1) NOT NULL DEFAULT '1', | | `attendance_required` tinyint(1) NOT NULL DEFAULT '1', |
| `location_attendance` tinyint(1) DEFAULT '0', | | `location_attendance` tinyint(1) DEFAULT '0', |
| `release_date` bigint(64) NOT NULL, | | `release_date` bigint(64) NOT NULL, |
| `release_until` bigint(64) NOT NULL, | | `release_until` bigint(64) NOT NULL, |
| `audience_visible` tinyint(1) NOT NULL DEFAULT '1', | | `audience_visible` tinyint(1) NOT NULL DEFAULT '1', |
| `event_color` varchar(20) DEFAULT NULL, | | `event_color` varchar(20) DEFAULT NULL, |
| `microsoft_teams_enabled` tinyint(1) DEFAULT '0', | | `microsoft_teams_enabled` tinyint(1) DEFAULT '0', |
| `draft_id` int(11) DEFAULT NULL, | | `draft_id` int(11) DEFAULT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `room_reservation_id` varchar(10) DEFAULT NULL | | `room_reservation_id` varchar(10) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `events` | | -- Dumping data for table `events` |
| -- | | -- |
| | | |
| INSERT INTO `events` (`event_id`, `parent_id`, `event_children`, `recurring_id`, `region_id`, `course_id`, `cperiod_id`, `cunit_id`, `event_phase`, `event_title`, `event_description`, `include_parent_description`, `event_goals`, `event_objectives`, `keywords_hidden`, `keywords_release_date`, `objectives_release_date`, `event_message`, `include_parent_message`, `is_tbl`, `event_location`, `room_id`, `capture_enabled`, `create_capture_resource`, `event_start`, `event_finish`, `session_links`, `event_duration`, `custom_end_date`, `attendance_required`, `location_attendance`, `release_date`, `release_until`, `audience_visible`, `event_color`, `microsoft_teams_enabled`, `draft_id`, `updated_date`, `updated_by`, `room_reservation_id`) VALUES | | INSERT INTO `events` (`event_id`, `parent_id`, `event_children`, `recurring_id`, `region_id`, `course_id`, `cperiod_id`, `cunit_id`, `event_phase`, `event_title`, `event_description`, `include_parent_description`, `event_goals`, `event_objectives`, `keywords_hidden`, `keywords_release_date`, `objectives_release_date`, `event_message`, `include_parent_message`, `is_tbl`, `event_location`, `room_id`, `capture_enabled`, `create_capture_resource`, `event_start`, `event_finish`, `session_links`, `event_duration`, `custom_end_date`, `attendance_required`, `location_attendance`, `release_date`, `release_until`, `audience_visible`, `event_color`, `microsoft_teams_enabled`, `draft_id`, `updated_date`, `updated_by`, `room_reservation_id`) VALUES |
| (1, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Test Event 1', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685391586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (1, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Test Event 1', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685391586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (2, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Test Event at Fixed Time', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1644974420, 1644984420, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (2, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Test Event at Fixed Time', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1644974420, 1644984420, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (3, NULL, NULL, NULL, NULL, 4, NULL, NULL, NULL, 'Test Event 3', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685391586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (3, NULL, NULL, NULL, NULL, 4, NULL, NULL, NULL, 'Test Event 3', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685391586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (4, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Test Event 4', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 0, 0, 1685381586, 1685986386, '', 60, 0, 0, 0, 0, 0, 0, NULL, NULL, 1, 1685381586, 1, NULL), | | (4, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Test Event 4', 'This event contains the quiz, file, link and streamable media type attached resources.', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 0, 0, 1685381586, 1685986386, '', 60, 0, 0, 0, 0, 0, 0, NULL, NULL, 1, 1685381586, 1, NULL), |
| (5, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Exam Event', 'An event for an exam including only Jane', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 0, 0, 1685381586, 1685986386, '', 60, 0, 0, 0, 0, 0, 0, NULL, NULL, 1, 1685381586, 1, NULL), | | (5, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'Exam Event', 'An event for an exam including only Jane', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 0, 0, 1685381586, 1685986386, '', 60, 0, 0, 0, 0, 0, 0, NULL, NULL, 1, 1685381586, 1, NULL), |
| (6, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'Inherit_color', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (6, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'Inherit_color', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (7, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'override_color', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, '#ffc200', NULL, NULL, 1685381586, 1, NULL), | | (7, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'override_color', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, '#ffc200', NULL, NULL, 1685381586, 1, NULL), |
| (8, NULL, NULL, NULL, NULL, 2, 2, NULL, NULL, 'Inherit_blank', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (8, NULL, NULL, NULL, NULL, 2, 2, NULL, NULL, 'Inherit_blank', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (9, NULL, NULL, NULL, NULL, 2, 2, NULL, NULL, 'override_blank', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, '#e05a2b', NULL, NULL, 1685381586, 1, NULL), | | (9, NULL, NULL, NULL, NULL, 2, 2, NULL, NULL, 'override_blank', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, '#e05a2b', NULL, NULL, 1685381586, 1, NULL), |
| (10, NULL, NULL, NULL, NULL, 1, 6, NULL, NULL, 'Test event - individually added student', 'An event to test exam post audience list', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 0, 0, 1685381586, 1685986386, '', 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (10, NULL, NULL, NULL, NULL, 1, 6, NULL, NULL, 'Test event - individually added student', 'An event to test exam post audience list', 1, NULL, '', 0, 0, 0, '', 1, 0, '', NULL, 0, 0, 1685381586, 1685986386, '', 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (11, NULL, NULL, NULL, NULL, 2, 2, NULL, NULL, 'An event to test pool absence/attendance', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685377986, 1685385186, NULL, 120, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (11, NULL, NULL, NULL, NULL, 2, 2, NULL, NULL, 'An event to test pool absence/attendance', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685377986, 1685385186, NULL, 120, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (12, NULL, NULL, NULL, NULL, 9, 12, NULL, NULL, 'AAMC Event I', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (12, NULL, NULL, NULL, NULL, 9, 12, NULL, NULL, 'AAMC Event I', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (13, NULL, NULL, NULL, NULL, 10, 18, NULL, NULL, 'AAMC Event II', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (13, NULL, NULL, NULL, NULL, 10, 18, NULL, NULL, 'AAMC Event II', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (14, NULL, NULL, NULL, NULL, 11, 22, NULL, NULL, 'AAMC Event III', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (14, NULL, NULL, NULL, NULL, 11, 22, NULL, NULL, 'AAMC Event III', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (15, NULL, NULL, NULL, NULL, 12, 30, NULL, NULL, 'AAMC Event IV', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (15, NULL, NULL, NULL, NULL, 12, 30, NULL, NULL, 'AAMC Event IV', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (16, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'Past Event with Custom Audience', 'OPS-1211/1817/926', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1684175586, 1684179186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (16, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'Past Event with Custom Audience', 'OPS-1211/1817/926', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1684175586, 1684179186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (17, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Lecture Capture Enabled Event', 'For testing lecture capture functionality.', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', 1, 1, NULL, 1685388786, 1685392386, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (17, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Lecture Capture Enabled Event', 'For testing lecture capture functionality.', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', 1, 1, NULL, 1685388786, 1685392386, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (18, NULL, NULL, 18, NULL, 1, 6, NULL, NULL, 'Recurring Event 1', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (18, NULL, NULL, 18, NULL, 1, 6, NULL, NULL, 'Recurring Event 1', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (19, NULL, NULL, 18, NULL, 1, 6, NULL, NULL, 'Recurring Event 2', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 1685381586, 1, NULL), | | (19, NULL, NULL, 18, NULL, 1, 6, NULL, NULL, 'Recurring Event 2', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 1685381586, 1, NULL), |
| (20, NULL, NULL, 18, NULL, 1, 6, NULL, NULL, 'Recurring Event 3', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 1685381586, 1, NULL), | | (20, NULL, NULL, 18, NULL, 1, 6, NULL, NULL, 'Recurring Event 3', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685381586, NULL, 60, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 1685381586, 1, NULL), |
| (21, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Future Event With Custom Audience', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1686072786, 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (21, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Future Event With Custom Audience', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1686072786, 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (22, NULL, NULL, NULL, NULL, 1, 1, 1, NULL, 'Course Unit Event', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685467986, 1685471586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (22, NULL, NULL, NULL, NULL, 1, 1, 1, NULL, 'Course Unit Event', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685467986, 1685471586, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (23, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Exam Event With Responses', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (23, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Exam Event With Responses', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (24, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Events with deletable curriculum track', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (24, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Events with deletable curriculum track', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (25, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Exam Event With Responses', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 0, NULL, 60, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (25, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Exam Event With Responses', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 0, NULL, 60, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (26, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Event with child events', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (26, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, 'Event with child events', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (27, 26, NULL, NULL, NULL, 1, 1, NULL, NULL, 'This is the child event one', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (27, 26, NULL, NULL, NULL, 1, 1, NULL, NULL, 'This is the child event one', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (28, 26, NULL, NULL, NULL, 1, 1, NULL, NULL, 'This is the child event two', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (28, 26, NULL, NULL, NULL, 1, 1, NULL, NULL, 'This is the child event two', NULL, 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1685381586, 1685385186, NULL, 60, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (29, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'Event with a course group audience', 'The audience of this event is a course group', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1684949586, 0, NULL, 60, NULL, 1, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), | | (29, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'Event with a course group audience', 'The audience of this event is a course group', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 0, '', NULL, NULL, NULL, 1684949586, 0, NULL, 60, NULL, 1, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL), |
| (30, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'Event for TBL exam', 'The audience of this event is a course group and used for TBL', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 1, '', NULL, NULL, NULL, 1685381586, 0, NULL, 180, NULL, 1, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL); | | (30, NULL, NULL, NULL, NULL, 1, 4, NULL, NULL, 'Event for TBL exam', 'The audience of this event is a course group and used for TBL', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, 1, '', NULL, NULL, NULL, 1685381586, 0, NULL, 180, NULL, 1, 0, 0, 0, 0, NULL, NULL, NULL, 1685381586, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `events_exchange_metadata` | | -- Table structure for table `events_exchange_metadata` |
| -- | | -- |
| | | |
| CREATE TABLE `events_exchange_metadata` ( | | CREATE TABLE `events_exchange_metadata` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `event_id` int(12) DEFAULT NULL, | | `event_id` int(12) DEFAULT NULL, |
| `microsoft_event_id` text, | | `microsoft_event_id` text, |
| `microsoft_group_id` varchar(36) DEFAULT NULL, | | `microsoft_group_id` varchar(36) DEFAULT NULL, |
| `meeting_url` text, | | `meeting_url` text, |
| `last_sync` bigint(64) DEFAULT NULL | | `last_sync` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `events_lu_eventtypes` | | -- Table structure for table `events_lu_eventtypes` |
| -- | | -- |
| | | |
| CREATE TABLE `events_lu_eventtypes` ( | | CREATE TABLE `events_lu_eventtypes` ( |
| `eventtype_id` int(12) NOT NULL, | | `eventtype_id` int(12) NOT NULL, |
| `eventtype_title` varchar(64) DEFAULT NULL, | | `eventtype_title` varchar(64) DEFAULT NULL, |
| `eventtype_description` text NOT NULL, | | `eventtype_description` text NOT NULL, |
| `eventtype_active` int(1) NOT NULL DEFAULT '1', | | `eventtype_active` int(1) NOT NULL DEFAULT '1', |
| `eventtype_order` int(6) NOT NULL, | | `eventtype_order` int(6) NOT NULL, |
| `eventtype_default_enrollment` varchar(50) DEFAULT NULL, | | `eventtype_default_enrollment` varchar(50) DEFAULT NULL, |
| `eventtype_report_calculation` float(12,1) DEFAULT '1.0', | | `eventtype_report_calculation` float(12,1) DEFAULT '1.0', |
| `eventtype_report_calculation_learner` float(12,1) DEFAULT '1.0', | | `eventtype_report_calculation_learner` float(12,1) DEFAULT '1.0', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `events_lu_eventtypes` | | -- Dumping data for table `events_lu_eventtypes` |
| -- | | -- |
| | | |
| INSERT INTO `events_lu_eventtypes` (`eventtype_id`, `eventtype_title`, `eventtype_description`, `eventtype_active`, `eventtype_order`, `eventtype_default_enrollment`, `eventtype_report_calculation`, `eventtype_report_calculation_learner`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `events_lu_eventtypes` (`eventtype_id`, `eventtype_title`, `eventtype_description`, `eventtype_active`, `eventtype_order`, `eventtype_default_enrollment`, `eventtype_report_calculation`, `eventtype_report_calculation_learner`, `updated_date`, `updated_by`) VALUES |
| (1, 'Lecture', 'Faculty member speaks to a whole group of students for the session. Ideally, the lecture is interactive, with brief student activities to apply learning within the talk or presentation. The focus, however, is on the faculty member speaking or presenting to a group of students.', 1, 0, NULL, NULL, 1.0, 1250877835, 1), | | (1, 'Lecture', 'Faculty member speaks to a whole group of students for the session. Ideally, the lecture is interactive, with brief student activities to apply learning within the talk or presentation. The focus, however, is on the faculty member speaking or presenting to a group of students.', 1, 0, NULL, NULL, 1.0, 1250877835, 1), |
| (2, 'Lab', 'In this session, practical learning, activity and demonstration take place, usually with specialized equipment, materials or methods and related to a class, or unit of teaching.', 1, 1, NULL, NULL, 1.0, 1250877835, 1), | | (2, 'Lab', 'In this session, practical learning, activity and demonstration take place, usually with specialized equipment, materials or methods and related to a class, or unit of teaching.', 1, 1, NULL, NULL, 1.0, 1250877835, 1), |
| (3, 'Small Group', 'In the session, students in small groups work on specific questions, problems, or tasks related to a topic or a case, using discussion and investigation. Faculty member facilitates. May occur in:\r\n<ul>\r\n<li><strong>Expanded Clinical Skills:</strong> demonstrations and practice of clinical approaches and assessments occur with students in small groups of 25 or fewer.</li>\r\n<li><strong>Team Based Learning Method:</strong> students are in pre-selected groups for the term to work on directed activities, often case-based. One-two faculty facilitate with all 100 students in small teams.</li>\r\n<li><strong>Peer Instruction:</strong> students work in partners on specific application activities throughout the session.</li>\r\n<li><strong>Seminars:</strong> Students are in small groups each with a faculty tutor or mentor to facilitate or coach each small group. Students are active in these groups, either sharing new information, working on tasks, cases, or problems. etc. This may include Problem Based Learning as a strategy where students research and explore aspects to solve issues raised by the case with faculty facilitating. Tutorials may also be incorporated here.</li>\r\n<li><strong>Clinical Skills:</strong> Students in the Clinical and Communication Skills courses work in small groups on specific tasks that allow application of clinical skills.</li>\r\n</ul>', 1, 2, NULL, NULL, 1.0, 1219434863, 1), | | (3, 'Small Group', 'In the session, students in small groups work on specific questions, problems, or tasks related to a topic or a case, using discussion and investigation. Faculty member facilitates. May occur in:\r\n<ul>\r\n<li><strong>Expanded Clinical Skills:</strong> demonstrations and practice of clinical approaches and assessments occur with students in small groups of 25 or fewer.</li>\r\n<li><strong>Team Based Learning Method:</strong> students are in pre-selected groups for the term to work on directed activities, often case-based. One-two faculty facilitate with all 100 students in small teams.</li>\r\n<li><strong>Peer Instruction:</strong> students work in partners on specific application activities throughout the session.</li>\r\n<li><strong>Seminars:</strong> Students are in small groups each with a faculty tutor or mentor to facilitate or coach each small group. Students are active in these groups, either sharing new information, working on tasks, cases, or problems. etc. This may include Problem Based Learning as a strategy where students research and explore aspects to solve issues raised by the case with faculty facilitating. Tutorials may also be incorporated here.</li>\r\n<li><strong>Clinical Skills:</strong> Students in the Clinical and Communication Skills courses work in small groups on specific tasks that allow application of clinical skills.</li>\r\n</ul>', 1, 2, NULL, NULL, 1.0, 1219434863, 1), |
| (4, 'Patient Contact Session', 'The focus of the session is on the patient(s) who will be present to answer students\' and/or professor\'s questions and/or to offer a narrative about their life with a condition, or as a member of a specific population. Medical Science Rounds are one example.', 1, 4, NULL, NULL, 1.0, 1219434863, 1), | | (4, 'Patient Contact Session', 'The focus of the session is on the patient(s) who will be present to answer students\' and/or professor\'s questions and/or to offer a narrative about their life with a condition, or as a member of a specific population. Medical Science Rounds are one example.', 1, 4, NULL, NULL, 1.0, 1219434863, 1), |
| (5, 'Symposium / Student Presentation', 'For one or more hours, a variety of speakers, including students, present on topics to teach about current issues, research, etc.', 1, 6, NULL, NULL, 1.0, 1219434863, 1), | | (5, 'Symposium / Student Presentation', 'For one or more hours, a variety of speakers, including students, present on topics to teach about current issues, research, etc.', 1, 6, NULL, NULL, 1.0, 1219434863, 1), |
| (6, 'Directed Independent Learning', 'Students work independently (in groups or on their own) outside of class sessions on specific tasks to acquire knowledge, and develop enquiry and critical evaluation skills, with time allocated into the timetable. Directed Independent Student Learning may include learning through interactive online modules, online quizzes, working on larger independent projects (such as Community Based Projects or Critical Enquiry), or completing reflective, research or other types of papers and reports. While much student independent learning is done on the students own time, for homework, in this case, directed student time is built into the timetable as a specific session and linked directly to other learning in the course.', 1, 3, NULL, NULL, 1.0, 1219434863, 1), | | (6, 'Directed Independent Learning', 'Students work independently (in groups or on their own) outside of class sessions on specific tasks to acquire knowledge, and develop enquiry and critical evaluation skills, with time allocated into the timetable. Directed Independent Student Learning may include learning through interactive online modules, online quizzes, working on larger independent projects (such as Community Based Projects or Critical Enquiry), or completing reflective, research or other types of papers and reports. While much student independent learning is done on the students own time, for homework, in this case, directed student time is built into the timetable as a specific session and linked directly to other learning in the course.', 1, 3, NULL, NULL, 1.0, 1219434863, 1), |
| (7, 'Review / Feedback Session', 'In this session faculty help students to prepare for future learning and assessment through de-briefing about previous learning in a quiz or assignment, through reviewing a week or more of learning, or through reviewing at the end of a course to prepare for summative examination.', 1, 5, NULL, NULL, 1.0, 1219434863, 1), | | (7, 'Review / Feedback Session', 'In this session faculty help students to prepare for future learning and assessment through de-briefing about previous learning in a quiz or assignment, through reviewing a week or more of learning, or through reviewing at the end of a course to prepare for summative examination.', 1, 5, NULL, NULL, 1.0, 1219434863, 1), |
| (8, 'Examination', 'Scheduled course examination time, including mid-term as well as final examinations. <strong>Please Note:</strong> These will be identified only by the Curricular Coordinators in the timetable.', 1, 7, NULL, NULL, 1.0, 1219434863, 1), | | (8, 'Examination', 'Scheduled course examination time, including mid-term as well as final examinations. <strong>Please Note:</strong> These will be identified only by the Curricular Coordinators in the timetable.', 1, 7, NULL, NULL, 1.0, 1219434863, 1), |
| (9, 'Clerkship Seminars', 'Case-based, small-group sessions emphasizing more advanced and integrative topics. Students draw upon their clerkship experience with patients and healthcare teams to participate and interact with the faculty whose role is to facilitate the discussion.', 1, 8, NULL, NULL, 1.0, 1250878869, 1), | | (9, 'Clerkship Seminars', 'Case-based, small-group sessions emphasizing more advanced and integrative topics. Students draw upon their clerkship experience with patients and healthcare teams to participate and interact with the faculty whose role is to facilitate the discussion.', 1, 8, NULL, NULL, 1.0, 1250878869, 1), |
| (10, 'Other', 'These are sessions that are not a part of the UGME curriculum but are recorded in MEdTech Central. Examples may be: Course Evaluation sessions, MD Management. NOTE: these will be identified only by the Curricular Coordinators in the timetable.', 1, 9, NULL, NULL, 1.0, 1250878869, 1); | | (10, 'Other', 'These are sessions that are not a part of the UGME curriculum but are recorded in MEdTech Central. Examples may be: Course Evaluation sessions, MD Management. NOTE: these will be identified only by the Curricular Coordinators in the timetable.', 1, 9, NULL, NULL, 1.0, 1250878869, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `events_lu_objectives` | | -- Table structure for table `events_lu_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `events_lu_objectives` ( | | CREATE TABLE `events_lu_objectives` ( |
| `objective_id` int(12) NOT NULL, | | `objective_id` int(12) NOT NULL, |
| `objective_name` varchar(60) NOT NULL, | | `objective_name` varchar(60) NOT NULL, |
| `objective_description` text, | | `objective_description` text, |
| `objective_order` int(12) NOT NULL DEFAULT '0', | | `objective_order` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `events_lu_resources` | | -- Table structure for table `events_lu_resources` |
| -- | | -- |
| | | |
| CREATE TABLE `events_lu_resources` ( | | CREATE TABLE `events_lu_resources` ( |
| `resource_id` int(11) UNSIGNED NOT NULL, | | `resource_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) DEFAULT '0', | | `organisation_id` int(11) DEFAULT '0', |
| `resource` varchar(250) NOT NULL DEFAULT '', | | `resource` varchar(250) NOT NULL DEFAULT '', |
| `description` text, | | `description` text, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '1' | | `active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `events_lu_topics` | | -- Table structure for table `events_lu_topics` |
| -- | | -- |
| | | |
| CREATE TABLE `events_lu_topics` ( | | CREATE TABLE `events_lu_topics` ( |
| `topic_id` int(12) NOT NULL, | | `topic_id` int(12) NOT NULL, |
| `topic_name` varchar(60) NOT NULL, | | `topic_name` varchar(60) NOT NULL, |
| `topic_description` text, | | `topic_description` text, |
| `topic_type` enum('ed10','ed11','other') NOT NULL DEFAULT 'other', | | `topic_type` enum('ed10','ed11','other') NOT NULL DEFAULT 'other', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `events_meta` | | -- Table structure for table `events_meta` |
| -- | | -- |
| | | |
| CREATE TABLE `events_meta` ( | | CREATE TABLE `events_meta` ( |
| `meta_id` int(12) UNSIGNED NOT NULL, | | `meta_id` int(12) UNSIGNED NOT NULL, |
| `meta_parent_id` int(12) UNSIGNED DEFAULT NULL COMMENT 'This is an advanced feature for representing hierarchical trees of metadata', | | `meta_parent_id` int(12) UNSIGNED DEFAULT NULL COMMENT 'This is an advanced feature for representing hierarchical trees of metadata', |
| `event_id` int(12) NOT NULL, | | `event_id` int(12) NOT NULL, |
| `key` varchar(255) NOT NULL, | | `key` varchar(255) NOT NULL, |
| `value` longtext | | `value` longtext |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `events_recurring` | | -- Table structure for table `events_recurring` |
| -- | | -- |
| | | |
| CREATE TABLE `events_recurring` ( | | CREATE TABLE `events_recurring` ( |
| `recurring_id` int(12) NOT NULL, | | `recurring_id` int(12) NOT NULL, |
| `recurring_date` bigint(64) NOT NULL, | | `recurring_date` bigint(64) NOT NULL, |
| `recurring_until` bigint(64) NOT NULL, | | `recurring_until` bigint(64) NOT NULL, |
| `recurring_type` enum('daily','weekly','monthly','yearly') NOT NULL, | | `recurring_type` enum('daily','weekly','monthly','yearly') NOT NULL, |
| `recurring_frequency` int(12) NOT NULL, | | `recurring_frequency` int(12) NOT NULL, |
| `recurring_number` int(12) NOT NULL, | | `recurring_number` int(12) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `events_tbl_audience_status` | | -- Table structure for table `events_tbl_audience_status` |
| -- | | -- |
| | | |
| CREATE TABLE `events_tbl_audience_status` ( | | CREATE TABLE `events_tbl_audience_status` ( |
| `status_id` int(11) UNSIGNED NOT NULL, | | `status_id` int(11) UNSIGNED NOT NULL, |
| `cgroup_id` int(11) DEFAULT NULL, | | `cgroup_id` int(11) DEFAULT NULL, |
| `exam_post_id` int(11) UNSIGNED NOT NULL, | | `exam_post_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `status` varchar(25) DEFAULT NULL, | | `status` varchar(25) DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL | | `updated_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `eventtype_medbiq_assessment_method` | | -- Table structure for table `eventtype_medbiq_assessment_method` |
| -- | | -- |
| | | |
| CREATE TABLE `eventtype_medbiq_assessment_method` ( | | CREATE TABLE `eventtype_medbiq_assessment_method` ( |
| `eventtype_medbiq_assessment_method_id` int(11) UNSIGNED NOT NULL, | | `eventtype_medbiq_assessment_method_id` int(11) UNSIGNED NOT NULL, |
| `eventtype_id` int(12) NOT NULL DEFAULT '0', | | `eventtype_id` int(12) NOT NULL DEFAULT '0', |
| `medbiq_assessment_method_id` int(12) NOT NULL DEFAULT '0', | | `medbiq_assessment_method_id` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `eventtype_medbiq_resource` | | -- Table structure for table `eventtype_medbiq_resource` |
| -- | | -- |
| | | |
| CREATE TABLE `eventtype_medbiq_resource` ( | | CREATE TABLE `eventtype_medbiq_resource` ( |
| `eventtype_medbiq_resource_id` int(11) UNSIGNED NOT NULL, | | `eventtype_medbiq_resource_id` int(11) UNSIGNED NOT NULL, |
| `eventtype_id` int(12) NOT NULL DEFAULT '0', | | `eventtype_id` int(12) NOT NULL DEFAULT '0', |
| `medbiq_resource_id` int(12) NOT NULL DEFAULT '0', | | `medbiq_resource_id` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `eventtype_organisation` | | -- Table structure for table `eventtype_organisation` |
| -- | | -- |
| | | |
| CREATE TABLE `eventtype_organisation` ( | | CREATE TABLE `eventtype_organisation` ( |
| `eventtype_id` int(12) NOT NULL, | | `eventtype_id` int(12) NOT NULL, |
| `organisation_id` int(12) NOT NULL, | | `organisation_id` int(12) NOT NULL, |
| `eventtype_color` varchar(20) DEFAULT NULL | | `eventtype_color` varchar(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `eventtype_organisation` | | -- Dumping data for table `eventtype_organisation` |
| -- | | -- |
| | | |
| INSERT INTO `eventtype_organisation` (`eventtype_id`, `organisation_id`, `eventtype_color`) VALUES | | INSERT INTO `eventtype_organisation` (`eventtype_id`, `organisation_id`, `eventtype_color`) VALUES |
| (1, 1, NULL), | | (1, 1, NULL), |
| (2, 1, NULL), | | (2, 1, NULL), |
| (3, 1, NULL), | | (3, 1, NULL), |
| (4, 1, NULL), | | (4, 1, NULL), |
| (5, 1, NULL), | | (5, 1, NULL), |
| (6, 1, NULL), | | (6, 1, NULL), |
| (7, 1, NULL), | | (7, 1, NULL), |
| (8, 1, NULL), | | (8, 1, NULL), |
| (9, 1, NULL), | | (9, 1, NULL), |
| (10, 1, NULL); | | (10, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_absence_pools` | | -- Table structure for table `event_absence_pools` |
| -- | | -- |
| | | |
| CREATE TABLE `event_absence_pools` ( | | CREATE TABLE `event_absence_pools` ( |
| `eabsence_pool_id` int(11) UNSIGNED NOT NULL, | | `eabsence_pool_id` int(11) UNSIGNED NOT NULL, |
| `title` text NOT NULL, | | `title` text NOT NULL, |
| `description` text, | | `description` text, |
| `amount` int(11) NOT NULL, | | `amount` int(11) NOT NULL, |
| `start_date` int(11) DEFAULT NULL, | | `start_date` int(11) DEFAULT NULL, |
| `end_date` int(11) DEFAULT NULL, | | `end_date` int(11) DEFAULT NULL, |
| `session_based` tinyint(1) DEFAULT '0', | | `session_based` tinyint(1) DEFAULT '0', |
| `course_id` int(11) DEFAULT NULL, | | `course_id` int(11) DEFAULT NULL, |
| `organisation_id` int(11) UNSIGNED DEFAULT NULL, | | `organisation_id` int(11) UNSIGNED DEFAULT NULL, |
| `active` tinyint(1) DEFAULT '1', | | `active` tinyint(1) DEFAULT '1', |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `updated_date` int(11) NOT NULL, | | `updated_date` int(11) NOT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `event_absence_pools` | | -- Dumping data for table `event_absence_pools` |
| -- | | -- |
| | | |
| INSERT INTO `event_absence_pools` (`eabsence_pool_id`, `title`, `description`, `amount`, `start_date`, `end_date`, `session_based`, `course_id`, `organisation_id`, `active`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES | | INSERT INTO `event_absence_pools` (`eabsence_pool_id`, `title`, `description`, `amount`, `start_date`, `end_date`, `session_based`, `course_id`, `organisation_id`, `active`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES |
| (1, 'Absence Pool Title 1', 'Absence Pool Description 1', 3, 1685381585, 1685986385, 0, NULL, NULL, 1, 0, 0, 0, 0, NULL); | | (1, 'Absence Pool Title 1', 'Absence Pool Description 1', 3, 1685381585, 1685986385, 0, NULL, NULL, 1, 0, 0, 0, 0, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_absence_pool_etypes` | | -- Table structure for table `event_absence_pool_etypes` |
| -- | | -- |
| | | |
| CREATE TABLE `event_absence_pool_etypes` ( | | CREATE TABLE `event_absence_pool_etypes` ( |
| `eabsence_pool_etype_id` int(11) UNSIGNED NOT NULL, | | `eabsence_pool_etype_id` int(11) UNSIGNED NOT NULL, |
| `eabsence_pool_id` int(11) UNSIGNED NOT NULL, | | `eabsence_pool_id` int(11) UNSIGNED NOT NULL, |
| `eventtype_id` int(12) NOT NULL | | `eventtype_id` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `event_absence_pool_etypes` | | -- Dumping data for table `event_absence_pool_etypes` |
| -- | | -- |
| | | |
| INSERT INTO `event_absence_pool_etypes` (`eabsence_pool_etype_id`, `eabsence_pool_id`, `eventtype_id`) VALUES | | INSERT INTO `event_absence_pool_etypes` (`eabsence_pool_etype_id`, `eabsence_pool_id`, `eventtype_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 1, 2); | | (2, 1, 2); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_absence_pool_groups` | | -- Table structure for table `event_absence_pool_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `event_absence_pool_groups` ( | | CREATE TABLE `event_absence_pool_groups` ( |
| `eabsence_pool_group_id` int(11) UNSIGNED NOT NULL, | | `eabsence_pool_group_id` int(11) UNSIGNED NOT NULL, |
| `eabsence_pool_id` int(11) UNSIGNED NOT NULL, | | `eabsence_pool_id` int(11) UNSIGNED NOT NULL, |
| `group_id` int(12) NOT NULL | | `group_id` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `event_absence_pool_groups` | | -- Dumping data for table `event_absence_pool_groups` |
| -- | | -- |
| | | |
| INSERT INTO `event_absence_pool_groups` (`eabsence_pool_group_id`, `eabsence_pool_id`, `group_id`) VALUES | | INSERT INTO `event_absence_pool_groups` (`eabsence_pool_group_id`, `eabsence_pool_id`, `group_id`) VALUES |
| (1, 1, 2), | | (1, 1, 2), |
| (2, 1, 3), | | (2, 1, 3), |
| (3, 1, 4); | | (3, 1, 4); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_absence_reason_types` | | -- Table structure for table `event_absence_reason_types` |
| -- | | -- |
| | | |
| CREATE TABLE `event_absence_reason_types` ( | | CREATE TABLE `event_absence_reason_types` ( |
| `eabsence_reason_type_id` int(11) UNSIGNED NOT NULL, | | `eabsence_reason_type_id` int(11) UNSIGNED NOT NULL, |
| `title` text NOT NULL, | | `title` text NOT NULL, |
| `description` text, | | `description` text, |
| `organisation_id` int(11) UNSIGNED DEFAULT NULL, | | `organisation_id` int(11) UNSIGNED DEFAULT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `updated_date` int(11) NOT NULL, | | `updated_date` int(11) NOT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_absence_reason_type_approvers` | | -- Table structure for table `event_absence_reason_type_approvers` |
| -- | | -- |
| | | |
| CREATE TABLE `event_absence_reason_type_approvers` ( | | CREATE TABLE `event_absence_reason_type_approvers` ( |
| `eabsence_reason_type_approver_id` int(11) UNSIGNED NOT NULL, | | `eabsence_reason_type_approver_id` int(11) UNSIGNED NOT NULL, |
| `eabsence_reason_type_id` int(11) UNSIGNED NOT NULL, | | `eabsence_reason_type_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `tier` smallint(5) UNSIGNED NOT NULL, | | `tier` smallint(5) UNSIGNED NOT NULL, |
| `group_id` smallint(5) UNSIGNED DEFAULT NULL, | | `group_id` smallint(5) UNSIGNED DEFAULT NULL, |
| `role_id` smallint(5) UNSIGNED DEFAULT NULL, | | `role_id` smallint(5) UNSIGNED DEFAULT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `updated_date` int(11) NOT NULL, | | `updated_date` int(11) NOT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_absence_requests` | | -- Table structure for table `event_absence_requests` |
| -- | | -- |
| | | |
| CREATE TABLE `event_absence_requests` ( | | CREATE TABLE `event_absence_requests` ( |
| `request_id` int(11) UNSIGNED NOT NULL, | | `request_id` int(11) UNSIGNED NOT NULL, |
| `event_id` int(12) DEFAULT NULL, | | `event_id` int(12) DEFAULT NULL, |
| `request_detail_id` int(11) UNSIGNED DEFAULT NULL, | | `request_detail_id` int(11) UNSIGNED DEFAULT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `updated_date` int(11) NOT NULL, | | `updated_date` int(11) NOT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_absence_request_approvals` | | -- Table structure for table `event_absence_request_approvals` |
| -- | | -- |
| | | |
| CREATE TABLE `event_absence_request_approvals` ( | | CREATE TABLE `event_absence_request_approvals` ( |
| `eabsence_request_approval_id` int(11) UNSIGNED NOT NULL, | | `eabsence_request_approval_id` int(11) UNSIGNED NOT NULL, |
| `request_detail_id` int(11) UNSIGNED NOT NULL, | | `request_detail_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `approved` tinyint(1) DEFAULT NULL, | | `approved` tinyint(1) DEFAULT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `updated_date` int(11) NOT NULL, | | `updated_date` int(11) NOT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_absence_request_details` | | -- Table structure for table `event_absence_request_details` |
| -- | | -- |
| | | |
| CREATE TABLE `event_absence_request_details` ( | | CREATE TABLE `event_absence_request_details` ( |
| `request_detail_id` int(11) UNSIGNED NOT NULL, | | `request_detail_id` int(11) UNSIGNED NOT NULL, |
| `reference_code` varchar(6) NOT NULL, | | `reference_code` varchar(6) NOT NULL, |
| `request_reason_id` int(11) UNSIGNED DEFAULT NULL, | | `request_reason_id` int(11) UNSIGNED DEFAULT NULL, |
| `comment` text, | | `comment` text, |
| `notes` text, | | `notes` text, |
| `from` int(11) DEFAULT NULL, | | `from` int(11) DEFAULT NULL, |
| `to` int(11) DEFAULT NULL, | | `to` int(11) DEFAULT NULL, |
| `organisation_id` int(11) UNSIGNED DEFAULT NULL, | | `organisation_id` int(11) UNSIGNED DEFAULT NULL, |
| `request_status_id` int(11) UNSIGNED DEFAULT NULL, | | `request_status_id` int(11) UNSIGNED DEFAULT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `updated_date` int(11) NOT NULL, | | `updated_date` int(11) NOT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_absence_request_files` | | -- Table structure for table `event_absence_request_files` |
| -- | | -- |
| | | |
| CREATE TABLE `event_absence_request_files` ( | | CREATE TABLE `event_absence_request_files` ( |
| `file_id` int(11) UNSIGNED NOT NULL, | | `file_id` int(11) UNSIGNED NOT NULL, |
| `request_detail_id` int(11) UNSIGNED NOT NULL, | | `request_detail_id` int(11) UNSIGNED NOT NULL, |
| `file_name` varchar(255) NOT NULL DEFAULT '', | | `file_name` varchar(255) NOT NULL DEFAULT '', |
| `file_path` text NOT NULL, | | `file_path` text NOT NULL, |
| `mime_type` varchar(255) NOT NULL DEFAULT '', | | `mime_type` varchar(255) NOT NULL DEFAULT '', |
| `file_size` int(11) NOT NULL, | | `file_size` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_absence_request_messages` | | -- Table structure for table `event_absence_request_messages` |
| -- | | -- |
| | | |
| CREATE TABLE `event_absence_request_messages` ( | | CREATE TABLE `event_absence_request_messages` ( |
| `request_message_id` int(11) UNSIGNED NOT NULL, | | `request_message_id` int(11) UNSIGNED NOT NULL, |
| `request_detail_id` int(11) UNSIGNED NOT NULL, | | `request_detail_id` int(11) UNSIGNED NOT NULL, |
| `content` text NOT NULL, | | `content` text NOT NULL, |
| `active_role` varchar(255) NOT NULL, | | `active_role` varchar(255) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_absence_request_statuses` | | -- Table structure for table `event_absence_request_statuses` |
| -- | | -- |
| | | |
| CREATE TABLE `event_absence_request_statuses` ( | | CREATE TABLE `event_absence_request_statuses` ( |
| `request_status_id` int(11) UNSIGNED NOT NULL, | | `request_status_id` int(11) UNSIGNED NOT NULL, |
| `title` text, | | `title` text, |
| `description` text, | | `description` text, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `created_date` int(11) DEFAULT NULL, | | `created_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `event_absence_request_statuses` | | -- Dumping data for table `event_absence_request_statuses` |
| -- | | -- |
| | | |
| INSERT INTO `event_absence_request_statuses` (`request_status_id`, `title`, `description`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES | | INSERT INTO `event_absence_request_statuses` (`request_status_id`, `title`, `description`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES |
| (1, 'Pending', 'Under review.', NULL, NULL, NULL, NULL, NULL), | | (1, 'Pending', 'Under review.', NULL, NULL, NULL, NULL, NULL), |
| (2, 'Approved', 'This one\'s good.', NULL, NULL, NULL, NULL, NULL), | | (2, 'Approved', 'This one\'s good.', NULL, NULL, NULL, NULL, NULL), |
| (3, 'Rejected', 'This one\'s no good!', NULL, NULL, NULL, NULL, NULL); | | (3, 'Rejected', 'This one\'s no good!', NULL, NULL, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_attendance` | | -- Table structure for table `event_attendance` |
| -- | | -- |
| | | |
| CREATE TABLE `event_attendance` ( | | CREATE TABLE `event_attendance` ( |
| `eattendance_id` int(11) NOT NULL, | | `eattendance_id` int(11) NOT NULL, |
| `event_id` int(11) NOT NULL, | | `event_id` int(11) NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `active` int(1) DEFAULT '1', | | `active` int(1) DEFAULT '1', |
| `comments` varchar(255) DEFAULT NULL, | | `comments` varchar(255) DEFAULT NULL, |
| `update_method` varchar(15) DEFAULT NULL, | | `update_method` varchar(15) DEFAULT NULL, |
| `ea_status_id` int(12) UNSIGNED NOT NULL DEFAULT '1', | | `ea_status_id` int(12) UNSIGNED NOT NULL DEFAULT '1', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `attendance_time` int(11) DEFAULT NULL | | `attendance_time` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `event_attendance` | | -- Dumping data for table `event_attendance` |
| -- | | -- |
| | | |
| INSERT INTO `event_attendance` (`eattendance_id`, `event_id`, `proxy_id`, `active`, `comments`, `update_method`, `ea_status_id`, `updated_date`, `updated_by`, `attendance_time`) VALUES | | INSERT INTO `event_attendance` (`eattendance_id`, `event_id`, `proxy_id`, `active`, `comments`, `update_method`, `ea_status_id`, `updated_date`, `updated_by`, `attendance_time`) VALUES |
| (1, 11, 2, 1, NULL, 'interface', 1, 1685381586, 1, 1685467986), | | (1, 11, 2, 1, NULL, 'interface', 1, 1685381586, 1, 1685467986), |
| (2, 11, 2, 1, NULL, 'location', 2, 1685381586, 1, 1685554386), | | (2, 11, 2, 1, NULL, 'location', 2, 1685381586, 1, 1685554386), |
| (3, 29, 11, 1, NULL, 'interface', 2, 1685381586, 1, 1684949586), | | (3, 29, 11, 1, NULL, 'interface', 2, 1685381586, 1, 1684949586), |
| (4, 29, 3, 1, NULL, 'interface', 2, 1685381586, 1, 1684949586); | | (4, 29, 3, 1, NULL, 'interface', 2, 1685381586, 1, 1684949586); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_attendance_history` | | -- Table structure for table `event_attendance_history` |
| -- | | -- |
| | | |
| CREATE TABLE `event_attendance_history` ( | | CREATE TABLE `event_attendance_history` ( |
| `eattendance_history_id` int(11) NOT NULL, | | `eattendance_history_id` int(11) NOT NULL, |
| `eattendance_id` int(11) NOT NULL, | | `eattendance_id` int(11) NOT NULL, |
| `event_id` int(11) NOT NULL, | | `event_id` int(11) NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `active` int(1) DEFAULT '1', | | `active` int(1) DEFAULT '1', |
| `comments` varchar(255) DEFAULT NULL, | | `comments` varchar(255) DEFAULT NULL, |
| `update_method` varchar(15) DEFAULT NULL, | | `update_method` varchar(15) DEFAULT NULL, |
| `ea_status_id` int(12) UNSIGNED NOT NULL DEFAULT '1', | | `ea_status_id` int(12) UNSIGNED NOT NULL DEFAULT '1', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `attendance_time` int(11) DEFAULT NULL | | `attendance_time` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_attendance_notifications` | | -- Table structure for table `event_attendance_notifications` |
| -- | | -- |
| | | |
| CREATE TABLE `event_attendance_notifications` ( | | CREATE TABLE `event_attendance_notifications` ( |
| `ea_notification_id` int(12) UNSIGNED NOT NULL, | | `ea_notification_id` int(12) UNSIGNED NOT NULL, |
| `event_id` int(12) NOT NULL, | | `event_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL, | | `proxy_id` int(12) NOT NULL, |
| `notification_target_type` enum('director','ccoordinator','pcoordinator','learner') NOT NULL, | | `notification_target_type` enum('director','ccoordinator','pcoordinator','learner') NOT NULL, |
| `notification_type` enum('late','absent') NOT NULL, | | `notification_type` enum('late','absent') NOT NULL, |
| `notification_id` int(11) NOT NULL, | | `notification_id` int(11) NOT NULL, |
| `nuser_id` int(11) NOT NULL, | | `nuser_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `sent_date` bigint(64) DEFAULT NULL, | | `sent_date` bigint(64) DEFAULT NULL, |
| `followup_date` bigint(64) DEFAULT NULL, | | `followup_date` bigint(64) DEFAULT NULL, |
| `followup_sent_date` bigint(64) DEFAULT NULL, | | `followup_sent_date` bigint(64) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_attendance_notification_templates` | | -- Table structure for table `event_attendance_notification_templates` |
| -- | | -- |
| | | |
| CREATE TABLE `event_attendance_notification_templates` ( | | CREATE TABLE `event_attendance_notification_templates` ( |
| `ea_notification_template_id` int(12) UNSIGNED NOT NULL, | | `ea_notification_template_id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(12) NOT NULL, | | `organisation_id` int(12) NOT NULL, |
| `notification_template_type` enum('course contact','course contact followup','learner') DEFAULT NULL, | | `notification_template_type` enum('course contact','course contact followup','learner') DEFAULT NULL, |
| `template_body` text NOT NULL, | | `template_body` text NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='DEPRECATED. Contents of this table moved to email_organisation_templates under Migrate_2021_10_22_112818_ME5808'; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='DEPRECATED. Contents of this table moved to email_organisation_templates under Migrate_2021_10_22_112818_ME5808'; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_attendance_statuses` | | -- Table structure for table `event_attendance_statuses` |
| -- | | -- |
| | | |
| CREATE TABLE `event_attendance_statuses` ( | | CREATE TABLE `event_attendance_statuses` ( |
| `ea_status_id` int(12) UNSIGNED NOT NULL, | | `ea_status_id` int(12) UNSIGNED NOT NULL, |
| `status` varchar(32) NOT NULL, | | `status` varchar(32) NOT NULL, |
| `alias` varchar(32) NOT NULL, | | `alias` varchar(32) NOT NULL, |
| `active` int(1) DEFAULT '1' | | `active` int(1) DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `event_attendance_statuses` | | -- Dumping data for table `event_attendance_statuses` |
| -- | | -- |
| | | |
| INSERT INTO `event_attendance_statuses` (`ea_status_id`, `status`, `alias`, `active`) VALUES | | INSERT INTO `event_attendance_statuses` (`ea_status_id`, `status`, `alias`, `active`) VALUES |
| (1, 'absent', 'absent', 1), | | (1, 'absent', 'absent', 1), |
| (2, 'present', 'present', 1), | | (2, 'present', 'present', 1), |
| (3, 'late', 'late', 1), | | (3, 'late', 'late', 1), |
| (4, 'unexcused_absent', 'unexcused absence', 1), | | (4, 'unexcused_absent', 'unexcused absence', 1), |
| (5, 'unexcused_late', 'unexcused late', 1), | | (5, 'unexcused_late', 'unexcused late', 1), |
| (6, 'excused_absent', 'excused absence', 1), | | (6, 'excused_absent', 'excused absence', 1), |
| (7, 'excused_late', 'excused late', 1); | | (7, 'excused_late', 'excused late', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_audience` | | -- Table structure for table `event_audience` |
| -- | | -- |
| | | |
| CREATE TABLE `event_audience` ( | | CREATE TABLE `event_audience` ( |
| `eaudience_id` int(12) NOT NULL, | | `eaudience_id` int(12) NOT NULL, |
| `event_id` int(12) NOT NULL DEFAULT '0', | | `event_id` int(12) NOT NULL DEFAULT '0', |
| `audience_type` enum('proxy_id','grad_year','cohort','organisation_id','group_id','course_id','cgroup_id','faculty_id') NOT NULL DEFAULT 'cohort', | | `audience_type` enum('proxy_id','grad_year','cohort','organisation_id','group_id','course_id','cgroup_id','faculty_id') NOT NULL DEFAULT 'cohort', |
| `audience_value` varchar(16) NOT NULL, | | `audience_value` varchar(16) NOT NULL, |
| `custom_time` int(1) DEFAULT '0', | | `custom_time` int(1) DEFAULT '0', |
| `custom_time_start` bigint(64) DEFAULT '0', | | `custom_time_start` bigint(64) DEFAULT '0', |
| `custom_time_end` bigint(64) DEFAULT '0', | | `custom_time_end` bigint(64) DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `event_audience` | | -- Dumping data for table `event_audience` |
| -- | | -- |
| | | |
| INSERT INTO `event_audience` (`eaudience_id`, `event_id`, `audience_type`, `audience_value`, `custom_time`, `custom_time_start`, `custom_time_end`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `event_audience` (`eaudience_id`, `event_id`, `audience_type`, `audience_value`, `custom_time`, `custom_time_start`, `custom_time_end`, `updated_date`, `updated_by`) VALUES |
| (1, 1, 'proxy_id', '2', 0, 0, 0, 1685381586, 1), | | (1, 1, 'proxy_id', '2', 0, 0, 0, 1685381586, 1), |
| (2, 1, 'proxy_id', '3', 0, 0, 0, 1685381586, 1), | | (2, 1, 'proxy_id', '3', 0, 0, 0, 1685381586, 1), |
| (3, 2, 'proxy_id', '2', 0, 0, 0, 1685381586, 1), | | (3, 2, 'proxy_id', '2', 0, 0, 0, 1685381586, 1), |
| (4, 2, 'proxy_id', '3', 0, 0, 0, 1685381586, 1), | | (4, 2, 'proxy_id', '3', 0, 0, 0, 1685381586, 1), |
| (5, 3, 'cohort', '5', 0, 0, 0, 1685381586, 1), | | (5, 3, 'cohort', '5', 0, 0, 0, 1685381586, 1), |
| (6, 4, 'course_id', '1', NULL, NULL, NULL, 1685381586, 1), | | (6, 4, 'course_id', '1', NULL, NULL, NULL, 1685381586, 1), |
| (7, 5, 'cohort', '1', NULL, NULL, NULL, 1685381586, 1), | | (7, 5, 'cohort', '1', NULL, NULL, NULL, 1685381586, 1), |
| (8, 10, 'course_id', '1', NULL, NULL, NULL, 1685381586, 1), | | (8, 10, 'course_id', '1', NULL, NULL, NULL, 1685381586, 1), |
| (9, 12, 'course_id', '9', NULL, NULL, NULL, 1685381586, 1), | | (9, 12, 'course_id', '9', NULL, NULL, NULL, 1685381586, 1), |
| (10, 13, 'course_id', '10', NULL, NULL, NULL, 1685381586, 1), | | (10, 13, 'course_id', '10', NULL, NULL, NULL, 1685381586, 1), |
| (11, 14, 'course_id', '11', NULL, NULL, NULL, 1685381586, 1), | | (11, 14, 'course_id', '11', NULL, NULL, NULL, 1685381586, 1), |
| (12, 15, 'course_id', '12', NULL, NULL, NULL, 1685381586, 1), | | (12, 15, 'course_id', '12', NULL, NULL, NULL, 1685381586, 1), |
| (13, 16, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1), | | (13, 16, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1), |
| (14, 18, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1), | | (14, 18, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1), |
| (15, 19, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1), | | (15, 19, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1), |
| (16, 20, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1), | | (16, 20, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1), |
| (17, 21, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1), | | (17, 21, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1), |
| (18, 11, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1), | | (18, 11, 'cohort', '5', NULL, NULL, NULL, 1685381586, 1), |
| (19, 29, 'group_id', '4', NULL, NULL, NULL, 1685381586, 1), | | (19, 29, 'group_id', '4', NULL, NULL, NULL, 1685381586, 1), |
| (20, 30, 'group_id', '4', NULL, NULL, NULL, 1685381586, 1); | | (20, 30, 'group_id', '4', NULL, NULL, NULL, 1685381586, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_contacts` | | -- Table structure for table `event_contacts` |
| -- | | -- |
| | | |
| CREATE TABLE `event_contacts` ( | | CREATE TABLE `event_contacts` ( |
| `econtact_id` int(12) NOT NULL, | | `econtact_id` int(12) NOT NULL, |
| `event_id` int(12) NOT NULL DEFAULT '0', | | `event_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `contact_role` enum('teacher','tutor','ta','auditor') NOT NULL, | | `contact_role` enum('teacher','tutor','ta','auditor') NOT NULL, |
| `contact_order` int(6) NOT NULL DEFAULT '0', | | `contact_order` int(6) NOT NULL DEFAULT '0', |
| `teaching_minutes` int(3) DEFAULT '0', | | `teaching_minutes` int(3) DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `event_contacts` | | -- Dumping data for table `event_contacts` |
| -- | | -- |
| | | |
| INSERT INTO `event_contacts` (`econtact_id`, `event_id`, `proxy_id`, `contact_role`, `contact_order`, `teaching_minutes`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `event_contacts` (`econtact_id`, `event_id`, `proxy_id`, `contact_role`, `contact_order`, `teaching_minutes`, `updated_date`, `updated_by`) VALUES |
| (1, 1, 5, 'teacher', 0, 0, 1685381586, 1), | | (1, 1, 5, 'teacher', 0, 0, 1685381586, 1), |
| (2, 4, 1, 'teacher', 0, 0, 1685381586, 1), | | (2, 4, 1, 'teacher', 0, 0, 1685381586, 1), |
| (3, 17, 5, 'teacher', 0, 60, 1685381586, 1); | | (3, 17, 5, 'teacher', 0, 60, 1685381586, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_curriculum_tracks` | | -- Table structure for table `event_curriculum_tracks` |
| -- | | -- |
| | | |
| CREATE TABLE `event_curriculum_tracks` ( | | CREATE TABLE `event_curriculum_tracks` ( |
| `ectrack_id` int(12) UNSIGNED NOT NULL, | | `ectrack_id` int(12) UNSIGNED NOT NULL, |
| `event_id` int(12) NOT NULL, | | `event_id` int(12) NOT NULL, |
| `curriculum_track_id` int(12) NOT NULL, | | `curriculum_track_id` int(12) NOT NULL, |
| `active` tinyint(1) NOT NULL, | | `active` tinyint(1) NOT NULL, |
| `created_by` int(12) DEFAULT NULL, | | `created_by` int(12) DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL | | `updated_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `event_curriculum_tracks` | | -- Dumping data for table `event_curriculum_tracks` |
| -- | | -- |
| | | |
| INSERT INTO `event_curriculum_tracks` (`ectrack_id`, `event_id`, `curriculum_track_id`, `active`, `created_by`, `created_date`, `updated_by`, `updated_date`) VALUES | | INSERT INTO `event_curriculum_tracks` (`ectrack_id`, `event_id`, `curriculum_track_id`, `active`, `created_by`, `created_date`, `updated_by`, `updated_date`) VALUES |
| (1, 1, 1, 1, 1, 1685381586, NULL, NULL), | | (1, 1, 1, 1, 1, 1685381586, NULL, NULL), |
| (2, 24, 11, 1, 1, 1685381586, NULL, NULL); | | (2, 24, 11, 1, 1, 1685381586, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_discussions` | | -- Table structure for table `event_discussions` |
| -- | | -- |
| | | |
| CREATE TABLE `event_discussions` ( | | CREATE TABLE `event_discussions` ( |
| `ediscussion_id` int(12) NOT NULL, | | `ediscussion_id` int(12) NOT NULL, |
| `event_id` int(12) NOT NULL DEFAULT '0', | | `event_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `parent_id` int(12) NOT NULL DEFAULT '0', | | `parent_id` int(12) NOT NULL DEFAULT '0', |
| `discussion_title` varchar(128) NOT NULL, | | `discussion_title` varchar(128) NOT NULL, |
| `discussion_comment` text NOT NULL, | | `discussion_comment` text NOT NULL, |
| `discussion_active` int(1) NOT NULL DEFAULT '1', | | `discussion_active` int(1) NOT NULL DEFAULT '1', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_eventtypes` | | -- Table structure for table `event_eventtypes` |
| -- | | -- |
| | | |
| CREATE TABLE `event_eventtypes` ( | | CREATE TABLE `event_eventtypes` ( |
| `eeventtype_id` int(12) UNSIGNED NOT NULL, | | `eeventtype_id` int(12) UNSIGNED NOT NULL, |
| `event_id` int(12) NOT NULL, | | `event_id` int(12) NOT NULL, |
| `eventtype_id` int(12) NOT NULL, | | `eventtype_id` int(12) NOT NULL, |
| `duration` float DEFAULT NULL | | `duration` float DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `event_eventtypes` | | -- Dumping data for table `event_eventtypes` |
| -- | | -- |
| | | |
| INSERT INTO `event_eventtypes` (`eeventtype_id`, `event_id`, `eventtype_id`, `duration`) VALUES | | INSERT INTO `event_eventtypes` (`eeventtype_id`, `event_id`, `eventtype_id`, `duration`) VALUES |
| (1, 1, 1, 60), | | (1, 1, 1, 60), |
| (2, 2, 1, 60), | | (2, 2, 1, 60), |
| (3, 3, 1, 60), | | (3, 3, 1, 60), |
| (4, 4, 3, 60), | | (4, 4, 3, 60), |
| (5, 5, 1, 60), | | (5, 5, 1, 60), |
| (6, 6, 1, 60), | | (6, 6, 1, 60), |
| (7, 7, 1, 60), | | (7, 7, 1, 60), |
| (8, 8, 10, 60), | | (8, 8, 10, 60), |
| (9, 9, 10, 60), | | (9, 9, 10, 60), |
| (10, 11, 1, 60), | | (10, 11, 1, 60), |
| (11, 12, 1, 60), | | (11, 12, 1, 60), |
| (12, 13, 2, 60), | | (12, 13, 2, 60), |
| (13, 14, 5, 60), | | (13, 14, 5, 60), |
| (14, 15, 9, 60), | | (14, 15, 9, 60), |
| (15, 17, 1, 60), | | (15, 17, 1, 60), |
| (16, 18, 1, 60), | | (16, 18, 1, 60), |
| (17, 19, 1, 60), | | (17, 19, 1, 60), |
| (18, 20, 1, 60), | | (18, 20, 1, 60), |
| (19, 21, 1, 60), | | (19, 21, 1, 60), |
| (20, 24, 1, 60), | | (20, 24, 1, 60), |
| (21, 25, 1, 60), | | (21, 25, 1, 60), |
| (22, 29, 1, 60); | | (22, 29, 1, 60); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_feedback_forms` | | -- Table structure for table `event_feedback_forms` |
| -- | | -- |
| | | |
| CREATE TABLE `event_feedback_forms` ( | | CREATE TABLE `event_feedback_forms` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `event_id` int(11) NOT NULL DEFAULT '0', | | `event_id` int(11) NOT NULL DEFAULT '0', |
| `form_id` int(11) NOT NULL, | | `form_id` int(11) NOT NULL, |
| `required` int(1) NOT NULL DEFAULT '0', | | `required` int(1) NOT NULL DEFAULT '0', |
| `timeframe` varchar(64) NOT NULL DEFAULT 'none', | | `timeframe` varchar(64) NOT NULL DEFAULT 'none', |
| `accesses` int(11) NOT NULL DEFAULT '0', | | `accesses` int(11) NOT NULL DEFAULT '0', |
| `release_date` int(11) NOT NULL, | | `release_date` int(11) NOT NULL, |
| `release_until` int(11) NOT NULL, | | `release_until` int(11) NOT NULL, |
| `access_code_required` int(11) DEFAULT NULL, | | `access_code_required` int(11) DEFAULT NULL, |
| `access_code` varchar(255) DEFAULT NULL, | | `access_code` varchar(255) DEFAULT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `updated_date` int(11) NOT NULL, | | `updated_date` int(11) NOT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_files` | | -- Table structure for table `event_files` |
| -- | | -- |
| | | |
| CREATE TABLE `event_files` ( | | CREATE TABLE `event_files` ( |
| `efile_id` int(12) NOT NULL, | | `efile_id` int(12) NOT NULL, |
| `event_status` enum('published','draft') NOT NULL DEFAULT 'published', | | `event_status` enum('published','draft') NOT NULL DEFAULT 'published', |
| `event_id` int(12) NOT NULL DEFAULT '0', | | `event_id` int(12) NOT NULL DEFAULT '0', |
| `required` int(1) NOT NULL DEFAULT '0', | | `required` int(1) NOT NULL DEFAULT '0', |
| `timeframe` varchar(64) NOT NULL DEFAULT 'none', | | `timeframe` varchar(64) NOT NULL DEFAULT 'none', |
| `file_category` varchar(32) NOT NULL DEFAULT 'other', | | `file_category` varchar(32) NOT NULL DEFAULT 'other', |
| `file_type` varchar(255) NOT NULL, | | `file_type` varchar(255) NOT NULL, |
| `file_size` varchar(32) NOT NULL, | | `file_size` varchar(32) NOT NULL, |
| `file_name` varchar(255) NOT NULL, | | `file_name` varchar(255) NOT NULL, |
| `file_title` varchar(128) NOT NULL, | | `file_title` varchar(128) NOT NULL, |
| `file_notes` longtext NOT NULL, | | `file_notes` longtext NOT NULL, |
| `file_contents` longtext, | | `file_contents` longtext, |
| `access_method` int(1) NOT NULL DEFAULT '0', | | `access_method` int(1) NOT NULL DEFAULT '0', |
| `hidden` int(1) NOT NULL DEFAULT '0', | | `hidden` int(1) NOT NULL DEFAULT '0', |
| `accesses` int(12) NOT NULL DEFAULT '0', | | `accesses` int(12) NOT NULL DEFAULT '0', |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_until` bigint(64) NOT NULL DEFAULT '0', | | `release_until` bigint(64) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `draft` tinyint(1) NOT NULL DEFAULT '0' | | `draft` tinyint(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `event_files` | | -- Dumping data for table `event_files` |
| -- | | -- |
| | | |
| INSERT INTO `event_files` (`efile_id`, `event_status`, `event_id`, `required`, `timeframe`, `file_category`, `file_type`, `file_size`, `file_name`, `file_title`, `file_notes`, `file_contents`, `access_method`, `hidden`, `accesses`, `release_date`, `release_until`, `updated_date`, `updated_by`, `draft`) VALUES | | INSERT INTO `event_files` (`efile_id`, `event_status`, `event_id`, `required`, `timeframe`, `file_category`, `file_type`, `file_size`, `file_name`, `file_title`, `file_notes`, `file_contents`, `access_method`, `hidden`, `accesses`, `release_date`, `release_until`, `updated_date`, `updated_by`, `draft`) VALUES |
| (1, 'published', 1, 0, 'none', 'other', 'text/plain', '23', 'test-file1-public.txt', '', 'Test resource 1 - public viewable', 'this is a line of text.', 0, 0, 0, 0, 0, 1640131298, 1, 0), | | (1, 'published', 1, 0, 'none', 'other', 'text/plain', '23', 'test-file1-public.txt', '', 'Test resource 1 - public viewable', 'this is a line of text.', 0, 0, 0, 0, 0, 1640131298, 1, 0), |
| (2, 'published', 1, 0, 'none', 'other', 'text/plain', '23', 'test-file2-public.txt', '', 'Test resource 2 - public viewable', 'this is a line of text.', 0, 0, 0, 0, 0, 1640131324, 1, 0), | | (2, 'published', 1, 0, 'none', 'other', 'text/plain', '23', 'test-file2-public.txt', '', 'Test resource 2 - public viewable', 'this is a line of text.', 0, 0, 0, 0, 0, 1640131324, 1, 0), |
| (3, 'published', 1, 0, 'none', 'other', 'text/plain', '23', 'test-file3-private.txt', '', 'test resource 3 - private', 'this is a line of text.', 0, 1, 0, 0, 0, 1640131358, 1, 0), | | (3, 'published', 1, 0, 'none', 'other', 'text/plain', '23', 'test-file3-private.txt', '', 'test resource 3 - private', 'this is a line of text.', 0, 1, 0, 0, 0, 1640131358, 1, 0), |
| (4, 'published', 4, 0, 'pre', 'other', 'text/plain', '31457', 'draft-schedule-export-2022-03-24.csv', 'Test File - OPS-698', 'This is a test file.', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 0), | | (4, 'published', 4, 0, 'pre', 'other', 'text/plain', '31457', 'draft-schedule-export-2022-03-24.csv', 'Test File - OPS-698', 'This is a test file.', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 0), |
| (5, 'published', 4, 1, 'pre', 'other', 'application/x-empty', '0', 'fnksnfknkfnkdnfkndskfnkdnfkndsskfnkdsnfkdsnkfndsknfdsnfkndskfnkdnsfkewofjrenfklndsfndsksnfkdsnfknsdksfnkdnjgfjngkfndknkdgnkfndgknfgndfgnfngfngdnsgknfkfdngknkfdngkndskgnkndskgnkdnsgkndsk.txt', 'Test Large File Name - OPS-698', 'The file has a long name.', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 1), | | (5, 'published', 4, 1, 'pre', 'other', 'application/x-empty', '0', 'fnksnfknkfnkdnfkndskfnkdnfkndsskfnkdsnfkdsnkfndsknfdsnfkndskfnkdnsfkewofjrenfklndsfndsksnfkdsnfknsdksfnkdnjgfjngkfndknkdgnkfndgknfgndfgnfngfngdnsgknfkfdngknkfdngkndskgnkndskgnkdnsgkndsk.txt', 'Test Large File Name - OPS-698', 'The file has a long name.', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 1), |
| (6, 'published', 18, 1, 'pre', 'other', 'application/x-empty', '0', 'test-file.txt', 'Uploaded Recurring Test File', 'Uploaded Recurring Test File description', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 0), | | (6, 'published', 18, 1, 'pre', 'other', 'application/x-empty', '0', 'test-file.txt', 'Uploaded Recurring Test File', 'Uploaded Recurring Test File description', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 0), |
| (7, 'published', 19, 1, 'pre', 'other', 'application/x-empty', '0', 'test-file.txt', 'Uploaded Recurring Test File', 'Uploaded Recurring Test File description', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 0), | | (7, 'published', 19, 1, 'pre', 'other', 'application/x-empty', '0', 'test-file.txt', 'Uploaded Recurring Test File', 'Uploaded Recurring Test File description', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 0), |
| (8, 'published', 20, 1, 'pre', 'other', 'application/x-empty', '0', 'test-file.txt', 'Uploaded Recurring Test File', 'Uploaded Recurring Test File description', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 0); | | (8, 'published', 20, 1, 'pre', 'other', 'application/x-empty', '0', 'test-file.txt', 'Uploaded Recurring Test File', 'Uploaded Recurring Test File description', NULL, 0, 0, 0, 0, 0, 1685381586, 1, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_history` | | -- Table structure for table `event_history` |
| -- | | -- |
| | | |
| CREATE TABLE `event_history` ( | | CREATE TABLE `event_history` ( |
| `ehistory_id` int(12) NOT NULL, | | `ehistory_id` int(12) NOT NULL, |
| `event_id` int(12) DEFAULT '0', | | `event_id` int(12) DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `history_message` text NOT NULL, | | `history_message` text NOT NULL, |
| `history_display` int(1) NOT NULL DEFAULT '0', | | `history_display` int(1) NOT NULL DEFAULT '0', |
| `history_timestamp` bigint(64) NOT NULL DEFAULT '0' | | `history_timestamp` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `event_history` | | -- Dumping data for table `event_history` |
| -- | | -- |
| | | |
| INSERT INTO `event_history` (`ehistory_id`, `event_id`, `proxy_id`, `history_message`, `history_display`, `history_timestamp`) VALUES | | INSERT INTO `event_history` (`ehistory_id`, `event_id`, `proxy_id`, `history_message`, `history_display`, `history_timestamp`) VALUES |
| (1, 1, 2, 'created this learning event.', 0, 1685381586), | | (1, 1, 2, 'created this learning event.', 0, 1685381586), |
| (2, 1, 2, 'added test-file1-public.txt other file.', 0, 1685381586), | | (2, 1, 2, 'added test-file1-public.txt other file.', 0, 1685381586), |
| (3, 1, 2, 'added test-file2-public.txt other file.', 0, 1685381586), | | (3, 1, 2, 'added test-file2-public.txt other file.', 0, 1685381586), |
| (4, 1, 2, 'added test-file3-private.txt other file.', 0, 1685381586), | | (4, 1, 2, 'added test-file3-private.txt other file.', 0, 1685381586), |
| (5, 4, 1, 'created this learning event.', 0, 1685381586), | | (5, 4, 1, 'created this learning event.', 0, 1685381586), |
| (6, 4, 1, 'added draft-schedule-export-2022-03-24.csv other file.', 0, 1685381586), | | (6, 4, 1, 'added draft-schedule-export-2022-03-24.csv other file.', 0, 1685381586), |
| (7, 4, 1, 'added https => //stackoverflow.com/questions/3040833/stash-only-one-file-out-of-multiple-files-that-have-changed-with-git link.', 0, 1685381586), | | (7, 4, 1, 'added https => //stackoverflow.com/questions/3040833/stash-only-one-file-out-of-multiple-files-that-have-changed-with-git link.', 0, 1685381586), |
| (8, 4, 1, 'added a streaming resource.', 0, 1685381586), | | (8, 4, 1, 'added a streaming resource.', 0, 1685381586), |
| (9, 4, 1, 'updated event content => [Event Description]', 0, 1685381586), | | (9, 4, 1, 'updated event content => [Event Description]', 0, 1685381586), |
| (10, 4, 1, 'added Test Large File Name - OPS-698 other file.', 0, 1685381586), | | (10, 4, 1, 'added Test Large File Name - OPS-698 other file.', 0, 1685381586), |
| (11, 12, 1, 'created this learning event.', 0, 1685381586), | | (11, 12, 1, 'created this learning event.', 0, 1685381586), |
| (12, 13, 1, 'created this learning event.', 0, 1685381586), | | (12, 13, 1, 'created this learning event.', 0, 1685381586), |
| (13, 14, 1, 'created this learning event.', 0, 1685381586), | | (13, 14, 1, 'created this learning event.', 0, 1685381586), |
| (14, 15, 1, 'created this learning event.', 0, 1685381586), | | (14, 15, 1, 'created this learning event.', 0, 1685381586), |
| (15, 19, 1, 'created this learning event.', 0, 1685381586), | | (15, 19, 1, 'created this learning event.', 0, 1685381586), |
| (16, 20, 1, 'created this learning event.', 0, 1685381586), | | (16, 20, 1, 'created this learning event.', 0, 1685381586), |
| (17, 18, 1, 'created this learning event.', 0, 1685381586), | | (17, 18, 1, 'created this learning event.', 0, 1685381586), |
| (18, 18, 1, 'added Uploaded Recurring Test File other file.', 0, 1685381586), | | (18, 18, 1, 'added Uploaded Recurring Test File other file.', 0, 1685381586), |
| (19, 19, 1, 'inserted Uploaded Recurring Test File other file.', 0, 1685381586), | | (19, 19, 1, 'inserted Uploaded Recurring Test File other file.', 0, 1685381586), |
| (20, 20, 1, 'inserted Uploaded Recurring Test File other file.', 0, 1685381586); | | (20, 20, 1, 'inserted Uploaded Recurring Test File other file.', 0, 1685381586); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_keywords` | | -- Table structure for table `event_keywords` |
| -- | | -- |
| | | |
| CREATE TABLE `event_keywords` ( | | CREATE TABLE `event_keywords` ( |
| `ekeyword_id` int(12) UNSIGNED NOT NULL, | | `ekeyword_id` int(12) UNSIGNED NOT NULL, |
| `event_id` int(12) NOT NULL, | | `event_id` int(12) NOT NULL, |
| `keyword_id` varchar(12) NOT NULL DEFAULT '', | | `keyword_id` varchar(12) NOT NULL DEFAULT '', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_linked_objectives` | | -- Table structure for table `event_linked_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `event_linked_objectives` ( | | CREATE TABLE `event_linked_objectives` ( |
| `elobjective_id` int(12) UNSIGNED NOT NULL, | | `elobjective_id` int(12) UNSIGNED NOT NULL, |
| `event_id` int(12) NOT NULL, | | `event_id` int(12) NOT NULL, |
| `objective_id` int(12) UNSIGNED DEFAULT NULL, | | `objective_id` int(12) UNSIGNED DEFAULT NULL, |
| `target_objective_id` int(12) UNSIGNED DEFAULT NULL, | | `target_objective_id` int(12) UNSIGNED DEFAULT NULL, |
| `version_id` int(11) UNSIGNED DEFAULT NULL, | | `version_id` int(11) UNSIGNED DEFAULT NULL, |
| `active` tinyint(1) DEFAULT NULL, | | `active` tinyint(1) DEFAULT NULL, |
| `linked_objective_id` int(12) UNSIGNED DEFAULT NULL COMMENT 'DEPRECATED. Contents of linked_objectives related to events moved to event_linked_objectives under Migrate_2020_03_13_123438_ME2846', | | `linked_objective_id` int(12) UNSIGNED DEFAULT NULL COMMENT 'DEPRECATED. Contents of linked_objectives related to events moved to event_linked_objectives under Migrate_2020_03_13_123438_ME2846', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL | | `updated_by` int(12) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_links` | | -- Table structure for table `event_links` |
| -- | | -- |
| | | |
| CREATE TABLE `event_links` ( | | CREATE TABLE `event_links` ( |
| `elink_id` int(12) NOT NULL, | | `elink_id` int(12) NOT NULL, |
| `event_id` int(12) NOT NULL DEFAULT '0', | | `event_id` int(12) NOT NULL DEFAULT '0', |
| `required` int(1) NOT NULL DEFAULT '0', | | `required` int(1) NOT NULL DEFAULT '0', |
| `timeframe` varchar(64) NOT NULL DEFAULT 'none', | | `timeframe` varchar(64) NOT NULL DEFAULT 'none', |
| `proxify` int(1) NOT NULL DEFAULT '0', | | `proxify` int(1) NOT NULL DEFAULT '0', |
| `link` text NOT NULL, | | `link` text NOT NULL, |
| `link_title` varchar(255) NOT NULL, | | `link_title` varchar(255) NOT NULL, |
| `link_notes` text NOT NULL, | | `link_notes` text NOT NULL, |
| `hidden` int(1) NOT NULL DEFAULT '0', | | `hidden` int(1) NOT NULL DEFAULT '0', |
| `accesses` int(12) NOT NULL DEFAULT '0', | | `accesses` int(12) NOT NULL DEFAULT '0', |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_until` bigint(64) NOT NULL DEFAULT '0', | | `release_until` bigint(64) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `draft` tinyint(1) NOT NULL DEFAULT '0', | | `draft` tinyint(1) NOT NULL DEFAULT '0', |
| `assessment_id` int(12) UNSIGNED DEFAULT NULL, | | `assessment_id` int(12) UNSIGNED DEFAULT NULL, |
| `scoring_method` int(12) UNSIGNED NOT NULL DEFAULT '1' | | `scoring_method` int(12) UNSIGNED NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `event_links` | | -- Dumping data for table `event_links` |
| -- | | -- |
| | | |
| INSERT INTO `event_links` (`elink_id`, `event_id`, `required`, `timeframe`, `proxify`, `link`, `link_title`, `link_notes`, `hidden`, `accesses`, `release_date`, `release_until`, `updated_date`, `updated_by`, `draft`, `assessment_id`, `scoring_method`) VALUES | | INSERT INTO `event_links` (`elink_id`, `event_id`, `required`, `timeframe`, `proxify`, `link`, `link_title`, `link_notes`, `hidden`, `accesses`, `release_date`, `release_until`, `updated_date`, `updated_by`, `draft`, `assessment_id`, `scoring_method`) VALUES |
| (1, 4, 0, 'none', 0, 'https => //stackoverflow.com/questions/3040833/stash-only-one-file-out-of-multiple-files-that-have-changed-with-git', 'Test Link - OPS-698', 'This is a test link.', 0, 0, 0, 0, 1685381586, 1, 0, NULL, 1); | | (1, 4, 0, 'none', 0, 'https => //stackoverflow.com/questions/3040833/stash-only-one-file-out-of-multiple-files-that-have-changed-with-git', 'Test Link - OPS-698', 'This is a test link.', 0, 0, 0, 0, 1685381586, 1, 0, NULL, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_lu_resource_types` | | -- Table structure for table `event_lu_resource_types` |
| -- | | -- |
| | | |
| CREATE TABLE `event_lu_resource_types` ( | | CREATE TABLE `event_lu_resource_types` ( |
| `event_resource_type_id` int(12) UNSIGNED NOT NULL, | | `event_resource_type_id` int(12) UNSIGNED NOT NULL, |
| `resource_type` varchar(100) DEFAULT NULL, | | `resource_type` varchar(100) DEFAULT NULL, |
| `description` text, | | `description` text, |
| `updated_date` int(12) NOT NULL, | | `updated_date` int(12) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '1' | | `active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `event_lu_resource_types` | | -- Dumping data for table `event_lu_resource_types` |
| -- | | -- |
| | | |
| INSERT INTO `event_lu_resource_types` (`event_resource_type_id`, `resource_type`, `description`, `updated_date`, `updated_by`, `active`) VALUES | | INSERT INTO `event_lu_resource_types` (`event_resource_type_id`, `resource_type`, `description`, `updated_date`, `updated_by`, `active`) VALUES |
| (1, 'Audio / Video', 'Attach audio or video to this learning event.', 1449685604, 1, 1), | | (1, 'Audio / Video', 'Attach audio or video to this learning event.', 1449685604, 1, 1), |
| (2, 'Bring to Class', 'Attach a description of materials students should bring to class.', 1449685604, 1, 0), | | (2, 'Bring to Class', 'Attach a description of materials students should bring to class.', 1449685604, 1, 0), |
| (3, 'Link', 'Attach links to external websites that relate to the learning event.', 1449685604, 1, 1), | | (3, 'Link', 'Attach links to external websites that relate to the learning event.', 1449685604, 1, 1), |
| (4, 'Homework', 'Attach a description to indicate homework tasks assigned to students.', 1449685604, 1, 0), | | (4, 'Homework', 'Attach a description to indicate homework tasks assigned to students.', 1449685604, 1, 0), |
| (5, 'Lecture Notes', 'Attach files such as documents, pdfs or images.', 1449685604, 1, 1), | | (5, 'Lecture Notes', 'Attach files such as documents, pdfs or images.', 1449685604, 1, 1), |
| (6, 'Lecture Slides', 'Attach files such as documents, powerpoint files, pdfs or images.', 1449685604, 1, 1), | | (6, 'Lecture Slides', 'Attach files such as documents, powerpoint files, pdfs or images.', 1449685604, 1, 1), |
| (7, 'Online Learning Module', 'Attach links to external learning modules.', 1449685604, 1, 1), | | (7, 'Online Learning Module', 'Attach links to external learning modules.', 1449685604, 1, 1), |
| (8, 'Quiz', 'Attach an existing quiz to this learning event.', 1449685604, 1, 0), | | (8, 'Quiz', 'Attach an existing quiz to this learning event.', 1449685604, 1, 0), |
| (9, 'Textbook Reading', 'Attach a reading list related to this learning event.', 1449685604, 1, 0), | | (9, 'Textbook Reading', 'Attach a reading list related to this learning event.', 1449685604, 1, 0), |
| (10, 'LTI Provider', 'Attach a LTI to this learning event.', 1449685604, 1, 1), | | (10, 'LTI Provider', 'Attach a LTI to this learning event.', 1449685604, 1, 1), |
| (11, 'Other Files', 'Attach miscellaneous media files to this learning event.', 1449685604, 1, 1), | | (11, 'Other Files', 'Attach miscellaneous media files to this learning event.', 1449685604, 1, 1), |
| (12, 'Exam / Quiz', 'Attach an exam or quiz to this learning event.', 1492431737, 1, 1), | | (12, 'Exam / Quiz', 'Attach an exam or quiz to this learning event.', 1492431737, 1, 1), |
| (13, 'Feedback Form', 'Attach a feedback form to this learning event.', 1510375504, 1, 1), | | (13, 'Feedback Form', 'Attach a feedback form to this learning event.', 1510375504, 1, 1), |
| (14, 'Streaming Media', 'Attach streaming media to this learning event.', 1533328317, 1, 1), | | (14, 'Streaming Media', 'Attach streaming media to this learning event.', 1533328317, 1, 1), |
| (15, 'Lecture Capture', 'Attach a scheduled lecture recording to this learning event.', 1619472143, 1, 0); | | (15, 'Lecture Capture', 'Attach a scheduled lecture recording to this learning event.', 1619472143, 1, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_medbiq_assessment_methods` | | -- Table structure for table `event_medbiq_assessment_methods` |
| -- | | -- |
| | | |
| CREATE TABLE `event_medbiq_assessment_methods` ( | | CREATE TABLE `event_medbiq_assessment_methods` ( |
| `em_assessment_method_id` int(11) UNSIGNED NOT NULL, | | `em_assessment_method_id` int(11) UNSIGNED NOT NULL, |
| `event_id` int(11) NOT NULL, | | `event_id` int(11) NOT NULL, |
| `assessment_method_id` int(11) NOT NULL, | | `assessment_method_id` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `event_medbiq_assessment_methods` | | -- Dumping data for table `event_medbiq_assessment_methods` |
| -- | | -- |
| | | |
| INSERT INTO `event_medbiq_assessment_methods` (`em_assessment_method_id`, `event_id`, `assessment_method_id`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES | | INSERT INTO `event_medbiq_assessment_methods` (`em_assessment_method_id`, `event_id`, `assessment_method_id`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES |
| (1, 12, 1, 1685381586, 1, 1685381586, 1, NULL), | | (1, 12, 1, 1685381586, 1, 1685381586, 1, NULL), |
| (2, 13, 1, 1685381586, 1, 1685381586, 1, NULL); | | (2, 13, 1, 1685381586, 1, 1685381586, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_medbiq_resources` | | -- Table structure for table `event_medbiq_resources` |
| -- | | -- |
| | | |
| CREATE TABLE `event_medbiq_resources` ( | | CREATE TABLE `event_medbiq_resources` ( |
| `em_resource_id` int(11) UNSIGNED NOT NULL, | | `em_resource_id` int(11) UNSIGNED NOT NULL, |
| `event_id` int(11) NOT NULL, | | `event_id` int(11) NOT NULL, |
| `resource_id` int(11) NOT NULL, | | `resource_id` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `event_medbiq_resources` | | -- Dumping data for table `event_medbiq_resources` |
| -- | | -- |
| | | |
| INSERT INTO `event_medbiq_resources` (`em_resource_id`, `event_id`, `resource_id`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES | | INSERT INTO `event_medbiq_resources` (`em_resource_id`, `event_id`, `resource_id`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`) VALUES |
| (1, 12, 1, 1685381586, 1, 1685381586, 1, NULL), | | (1, 12, 1, 1685381586, 1, 1685381586, 1, NULL), |
| (2, 13, 1, 1685381586, 1, 1685381586, 1, NULL); | | (2, 13, 1, 1685381586, 1, 1685381586, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_objectives` | | -- Table structure for table `event_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `event_objectives` ( | | CREATE TABLE `event_objectives` ( |
| `eobjective_id` int(12) NOT NULL, | | `eobjective_id` int(12) NOT NULL, |
| `event_id` int(12) NOT NULL DEFAULT '0', | | `event_id` int(12) NOT NULL DEFAULT '0', |
| `objective_id` int(12) NOT NULL DEFAULT '0', | | `objective_id` int(12) NOT NULL DEFAULT '0', |
| `objective_details` text, | | `objective_details` text, |
| `objective_type` enum('event','course') NOT NULL DEFAULT 'event', | | `objective_type` enum('event','course') NOT NULL DEFAULT 'event', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `event_objectives` | | -- Dumping data for table `event_objectives` |
| -- | | -- |
| | | |
| INSERT INTO `event_objectives` (`eobjective_id`, `event_id`, `objective_id`, `objective_details`, `objective_type`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `event_objectives` (`eobjective_id`, `event_id`, `objective_id`, `objective_details`, `objective_type`, `updated_date`, `updated_by`) VALUES |
| (1, 12, 59, NULL, 'course', 1685381586, 1), | | (1, 12, 59, NULL, 'course', 1685381586, 1), |
| (2, 12, 60, NULL, 'course', 1685381586, 1), | | (2, 12, 60, NULL, 'course', 1685381586, 1), |
| (3, 12, 61, NULL, 'course', 1685381586, 1), | | (3, 12, 61, NULL, 'course', 1685381586, 1), |
| (4, 12, 62, NULL, 'course', 1685381586, 1), | | (4, 12, 62, NULL, 'course', 1685381586, 1), |
| (5, 12, 63, NULL, 'course', 1685381586, 1), | | (5, 12, 63, NULL, 'course', 1685381586, 1), |
| (6, 12, 64, NULL, 'course', 1685381586, 1), | | (6, 12, 64, NULL, 'course', 1685381586, 1), |
| (7, 12, 65, NULL, 'course', 1685381586, 1), | | (7, 12, 65, NULL, 'course', 1685381586, 1), |
| (8, 12, 66, NULL, 'course', 1685381586, 1), | | (8, 12, 66, NULL, 'course', 1685381586, 1), |
| (9, 12, 67, NULL, 'course', 1685381586, 1), | | (9, 12, 67, NULL, 'course', 1685381586, 1), |
| (10, 12, 68, NULL, 'course', 1685381586, 1), | | (10, 12, 68, NULL, 'course', 1685381586, 1), |
| (11, 12, 69, NULL, 'course', 1685381586, 1), | | (11, 12, 69, NULL, 'course', 1685381586, 1), |
| (12, 12, 70, NULL, 'course', 1685381586, 1), | | (12, 12, 70, NULL, 'course', 1685381586, 1), |
| (13, 12, 71, NULL, 'course', 1685381586, 1), | | (13, 12, 71, NULL, 'course', 1685381586, 1), |
| (14, 12, 72, NULL, 'course', 1685381586, 1), | | (14, 12, 72, NULL, 'course', 1685381586, 1), |
| (15, 12, 73, NULL, 'course', 1685381586, 1), | | (15, 12, 73, NULL, 'course', 1685381586, 1), |
| (16, 12, 74, NULL, 'course', 1685381586, 1), | | (16, 12, 74, NULL, 'course', 1685381586, 1), |
| (17, 12, 75, NULL, 'course', 1685381586, 1), | | (17, 12, 75, NULL, 'course', 1685381586, 1), |
| (18, 12, 76, NULL, 'course', 1685381586, 1), | | (18, 12, 76, NULL, 'course', 1685381586, 1), |
| (19, 12, 77, NULL, 'course', 1685381586, 1), | | (19, 12, 77, NULL, 'course', 1685381586, 1), |
| (20, 12, 78, NULL, 'course', 1685381586, 1), | | (20, 12, 78, NULL, 'course', 1685381586, 1), |
| (21, 12, 79, NULL, 'course', 1685381586, 1), | | (21, 12, 79, NULL, 'course', 1685381586, 1), |
| (22, 12, 80, NULL, 'course', 1685381586, 1), | | (22, 12, 80, NULL, 'course', 1685381586, 1), |
| (23, 12, 81, NULL, 'course', 1685381586, 1), | | (23, 12, 81, NULL, 'course', 1685381586, 1), |
| (24, 12, 82, NULL, 'course', 1685381586, 1), | | (24, 12, 82, NULL, 'course', 1685381586, 1), |
| (25, 12, 83, NULL, 'course', 1685381586, 1), | | (25, 12, 83, NULL, 'course', 1685381586, 1), |
| (26, 12, 84, NULL, 'course', 1685381586, 1), | | (26, 12, 84, NULL, 'course', 1685381586, 1), |
| (27, 12, 85, NULL, 'course', 1685381586, 1), | | (27, 12, 85, NULL, 'course', 1685381586, 1), |
| (28, 12, 86, NULL, 'course', 1685381586, 1), | | (28, 12, 86, NULL, 'course', 1685381586, 1), |
| (29, 12, 87, NULL, 'course', 1685381586, 1), | | (29, 12, 87, NULL, 'course', 1685381586, 1), |
| (30, 12, 88, NULL, 'course', 1685381586, 1), | | (30, 12, 88, NULL, 'course', 1685381586, 1), |
| (31, 12, 94, NULL, 'course', 1685381586, 1), | | (31, 12, 94, NULL, 'course', 1685381586, 1), |
| (32, 12, 95, NULL, 'course', 1685381586, 1), | | (32, 12, 95, NULL, 'course', 1685381586, 1), |
| (33, 12, 96, NULL, 'course', 1685381586, 1), | | (33, 12, 96, NULL, 'course', 1685381586, 1), |
| (34, 12, 97, NULL, 'course', 1685381586, 1), | | (34, 12, 97, NULL, 'course', 1685381586, 1), |
| (35, 12, 98, NULL, 'course', 1685381586, 1), | | (35, 12, 98, NULL, 'course', 1685381586, 1), |
| (36, 12, 99, NULL, 'course', 1685381586, 1), | | (36, 12, 99, NULL, 'course', 1685381586, 1), |
| (37, 12, 100, NULL, 'course', 1685381586, 1), | | (37, 12, 100, NULL, 'course', 1685381586, 1), |
| (38, 12, 101, NULL, 'course', 1685381586, 1), | | (38, 12, 101, NULL, 'course', 1685381586, 1), |
| (39, 12, 102, NULL, 'course', 1685381586, 1), | | (39, 12, 102, NULL, 'course', 1685381586, 1), |
| (40, 12, 103, NULL, 'course', 1685381586, 1), | | (40, 12, 103, NULL, 'course', 1685381586, 1), |
| (41, 12, 104, NULL, 'course', 1685381586, 1), | | (41, 12, 104, NULL, 'course', 1685381586, 1), |
| (42, 12, 105, NULL, 'course', 1685381586, 1), | | (42, 12, 105, NULL, 'course', 1685381586, 1), |
| (43, 12, 106, NULL, 'course', 1685381586, 1), | | (43, 12, 106, NULL, 'course', 1685381586, 1), |
| (44, 12, 107, NULL, 'course', 1685381586, 1), | | (44, 12, 107, NULL, 'course', 1685381586, 1), |
| (45, 12, 108, NULL, 'course', 1685381586, 1), | | (45, 12, 108, NULL, 'course', 1685381586, 1), |
| (46, 12, 109, NULL, 'course', 1685381586, 1), | | (46, 12, 109, NULL, 'course', 1685381586, 1), |
| (47, 12, 110, NULL, 'course', 1685381586, 1), | | (47, 12, 110, NULL, 'course', 1685381586, 1), |
| (48, 12, 111, NULL, 'course', 1685381586, 1), | | (48, 12, 111, NULL, 'course', 1685381586, 1), |
| (49, 12, 112, NULL, 'course', 1685381586, 1), | | (49, 12, 112, NULL, 'course', 1685381586, 1), |
| (50, 12, 113, NULL, 'course', 1685381586, 1), | | (50, 12, 113, NULL, 'course', 1685381586, 1), |
| (51, 12, 114, NULL, 'course', 1685381586, 1), | | (51, 12, 114, NULL, 'course', 1685381586, 1), |
| (52, 12, 115, NULL, 'course', 1685381586, 1), | | (52, 12, 115, NULL, 'course', 1685381586, 1), |
| (53, 12, 116, NULL, 'course', 1685381586, 1), | | (53, 12, 116, NULL, 'course', 1685381586, 1), |
| (54, 12, 117, NULL, 'course', 1685381586, 1), | | (54, 12, 117, NULL, 'course', 1685381586, 1), |
| (55, 12, 118, NULL, 'course', 1685381586, 1), | | (55, 12, 118, NULL, 'course', 1685381586, 1), |
| (56, 12, 119, NULL, 'course', 1685381586, 1), | | (56, 12, 119, NULL, 'course', 1685381586, 1), |
| (57, 12, 120, NULL, 'course', 1685381586, 1), | | (57, 12, 120, NULL, 'course', 1685381586, 1), |
| (58, 12, 121, NULL, 'course', 1685381586, 1), | | (58, 12, 121, NULL, 'course', 1685381586, 1), |
| (59, 12, 122, NULL, 'course', 1685381586, 1), | | (59, 12, 122, NULL, 'course', 1685381586, 1), |
| (60, 12, 123, NULL, 'course', 1685381586, 1), | | (60, 12, 123, NULL, 'course', 1685381586, 1), |
| (61, 12, 124, NULL, 'course', 1685381586, 1), | | (61, 12, 124, NULL, 'course', 1685381586, 1), |
| (62, 12, 125, NULL, 'course', 1685381586, 1), | | (62, 12, 125, NULL, 'course', 1685381586, 1), |
| (63, 12, 126, NULL, 'course', 1685381586, 1), | | (63, 12, 126, NULL, 'course', 1685381586, 1), |
| (64, 12, 127, NULL, 'course', 1685381586, 1), | | (64, 12, 127, NULL, 'course', 1685381586, 1), |
| (65, 12, 128, NULL, 'course', 1685381586, 1), | | (65, 12, 128, NULL, 'course', 1685381586, 1), |
| (66, 12, 129, NULL, 'course', 1685381586, 1), | | (66, 12, 129, NULL, 'course', 1685381586, 1), |
| (67, 12, 130, NULL, 'course', 1685381586, 1), | | (67, 12, 130, NULL, 'course', 1685381586, 1), |
| (68, 12, 131, NULL, 'course', 1685381586, 1), | | (68, 12, 131, NULL, 'course', 1685381586, 1), |
| (69, 12, 132, NULL, 'course', 1685381586, 1), | | (69, 12, 132, NULL, 'course', 1685381586, 1), |
| (70, 12, 133, NULL, 'course', 1685381586, 1), | | (70, 12, 133, NULL, 'course', 1685381586, 1), |
| (71, 12, 134, NULL, 'course', 1685381586, 1), | | (71, 12, 134, NULL, 'course', 1685381586, 1), |
| (72, 12, 135, NULL, 'course', 1685381586, 1), | | (72, 12, 135, NULL, 'course', 1685381586, 1), |
| (73, 12, 136, NULL, 'course', 1685381586, 1), | | (73, 12, 136, NULL, 'course', 1685381586, 1), |
| (74, 12, 137, NULL, 'course', 1685381586, 1), | | (74, 12, 137, NULL, 'course', 1685381586, 1), |
| (75, 12, 138, NULL, 'course', 1685381586, 1), | | (75, 12, 138, NULL, 'course', 1685381586, 1), |
| (76, 12, 139, NULL, 'course', 1685381586, 1), | | (76, 12, 139, NULL, 'course', 1685381586, 1), |
| (77, 12, 140, NULL, 'course', 1685381586, 1), | | (77, 12, 140, NULL, 'course', 1685381586, 1), |
| (78, 12, 141, NULL, 'course', 1685381586, 1), | | (78, 12, 141, NULL, 'course', 1685381586, 1), |
| (79, 12, 142, NULL, 'course', 1685381586, 1), | | (79, 12, 142, NULL, 'course', 1685381586, 1), |
| (80, 12, 143, NULL, 'course', 1685381586, 1), | | (80, 12, 143, NULL, 'course', 1685381586, 1), |
| (81, 12, 144, NULL, 'course', 1685381586, 1), | | (81, 12, 144, NULL, 'course', 1685381586, 1), |
| (82, 12, 145, NULL, 'course', 1685381586, 1), | | (82, 12, 145, NULL, 'course', 1685381586, 1), |
| (83, 12, 146, NULL, 'course', 1685381586, 1), | | (83, 12, 146, NULL, 'course', 1685381586, 1), |
| (84, 12, 147, NULL, 'course', 1685381586, 1), | | (84, 12, 147, NULL, 'course', 1685381586, 1), |
| (85, 12, 148, NULL, 'course', 1685381586, 1), | | (85, 12, 148, NULL, 'course', 1685381586, 1), |
| (86, 12, 149, NULL, 'course', 1685381586, 1), | | (86, 12, 149, NULL, 'course', 1685381586, 1), |
| (87, 12, 150, NULL, 'course', 1685381586, 1), | | (87, 12, 150, NULL, 'course', 1685381586, 1), |
| (88, 12, 151, NULL, 'course', 1685381586, 1), | | (88, 12, 151, NULL, 'course', 1685381586, 1), |
| (89, 12, 152, NULL, 'course', 1685381586, 1), | | (89, 12, 152, NULL, 'course', 1685381586, 1), |
| (90, 12, 153, NULL, 'course', 1685381586, 1), | | (90, 12, 153, NULL, 'course', 1685381586, 1), |
| (91, 12, 154, NULL, 'course', 1685381586, 1), | | (91, 12, 154, NULL, 'course', 1685381586, 1), |
| (92, 12, 155, NULL, 'course', 1685381586, 1), | | (92, 12, 155, NULL, 'course', 1685381586, 1), |
| (93, 12, 156, NULL, 'course', 1685381586, 1), | | (93, 12, 156, NULL, 'course', 1685381586, 1), |
| (94, 12, 157, NULL, 'course', 1685381586, 1), | | (94, 12, 157, NULL, 'course', 1685381586, 1), |
| (95, 12, 158, NULL, 'course', 1685381586, 1), | | (95, 12, 158, NULL, 'course', 1685381586, 1), |
| (96, 12, 159, NULL, 'course', 1685381586, 1), | | (96, 12, 159, NULL, 'course', 1685381586, 1), |
| (97, 12, 2337, NULL, 'event', 1685381586, 1), | | (97, 12, 2337, NULL, 'event', 1685381586, 1), |
| (98, 12, 2338, NULL, 'event', 1685381586, 1), | | (98, 12, 2338, NULL, 'event', 1685381586, 1), |
| (99, 12, 2339, NULL, 'event', 1685381586, 1), | | (99, 12, 2339, NULL, 'event', 1685381586, 1), |
| (100, 12, 2340, NULL, 'event', 1685381586, 1), | | (100, 12, 2340, NULL, 'event', 1685381586, 1), |
| (101, 12, 2341, NULL, 'event', 1685381586, 1), | | (101, 12, 2341, NULL, 'event', 1685381586, 1), |
| (102, 12, 2342, NULL, 'event', 1685381586, 1), | | (102, 12, 2342, NULL, 'event', 1685381586, 1), |
| (103, 12, 2343, NULL, 'event', 1685381586, 1), | | (103, 12, 2343, NULL, 'event', 1685381586, 1), |
| (104, 12, 2344, NULL, 'event', 1685381586, 1), | | (104, 12, 2344, NULL, 'event', 1685381586, 1), |
| (105, 12, 2345, NULL, 'event', 1685381586, 1), | | (105, 12, 2345, NULL, 'event', 1685381586, 1), |
| (106, 12, 2346, NULL, 'event', 1685381586, 1), | | (106, 12, 2346, NULL, 'event', 1685381586, 1), |
| (107, 12, 2347, NULL, 'event', 1685381586, 1), | | (107, 12, 2347, NULL, 'event', 1685381586, 1), |
| (108, 12, 2348, NULL, 'event', 1685381586, 1), | | (108, 12, 2348, NULL, 'event', 1685381586, 1), |
| (109, 12, 2349, NULL, 'event', 1685381586, 1), | | (109, 12, 2349, NULL, 'event', 1685381586, 1), |
| (110, 12, 2350, NULL, 'event', 1685381586, 1), | | (110, 12, 2350, NULL, 'event', 1685381586, 1), |
| (111, 12, 2351, NULL, 'event', 1685381586, 1), | | (111, 12, 2351, NULL, 'event', 1685381586, 1), |
| (112, 12, 2352, NULL, 'event', 1685381586, 1), | | (112, 12, 2352, NULL, 'event', 1685381586, 1), |
| (113, 12, 2353, NULL, 'event', 1685381586, 1), | | (113, 12, 2353, NULL, 'event', 1685381586, 1), |
| (114, 12, 2354, NULL, 'event', 1685381586, 1), | | (114, 12, 2354, NULL, 'event', 1685381586, 1), |
| (115, 12, 2355, NULL, 'event', 1685381586, 1), | | (115, 12, 2355, NULL, 'event', 1685381586, 1), |
| (116, 12, 310, NULL, 'event', 1685381586, 1), | | (116, 12, 310, NULL, 'event', 1685381586, 1), |
| (117, 12, 2356, NULL, 'event', 1685381586, 1), | | (117, 12, 2356, NULL, 'event', 1685381586, 1), |
| (118, 12, 2357, NULL, 'event', 1685381586, 1), | | (118, 12, 2357, NULL, 'event', 1685381586, 1), |
| (119, 12, 2358, NULL, 'event', 1685381586, 1), | | (119, 12, 2358, NULL, 'event', 1685381586, 1), |
| (120, 12, 2359, NULL, 'event', 1685381586, 1), | | (120, 12, 2359, NULL, 'event', 1685381586, 1), |
| (121, 12, 2360, NULL, 'event', 1685381586, 1), | | (121, 12, 2360, NULL, 'event', 1685381586, 1), |
| (122, 12, 2361, NULL, 'event', 1685381586, 1), | | (122, 12, 2361, NULL, 'event', 1685381586, 1), |
| (123, 12, 2362, NULL, 'event', 1685381586, 1), | | (123, 12, 2362, NULL, 'event', 1685381586, 1), |
| (124, 12, 2363, NULL, 'event', 1685381586, 1), | | (124, 12, 2363, NULL, 'event', 1685381586, 1), |
| (125, 12, 2364, NULL, 'event', 1685381586, 1), | | (125, 12, 2364, NULL, 'event', 1685381586, 1), |
| (126, 12, 2365, NULL, 'event', 1685381586, 1), | | (126, 12, 2365, NULL, 'event', 1685381586, 1), |
| (127, 12, 2366, NULL, 'event', 1685381586, 1), | | (127, 12, 2366, NULL, 'event', 1685381586, 1), |
| (128, 12, 303, NULL, 'event', 1685381586, 1), | | (128, 12, 303, NULL, 'event', 1685381586, 1), |
| (129, 12, 312, NULL, 'event', 1685381586, 1), | | (129, 12, 312, NULL, 'event', 1685381586, 1), |
| (130, 12, 313, NULL, 'event', 1685381586, 1), | | (130, 12, 313, NULL, 'event', 1685381586, 1), |
| (131, 12, 314, NULL, 'event', 1685381586, 1), | | (131, 12, 314, NULL, 'event', 1685381586, 1), |
| (132, 12, 315, NULL, 'event', 1685381586, 1), | | (132, 12, 315, NULL, 'event', 1685381586, 1), |
| (133, 12, 2367, NULL, 'event', 1685381586, 1), | | (133, 12, 2367, NULL, 'event', 1685381586, 1), |
| (134, 12, 2368, NULL, 'event', 1685381586, 1), | | (134, 12, 2368, NULL, 'event', 1685381586, 1), |
| (135, 12, 2369, NULL, 'event', 1685381586, 1), | | (135, 12, 2369, NULL, 'event', 1685381586, 1), |
| (136, 12, 2370, NULL, 'event', 1685381586, 1), | | (136, 12, 2370, NULL, 'event', 1685381586, 1), |
| (137, 12, 2371, NULL, 'event', 1685381586, 1), | | (137, 12, 2371, NULL, 'event', 1685381586, 1), |
| (138, 12, 2372, NULL, 'event', 1685381586, 1), | | (138, 12, 2372, NULL, 'event', 1685381586, 1), |
| (139, 12, 2373, NULL, 'event', 1685381586, 1), | | (139, 12, 2373, NULL, 'event', 1685381586, 1), |
| (140, 12, 2374, NULL, 'event', 1685381586, 1), | | (140, 12, 2374, NULL, 'event', 1685381586, 1), |
| (141, 12, 317, NULL, 'event', 1685381586, 1), | | (141, 12, 317, NULL, 'event', 1685381586, 1), |
| (142, 12, 316, NULL, 'event', 1685381586, 1), | | (142, 12, 316, NULL, 'event', 1685381586, 1), |
| (143, 12, 300, NULL, 'event', 1685381586, 1), | | (143, 12, 300, NULL, 'event', 1685381586, 1), |
| (144, 12, 318, NULL, 'event', 1685381586, 1), | | (144, 12, 318, NULL, 'event', 1685381586, 1), |
| (145, 12, 299, NULL, 'event', 1685381586, 1), | | (145, 12, 299, NULL, 'event', 1685381586, 1), |
| (146, 12, 296, NULL, 'event', 1685381586, 1), | | (146, 12, 296, NULL, 'event', 1685381586, 1), |
| (147, 13, 126, NULL, 'course', 1685381586, 1), | | (147, 13, 126, NULL, 'course', 1685381586, 1), |
| (148, 13, 127, NULL, 'course', 1685381586, 1), | | (148, 13, 127, NULL, 'course', 1685381586, 1), |
| (149, 13, 128, NULL, 'course', 1685381586, 1), | | (149, 13, 128, NULL, 'course', 1685381586, 1), |
| (150, 13, 129, NULL, 'course', 1685381586, 1), | | (150, 13, 129, NULL, 'course', 1685381586, 1), |
| (151, 13, 130, NULL, 'course', 1685381586, 1), | | (151, 13, 130, NULL, 'course', 1685381586, 1), |
| (152, 13, 131, NULL, 'course', 1685381586, 1), | | (152, 13, 131, NULL, 'course', 1685381586, 1), |
| (153, 13, 132, NULL, 'course', 1685381586, 1), | | (153, 13, 132, NULL, 'course', 1685381586, 1), |
| (154, 13, 133, NULL, 'course', 1685381586, 1), | | (154, 13, 133, NULL, 'course', 1685381586, 1), |
| (155, 13, 134, NULL, 'course', 1685381586, 1), | | (155, 13, 134, NULL, 'course', 1685381586, 1), |
| (156, 13, 135, NULL, 'course', 1685381586, 1), | | (156, 13, 135, NULL, 'course', 1685381586, 1), |
| (157, 13, 136, NULL, 'course', 1685381586, 1), | | (157, 13, 136, NULL, 'course', 1685381586, 1), |
| (158, 13, 137, NULL, 'course', 1685381586, 1), | | (158, 13, 137, NULL, 'course', 1685381586, 1), |
| (159, 13, 138, NULL, 'course', 1685381586, 1), | | (159, 13, 138, NULL, 'course', 1685381586, 1), |
| (160, 13, 139, NULL, 'course', 1685381586, 1), | | (160, 13, 139, NULL, 'course', 1685381586, 1), |
| (161, 13, 140, NULL, 'course', 1685381586, 1), | | (161, 13, 140, NULL, 'course', 1685381586, 1), |
| (162, 13, 141, NULL, 'course', 1685381586, 1), | | (162, 13, 141, NULL, 'course', 1685381586, 1), |
| (163, 13, 142, NULL, 'course', 1685381586, 1), | | (163, 13, 142, NULL, 'course', 1685381586, 1), |
| (164, 13, 143, NULL, 'course', 1685381586, 1), | | (164, 13, 143, NULL, 'course', 1685381586, 1), |
| (165, 13, 144, NULL, 'course', 1685381586, 1), | | (165, 13, 144, NULL, 'course', 1685381586, 1), |
| (166, 13, 160, NULL, 'course', 1685381586, 1), | | (166, 13, 160, NULL, 'course', 1685381586, 1), |
| (167, 13, 161, NULL, 'course', 1685381586, 1), | | (167, 13, 161, NULL, 'course', 1685381586, 1), |
| (168, 13, 162, NULL, 'course', 1685381586, 1), | | (168, 13, 162, NULL, 'course', 1685381586, 1), |
| (169, 13, 163, NULL, 'course', 1685381586, 1), | | (169, 13, 163, NULL, 'course', 1685381586, 1), |
| (170, 13, 164, NULL, 'course', 1685381586, 1), | | (170, 13, 164, NULL, 'course', 1685381586, 1), |
| (171, 13, 165, NULL, 'course', 1685381586, 1), | | (171, 13, 165, NULL, 'course', 1685381586, 1), |
| (172, 13, 166, NULL, 'course', 1685381586, 1), | | (172, 13, 166, NULL, 'course', 1685381586, 1), |
| (173, 13, 167, NULL, 'course', 1685381586, 1), | | (173, 13, 167, NULL, 'course', 1685381586, 1), |
| (174, 13, 168, NULL, 'course', 1685381586, 1), | | (174, 13, 168, NULL, 'course', 1685381586, 1), |
| (175, 13, 169, NULL, 'course', 1685381586, 1), | | (175, 13, 169, NULL, 'course', 1685381586, 1), |
| (176, 13, 170, NULL, 'course', 1685381586, 1), | | (176, 13, 170, NULL, 'course', 1685381586, 1), |
| (177, 13, 171, NULL, 'course', 1685381586, 1), | | (177, 13, 171, NULL, 'course', 1685381586, 1), |
| (178, 13, 172, NULL, 'course', 1685381586, 1), | | (178, 13, 172, NULL, 'course', 1685381586, 1), |
| (179, 13, 173, NULL, 'course', 1685381586, 1), | | (179, 13, 173, NULL, 'course', 1685381586, 1), |
| (180, 13, 174, NULL, 'course', 1685381586, 1), | | (180, 13, 174, NULL, 'course', 1685381586, 1), |
| (181, 13, 175, NULL, 'course', 1685381586, 1), | | (181, 13, 175, NULL, 'course', 1685381586, 1), |
| (182, 13, 176, NULL, 'course', 1685381586, 1), | | (182, 13, 176, NULL, 'course', 1685381586, 1), |
| (183, 13, 177, NULL, 'course', 1685381586, 1), | | (183, 13, 177, NULL, 'course', 1685381586, 1), |
| (184, 13, 178, NULL, 'course', 1685381586, 1), | | (184, 13, 178, NULL, 'course', 1685381586, 1), |
| (185, 13, 179, NULL, 'course', 1685381586, 1), | | (185, 13, 179, NULL, 'course', 1685381586, 1), |
| (186, 13, 180, NULL, 'course', 1685381586, 1), | | (186, 13, 180, NULL, 'course', 1685381586, 1), |
| (187, 13, 181, NULL, 'course', 1685381586, 1), | | (187, 13, 181, NULL, 'course', 1685381586, 1), |
| (188, 13, 182, NULL, 'course', 1685381586, 1), | | (188, 13, 182, NULL, 'course', 1685381586, 1), |
| (189, 13, 183, NULL, 'course', 1685381586, 1), | | (189, 13, 183, NULL, 'course', 1685381586, 1), |
| (190, 13, 184, NULL, 'course', 1685381586, 1), | | (190, 13, 184, NULL, 'course', 1685381586, 1), |
| (191, 13, 185, NULL, 'course', 1685381586, 1), | | (191, 13, 185, NULL, 'course', 1685381586, 1), |
| (192, 13, 186, NULL, 'course', 1685381586, 1), | | (192, 13, 186, NULL, 'course', 1685381586, 1), |
| (193, 13, 187, NULL, 'course', 1685381586, 1), | | (193, 13, 187, NULL, 'course', 1685381586, 1), |
| (194, 13, 188, NULL, 'course', 1685381586, 1), | | (194, 13, 188, NULL, 'course', 1685381586, 1), |
| (195, 13, 189, NULL, 'course', 1685381586, 1), | | (195, 13, 189, NULL, 'course', 1685381586, 1), |
| (196, 13, 190, NULL, 'course', 1685381586, 1), | | (196, 13, 190, NULL, 'course', 1685381586, 1), |
| (197, 13, 191, NULL, 'course', 1685381586, 1), | | (197, 13, 191, NULL, 'course', 1685381586, 1), |
| (198, 13, 2375, NULL, 'event', 1685381586, 1), | | (198, 13, 2375, NULL, 'event', 1685381586, 1), |
| (199, 13, 2376, NULL, 'event', 1685381586, 1), | | (199, 13, 2376, NULL, 'event', 1685381586, 1), |
| (200, 13, 2377, NULL, 'event', 1685381586, 1), | | (200, 13, 2377, NULL, 'event', 1685381586, 1), |
| (201, 13, 2378, NULL, 'event', 1685381586, 1), | | (201, 13, 2378, NULL, 'event', 1685381586, 1), |
| (202, 13, 2379, NULL, 'event', 1685381586, 1), | | (202, 13, 2379, NULL, 'event', 1685381586, 1), |
| (203, 13, 2380, NULL, 'event', 1685381586, 1), | | (203, 13, 2380, NULL, 'event', 1685381586, 1), |
| (204, 13, 2381, NULL, 'event', 1685381586, 1), | | (204, 13, 2381, NULL, 'event', 1685381586, 1), |
| (205, 13, 317, NULL, 'event', 1685381586, 1), | | (205, 13, 317, NULL, 'event', 1685381586, 1), |
| (206, 13, 2382, NULL, 'event', 1685381586, 1), | | (206, 13, 2382, NULL, 'event', 1685381586, 1), |
| (207, 13, 2383, NULL, 'event', 1685381586, 1), | | (207, 13, 2383, NULL, 'event', 1685381586, 1), |
| (208, 13, 2384, NULL, 'event', 1685381586, 1), | | (208, 13, 2384, NULL, 'event', 1685381586, 1), |
| (209, 13, 2385, NULL, 'event', 1685381586, 1), | | (209, 13, 2385, NULL, 'event', 1685381586, 1), |
| (210, 13, 2386, NULL, 'event', 1685381586, 1), | | (210, 13, 2386, NULL, 'event', 1685381586, 1), |
| (211, 13, 2387, NULL, 'event', 1685381586, 1), | | (211, 13, 2387, NULL, 'event', 1685381586, 1), |
| (212, 13, 2388, NULL, 'event', 1685381586, 1), | | (212, 13, 2388, NULL, 'event', 1685381586, 1), |
| (213, 13, 318, NULL, 'event', 1685381586, 1), | | (213, 13, 318, NULL, 'event', 1685381586, 1), |
| (214, 13, 2389, NULL, 'event', 1685381586, 1), | | (214, 13, 2389, NULL, 'event', 1685381586, 1), |
| (215, 13, 2390, NULL, 'event', 1685381586, 1), | | (215, 13, 2390, NULL, 'event', 1685381586, 1), |
| (216, 13, 2391, NULL, 'event', 1685381586, 1), | | (216, 13, 2391, NULL, 'event', 1685381586, 1), |
| (217, 13, 2392, NULL, 'event', 1685381586, 1), | | (217, 13, 2392, NULL, 'event', 1685381586, 1), |
| (218, 13, 2393, NULL, 'event', 1685381586, 1), | | (218, 13, 2393, NULL, 'event', 1685381586, 1), |
| (219, 13, 319, NULL, 'event', 1685381586, 1), | | (219, 13, 319, NULL, 'event', 1685381586, 1), |
| (220, 13, 2394, NULL, 'event', 1685381586, 1), | | (220, 13, 2394, NULL, 'event', 1685381586, 1), |
| (221, 13, 2395, NULL, 'event', 1685381586, 1), | | (221, 13, 2395, NULL, 'event', 1685381586, 1), |
| (222, 13, 2396, NULL, 'event', 1685381586, 1), | | (222, 13, 2396, NULL, 'event', 1685381586, 1), |
| (223, 13, 2397, NULL, 'event', 1685381586, 1), | | (223, 13, 2397, NULL, 'event', 1685381586, 1), |
| (224, 13, 2398, NULL, 'event', 1685381586, 1), | | (224, 13, 2398, NULL, 'event', 1685381586, 1), |
| (225, 13, 2399, NULL, 'event', 1685381586, 1), | | (225, 13, 2399, NULL, 'event', 1685381586, 1), |
| (226, 13, 2400, NULL, 'event', 1685381586, 1), | | (226, 13, 2400, NULL, 'event', 1685381586, 1), |
| (227, 13, 2401, NULL, 'event', 1685381586, 1), | | (227, 13, 2401, NULL, 'event', 1685381586, 1), |
| (228, 13, 2402, NULL, 'event', 1685381586, 1), | | (228, 13, 2402, NULL, 'event', 1685381586, 1), |
| (229, 13, 320, NULL, 'event', 1685381586, 1), | | (229, 13, 320, NULL, 'event', 1685381586, 1), |
| (230, 13, 321, NULL, 'event', 1685381586, 1), | | (230, 13, 321, NULL, 'event', 1685381586, 1), |
| (231, 13, 295, NULL, 'event', 1685381586, 1), | | (231, 13, 295, NULL, 'event', 1685381586, 1), |
| (232, 13, 323, NULL, 'event', 1685381586, 1), | | (232, 13, 323, NULL, 'event', 1685381586, 1), |
| (233, 13, 324, NULL, 'event', 1685381586, 1), | | (233, 13, 324, NULL, 'event', 1685381586, 1), |
| (234, 13, 293, NULL, 'event', 1685381586, 1), | | (234, 13, 293, NULL, 'event', 1685381586, 1), |
| (235, 13, 294, NULL, 'event', 1685381586, 1), | | (235, 13, 294, NULL, 'event', 1685381586, 1), |
| (236, 13, 292, NULL, 'event', 1685381586, 1), | | (236, 13, 292, NULL, 'event', 1685381586, 1), |
| (237, 13, 291, NULL, 'event', 1685381586, 1), | | (237, 13, 291, NULL, 'event', 1685381586, 1), |
| (238, 14, 145, NULL, 'course', 1685381586, 1), | | (238, 14, 145, NULL, 'course', 1685381586, 1), |
| (239, 14, 146, NULL, 'course', 1685381586, 1), | | (239, 14, 146, NULL, 'course', 1685381586, 1), |
| (240, 14, 147, NULL, 'course', 1685381586, 1), | | (240, 14, 147, NULL, 'course', 1685381586, 1), |
| (241, 14, 148, NULL, 'course', 1685381586, 1), | | (241, 14, 148, NULL, 'course', 1685381586, 1), |
| (242, 14, 149, NULL, 'course', 1685381586, 1), | | (242, 14, 149, NULL, 'course', 1685381586, 1), |
| (243, 14, 150, NULL, 'course', 1685381586, 1), | | (243, 14, 150, NULL, 'course', 1685381586, 1), |
| (244, 14, 151, NULL, 'course', 1685381586, 1), | | (244, 14, 151, NULL, 'course', 1685381586, 1), |
| (245, 14, 152, NULL, 'course', 1685381586, 1), | | (245, 14, 152, NULL, 'course', 1685381586, 1), |
| (246, 14, 153, NULL, 'course', 1685381586, 1), | | (246, 14, 153, NULL, 'course', 1685381586, 1), |
| (247, 14, 154, NULL, 'course', 1685381586, 1), | | (247, 14, 154, NULL, 'course', 1685381586, 1), |
| (248, 14, 155, NULL, 'course', 1685381586, 1), | | (248, 14, 155, NULL, 'course', 1685381586, 1), |
| (249, 14, 156, NULL, 'course', 1685381586, 1), | | (249, 14, 156, NULL, 'course', 1685381586, 1), |
| (250, 14, 157, NULL, 'course', 1685381586, 1), | | (250, 14, 157, NULL, 'course', 1685381586, 1), |
| (251, 14, 158, NULL, 'course', 1685381586, 1), | | (251, 14, 158, NULL, 'course', 1685381586, 1), |
| (252, 14, 159, NULL, 'course', 1685381586, 1), | | (252, 14, 159, NULL, 'course', 1685381586, 1), |
| (253, 14, 160, NULL, 'course', 1685381586, 1), | | (253, 14, 160, NULL, 'course', 1685381586, 1), |
| (254, 14, 161, NULL, 'course', 1685381586, 1), | | (254, 14, 161, NULL, 'course', 1685381586, 1), |
| (255, 14, 162, NULL, 'course', 1685381586, 1), | | (255, 14, 162, NULL, 'course', 1685381586, 1), |
| (256, 14, 163, NULL, 'course', 1685381586, 1), | | (256, 14, 163, NULL, 'course', 1685381586, 1), |
| (257, 14, 164, NULL, 'course', 1685381586, 1), | | (257, 14, 164, NULL, 'course', 1685381586, 1), |
| (258, 14, 165, NULL, 'course', 1685381586, 1), | | (258, 14, 165, NULL, 'course', 1685381586, 1), |
| (259, 14, 166, NULL, 'course', 1685381586, 1), | | (259, 14, 166, NULL, 'course', 1685381586, 1), |
| (260, 14, 167, NULL, 'course', 1685381586, 1), | | (260, 14, 167, NULL, 'course', 1685381586, 1), |
| (261, 14, 168, NULL, 'course', 1685381586, 1), | | (261, 14, 168, NULL, 'course', 1685381586, 1), |
| (262, 14, 169, NULL, 'course', 1685381586, 1), | | (262, 14, 169, NULL, 'course', 1685381586, 1), |
| (263, 14, 170, NULL, 'course', 1685381586, 1), | | (263, 14, 170, NULL, 'course', 1685381586, 1), |
| (264, 14, 171, NULL, 'course', 1685381586, 1), | | (264, 14, 171, NULL, 'course', 1685381586, 1), |
| (265, 14, 172, NULL, 'course', 1685381586, 1), | | (265, 14, 172, NULL, 'course', 1685381586, 1), |
| (266, 14, 173, NULL, 'course', 1685381586, 1), | | (266, 14, 173, NULL, 'course', 1685381586, 1), |
| (267, 14, 174, NULL, 'course', 1685381586, 1), | | (267, 14, 174, NULL, 'course', 1685381586, 1), |
| (268, 14, 175, NULL, 'course', 1685381586, 1), | | (268, 14, 175, NULL, 'course', 1685381586, 1), |
| (269, 14, 176, NULL, 'course', 1685381586, 1), | | (269, 14, 176, NULL, 'course', 1685381586, 1), |
| (270, 14, 177, NULL, 'course', 1685381586, 1), | | (270, 14, 177, NULL, 'course', 1685381586, 1), |
| (271, 14, 178, NULL, 'course', 1685381586, 1), | | (271, 14, 178, NULL, 'course', 1685381586, 1), |
| (272, 14, 179, NULL, 'course', 1685381586, 1), | | (272, 14, 179, NULL, 'course', 1685381586, 1), |
| (273, 14, 180, NULL, 'course', 1685381586, 1), | | (273, 14, 180, NULL, 'course', 1685381586, 1), |
| (274, 14, 181, NULL, 'course', 1685381586, 1), | | (274, 14, 181, NULL, 'course', 1685381586, 1), |
| (275, 14, 182, NULL, 'course', 1685381586, 1), | | (275, 14, 182, NULL, 'course', 1685381586, 1), |
| (276, 14, 183, NULL, 'course', 1685381586, 1), | | (276, 14, 183, NULL, 'course', 1685381586, 1), |
| (277, 14, 184, NULL, 'course', 1685381586, 1), | | (277, 14, 184, NULL, 'course', 1685381586, 1), |
| (278, 14, 185, NULL, 'course', 1685381586, 1), | | (278, 14, 185, NULL, 'course', 1685381586, 1), |
| (279, 14, 186, NULL, 'course', 1685381586, 1), | | (279, 14, 186, NULL, 'course', 1685381586, 1), |
| (280, 14, 187, NULL, 'course', 1685381586, 1), | | (280, 14, 187, NULL, 'course', 1685381586, 1), |
| (281, 14, 188, NULL, 'course', 1685381586, 1), | | (281, 14, 188, NULL, 'course', 1685381586, 1), |
| (282, 14, 189, NULL, 'course', 1685381586, 1), | | (282, 14, 189, NULL, 'course', 1685381586, 1), |
| (283, 14, 190, NULL, 'course', 1685381586, 1), | | (283, 14, 190, NULL, 'course', 1685381586, 1), |
| (284, 14, 191, NULL, 'course', 1685381586, 1), | | (284, 14, 191, NULL, 'course', 1685381586, 1), |
| (285, 14, 2349, NULL, 'event', 1685381586, 1), | | (285, 14, 2349, NULL, 'event', 1685381586, 1), |
| (286, 14, 2350, NULL, 'event', 1685381586, 1), | | (286, 14, 2350, NULL, 'event', 1685381586, 1), |
| (287, 14, 2351, NULL, 'event', 1685381586, 1), | | (287, 14, 2351, NULL, 'event', 1685381586, 1), |
| (288, 14, 2352, NULL, 'event', 1685381586, 1), | | (288, 14, 2352, NULL, 'event', 1685381586, 1), |
| (289, 14, 2353, NULL, 'event', 1685381586, 1), | | (289, 14, 2353, NULL, 'event', 1685381586, 1), |
| (290, 14, 2354, NULL, 'event', 1685381586, 1), | | (290, 14, 2354, NULL, 'event', 1685381586, 1), |
| (291, 14, 2355, NULL, 'event', 1685381586, 1), | | (291, 14, 2355, NULL, 'event', 1685381586, 1), |
| (292, 14, 2367, NULL, 'event', 1685381586, 1), | | (292, 14, 2367, NULL, 'event', 1685381586, 1), |
| (293, 14, 2368, NULL, 'event', 1685381586, 1), | | (293, 14, 2368, NULL, 'event', 1685381586, 1), |
| (294, 14, 2369, NULL, 'event', 1685381586, 1), | | (294, 14, 2369, NULL, 'event', 1685381586, 1), |
| (295, 14, 2370, NULL, 'event', 1685381586, 1), | | (295, 14, 2370, NULL, 'event', 1685381586, 1), |
| (296, 14, 2371, NULL, 'event', 1685381586, 1), | | (296, 14, 2371, NULL, 'event', 1685381586, 1), |
| (297, 14, 2372, NULL, 'event', 1685381586, 1), | | (297, 14, 2372, NULL, 'event', 1685381586, 1), |
| (298, 14, 2373, NULL, 'event', 1685381586, 1), | | (298, 14, 2373, NULL, 'event', 1685381586, 1), |
| (299, 14, 2374, NULL, 'event', 1685381586, 1), | | (299, 14, 2374, NULL, 'event', 1685381586, 1), |
| (300, 14, 316, NULL, 'event', 1685381586, 1), | | (300, 14, 316, NULL, 'event', 1685381586, 1), |
| (301, 14, 317, NULL, 'event', 1685381586, 1), | | (301, 14, 317, NULL, 'event', 1685381586, 1), |
| (302, 14, 2382, NULL, 'event', 1685381586, 1), | | (302, 14, 2382, NULL, 'event', 1685381586, 1), |
| (303, 14, 2383, NULL, 'event', 1685381586, 1), | | (303, 14, 2383, NULL, 'event', 1685381586, 1), |
| (304, 14, 2384, NULL, 'event', 1685381586, 1), | | (304, 14, 2384, NULL, 'event', 1685381586, 1), |
| (305, 14, 2385, NULL, 'event', 1685381586, 1), | | (305, 14, 2385, NULL, 'event', 1685381586, 1), |
| (306, 14, 2386, NULL, 'event', 1685381586, 1), | | (306, 14, 2386, NULL, 'event', 1685381586, 1), |
| (307, 14, 2387, NULL, 'event', 1685381586, 1), | | (307, 14, 2387, NULL, 'event', 1685381586, 1), |
| (308, 14, 2388, NULL, 'event', 1685381586, 1), | | (308, 14, 2388, NULL, 'event', 1685381586, 1), |
| (309, 14, 300, NULL, 'event', 1685381586, 1), | | (309, 14, 300, NULL, 'event', 1685381586, 1), |
| (310, 14, 318, NULL, 'event', 1685381586, 1), | | (310, 14, 318, NULL, 'event', 1685381586, 1), |
| (311, 14, 2394, NULL, 'event', 1685381586, 1), | | (311, 14, 2394, NULL, 'event', 1685381586, 1), |
| (312, 14, 2395, NULL, 'event', 1685381586, 1), | | (312, 14, 2395, NULL, 'event', 1685381586, 1), |
| (313, 14, 2396, NULL, 'event', 1685381586, 1), | | (313, 14, 2396, NULL, 'event', 1685381586, 1), |
| (314, 14, 2397, NULL, 'event', 1685381586, 1), | | (314, 14, 2397, NULL, 'event', 1685381586, 1), |
| (315, 14, 2398, NULL, 'event', 1685381586, 1), | | (315, 14, 2398, NULL, 'event', 1685381586, 1), |
| (316, 14, 2399, NULL, 'event', 1685381586, 1), | | (316, 14, 2399, NULL, 'event', 1685381586, 1), |
| (317, 14, 2400, NULL, 'event', 1685381586, 1), | | (317, 14, 2400, NULL, 'event', 1685381586, 1), |
| (318, 14, 2401, NULL, 'event', 1685381586, 1), | | (318, 14, 2401, NULL, 'event', 1685381586, 1), |
| (319, 14, 2402, NULL, 'event', 1685381586, 1), | | (319, 14, 2402, NULL, 'event', 1685381586, 1), |
| (320, 14, 323, NULL, 'event', 1685381586, 1), | | (320, 14, 323, NULL, 'event', 1685381586, 1), |
| (321, 14, 324, NULL, 'event', 1685381586, 1), | | (321, 14, 324, NULL, 'event', 1685381586, 1), |
| (322, 14, 326, NULL, 'event', 1685381586, 1), | | (322, 14, 326, NULL, 'event', 1685381586, 1), |
| (323, 14, 328, NULL, 'event', 1685381586, 1), | | (323, 14, 328, NULL, 'event', 1685381586, 1), |
| (324, 14, 329, NULL, 'event', 1685381586, 1), | | (324, 14, 329, NULL, 'event', 1685381586, 1), |
| (325, 14, 330, NULL, 'event', 1685381586, 1), | | (325, 14, 330, NULL, 'event', 1685381586, 1), |
| (326, 14, 331, NULL, 'event', 1685381586, 1), | | (326, 14, 331, NULL, 'event', 1685381586, 1), |
| (327, 14, 292, NULL, 'event', 1685381586, 1), | | (327, 14, 292, NULL, 'event', 1685381586, 1), |
| (328, 14, 291, NULL, 'event', 1685381586, 1), | | (328, 14, 291, NULL, 'event', 1685381586, 1), |
| (329, 14, 334, NULL, 'event', 1685381586, 1), | | (329, 14, 334, NULL, 'event', 1685381586, 1), |
| (330, 14, 335, NULL, 'event', 1685381586, 1), | | (330, 14, 335, NULL, 'event', 1685381586, 1), |
| (331, 14, 289, NULL, 'event', 1685381586, 1), | | (331, 14, 289, NULL, 'event', 1685381586, 1), |
| (332, 14, 288, NULL, 'event', 1685381586, 1), | | (332, 14, 288, NULL, 'event', 1685381586, 1), |
| (333, 14, 287, NULL, 'event', 1685381586, 1), | | (333, 14, 287, NULL, 'event', 1685381586, 1), |
| (334, 14, 286, NULL, 'event', 1685381586, 1), | | (334, 14, 286, NULL, 'event', 1685381586, 1), |
| (335, 14, 284, NULL, 'event', 1685381586, 1), | | (335, 14, 284, NULL, 'event', 1685381586, 1), |
| (336, 15, 59, NULL, 'course', 1685381586, 1), | | (336, 15, 59, NULL, 'course', 1685381586, 1), |
| (337, 15, 60, NULL, 'course', 1685381586, 1), | | (337, 15, 60, NULL, 'course', 1685381586, 1), |
| (338, 15, 61, NULL, 'course', 1685381586, 1), | | (338, 15, 61, NULL, 'course', 1685381586, 1), |
| (339, 15, 62, NULL, 'course', 1685381586, 1), | | (339, 15, 62, NULL, 'course', 1685381586, 1), |
| (340, 15, 63, NULL, 'course', 1685381586, 1), | | (340, 15, 63, NULL, 'course', 1685381586, 1), |
| (341, 15, 64, NULL, 'course', 1685381586, 1), | | (341, 15, 64, NULL, 'course', 1685381586, 1), |
| (342, 15, 65, NULL, 'course', 1685381586, 1), | | (342, 15, 65, NULL, 'course', 1685381586, 1), |
| (343, 15, 66, NULL, 'course', 1685381586, 1), | | (343, 15, 66, NULL, 'course', 1685381586, 1), |
| (344, 15, 67, NULL, 'course', 1685381586, 1), | | (344, 15, 67, NULL, 'course', 1685381586, 1), |
| (345, 15, 68, NULL, 'course', 1685381586, 1), | | (345, 15, 68, NULL, 'course', 1685381586, 1), |
| (346, 15, 69, NULL, 'course', 1685381586, 1), | | (346, 15, 69, NULL, 'course', 1685381586, 1), |
| (347, 15, 70, NULL, 'course', 1685381586, 1), | | (347, 15, 70, NULL, 'course', 1685381586, 1), |
| (348, 15, 71, NULL, 'course', 1685381586, 1), | | (348, 15, 71, NULL, 'course', 1685381586, 1), |
| (349, 15, 72, NULL, 'course', 1685381586, 1), | | (349, 15, 72, NULL, 'course', 1685381586, 1), |
| (350, 15, 73, NULL, 'course', 1685381586, 1), | | (350, 15, 73, NULL, 'course', 1685381586, 1), |
| (351, 15, 74, NULL, 'course', 1685381586, 1), | | (351, 15, 74, NULL, 'course', 1685381586, 1), |
| (352, 15, 75, NULL, 'course', 1685381586, 1), | | (352, 15, 75, NULL, 'course', 1685381586, 1), |
| (353, 15, 76, NULL, 'course', 1685381586, 1), | | (353, 15, 76, NULL, 'course', 1685381586, 1), |
| (354, 15, 77, NULL, 'course', 1685381586, 1), | | (354, 15, 77, NULL, 'course', 1685381586, 1), |
| (355, 15, 78, NULL, 'course', 1685381586, 1), | | (355, 15, 78, NULL, 'course', 1685381586, 1), |
| (356, 15, 79, NULL, 'course', 1685381586, 1), | | (356, 15, 79, NULL, 'course', 1685381586, 1), |
| (357, 15, 80, NULL, 'course', 1685381586, 1), | | (357, 15, 80, NULL, 'course', 1685381586, 1), |
| (358, 15, 81, NULL, 'course', 1685381586, 1), | | (358, 15, 81, NULL, 'course', 1685381586, 1), |
| (359, 15, 82, NULL, 'course', 1685381586, 1), | | (359, 15, 82, NULL, 'course', 1685381586, 1), |
| (360, 15, 83, NULL, 'course', 1685381586, 1), | | (360, 15, 83, NULL, 'course', 1685381586, 1), |
| (361, 15, 84, NULL, 'course', 1685381586, 1), | | (361, 15, 84, NULL, 'course', 1685381586, 1), |
| (362, 15, 85, NULL, 'course', 1685381586, 1), | | (362, 15, 85, NULL, 'course', 1685381586, 1), |
| (363, 15, 86, NULL, 'course', 1685381586, 1), | | (363, 15, 86, NULL, 'course', 1685381586, 1), |
| (364, 15, 87, NULL, 'course', 1685381586, 1), | | (364, 15, 87, NULL, 'course', 1685381586, 1), |
| (365, 15, 88, NULL, 'course', 1685381586, 1), | | (365, 15, 88, NULL, 'course', 1685381586, 1), |
| (366, 15, 94, NULL, 'course', 1685381586, 1), | | (366, 15, 94, NULL, 'course', 1685381586, 1), |
| (367, 15, 95, NULL, 'course', 1685381586, 1), | | (367, 15, 95, NULL, 'course', 1685381586, 1), |
| (368, 15, 96, NULL, 'course', 1685381586, 1), | | (368, 15, 96, NULL, 'course', 1685381586, 1), |
| (369, 15, 97, NULL, 'course', 1685381586, 1), | | (369, 15, 97, NULL, 'course', 1685381586, 1), |
| (370, 15, 98, NULL, 'course', 1685381586, 1), | | (370, 15, 98, NULL, 'course', 1685381586, 1), |
| (371, 15, 99, NULL, 'course', 1685381586, 1), | | (371, 15, 99, NULL, 'course', 1685381586, 1), |
| (372, 15, 100, NULL, 'course', 1685381586, 1), | | (372, 15, 100, NULL, 'course', 1685381586, 1), |
| (373, 15, 101, NULL, 'course', 1685381586, 1), | | (373, 15, 101, NULL, 'course', 1685381586, 1), |
| (374, 15, 102, NULL, 'course', 1685381586, 1), | | (374, 15, 102, NULL, 'course', 1685381586, 1), |
| (375, 15, 103, NULL, 'course', 1685381586, 1), | | (375, 15, 103, NULL, 'course', 1685381586, 1), |
| (376, 15, 104, NULL, 'course', 1685381586, 1), | | (376, 15, 104, NULL, 'course', 1685381586, 1), |
| (377, 15, 105, NULL, 'course', 1685381586, 1), | | (377, 15, 105, NULL, 'course', 1685381586, 1), |
| (378, 15, 106, NULL, 'course', 1685381586, 1), | | (378, 15, 106, NULL, 'course', 1685381586, 1), |
| (379, 15, 107, NULL, 'course', 1685381586, 1), | | (379, 15, 107, NULL, 'course', 1685381586, 1), |
| (380, 15, 108, NULL, 'course', 1685381586, 1), | | (380, 15, 108, NULL, 'course', 1685381586, 1), |
| (381, 15, 109, NULL, 'course', 1685381586, 1), | | (381, 15, 109, NULL, 'course', 1685381586, 1), |
| (382, 15, 110, NULL, 'course', 1685381586, 1), | | (382, 15, 110, NULL, 'course', 1685381586, 1), |
| (383, 15, 111, NULL, 'course', 1685381586, 1), | | (383, 15, 111, NULL, 'course', 1685381586, 1), |
| (384, 15, 112, NULL, 'course', 1685381586, 1), | | (384, 15, 112, NULL, 'course', 1685381586, 1), |
| (385, 15, 113, NULL, 'course', 1685381586, 1), | | (385, 15, 113, NULL, 'course', 1685381586, 1), |
| (386, 15, 114, NULL, 'course', 1685381586, 1), | | (386, 15, 114, NULL, 'course', 1685381586, 1), |
| (387, 15, 115, NULL, 'course', 1685381586, 1), | | (387, 15, 115, NULL, 'course', 1685381586, 1), |
| (388, 15, 116, NULL, 'course', 1685381586, 1), | | (388, 15, 116, NULL, 'course', 1685381586, 1), |
| (389, 15, 117, NULL, 'course', 1685381586, 1), | | (389, 15, 117, NULL, 'course', 1685381586, 1), |
| (390, 15, 118, NULL, 'course', 1685381586, 1), | | (390, 15, 118, NULL, 'course', 1685381586, 1), |
| (391, 15, 119, NULL, 'course', 1685381586, 1), | | (391, 15, 119, NULL, 'course', 1685381586, 1), |
| (392, 15, 120, NULL, 'course', 1685381586, 1), | | (392, 15, 120, NULL, 'course', 1685381586, 1), |
| (393, 15, 121, NULL, 'course', 1685381586, 1), | | (393, 15, 121, NULL, 'course', 1685381586, 1), |
| (394, 15, 122, NULL, 'course', 1685381586, 1), | | (394, 15, 122, NULL, 'course', 1685381586, 1), |
| (395, 15, 123, NULL, 'course', 1685381586, 1), | | (395, 15, 123, NULL, 'course', 1685381586, 1), |
| (396, 15, 124, NULL, 'course', 1685381586, 1), | | (396, 15, 124, NULL, 'course', 1685381586, 1), |
| (397, 15, 125, NULL, 'course', 1685381586, 1), | | (397, 15, 125, NULL, 'course', 1685381586, 1), |
| (398, 15, 126, NULL, 'course', 1685381586, 1), | | (398, 15, 126, NULL, 'course', 1685381586, 1), |
| (399, 15, 127, NULL, 'course', 1685381586, 1), | | (399, 15, 127, NULL, 'course', 1685381586, 1), |
| (400, 15, 128, NULL, 'course', 1685381586, 1), | | (400, 15, 128, NULL, 'course', 1685381586, 1), |
| (401, 15, 129, NULL, 'course', 1685381586, 1), | | (401, 15, 129, NULL, 'course', 1685381586, 1), |
| (402, 15, 130, NULL, 'course', 1685381586, 1), | | (402, 15, 130, NULL, 'course', 1685381586, 1), |
| (403, 15, 131, NULL, 'course', 1685381586, 1), | | (403, 15, 131, NULL, 'course', 1685381586, 1), |
| (404, 15, 132, NULL, 'course', 1685381586, 1), | | (404, 15, 132, NULL, 'course', 1685381586, 1), |
| (405, 15, 133, NULL, 'course', 1685381586, 1), | | (405, 15, 133, NULL, 'course', 1685381586, 1), |
| (406, 15, 134, NULL, 'course', 1685381586, 1), | | (406, 15, 134, NULL, 'course', 1685381586, 1), |
| (407, 15, 135, NULL, 'course', 1685381586, 1), | | (407, 15, 135, NULL, 'course', 1685381586, 1), |
| (408, 15, 136, NULL, 'course', 1685381586, 1), | | (408, 15, 136, NULL, 'course', 1685381586, 1), |
| (409, 15, 137, NULL, 'course', 1685381586, 1), | | (409, 15, 137, NULL, 'course', 1685381586, 1), |
| (410, 15, 138, NULL, 'course', 1685381586, 1), | | (410, 15, 138, NULL, 'course', 1685381586, 1), |
| (411, 15, 139, NULL, 'course', 1685381586, 1), | | (411, 15, 139, NULL, 'course', 1685381586, 1), |
| (412, 15, 140, NULL, 'course', 1685381586, 1), | | (412, 15, 140, NULL, 'course', 1685381586, 1), |
| (413, 15, 141, NULL, 'course', 1685381586, 1), | | (413, 15, 141, NULL, 'course', 1685381586, 1), |
| (414, 15, 142, NULL, 'course', 1685381586, 1), | | (414, 15, 142, NULL, 'course', 1685381586, 1), |
| (415, 15, 143, NULL, 'course', 1685381586, 1), | | (415, 15, 143, NULL, 'course', 1685381586, 1), |
| (416, 15, 144, NULL, 'course', 1685381586, 1), | | (416, 15, 144, NULL, 'course', 1685381586, 1), |
| (417, 15, 145, NULL, 'course', 1685381586, 1), | | (417, 15, 145, NULL, 'course', 1685381586, 1), |
| (418, 15, 146, NULL, 'course', 1685381586, 1), | | (418, 15, 146, NULL, 'course', 1685381586, 1), |
| (419, 15, 147, NULL, 'course', 1685381586, 1), | | (419, 15, 147, NULL, 'course', 1685381586, 1), |
| (420, 15, 148, NULL, 'course', 1685381586, 1), | | (420, 15, 148, NULL, 'course', 1685381586, 1), |
| (421, 15, 149, NULL, 'course', 1685381586, 1), | | (421, 15, 149, NULL, 'course', 1685381586, 1), |
| (422, 15, 150, NULL, 'course', 1685381586, 1), | | (422, 15, 150, NULL, 'course', 1685381586, 1), |
| (423, 15, 151, NULL, 'course', 1685381586, 1), | | (423, 15, 151, NULL, 'course', 1685381586, 1), |
| (424, 15, 152, NULL, 'course', 1685381586, 1), | | (424, 15, 152, NULL, 'course', 1685381586, 1), |
| (425, 15, 153, NULL, 'course', 1685381586, 1), | | (425, 15, 153, NULL, 'course', 1685381586, 1), |
| (426, 15, 154, NULL, 'course', 1685381586, 1), | | (426, 15, 154, NULL, 'course', 1685381586, 1), |
| (427, 15, 155, NULL, 'course', 1685381586, 1), | | (427, 15, 155, NULL, 'course', 1685381586, 1), |
| (428, 15, 156, NULL, 'course', 1685381586, 1), | | (428, 15, 156, NULL, 'course', 1685381586, 1), |
| (429, 15, 157, NULL, 'course', 1685381586, 1), | | (429, 15, 157, NULL, 'course', 1685381586, 1), |
| (430, 15, 158, NULL, 'course', 1685381586, 1), | | (430, 15, 158, NULL, 'course', 1685381586, 1), |
| (431, 15, 159, NULL, 'course', 1685381586, 1), | | (431, 15, 159, NULL, 'course', 1685381586, 1), |
| (432, 15, 160, NULL, 'course', 1685381586, 1), | | (432, 15, 160, NULL, 'course', 1685381586, 1), |
| (433, 15, 161, NULL, 'course', 1685381586, 1), | | (433, 15, 161, NULL, 'course', 1685381586, 1), |
| (434, 15, 162, NULL, 'course', 1685381586, 1), | | (434, 15, 162, NULL, 'course', 1685381586, 1), |
| (435, 15, 163, NULL, 'course', 1685381586, 1), | | (435, 15, 163, NULL, 'course', 1685381586, 1), |
| (436, 15, 164, NULL, 'course', 1685381586, 1), | | (436, 15, 164, NULL, 'course', 1685381586, 1), |
| (437, 15, 165, NULL, 'course', 1685381586, 1), | | (437, 15, 165, NULL, 'course', 1685381586, 1), |
| (438, 15, 166, NULL, 'course', 1685381586, 1), | | (438, 15, 166, NULL, 'course', 1685381586, 1), |
| (439, 15, 167, NULL, 'course', 1685381586, 1), | | (439, 15, 167, NULL, 'course', 1685381586, 1), |
| (440, 15, 168, NULL, 'course', 1685381586, 1), | | (440, 15, 168, NULL, 'course', 1685381586, 1), |
| (441, 15, 169, NULL, 'course', 1685381586, 1), | | (441, 15, 169, NULL, 'course', 1685381586, 1), |
| (442, 15, 170, NULL, 'course', 1685381586, 1), | | (442, 15, 170, NULL, 'course', 1685381586, 1), |
| (443, 15, 171, NULL, 'course', 1685381586, 1), | | (443, 15, 171, NULL, 'course', 1685381586, 1), |
| (444, 15, 172, NULL, 'course', 1685381586, 1), | | (444, 15, 172, NULL, 'course', 1685381586, 1), |
| (445, 15, 173, NULL, 'course', 1685381586, 1), | | (445, 15, 173, NULL, 'course', 1685381586, 1), |
| (446, 15, 174, NULL, 'course', 1685381586, 1), | | (446, 15, 174, NULL, 'course', 1685381586, 1), |
| (447, 15, 175, NULL, 'course', 1685381586, 1), | | (447, 15, 175, NULL, 'course', 1685381586, 1), |
| (448, 15, 176, NULL, 'course', 1685381586, 1), | | (448, 15, 176, NULL, 'course', 1685381586, 1), |
| (449, 15, 177, NULL, 'course', 1685381586, 1), | | (449, 15, 177, NULL, 'course', 1685381586, 1), |
| (450, 15, 178, NULL, 'course', 1685381586, 1), | | (450, 15, 178, NULL, 'course', 1685381586, 1), |
| (451, 15, 179, NULL, 'course', 1685381586, 1), | | (451, 15, 179, NULL, 'course', 1685381586, 1), |
| (452, 15, 180, NULL, 'course', 1685381586, 1), | | (452, 15, 180, NULL, 'course', 1685381586, 1), |
| (453, 15, 181, NULL, 'course', 1685381586, 1), | | (453, 15, 181, NULL, 'course', 1685381586, 1), |
| (454, 15, 182, NULL, 'course', 1685381586, 1), | | (454, 15, 182, NULL, 'course', 1685381586, 1), |
| (455, 15, 183, NULL, 'course', 1685381586, 1), | | (455, 15, 183, NULL, 'course', 1685381586, 1), |
| (456, 15, 184, NULL, 'course', 1685381586, 1), | | (456, 15, 184, NULL, 'course', 1685381586, 1), |
| (457, 15, 185, NULL, 'course', 1685381586, 1), | | (457, 15, 185, NULL, 'course', 1685381586, 1), |
| (458, 15, 186, NULL, 'course', 1685381586, 1), | | (458, 15, 186, NULL, 'course', 1685381586, 1), |
| (459, 15, 187, NULL, 'course', 1685381586, 1), | | (459, 15, 187, NULL, 'course', 1685381586, 1), |
| (460, 15, 188, NULL, 'course', 1685381586, 1), | | (460, 15, 188, NULL, 'course', 1685381586, 1), |
| (461, 15, 189, NULL, 'course', 1685381586, 1), | | (461, 15, 189, NULL, 'course', 1685381586, 1), |
| (462, 15, 190, NULL, 'course', 1685381586, 1), | | (462, 15, 190, NULL, 'course', 1685381586, 1), |
| (463, 15, 191, NULL, 'course', 1685381586, 1), | | (463, 15, 191, NULL, 'course', 1685381586, 1), |
| (464, 15, 2337, NULL, 'event', 1685381586, 1), | | (464, 15, 2337, NULL, 'event', 1685381586, 1), |
| (465, 15, 2338, NULL, 'event', 1685381586, 1), | | (465, 15, 2338, NULL, 'event', 1685381586, 1), |
| (466, 15, 2339, NULL, 'event', 1685381586, 1), | | (466, 15, 2339, NULL, 'event', 1685381586, 1), |
| (467, 15, 2340, NULL, 'event', 1685381586, 1), | | (467, 15, 2340, NULL, 'event', 1685381586, 1), |
| (468, 15, 2341, NULL, 'event', 1685381586, 1), | | (468, 15, 2341, NULL, 'event', 1685381586, 1), |
| (469, 15, 2342, NULL, 'event', 1685381586, 1), | | (469, 15, 2342, NULL, 'event', 1685381586, 1), |
| (470, 15, 2343, NULL, 'event', 1685381586, 1), | | (470, 15, 2343, NULL, 'event', 1685381586, 1), |
| (471, 15, 2344, NULL, 'event', 1685381586, 1), | | (471, 15, 2344, NULL, 'event', 1685381586, 1), |
| (472, 15, 2345, NULL, 'event', 1685381586, 1), | | (472, 15, 2345, NULL, 'event', 1685381586, 1), |
| (473, 15, 2346, NULL, 'event', 1685381586, 1), | | (473, 15, 2346, NULL, 'event', 1685381586, 1), |
| (474, 15, 2347, NULL, 'event', 1685381586, 1), | | (474, 15, 2347, NULL, 'event', 1685381586, 1), |
| (475, 15, 2348, NULL, 'event', 1685381586, 1), | | (475, 15, 2348, NULL, 'event', 1685381586, 1), |
| (476, 15, 2349, NULL, 'event', 1685381586, 1), | | (476, 15, 2349, NULL, 'event', 1685381586, 1), |
| (477, 15, 2350, NULL, 'event', 1685381586, 1), | | (477, 15, 2350, NULL, 'event', 1685381586, 1), |
| (478, 15, 2351, NULL, 'event', 1685381586, 1), | | (478, 15, 2351, NULL, 'event', 1685381586, 1), |
| (479, 15, 2352, NULL, 'event', 1685381586, 1), | | (479, 15, 2352, NULL, 'event', 1685381586, 1), |
| (480, 15, 2353, NULL, 'event', 1685381586, 1), | | (480, 15, 2353, NULL, 'event', 1685381586, 1), |
| (481, 15, 2354, NULL, 'event', 1685381586, 1), | | (481, 15, 2354, NULL, 'event', 1685381586, 1), |
| (482, 15, 2355, NULL, 'event', 1685381586, 1), | | (482, 15, 2355, NULL, 'event', 1685381586, 1), |
| (483, 15, 310, NULL, 'event', 1685381586, 1), | | (483, 15, 310, NULL, 'event', 1685381586, 1), |
| (484, 15, 2356, NULL, 'event', 1685381586, 1), | | (484, 15, 2356, NULL, 'event', 1685381586, 1), |
| (485, 15, 2357, NULL, 'event', 1685381586, 1), | | (485, 15, 2357, NULL, 'event', 1685381586, 1), |
| (486, 15, 2358, NULL, 'event', 1685381586, 1), | | (486, 15, 2358, NULL, 'event', 1685381586, 1), |
| (487, 15, 2359, NULL, 'event', 1685381586, 1), | | (487, 15, 2359, NULL, 'event', 1685381586, 1), |
| (488, 15, 2360, NULL, 'event', 1685381586, 1), | | (488, 15, 2360, NULL, 'event', 1685381586, 1), |
| (489, 15, 2361, NULL, 'event', 1685381586, 1), | | (489, 15, 2361, NULL, 'event', 1685381586, 1), |
| (490, 15, 2362, NULL, 'event', 1685381586, 1), | | (490, 15, 2362, NULL, 'event', 1685381586, 1), |
| (491, 15, 2363, NULL, 'event', 1685381586, 1), | | (491, 15, 2363, NULL, 'event', 1685381586, 1), |
| (492, 15, 2364, NULL, 'event', 1685381586, 1), | | (492, 15, 2364, NULL, 'event', 1685381586, 1), |
| (493, 15, 2365, NULL, 'event', 1685381586, 1), | | (493, 15, 2365, NULL, 'event', 1685381586, 1), |
| (494, 15, 2366, NULL, 'event', 1685381586, 1), | | (494, 15, 2366, NULL, 'event', 1685381586, 1), |
| (495, 15, 303, NULL, 'event', 1685381586, 1), | | (495, 15, 303, NULL, 'event', 1685381586, 1), |
| (496, 15, 312, NULL, 'event', 1685381586, 1), | | (496, 15, 312, NULL, 'event', 1685381586, 1), |
| (497, 15, 313, NULL, 'event', 1685381586, 1), | | (497, 15, 313, NULL, 'event', 1685381586, 1), |
| (498, 15, 314, NULL, 'event', 1685381586, 1), | | (498, 15, 314, NULL, 'event', 1685381586, 1), |
| (499, 15, 315, NULL, 'event', 1685381586, 1), | | (499, 15, 315, NULL, 'event', 1685381586, 1), |
| (500, 15, 2367, NULL, 'event', 1685381586, 1), | | (500, 15, 2367, NULL, 'event', 1685381586, 1), |
| (501, 15, 2368, NULL, 'event', 1685381586, 1), | | (501, 15, 2368, NULL, 'event', 1685381586, 1), |
| (502, 15, 2369, NULL, 'event', 1685381586, 1), | | (502, 15, 2369, NULL, 'event', 1685381586, 1), |
| (503, 15, 2370, NULL, 'event', 1685381586, 1), | | (503, 15, 2370, NULL, 'event', 1685381586, 1), |
| (504, 15, 2371, NULL, 'event', 1685381586, 1), | | (504, 15, 2371, NULL, 'event', 1685381586, 1), |
| (505, 15, 2372, NULL, 'event', 1685381586, 1), | | (505, 15, 2372, NULL, 'event', 1685381586, 1), |
| (506, 15, 2373, NULL, 'event', 1685381586, 1), | | (506, 15, 2373, NULL, 'event', 1685381586, 1), |
| (507, 15, 2374, NULL, 'event', 1685381586, 1), | | (507, 15, 2374, NULL, 'event', 1685381586, 1), |
| (508, 15, 316, NULL, 'event', 1685381586, 1), | | (508, 15, 316, NULL, 'event', 1685381586, 1), |
| (509, 15, 2375, NULL, 'event', 1685381586, 1), | | (509, 15, 2375, NULL, 'event', 1685381586, 1), |
| (510, 15, 2376, NULL, 'event', 1685381586, 1), | | (510, 15, 2376, NULL, 'event', 1685381586, 1), |
| (511, 15, 2377, NULL, 'event', 1685381586, 1), | | (511, 15, 2377, NULL, 'event', 1685381586, 1), |
| (512, 15, 2378, NULL, 'event', 1685381586, 1), | | (512, 15, 2378, NULL, 'event', 1685381586, 1), |
| (513, 15, 2379, NULL, 'event', 1685381586, 1), | | (513, 15, 2379, NULL, 'event', 1685381586, 1), |
| (514, 15, 2380, NULL, 'event', 1685381586, 1), | | (514, 15, 2380, NULL, 'event', 1685381586, 1), |
| (515, 15, 2381, NULL, 'event', 1685381586, 1), | | (515, 15, 2381, NULL, 'event', 1685381586, 1), |
| (516, 15, 317, NULL, 'event', 1685381586, 1), | | (516, 15, 317, NULL, 'event', 1685381586, 1), |
| (517, 15, 2382, NULL, 'event', 1685381586, 1), | | (517, 15, 2382, NULL, 'event', 1685381586, 1), |
| (518, 15, 2383, NULL, 'event', 1685381586, 1), | | (518, 15, 2383, NULL, 'event', 1685381586, 1), |
| (519, 15, 2384, NULL, 'event', 1685381586, 1), | | (519, 15, 2384, NULL, 'event', 1685381586, 1), |
| (520, 15, 2385, NULL, 'event', 1685381586, 1), | | (520, 15, 2385, NULL, 'event', 1685381586, 1), |
| (521, 15, 2386, NULL, 'event', 1685381586, 1), | | (521, 15, 2386, NULL, 'event', 1685381586, 1), |
| (522, 15, 2387, NULL, 'event', 1685381586, 1), | | (522, 15, 2387, NULL, 'event', 1685381586, 1), |
| (523, 15, 2388, NULL, 'event', 1685381586, 1), | | (523, 15, 2388, NULL, 'event', 1685381586, 1), |
| (524, 15, 300, NULL, 'event', 1685381586, 1), | | (524, 15, 300, NULL, 'event', 1685381586, 1), |
| (525, 15, 318, NULL, 'event', 1685381586, 1), | | (525, 15, 318, NULL, 'event', 1685381586, 1), |
| (526, 15, 2389, NULL, 'event', 1685381586, 1), | | (526, 15, 2389, NULL, 'event', 1685381586, 1), |
| (527, 15, 2390, NULL, 'event', 1685381586, 1), | | (527, 15, 2390, NULL, 'event', 1685381586, 1), |
| (528, 15, 2391, NULL, 'event', 1685381586, 1), | | (528, 15, 2391, NULL, 'event', 1685381586, 1), |
| (529, 15, 2392, NULL, 'event', 1685381586, 1), | | (529, 15, 2392, NULL, 'event', 1685381586, 1), |
| (530, 15, 2393, NULL, 'event', 1685381586, 1), | | (530, 15, 2393, NULL, 'event', 1685381586, 1), |
| (531, 15, 299, NULL, 'event', 1685381586, 1), | | (531, 15, 299, NULL, 'event', 1685381586, 1), |
| (532, 15, 319, NULL, 'event', 1685381586, 1), | | (532, 15, 319, NULL, 'event', 1685381586, 1), |
| (533, 15, 2394, NULL, 'event', 1685381586, 1), | | (533, 15, 2394, NULL, 'event', 1685381586, 1), |
| (534, 15, 2395, NULL, 'event', 1685381586, 1), | | (534, 15, 2395, NULL, 'event', 1685381586, 1), |
| (535, 15, 2396, NULL, 'event', 1685381586, 1), | | (535, 15, 2396, NULL, 'event', 1685381586, 1), |
| (536, 15, 2397, NULL, 'event', 1685381586, 1), | | (536, 15, 2397, NULL, 'event', 1685381586, 1), |
| (537, 15, 2398, NULL, 'event', 1685381586, 1), | | (537, 15, 2398, NULL, 'event', 1685381586, 1), |
| (538, 15, 2399, NULL, 'event', 1685381586, 1), | | (538, 15, 2399, NULL, 'event', 1685381586, 1), |
| (539, 15, 2400, NULL, 'event', 1685381586, 1), | | (539, 15, 2400, NULL, 'event', 1685381586, 1), |
| (540, 15, 2401, NULL, 'event', 1685381586, 1), | | (540, 15, 2401, NULL, 'event', 1685381586, 1), |
| (541, 15, 2402, NULL, 'event', 1685381586, 1), | | (541, 15, 2402, NULL, 'event', 1685381586, 1), |
| (542, 15, 320, NULL, 'event', 1685381586, 1), | | (542, 15, 320, NULL, 'event', 1685381586, 1), |
| (543, 15, 321, NULL, 'event', 1685381586, 1), | | (543, 15, 321, NULL, 'event', 1685381586, 1), |
| (544, 15, 296, NULL, 'event', 1685381586, 1), | | (544, 15, 296, NULL, 'event', 1685381586, 1), |
| (545, 15, 295, NULL, 'event', 1685381586, 1), | | (545, 15, 295, NULL, 'event', 1685381586, 1), |
| (546, 15, 323, NULL, 'event', 1685381586, 1), | | (546, 15, 323, NULL, 'event', 1685381586, 1), |
| (547, 15, 324, NULL, 'event', 1685381586, 1), | | (547, 15, 324, NULL, 'event', 1685381586, 1), |
| (548, 15, 325, NULL, 'event', 1685381586, 1), | | (548, 15, 325, NULL, 'event', 1685381586, 1), |
| (549, 15, 294, NULL, 'event', 1685381586, 1), | | (549, 15, 294, NULL, 'event', 1685381586, 1), |
| (550, 15, 326, NULL, 'event', 1685381586, 1), | | (550, 15, 326, NULL, 'event', 1685381586, 1), |
| (551, 15, 293, NULL, 'event', 1685381586, 1), | | (551, 15, 293, NULL, 'event', 1685381586, 1), |
| (552, 15, 292, NULL, 'event', 1685381586, 1), | | (552, 15, 292, NULL, 'event', 1685381586, 1), |
| (553, 15, 328, NULL, 'event', 1685381586, 1), | | (553, 15, 328, NULL, 'event', 1685381586, 1), |
| (554, 15, 329, NULL, 'event', 1685381586, 1), | | (554, 15, 329, NULL, 'event', 1685381586, 1), |
| (555, 15, 330, NULL, 'event', 1685381586, 1), | | (555, 15, 330, NULL, 'event', 1685381586, 1), |
| (556, 15, 331, NULL, 'event', 1685381586, 1), | | (556, 15, 331, NULL, 'event', 1685381586, 1), |
| (557, 15, 291, NULL, 'event', 1685381586, 1), | | (557, 15, 291, NULL, 'event', 1685381586, 1), |
| (558, 15, 333, NULL, 'event', 1685381586, 1), | | (558, 15, 333, NULL, 'event', 1685381586, 1), |
| (559, 15, 334, NULL, 'event', 1685381586, 1), | | (559, 15, 334, NULL, 'event', 1685381586, 1), |
| (560, 15, 290, NULL, 'event', 1685381586, 1), | | (560, 15, 290, NULL, 'event', 1685381586, 1), |
| (561, 15, 335, NULL, 'event', 1685381586, 1), | | (561, 15, 335, NULL, 'event', 1685381586, 1), |
| (562, 15, 289, NULL, 'event', 1685381586, 1), | | (562, 15, 289, NULL, 'event', 1685381586, 1), |
| (563, 15, 288, NULL, 'event', 1685381586, 1), | | (563, 15, 288, NULL, 'event', 1685381586, 1), |
| (564, 15, 287, NULL, 'event', 1685381586, 1), | | (564, 15, 287, NULL, 'event', 1685381586, 1), |
| (565, 15, 286, NULL, 'event', 1685381586, 1), | | (565, 15, 286, NULL, 'event', 1685381586, 1), |
| (566, 15, 284, NULL, 'event', 1685381586, 1); | | (566, 15, 284, NULL, 'event', 1685381586, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_options` | | -- Table structure for table `event_options` |
| -- | | -- |
| | | |
| CREATE TABLE `event_options` ( | | CREATE TABLE `event_options` ( |
| `event_option_id` int(11) UNSIGNED NOT NULL, | | `event_option_id` int(11) UNSIGNED NOT NULL, |
| `event_id` int(11) NOT NULL, | | `event_id` int(11) NOT NULL, |
| `event_hash` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL, | | `event_hash` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `sms_mode_enabled` tinyint(4) NOT NULL DEFAULT '0', | | `sms_mode_enabled` tinyint(4) NOT NULL DEFAULT '0', |
| `late_timestamp` int(11) DEFAULT NULL, | | `late_timestamp` int(11) DEFAULT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_related` | | -- Table structure for table `event_related` |
| -- | | -- |
| | | |
| CREATE TABLE `event_related` ( | | CREATE TABLE `event_related` ( |
| `erelated_id` int(12) NOT NULL, | | `erelated_id` int(12) NOT NULL, |
| `event_id` int(12) NOT NULL DEFAULT '0', | | `event_id` int(12) NOT NULL DEFAULT '0', |
| `related_type` enum('event_id') NOT NULL DEFAULT 'event_id', | | `related_type` enum('event_id') NOT NULL DEFAULT 'event_id', |
| `related_value` varchar(16) NOT NULL, | | `related_value` varchar(16) NOT NULL, |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_resources` | | -- Table structure for table `event_resources` |
| -- | | -- |
| | | |
| CREATE TABLE `event_resources` ( | | CREATE TABLE `event_resources` ( |
| `event_resources_id` int(11) UNSIGNED NOT NULL, | | `event_resources_id` int(11) UNSIGNED NOT NULL, |
| `fk_resource_id` int(11) NOT NULL, | | `fk_resource_id` int(11) NOT NULL, |
| `fk_event_id` int(11) NOT NULL, | | `fk_event_id` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_resource_class_work` | | -- Table structure for table `event_resource_class_work` |
| -- | | -- |
| | | |
| CREATE TABLE `event_resource_class_work` ( | | CREATE TABLE `event_resource_class_work` ( |
| `event_resource_class_work_id` int(12) UNSIGNED NOT NULL, | | `event_resource_class_work_id` int(12) UNSIGNED NOT NULL, |
| `event_id` int(12) NOT NULL, | | `event_id` int(12) NOT NULL, |
| `resource_class_work` text, | | `resource_class_work` text, |
| `required` tinyint(1) NOT NULL DEFAULT '0', | | `required` tinyint(1) NOT NULL DEFAULT '0', |
| `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none', | | `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none', |
| `release_required` tinyint(1) NOT NULL DEFAULT '0', | | `release_required` tinyint(1) NOT NULL DEFAULT '0', |
| `release_date` int(12) NOT NULL DEFAULT '0', | | `release_date` int(12) NOT NULL DEFAULT '0', |
| `release_until` int(12) NOT NULL DEFAULT '0', | | `release_until` int(12) NOT NULL DEFAULT '0', |
| `updated_date` int(12) NOT NULL, | | `updated_date` int(12) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '1' | | `active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_resource_entities` | | -- Table structure for table `event_resource_entities` |
| -- | | -- |
| | | |
| CREATE TABLE `event_resource_entities` ( | | CREATE TABLE `event_resource_entities` ( |
| `event_resource_entity_id` int(12) UNSIGNED NOT NULL, | | `event_resource_entity_id` int(12) UNSIGNED NOT NULL, |
| `event_status` enum('published','draft') NOT NULL DEFAULT 'published', | | `event_status` enum('published','draft') NOT NULL DEFAULT 'published', |
| `event_id` int(12) NOT NULL, | | `event_id` int(12) NOT NULL, |
| `section_id` int(12) UNSIGNED DEFAULT NULL, | | `section_id` int(12) UNSIGNED DEFAULT NULL, |
| `entity_type` int(12) NOT NULL, | | `entity_type` int(12) NOT NULL, |
| `entity_value` int(12) NOT NULL, | | `entity_value` int(12) NOT NULL, |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_until` bigint(64) NOT NULL DEFAULT '0', | | `release_until` bigint(64) NOT NULL DEFAULT '0', |
| `time_estimate` int(11) DEFAULT NULL, | | `time_estimate` int(11) DEFAULT NULL, |
| `updated_date` int(12) NOT NULL, | | `updated_date` int(12) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '1', | | `active` tinyint(1) NOT NULL DEFAULT '1', |
| `display_order` int(11) DEFAULT '0' | | `display_order` int(11) DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `event_resource_entities` | | -- Dumping data for table `event_resource_entities` |
| -- | | -- |
| | | |
| INSERT INTO `event_resource_entities` (`event_resource_entity_id`, `event_status`, `event_id`, `section_id`, `entity_type`, `entity_value`, `release_date`, `release_until`, `time_estimate`, `updated_date`, `updated_by`, `active`, `display_order`) VALUES | | INSERT INTO `event_resource_entities` (`event_resource_entity_id`, `event_status`, `event_id`, `section_id`, `entity_type`, `entity_value`, `release_date`, `release_until`, `time_estimate`, `updated_date`, `updated_by`, `active`, `display_order`) VALUES |
| (1, 'published', 1, NULL, 11, 1, 0, 0, 30, 1640129095, 1, 1, 0), | | (1, 'published', 1, NULL, 11, 1, 0, 0, 30, 1640129095, 1, 1, 0), |
| (2, 'published', 1, NULL, 11, 2, 0, 0, 30, 1640129119, 1, 1, 1), | | (2, 'published', 1, NULL, 11, 2, 0, 0, 30, 1640129119, 1, 1, 1), |
| (3, 'published', 1, NULL, 11, 3, 0, 0, 30, 1640129132, 1, 1, 2), | | (3, 'published', 1, NULL, 11, 3, 0, 0, 30, 1640129132, 1, 1, 2), |
| (4, 'published', 1, NULL, 11, 4, 0, 0, 30, 1640129209, 1, 0, 3), | | (4, 'published', 1, NULL, 11, 4, 0, 0, 30, 1640129209, 1, 0, 3), |
| (5, 'published', 1, NULL, 11, 5, 0, 0, 30, 1640129317, 1, 0, 4), | | (5, 'published', 1, NULL, 11, 5, 0, 0, 30, 1640129317, 1, 0, 4), |
| (6, 'published', 1, NULL, 11, 6, 0, 0, 30, 1640129355, 1, 0, 1), | | (6, 'published', 1, NULL, 11, 6, 0, 0, 30, 1640129355, 1, 0, 1), |
| (7, 'published', 1, NULL, 11, 7, 0, 0, 15, 1640129410, 1, 0, 1), | | (7, 'published', 1, NULL, 11, 7, 0, 0, 15, 1640129410, 1, 0, 1), |
| (8, 'published', 4, NULL, 8, 1, 0, 0, NULL, 1685381586, 1, 1, 0), | | (8, 'published', 4, NULL, 8, 1, 0, 0, NULL, 1685381586, 1, 1, 0), |
| (9, 'published', 4, NULL, 11, 4, 0, 0, 15, 1685381586, 1, 1, 3), | | (9, 'published', 4, NULL, 11, 4, 0, 0, 15, 1685381586, 1, 1, 3), |
| (10, 'published', 4, NULL, 3, 1, 0, 0, 5, 1685381586, 1, 1, 2), | | (10, 'published', 4, NULL, 3, 1, 0, 0, 5, 1685381586, 1, 1, 2), |
| (11, 'published', 4, NULL, 14, 1, 0, 0, 25, 1685381586, 1, 1, 1), | | (11, 'published', 4, NULL, 14, 1, 0, 0, 25, 1685381586, 1, 1, 1), |
| (12, 'published', 4, NULL, 11, 5, 0, 0, 5, 1685381586, 1, 1, 1), | | (12, 'published', 4, NULL, 11, 5, 0, 0, 5, 1685381586, 1, 1, 1), |
| (13, 'published', 18, NULL, 11, 6, 0, 0, 20, 1685381586, 1, 1, 0), | | (13, 'published', 18, NULL, 11, 6, 0, 0, 20, 1685381586, 1, 1, 0), |
| (14, 'published', 19, NULL, 11, 7, 0, 0, 20, 1685381586, 1, 1, 0), | | (14, 'published', 19, NULL, 11, 7, 0, 0, 20, 1685381586, 1, 1, 0), |
| (15, 'published', 20, NULL, 11, 8, 0, 0, 20, 1685381586, 1, 1, 0), | | (15, 'published', 20, NULL, 11, 8, 0, 0, 20, 1685381586, 1, 1, 0), |
| (16, 'published', 4, NULL, 7, 1, 0, 0, 20, 1685381586, 1, 1, 0), | | (16, 'published', 4, NULL, 7, 1, 0, 0, 20, 1685381586, 1, 1, 0), |
| (17, 'published', 30, NULL, 12, 4, 0, 0, NULL, 1685381586, 1, 1, 0); | | (17, 'published', 30, NULL, 12, 4, 0, 0, NULL, 1685381586, 1, 1, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_resource_external_uploads` | | -- Table structure for table `event_resource_external_uploads` |
| -- | | -- |
| | | |
| CREATE TABLE `event_resource_external_uploads` ( | | CREATE TABLE `event_resource_external_uploads` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `draft_id` int(11) UNSIGNED NOT NULL, | | `draft_id` int(11) UNSIGNED NOT NULL, |
| `devent_id` int(12) UNSIGNED NOT NULL, | | `devent_id` int(12) UNSIGNED NOT NULL, |
| `source` enum('box') NOT NULL DEFAULT 'box', | | `source` enum('box') NOT NULL DEFAULT 'box', |
| `file_id` bigint(20) UNSIGNED NOT NULL, | | `file_id` bigint(20) UNSIGNED NOT NULL, |
| `file_name` varchar(512) NOT NULL, | | `file_name` varchar(512) NOT NULL, |
| `convert_folders_to_sections` tinyint(1) DEFAULT '0', | | `convert_folders_to_sections` tinyint(1) DEFAULT '0', |
| `upload_status` enum('queued','uploading','complete','failed') NOT NULL DEFAULT 'queued', | | `upload_status` enum('queued','uploading','complete','failed') NOT NULL DEFAULT 'queued', |
| `upload_started_at` bigint(20) UNSIGNED DEFAULT NULL, | | `upload_started_at` bigint(20) UNSIGNED DEFAULT NULL, |
| `upload_finished_at` bigint(20) UNSIGNED DEFAULT NULL, | | `upload_finished_at` bigint(20) UNSIGNED DEFAULT NULL, |
| `event_resource_entity_id` int(12) UNSIGNED DEFAULT NULL, | | `event_resource_entity_id` int(12) UNSIGNED DEFAULT NULL, |
| `created_at` bigint(20) NOT NULL, | | `created_at` bigint(20) NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_at` bigint(20) NOT NULL, | | `updated_at` bigint(20) NOT NULL, |
| `updated_by` int(12) UNSIGNED NOT NULL | | `updated_by` int(12) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_resource_homework` | | -- Table structure for table `event_resource_homework` |
| -- | | -- |
| | | |
| CREATE TABLE `event_resource_homework` ( | | CREATE TABLE `event_resource_homework` ( |
| `event_resource_homework_id` int(12) UNSIGNED NOT NULL, | | `event_resource_homework_id` int(12) UNSIGNED NOT NULL, |
| `event_id` int(12) NOT NULL, | | `event_id` int(12) NOT NULL, |
| `resource_homework` text, | | `resource_homework` text, |
| `required` tinyint(1) NOT NULL DEFAULT '0', | | `required` tinyint(1) NOT NULL DEFAULT '0', |
| `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none', | | `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none', |
| `release_required` tinyint(1) NOT NULL DEFAULT '0', | | `release_required` tinyint(1) NOT NULL DEFAULT '0', |
| `release_date` int(12) NOT NULL DEFAULT '0', | | `release_date` int(12) NOT NULL DEFAULT '0', |
| `release_until` int(12) NOT NULL DEFAULT '0', | | `release_until` int(12) NOT NULL DEFAULT '0', |
| `updated_date` int(12) NOT NULL, | | `updated_date` int(12) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '1' | | `active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_resource_sections` | | -- Table structure for table `event_resource_sections` |
| -- | | -- |
| | | |
| CREATE TABLE `event_resource_sections` ( | | CREATE TABLE `event_resource_sections` ( |
| `event_resource_section_id` int(12) UNSIGNED NOT NULL, | | `event_resource_section_id` int(12) UNSIGNED NOT NULL, |
| `event_id` int(12) NOT NULL, | | `event_id` int(12) NOT NULL, |
| `event_status` enum('draft','published') NOT NULL DEFAULT 'published', | | `event_status` enum('draft','published') NOT NULL DEFAULT 'published', |
| `section_name` varchar(256) NOT NULL, | | `section_name` varchar(256) NOT NULL, |
| `section_order` int(10) UNSIGNED NOT NULL DEFAULT '0', | | `section_order` int(10) UNSIGNED NOT NULL DEFAULT '0', |
| `updated_date` int(12) NOT NULL, | | `updated_date` int(12) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_resource_streaming` | | -- Table structure for table `event_resource_streaming` |
| -- | | -- |
| | | |
| CREATE TABLE `event_resource_streaming` ( | | CREATE TABLE `event_resource_streaming` ( |
| `event_resource_streaming_id` int(12) UNSIGNED NOT NULL, | | `event_resource_streaming_id` int(12) UNSIGNED NOT NULL, |
| `event_id` int(12) NOT NULL, | | `event_id` int(12) NOT NULL, |
| `title` varchar(255) DEFAULT NULL, | | `title` varchar(255) DEFAULT NULL, |
| `description` text, | | `description` text, |
| `embed_code` text, | | `embed_code` text, |
| `required` tinyint(1) NOT NULL DEFAULT '0', | | `required` tinyint(1) NOT NULL DEFAULT '0', |
| `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none', | | `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none', |
| `release_date` int(12) NOT NULL DEFAULT '0', | | `release_date` int(12) NOT NULL DEFAULT '0', |
| `release_until` int(12) NOT NULL DEFAULT '0', | | `release_until` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(20) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(20) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `active` tinyint(1) DEFAULT '1' | | `active` tinyint(1) DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `event_resource_streaming` | | -- Dumping data for table `event_resource_streaming` |
| -- | | -- |
| | | |
| INSERT INTO `event_resource_streaming` (`event_resource_streaming_id`, `event_id`, `title`, `description`, `embed_code`, `required`, `timeframe`, `release_date`, `release_until`, `updated_date`, `updated_by`, `active`) VALUES | | INSERT INTO `event_resource_streaming` (`event_resource_streaming_id`, `event_id`, `title`, `description`, `embed_code`, `required`, `timeframe`, `release_date`, `release_until`, `updated_date`, `updated_by`, `active`) VALUES |
| (1, 4, 'Test Streamable Media - OPS-698', 'This is a test streamable media.', '<div id=\"user_resi-video-player\"></div>\n', 0, 'post', 0, 0, 1685381586, 1, 1); | | (1, 4, 'Test Streamable Media - OPS-698', 'This is a test streamable media.', '<div id=\"user_resi-video-player\"></div>\n', 0, 'post', 0, 0, 1685381586, 1, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_resource_textbook_reading` | | -- Table structure for table `event_resource_textbook_reading` |
| -- | | -- |
| | | |
| CREATE TABLE `event_resource_textbook_reading` ( | | CREATE TABLE `event_resource_textbook_reading` ( |
| `event_resource_textbook_reading_id` int(12) UNSIGNED NOT NULL, | | `event_resource_textbook_reading_id` int(12) UNSIGNED NOT NULL, |
| `event_id` int(12) NOT NULL, | | `event_id` int(12) NOT NULL, |
| `resource_textbook_reading` text, | | `resource_textbook_reading` text, |
| `required` tinyint(1) NOT NULL DEFAULT '0', | | `required` tinyint(1) NOT NULL DEFAULT '0', |
| `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none', | | `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none', |
| `release_required` tinyint(1) NOT NULL DEFAULT '0', | | `release_required` tinyint(1) NOT NULL DEFAULT '0', |
| `release_date` int(12) NOT NULL DEFAULT '0', | | `release_date` int(12) NOT NULL DEFAULT '0', |
| `release_until` int(12) NOT NULL DEFAULT '0', | | `release_until` int(12) NOT NULL DEFAULT '0', |
| `updated_date` int(12) NOT NULL, | | `updated_date` int(12) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '1' | | `active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_room_resources` | | -- Table structure for table `event_room_resources` |
| -- | | -- |
| | | |
| CREATE TABLE `event_room_resources` ( | | CREATE TABLE `event_room_resources` ( |
| `event_room_resources_id` int(12) UNSIGNED NOT NULL, | | `event_room_resources_id` int(12) UNSIGNED NOT NULL, |
| `event_id` int(12) NOT NULL, | | `event_id` int(12) NOT NULL, |
| `resource_id` int(11) UNSIGNED NOT NULL | | `resource_id` int(11) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_topics` | | -- Table structure for table `event_topics` |
| -- | | -- |
| | | |
| CREATE TABLE `event_topics` ( | | CREATE TABLE `event_topics` ( |
| `etopic_id` int(12) NOT NULL, | | `etopic_id` int(12) NOT NULL, |
| `event_id` int(12) NOT NULL DEFAULT '0', | | `event_id` int(12) NOT NULL DEFAULT '0', |
| `topic_id` int(12) NOT NULL DEFAULT '0', | | `topic_id` int(12) NOT NULL DEFAULT '0', |
| `topic_coverage` enum('major','minor') NOT NULL, | | `topic_coverage` enum('major','minor') NOT NULL, |
| `topic_time` varchar(25) DEFAULT NULL, | | `topic_time` varchar(25) DEFAULT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `examity_config` | | -- Table structure for table `examity_config` |
| -- | | -- |
| | | |
| CREATE TABLE `examity_config` ( | | CREATE TABLE `examity_config` ( |
| `examity_config_id` int(12) UNSIGNED NOT NULL, | | `examity_config_id` int(12) UNSIGNED NOT NULL, |
| `exam_post_id` int(11) UNSIGNED DEFAULT NULL, | | `exam_post_id` int(11) UNSIGNED DEFAULT NULL, |
| `exam_url` char(128) NOT NULL, | | `exam_url` char(128) NOT NULL, |
| `exam_username` char(100) DEFAULT NULL, | | `exam_username` char(100) DEFAULT NULL, |
| `exam_password` char(100) DEFAULT NULL, | | `exam_password` char(100) DEFAULT NULL, |
| `exam_timezone` char(50) DEFAULT NULL, | | `exam_timezone` char(50) DEFAULT NULL, |
| `exam_instructions` text, | | `exam_instructions` text, |
| `exam_level` tinyint(1) UNSIGNED NOT NULL DEFAULT '1', | | `exam_level` tinyint(1) UNSIGNED NOT NULL DEFAULT '1', |
| `created_date` int(12) UNSIGNED NOT NULL, | | `created_date` int(12) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` int(12) UNSIGNED DEFAULT NULL, | | `updated_date` int(12) UNSIGNED DEFAULT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `deleted_date` int(12) UNSIGNED DEFAULT NULL | | `deleted_date` int(12) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `examity_users` | | -- Table structure for table `examity_users` |
| -- | | -- |
| | | |
| CREATE TABLE `examity_users` ( | | CREATE TABLE `examity_users` ( |
| `examity_user_id` int(12) UNSIGNED NOT NULL, | | `examity_user_id` int(12) UNSIGNED NOT NULL, |
| `examity_config_id` int(11) UNSIGNED NOT NULL, | | `examity_config_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) UNSIGNED NOT NULL, | | `proxy_id` int(11) UNSIGNED NOT NULL, |
| `exam_code` char(16) DEFAULT NULL, | | `exam_code` char(16) DEFAULT NULL, |
| `transaction_id` bigint(15) UNSIGNED DEFAULT NULL, | | `transaction_id` bigint(15) UNSIGNED DEFAULT NULL, |
| `appointment_date` char(50) DEFAULT NULL, | | `appointment_date` char(50) DEFAULT NULL, |
| `status` char(50) DEFAULT NULL, | | `status` char(50) DEFAULT NULL, |
| `created_date` int(12) UNSIGNED NOT NULL, | | `created_date` int(12) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` int(12) DEFAULT NULL, | | `updated_date` int(12) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(12) DEFAULT NULL, | | `deleted_date` int(12) DEFAULT NULL, |
| `update_flag` int(1) UNSIGNED NOT NULL DEFAULT '1' | | `update_flag` int(1) UNSIGNED NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exams` | | -- Table structure for table `exams` |
| -- | | -- |
| | | |
| CREATE TABLE `exams` ( | | CREATE TABLE `exams` ( |
| `exam_id` int(11) UNSIGNED NOT NULL, | | `exam_id` int(11) UNSIGNED NOT NULL, |
| `folder_id` int(12) DEFAULT '0', | | `folder_id` int(12) DEFAULT '0', |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `title` varchar(1024) NOT NULL DEFAULT '', | | `title` varchar(1024) NOT NULL DEFAULT '', |
| `description` text, | | `description` text, |
| `display_questions` enum('all','one','page_breaks') DEFAULT 'all', | | `display_questions` enum('all','one','page_breaks') DEFAULT 'all', |
| `random` int(1) DEFAULT NULL, | | `random` int(1) DEFAULT NULL, |
| `random_answers` int(1) DEFAULT '0', | | `random_answers` int(1) DEFAULT '0', |
| `examsoft_exam_id` int(11) DEFAULT NULL, | | `examsoft_exam_id` int(11) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `exams` | | -- Dumping data for table `exams` |
| -- | | -- |
| | | |
| INSERT INTO `exams` (`exam_id`, `folder_id`, `organisation_id`, `title`, `description`, `display_questions`, `random`, `random_answers`, `examsoft_exam_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `exams` (`exam_id`, `folder_id`, `organisation_id`, `title`, `description`, `display_questions`, `random`, `random_answers`, `examsoft_exam_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 3, 1, 'Test Exam 1', NULL, 'all', NULL, NULL, NULL, 1684776786, 1, 1684776786, 1, NULL); | | (1, 3, 1, 'Test Exam 1', NULL, 'all', NULL, NULL, NULL, 1684776786, 1, 1684776786, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_adjustments` | | -- Table structure for table `exam_adjustments` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_adjustments` ( | | CREATE TABLE `exam_adjustments` ( |
| `ep_adjustment_id` int(11) UNSIGNED NOT NULL, | | `ep_adjustment_id` int(11) UNSIGNED NOT NULL, |
| `exam_element_id` int(11) UNSIGNED NOT NULL, | | `exam_element_id` int(11) UNSIGNED NOT NULL, |
| `exam_id` int(11) UNSIGNED DEFAULT NULL, | | `exam_id` int(11) UNSIGNED DEFAULT NULL, |
| `type` enum('update_points','throw_out','full_credit','correct','incorrect','make_bonus') NOT NULL, | | `type` enum('update_points','throw_out','full_credit','correct','incorrect','make_bonus') NOT NULL, |
| `value` varchar(255) DEFAULT NULL, | | `value` varchar(255) DEFAULT NULL, |
| `created_date` bigint(20) NOT NULL, | | `created_date` bigint(20) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_attached_files` | | -- Table structure for table `exam_attached_files` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_attached_files` ( | | CREATE TABLE `exam_attached_files` ( |
| `file_id` int(11) UNSIGNED NOT NULL, | | `file_id` int(11) UNSIGNED NOT NULL, |
| `exam_id` int(11) UNSIGNED NOT NULL, | | `exam_id` int(11) UNSIGNED NOT NULL, |
| `file_name` varchar(255) DEFAULT NULL, | | `file_name` varchar(255) DEFAULT NULL, |
| `file_type` varchar(255) DEFAULT NULL, | | `file_type` varchar(255) DEFAULT NULL, |
| `file_title` varchar(128) DEFAULT NULL, | | `file_title` varchar(128) DEFAULT NULL, |
| `file_size` varchar(32) DEFAULT NULL, | | `file_size` varchar(32) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_authors` | | -- Table structure for table `exam_authors` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_authors` ( | | CREATE TABLE `exam_authors` ( |
| `aeauthor_id` int(11) UNSIGNED NOT NULL, | | `aeauthor_id` int(11) UNSIGNED NOT NULL, |
| `exam_id` int(11) UNSIGNED NOT NULL, | | `exam_id` int(11) UNSIGNED NOT NULL, |
| `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id', | | `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id', |
| `author_id` int(11) UNSIGNED DEFAULT NULL, | | `author_id` int(11) UNSIGNED DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `exam_authors` | | -- Dumping data for table `exam_authors` |
| -- | | -- |
| | | |
| INSERT INTO `exam_authors` (`aeauthor_id`, `exam_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `exam_authors` (`aeauthor_id`, `exam_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 'proxy_id', 1, 1685381586, 1, 1685381586, 1, NULL); | | (1, 1, 'proxy_id', 1, 1685381586, 1, 1685381586, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_bank_folders` | | -- Table structure for table `exam_bank_folders` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_bank_folders` ( | | CREATE TABLE `exam_bank_folders` ( |
| `folder_id` int(12) NOT NULL, | | `folder_id` int(12) NOT NULL, |
| `parent_folder_id` int(12) NOT NULL DEFAULT '0', | | `parent_folder_id` int(12) NOT NULL DEFAULT '0', |
| `folder_title` varchar(64) NOT NULL, | | `folder_title` varchar(64) NOT NULL, |
| `folder_description` text, | | `folder_description` text, |
| `folder_order` int(10) NOT NULL DEFAULT '0', | | `folder_order` int(10) NOT NULL DEFAULT '0', |
| `image_id` int(10) DEFAULT '1', | | `image_id` int(10) DEFAULT '1', |
| `folder_type` enum('exam','question') NOT NULL DEFAULT 'question', | | `folder_type` enum('exam','question') NOT NULL DEFAULT 'question', |
| `organisation_id` int(12) NOT NULL DEFAULT '1', | | `organisation_id` int(12) NOT NULL DEFAULT '1', |
| `created_date` bigint(64) NOT NULL DEFAULT '0', | | `created_date` bigint(64) NOT NULL DEFAULT '0', |
| `created_by` int(12) NOT NULL DEFAULT '0', | | `created_by` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `exam_bank_folders` | | -- Dumping data for table `exam_bank_folders` |
| -- | | -- |
| | | |
| INSERT INTO `exam_bank_folders` (`folder_id`, `parent_folder_id`, `folder_title`, `folder_description`, `folder_order`, `image_id`, `folder_type`, `organisation_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `exam_bank_folders` (`folder_id`, `parent_folder_id`, `folder_title`, `folder_description`, `folder_order`, `image_id`, `folder_type`, `organisation_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 0, 'Default Folder', 'Folder created automatically.', 0, 3, 'exam', 1, 1521522163, 1, 1521522163, 1, NULL), | | (1, 0, 'Default Folder', 'Folder created automatically.', 0, 3, 'exam', 1, 1521522163, 1, 1521522163, 1, NULL), |
| (2, 0, 'Default Folder', 'Folder created automatically.', 0, 3, 'question', 1, 1542424581, 1, 1542424581, 1, NULL), | | (2, 0, 'Default Folder', 'Folder created automatically.', 0, 3, 'question', 1, 1542424581, 1, 1542424581, 1, NULL), |
| (3, 0, 'Test Folder 1', '', 2, 1, 'exam', 1, 1685381586, 1, 1685381586, 1, NULL), | | (3, 0, 'Test Folder 1', '', 2, 1, 'exam', 1, 1685381586, 1, 1685381586, 1, NULL), |
| (4, 0, 'Test Folder 2', '', 2, 11, 'exam', 1, 1685381586, 1, 1685381586, 1, NULL), | | (4, 0, 'Test Folder 2', '', 2, 11, 'exam', 1, 1685381586, 1, 1685381586, 1, NULL), |
| (5, 0, 'Test Folder 3', '', 2, 5, 'exam', 1, 1685381586, 1, 1685381586, 1, NULL); | | (5, 0, 'Test Folder 3', '', 2, 5, 'exam', 1, 1685381586, 1, 1685381586, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_bank_folder_authors` | | -- Table structure for table `exam_bank_folder_authors` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_bank_folder_authors` ( | | CREATE TABLE `exam_bank_folder_authors` ( |
| `efauthor_id` int(11) UNSIGNED NOT NULL, | | `efauthor_id` int(11) UNSIGNED NOT NULL, |
| `folder_id` int(11) UNSIGNED NOT NULL, | | `folder_id` int(11) UNSIGNED NOT NULL, |
| `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id', | | `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id', |
| `author_id` int(11) NOT NULL, | | `author_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `exam_bank_folder_authors` | | -- Dumping data for table `exam_bank_folder_authors` |
| -- | | -- |
| | | |
| INSERT INTO `exam_bank_folder_authors` (`efauthor_id`, `folder_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `exam_bank_folder_authors` (`efauthor_id`, `folder_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 3, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL), | | (1, 3, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL), |
| (2, 4, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL), | | (2, 4, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL), |
| (3, 5, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL); | | (3, 5, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_bank_folder_organisations` | | -- Table structure for table `exam_bank_folder_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_bank_folder_organisations` ( | | CREATE TABLE `exam_bank_folder_organisations` ( |
| `folder_org_id` int(12) UNSIGNED NOT NULL, | | `folder_org_id` int(12) UNSIGNED NOT NULL, |
| `folder_id` int(12) NOT NULL, | | `folder_id` int(12) NOT NULL, |
| `organisation_id` int(12) NOT NULL DEFAULT '1', | | `organisation_id` int(12) NOT NULL DEFAULT '1', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `exam_bank_folder_organisations` | | -- Dumping data for table `exam_bank_folder_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `exam_bank_folder_organisations` (`folder_org_id`, `folder_id`, `organisation_id`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `exam_bank_folder_organisations` (`folder_org_id`, `folder_id`, `organisation_id`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 1, 1521522163, 1, NULL), | | (1, 1, 1, 1521522163, 1, NULL), |
| (2, 2, 1, 1542424581, 1, NULL), | | (2, 2, 1, 1542424581, 1, NULL), |
| (3, 3, 1, 1685381586, 1, NULL), | | (3, 3, 1, 1685381586, 1, NULL), |
| (4, 4, 1, 1685381586, 1, NULL), | | (4, 4, 1, 1685381586, 1, NULL), |
| (5, 5, 1, 1685381586, 1, NULL); | | (5, 5, 1, 1685381586, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_category` | | -- Table structure for table `exam_category` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_category` ( | | CREATE TABLE `exam_category` ( |
| `category_id` int(11) UNSIGNED NOT NULL, | | `category_id` int(11) UNSIGNED NOT NULL, |
| `post_id` int(11) UNSIGNED NOT NULL, | | `post_id` int(11) UNSIGNED NOT NULL, |
| `exam_id` int(11) UNSIGNED NOT NULL, | | `exam_id` int(11) UNSIGNED NOT NULL, |
| `use_release_start_date` int(1) DEFAULT NULL, | | `use_release_start_date` int(1) DEFAULT NULL, |
| `use_release_end_date` int(1) DEFAULT NULL, | | `use_release_end_date` int(1) DEFAULT NULL, |
| `release_start_date` bigint(20) DEFAULT NULL, | | `release_start_date` bigint(20) DEFAULT NULL, |
| `release_end_date` bigint(20) DEFAULT NULL, | | `release_end_date` bigint(20) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_category_audience` | | -- Table structure for table `exam_category_audience` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_category_audience` ( | | CREATE TABLE `exam_category_audience` ( |
| `audience_id` int(11) UNSIGNED NOT NULL, | | `audience_id` int(11) UNSIGNED NOT NULL, |
| `category_id` int(11) UNSIGNED NOT NULL, | | `category_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) UNSIGNED NOT NULL, | | `proxy_id` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_category_result` | | -- Table structure for table `exam_category_result` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_category_result` ( | | CREATE TABLE `exam_category_result` ( |
| `result_id` int(11) UNSIGNED NOT NULL, | | `result_id` int(11) UNSIGNED NOT NULL, |
| `post_id` int(11) UNSIGNED NOT NULL, | | `post_id` int(11) UNSIGNED NOT NULL, |
| `exam_id` int(11) UNSIGNED NOT NULL, | | `exam_id` int(11) UNSIGNED NOT NULL, |
| `objective_id` int(12) NOT NULL, | | `objective_id` int(12) NOT NULL, |
| `set_id` int(12) NOT NULL, | | `set_id` int(12) NOT NULL, |
| `average` decimal(10,2) DEFAULT NULL, | | `average` decimal(10,2) DEFAULT NULL, |
| `min` decimal(10,2) DEFAULT NULL, | | `min` decimal(10,2) DEFAULT NULL, |
| `max` decimal(10,2) DEFAULT NULL, | | `max` decimal(10,2) DEFAULT NULL, |
| `possible_value` decimal(10,2) DEFAULT NULL, | | `possible_value` decimal(10,2) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_category_result_detail` | | -- Table structure for table `exam_category_result_detail` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_category_result_detail` ( | | CREATE TABLE `exam_category_result_detail` ( |
| `detail_id` int(11) UNSIGNED NOT NULL, | | `detail_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `exam_progress_id` int(12) UNSIGNED NOT NULL, | | `exam_progress_id` int(12) UNSIGNED NOT NULL, |
| `post_id` int(11) UNSIGNED NOT NULL, | | `post_id` int(11) UNSIGNED NOT NULL, |
| `exam_id` int(11) UNSIGNED NOT NULL, | | `exam_id` int(11) UNSIGNED NOT NULL, |
| `objective_id` int(12) NOT NULL, | | `objective_id` int(12) NOT NULL, |
| `set_id` int(12) NOT NULL, | | `set_id` int(12) NOT NULL, |
| `score` decimal(10,2) DEFAULT NULL, | | `score` decimal(10,2) DEFAULT NULL, |
| `value` decimal(10,2) DEFAULT NULL, | | `value` decimal(10,2) DEFAULT NULL, |
| `possible_value` decimal(10,2) DEFAULT NULL, | | `possible_value` decimal(10,2) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_category_set` | | -- Table structure for table `exam_category_set` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_category_set` ( | | CREATE TABLE `exam_category_set` ( |
| `set_id` int(11) UNSIGNED NOT NULL, | | `set_id` int(11) UNSIGNED NOT NULL, |
| `objective_set_id` int(11) UNSIGNED NOT NULL, | | `objective_set_id` int(11) UNSIGNED NOT NULL, |
| `category_id` int(11) UNSIGNED NOT NULL, | | `category_id` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_creation_history` | | -- Table structure for table `exam_creation_history` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_creation_history` ( | | CREATE TABLE `exam_creation_history` ( |
| `exam_history_id` int(12) NOT NULL, | | `exam_history_id` int(12) NOT NULL, |
| `exam_id` int(12) DEFAULT '0', | | `exam_id` int(12) DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `action` enum('exam_add','exam_edit','exam_delete','exam_copy','exam_move','exam_settings_edit','exam_element_add','exam_element_edit','exam_element_delete','exam_element_group_add','exam_element_group_edit','exam_element_group_delete','exam_element_order','exam_element_points','post_exam_add','post_exam_edit','post_exam_delete','adjust_score','delete_adjust_score','reopen_progress','delete_progress','report_add','report_edit','report_delete','submit_progress') NOT NULL, | | `action` enum('exam_add','exam_edit','exam_delete','exam_copy','exam_move','exam_settings_edit','exam_element_add','exam_element_edit','exam_element_delete','exam_element_group_add','exam_element_group_edit','exam_element_group_delete','exam_element_order','exam_element_points','post_exam_add','post_exam_edit','post_exam_delete','adjust_score','delete_adjust_score','reopen_progress','delete_progress','report_add','report_edit','report_delete','submit_progress') NOT NULL, |
| `action_resource_id` int(12) DEFAULT NULL, | | `action_resource_id` int(12) DEFAULT NULL, |
| `secondary_action` text, | | `secondary_action` text, |
| `secondary_action_resource_id` int(12) DEFAULT NULL, | | `secondary_action_resource_id` int(12) DEFAULT NULL, |
| `history_message` text, | | `history_message` text, |
| `timestamp` bigint(64) NOT NULL DEFAULT '0' | | `timestamp` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `exam_creation_history` | | -- Dumping data for table `exam_creation_history` |
| -- | | -- |
| | | |
| INSERT INTO `exam_creation_history` (`exam_history_id`, `exam_id`, `proxy_id`, `action`, `action_resource_id`, `secondary_action`, `secondary_action_resource_id`, `history_message`, `timestamp`) VALUES | | INSERT INTO `exam_creation_history` (`exam_history_id`, `exam_id`, `proxy_id`, `action`, `action_resource_id`, `secondary_action`, `secondary_action_resource_id`, `history_message`, `timestamp`) VALUES |
| (1, 1, 2, 'exam_add', 1, NULL, NULL, NULL, 0); | | (1, 1, 2, 'exam_add', 1, NULL, NULL, NULL, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_elements` | | -- Table structure for table `exam_elements` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_elements` ( | | CREATE TABLE `exam_elements` ( |
| `exam_element_id` int(11) UNSIGNED NOT NULL, | | `exam_element_id` int(11) UNSIGNED NOT NULL, |
| `exam_id` int(11) UNSIGNED NOT NULL, | | `exam_id` int(11) UNSIGNED NOT NULL, |
| `element_type` enum('question','data_source','text','objective','page_break') DEFAULT NULL, | | `element_type` enum('question','data_source','text','objective','page_break') DEFAULT NULL, |
| `element_id` int(11) UNSIGNED DEFAULT NULL, | | `element_id` int(11) UNSIGNED DEFAULT NULL, |
| `element_id_version` int(11) NOT NULL DEFAULT '0', | | `element_id_version` int(11) NOT NULL DEFAULT '0', |
| `element_text` text, | | `element_text` text, |
| `group_id` int(11) UNSIGNED DEFAULT NULL, | | `group_id` int(11) UNSIGNED DEFAULT NULL, |
| `order` smallint(5) UNSIGNED NOT NULL DEFAULT '0', | | `order` smallint(5) UNSIGNED NOT NULL DEFAULT '0', |
| `points` decimal(10,2) DEFAULT NULL, | | `points` decimal(10,2) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL, | | `deleted_date` int(11) DEFAULT NULL, |
| `updated_date` int(11) NOT NULL DEFAULT '0', | | `updated_date` int(11) NOT NULL DEFAULT '0', |
| `updated_by` int(11) NOT NULL DEFAULT '0', | | `updated_by` int(11) NOT NULL DEFAULT '0', |
| `not_scored` tinyint(1) DEFAULT NULL | | `not_scored` tinyint(1) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `exam_elements` | | -- Dumping data for table `exam_elements` |
| -- | | -- |
| | | |
| INSERT INTO `exam_elements` (`exam_element_id`, `exam_id`, `element_type`, `element_id`, `element_id_version`, `element_text`, `group_id`, `order`, `points`, `deleted_date`, `updated_date`, `updated_by`, `not_scored`) VALUES | | INSERT INTO `exam_elements` (`exam_element_id`, `exam_id`, `element_type`, `element_id`, `element_id_version`, `element_text`, `group_id`, `order`, `points`, `deleted_date`, `updated_date`, `updated_by`, `not_scored`) VALUES |
| (1, 1, 'question', 2, 0, NULL, NULL, 0, 1.00, NULL, 1685381586, 1, NULL), | | (1, 1, 'question', 2, 0, NULL, NULL, 0, 1.00, NULL, 1685381586, 1, NULL), |
| (2, 1, 'question', 1, 0, NULL, NULL, 1, 1.00, NULL, 1685381586, 1, NULL); | | (2, 1, 'question', 1, 0, NULL, NULL, 1, 1.00, NULL, 1685381586, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_element_highlight` | | -- Table structure for table `exam_element_highlight` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_element_highlight` ( | | CREATE TABLE `exam_element_highlight` ( |
| `highlight_id` int(12) UNSIGNED NOT NULL, | | `highlight_id` int(12) UNSIGNED NOT NULL, |
| `exam_element_id` int(11) UNSIGNED NOT NULL, | | `exam_element_id` int(11) UNSIGNED NOT NULL, |
| `element_text` text, | | `element_text` text, |
| `exam_progress_id` int(12) UNSIGNED NOT NULL, | | `exam_progress_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_graders` | | -- Table structure for table `exam_graders` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_graders` ( | | CREATE TABLE `exam_graders` ( |
| `exam_grader_id` int(12) UNSIGNED NOT NULL, | | `exam_grader_id` int(12) UNSIGNED NOT NULL, |
| `post_id` int(11) UNSIGNED NOT NULL, | | `post_id` int(11) UNSIGNED NOT NULL, |
| `cgroup_id` int(11) NOT NULL, | | `cgroup_id` int(11) NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL | | `proxy_id` int(12) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_groups` | | -- Table structure for table `exam_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_groups` ( | | CREATE TABLE `exam_groups` ( |
| `group_id` int(11) UNSIGNED NOT NULL, | | `group_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `group_title` varchar(2048) DEFAULT NULL, | | `group_title` varchar(2048) DEFAULT NULL, |
| `group_description` text, | | `group_description` text, |
| `is_scale` tinyint(1) NOT NULL DEFAULT '0', | | `is_scale` tinyint(1) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_group_authors` | | -- Table structure for table `exam_group_authors` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_group_authors` ( | | CREATE TABLE `exam_group_authors` ( |
| `egauthor_id` int(11) UNSIGNED NOT NULL, | | `egauthor_id` int(11) UNSIGNED NOT NULL, |
| `group_id` int(11) UNSIGNED NOT NULL, | | `group_id` int(11) UNSIGNED NOT NULL, |
| `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id', | | `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id', |
| `author_id` int(11) UNSIGNED DEFAULT NULL, | | `author_id` int(11) UNSIGNED DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_group_questions` | | -- Table structure for table `exam_group_questions` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_group_questions` ( | | CREATE TABLE `exam_group_questions` ( |
| `egquestion_id` int(11) UNSIGNED NOT NULL, | | `egquestion_id` int(11) UNSIGNED NOT NULL, |
| `group_id` int(11) UNSIGNED NOT NULL, | | `group_id` int(11) UNSIGNED NOT NULL, |
| `question_id` int(11) UNSIGNED NOT NULL, | | `question_id` int(11) UNSIGNED NOT NULL, |
| `version_id` int(12) UNSIGNED NOT NULL, | | `version_id` int(12) UNSIGNED NOT NULL, |
| `order` tinyint(3) NOT NULL DEFAULT '0', | | `order` tinyint(3) NOT NULL DEFAULT '0', |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_lu_bank_folder_images` | | -- Table structure for table `exam_lu_bank_folder_images` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_lu_bank_folder_images` ( | | CREATE TABLE `exam_lu_bank_folder_images` ( |
| `image_id` int(12) NOT NULL, | | `image_id` int(12) NOT NULL, |
| `file_name` varchar(64) NOT NULL DEFAULT '0', | | `file_name` varchar(64) NOT NULL DEFAULT '0', |
| `color` varchar(64) NOT NULL, | | `color` varchar(64) NOT NULL, |
| `order` int(12) NOT NULL, | | `order` int(12) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `exam_lu_bank_folder_images` | | -- Dumping data for table `exam_lu_bank_folder_images` |
| -- | | -- |
| | | |
| INSERT INTO `exam_lu_bank_folder_images` (`image_id`, `file_name`, `color`, `order`, `deleted_date`) VALUES | | INSERT INTO `exam_lu_bank_folder_images` (`image_id`, `file_name`, `color`, `order`, `deleted_date`) VALUES |
| (1, 'list-folder-1.png', 'light blue', 1, NULL), | | (1, 'list-folder-1.png', 'light blue', 1, NULL), |
| (2, 'list-folder-2.png', 'medium blue', 2, NULL), | | (2, 'list-folder-2.png', 'medium blue', 2, NULL), |
| (3, 'list-folder-3.png', 'teal', 3, NULL), | | (3, 'list-folder-3.png', 'teal', 3, NULL), |
| (4, 'list-folder-4.png', 'yellow green', 4, NULL), | | (4, 'list-folder-4.png', 'yellow green', 4, NULL), |
| (5, 'list-folder-5.png', 'medium green', 5, NULL), | | (5, 'list-folder-5.png', 'medium green', 5, NULL), |
| (6, 'list-folder-6.png', 'dark green', 6, NULL), | | (6, 'list-folder-6.png', 'dark green', 6, NULL), |
| (7, 'list-folder-7.png', 'light yellow', 7, NULL), | | (7, 'list-folder-7.png', 'light yellow', 7, NULL), |
| (8, 'list-folder-8.png', 'yellow', 8, NULL), | | (8, 'list-folder-8.png', 'yellow', 8, NULL), |
| (9, 'list-folder-9.png', 'orange', 9, NULL), | | (9, 'list-folder-9.png', 'orange', 9, NULL), |
| (10, 'list-folder-10.png', 'dark orange', 10, NULL), | | (10, 'list-folder-10.png', 'dark orange', 10, NULL), |
| (11, 'list-folder-11.png', 'red', 11, NULL), | | (11, 'list-folder-11.png', 'red', 11, NULL), |
| (12, 'list-folder-12.png', 'magenta', 12, NULL), | | (12, 'list-folder-12.png', 'magenta', 12, NULL), |
| (13, 'list-folder-13.png', 'light pink', 13, NULL), | | (13, 'list-folder-13.png', 'light pink', 13, NULL), |
| (14, 'list-folder-14.png', 'pink', 14, NULL), | | (14, 'list-folder-14.png', 'pink', 14, NULL), |
| (15, 'list-folder-15.png', 'light purple', 15, NULL), | | (15, 'list-folder-15.png', 'light purple', 15, NULL), |
| (16, 'list-folder-16.png', 'purple', 16, NULL), | | (16, 'list-folder-16.png', 'purple', 16, NULL), |
| (17, 'list-folder-17.png', 'cream', 17, NULL), | | (17, 'list-folder-17.png', 'cream', 17, NULL), |
| (18, 'list-folder-18.png', 'light brown', 18, NULL), | | (18, 'list-folder-18.png', 'light brown', 18, NULL), |
| (19, 'list-folder-19.png', 'medium brown', 19, NULL), | | (19, 'list-folder-19.png', 'medium brown', 19, NULL), |
| (20, 'list-folder-20.png', 'dark blue', 20, NULL); | | (20, 'list-folder-20.png', 'dark blue', 20, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_lu_questiontypes` | | -- Table structure for table `exam_lu_questiontypes` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_lu_questiontypes` ( | | CREATE TABLE `exam_lu_questiontypes` ( |
| `questiontype_id` int(11) UNSIGNED NOT NULL, | | `questiontype_id` int(11) UNSIGNED NOT NULL, |
| `shortname` varchar(128) NOT NULL DEFAULT '', | | `shortname` varchar(128) NOT NULL DEFAULT '', |
| `name` varchar(256) NOT NULL DEFAULT '', | | `name` varchar(256) NOT NULL DEFAULT '', |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `order` int(11) DEFAULT '0', | | `order` int(11) DEFAULT '0', |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `exam_lu_questiontypes` | | -- Dumping data for table `exam_lu_questiontypes` |
| -- | | -- |
| | | |
| INSERT INTO `exam_lu_questiontypes` (`questiontype_id`, `shortname`, `name`, `description`, `order`, `deleted_date`) VALUES | | INSERT INTO `exam_lu_questiontypes` (`questiontype_id`, `shortname`, `name`, `description`, `order`, `deleted_date`) VALUES |
| (1, 'mc_h', 'Multiple Choice Horizontal', 'A Multiple Choice Question layed out horizontaly', 3, NULL), | | (1, 'mc_h', 'Multiple Choice Horizontal', 'A Multiple Choice Question layed out horizontaly', 3, NULL), |
| (2, 'mc_v', 'Multiple Choice Vertical', 'A Multiple Choice Question layed out verticaly', 1, NULL), | | (2, 'mc_v', 'Multiple Choice Vertical', 'A Multiple Choice Question layed out verticaly', 1, NULL), |
| (3, 'short', 'Short Answer', 'A Short Answer or Fill in the bank question, correct answers can be added to the system.', 5, NULL), | | (3, 'short', 'Short Answer', 'A Short Answer or Fill in the bank question, correct answers can be added to the system.', 5, NULL), |
| (4, 'essay', 'Essay', 'A long form essay question, graded manually', 6, NULL), | | (4, 'essay', 'Essay', 'A long form essay question, graded manually', 6, NULL), |
| (5, 'match', 'Matching', 'A question type where you identify from a list of options', 7, NULL), | | (5, 'match', 'Matching', 'A question type where you identify from a list of options', 7, NULL), |
| (6, 'text', 'Text', 'Instructional or Information text to display to the student, no answer.', 10, NULL), | | (6, 'text', 'Text', 'Instructional or Information text to display to the student, no answer.', 10, NULL), |
| (7, 'mc_h_m', 'Multiple Choice Horizontal (multiple responses)', 'A Multiple Choice Question layed out horizontaly, with checkboxes for multipule anwsers.', 4, NULL), | | (7, 'mc_h_m', 'Multiple Choice Horizontal (multiple responses)', 'A Multiple Choice Question layed out horizontaly, with checkboxes for multipule anwsers.', 4, NULL), |
| (8, 'mc_v_m', 'Multiple Choice Vertical (multiple responses)', 'A Multiple Choice Question layed out verticaly, with checkboxes for multipule anwsers.', 2, NULL), | | (8, 'mc_v_m', 'Multiple Choice Vertical (multiple responses)', 'A Multiple Choice Question layed out verticaly, with checkboxes for multipule anwsers.', 2, NULL), |
| (9, 'drop_s', 'Drop Down', 'The dropdown allows students to answer each question by choosing one of up to 100 options which have been provided to populate a select box.', 8, 1441323576), | | (9, 'drop_s', 'Drop Down', 'The dropdown allows students to answer each question by choosing one of up to 100 options which have been provided to populate a select box.', 8, 1441323576), |
| (10, 'drop_m', 'Drop Down (multiple responses)', 'The dropdown allows students to answer each question by choosing multiple options which have been provided to populate a select box.', 9, 1441323576), | | (10, 'drop_m', 'Drop Down (multiple responses)', 'The dropdown allows students to answer each question by choosing multiple options which have been provided to populate a select box.', 9, 1441323576), |
| (11, 'fnb', 'Fill in the Blank', 'A question type composed of short answers in a paragraph form with predefined correct options for the short answers.', 11, NULL); | | (11, 'fnb', 'Fill in the Blank', 'A question type composed of short answers in a paragraph form with predefined correct options for the short answers.', 11, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_posts` | | -- Table structure for table `exam_posts` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_posts` ( | | CREATE TABLE `exam_posts` ( |
| `post_id` int(11) UNSIGNED NOT NULL, | | `post_id` int(11) UNSIGNED NOT NULL, |
| `exam_id` int(11) UNSIGNED NOT NULL, | | `exam_id` int(11) UNSIGNED NOT NULL, |
| `target_type` enum('event','community','preview') DEFAULT NULL, | | `target_type` enum('event','community','preview') DEFAULT NULL, |
| `target_id` int(11) UNSIGNED DEFAULT NULL, | | `target_id` int(11) UNSIGNED DEFAULT NULL, |
| `title` varchar(255) DEFAULT NULL, | | `title` varchar(255) DEFAULT NULL, |
| `description` text, | | `description` text, |
| `instructions` text, | | `instructions` text, |
| `max_attempts` int(11) DEFAULT NULL, | | `max_attempts` int(11) DEFAULT NULL, |
| `mandatory` smallint(6) DEFAULT NULL, | | `mandatory` smallint(6) DEFAULT NULL, |
| `backtrack` int(1) DEFAULT '1', | | `backtrack` int(1) DEFAULT '1', |
| `secure` tinyint(1) DEFAULT '0', | | `secure` tinyint(1) DEFAULT '0', |
| `use_resume_password` int(1) DEFAULT '0', | | `use_resume_password` int(1) DEFAULT '0', |
| `resume_password` varchar(20) DEFAULT '0', | | `resume_password` varchar(20) DEFAULT '0', |
| `config_password_seb` text, | | `config_password_seb` text, |
| `secure_mode` varchar(32) DEFAULT NULL, | | `secure_mode` varchar(32) DEFAULT NULL, |
| `use_honor_code` int(1) NOT NULL DEFAULT '0', | | `use_honor_code` int(1) NOT NULL DEFAULT '0', |
| `honor_code` text, | | `honor_code` text, |
| `mark_faculty_review` tinyint(1) DEFAULT '0', | | `mark_faculty_review` tinyint(1) DEFAULT '0', |
| `use_calculator` int(1) DEFAULT '0', | | `use_calculator` int(1) DEFAULT '0', |
| `hide_exam` int(1) DEFAULT '0', | | `hide_exam` int(1) DEFAULT '0', |
| `auto_save` int(5) DEFAULT '30', | | `auto_save` int(5) DEFAULT '30', |
| `auto_submit` int(1) DEFAULT '0', | | `auto_submit` int(1) DEFAULT '0', |
| `use_time_limit` int(1) DEFAULT '0', | | `use_time_limit` int(1) DEFAULT '0', |
| `time_limit` int(20) DEFAULT NULL, | | `time_limit` int(20) DEFAULT NULL, |
| `use_self_timer` int(1) DEFAULT '0', | | `use_self_timer` int(1) DEFAULT '0', |
| `use_exam_start_date` int(1) DEFAULT '0', | | `use_exam_start_date` int(1) DEFAULT '0', |
| `use_exam_end_date` int(1) DEFAULT '0', | | `use_exam_end_date` int(1) DEFAULT '0', |
| `start_date` bigint(20) DEFAULT NULL, | | `start_date` bigint(20) DEFAULT NULL, |
| `end_date` bigint(20) DEFAULT NULL, | | `end_date` bigint(20) DEFAULT NULL, |
| `use_exam_submission_date` int(1) DEFAULT '0', | | `use_exam_submission_date` int(1) DEFAULT '0', |
| `exam_submission_date` bigint(20) DEFAULT NULL, | | `exam_submission_date` bigint(20) DEFAULT NULL, |
| `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none', | | `timeframe` enum('none','pre','during','post') NOT NULL DEFAULT 'none', |
| `grade_book` int(11) DEFAULT NULL, | | `grade_book` int(11) DEFAULT NULL, |
| `release_score` int(1) DEFAULT NULL, | | `release_score` int(1) DEFAULT NULL, |
| `use_release_start_date` int(1) DEFAULT NULL, | | `use_release_start_date` int(1) DEFAULT NULL, |
| `use_release_end_date` int(1) DEFAULT NULL, | | `use_release_end_date` int(1) DEFAULT NULL, |
| `release_start_date` bigint(20) DEFAULT NULL, | | `release_start_date` bigint(20) DEFAULT NULL, |
| `release_end_date` bigint(20) DEFAULT NULL, | | `release_end_date` bigint(20) DEFAULT NULL, |
| `release_feedback` int(1) DEFAULT NULL, | | `release_feedback` int(1) DEFAULT NULL, |
| `release_immediate_feedback` tinyint(1) NOT NULL DEFAULT '0', | | `release_immediate_feedback` tinyint(1) NOT NULL DEFAULT '0', |
| `imm_feed_response_required` tinyint(1) NOT NULL DEFAULT '0', | | `imm_feed_response_required` tinyint(1) NOT NULL DEFAULT '0', |
| `imm_feed_response_char_count` int(10) NOT NULL DEFAULT '0', | | `imm_feed_response_char_count` int(10) NOT NULL DEFAULT '0', |
| `release_incorrect_responses` int(1) DEFAULT '0', | | `release_incorrect_responses` int(1) DEFAULT '0', |
| `use_re_attempt_threshold` int(1) DEFAULT '0', | | `use_re_attempt_threshold` int(1) DEFAULT '0', |
| `re_attempt_threshold` decimal(10,2) DEFAULT NULL, | | `re_attempt_threshold` decimal(10,2) DEFAULT NULL, |
| `re_attempt_threshold_attempts` int(5) DEFAULT '0', | | `re_attempt_threshold_attempts` int(5) DEFAULT '0', |
| `same_group_grade` tinyint(1) DEFAULT '1', | | `same_group_grade` tinyint(1) DEFAULT '1', |
| `audience_option` enum('learning_event_individuals','course_groups','course_groups_appex') DEFAULT 'learning_event_individuals', | | `audience_option` enum('learning_event_individuals','course_groups','course_groups_appex') DEFAULT 'learning_event_individuals', |
| `hide_exit_button` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', | | `hide_exit_button` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', |
| `created_date` bigint(20) DEFAULT NULL, | | `created_date` bigint(20) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `exam_posts` | | -- Dumping data for table `exam_posts` |
| -- | | -- |
| | | |
| INSERT INTO `exam_posts` (`post_id`, `exam_id`, `target_type`, `target_id`, `title`, `description`, `instructions`, `max_attempts`, `mandatory`, `backtrack`, `secure`, `use_resume_password`, `resume_password`, `config_password_seb`, `secure_mode`, `use_honor_code`, `honor_code`, `mark_faculty_review`, `use_calculator`, `hide_exam`, `auto_save`, `auto_submit`, `use_time_limit`, `time_limit`, `use_self_timer`, `use_exam_start_date`, `use_exam_end_date`, `start_date`, `end_date`, `use_exam_submission_date`, `exam_submission_date`, `timeframe`, `grade_book`, `release_score`, `use_release_start_date`, `use_release_end_date`, `release_start_date`, `release_end_date`, `release_feedback`, `release_immediate_feedback`, `imm_feed_response_required`, `imm_feed_response_char_count`, `release_incorrect_responses`, `use_re_attempt_threshold`, `re_attempt_threshold`, `re_attempt_threshold_attempts`, `same_group_grade`, `audience_option`, `hide_exit_button`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `exam_posts` (`post_id`, `exam_id`, `target_type`, `target_id`, `title`, `description`, `instructions`, `max_attempts`, `mandatory`, `backtrack`, `secure`, `use_resume_password`, `resume_password`, `config_password_seb`, `secure_mode`, `use_honor_code`, `honor_code`, `mark_faculty_review`, `use_calculator`, `hide_exam`, `auto_save`, `auto_submit`, `use_time_limit`, `time_limit`, `use_self_timer`, `use_exam_start_date`, `use_exam_end_date`, `start_date`, `end_date`, `use_exam_submission_date`, `exam_submission_date`, `timeframe`, `grade_book`, `release_score`, `use_release_start_date`, `use_release_end_date`, `release_start_date`, `release_end_date`, `release_feedback`, `release_immediate_feedback`, `imm_feed_response_required`, `imm_feed_response_char_count`, `release_incorrect_responses`, `use_re_attempt_threshold`, `re_attempt_threshold`, `re_attempt_threshold_attempts`, `same_group_grade`, `audience_option`, `hide_exit_button`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 'event', 4, 'Test Exam - Exam Cohort', NULL, NULL, 100, NULL, 1, 0, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, NULL, NULL, 1685381586, NULL, NULL, NULL, 'none', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 0, 0, NULL, NULL, NULL, NULL, 0, 'learning_event_individuals', 0, 1684776786, 1, NULL, NULL, NULL), | | (1, 1, 'event', 4, 'Test Exam - Exam Cohort', NULL, NULL, 100, NULL, 1, 0, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, NULL, NULL, 1685381586, NULL, NULL, NULL, 'none', NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 0, 0, NULL, NULL, NULL, NULL, 0, 'learning_event_individuals', 0, 1684776786, 1, NULL, NULL, NULL), |
| (2, 1, 'event', 5, 'Test Exam - Cohort 2020', NULL, NULL, 100, NULL, 1, 0, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, NULL, NULL, 1685381586, NULL, NULL, NULL, 'none', 16, NULL, NULL, NULL, NULL, NULL, 1, 1, 0, 0, NULL, NULL, NULL, NULL, 0, 'learning_event_individuals', 0, 1685381586, 1, NULL, NULL, NULL), | | (2, 1, 'event', 5, 'Test Exam - Cohort 2020', NULL, NULL, 100, NULL, 1, 0, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, NULL, NULL, 1685381586, NULL, NULL, NULL, 'none', 16, NULL, NULL, NULL, NULL, NULL, 1, 1, 0, 0, NULL, NULL, NULL, NULL, 0, 'learning_event_individuals', 0, 1685381586, 1, NULL, NULL, NULL), |
| (3, 1, 'event', 10, 'Test Exam - Individually added student', '', '', 10, NULL, 1, 0, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, 1, 0, 1685381586, 0, 0, 0, 'none', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 1, NULL, NULL, NULL, NULL, 0, 'learning_event_individuals', 0, 1, 1, NULL, NULL, NULL), | | (3, 1, 'event', 10, 'Test Exam - Individually added student', '', '', 10, NULL, 1, 0, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, 1, 0, 1685381586, 0, 0, 0, 'none', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 1, NULL, NULL, NULL, NULL, 0, 'learning_event_individuals', 0, 1, 1, NULL, NULL, NULL), |
| (4, 1, 'event', 30, 'Text Exam - TBL', '', '', 1, NULL, 1, 0, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, 1, 1, 1685381586, 1685986386, 0, 0, 'during', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 1, NULL, NULL, NULL, NULL, 1, 'course_groups', 0, 1, 1, NULL, NULL, NULL), | | (4, 1, 'event', 30, 'Text Exam - TBL', '', '', 1, NULL, 1, 0, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, 1, 1, 1685381586, 1685986386, 0, 0, 'during', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 1, NULL, NULL, NULL, NULL, 1, 'course_groups', 0, 1, 1, NULL, NULL, NULL), |
| (5, 1, 'event', 1, 'Test Respondus Exam 1', '', '', 1, NULL, 1, 1, 0, NULL, NULL, 'respondus', 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, 1, 1, 1685381586, 1685986386, 0, 0, 'during', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 1, NULL, NULL, NULL, NULL, 1, 'course_groups', 0, 1, 1, NULL, NULL, NULL); | | (5, 1, 'event', 1, 'Test Respondus Exam 1', '', '', 1, NULL, 1, 1, 0, NULL, NULL, 'respondus', 0, NULL, NULL, NULL, 0, 30, NULL, NULL, NULL, NULL, 1, 1, 1685381586, 1685986386, 0, 0, 'during', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 1, NULL, NULL, NULL, NULL, 1, 'course_groups', 0, 1, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_post_exceptions` | | -- Table structure for table `exam_post_exceptions` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_post_exceptions` ( | | CREATE TABLE `exam_post_exceptions` ( |
| `ep_exception_id` int(11) UNSIGNED NOT NULL, | | `ep_exception_id` int(11) UNSIGNED NOT NULL, |
| `post_id` int(11) UNSIGNED NOT NULL, | | `post_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `use_exception_max_attempts` int(1) DEFAULT '0', | | `use_exception_max_attempts` int(1) DEFAULT '0', |
| `max_attempts` int(11) DEFAULT NULL, | | `max_attempts` int(11) DEFAULT NULL, |
| `exception_start_date` bigint(20) DEFAULT NULL, | | `exception_start_date` bigint(20) DEFAULT NULL, |
| `exception_end_date` bigint(20) DEFAULT NULL, | | `exception_end_date` bigint(20) DEFAULT NULL, |
| `exception_submission_date` bigint(20) DEFAULT NULL, | | `exception_submission_date` bigint(20) DEFAULT NULL, |
| `use_exception_start_date` int(1) DEFAULT '0', | | `use_exception_start_date` int(1) DEFAULT '0', |
| `use_exception_end_date` int(1) DEFAULT '0', | | `use_exception_end_date` int(1) DEFAULT '0', |
| `use_exception_submission_date` int(1) DEFAULT '0', | | `use_exception_submission_date` int(1) DEFAULT '0', |
| `use_exception_time_factor` int(1) DEFAULT '0', | | `use_exception_time_factor` int(1) DEFAULT '0', |
| `exception_time_factor` int(5) DEFAULT '0', | | `exception_time_factor` int(5) DEFAULT '0', |
| `exception_accommodation` text, | | `exception_accommodation` text, |
| `excluded` int(1) DEFAULT '0', | | `excluded` int(1) DEFAULT '0', |
| `created_date` bigint(20) DEFAULT NULL, | | `created_date` bigint(20) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(20) DEFAULT NULL, | | `updated_date` bigint(20) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(20) DEFAULT NULL | | `deleted_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_progress` | | -- Table structure for table `exam_progress` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_progress` ( | | CREATE TABLE `exam_progress` ( |
| `exam_progress_id` int(12) UNSIGNED NOT NULL, | | `exam_progress_id` int(12) UNSIGNED NOT NULL, |
| `post_id` int(12) UNSIGNED NOT NULL, | | `post_id` int(12) UNSIGNED NOT NULL, |
| `exam_id` int(12) UNSIGNED NOT NULL, | | `exam_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `progress_value` varchar(20) DEFAULT 'inprogress', | | `progress_value` varchar(20) DEFAULT 'inprogress', |
| `submission_date` int(11) DEFAULT NULL, | | `submission_date` int(11) DEFAULT NULL, |
| `late` int(5) DEFAULT '0', | | `late` int(5) DEFAULT '0', |
| `resume_time_left` int(11) UNSIGNED DEFAULT NULL, | | `resume_time_left` int(11) UNSIGNED DEFAULT NULL, |
| `exam_value` decimal(10,2) DEFAULT NULL, | | `exam_value` decimal(10,2) DEFAULT NULL, |
| `exam_points` decimal(10,2) DEFAULT NULL, | | `exam_points` decimal(10,2) DEFAULT NULL, |
| `menu_open` int(1) NOT NULL DEFAULT '1', | | `menu_open` int(1) NOT NULL DEFAULT '1', |
| `use_self_timer` int(1) DEFAULT '0', | | `use_self_timer` int(1) DEFAULT '0', |
| `self_timer_start` bigint(64) DEFAULT NULL, | | `self_timer_start` bigint(64) DEFAULT NULL, |
| `self_timer_length` bigint(64) DEFAULT NULL, | | `self_timer_length` bigint(64) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL DEFAULT '0', | | `created_date` bigint(64) NOT NULL DEFAULT '0', |
| `created_by` int(11) NOT NULL DEFAULT '0', | | `created_by` int(11) NOT NULL DEFAULT '0', |
| `started_date` bigint(64) NOT NULL DEFAULT '0', | | `started_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) UNSIGNED NOT NULL, | | `updated_by` int(12) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `exam_progress` | | -- Dumping data for table `exam_progress` |
| -- | | -- |
| | | |
| INSERT INTO `exam_progress` (`exam_progress_id`, `post_id`, `exam_id`, `proxy_id`, `progress_value`, `submission_date`, `late`, `resume_time_left`, `exam_value`, `exam_points`, `menu_open`, `use_self_timer`, `self_timer_start`, `self_timer_length`, `created_date`, `created_by`, `started_date`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `exam_progress` (`exam_progress_id`, `post_id`, `exam_id`, `proxy_id`, `progress_value`, `submission_date`, `late`, `resume_time_left`, `exam_value`, `exam_points`, `menu_open`, `use_self_timer`, `self_timer_start`, `self_timer_length`, `created_date`, `created_by`, `started_date`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 1, 2, 'submitted', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1685381586, 1, NULL), | | (1, 1, 1, 2, 'submitted', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1685381586, 1, NULL), |
| (2, 2, 1, 2, 'submitted', 1685381586, NULL, NULL, 1.00, 1.00, 1, NULL, NULL, NULL, 1685381586, 2, 1685381586, 1685381586, 2, NULL), | | (2, 2, 1, 2, 'submitted', 1685381586, NULL, NULL, 1.00, 1.00, 1, NULL, NULL, NULL, 1685381586, 2, 1685381586, 1685381586, 2, NULL), |
| (3, 2, 1, 3, 'submitted', 1685381586, NULL, NULL, 1.00, 1.00, 1, NULL, NULL, NULL, 1685381586, 3, 1685381586, 1685381586, 1, NULL), | | (3, 2, 1, 3, 'submitted', 1685381586, NULL, NULL, 1.00, 1.00, 1, NULL, NULL, NULL, 1685381586, 3, 1685381586, 1685381586, 1, NULL), |
| (4, 2, 1, 4, 'submitted', 1685381586, NULL, NULL, 1.00, 1.00, 1, NULL, NULL, NULL, 1685381586, 4, 1685381586, 1685381586, 4, NULL); | | (4, 2, 1, 4, 'submitted', 1685381586, NULL, NULL, 1.00, 1.00, 1, NULL, NULL, NULL, 1685381586, 4, 1685381586, 1685381586, 4, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_progress_responses` | | -- Table structure for table `exam_progress_responses` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_progress_responses` ( | | CREATE TABLE `exam_progress_responses` ( |
| `exam_progress_response_id` int(11) UNSIGNED NOT NULL, | | `exam_progress_response_id` int(11) UNSIGNED NOT NULL, |
| `exam_progress_id` int(11) UNSIGNED NOT NULL, | | `exam_progress_id` int(11) UNSIGNED NOT NULL, |
| `exam_id` int(11) UNSIGNED NOT NULL, | | `exam_id` int(11) UNSIGNED NOT NULL, |
| `post_id` int(11) UNSIGNED NOT NULL, | | `post_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `exam_element_id` int(11) UNSIGNED NOT NULL, | | `exam_element_id` int(11) UNSIGNED NOT NULL, |
| `epr_order` int(11) NOT NULL, | | `epr_order` int(11) NOT NULL, |
| `question_count` int(11) UNSIGNED DEFAULT NULL, | | `question_count` int(11) UNSIGNED DEFAULT NULL, |
| `question_type` varchar(20) DEFAULT NULL, | | `question_type` varchar(20) DEFAULT NULL, |
| `flag_question` int(5) DEFAULT NULL, | | `flag_question` int(5) DEFAULT NULL, |
| `strike_out_answers` varchar(100) DEFAULT NULL, | | `strike_out_answers` varchar(100) DEFAULT NULL, |
| `grader_comments` text, | | `grader_comments` text, |
| `learner_comments` text, | | `learner_comments` text, |
| `mark_faculty_review` tinyint(1) DEFAULT '0', | | `mark_faculty_review` tinyint(1) DEFAULT '0', |
| `score` decimal(10,2) DEFAULT NULL, | | `score` decimal(10,2) DEFAULT NULL, |
| `regrade` int(11) DEFAULT NULL, | | `regrade` int(11) DEFAULT NULL, |
| `graded_by` bigint(64) DEFAULT NULL, | | `graded_by` bigint(64) DEFAULT NULL, |
| `graded_date` int(11) DEFAULT NULL, | | `graded_date` int(11) DEFAULT NULL, |
| `view_date` int(11) DEFAULT NULL, | | `view_date` int(11) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_progress_response_answers` | | -- Table structure for table `exam_progress_response_answers` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_progress_response_answers` ( | | CREATE TABLE `exam_progress_response_answers` ( |
| `epr_answer_id` int(11) UNSIGNED NOT NULL, | | `epr_answer_id` int(11) UNSIGNED NOT NULL, |
| `epr_id` int(11) UNSIGNED NOT NULL, | | `epr_id` int(11) UNSIGNED NOT NULL, |
| `eqa_id` int(11) UNSIGNED DEFAULT NULL, | | `eqa_id` int(11) UNSIGNED DEFAULT NULL, |
| `eqm_id` int(11) UNSIGNED DEFAULT NULL, | | `eqm_id` int(11) UNSIGNED DEFAULT NULL, |
| `response_element_order` int(11) DEFAULT NULL, | | `response_element_order` int(11) DEFAULT NULL, |
| `response_element_letter` varchar(10) DEFAULT NULL, | | `response_element_letter` varchar(10) DEFAULT NULL, |
| `response_value` text, | | `response_value` text, |
| `attempt_number` int(11) UNSIGNED DEFAULT NULL, | | `attempt_number` int(11) UNSIGNED DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_questions` | | -- Table structure for table `exam_questions` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_questions` ( | | CREATE TABLE `exam_questions` ( |
| `question_id` int(12) UNSIGNED NOT NULL, | | `question_id` int(12) UNSIGNED NOT NULL, |
| `folder_id` int(12) DEFAULT '0', | | `folder_id` int(12) DEFAULT '0', |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `exam_questions` | | -- Dumping data for table `exam_questions` |
| -- | | -- |
| | | |
| INSERT INTO `exam_questions` (`question_id`, `folder_id`, `deleted_date`) VALUES | | INSERT INTO `exam_questions` (`question_id`, `folder_id`, `deleted_date`) VALUES |
| (1, 2, NULL), | | (1, 2, NULL), |
| (2, 2, NULL); | | (2, 2, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_question_answers` | | -- Table structure for table `exam_question_answers` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_question_answers` ( | | CREATE TABLE `exam_question_answers` ( |
| `qanswer_id` int(11) UNSIGNED NOT NULL, | | `qanswer_id` int(11) UNSIGNED NOT NULL, |
| `question_id` int(11) UNSIGNED NOT NULL, | | `question_id` int(11) UNSIGNED NOT NULL, |
| `version_id` int(12) UNSIGNED NOT NULL, | | `version_id` int(12) UNSIGNED NOT NULL, |
| `answer_text` text, | | `answer_text` text, |
| `answer_rationale` text, | | `answer_rationale` text, |
| `correct` int(1) DEFAULT '0', | | `correct` int(1) DEFAULT '0', |
| `weight` varchar(10) DEFAULT '0', | | `weight` varchar(10) DEFAULT '0', |
| `order` int(4) DEFAULT '0', | | `order` int(4) DEFAULT '0', |
| `locked` int(1) DEFAULT '0', | | `locked` int(1) DEFAULT '0', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `exam_question_answers` | | -- Dumping data for table `exam_question_answers` |
| -- | | -- |
| | | |
| INSERT INTO `exam_question_answers` (`qanswer_id`, `question_id`, `version_id`, `answer_text`, `answer_rationale`, `correct`, `weight`, `order`, `locked`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `exam_question_answers` (`qanswer_id`, `question_id`, `version_id`, `answer_text`, `answer_rationale`, `correct`, `weight`, `order`, `locked`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 2, 2, 'answer 1', '', 0, '', 1, 0, 1685381586, 1, NULL), | | (1, 2, 2, 'answer 1', '', 0, '', 1, 0, 1685381586, 1, NULL), |
| (2, 2, 2, 'answer 2 - correct answer', '', 1, '', 2, 0, 1685381586, 1, NULL); | | (2, 2, 2, 'answer 2 - correct answer', '', 1, '', 2, 0, 1685381586, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_question_authors` | | -- Table structure for table `exam_question_authors` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_question_authors` ( | | CREATE TABLE `exam_question_authors` ( |
| `eqauthor_id` int(11) UNSIGNED NOT NULL, | | `eqauthor_id` int(11) UNSIGNED NOT NULL, |
| `question_id` int(11) UNSIGNED NOT NULL, | | `question_id` int(11) UNSIGNED NOT NULL, |
| `version_id` int(12) UNSIGNED NOT NULL, | | `version_id` int(12) UNSIGNED NOT NULL, |
| `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id', | | `author_type` enum('proxy_id','organisation_id','course_id') NOT NULL DEFAULT 'proxy_id', |
| `author_id` int(11) NOT NULL, | | `author_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `exam_question_authors` | | -- Dumping data for table `exam_question_authors` |
| -- | | -- |
| | | |
| INSERT INTO `exam_question_authors` (`eqauthor_id`, `question_id`, `version_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `exam_question_authors` (`eqauthor_id`, `question_id`, `version_id`, `author_type`, `author_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 1, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL), | | (1, 1, 1, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL), |
| (2, 2, 2, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL); | | (2, 2, 2, 'proxy_id', 1, 1685381586, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_question_fnb_text` | | -- Table structure for table `exam_question_fnb_text` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_question_fnb_text` ( | | CREATE TABLE `exam_question_fnb_text` ( |
| `fnb_text_id` int(11) UNSIGNED NOT NULL, | | `fnb_text_id` int(11) UNSIGNED NOT NULL, |
| `qanswer_id` int(11) UNSIGNED NOT NULL, | | `qanswer_id` int(11) UNSIGNED NOT NULL, |
| `text` text, | | `text` text, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_question_match` | | -- Table structure for table `exam_question_match` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_question_match` ( | | CREATE TABLE `exam_question_match` ( |
| `match_id` int(11) UNSIGNED NOT NULL, | | `match_id` int(11) UNSIGNED NOT NULL, |
| `version_id` int(12) UNSIGNED NOT NULL, | | `version_id` int(12) UNSIGNED NOT NULL, |
| `match_text` text, | | `match_text` text, |
| `order` int(4) DEFAULT '0', | | `order` int(4) DEFAULT '0', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_question_match_correct` | | -- Table structure for table `exam_question_match_correct` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_question_match_correct` ( | | CREATE TABLE `exam_question_match_correct` ( |
| `eqm_correct_id` int(11) UNSIGNED NOT NULL, | | `eqm_correct_id` int(11) UNSIGNED NOT NULL, |
| `match_id` int(11) UNSIGNED NOT NULL, | | `match_id` int(11) UNSIGNED NOT NULL, |
| `qanswer_id` int(11) UNSIGNED NOT NULL, | | `qanswer_id` int(11) UNSIGNED NOT NULL, |
| `correct` int(1) DEFAULT '0', | | `correct` int(1) DEFAULT '0', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_question_objectives` | | -- Table structure for table `exam_question_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_question_objectives` ( | | CREATE TABLE `exam_question_objectives` ( |
| `qobjective_id` int(11) UNSIGNED NOT NULL, | | `qobjective_id` int(11) UNSIGNED NOT NULL, |
| `question_id` int(11) UNSIGNED NOT NULL, | | `question_id` int(11) UNSIGNED NOT NULL, |
| `objective_id` int(11) UNSIGNED NOT NULL, | | `objective_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_question_versions` | | -- Table structure for table `exam_question_versions` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_question_versions` ( | | CREATE TABLE `exam_question_versions` ( |
| `version_id` int(12) UNSIGNED NOT NULL, | | `version_id` int(12) UNSIGNED NOT NULL, |
| `question_id` int(12) UNSIGNED NOT NULL, | | `question_id` int(12) UNSIGNED NOT NULL, |
| `version_count` int(11) NOT NULL DEFAULT '1', | | `version_count` int(11) NOT NULL DEFAULT '1', |
| `questiontype_id` int(11) UNSIGNED NOT NULL, | | `questiontype_id` int(11) UNSIGNED NOT NULL, |
| `question_text` text NOT NULL, | | `question_text` text NOT NULL, |
| `question_description` longtext, | | `question_description` longtext, |
| `question_rationale` text, | | `question_rationale` text, |
| `question_correct_text` varchar(2000) DEFAULT NULL, | | `question_correct_text` varchar(2000) DEFAULT NULL, |
| `question_code` varchar(128) DEFAULT '', | | `question_code` varchar(128) DEFAULT '', |
| `grading_scheme` enum('full','partial','penalty') NOT NULL DEFAULT 'partial', | | `grading_scheme` enum('full','partial','penalty') NOT NULL DEFAULT 'partial', |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `examsoft_id` varchar(30) DEFAULT NULL, | | `examsoft_id` varchar(30) DEFAULT NULL, |
| `examsoft_images_added` int(1) DEFAULT '0', | | `examsoft_images_added` int(1) DEFAULT '0', |
| `examsoft_flagged` int(1) DEFAULT '0' | | `examsoft_flagged` int(1) DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `exam_question_versions` | | -- Dumping data for table `exam_question_versions` |
| -- | | -- |
| | | |
| INSERT INTO `exam_question_versions` (`version_id`, `question_id`, `version_count`, `questiontype_id`, `question_text`, `question_description`, `question_rationale`, `question_correct_text`, `question_code`, `grading_scheme`, `organisation_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `examsoft_id`, `examsoft_images_added`, `examsoft_flagged`) VALUES | | INSERT INTO `exam_question_versions` (`version_id`, `question_id`, `version_count`, `questiontype_id`, `question_text`, `question_description`, `question_rationale`, `question_correct_text`, `question_code`, `grading_scheme`, `organisation_id`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `examsoft_id`, `examsoft_images_added`, `examsoft_flagged`) VALUES |
| (1, 1, 1, 6, 'Question 1 Text', 'Question 1 description', 'Question 1 rationale', '', 'QUESTION_1', 'partial', 1, 1685381586, 1, 1685381586, 1, NULL, NULL, NULL, NULL), | | (1, 1, 1, 6, 'Question 1 Text', 'Question 1 description', 'Question 1 rationale', '', 'QUESTION_1', 'partial', 1, 1685381586, 1, 1685381586, 1, NULL, NULL, NULL, NULL), |
| (2, 2, 1, 2, 'Question 2 text', 'question 2 description', 'question 2 rationale', '', '2', 'partial', 1, 1685381586, 1, 1685381586, 1, NULL, NULL, NULL, NULL); | | (2, 2, 1, 2, 'Question 2 text', 'question 2 description', 'question 2 rationale', '', '2', 'partial', 1, 1685381586, 1, 1685381586, 1, NULL, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_question_version_highlight` | | -- Table structure for table `exam_question_version_highlight` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_question_version_highlight` ( | | CREATE TABLE `exam_question_version_highlight` ( |
| `highlight_id` int(12) UNSIGNED NOT NULL, | | `highlight_id` int(12) UNSIGNED NOT NULL, |
| `version_id` int(12) UNSIGNED NOT NULL, | | `version_id` int(12) UNSIGNED NOT NULL, |
| `q_order` int(11) DEFAULT NULL, | | `q_order` int(11) DEFAULT NULL, |
| `type` varchar(64) NOT NULL, | | `type` varchar(64) NOT NULL, |
| `question_text` text NOT NULL, | | `question_text` text NOT NULL, |
| `exam_progress_id` int(12) UNSIGNED NOT NULL, | | `exam_progress_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `exam_versions` | | -- Table structure for table `exam_versions` |
| -- | | -- |
| | | |
| CREATE TABLE `exam_versions` ( | | CREATE TABLE `exam_versions` ( |
| `exam_version_id` int(11) UNSIGNED NOT NULL, | | `exam_version_id` int(11) UNSIGNED NOT NULL, |
| `exam_id` int(11) UNSIGNED DEFAULT NULL, | | `exam_id` int(11) UNSIGNED DEFAULT NULL, |
| `title` varchar(1024) NOT NULL DEFAULT '', | | `title` varchar(1024) NOT NULL DEFAULT '', |
| `description` text, | | `description` text, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `filetypes` | | -- Table structure for table `filetypes` |
| -- | | -- |
| | | |
| CREATE TABLE `filetypes` ( | | CREATE TABLE `filetypes` ( |
| `id` int(12) NOT NULL, | | `id` int(12) NOT NULL, |
| `ext` varchar(8) NOT NULL, | | `ext` varchar(8) NOT NULL, |
| `mime` varchar(128) NOT NULL DEFAULT '', | | `mime` varchar(128) NOT NULL DEFAULT '', |
| `classname` varchar(128) DEFAULT NULL, | | `classname` varchar(128) DEFAULT NULL, |
| `english` varchar(64) NOT NULL, | | `english` varchar(64) NOT NULL, |
| `image` blob NOT NULL, | | `image` blob NOT NULL, |
| `executable` tinyint(1) NOT NULL DEFAULT '0', | | `executable` tinyint(1) NOT NULL DEFAULT '0', |
| `hidden` varchar(10) NOT NULL DEFAULT '0' | | `hidden` varchar(10) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `filetypes` | | -- Dumping data for table `filetypes` |
| -- | | -- |
| | | |
| INSERT INTO `filetypes` (`id`, `ext`, `mime`, `classname`, `english`, `image`, `executable`, `hidden`) VALUES | | INSERT INTO `filetypes` (`id`, `ext`, `mime`, `classname`, `english`, `image`, `executable`, `hidden`) VALUES |
| (1, 'pdf', 'application/pdf', 'Pdf', 'PDF Document', 0x47494638396110001000e60000660000c0c0c58e8e92828282eb060a666666e07e80d58e93dededfff6666bf4446d7c9ceff4b4eb4b4b4e77171a10406c7adb289898befeff0d5d5d6d80406eb9e9fd28c8ff4292bfe7679a3a3a7fda9a9990000ccccccc28386fec2c3e6e6e8cfa8adeeb0b09999998c0002f7f7f7fa7274a51819ff2125e9adafe28282edc1c2eca7a9707074e9d4d6ff7e80eaa7a8bcbcbfea9394e8c6c8c2c1c7a50e0ffdbcbee1e0e3e9e9eceb8787f40e11ababaccfcfd4e4060aff2b2effffff9c9ca1ff4f51ff9999e98d8eb6b6bad6d6dce67778ffccccebb5b59f0607ff8182dfc3c6eab5b6e9cccd86868bece6e7e3e0e2c4c4c5d79396ff7072ff7a7ca40608bdc5c5e6dee6ff292ca5a5ade78787ebc2c4e6d6deff0f12ff333300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514003e002c00000000100010000007d1803e823e0d038687880d833e4424123750433f933f11438b135a2d1f1105029d052c8a833b28595b2219053f03194d97a43732421308501f300b10338b1c1f372b1547472f450620508b3bbf37381231474c4a3bc9831c361f1221152a121f44d4bd0836374e0e373708131c018b01b53636291f36441c33300a26fb343454541b460058176048830457929c703105480902144648fad10041822e498260e08241c3051e1b74f820b1c307060609a40049d2c305831c48b09014e4a1668d2807721eb0d041c78445a43870d841b4d6a240003b, 0, '0'), | | (1, 'pdf', 'application/pdf', 'Pdf', 'PDF Document', 0x47494638396110001000e60000660000c0c0c58e8e92828282eb060a666666e07e80d58e93dededfff6666bf4446d7c9ceff4b4eb4b4b4e77171a10406c7adb289898befeff0d5d5d6d80406eb9e9fd28c8ff4292bfe7679a3a3a7fda9a9990000ccccccc28386fec2c3e6e6e8cfa8adeeb0b09999998c0002f7f7f7fa7274a51819ff2125e9adafe28282edc1c2eca7a9707074e9d4d6ff7e80eaa7a8bcbcbfea9394e8c6c8c2c1c7a50e0ffdbcbee1e0e3e9e9eceb8787f40e11ababaccfcfd4e4060aff2b2effffff9c9ca1ff4f51ff9999e98d8eb6b6bad6d6dce67778ffccccebb5b59f0607ff8182dfc3c6eab5b6e9cccd86868bece6e7e3e0e2c4c4c5d79396ff7072ff7a7ca40608bdc5c5e6dee6ff292ca5a5ade78787ebc2c4e6d6deff0f12ff333300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514003e002c00000000100010000007d1803e823e0d038687880d833e4424123750433f933f11438b135a2d1f1105029d052c8a833b28595b2219053f03194d97a43732421308501f300b10338b1c1f372b1547472f450620508b3bbf37381231474c4a3bc9831c361f1221152a121f44d4bd0836374e0e373708131c018b01b53636291f36441c33300a26fb343454541b460058176048830457929c703105480902144648fad10041822e498260e08241c3051e1b74f820b1c307060609a40049d2c305831c48b09014e4a1668d2807721eb0d041c78445a43870d841b4d6a240003b, 0, '0'), |
| (2, 'gif', 'image/gif', 'Image', 'GIF Image', 0x47494638396110001000e600000e2345cbd6dcb87f659999998282829b705df0f0f0b1b8dc8098cfb9b9bf4f484c5d85b7c3b9ad4e71c11d325f94b7fc8c8b8b435789b5a48affffff423637666b7a909ab3dededecccccc7a9cf26f8edca48868706663b5b5b5b19c83aeaeaef7f7f7779ce863749caebee1c0c2c4291d207c7678c6c7d477829da8a8a8b5adad8aacf7e8e8e8afa28c334268a0a5b1bdbdbdc5c9e59999cc644e506073acd6d6d6c1bbb4cfbda799bbf6a5a5adb8bfc94c3e3cdbdde9c5c5c5bdbdc57d7d7dc5d1e3a7a1b400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90405140013002c00000000100010000007ad8013131d048586871d828235822c1f189082208c8a9403171d293f1720938a13943d293d1d10189d948b9d061d2c9dafa9a09d303c1d3006b806b135201735070a101f3d2c2c189f35ac0b15251c26272991953d230d2e053b15323109898a1824192b33022816001124309f904038144121340e2f1f09ec352d12010f191a22033e5c60878181870d3774209800e2d8a71e357a48ec61e343c34f8220d6a80109c687588a2e881c596320c640003b, 0, '0'), | | (2, 'gif', 'image/gif', 'Image', 'GIF Image', 0x47494638396110001000e600000e2345cbd6dcb87f659999998282829b705df0f0f0b1b8dc8098cfb9b9bf4f484c5d85b7c3b9ad4e71c11d325f94b7fc8c8b8b435789b5a48affffff423637666b7a909ab3dededecccccc7a9cf26f8edca48868706663b5b5b5b19c83aeaeaef7f7f7779ce863749caebee1c0c2c4291d207c7678c6c7d477829da8a8a8b5adad8aacf7e8e8e8afa28c334268a0a5b1bdbdbdc5c9e59999cc644e506073acd6d6d6c1bbb4cfbda799bbf6a5a5adb8bfc94c3e3cdbdde9c5c5c5bdbdc57d7d7dc5d1e3a7a1b400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90405140013002c00000000100010000007ad8013131d048586871d828235822c1f189082208c8a9403171d293f1720938a13943d293d1d10189d948b9d061d2c9dafa9a09d303c1d3006b806b135201735070a101f3d2c2c189f35ac0b15251c26272991953d230d2e053b15323109898a1824192b33022816001124309f904038144121340e2f1f09ec352d12010f191a22033e5c60878181870d3774209800e2d8a71e357a48ec61e343c34f8220d6a80109c687588a2e881c596320c640003b, 0, '0'), |
| (3, 'jpg', 'image/jpeg', 'Image', 'JPEG Image', 0x47494638396110001000d500000e2345ccccccaeaeae8c8c8c435789dedede7066636f8edcb8bfc9f7f7f7828282aebee1334268909ab3b19c839b705d8aacf763749cc1bcb41d325ff0f0f0c5d1e34f484c5d85b74236379999994e71c14c3e3ca48868779ce8c3b9adffffff666b7a291d20b5b5b5c6c7d49999ccd6d6d677829d8098cf7c7678c5c5c5b87f6599bbf6e7e7e7a0a5b1a3a3a3644e50afa28c6073acc5c9e594b7fccbd6dccfbda77a9cf2c0c1c5b1b8dcdbdde9bdbdbdb5b5bdb5adada7a1b4b5a48ac0c2c421f9040514001f002c00000000100010000006a3c0cf47a4281a8f22a1b044f9293f8968a2f4a46606898c2ee5ca4cabd981382508b0becad23435f8e928ba00859a8eea72a237654f5f260a2538160302292c2c01551422172021062823658969290b1a0c0f1b2024323a494a013f36102f2a260d0004373a4f0101152b183d1d31132d02a0420125303e3433360711190205ae011e0e1c35082750944a292529d529120209d1d225ddaf3a027d4f05e4e525c74f1f41003b, 0, '0'), | | (3, 'jpg', 'image/jpeg', 'Image', 'JPEG Image', 0x47494638396110001000d500000e2345ccccccaeaeae8c8c8c435789dedede7066636f8edcb8bfc9f7f7f7828282aebee1334268909ab3b19c839b705d8aacf763749cc1bcb41d325ff0f0f0c5d1e34f484c5d85b74236379999994e71c14c3e3ca48868779ce8c3b9adffffff666b7a291d20b5b5b5c6c7d49999ccd6d6d677829d8098cf7c7678c5c5c5b87f6599bbf6e7e7e7a0a5b1a3a3a3644e50afa28c6073acc5c9e594b7fccbd6dccfbda77a9cf2c0c1c5b1b8dcdbdde9bdbdbdb5b5bdb5adada7a1b4b5a48ac0c2c421f9040514001f002c00000000100010000006a3c0cf47a4281a8f22a1b044f9293f8968a2f4a46606898c2ee5ca4cabd981382508b0becad23435f8e928ba00859a8eea72a237654f5f260a2538160302292c2c01551422172021062823658969290b1a0c0f1b2024323a494a013f36102f2a260d0004373a4f0101152b183d1d31132d02a0420125303e3433360711190205ae011e0e1c35082750944a292529d529120209d1d225ddaf3a027d4f05e4e525c74f1f41003b, 0, '0'), |
| (4, 'zip', 'application/x-zip-compressed', NULL, 'Zip File', 0x47494638396110001000c400001c1c1ce6e6e6ccccccb5b6b58d8d8d7b7b7b666666f7f7f73f3f3fd6d6d6adadadffffffefefef5d5d5dc5c5c5dddddd999999333333757575bdbdbd85858599999900000000000000000000000000000000000000000000000000000000000021f9040514000b002c0000000010001000000583e0b20853699e8e2826abe24c8fcacae2434c94f41cc7bc2e87470142904c78be058bc76c2613ccc4c4c188aa943cc6d111600aaed003c3711074198caf4a901510b8e8805a2440a713e6803eb5b6530e0d7a0f090357750c011405080f130a8f867a898b09109601575c7a8a080203010c570b9a89040d8ea1a202ab020611009fa221003b, 0, '0'), | | (4, 'zip', 'application/x-zip-compressed', NULL, 'Zip File', 0x47494638396110001000c400001c1c1ce6e6e6ccccccb5b6b58d8d8d7b7b7b666666f7f7f73f3f3fd6d6d6adadadffffffefefef5d5d5dc5c5c5dddddd999999333333757575bdbdbd85858599999900000000000000000000000000000000000000000000000000000000000021f9040514000b002c0000000010001000000583e0b20853699e8e2826abe24c8fcacae2434c94f41cc7bc2e87470142904c78be058bc76c2613ccc4c4c188aa943cc6d111600aaed003c3711074198caf4a901510b8e8805a2440a713e6803eb5b6530e0d7a0f090357750c011405080f130a8f867a898b09109601575c7a8a080203010c570b9a89040d8ea1a202ab020611009fa221003b, 0, '0'), |
| (5, 'exe', 'application/octet-stream', NULL, 'Windows Executable', 0x47494638396110001000b30000999999efefefdededeccccccb5b5b5fffffff7f7f7e6e6e6d5d5d5bdbdbd99999900000000000000000000000000000021f90405140005002c0000000010001000000453b09404aabd494aa1bbe69fa71906b879646a1660ea1a4827bc6ffcd169606f6fe007871d8bf4fb1d0e830ea2681420929a2533f8cc4481c7e3a0425821b24701a100f37cb34e42d91c760e08420d58403f8822003b, 1, '0'), | | (5, 'exe', 'application/octet-stream', NULL, 'Windows Executable', 0x47494638396110001000b30000999999efefefdededeccccccb5b5b5fffffff7f7f7e6e6e6d5d5d5bdbdbd99999900000000000000000000000000000021f90405140005002c0000000010001000000453b09404aabd494aa1bbe69fa71906b879646a1660ea1a4827bc6ffcd169606f6fe007871d8bf4fb1d0e830ea2681420929a2533f8cc4481c7e3a0425821b24701a100f37cb34e42d91c760e08420d58403f8822003b, 1, '0'), |
| (6, 'html', 'text/html', NULL, 'HTML Document', 0x47494638396110001000e60000052e49e6e6e6bbc3ad7d7d7d80bf35669933d6d6d6ffffff45834280a256cccccca2a2a2bdbdbdbdee744882578fe32eefefef21564e6fbb3a9999998dde2c9999991f4d617676768db756dededeb5b5b571a82e9ee438f7f7f797cf4039724a7ca08bc4c4c4184d54d3dbca87b16a29614484d6317bb834518845ababab5ea338abe74c5b886194bd5907385888ad5a225a5725576cb5c5ad99e333c2cbb588c739487f3991e12f7db83dc6cebe64aa3874ab317fbe35bfc8b25f9c3c82a55894e6318eb8588cad5a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f904041400ff002c00000000100010000007a98007070c138586870c828219821d190a0a191d93068a078c10022d1e1e2d02101d958a9234381f252a37353da196191041083036003a0f1810a28b10043e310e22110f3c01ba9710271c24202c2e2627c5ae1d2f142b0d0d16122f012196061d233b14333328053906898a061010233f1b1b09e82129deedf8b9290bfcf701ffff180cb830c1980180011ed983a0c0d28183ff1e3158d0ca2144892952185b074941888f011c1e0804003b, 0, '0'), | | (6, 'html', 'text/html', NULL, 'HTML Document', 0x47494638396110001000e60000052e49e6e6e6bbc3ad7d7d7d80bf35669933d6d6d6ffffff45834280a256cccccca2a2a2bdbdbdbdee744882578fe32eefefef21564e6fbb3a9999998dde2c9999991f4d617676768db756dededeb5b5b571a82e9ee438f7f7f797cf4039724a7ca08bc4c4c4184d54d3dbca87b16a29614484d6317bb834518845ababab5ea338abe74c5b886194bd5907385888ad5a225a5725576cb5c5ad99e333c2cbb588c739487f3991e12f7db83dc6cebe64aa3874ab317fbe35bfc8b25f9c3c82a55894e6318eb8588cad5a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f904041400ff002c00000000100010000007a98007070c138586870c828219821d190a0a191d93068a078c10022d1e1e2d02101d958a9234381f252a37353da196191041083036003a0f1810a28b10043e310e22110f3c01ba9710271c24202c2e2627c5ae1d2f142b0d0d16122f012196061d233b14333328053906898a061010233f1b1b09e82129deedf8b9290bfcf701ffff180cb830c1980180011ed983a0c0d28183ff1e3158d0ca2144892952185b074941888f011c1e0804003b, 0, '0'), |
| (7, 'mpg', 'video/mpeg', NULL, 'MPEG Movie', 0x47494638396110001000d50000737373c7d3dcaeb7c13e86c4e6e6e69999995792c5c1ccd4f7f7f74a99d899b9d0778ea7d8dadc7494b1298be0b5c2cbadadad8585854dadedbebebe85a7c0ffffff8c8c8c3292e3aec5d5d6d6d6a4a4a43d93d8ccccccbec6cdc3c3c34295dea7bfd24b9be472a0c22c94ed579bcee0e2e4469ddf8cadc9d1d4d8b6b6b6c5c9cd3e8bcf4593cba9bdcdd2d7dbdededeeaeaeb4a9cdeb5c5d64aadf7a9c6dcbdc9d36699ccd0d6db00000000000000000000000000000000000000000000000021f90405140015002c00000000100010000006a1c04a4513291a8f1aa19091617038150e24038165941506240228400a298be775555221dd8845c32e95851902624e9fbbb199179d202fc198782a08253617172426341e28782508061b201809210c4e7819280e357c2e120f4f781e1d232807142f262d29504a280c04262204010d1f2a2a13584f3018332c032b0b101a8c4a1c137c370a27021508c6c7710425254ed058424fd52f4c136f582fe2e24c2fd91541003b, 0, '0'), | | (7, 'mpg', 'video/mpeg', NULL, 'MPEG Movie', 0x47494638396110001000d50000737373c7d3dcaeb7c13e86c4e6e6e69999995792c5c1ccd4f7f7f74a99d899b9d0778ea7d8dadc7494b1298be0b5c2cbadadad8585854dadedbebebe85a7c0ffffff8c8c8c3292e3aec5d5d6d6d6a4a4a43d93d8ccccccbec6cdc3c3c34295dea7bfd24b9be472a0c22c94ed579bcee0e2e4469ddf8cadc9d1d4d8b6b6b6c5c9cd3e8bcf4593cba9bdcdd2d7dbdededeeaeaeb4a9cdeb5c5d64aadf7a9c6dcbdc9d36699ccd0d6db00000000000000000000000000000000000000000000000021f90405140015002c00000000100010000006a1c04a4513291a8f1aa19091617038150e24038165941506240228400a298be775555221dd8845c32e95851902624e9fbbb199179d202fc198782a08253617172426341e28782508061b201809210c4e7819280e357c2e120f4f781e1d232807142f262d29504a280c04262204010d1f2a2a13584f3018332c032b0b101a8c4a1c137c370a27021508c6c7710425254ed058424fd52f4c136f582fe2e24c2fd91541003b, 0, '0'), |
| (8, 'pps', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000c35d0478afe084a4cc9fa1a5838484f4f3efbf8b5dde8a8ce8ebeed4c9c0f3b076e4e2e0e5a971ccccccdededed2d590ff7a04bfbfbfd5d5d5fca151adb2b5d5c0adb5bdbda2ddf5ff9933fffffff67908bb7f92f7d1a9e6e0c9fe860ef1bf92ddcfc3f5b67ddb95a4c6c4c1dce889f6f6f6cc8a52b9c3cfffcc99dccdbff2b27affb655edebeaff7c08e7e7e7a7aaaeffb66aebe3bfff8c10efefefb5b5b5ff8207c5bdbde1d3c5f9be7eecae76f7f7efd7cbc0a6e1fcc7c5c300000000000021f90405140019002c0000000010001000000699c08c70482c661c92a472996c3490c4128b55721493999236237115ac5a2d56db884446e888233c2ecd662781a05178cf4ac9f08c15e05d366e335e0d1281770f240722192c2e0b2c84522c331905311d25192e4a910808161414032fa1140404143309381f0a21af0c392a39060b8f1915181c13102dbebe1a000e2c42152b2830351ecbcb1a26944233292937d520d3293b0546dcddde4641003b, 0, '0'), | | (8, 'pps', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000c35d0478afe084a4cc9fa1a5838484f4f3efbf8b5dde8a8ce8ebeed4c9c0f3b076e4e2e0e5a971ccccccdededed2d590ff7a04bfbfbfd5d5d5fca151adb2b5d5c0adb5bdbda2ddf5ff9933fffffff67908bb7f92f7d1a9e6e0c9fe860ef1bf92ddcfc3f5b67ddb95a4c6c4c1dce889f6f6f6cc8a52b9c3cfffcc99dccdbff2b27affb655edebeaff7c08e7e7e7a7aaaeffb66aebe3bfff8c10efefefb5b5b5ff8207c5bdbde1d3c5f9be7eecae76f7f7efd7cbc0a6e1fcc7c5c300000000000021f90405140019002c0000000010001000000699c08c70482c661c92a472996c3490c4128b55721493999236237115ac5a2d56db884446e888233c2ecd662781a05178cf4ac9f08c15e05d366e335e0d1281770f240722192c2e0b2c84522c331905311d25192e4a910808161414032fa1140404143309381f0a21af0c392a39060b8f1915181c13102dbebe1a000e2c42152b2830351ecbcb1a26944233292937d520d3293b0546dcddde4641003b, 0, '0'), |
| (9, 'ppt', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000e60000c35d048ebce294aac5adadad858585ebe9e6e4e1dfbaddf3be8a5cd0d4d8efaf77b1cdd6dfcebda1bddeff7a04eaad75ffffffdededefca151a2b5cbf2bf92a1d6f5ff9933d5c0adf67908b7d5ddf7f7f7c9f5ffcccccc8dacd6fe860ef9be7eb3c5cef7d1a9e6e6e6d6d8dfd7c8bba0bddf98bad2d6d6d6ced6deb5cedea4c2d491bfe4efefefdee0e3efb078ffb66ae9eaebcc8a52d2f1fcffcc99ffb655adbfd0ff7c08ff8c1094b5dd9cb4c9e4e3e1efb57bded6d6ff8207efb573dee6e6bddef7bfccd394add6bbc3cf9cbdd795c6e8e9ebefaac0d9ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90405140048002c00000000100010000007aa804882838485481109898a091c8d8e1c11271093101a1197981a1a1027929a1a2c8b892c2c1a9d95229d20290b193241a41a89953a09233944262a0735b1899a11071b1d2b0102471330301a1c27a011451522d3053ad63a301c09cf1d0dde384322919dda1a462d22ca3022e81c0404032c241f140a2ef7f80f0806063048171642487060a360410c0022f8fb4763c68b1e1e2246c41083c520790c326624c19184454320438a2c1408003b, 0, '0'), | | (9, 'ppt', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000e60000c35d048ebce294aac5adadad858585ebe9e6e4e1dfbaddf3be8a5cd0d4d8efaf77b1cdd6dfcebda1bddeff7a04eaad75ffffffdededefca151a2b5cbf2bf92a1d6f5ff9933d5c0adf67908b7d5ddf7f7f7c9f5ffcccccc8dacd6fe860ef9be7eb3c5cef7d1a9e6e6e6d6d8dfd7c8bba0bddf98bad2d6d6d6ced6deb5cedea4c2d491bfe4efefefdee0e3efb078ffb66ae9eaebcc8a52d2f1fcffcc99ffb655adbfd0ff7c08ff8c1094b5dd9cb4c9e4e3e1efb57bded6d6ff8207efb573dee6e6bddef7bfccd394add6bbc3cf9cbdd795c6e8e9ebefaac0d9ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90405140048002c00000000100010000007aa804882838485481109898a091c8d8e1c11271093101a1197981a1a1027929a1a2c8b892c2c1a9d95229d20290b193241a41a89953a09233944262a0735b1899a11071b1d2b0102471330301a1c27a011451522d3053ad63a301c09cf1d0dde384322919dda1a462d22ca3022e81c0404032c241f140a2ef7f80f0806063048171642487060a360410c0022f8fb4763c68b1e1e2246c41083c520790c326624c19184454320438a2c1408003b, 0, '0'), |
| (10, 'pptx', 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000e60000c35d048ebce294aac5adadad858585ebe9e6e4e1dfbaddf3be8a5cd0d4d8efaf77b1cdd6dfcebda1bddeff7a04eaad75ffffffdededefca151a2b5cbf2bf92a1d6f5ff9933d5c0adf67908b7d5ddf7f7f7c9f5ffcccccc8dacd6fe860ef9be7eb3c5cef7d1a9e6e6e6d6d8dfd7c8bba0bddf98bad2d6d6d6ced6deb5cedea4c2d491bfe4efefefdee0e3efb078ffb66ae9eaebcc8a52d2f1fcffcc99ffb655adbfd0ff7c08ff8c1094b5dd9cb4c9e4e3e1efb57bded6d6ff8207efb573dee6e6bddef7bfccd394add6bbc3cf9cbdd795c6e8e9ebefaac0d9ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90405140048002c00000000100010000007aa804882838485481109898a091c8d8e1c11271093101a1197981a1a1027929a1a2c8b892c2c1a9d95229d20290b193241a41a89953a09233944262a0735b1899a11071b1d2b0102471330301a1c27a011451522d3053ad63a301c09cf1d0dde384322919dda1a462d22ca3022e81c0404032c241f140a2ef7f80f0806063048171642487060a360410c0022f8fb4763c68b1e1e2246c41083c520790c326624c19184454320438a2c1408003b, 0, '0'), | | (10, 'pptx', 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000e60000c35d048ebce294aac5adadad858585ebe9e6e4e1dfbaddf3be8a5cd0d4d8efaf77b1cdd6dfcebda1bddeff7a04eaad75ffffffdededefca151a2b5cbf2bf92a1d6f5ff9933d5c0adf67908b7d5ddf7f7f7c9f5ffcccccc8dacd6fe860ef9be7eb3c5cef7d1a9e6e6e6d6d8dfd7c8bba0bddf98bad2d6d6d6ced6deb5cedea4c2d491bfe4efefefdee0e3efb078ffb66ae9eaebcc8a52d2f1fcffcc99ffb655adbfd0ff7c08ff8c1094b5dd9cb4c9e4e3e1efb57bded6d6ff8207efb573dee6e6bddef7bfccd394add6bbc3cf9cbdd795c6e8e9ebefaac0d9ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90405140048002c00000000100010000007aa804882838485481109898a091c8d8e1c11271093101a1197981a1a1027929a1a2c8b892c2c1a9d95229d20290b193241a41a89953a09233944262a0735b1899a11071b1d2b0102471330301a1c27a011451522d3053ad63a301c09cf1d0dde384322919dda1a462d22ca3022e81c0404032c241f140a2ef7f80f0806063048171642487060a360410c0022f8fb4763c68b1e1e2246c41083c520790c326624c19184454320438a2c1408003b, 0, '0'), |
| (11, 'png', 'image/png', 'Image', 'PNG Image', 0x47494638396110001000e600000e2345ccccccaeaeaea48868435789dedede6666666f8edcb9b9bf848484f7f7f78aacf7334268909ab39b705da2a2a263749cb8bfc91d325fefefefc5d1e38c8b8baebee14f484c5d85b7c3b9ad4236374e71c14c3e3c779ce8b5b5b5666b7aafa28cffffff291d20c6c7d49999ccd6d6d6999999b19c8377829de8e9e98098cf7c7678b87f65c0c2c499bbf6a0a5b1644e506073acc5c9e5c1bbb4bdbdbd70666394b7fccbd6dccfbda77a9cf2b1b8dcdbdde9b5adadc5c5c4a5a5adbdbdc5b5a48aa7a1b400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90405140021002c00000000100010000007ad8021211e098586871e828225210a8c253d131e3d8e8a218c2915010935022508958a250a99020908250f01a18b0a0a9229aeb28ca2ae343b1e3413bb13b4ad05253a1715023d292901962592181f22352b233e01c9a23d161b0c0e1c1f243208898a012d390b302c280d00042d3496d4142e1a411d31122f0208ef2520403736390e403021a0c0bb00194e0cc0114145a36a8a7a40ea4171860005102396d8488d86274b8a0a881c59c220c840003b, 0, '0'), | | (11, 'png', 'image/png', 'Image', 'PNG Image', 0x47494638396110001000e600000e2345ccccccaeaeaea48868435789dedede6666666f8edcb9b9bf848484f7f7f78aacf7334268909ab39b705da2a2a263749cb8bfc91d325fefefefc5d1e38c8b8baebee14f484c5d85b7c3b9ad4236374e71c14c3e3c779ce8b5b5b5666b7aafa28cffffff291d20c6c7d49999ccd6d6d6999999b19c8377829de8e9e98098cf7c7678b87f65c0c2c499bbf6a0a5b1644e506073acc5c9e5c1bbb4bdbdbd70666394b7fccbd6dccfbda77a9cf2b1b8dcdbdde9b5adadc5c5c4a5a5adbdbdc5b5a48aa7a1b400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90405140021002c00000000100010000007ad8021211e098586871e828225210a8c253d131e3d8e8a218c2915010935022508958a250a99020908250f01a18b0a0a9229aeb28ca2ae343b1e3413bb13b4ad05253a1715023d292901962592181f22352b233e01c9a23d161b0c0e1c1f243208898a012d390b302c280d00042d3496d4142e1a411d31122f0208ef2520403736390e403021a0c0bb00194e0cc0114145a36a8a7a40ea4171860005102396d8488d86274b8a0a881c59c220c840003b, 0, '0'), |
| (12, 'doc', 'application/msword', 'OfficeAppsViewer', 'Microsoft Word', 0x47494638396110001000d500004476cadededeccccccafb8c784a6daeaecee92b8f5bdcbdfa5a5a56095eef6f4f2d1d8e0a2b2cfe2e5e9548ceaadc2e6d6d6d6ffffffcfd7e37a9fd98bafefc1c1c1adc5debccfeae8f1fd7698d4d6dee9ebeae7abc3efc2d0e4ebebe9dfe0e3b5b5b5e8eaec8fa5cd548dedd5dae1aaaaaabac9dacad7ebe6e5e2f0efefc5cedec2c2c293b0e3b3c7ebb3c7e4457ad29dbdf4e7e6e5e6dedef7efeff6f6f6d7d8dbc8d4e67b9cdec0d1ee598fee588ce8b5c5deaec8f4cfdbedc8d3e100000021f90405140011002c00000000100010000006aac048c42380188f479450b8593a9710a7875628a4141e4f2a458b2e3d9154af852be02e85ae73430b3d4e05dfc3a6517899b4c6a3b1d93c34282977111b0a31361d31312e24280583858a1f1d0b2e0b1f1b83313431241f311f07240128024e9b1f360b2828070b1001a64b81281f1224123e35462b4e1f0501c101bb20082515be05317d1b28100808204f2c061c1423d82f0c1f4f112c18303c09393a0003dd112e260413ed1922dd41003b, 0, '0'), | | (12, 'doc', 'application/msword', 'OfficeAppsViewer', 'Microsoft Word', 0x47494638396110001000d500004476cadededeccccccafb8c784a6daeaecee92b8f5bdcbdfa5a5a56095eef6f4f2d1d8e0a2b2cfe2e5e9548ceaadc2e6d6d6d6ffffffcfd7e37a9fd98bafefc1c1c1adc5debccfeae8f1fd7698d4d6dee9ebeae7abc3efc2d0e4ebebe9dfe0e3b5b5b5e8eaec8fa5cd548dedd5dae1aaaaaabac9dacad7ebe6e5e2f0efefc5cedec2c2c293b0e3b3c7ebb3c7e4457ad29dbdf4e7e6e5e6dedef7efeff6f6f6d7d8dbc8d4e67b9cdec0d1ee598fee588ce8b5c5deaec8f4cfdbedc8d3e100000021f90405140011002c00000000100010000006aac048c42380188f479450b8593a9710a7875628a4141e4f2a458b2e3d9154af852be02e85ae73430b3d4e05dfc3a6517899b4c6a3b1d93c34282977111b0a31361d31312e24280583858a1f1d0b2e0b1f1b83313431241f311f07240128024e9b1f360b2828070b1001a64b81281f1224123e35462b4e1f0501c101bb20082515be05317d1b28100808204f2c061c1423d82f0c1f4f112c18303c09393a0003dd112e260413ed1922dd41003b, 0, '0'), |
| (13, 'docx', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'OfficeAppsViewer', 'Microsoft Word', 0x47494638396110001000d500004476cadededeccccccafb8c784a6daeaecee92b8f5bdcbdfa5a5a56095eef6f4f2d1d8e0a2b2cfe2e5e9548ceaadc2e6d6d6d6ffffffcfd7e37a9fd98bafefc1c1c1adc5debccfeae8f1fd7698d4d6dee9ebeae7abc3efc2d0e4ebebe9dfe0e3b5b5b5e8eaec8fa5cd548dedd5dae1aaaaaabac9dacad7ebe6e5e2f0efefc5cedec2c2c293b0e3b3c7ebb3c7e4457ad29dbdf4e7e6e5e6dedef7efeff6f6f6d7d8dbc8d4e67b9cdec0d1ee598fee588ce8b5c5deaec8f4cfdbedc8d3e100000021f90405140011002c00000000100010000006aac048c42380188f479450b8593a9710a7875628a4141e4f2a458b2e3d9154af852be02e85ae73430b3d4e05dfc3a6517899b4c6a3b1d93c34282977111b0a31361d31312e24280583858a1f1d0b2e0b1f1b83313431241f311f07240128024e9b1f360b2828070b1001a64b81281f1224123e35462b4e1f0501c101bb20082515be05317d1b28100808204f2c061c1423d82f0c1f4f112c18303c09393a0003dd112e260413ed1922dd41003b, 0, '0'), | | (13, 'docx', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'OfficeAppsViewer', 'Microsoft Word', 0x47494638396110001000d500004476cadededeccccccafb8c784a6daeaecee92b8f5bdcbdfa5a5a56095eef6f4f2d1d8e0a2b2cfe2e5e9548ceaadc2e6d6d6d6ffffffcfd7e37a9fd98bafefc1c1c1adc5debccfeae8f1fd7698d4d6dee9ebeae7abc3efc2d0e4ebebe9dfe0e3b5b5b5e8eaec8fa5cd548dedd5dae1aaaaaabac9dacad7ebe6e5e2f0efefc5cedec2c2c293b0e3b3c7ebb3c7e4457ad29dbdf4e7e6e5e6dedef7efeff6f6f6d7d8dbc8d4e67b9cdec0d1ee598fee588ce8b5c5deaec8f4cfdbedc8d3e100000021f90405140011002c00000000100010000006aac048c42380188f479450b8593a9710a7875628a4141e4f2a458b2e3d9154af852be02e85ae73430b3d4e05dfc3a6517899b4c6a3b1d93c34282977111b0a31361d31312e24280583858a1f1d0b2e0b1f1b83313431241f311f07240128024e9b1f360b2828070b1001a64b81281f1224123e35462b4e1f0501c101bb20082515be05317d1b28100808204f2c061c1423d82f0c1f4f112c18303c09393a0003dd112e260413ed1922dd41003b, 0, '0'), |
| (14, 'xls', 'application/vnd.ms-excel', 'OfficeAppsViewer', 'Microsoft Excel', 0x47494638396110001000d50000079f04c0f2bfd6d6d6b5b5b574d8714fc14d49b645f6f6f6a7a7a7eee9ee2dc52acccccce5e5e566cc66dedddeffffff9ad799a4c0a40abd048cc18b60d55cbababa4ace4771ba6fa8d4a7efefefe6dee610be0ac5c5c5afafaff4f4ff4bbf4853c24f66cc66efeff70bbb0606a60232c52c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514000f002c000000001000100000067ac0c783b110188f478650a85c3a850267e2e0701c32d7eb23ba641c8c592c96cbfc0aae99f4d8e9058bb3e4a1390c6767dce1bbddf838f8fd090b760b1c071e1e62447b461c480e1c76559202151d1d904b0e19099c091a020808034f0d140a0a12a924134d4e0d0104161bb300114f42101805051f1f0617b741003b, 0, '0'), | | (14, 'xls', 'application/vnd.ms-excel', 'OfficeAppsViewer', 'Microsoft Excel', 0x47494638396110001000d50000079f04c0f2bfd6d6d6b5b5b574d8714fc14d49b645f6f6f6a7a7a7eee9ee2dc52acccccce5e5e566cc66dedddeffffff9ad799a4c0a40abd048cc18b60d55cbababa4ace4771ba6fa8d4a7efefefe6dee610be0ac5c5c5afafaff4f4ff4bbf4853c24f66cc66efeff70bbb0606a60232c52c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514000f002c000000001000100000067ac0c783b110188f478650a85c3a850267e2e0701c32d7eb23ba641c8c592c96cbfc0aae99f4d8e9058bb3e4a1390c6767dce1bbddf838f8fd090b760b1c071e1e62447b461c480e1c76559202151d1d904b0e19099c091a020808034f0d140a0a12a924134d4e0d0104161bb300114f42101805051f1f0617b741003b, 0, '0'), |
| (15, 'xls', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'OfficeAppsViewer', 'Microsoft Excel', 0x47494638396110001000d50000079f04c0f2bfd6d6d6b5b5b574d8714fc14d49b645f6f6f6a7a7a7eee9ee2dc52acccccce5e5e566cc66dedddeffffff9ad799a4c0a40abd048cc18b60d55cbababa4ace4771ba6fa8d4a7efefefe6dee610be0ac5c5c5afafaff4f4ff4bbf4853c24f66cc66efeff70bbb0606a60232c52c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514000f002c000000001000100000067ac0c783b110188f478650a85c3a850267e2e0701c32d7eb23ba641c8c592c96cbfc0aae99f4d8e9058bb3e4a1390c6767dce1bbddf838f8fd090b760b1c071e1e62447b461c480e1c76559202151d1d904b0e19099c091a020808034f0d140a0a12a924134d4e0d0104161bb300114f42101805051f1f0617b741003b, 0, '0'), | | (15, 'xls', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'OfficeAppsViewer', 'Microsoft Excel', 0x47494638396110001000d50000079f04c0f2bfd6d6d6b5b5b574d8714fc14d49b645f6f6f6a7a7a7eee9ee2dc52acccccce5e5e566cc66dedddeffffff9ad799a4c0a40abd048cc18b60d55cbababa4ace4771ba6fa8d4a7efefefe6dee610be0ac5c5c5afafaff4f4ff4bbf4853c24f66cc66efeff70bbb0606a60232c52c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514000f002c000000001000100000067ac0c783b110188f478650a85c3a850267e2e0701c32d7eb23ba641c8c592c96cbfc0aae99f4d8e9058bb3e4a1390c6767dce1bbddf838f8fd090b760b1c071e1e62447b461c480e1c76559202151d1d904b0e19099c091a020808034f0d140a0a12a924134d4e0d0104161bb300114f42101805051f1f0617b741003b, 0, '0'), |
| (16, 'swf', 'application/x-shockwave-flash', NULL, 'Macromedia Flash', 0x47494638396110001000d50000032f51d4d6deb5b8bc8c99a5808e9c6e8397eaedef557790c4cad09ca9b7f7f7f7dfe3e67a8b9b33536d949faed0d4d7999999c1c5c97676760b4568ffffffabababa2a2a2b5bdc4dedede1c44615b87a3aeb2b59999999aa5b1e4e7eb8a96a3bdbdbdd7dce2cbd1d9d6d6d659788f7d7d7dc4c4c410486c9ba6b2dfe0e6e6e6e6ccccccefefef8493a0b3bfcab5b5b5b8bcc0949ca596a1aed8dce3c4c8cb00000000000000000000000000000000000000000000000000000000000000000021f90405140014002c00000000100010000006a0400a0504291a8f20a110235460562b8c62ca5432151bd9e522dbb09c4a8a1446282042aa81006c65c52e8dcc6cfe618dc218162a6500905c33322a776d1d0614052709330e2a0f780a2d210a0b131a01040b34900f2d221e09070434230261232c2c9d0c0c04110f2615a7a9b4761b16b8a706bb062a2a2025121084420fbebe4fb20a2b6114c6c82b20160a8fcd0f0b0b4f201515c4610f502b26e32acd1441003b, 0, '0'), | | (16, 'swf', 'application/x-shockwave-flash', NULL, 'Macromedia Flash', 0x47494638396110001000d50000032f51d4d6deb5b8bc8c99a5808e9c6e8397eaedef557790c4cad09ca9b7f7f7f7dfe3e67a8b9b33536d949faed0d4d7999999c1c5c97676760b4568ffffffabababa2a2a2b5bdc4dedede1c44615b87a3aeb2b59999999aa5b1e4e7eb8a96a3bdbdbdd7dce2cbd1d9d6d6d659788f7d7d7dc4c4c410486c9ba6b2dfe0e6e6e6e6ccccccefefef8493a0b3bfcab5b5b5b8bcc0949ca596a1aed8dce3c4c8cb00000000000000000000000000000000000000000000000000000000000000000021f90405140014002c00000000100010000006a0400a0504291a8f20a110235460562b8c62ca5432151bd9e522dbb09c4a8a1446282042aa81006c65c52e8dcc6cfe618dc218162a6500905c33322a776d1d0614052709330e2a0f780a2d210a0b131a01040b34900f2d221e09070434230261232c2c9d0c0c04110f2615a7a9b4761b16b8a706bb062a2a2025121084420fbebe4fb20a2b6114c6c82b20160a8fcd0f0b0b4f201515c4610f502b26e32acd1441003b, 0, '0'), |
| (17, 'txt', 'text/plain', 'OfficeAppsViewer', 'Plain Text File', 0x47494638396110001000d50000513d32d8d1cdc5c5c5afaea86c7879dededef0f0f0694e468799bbafb6c0888173aaa8a5f7f7f99db4decccccc474837828282945147e6e6e6999999d0a183b2b2b2e2d7d08d423a575349989685ffffffbdbdbdd6d6d6504c2ea5b5d15e443bb4b0a07b7b7b5e39308f8578d4d7dcdae1e4474a424f4231d6d6ceadadade3d6ce00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514001a002c0000000010001000000691408da6e010188f488650c3590a194a0dc36058720c28c9c620585c22a04255c82998cd8391e860428d99857219a3f89c3a8e3747e2e0ec1f190026046e56447d051e09080d0d247a7c051b657d1c026286667e1b95027986971c95a20e5ba0a205461b1b15157a1c1b4802132110154e1c01010ea5ab137c4e4c16142571bc0b4dc1572a121271021bc14206717ed6d241003b, 0, '0'), | | (17, 'txt', 'text/plain', 'OfficeAppsViewer', 'Plain Text File', 0x47494638396110001000d50000513d32d8d1cdc5c5c5afaea86c7879dededef0f0f0694e468799bbafb6c0888173aaa8a5f7f7f99db4decccccc474837828282945147e6e6e6999999d0a183b2b2b2e2d7d08d423a575349989685ffffffbdbdbdd6d6d6504c2ea5b5d15e443bb4b0a07b7b7b5e39308f8578d4d7dcdae1e4474a424f4231d6d6ceadadade3d6ce00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514001a002c0000000010001000000691408da6e010188f488650c3590a194a0dc36058720c28c9c620585c22a04255c82998cd8391e860428d99857219a3f89c3a8e3747e2e0ec1f190026046e56447d051e09080d0d247a7c051b657d1c026286667e1b95027986971c95a20e5ba0a205461b1b15157a1c1b4802132110154e1c01010ea5ab137c4e4c16142571bc0b4dc1572a121271021bc14206717ed6d241003b, 0, '0'), |
| (18, 'rtf', 'text/richtext', 'OfficeAppsViewer', 'Rich Text File', 0x47494638396110001000d50000513d32d8d1cdc5c5c5afaea86c7879dededef0f0f0694e468799bbafb6c0888173aaa8a5f7f7f99db4decccccc474837828282945147e6e6e6999999d0a183b2b2b2e2d7d08d423a575349989685ffffffbdbdbdd6d6d6504c2ea5b5d15e443bb4b0a07b7b7b5e39308f8578d4d7dcdae1e4474a424f4231d6d6ceadadade3d6ce00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514001a002c0000000010001000000691408da6e010188f488650c3590a194a0dc36058720c28c9c620585c22a04255c82998cd8391e860428d99857219a3f89c3a8e3747e2e0ec1f190026046e56447d051e09080d0d247a7c051b657d1c026286667e1b95027986971c95a20e5ba0a205461b1b15157a1c1b4802132110154e1c01010ea5ab137c4e4c16142571bc0b4dc1572a121271021bc14206717ed6d241003b, 0, '0'), | | (18, 'rtf', 'text/richtext', 'OfficeAppsViewer', 'Rich Text File', 0x47494638396110001000d50000513d32d8d1cdc5c5c5afaea86c7879dededef0f0f0694e468799bbafb6c0888173aaa8a5f7f7f99db4decccccc474837828282945147e6e6e6999999d0a183b2b2b2e2d7d08d423a575349989685ffffffbdbdbdd6d6d6504c2ea5b5d15e443bb4b0a07b7b7b5e39308f8578d4d7dcdae1e4474a424f4231d6d6ceadadade3d6ce00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514001a002c0000000010001000000691408da6e010188f488650c3590a194a0dc36058720c28c9c620585c22a04255c82998cd8391e860428d99857219a3f89c3a8e3747e2e0ec1f190026046e56447d051e09080d0d247a7c051b657d1c026286667e1b95027986971c95a20e5ba0a205461b1b15157a1c1b4802132110154e1c01010ea5ab137c4e4c16142571bc0b4dc1572a121271021bc14206717ed6d241003b, 0, '0'), |
| (19, 'mp3', 'audio/x-mp3', NULL, 'MP3 Audio', 0x47494638396110001000d500004b914fd5cfc8a5b1b59999998c8c8ce1e1e3b1ccd07e7e7eefefef6db36b87b3889fb397ccccccdedddef7f7f7bdbdbdb4cdf3a8b8afebe4b383de738aa98b66996680a381bcbfd7a5a5a5c6ddb6ffffffb5b6b591ba959cc0a1d6d6d6b6c5b9c4c4c44fa752e6e6e67ab769b4dbcad1d2d8e9e1d6e7e8ecadadad8bb68b61a15c93af91b5b6bd8cb4919cb2a096c8929ec4a355a15a00000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514001a002c00000000100010000006a3408de681291a8f0fa1d0c3f4141a1b28a2c1506a3c070c6aa0c5340884a4d213de0e508f8d8800b27a340e84071460201c8e92dbd1508d4c122f02777a630e2c2d212b0b13092508556327250e1f140c2e1505905625270d2711160f0e29222291427617102429770a22056d4a760d0619310909000d0d62aa27c20d1d301c150c0f28560ca7ce051e03d205cccf4f0c6a08561a20a74f0d1ecadadb0ce5e66927db41003b, 0, '0'), | | (19, 'mp3', 'audio/x-mp3', NULL, 'MP3 Audio', 0x47494638396110001000d500004b914fd5cfc8a5b1b59999998c8c8ce1e1e3b1ccd07e7e7eefefef6db36b87b3889fb397ccccccdedddef7f7f7bdbdbdb4cdf3a8b8afebe4b383de738aa98b66996680a381bcbfd7a5a5a5c6ddb6ffffffb5b6b591ba959cc0a1d6d6d6b6c5b9c4c4c44fa752e6e6e67ab769b4dbcad1d2d8e9e1d6e7e8ecadadad8bb68b61a15c93af91b5b6bd8cb4919cb2a096c8929ec4a355a15a00000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040514001a002c00000000100010000006a3408de681291a8f0fa1d0c3f4141a1b28a2c1506a3c070c6aa0c5340884a4d213de0e508f8d8800b27a340e84071460201c8e92dbd1508d4c122f02777a630e2c2d212b0b13092508556327250e1f140c2e1505905625270d2711160f0e29222291427617102429770a22056d4a760d0619310909000d0d62aa27c20d1d301c150c0f28560ca7ce051e03d205cccf4f0c6a08561a20a74f0d1ecadadb0ce5e66927db41003b, 0, '0'), |
| (20, 'mov', 'video/mpeg', NULL, 'MPEG Movie', 0x47494638396110001000d50000666666c7d3dcaeb7c13e86c4e6e6e69999995792c5c1ccd4f7f7f74a99d899b9d0778ea77494b1d8dadc298be0a7a7a7b5c2cb828282c3c3c34daded85a7c08b8b8bffffff3292e3aec5d5d6d6d6bebebe3d93d8adadadccccccbec6cdeeeeee4295dea7bfd24b9be472a0c22c94ed579bcee0e2e4469ddf8cadc9d1d4d8b5b5b5c5c9cd3e8bcf4593cba9bdcdd2d7dbdededeeaeaeb4a9cdeb5c5d64aadf7a9c6dcbdc9d36699ccd0d6db00000000000000000000000000000000000000000021f90405140016002c00000000100010000006a3408be511291a8f0fa1b0618a3554a94f27d3e148949646a5d8a970228f422183cd00c4e24a2722ee940988b83c6e222b33303901de6cd885192b08263717172527351229652608061b211809220d0d6e7719290e367b2f13101d9880121e2429071430272e2aa316290d04272304010c202b2b1a58a23118342d032c0b0f0f8c4a1d1a7b380a28021608c8c9197b262697d25842a2d7307e1a7f5830e4e47e30db1641003b, 0, '0'), | | (20, 'mov', 'video/mpeg', NULL, 'MPEG Movie', 0x47494638396110001000d50000666666c7d3dcaeb7c13e86c4e6e6e69999995792c5c1ccd4f7f7f74a99d899b9d0778ea77494b1d8dadc298be0a7a7a7b5c2cb828282c3c3c34daded85a7c08b8b8bffffff3292e3aec5d5d6d6d6bebebe3d93d8adadadccccccbec6cdeeeeee4295dea7bfd24b9be472a0c22c94ed579bcee0e2e4469ddf8cadc9d1d4d8b5b5b5c5c9cd3e8bcf4593cba9bdcdd2d7dbdededeeaeaeb4a9cdeb5c5d64aadf7a9c6dcbdc9d36699ccd0d6db00000000000000000000000000000000000000000021f90405140016002c00000000100010000006a3408be511291a8f0fa1b0618a3554a94f27d3e148949646a5d8a970228f422183cd00c4e24a2722ee940988b83c6e222b33303901de6cd885192b08263717172527351229652608061b211809220d0d6e7719290e367b2f13101d9880121e2429071430272e2aa316290d04272304010c202b2b1a58a23118342d032c0b0f0f8c4a1d1a7b380a28021608c8c9197b262697d25842a2d7307e1a7f5830e4e47e30db1641003b, 0, '0'), |
| (21, 'pdf', 'application/pdf', 'Pdf', 'PDF Document', 0x47494638396110001000e60000000000ffffffffa9aafba8a9f8a6a7f5a6a7ffafb0ffb2b3ffb3b4fbb2b3ffbebfdfa8a9d6a3a4ffcbccfdcccdffcfd0fececfffd1d2f1a4a6ffbfc1f7d8d9f1d8d9efd6d7f8dfe0f7dfe0fee7e8f8e9eaf0d6d8f7ecedebe2e3f7eff0eee0e2f4e9ebf1eceef6f0f3f8f6f7dfdfe2f0f0f2e9e9ebe8e8ead6d6d8d3d3d5cbcbcdf9f9faf7f7f8f6f6f7f4f4f5f3f3f4eeeeefe7e7e8e5e5e6dededfdcdcddd4d4d5ffb6b6dea6a6daa3a3dca6a6dfacacffc8c8e8bcbcc8a3a3ffd1d1f7ccccf6ceceffdadaf8d4d4f7d4d4f5d2d2f4d1d1f7d6d6fee0e0f8dcdce9d3d3f9e3e3fee9e9f7e2e2f8e5e5f8e9e9f7ebebfcfcfcf0f0f0ecececeaeaeae4e4e4e1e1e1dadadad2d2d2c8c8c8ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000059002c00000000100010000007d180018201545786878854830125502b2c533234933435328b511a1e2d3558289d582a8a83304c43225633583457332997a42c4f46512f532d31211d268b522d2c17484d4d1840451f538b30bf2c422b144d1c2030c983522e2d2b4a484e2b2d25d4bd2f2e2c233f2c2c2f5152278b27b52e2e442d2e255226313c3afb0b0b37373818f458774206951d072218f0f160820302121848a241e5c50e1b1182401000e148820238aa048002230004053b1a4c8880c087820139489014b4a466860a1b726eb090a44a9445a4a4488141b4d6a240003b, 0, '1'), | | (21, 'pdf', 'application/pdf', 'Pdf', 'PDF Document', 0x47494638396110001000e60000000000ffffffffa9aafba8a9f8a6a7f5a6a7ffafb0ffb2b3ffb3b4fbb2b3ffbebfdfa8a9d6a3a4ffcbccfdcccdffcfd0fececfffd1d2f1a4a6ffbfc1f7d8d9f1d8d9efd6d7f8dfe0f7dfe0fee7e8f8e9eaf0d6d8f7ecedebe2e3f7eff0eee0e2f4e9ebf1eceef6f0f3f8f6f7dfdfe2f0f0f2e9e9ebe8e8ead6d6d8d3d3d5cbcbcdf9f9faf7f7f8f6f6f7f4f4f5f3f3f4eeeeefe7e7e8e5e5e6dededfdcdcddd4d4d5ffb6b6dea6a6daa3a3dca6a6dfacacffc8c8e8bcbcc8a3a3ffd1d1f7ccccf6ceceffdadaf8d4d4f7d4d4f5d2d2f4d1d1f7d6d6fee0e0f8dcdce9d3d3f9e3e3fee9e9f7e2e2f8e5e5f8e9e9f7ebebfcfcfcf0f0f0ecececeaeaeae4e4e4e1e1e1dadadad2d2d2c8c8c8ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000059002c00000000100010000007d180018201545786878854830125502b2c533234933435328b511a1e2d3558289d582a8a83304c43225633583457332997a42c4f46512f532d31211d268b522d2c17484d4d1840451f538b30bf2c422b144d1c2030c983522e2d2b4a484e2b2d25d4bd2f2e2c233f2c2c2f5152278b27b52e2e442d2e255226313c3afb0b0b37373818f458774206951d072218f0f160820302121848a241e5c50e1b1182401000e148820238aa048002230004053b1a4c8880c087820139489014b4a466860a1b726eb090a44a9445a4a4488141b4d6a240003b, 0, '1'), |
| (22, 'gif', 'image/gif', 'Image', 'image/gif', 0x47494638396110001000e60000000000ffffffc7bfc0bbb6b7b2adafbfbdbfdfdde4dadaecebebefe6e6e8e3e5f2eaecf5f2f3f7c6cde1d7dae3cbd6f2bbc2d4c7cddcb6bbc8ced2dcc8cacfbfcce9cfdcfad5e1fcd1daeecedcf7d9e5feadb5c5e2e8f4dddfe3dae6fceaeef5a8b0bce5e8ecc5d3e5e8e9eaecf0f2e2ddd6e9e6e2ded4c8e3dcd3e5ded5eee7dfe9e6e4e5d1c8dbcbc5cbc8c7bfb9b9d0ceced6d5d5fcfcfcfafafaf7f7f7f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2e0e0e0dadadad2d2d2d0d0d0ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000040002c00000000100010000007ad8001013a3e8586873a82823682343b379082328c8a943d353a3c3f3532938a0194383c383a31379d948b9d333a349dafa9a09d390c3a3933b833b1363235360a05313b383434379f36ac2214042e30083c9195381c15122d2f14070b09898a37231617022c130e201023399f901f1e0306190d1b1d3b09ec362529241a160f113d76d46077c3048a132a42600820e3d8271c367048c4b16247c34f8220dab00129c78e588a6a881c696320c640003b, 0, '1'), | | (22, 'gif', 'image/gif', 'Image', 'image/gif', 0x47494638396110001000e60000000000ffffffc7bfc0bbb6b7b2adafbfbdbfdfdde4dadaecebebefe6e6e8e3e5f2eaecf5f2f3f7c6cde1d7dae3cbd6f2bbc2d4c7cddcb6bbc8ced2dcc8cacfbfcce9cfdcfad5e1fcd1daeecedcf7d9e5feadb5c5e2e8f4dddfe3dae6fceaeef5a8b0bce5e8ecc5d3e5e8e9eaecf0f2e2ddd6e9e6e2ded4c8e3dcd3e5ded5eee7dfe9e6e4e5d1c8dbcbc5cbc8c7bfb9b9d0ceced6d5d5fcfcfcfafafaf7f7f7f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2e0e0e0dadadad2d2d2d0d0d0ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000040002c00000000100010000007ad8001013a3e8586873a82823682343b379082328c8a943d353a3c3f3532938a0194383c383a31379d948b9d333a349dafa9a09d390c3a3933b833b1363235360a05313b383434379f36ac2214042e30083c9195381c15122d2f14070b09898a37231617022c130e201023399f901f1e0306190d1b1d3b09ec362529241a160f113d76d46077c3048a132a42600820e3d8271c367048c4b16247c34f8220dab00129c78e588a6a881c696320c640003b, 0, '1'), |
| (23, 'ppt', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '1'), | | (23, 'ppt', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '1'), |
| (24, 'jpg', 'image/jpeg', 'Image', 'JPEG Image', 0x47494638396110001000d50000000000ffffffc7bfc0bbb6b7b2adafbfbdbfdfdde4dadaecebebefe3e5f2eaecf5f2f3f7c6cde1d7dae3cbd6f2bbc2d4c7cddcb6bbc8ced2dcc8cacfbfcce9cfdcfad5e1fcd1daeecedcf7d9e5feadb5c5e2e8f4dddfe3dae6fceaeef5a8b0bce5e8ecc5d3e5e8e9eaecf0f2e9e7e4e2ddd6e9e6e2ded4c8e3dcd3e5ded5eee7dfe5d1c8dbcbc5cbc8c7bfb9b9d0cecefcfcfcfafafaf7f7f7f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dedededadadad6d6d6d2d2d2ffffff00000021f9040100003e002c00000000100010000006a2c04000d72b1a8f38a19016132903b0288cf6a4ee78b0ddcda6db4dab599ed896abc9be4adad4c613dd62b75a8c9a8ede16b8776c4f5fc2663409053c39363232355531382113042d2f08658969361b14112c2e13070a37494a35221516022b120d1f0f6e4f35351e1d0306180c1a1c39a042353425292319150e103b3933ad352628272a201750944a363436d436243930d0d134dcae37397d4f33e3e434c64f0141003b, 0, '1'), | | (24, 'jpg', 'image/jpeg', 'Image', 'JPEG Image', 0x47494638396110001000d50000000000ffffffc7bfc0bbb6b7b2adafbfbdbfdfdde4dadaecebebefe3e5f2eaecf5f2f3f7c6cde1d7dae3cbd6f2bbc2d4c7cddcb6bbc8ced2dcc8cacfbfcce9cfdcfad5e1fcd1daeecedcf7d9e5feadb5c5e2e8f4dddfe3dae6fceaeef5a8b0bce5e8ecc5d3e5e8e9eaecf0f2e9e7e4e2ddd6e9e6e2ded4c8e3dcd3e5ded5eee7dfe5d1c8dbcbc5cbc8c7bfb9b9d0cecefcfcfcfafafaf7f7f7f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dedededadadad6d6d6d2d2d2ffffff00000021f9040100003e002c00000000100010000006a2c04000d72b1a8f38a19016132903b0288cf6a4ee78b0ddcda6db4dab599ed896abc9be4adad4c613dd62b75a8c9a8ede16b8776c4f5fc2663409053c39363232355531382113042d2f08658969361b14112c2e13070a37494a35221516022b120d1f0f6e4f35351e1d0306180c1a1c39a042353425292319150e103b3933ad352628272a201750944a363436d436243930d0d134dcae37397d4f33e3e434c64f0141003b, 0, '1'), |
| (25, 'zip', 'application/x-zip-compressed', NULL, 'Zip File', 0x47494638396110001000c40000000000fffffffcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dadadad6d6d6d3d3d3d0d0d0cdcdcdc8c8c8c5c5c5bababab6b6b6adadadffffff00000000000000000000000000000000000000000000000000000021f90401000016002c000000001000100000058360101c49699e88281aeb822485caca62d1240e5408c2bc0682c283d1802478be008bc76c260d4c43023188aa94bcc11141601eae50c1002138740783afea903d34b868825a7440a70d66823eb5b63b04127a05060a577503040e0f1305090b8f867a898b060c9604575c7a8a13070a040357019a890d128ea1a207ab071114159fa221003b, 0, '1'), | | (25, 'zip', 'application/x-zip-compressed', NULL, 'Zip File', 0x47494638396110001000c40000000000fffffffcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dadadad6d6d6d3d3d3d0d0d0cdcdcdc8c8c8c5c5c5bababab6b6b6adadadffffff00000000000000000000000000000000000000000000000000000021f90401000016002c000000001000100000058360101c49699e88281aeb822485caca62d1240e5408c2bc0682c283d1802478be008bc76c260d4c43023188aa94bcc11141601eae50c1002138740783afea903d34b868825a7440a70d66823eb5b63b04127a05060a577503040e0f1305090b8f867a898b060c9604575c7a8a13070a040357019a890d128ea1a207ab071114159fa221003b, 0, '1'), |
| (26, 'zip', 'application/zip', NULL, 'Zip File', 0x47494638396110001000c400001c1c1ce6e6e6ccccccb5b6b58d8d8d7b7b7b666666f7f7f73f3f3fd6d6d6adadadffffffefefef5d5d5dc5c5c5dddddd999999333333757575bdbdbd85858599999900000000000000000000000000000000000000000000000000000000000021f9040514000b002c0000000010001000000583e0b20853699e8e2826abe24c8fcacae2434c94f41cc7bc2e87470142904c78be058bc76c2613ccc4c4c188aa943cc6d111600aaed003c3711074198caf4a901510b8e8805a2440a713e6803eb5b6530e0d7a0f090357750c011405080f130a8f867a898b09109601575c7a8a080203010c570b9a89040d8ea1a202ab020611009fa221003b, 0, '0'), | | (26, 'zip', 'application/zip', NULL, 'Zip File', 0x47494638396110001000c400001c1c1ce6e6e6ccccccb5b6b58d8d8d7b7b7b666666f7f7f73f3f3fd6d6d6adadadffffffefefef5d5d5dc5c5c5dddddd999999333333757575bdbdbd85858599999900000000000000000000000000000000000000000000000000000000000021f9040514000b002c0000000010001000000583e0b20853699e8e2826abe24c8fcacae2434c94f41cc7bc2e87470142904c78be058bc76c2613ccc4c4c188aa943cc6d111600aaed003c3711074198caf4a901510b8e8805a2440a713e6803eb5b6530e0d7a0f090357750c011405080f130a8f867a898b09109601575c7a8a080203010c570b9a89040d8ea1a202ab020611009fa221003b, 0, '0'), |
| (27, 'exe', 'application/octet-stream', NULL, 'Windows Executable', 0x47494638396110001000b30000000000fffffffcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ececece7e7e7e5e5e5dadadaffffff00000000000000000000000021f9040100000b002c00000000100010000004533004a4aabd48caa2bbe69fa70902b879646a0660ea0a4657bc6ffcd1e9606fefe00f841d8bf4fb1108878ea1682c18929a2533f8cc4481c7e3a1925819b2c7422200f37cb3ce44d91c761e12420db840278822003b, 1, '1'), | | (27, 'exe', 'application/octet-stream', NULL, 'Windows Executable', 0x47494638396110001000b30000000000fffffffcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ececece7e7e7e5e5e5dadadaffffff00000000000000000000000021f9040100000b002c00000000100010000004533004a4aabd48caa2bbe69fa70902b879646a0660ea0a4657bc6ffcd1e9606fefe00f841d8bf4fb1108878ea1682c18929a2533f8cc4481c7e3a1925819b2c7422200f37cb3ce44d91c761e12420db840278822003b, 1, '1'), |
| (28, 'html', 'text/html', NULL, 'HTML Document', 0x47494638396110001000d50000000000ffffffa5b4bea6b8c3b0c2caafbfc6acbfc1afc4c2afc2bfb2c6bcd0ddd5b8ccbebdd2c2c4d4c6bcd3bbbdd1b8c1d4bcc5deb8c5dcb9c7e0b8d4e3cacbe6b8d3f0b5d0e5b9c8dab6eff2ecebeee8d7f5b4d1e8b6cde1b5cce0b4d4e2c4d2dfc3d7f4b4d6f3b3d4ebb8d0e5b6d6e5c3d1ddc2daf5b6dcf5b8e7f9cdd6e5c2e9ece5e6e9e2e1f7bfdaeebad9e7c3e8ebe3fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e1e1e1dddddddadadad0d0d0cececeffffff00000021f9040100003e002c000000001000100000069cc04000b72b1a8f38a190268cd16c365a6c5a53069832d6cbe57ab164b1aa52baba2c1291d00816b6d26425c7e121986c5432f152c691101806081b1c337a57322428140a0d031624856e311f222d292905151f3337563531191d22272710181a35494a35323219201e1e26a837399eadb879393abcb733bfbf383c3d3b8635c0334fb632365601c7bf4f383a6dced0d2393986ab503637df33ce0141003b, 0, '1'), | | (28, 'html', 'text/html', NULL, 'HTML Document', 0x47494638396110001000d50000000000ffffffa5b4bea6b8c3b0c2caafbfc6acbfc1afc4c2afc2bfb2c6bcd0ddd5b8ccbebdd2c2c4d4c6bcd3bbbdd1b8c1d4bcc5deb8c5dcb9c7e0b8d4e3cacbe6b8d3f0b5d0e5b9c8dab6eff2ecebeee8d7f5b4d1e8b6cde1b5cce0b4d4e2c4d2dfc3d7f4b4d6f3b3d4ebb8d0e5b6d6e5c3d1ddc2daf5b6dcf5b8e7f9cdd6e5c2e9ece5e6e9e2e1f7bfdaeebad9e7c3e8ebe3fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e1e1e1dddddddadadad0d0d0cececeffffff00000021f9040100003e002c000000001000100000069cc04000b72b1a8f38a190268cd16c365a6c5a53069832d6cbe57ab164b1aa52baba2c1291d00816b6d26425c7e121986c5432f152c691101806081b1c337a57322428140a0d031624856e311f222d292905151f3337563531191d22272710181a35494a35323219201e1e26a837399eadb879393abcb733bfbf383c3d3b8635c0334fb632365601c7bf4f383a6dced0d2393986ab503637df33ce0141003b, 0, '1'), |
| (29, 'mpg', 'video/mpeg', NULL, 'MPEG Movie', 0x47494638396110001000d50000000000fffffff7f7f8eeeff1e2e5e9ced6dfc8daece9ecefeef0f2b2d5f4bedbf5b9d5eeb9d3eab3d9f8b5d8f5b9d8f1bbd9f3bedaf1c2d8eacdd9e3d6e2ece0e7edbcdcf4c2dbeed3dfe8dfe8efe2eaf0ebeff2e5e9ecbee2fcbcd8ecccdde9dae6eee8ebedbfe2f8e0ebf2e7ecefeff1f2eaecedf4f5f5f1f2f2fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ececece9e9e9e8e8e8e5e5e5e2e2e2dfdfdfdadadad5d5d5d2d2d2c8c8c8ffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006a3c04060662b1a8f33a1107512a0620395abe592bd940154ade8aac96c331aad856dddc4e29acb26769557a9b83c7e222b5b2cf90ade44d9852d262927060e0e1716232f03652729120f191a110a28286e772d0309247b25221c2e98802f210d0307182c161531a30103282b161f2b1b131026263058a2021a1d1e0c0b0533338c4a2e307b082014040129c8c92d7b272797d25842a2d72c7e307f582ce4e47e2cdb0141003b, 0, '1'), | | (29, 'mpg', 'video/mpeg', NULL, 'MPEG Movie', 0x47494638396110001000d50000000000fffffff7f7f8eeeff1e2e5e9ced6dfc8daece9ecefeef0f2b2d5f4bedbf5b9d5eeb9d3eab3d9f8b5d8f5b9d8f1bbd9f3bedaf1c2d8eacdd9e3d6e2ece0e7edbcdcf4c2dbeed3dfe8dfe8efe2eaf0ebeff2e5e9ecbee2fcbcd8ecccdde9dae6eee8ebedbfe2f8e0ebf2e7ecefeff1f2eaecedf4f5f5f1f2f2fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ececece9e9e9e8e8e8e5e5e5e2e2e2dfdfdfdadadad5d5d5d2d2d2c8c8c8ffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006a3c04060662b1a8f33a1107512a0620395abe592bd940154ade8aac96c331aad856dddc4e29acb26769557a9b83c7e222b5b2cf90ade44d9852d262927060e0e1716232f03652729120f191a110a28286e772d0309247b25221c2e98802f210d0307182c161531a30103282b161f2b1b131026263058a2021a1d1e0c0b0533338c4a2e307b082014040129c8c92d7b272797d25842a2d72c7e307f582ce4e47e2cdb0141003b, 0, '1'), |
| (30, 'pps', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '1'), | | (30, 'pps', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '1'), |
| (31, 'ppt', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '1'), | | (31, 'ppt', 'application/vnd.ms-powerpoint', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '1'), |
| (32, 'pptx', 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '1'), | | (32, 'pptx', 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'OfficeAppsViewer', 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '1'), |
| (33, 'png', 'image/png', 'Image', 'PNG Image', 0x47494638396110001000e60000000000ffffffc7bfc0bbb6b7b2adafbfbdbfdfdde4dadaecebebefdfdfe2e6e6e8e3e5f2eaecf5f2f3f7c6cde1d7dae3cbd6f2bbc2d4c7cddcb6bbc8ced2dcc8cacfbfcce9cfdcfad5e1fcd1daeecedcf7d9e5feadb5c5e2e8f4dddfe3dae6fceaeef5a8b0bce5e8ecc5d3e5e8e9eaecf0f2e2ddd6e9e6e2ded4c8e3dcd3e5ded5eee7dfe9e6e4e5d1c8dbcbc5cbc8c7bfb9b9d0ceced6d5d5fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dddddddadadad3d3d3ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000040002c00000000100010000007ad8001013b3f8586873b82823701338c3739343b398e8a018c3532383f2f3c370a958a3733993c3f0a373d38a18b33339235aeb28ca2ae3a0d3b3a34bb34b4ad36370b05323c393535389637922315042f31080938c9a2391d16132e3015070c0a898a38241718022d140f2111243a96d4201f03061a0e1c1e3c0aef37262a251b172048f0c1c3c63b1c2752a058212243a36a8a7240ca4191058f191023ded8484d87274b8a6c881c79c320c840003b, 0, '1'), | | (33, 'png', 'image/png', 'Image', 'PNG Image', 0x47494638396110001000e60000000000ffffffc7bfc0bbb6b7b2adafbfbdbfdfdde4dadaecebebefdfdfe2e6e6e8e3e5f2eaecf5f2f3f7c6cde1d7dae3cbd6f2bbc2d4c7cddcb6bbc8ced2dcc8cacfbfcce9cfdcfad5e1fcd1daeecedcf7d9e5feadb5c5e2e8f4dddfe3dae6fceaeef5a8b0bce5e8ecc5d3e5e8e9eaecf0f2e2ddd6e9e6e2ded4c8e3dcd3e5ded5eee7dfe9e6e4e5d1c8dbcbc5cbc8c7bfb9b9d0ceced6d5d5fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dddddddadadad3d3d3ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000040002c00000000100010000007ad8001013b3f8586873b82823701338c3739343b398e8a018c3532383f2f3c370a958a3733993c3f0a373d38a18b33339235aeb28ca2ae3a0d3b3a34bb34b4ad36370b05323c393535389637922315042f31080938c9a2391d16132e3015070c0a898a38241718022d140f2111243a96d4201f03061a0e1c1e3c0aef37262a251b172048f0c1c3c63b1c2752a058212243a36a8a7240ca4191058f191023ded8484d87274b8a6c881c79c320c840003b, 0, '1'), |
| (34, 'doc', 'application/msword', 'OfficeAppsViewer', 'Microsoft Word', 0x47494638396110001000d50000000000fffffff5f5f7f7f7f8f4f4f5f1f1f2e1e9f9e2e5ebc3d6f7d5e2f9cedaefdce7fbe2ebfbd7dfede2e9f6dde3eee8eef9ebeff6c1d6f8c3d7f9bccfefc6d9f9bcceeccfdcf1d8e5fbd3dff2d8e3f5e3ebf8e7ecf4eef2f8ecf1f8e9eef5f7fafef0f3f7eef1f5e3ebf5e7eef7ebeff4e6ecf2eef1f4f0f2f4f7f8f9f8f8f7fcfbfaf7f6f5faf9f9f8f7f7f6f5f5fcfcfcf3f3f3f0f0f0ececece9e9e9e5e5e5e0e0e0dfdfdfffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006aac040403593198fc79750e85a3a9732a70a964ab5562a55ab058b2e5581566703494148a9aed3051b383ca99223125a7999308143e07239422f2d77012e2b2c111f2c2c23282f2983858a041f272327042e832c302c28042c041c28312f334e9b0411272f2f1c273231a64b812f04222822250546344e042931c131bb353736bd4bbf2c7d2e2f323737354f1a18060912d8140f044f011a200b0c1513081607dd0123261917ed0a0ddd41003b, 0, '1'), | | (34, 'doc', 'application/msword', 'OfficeAppsViewer', 'Microsoft Word', 0x47494638396110001000d50000000000fffffff5f5f7f7f7f8f4f4f5f1f1f2e1e9f9e2e5ebc3d6f7d5e2f9cedaefdce7fbe2ebfbd7dfede2e9f6dde3eee8eef9ebeff6c1d6f8c3d7f9bccfefc6d9f9bcceeccfdcf1d8e5fbd3dff2d8e3f5e3ebf8e7ecf4eef2f8ecf1f8e9eef5f7fafef0f3f7eef1f5e3ebf5e7eef7ebeff4e6ecf2eef1f4f0f2f4f7f8f9f8f8f7fcfbfaf7f6f5faf9f9f8f7f7f6f5f5fcfcfcf3f3f3f0f0f0ececece9e9e9e5e5e5e0e0e0dfdfdfffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006aac040403593198fc79750e85a3a9732a70a964ab5562a55ab058b2e5581566703494148a9aed3051b383ca99223125a7999308143e07239422f2d77012e2b2c111f2c2c23282f2983858a041f272327042e832c302c28042c041c28312f334e9b0411272f2f1c273231a64b812f04222822250546344e042931c131bb353736bd4bbf2c7d2e2f323737354f1a18060912d8140f044f011a200b0c1513081607dd0123261917ed0a0ddd41003b, 0, '1'), |
| (35, 'docx', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'OfficeAppsViewer', 'Microsoft Word', 0x47494638396110001000d50000000000fffffff5f5f7f7f7f8f4f4f5f1f1f2e1e9f9e2e5ebc3d6f7d5e2f9cedaefdce7fbe2ebfbd7dfede2e9f6dde3eee8eef9ebeff6c1d6f8c3d7f9bccfefc6d9f9bcceeccfdcf1d8e5fbd3dff2d8e3f5e3ebf8e7ecf4eef2f8ecf1f8e9eef5f7fafef0f3f7eef1f5e3ebf5e7eef7ebeff4e6ecf2eef1f4f0f2f4f7f8f9f8f8f7fcfbfaf7f6f5faf9f9f8f7f7f6f5f5fcfcfcf3f3f3f0f0f0ececece9e9e9e5e5e5e0e0e0dfdfdfffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006aac040403593198fc79750e85a3a9732a70a964ab5562a55ab058b2e5581566703494148a9aed3051b383ca99223125a7999308143e07239422f2d77012e2b2c111f2c2c23282f2983858a041f272327042e832c302c28042c041c28312f334e9b0411272f2f1c273231a64b812f04222822250546344e042931c131bb353736bd4bbf2c7d2e2f323737354f1a18060912d8140f044f011a200b0c1513081607dd0123261917ed0a0ddd41003b, 0, '1'), | | (35, 'docx', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'OfficeAppsViewer', 'Microsoft Word', 0x47494638396110001000d50000000000fffffff5f5f7f7f7f8f4f4f5f1f1f2e1e9f9e2e5ebc3d6f7d5e2f9cedaefdce7fbe2ebfbd7dfede2e9f6dde3eee8eef9ebeff6c1d6f8c3d7f9bccfefc6d9f9bcceeccfdcf1d8e5fbd3dff2d8e3f5e3ebf8e7ecf4eef2f8ecf1f8e9eef5f7fafef0f3f7eef1f5e3ebf5e7eef7ebeff4e6ecf2eef1f4f0f2f4f7f8f9f8f8f7fcfbfaf7f6f5faf9f9f8f7f7f6f5f5fcfcfcf3f3f3f0f0f0ececece9e9e9e5e5e5e0e0e0dfdfdfffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006aac040403593198fc79750e85a3a9732a70a964ab5562a55ab058b2e5581566703494148a9aed3051b383ca99223125a7999308143e07239422f2d77012e2b2c111f2c2c23282f2983858a041f272327042e832c302c28042c041c28312f334e9b0411272f2f1c273231a64b812f04222822250546344e042931c131bb353736bd4bbf2c7d2e2f323737354f1a18060912d8140f044f011a200b0c1513081607dd0123261917ed0a0ddd41003b, 0, '1'), |
| (36, 'mov', 'video/mpeg', NULL, 'MPEG Movie', 0x47494638396110001000d50000000000fffffff7f7f8eeeff1e2e5e9ced6dfc8daece9ecefeef0f2b2d5f4bedbf5b9d5eeb9d3eab3d9f8b5d8f5b9d8f1bbd9f3bedaf1c2d8eacdd9e3d6e2ece0e7edbcdcf4c2dbeed3dfe8dfe8efe2eaf0ebeff2e5e9ecbee2fcbcd8ecccdde9dae6eee8ebedbfe2f8e0ebf2e7ecefeff1f2eaecedf4f5f5f1f2f2fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ececece9e9e9e8e8e8e5e5e5e2e2e2dfdfdfdadadad5d5d5d2d2d2c8c8c8ffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006a3c04060662b1a8f33a1107512a0620395abe592bd940154ade8aac96c331aad856dddc4e29acb26769557a9b83c7e222b5b2cf90ade44d9852d262927060e0e1716232f03652729120f191a110a28286e772d0309247b25221c2e98802f210d0307182c161531a30103282b161f2b1b131026263058a2021a1d1e0c0b0533338c4a2e307b082014040129c8c92d7b272797d25842a2d72c7e307f582ce4e47e2cdb0141003b, 0, '1'), | | (36, 'mov', 'video/mpeg', NULL, 'MPEG Movie', 0x47494638396110001000d50000000000fffffff7f7f8eeeff1e2e5e9ced6dfc8daece9ecefeef0f2b2d5f4bedbf5b9d5eeb9d3eab3d9f8b5d8f5b9d8f1bbd9f3bedaf1c2d8eacdd9e3d6e2ece0e7edbcdcf4c2dbeed3dfe8dfe8efe2eaf0ebeff2e5e9ecbee2fcbcd8ecccdde9dae6eee8ebedbfe2f8e0ebf2e7ecefeff1f2eaecedf4f5f5f1f2f2fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ececece9e9e9e8e8e8e5e5e5e2e2e2dfdfdfdadadad5d5d5d2d2d2c8c8c8ffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006a3c04060662b1a8f33a1107512a0620395abe592bd940154ade8aac96c331aad856dddc4e29acb26769557a9b83c7e222b5b2cf90ade44d9852d262927060e0e1716232f03652729120f191a110a28286e772d0309247b25221c2e98802f210d0307182c161531a30103282b161f2b1b131026263058a2021a1d1e0c0b0533338c4a2e307b082014040129c8c92d7b272797d25842a2d72c7e307f582ce4e47e2cdb0141003b, 0, '1'), |
| (37, 'xls', 'application/vnd.ms-excel', 'OfficeAppsViewer', 'Microsoft Excel', 0x47494638396110001000d50000000000fffffff6f3f6f9f7f9fbfbffbfe9bfc8ecc8daf1dae8fae8dee8dea9e8a7b3eab2beeebdbee8bdcdf1cca7e7a4a6dfa4a6dca4c6f0c4bee5bccce6cbd6e9d5e0efdffcfcfcf9f9f9f5f5f5f3f3f3f0f0f0ecececeaeaeae6e6e6e5e5e5e2e2e2dfdfdfffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000022002c000000001000100000067ac04020c3d9188fc78c50a85c3a851be7e0a2d15c30d76b20bacc5c8c592c96cbfc6eae98f4d8e9058bb3e4a1390c6763dce1bbdd18b8f8fd031c761c1d17040462447b461d481a1d7655921b1e2020904b1a18039c03021b21211f4f06120b0b0fa910154d4e06080e0c0ab311094f42071605050d0d1314b741003b, 0, '1'), | | (37, 'xls', 'application/vnd.ms-excel', 'OfficeAppsViewer', 'Microsoft Excel', 0x47494638396110001000d50000000000fffffff6f3f6f9f7f9fbfbffbfe9bfc8ecc8daf1dae8fae8dee8dea9e8a7b3eab2beeebdbee8bdcdf1cca7e7a4a6dfa4a6dca4c6f0c4bee5bccce6cbd6e9d5e0efdffcfcfcf9f9f9f5f5f5f3f3f3f0f0f0ecececeaeaeae6e6e6e5e5e5e2e2e2dfdfdfffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000022002c000000001000100000067ac04020c3d9188fc78c50a85c3a851be7e0a2d15c30d76b20bacc5c8c592c96cbfc6eae98f4d8e9058bb3e4a1390c6763dce1bbdd18b8f8fd031c761c1d17040462447b461d481a1d7655921b1e2020904b1a18039c03021b21211f4f06120b0b0fa910154d4e06080e0c0ab311094f42071605050d0d1314b741003b, 0, '1'), |
| (38, 'xlsx', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'OfficeAppsViewer', 'Microsoft Excel', 0x47494638396110001000d50000000000fffffff6f3f6f9f7f9fbfbffbfe9bfc8ecc8daf1dae8fae8dee8dea9e8a7b3eab2beeebdbee8bdcdf1cca7e7a4a6dfa4a6dca4c6f0c4bee5bccce6cbd6e9d5e0efdffcfcfcf9f9f9f5f5f5f3f3f3f0f0f0ecececeaeaeae6e6e6e5e5e5e2e2e2dfdfdfffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000022002c000000001000100000067ac04020c3d9188fc78c50a85c3a851be7e0a2d15c30d76b20bacc5c8c592c96cbfc6eae98f4d8e9058bb3e4a1390c6763dce1bbdd18b8f8fd031c761c1d17040462447b461d481a1d7655921b1e2020904b1a18039c03021b21211f4f06120b0b0fa910154d4e06080e0c0ab311094f42071605050d0d1314b741003b, 0, '1'), | | (38, 'xlsx', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'OfficeAppsViewer', 'Microsoft Excel', 0x47494638396110001000d50000000000fffffff6f3f6f9f7f9fbfbffbfe9bfc8ecc8daf1dae8fae8dee8dea9e8a7b3eab2beeebdbee8bdcdf1cca7e7a4a6dfa4a6dca4c6f0c4bee5bccce6cbd6e9d5e0efdffcfcfcf9f9f9f5f5f5f3f3f3f0f0f0ecececeaeaeae6e6e6e5e5e5e2e2e2dfdfdfffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f90401000022002c000000001000100000067ac04020c3d9188fc78c50a85c3a851be7e0a2d15c30d76b20bacc5c8c592c96cbfc6eae98f4d8e9058bb3e4a1390c6763dce1bbdd18b8f8fd031c761c1d17040462447b461d481a1d7655921b1e2020904b1a18039c03021b21211f4f06120b0b0fa910154d4e06080e0c0ab311094f42071605050d0d1314b741003b, 0, '1'), |
| (39, 'mp3', 'audio/x-mp3', NULL, 'MP3 Audio', 0x47494638396110001000d50000000000ffffffe5e5e7f7f7f8f4f4f5e7e8f1eeeff1e4edfbdfe3e5e3eceee4f2ece0e5e2e5eae6d7e6d9dceadedce3ddc2ddc4d6e4d7dce8ddbfdfc1bed7bfcae3cac8dac8d5e5d5d4e3d4d1ded1d5e0d5d9ebd8c6ddc4d8e2d7d3f3cdcfe5c9dce3daebf3e5f8f5e3f0eeebf7f4f0fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dfdfdfdadadad6d6d6d1d1d1ffffff00000000000000000000000000000000000000000000000000000000000000000000000021f90401000033002c00000000100010000006a3c04080f52a1a8f2ca130c54c11502da809a5520652b2970ba67da162b1a43215dec25cacd629b6b2a60225536a3552994a2583bb84e27c48221b08777a63250211131d201e15062655630306250c1a2a0f16049056060328030b192c2517272791427605070a17771827046d4a7628092110151514282862aa03c228120e0d162a2c2e562aa7ce042930d204cccf4f2a6a2656012ba74f2829cadadb2ae5e66903db41003b, 0, '1'), | | (39, 'mp3', 'audio/x-mp3', NULL, 'MP3 Audio', 0x47494638396110001000d50000000000ffffffe5e5e7f7f7f8f4f4f5e7e8f1eeeff1e4edfbdfe3e5e3eceee4f2ece0e5e2e5eae6d7e6d9dceadedce3ddc2ddc4d6e4d7dce8ddbfdfc1bed7bfcae3cac8dac8d5e5d5d4e3d4d1ded1d5e0d5d9ebd8c6ddc4d8e2d7d3f3cdcfe5c9dce3daebf3e5f8f5e3f0eeebf7f4f0fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dfdfdfdadadad6d6d6d1d1d1ffffff00000000000000000000000000000000000000000000000000000000000000000000000021f90401000033002c00000000100010000006a3c04080f52a1a8f2ca130c54c11502da809a5520652b2970ba67da162b1a43215dec25cacd629b6b2a60225536a3552994a2583bb84e27c48221b08777a63250211131d201e15062655630306250c1a2a0f16049056060328030b192c2517272791427605070a17771827046d4a7628092110151514282862aa03c228120e0d162a2c2e562aa7ce042930d204cccf4f2a6a2656012ba74f2829cadadb2ae5e66903db41003b, 0, '1'), |
| (40, 'swf', 'application/x-shockwave-flash', NULL, 'Macromedia Flash', 0x47494638396110001000d50000000000fffffff4f4f6e5e5e7f1f2f5eff0f3d9dce2eeeff1e9eaece2e3e5eceef1e5e7ead1d6dcdce0e5d9dde2d6dadfd5d9decfd5dbd3d8dddbdfe3d9dcdfeaeceef7f8f9f4f5f6eaebeca4b4c1b6c1cac3ced7cbd3dac2ced7dadfe3e3e8ecadbcc6a9bdcac4d4dea7bcc8f5f7f8e5e7e8fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e1e1e1dddddddadadad0d0d0cececeffffff00000000000000000000000000000000000000000000000000000000000000000000000021f90401000033002c00000000100010000006a0c040a0052b1a8f2da1302534a556ab9469ca54324d09c762e1489c9cca80b4c4e05408a8c7006c3d51161a10610e39a9c2a9d34460c96c3e040e28776d1e16011c210d040628077826120426172322050c17189007120a240d1d0c182a03612a27279d11110c08072c2ea7a9b476092fb8a716bb1628282d313230844207bebe4fb2262b6101c6c82b2d2f268fcd0717174f2d2e2ec46107502b2ce328cd0141003b, 0, '1'), | | (40, 'swf', 'application/x-shockwave-flash', NULL, 'Macromedia Flash', 0x47494638396110001000d50000000000fffffff4f4f6e5e5e7f1f2f5eff0f3d9dce2eeeff1e9eaece2e3e5eceef1e5e7ead1d6dcdce0e5d9dde2d6dadfd5d9decfd5dbd3d8dddbdfe3d9dcdfeaeceef7f8f9f4f5f6eaebeca4b4c1b6c1cac3ced7cbd3dac2ced7dadfe3e3e8ecadbcc6a9bdcac4d4dea7bcc8f5f7f8e5e7e8fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e1e1e1dddddddadadad0d0d0cececeffffff00000000000000000000000000000000000000000000000000000000000000000000000021f90401000033002c00000000100010000006a0c040a0052b1a8f2da1302534a556ab9469ca54324d09c762e1489c9cca80b4c4e05408a8c7006c3d51161a10610e39a9c2a9d34460c96c3e040e28776d1e16011c210d040628077826120426172322050c17189007120a240d1d0c182a03612a27279d11110c08072c2ea7a9b476092fb8a716bb1628282d313230844207bebe4fb2262b6101c6c82b2d2f268fcd0717174f2d2e2ec46107502b2ce328cd0141003b, 0, '1'), |
| (41, 'txt', 'text/plain', 'OfficeAppsViewer', 'Plain Text File', 0x47494638396110001000d50000000000fffffffcfcfdd4dae6dce4f3dfe5eee2e5e8f2f4f5eff1f2cacecfbdbebbbdbdb7f0f0eee2e2e0e0e0dfc0bfb4dad9d3e4e3ddc2c1bebfbbb5d4d1cdd7d3cef5f1eeeeddd3c1b9b5c5bcb8f5f0eef1eeedc9bfbcc5b8b5d9c1bdd6bbb8fafafaf6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e3e3e3dadadad2d2d2d0d0d0ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040100002b002c0000000010001000000691c04040442a198f488130305a0a05ca8000045a8e408c900954727c3c115155381299cd8d4a87a3608c99a2725942c94c1ea4f728441aed1710180a096e56447d220506030404087a7c2226657d23256286667e2695257986972395a2245ba0a22246262627277a23264825282a29274e231b1b24a5ab287c4e4c16170771bc0e4dc1571a2121712526c14220717ed6d241003b, 0, '1'), | | (41, 'txt', 'text/plain', 'OfficeAppsViewer', 'Plain Text File', 0x47494638396110001000d50000000000fffffffcfcfdd4dae6dce4f3dfe5eee2e5e8f2f4f5eff1f2cacecfbdbebbbdbdb7f0f0eee2e2e0e0e0dfc0bfb4dad9d3e4e3ddc2c1bebfbbb5d4d1cdd7d3cef5f1eeeeddd3c1b9b5c5bcb8f5f0eef1eeedc9bfbcc5b8b5d9c1bdd6bbb8fafafaf6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e3e3e3dadadad2d2d2d0d0d0ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040100002b002c0000000010001000000691c04040442a198f488130305a0a05ca8000045a8e408c900954727c3c115155381299cd8d4a87a3608c99a2725942c94c1ea4f728441aed1710180a096e56447d220506030404087a7c2226657d23256286667e2695257986972395a2245ba0a22246262627277a23264825282a29274e231b1b24a5ab287c4e4c16170771bc0e4dc1571a2121712526c14220717ed6d241003b, 0, '1'), |
| (42, 'rtf', 'text/richtext', 'OfficeAppsViewer', 'Rich Text File', 0x47494638396110001000d50000000000fffffffcfcfdd4dae6dce4f3dfe5eee2e5e8f2f4f5eff1f2cacecfbdbebbbdbdb7f0f0eee2e2e0e0e0dfc0bfb4dad9d3e4e3ddc2c1bebfbbb5d4d1cdd7d3cef5f1eeeeddd3c1b9b5c5bcb8f5f0eef1eeedc9bfbcc5b8b5d9c1bdd6bbb8fafafaf6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e3e3e3dadadad2d2d2d0d0d0ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040100002b002c0000000010001000000691c04040442a198f488130305a0a05ca8000045a8e408c900954727c3c115155381299cd8d4a87a3608c99a2725942c94c1ea4f728441aed1710180a096e56447d220506030404087a7c2226657d23256286667e2695257986972395a2245ba0a22246262627277a23264825282a29274e231b1b24a5ab287c4e4c16170771bc0e4dc1571a2121712526c14220717ed6d241003b, 0, '1'), | | (42, 'rtf', 'text/richtext', 'OfficeAppsViewer', 'Rich Text File', 0x47494638396110001000d50000000000fffffffcfcfdd4dae6dce4f3dfe5eee2e5e8f2f4f5eff1f2cacecfbdbebbbdbdb7f0f0eee2e2e0e0e0dfc0bfb4dad9d3e4e3ddc2c1bebfbbb5d4d1cdd7d3cef5f1eeeeddd3c1b9b5c5bcb8f5f0eef1eeedc9bfbcc5b8b5d9c1bdd6bbb8fafafaf6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e3e3e3dadadad2d2d2d0d0d0ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040100002b002c0000000010001000000691c04040442a198f488130305a0a05ca8000045a8e408c900954727c3c115155381299cd8d4a87a3608c99a2725942c94c1ea4f728441aed1710180a096e56447d220506030404087a7c2226657d23256286667e2695257986972395a2245ba0a22246262627277a23264825282a29274e231b1b24a5ab287c4e4c16170771bc0e4dc1571a2121712526c14220717ed6d241003b, 0, '1'), |
| (43, 'zip', 'application/zip', NULL, 'Zip File', 0x47494638396110001000c40000000000fffffffcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dadadad6d6d6d3d3d3d0d0d0cdcdcdc8c8c8c5c5c5bababab6b6b6adadadffffff00000000000000000000000000000000000000000000000000000021f90401000016002c000000001000100000058360101c49699e88281aeb822485caca62d1240e5408c2bc0682c283d1802478be008bc76c260d4c43023188aa94bcc11141601eae50c1002138740783afea903d34b868825a7440a70d66823eb5b63b04127a05060a577503040e0f1305090b8f867a898b060c9604575c7a8a13070a040357019a890d128ea1a207ab071114159fa221003b, 0, '1'), | | (43, 'zip', 'application/zip', NULL, 'Zip File', 0x47494638396110001000c40000000000fffffffcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ecececeaeaeae7e7e7e5e5e5e2e2e2dadadad6d6d6d3d3d3d0d0d0cdcdcdc8c8c8c5c5c5bababab6b6b6adadadffffff00000000000000000000000000000000000000000000000000000021f90401000016002c000000001000100000058360101c49699e88281aeb822485caca62d1240e5408c2bc0682c283d1802478be008bc76c260d4c43023188aa94bcc11141601eae50c1002138740783afea903d34b868825a7440a70d66823eb5b63b04127a05060a577503040e0f1305090b8f867a898b060c9604575c7a8a13070a040357019a890d128ea1a207ab071114159fa221003b, 0, '1'), |
| (44, 'ppsx', 'application/vnd.openxmlformats-officedocument.presentationml.slideshow', NULL, 'Microsoft PowerPoint', 0x47494638396110001000d50000c35d0478afe084a4cc9fa1a5838484f4f3efbf8b5dde8a8ce8ebeed4c9c0f3b076e4e2e0e5a971ccccccdededed2d590ff7a04bfbfbfd5d5d5fca151adb2b5d5c0adb5bdbda2ddf5ff9933fffffff67908bb7f92f7d1a9e6e0c9fe860ef1bf92ddcfc3f5b67ddb95a4c6c4c1dce889f6f6f6cc8a52b9c3cfffcc99dccdbff2b27affb655edebeaff7c08e7e7e7a7aaaeffb66aebe3bfff8c10efefefb5b5b5ff8207c5bdbde1d3c5f9be7eecae76f7f7efd7cbc0a6e1fcc7c5c300000000000021f90405140019002c0000000010001000000699c08c70482c661c92a472996c3490c4128b55721493999236237115ac5a2d56db884446e888233c2ecd662781a05178cf4ac9f08c15e05d366e335e0d1281770f240722192c2e0b2c84522c331905311d25192e4a910808161414032fa1140404143309381f0a21af0c392a39060b8f1915181c13102dbebe1a000e2c42152b2830351ecbcb1a26944233292937d520d3293b0546dcddde4641003b, 0, '1'), | | (44, 'ppsx', 'application/vnd.openxmlformats-officedocument.presentationml.slideshow', NULL, 'Microsoft PowerPoint', 0x47494638396110001000d50000c35d0478afe084a4cc9fa1a5838484f4f3efbf8b5dde8a8ce8ebeed4c9c0f3b076e4e2e0e5a971ccccccdededed2d590ff7a04bfbfbfd5d5d5fca151adb2b5d5c0adb5bdbda2ddf5ff9933fffffff67908bb7f92f7d1a9e6e0c9fe860ef1bf92ddcfc3f5b67ddb95a4c6c4c1dce889f6f6f6cc8a52b9c3cfffcc99dccdbff2b27affb655edebeaff7c08e7e7e7a7aaaeffb66aebe3bfff8c10efefefb5b5b5ff8207c5bdbde1d3c5f9be7eecae76f7f7efd7cbc0a6e1fcc7c5c300000000000021f90405140019002c0000000010001000000699c08c70482c661c92a472996c3490c4128b55721493999236237115ac5a2d56db884446e888233c2ecd662781a05178cf4ac9f08c15e05d366e335e0d1281770f240722192c2e0b2c84522c331905311d25192e4a910808161414032fa1140404143309381f0a21af0c392a39060b8f1915181c13102dbebe1a000e2c42152b2830351ecbcb1a26944233292937d520d3293b0546dcddde4641003b, 0, '1'), |
| (45, 'ppsx', 'application/vnd.openxmlformats-officedocument.presentationml.slideshow', NULL, 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '0'), | | (45, 'ppsx', 'application/vnd.openxmlformats-officedocument.presentationml.slideshow', NULL, 'Microsoft PowerPoint', 0x47494638396110001000d50000000000fffffff3d5d6f2d9dee6d1d8e2e3e5dfe0e2dcdddfe6e9eed3deecf7f8f9cee2f4dff4feddf3fbe5e7e7f2f7d4eff0d7fbfbf9f8f8f7f5f5f4f8f5e8f6f4ecffe5c2efece8fde8d1ffd2a6fed3a8ffdab6ffe5cafceee0f4efeaf3eee9f2ede8ebeae9ffcfa4ffd0a6fccfa6e9c5a4fbe5d0f8e2cef5e0ccffecdafae8d8feddc1ecd5c1fbe3cefae3cfe8d5c5f0e8e2f1ece8fcfcfcf9f9f9f7f7f7f3f3f3f0f0f0ececece8e8e8d3d3d3ffffff00000000000000000000000000000021f9040100003a002c0000000010001000000699c08070482c066ab6a47299bcdd9044994422ab159301993660a345ac5a2d567bc3e142685c2d3c96cd668844e21679cf64c9f04cb26034086e335e37368177100f0203011234131284521233011114153201344a910a0a0e05050706a1053939053317182a2d26af28272e272f138f01301b1d2b2223bebe24253512423016291c191acbcb242c94423320201ed51fd320311146dcddde4641003b, 0, '0'), |
| (46, 'mp4', 'video/mpg4', NULL, 'MPG4 Movie', 0x47494638396110001000d50000000000fffffff7f7f8eeeff1e2e5e9ced6dfc8daece9ecefeef0f2b2d5f4bedbf5b9d5eeb9d3eab3d9f8b5d8f5b9d8f1bbd9f3bedaf1c2d8eacdd9e3d6e2ece0e7edbcdcf4c2dbeed3dfe8dfe8efe2eaf0ebeff2e5e9ecbee2fcbcd8ecccdde9dae6eee8ebedbfe2f8e0ebf2e7ecefeff1f2eaecedf4f5f5f1f2f2fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ececece9e9e9e8e8e8e5e5e5e2e2e2dfdfdfdadadad5d5d5d2d2d2c8c8c8ffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006a3c04060662b1a8f33a1107512a0620395abe592bd940154ade8aac96c331aad856dddc4e29acb26769557a9b83c7e222b5b2cf90ade44d9852d262927060e0e1716232f03652729120f191a110a28286e772d0309247b25221c2e98802f210d0307182c161531a30103282b161f2b1b131026263058a2021a1d1e0c0b0533338c4a2e307b082014040129c8c92d7b272797d25842a2d72c7e307f582ce4e47e2cdb0141003b, 0, '1'), | | (46, 'mp4', 'video/mpg4', NULL, 'MPG4 Movie', 0x47494638396110001000d50000000000fffffff7f7f8eeeff1e2e5e9ced6dfc8daece9ecefeef0f2b2d5f4bedbf5b9d5eeb9d3eab3d9f8b5d8f5b9d8f1bbd9f3bedaf1c2d8eacdd9e3d6e2ece0e7edbcdcf4c2dbeed3dfe8dfe8efe2eaf0ebeff2e5e9ecbee2fcbcd8ecccdde9dae6eee8ebedbfe2f8e0ebf2e7ecefeff1f2eaecedf4f5f5f1f2f2fcfcfcf9f9f9f6f6f6f3f3f3f0f0f0ececece9e9e9e8e8e8e5e5e5e2e2e2dfdfdfdadadad5d5d5d2d2d2c8c8c8ffffff00000000000000000000000000000000000000000021f90401000038002c00000000100010000006a3c04060662b1a8f33a1107512a0620395abe592bd940154ade8aac96c331aad856dddc4e29acb26769557a9b83c7e222b5b2cf90ade44d9852d262927060e0e1716232f03652729120f191a110a28286e772d0309247b25221c2e98802f210d0307182c161531a30103282b161f2b1b131026263058a2021a1d1e0c0b0533338c4a2e307b082014040129c8c92d7b272797d25842a2d72c7e307f582ce4e47e2cdb0141003b, 0, '1'), |
| (47, 'mp4', 'video/mpg4', NULL, 'MPG4 Movie', 0x47494638396110001000d50000666666c7d3dcaeb7c13e86c4e6e6e69999995792c5c1ccd4f7f7f74a99d899b9d0778ea77494b1d8dadc298be0a7a7a7b5c2cb828282c3c3c34daded85a7c08b8b8bffffff3292e3aec5d5d6d6d6bebebe3d93d8adadadccccccbec6cdeeeeee4295dea7bfd24b9be472a0c22c94ed579bcee0e2e4469ddf8cadc9d1d4d8b5b5b5c5c9cd3e8bcf4593cba9bdcdd2d7dbdededeeaeaeb4a9cdeb5c5d64aadf7a9c6dcbdc9d36699ccd0d6db00000000000000000000000000000000000000000021f90405140016002c00000000100010000006a3408be511291a8f0fa1b0618a3554a94f27d3e148949646a5d8a970228f422183cd00c4e24a2722ee940988b83c6e222b33303901de6cd885192b08263717172527351229652608061b211809220d0d6e7719290e367b2f13101d9880121e2429071430272e2aa316290d04272304010c202b2b1a58a23118342d032c0b0f0f8c4a1d1a7b380a28021608c8c9197b262697d25842a2d7307e1a7f5830e4e47e30db1641003b, 0, '0'), | | (47, 'mp4', 'video/mpg4', NULL, 'MPG4 Movie', 0x47494638396110001000d50000666666c7d3dcaeb7c13e86c4e6e6e69999995792c5c1ccd4f7f7f74a99d899b9d0778ea77494b1d8dadc298be0a7a7a7b5c2cb828282c3c3c34daded85a7c08b8b8bffffff3292e3aec5d5d6d6d6bebebe3d93d8adadadccccccbec6cdeeeeee4295dea7bfd24b9be472a0c22c94ed579bcee0e2e4469ddf8cadc9d1d4d8b5b5b5c5c9cd3e8bcf4593cba9bdcdd2d7dbdededeeaeaeb4a9cdeb5c5d64aadf7a9c6dcbdc9d36699ccd0d6db00000000000000000000000000000000000000000021f90405140016002c00000000100010000006a3408be511291a8f0fa1b0618a3554a94f27d3e148949646a5d8a970228f422183cd00c4e24a2722ee940988b83c6e222b33303901de6cd885192b08263717172527351229652608061b211809220d0d6e7719290e367b2f13101d9880121e2429071430272e2aa316290d04272304010c202b2b1a58a23118342d032c0b0f0f8c4a1d1a7b380a28021608c8c9197b262697d25842a2d7307e1a7f5830e4e47e30db1641003b, 0, '0'), |
| (48, 'hmtl5', 'text/html5', NULL, 'HTML Document', 0x47494638396110001000e60000000000ffffffe5e6e5d7dbd3d5d9d1dee1dbe3e4e2e6e6e5e6ddd9e2906fe55928e55d2de56c41e57f5be58664e58867e59b81e6a48de6cac0e5cbc1e8d0c7e6cec5d8c4bde56235e68868e59174e6a690e6b7a7e6bfb2e6c0b3d9c4bde6d3cde6dad6e6dcd9fefefef7f7f7f6f6f6f1f1f1efefefeeeeeeedededecececebebebeaeaeae9e9e9e8e8e8e7e7e7e6e6e6e4e4e4e3e3e3e1e1e1e0e0e0dfdfdfdedededbdbdbdadadad9d9d9d8d8d8d7d7d7d6d6d6ccccccc4c4c4bdbdbdafafafabababa2a2a2a1a1a1a0a0a09f9f9f9d9d9d9b9b9b9999997d7d7d767676ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040100004a002c00000000100010000007b98001013e4644424446454388473e82823523272c313836302925243b8f0133292fa10202a12e259c8222322e2f100c1f120b2113283a9d320f0a191d2f111a1c1914b68f3318babc0f1020190e1e9d342dadaf0c1b08cc16cf2907a1080a080d09153d9d3a26a42f1b172f06043b8e8f3b282c02db020503393d409d3b26282a2b56a8b8f12388417e264229f48124c911548276287c5183c73e133c3a059018aaa28f202320c2ebc8c307102022e1f158d9a3e50b8d010201003b, 0, '0'), | | (48, 'hmtl5', 'text/html5', NULL, 'HTML Document', 0x47494638396110001000e60000000000ffffffe5e6e5d7dbd3d5d9d1dee1dbe3e4e2e6e6e5e6ddd9e2906fe55928e55d2de56c41e57f5be58664e58867e59b81e6a48de6cac0e5cbc1e8d0c7e6cec5d8c4bde56235e68868e59174e6a690e6b7a7e6bfb2e6c0b3d9c4bde6d3cde6dad6e6dcd9fefefef7f7f7f6f6f6f1f1f1efefefeeeeeeedededecececebebebeaeaeae9e9e9e8e8e8e7e7e7e6e6e6e4e4e4e3e3e3e1e1e1e0e0e0dfdfdfdedededbdbdbdadadad9d9d9d8d8d8d7d7d7d6d6d6ccccccc4c4c4bdbdbdafafafabababa2a2a2a1a1a1a0a0a09f9f9f9d9d9d9b9b9b9999997d7d7d767676ffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000021f9040100004a002c00000000100010000007b98001013e4644424446454388473e82823523272c313836302925243b8f0133292fa10202a12e259c8222322e2f100c1f120b2113283a9d320f0a191d2f111a1c1914b68f3318babc0f1020190e1e9d342dadaf0c1b08cc16cf2907a1080a080d09153d9d3a26a42f1b172f06043b8e8f3b282c02db020503393d409d3b26282a2b56a8b8f12388417e264229f48124c911548276287c5183c73e133c3a059018aaa28f202320c2ebc8c307102022e1f158d9a3e50b8d010201003b, 0, '0'), |
| (49, 'hmtl5', 'text/html5', NULL, 'HTML Document', 0x47494638396110001000d50000000000ffffffeef0edebede9eaece8f1f1f0f2eeecf2ac93f2ae96f2bfadf2c2b1f2c8b9f0c7b7f2cdc0f2dbd3f2dfd8f2e4dff2e5e0f2b09af2b5a0f2c3b3f2d1c6f2d2c7f2dfd9f3e7e3f2e6e2f2e9e6f2eceaece1deebe1def2edecfefefefbfbfbfafafaf8f8f8f7f7f7f6f6f6f5f5f5f4f4f4f3f3f3f2f2f2f1f1f1f0f0f0efefefeeeeeeedededecececebebebeaeaeae5e5e5e1e1e1dededed7d7d7d5d5d5d0d0d0cfcfcfcecececdcdcdccccccbebebebababaffffff00000000000021f9040100003d002c00000000100010000006a2c0406096bbd96e39dc0da99b09852c10c99472b552255108f60cac4aa8b018751271851fd509d5986820084f84f4eaaa2887c50555b13c1618754f2b787a28140d1b0b0a1c5d2b6b6d1a130e068b1d8e6061060706090c19325d2f23620e12280504304e4f30536302032f32355d302324252626252e3436c0b6a463333b3c3a674230632c31b523315d01cb61cd333620c9add531333535daad31e332e528d20141003b, 0, '1'), | | (49, 'hmtl5', 'text/html5', NULL, 'HTML Document', 0x47494638396110001000d50000000000ffffffeef0edebede9eaece8f1f1f0f2eeecf2ac93f2ae96f2bfadf2c2b1f2c8b9f0c7b7f2cdc0f2dbd3f2dfd8f2e4dff2e5e0f2b09af2b5a0f2c3b3f2d1c6f2d2c7f2dfd9f3e7e3f2e6e2f2e9e6f2eceaece1deebe1def2edecfefefefbfbfbfafafaf8f8f8f7f7f7f6f6f6f5f5f5f4f4f4f3f3f3f2f2f2f1f1f1f0f0f0efefefeeeeeeedededecececebebebeaeaeae5e5e5e1e1e1dededed7d7d7d5d5d5d0d0d0cfcfcfcecececdcdcdccccccbebebebababaffffff00000000000021f9040100003d002c00000000100010000006a2c0406096bbd96e39dc0da99b09852c10c99472b552255108f60cac4aa8b018751271851fd509d5986820084f84f4eaaa2887c50555b13c1618754f2b787a28140d1b0b0a1c5d2b6b6d1a130e068b1d8e6061060706090c19325d2f23620e12280504304e4f30536302032f32355d302324252626252e3436c0b6a463333b3c3a674230632c31b523315d01cb61cd333620c9add531333535daad31e332e528d20141003b, 0, '1'), |
| (50, 'exe', 'application/x-ms-dos-executable', NULL, 'Windows Executable', '', 1, '0'), | | (50, 'exe', 'application/x-ms-dos-executable', NULL, 'Windows Executable', '', 1, '0'), |
| (51, 'exe', 'application/x-dosexec', NULL, 'Windows Executable', '', 1, '0'), | | (51, 'exe', 'application/x-dosexec', NULL, 'Windows Executable', '', 1, '0'), |
| (52, 'exe', 'application/vnd.microsoft.portable-executable', NULL, 'Windows Executable', '', 1, '0'), | | (52, 'exe', 'application/vnd.microsoft.portable-executable', NULL, 'Windows Executable', '', 1, '0'), |
| (53, 'exe', 'application/x-msdownload', NULL, 'Windows Executable', '', 1, '0'), | | (53, 'exe', 'application/x-msdownload', NULL, 'Windows Executable', '', 1, '0'), |
| (54, 'exe', 'application/x-msdos-program', NULL, 'Windows Executable', '', 1, '0'), | | (54, 'exe', 'application/x-msdos-program', NULL, 'Windows Executable', '', 1, '0'), |
| (55, 'dll', 'application/x-msdos-program', NULL, 'Dynamic Link Library', '', 1, '1'), | | (55, 'dll', 'application/x-msdos-program', NULL, 'Dynamic Link Library', '', 1, '1'), |
| (56, 'dll', 'application/x-dosexec', NULL, 'Dynamic Link Library', '', 1, '0'), | | (56, 'dll', 'application/x-dosexec', NULL, 'Dynamic Link Library', '', 1, '0'), |
| (57, 'dll', 'application/vnd.microsoft.portable-executable', NULL, 'Dynamic Link Library', '', 1, '0'), | | (57, 'dll', 'application/vnd.microsoft.portable-executable', NULL, 'Dynamic Link Library', '', 1, '0'), |
| (58, 'dll', 'application/octet-stream', NULL, 'Dynamic Link Library', '', 1, '0'), | | (58, 'dll', 'application/octet-stream', NULL, 'Dynamic Link Library', '', 1, '0'), |
| (59, 'bat', 'application/x-msdos-program', NULL, 'Batch File', '', 1, '1'), | | (59, 'bat', 'application/x-msdos-program', NULL, 'Batch File', '', 1, '1'), |
| (60, 'bat', 'text/plain', NULL, 'Batch File', '', 1, '0'), | | (60, 'bat', 'text/plain', NULL, 'Batch File', '', 1, '0'), |
| (61, 'dmg', 'application/x-apple-diskimage', NULL, 'Disk Image File', '', 1, '1'), | | (61, 'dmg', 'application/x-apple-diskimage', NULL, 'Disk Image File', '', 1, '1'), |
| (62, 'dmg', 'application/x-bzip2', NULL, 'Disk Image File', '', 1, '0'), | | (62, 'dmg', 'application/x-bzip2', NULL, 'Disk Image File', '', 1, '0'), |
| (63, 'dmg', 'application/octet-stream', NULL, 'Disk Image File', '', 1, '0'); | | (63, 'dmg', 'application/octet-stream', NULL, 'Disk Image File', '', 1, '0'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `file_uploads` | | -- Table structure for table `file_uploads` |
| -- | | -- |
| | | |
| CREATE TABLE `file_uploads` ( | | CREATE TABLE `file_uploads` ( |
| `fuploads_id` varchar(36) NOT NULL, | | `fuploads_id` varchar(36) NOT NULL, |
| `emappings_id` varchar(36) DEFAULT NULL, | | `emappings_id` varchar(36) DEFAULT NULL, |
| `disk` varchar(30) NOT NULL, | | `disk` varchar(30) NOT NULL, |
| `filename` varchar(100) NOT NULL, | | `filename` varchar(100) NOT NULL, |
| `filepath` varchar(500) NOT NULL, | | `filepath` varchar(500) NOT NULL, |
| `filesize` float NOT NULL, | | `filesize` float NOT NULL, |
| `title` varchar(100) NOT NULL, | | `title` varchar(100) NOT NULL, |
| `original_name` varchar(150) DEFAULT NULL, | | `original_name` varchar(150) DEFAULT NULL, |
| `description` varchar(200) NOT NULL, | | `description` varchar(200) NOT NULL, |
| `filetype` varchar(5) NOT NULL, | | `filetype` varchar(5) NOT NULL, |
| `is_deletable` tinyint(1) NOT NULL, | | `is_deletable` tinyint(1) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` varchar(36) NOT NULL, | | `created_by` varchar(36) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` varchar(36) DEFAULT NULL | | `deleted_by` varchar(36) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `file_uploads` | | -- Dumping data for table `file_uploads` |
| -- | | -- |
| | | |
| INSERT INTO `file_uploads` (`fuploads_id`, `emappings_id`, `disk`, `filename`, `filepath`, `filesize`, `title`, `original_name`, `description`, `filetype`, `is_deletable`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `file_uploads` (`fuploads_id`, `emappings_id`, `disk`, `filename`, `filepath`, `filesize`, `title`, `original_name`, `description`, `filetype`, `is_deletable`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES |
| ('a02be408-11c7-1af9-5432-177a6276fea2', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, '0FC40D75-B541-8B8A-D5EE-449287A00F4A', NULL, NULL), | | ('a02be408-11c7-1af9-5432-177a6276fea2', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, '0FC40D75-B541-8B8A-D5EE-449287A00F4A', NULL, NULL), |
| ('a02be408-11c7-1af9-5432-a67b6276fea1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 'local_document_requests', 'test_file.pdf', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, 'F7F4C09F-4344-5549-53A8-C9196A3CC222', NULL, NULL), | | ('a02be408-11c7-1af9-5432-a67b6276fea1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 'local_document_requests', 'test_file.pdf', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, 'F7F4C09F-4344-5549-53A8-C9196A3CC222', NULL, NULL), |
| ('as03572f-2aj6-15l1-be5e-221419ad5062', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1684776786, '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, NULL), | | ('as03572f-2aj6-15l1-be5e-221419ad5062', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1684776786, '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, NULL), |
| ('bb03571d-1ac6-45d2-be5e-221419ad5041', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, '9AB064C3-D941-3FA0-740C-2072920F49E1', NULL, NULL), | | ('bb03571d-1ac6-45d2-be5e-221419ad5041', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, '9AB064C3-D941-3FA0-740C-2072920F49E1', NULL, NULL), |
| ('bb03572d-2ac6-15d2-be5e-221419ad5062', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 'local_document_requests', 'test_file.pdf', '3B87241B-B111-1BEE-BBC1-2BB2214A6B91', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, '9AB064C3-D941-3FA0-740C-2072920F49E1', NULL, NULL), | | ('bb03572d-2ac6-15d2-be5e-221419ad5062', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 'local_document_requests', 'test_file.pdf', '3B87241B-B111-1BEE-BBC1-2BB2214A6B91', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, '9AB064C3-D941-3FA0-740C-2072920F49E1', NULL, NULL), |
| ('cc03571d-1ac6-45d3-be5e-221419ad5043', '9AB064C3-D941-3FA0-740C-2072920F49E1', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, '9AB064C3-D941-3FA0-740C-2072920F49E1', NULL, NULL), | | ('cc03571d-1ac6-45d3-be5e-221419ad5043', '9AB064C3-D941-3FA0-740C-2072920F49E1', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, '9AB064C3-D941-3FA0-740C-2072920F49E1', NULL, NULL), |
| ('d308e348-39e1-46dc-895b-2ccf28bd3e72', '9AB064C3-D941-3FA0-740C-2072920F49E1', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381166, '9AB064C3-D941-3FA0-740C-2072920F49E1', NULL, NULL), | | ('d308e348-39e1-46dc-895b-2ccf28bd3e72', '9AB064C3-D941-3FA0-740C-2072920F49E1', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381166, '9AB064C3-D941-3FA0-740C-2072920F49E1', NULL, NULL), |
| ('e03be408-71c7-4af9-1111-a67b6276fea8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 'local_document_requests', 'test_file.pdf', '62688D0A-8AB5-1251-1FB6-12C357735D89', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, 'F7F4C09F-4344-5549-53A8-C9196A3CC222', NULL, NULL), | | ('e03be408-71c7-4af9-1111-a67b6276fea8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 'local_document_requests', 'test_file.pdf', '62688D0A-8AB5-1251-1FB6-12C357735D89', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, 'F7F4C09F-4344-5549-53A8-C9196A3CC222', NULL, NULL), |
| ('e03be408-71c7-4af9-9973-e67b6276fea7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, 'F7F4C09F-4344-5549-53A8-C9196A3CC222', NULL, NULL); | | ('e03be408-71c7-4af9-9973-e67b6276fea7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 'local_document_requests', 'test_file.pdf', '0468CA1E-430D-0D9C-502D-FFB897480753', 91, 'test_file.pdf', NULL, '', 'pdf', 0, 1685381586, 'F7F4C09F-4344-5549-53A8-C9196A3CC222', NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `file_upload_module_mappings` | | -- Table structure for table `file_upload_module_mappings` |
| -- | | -- |
| | | |
| CREATE TABLE `file_upload_module_mappings` ( | | CREATE TABLE `file_upload_module_mappings` ( |
| `fummappings_id` varchar(36) NOT NULL, | | `fummappings_id` varchar(36) NOT NULL, |
| `gmodules_id` varchar(36) NOT NULL, | | `gmodules_id` varchar(36) NOT NULL, |
| `fuploads_id` varchar(36) NOT NULL, | | `fuploads_id` varchar(36) NOT NULL, |
| `module_item_id` int(10) UNSIGNED DEFAULT NULL, | | `module_item_id` int(10) UNSIGNED DEFAULT NULL, |
| `attributes` json DEFAULT NULL | | `attributes` json DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `file_upload_module_mappings` | | -- Dumping data for table `file_upload_module_mappings` |
| -- | | -- |
| | | |
| INSERT INTO `file_upload_module_mappings` (`fummappings_id`, `gmodules_id`, `fuploads_id`, `module_item_id`, `attributes`) VALUES | | INSERT INTO `file_upload_module_mappings` (`fummappings_id`, `gmodules_id`, `fuploads_id`, `module_item_id`, `attributes`) VALUES |
| ('103316ea-21cb-1130-aba2-83f5a3703150', '2879558128', 'e03be408-71c7-4af9-1111-a67b6276fea8', NULL, '{\"mmessages_id\": \"35505290-82B5-B3DD-F1DC-361426C989C5\"}'), | | ('103316ea-21cb-1130-aba2-83f5a3703150', '2879558128', 'e03be408-71c7-4af9-1111-a67b6276fea8', NULL, '{\"mmessages_id\": \"35505290-82B5-B3DD-F1DC-361426C989C5\"}'), |
| ('113116ea-01cb-1130-aaa2-13f5a1703151', '2879558128', 'a02be408-11c7-1af9-5432-a67b6276fea1', NULL, '{\"mmessages_id\": \"2F4C04F4-1224-412F-38B1-2DE6F5F859BB\"}'), | | ('113116ea-01cb-1130-aaa2-13f5a1703151', '2879558128', 'a02be408-11c7-1af9-5432-a67b6276fea1', NULL, '{\"mmessages_id\": \"2F4C04F4-1224-412F-38B1-2DE6F5F859BB\"}'), |
| ('147j1269-fk7f-377a-8bm9-c881e158facc', '2879558128', 'as03572f-2aj6-15l1-be5e-221419ad5062', NULL, '{\"mmessages_id\": \"5A214431-CEFB-5585-21BA-2296C63A1AF0\"}'), | | ('147j1269-fk7f-377a-8bm9-c881e158facc', '2879558128', 'as03572f-2aj6-15l1-be5e-221419ad5062', NULL, '{\"mmessages_id\": \"5A214431-CEFB-5585-21BA-2296C63A1AF0\"}'), |
| ('203316ea-21cb-4530-aba2-83f5a3703149', '2879558128', 'e03be408-71c7-4af9-9973-e67b6276fea7', NULL, '{\"mmessages_id\": \"C04A2380-5AE5-C5FB-00C2-4D2E9B472EE9\"}'), | | ('203316ea-21cb-4530-aba2-83f5a3703149', '2879558128', 'e03be408-71c7-4af9-9973-e67b6276fea7', NULL, '{\"mmessages_id\": \"C04A2380-5AE5-C5FB-00C2-4D2E9B472EE9\"}'), |
| ('223116ea-01cb-1130-aaa2-13f5a1703111', '2879558128', 'a02be408-11c7-1af9-5432-177a6276fea2', NULL, '{\"mmessages_id\": \"6G2A1LA3-1FEC-4708-8FF5-50386C5739E3\"}'), | | ('223116ea-01cb-1130-aaa2-13f5a1703111', '2879558128', 'a02be408-11c7-1af9-5432-177a6276fea2', NULL, '{\"mmessages_id\": \"6G2A1LA3-1FEC-4708-8FF5-50386C5739E3\"}'), |
| ('240e1267-fa7f-777b-8ca9-c881e158facc', '2879558128', 'bb03572d-2ac6-15d2-be5e-221419ad5062', NULL, '{\"mmessages_id\": \"1A821431-AEFA-1111-11AA-9996C63A1AB2\"}'), | | ('240e1267-fa7f-777b-8ca9-c881e158facc', '2879558128', 'bb03572d-2ac6-15d2-be5e-221419ad5062', NULL, '{\"mmessages_id\": \"1A821431-AEFA-1111-11AA-9996C63A1AB2\"}'), |
| ('57961be8-6656-498e-b44c-28d34932f130', '2879558128', 'd308e348-39e1-46dc-895b-2ccf28bd3e72', NULL, '{\"mmessages_id\": \"J321453P-CEFB-4585-21BU-2196C83A1LF0\"}'), | | ('57961be8-6656-498e-b44c-28d34932f130', '2879558128', 'd308e348-39e1-46dc-895b-2ccf28bd3e72', NULL, '{\"mmessages_id\": \"J321453P-CEFB-4585-21BU-2196C83A1LF0\"}'), |
| ('580e1213-fa9f-447b-8ca9-c661e158faee', '2879558128', 'cc03571d-1ac6-45d3-be5e-221419ad5043', NULL, '{\"mmessages_id\": \"9B725421-AEJB-5885-11HA-2293C63L1AF0\"}'); | | ('580e1213-fa9f-447b-8ca9-c661e158faee', '2879558128', 'cc03571d-1ac6-45d3-be5e-221419ad5043', NULL, '{\"mmessages_id\": \"9B725421-AEJB-5885-11HA-2293C63L1AF0\"}'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_buildings` | | -- Table structure for table `global_lu_buildings` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_buildings` ( | | CREATE TABLE `global_lu_buildings` ( |
| `building_id` int(11) UNSIGNED NOT NULL, | | `building_id` int(11) UNSIGNED NOT NULL, |
| `site_id` int(11) UNSIGNED DEFAULT NULL, | | `site_id` int(11) UNSIGNED DEFAULT NULL, |
| `building_code` varchar(16) NOT NULL DEFAULT '', | | `building_code` varchar(16) NOT NULL DEFAULT '', |
| `building_name` varchar(128) NOT NULL DEFAULT '', | | `building_name` varchar(128) NOT NULL DEFAULT '', |
| `building_address1` varchar(128) NOT NULL DEFAULT '', | | `building_address1` varchar(128) NOT NULL DEFAULT '', |
| `building_address2` varchar(128) DEFAULT NULL, | | `building_address2` varchar(128) DEFAULT NULL, |
| `building_radius` int(11) DEFAULT NULL, | | `building_radius` int(11) DEFAULT NULL, |
| `building_latitude` decimal(9,6) DEFAULT NULL, | | `building_latitude` decimal(9,6) DEFAULT NULL, |
| `building_longitude` decimal(9,6) DEFAULT NULL, | | `building_longitude` decimal(9,6) DEFAULT NULL, |
| `building_city` varchar(64) NOT NULL DEFAULT '', | | `building_city` varchar(64) NOT NULL DEFAULT '', |
| `building_province` varchar(64) DEFAULT NULL, | | `building_province` varchar(64) DEFAULT NULL, |
| `building_country` varchar(64) DEFAULT NULL, | | `building_country` varchar(64) DEFAULT NULL, |
| `building_province_id` int(11) UNSIGNED DEFAULT NULL, | | `building_province_id` int(11) UNSIGNED DEFAULT NULL, |
| `building_country_id` int(11) UNSIGNED DEFAULT NULL, | | `building_country_id` int(11) UNSIGNED DEFAULT NULL, |
| `building_postcode` varchar(16) NOT NULL DEFAULT '', | | `building_postcode` varchar(16) NOT NULL DEFAULT '', |
| `building_phone_number` varchar(30) DEFAULT NULL, | | `building_phone_number` varchar(30) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_buildings` | | -- Dumping data for table `global_lu_buildings` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_buildings` (`building_id`, `site_id`, `building_code`, `building_name`, `building_address1`, `building_address2`, `building_radius`, `building_latitude`, `building_longitude`, `building_city`, `building_province`, `building_country`, `building_province_id`, `building_country_id`, `building_postcode`, `building_phone_number`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `global_lu_buildings` (`building_id`, `site_id`, `building_code`, `building_name`, `building_address1`, `building_address2`, `building_radius`, `building_latitude`, `building_longitude`, `building_city`, `building_province`, `building_country`, `building_province_id`, `building_country_id`, `building_postcode`, `building_phone_number`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 'Building 1', 'Building 1 Name', '123 main st', NULL, NULL, NULL, NULL, 'Kingston', NULL, NULL, 2, 39, 'V7V1K1', '', 1685381586, 1, 1685381586, 1, NULL), | | (1, 1, 'Building 1', 'Building 1 Name', '123 main st', NULL, NULL, NULL, NULL, 'Kingston', NULL, NULL, 2, 39, 'V7V1K1', '', 1685381586, 1, 1685381586, 1, NULL), |
| (2, 1, 'Building 2', 'Building 2 Name', '123 main st', NULL, NULL, NULL, NULL, 'Vancouver', NULL, NULL, 9, 39, 'V5C1K1', '', 1685381586, 1, 1685381586, 1, NULL), | | (2, 1, 'Building 2', 'Building 2 Name', '123 main st', NULL, NULL, NULL, NULL, 'Vancouver', NULL, NULL, 9, 39, 'V5C1K1', '', 1685381586, 1, 1685381586, 1, NULL), |
| (3, 1, 'Building 3', 'Building 3 Name', '123 main st', NULL, NULL, NULL, NULL, 'New Westminster', NULL, NULL, 12, 39, 'V3M1K1', '', 1685381586, 1, 1685381586, 1, NULL), | | (3, 1, 'Building 3', 'Building 3 Name', '123 main st', NULL, NULL, NULL, NULL, 'New Westminster', NULL, NULL, 12, 39, 'V3M1K1', '', 1685381586, 1, 1685381586, 1, NULL), |
| (4, 4, 'BLD1', 'Building 4', '123 main st', NULL, NULL, NULL, NULL, 'New Westminster', NULL, NULL, 9, 39, 'V5C1K1', '', 1685381586, 1, 1685381586, 1, NULL); | | (4, 4, 'BLD1', 'Building 4', '123 main st', NULL, NULL, NULL, NULL, 'New Westminster', NULL, NULL, 9, 39, 'V5C1K1', '', 1685381586, 1, 1685381586, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_community_types` | | -- Table structure for table `global_lu_community_types` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_community_types` ( | | CREATE TABLE `global_lu_community_types` ( |
| `ctype_id` int(12) NOT NULL, | | `ctype_id` int(12) NOT NULL, |
| `community_type_name` varchar(84) DEFAULT NULL, | | `community_type_name` varchar(84) DEFAULT NULL, |
| `default_community_template` varchar(30) NOT NULL DEFAULT 'default', | | `default_community_template` varchar(30) NOT NULL DEFAULT 'default', |
| `default_community_theme` varchar(12) NOT NULL DEFAULT 'default', | | `default_community_theme` varchar(12) NOT NULL DEFAULT 'default', |
| `default_community_keywords` varchar(255) NOT NULL DEFAULT '', | | `default_community_keywords` varchar(255) NOT NULL DEFAULT '', |
| `default_community_protected` int(1) NOT NULL DEFAULT '1', | | `default_community_protected` int(1) NOT NULL DEFAULT '1', |
| `default_community_registration` int(1) NOT NULL DEFAULT '1', | | `default_community_registration` int(1) NOT NULL DEFAULT '1', |
| `default_community_members` text NOT NULL, | | `default_community_members` text NOT NULL, |
| `default_mail_list_type` enum('announcements','discussion','inactive') NOT NULL DEFAULT 'inactive', | | `default_mail_list_type` enum('announcements','discussion','inactive') NOT NULL DEFAULT 'inactive', |
| `default_community_type_options` text NOT NULL, | | `default_community_type_options` text NOT NULL, |
| `community_type_active` int(1) NOT NULL DEFAULT '1' | | `community_type_active` int(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_community_types` | | -- Dumping data for table `global_lu_community_types` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_community_types` (`ctype_id`, `community_type_name`, `default_community_template`, `default_community_theme`, `default_community_keywords`, `default_community_protected`, `default_community_registration`, `default_community_members`, `default_mail_list_type`, `default_community_type_options`, `community_type_active`) VALUES | | INSERT INTO `global_lu_community_types` (`ctype_id`, `community_type_name`, `default_community_template`, `default_community_theme`, `default_community_keywords`, `default_community_protected`, `default_community_registration`, `default_community_members`, `default_mail_list_type`, `default_community_type_options`, `community_type_active`) VALUES |
| (1, 'Other', 'default', 'default', '', 1, 0, '', 'inactive', '{}', 1), | | (1, 'Other', 'default', 'default', '', 1, 0, '', 'inactive', '{}', 1), |
| (2, 'Course Website', 'course', 'course', '', 1, 0, '', 'inactive', '{\"course_website\":\"1\"}', 1), | | (2, 'Course Website', 'course', 'course', '', 1, 0, '', 'inactive', '{\"course_website\":\"1\"}', 1), |
| (3, 'Online Learning Module', 'learningmodule', 'default', '', 1, 0, '', 'inactive', '{\"sequential_navigation\":\"1\"}', 1); | | (3, 'Online Learning Module', 'learningmodule', 'default', '', 1, 0, '', 'inactive', '{\"sequential_navigation\":\"1\"}', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_community_type_options` | | -- Table structure for table `global_lu_community_type_options` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_community_type_options` ( | | CREATE TABLE `global_lu_community_type_options` ( |
| `ctoption_id` int(12) UNSIGNED NOT NULL, | | `ctoption_id` int(12) UNSIGNED NOT NULL, |
| `option_shortname` varchar(32) NOT NULL DEFAULT '', | | `option_shortname` varchar(32) NOT NULL DEFAULT '', |
| `option_name` varchar(84) NOT NULL DEFAULT '' | | `option_name` varchar(84) NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_community_type_options` | | -- Dumping data for table `global_lu_community_type_options` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_community_type_options` (`ctoption_id`, `option_shortname`, `option_name`) VALUES | | INSERT INTO `global_lu_community_type_options` (`ctoption_id`, `option_shortname`, `option_name`) VALUES |
| (1, 'course_website', 'Course Website Functionality'), | | (1, 'course_website', 'Course Website Functionality'), |
| (2, 'sequential_navigation', 'Learning Module Sequential Navigation'); | | (2, 'sequential_navigation', 'Learning Module Sequential Navigation'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_countries` | | -- Table structure for table `global_lu_countries` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_countries` ( | | CREATE TABLE `global_lu_countries` ( |
| `countries_id` int(6) NOT NULL, | | `countries_id` int(6) NOT NULL, |
| `country` varchar(250) NOT NULL DEFAULT '', | | `country` varchar(250) NOT NULL DEFAULT '', |
| `abbreviation` varchar(3) NOT NULL, | | `abbreviation` varchar(3) NOT NULL, |
| `iso2` varchar(2) NOT NULL, | | `iso2` varchar(2) NOT NULL, |
| `isonum` int(6) NOT NULL | | `isonum` int(6) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_countries` | | -- Dumping data for table `global_lu_countries` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_countries` (`countries_id`, `country`, `abbreviation`, `iso2`, `isonum`) VALUES | | INSERT INTO `global_lu_countries` (`countries_id`, `country`, `abbreviation`, `iso2`, `isonum`) VALUES |
| (1, 'Afghanistan', 'AFG', 'AF', 4), | | (1, 'Afghanistan', 'AFG', 'AF', 4), |
| (2, 'Aland Islands', 'ALA', 'AX', 248), | | (2, 'Aland Islands', 'ALA', 'AX', 248), |
| (3, 'Albania', 'ALB', 'AL', 8), | | (3, 'Albania', 'ALB', 'AL', 8), |
| (4, 'Algeria', 'DZA', 'DZ', 12), | | (4, 'Algeria', 'DZA', 'DZ', 12), |
| (5, 'American Samoa', 'ASM', 'AS', 16), | | (5, 'American Samoa', 'ASM', 'AS', 16), |
| (6, 'Andorra', 'AND', 'AD', 20), | | (6, 'Andorra', 'AND', 'AD', 20), |
| (7, 'Angola', 'AGO', 'AO', 24), | | (7, 'Angola', 'AGO', 'AO', 24), |
| (8, 'Anguilla', 'AIA', 'AI', 660), | | (8, 'Anguilla', 'AIA', 'AI', 660), |
| (9, 'Antarctica', 'ATA', 'AQ', 10), | | (9, 'Antarctica', 'ATA', 'AQ', 10), |
| (10, 'Antigua and Barbuda', 'ATG', 'AG', 28), | | (10, 'Antigua and Barbuda', 'ATG', 'AG', 28), |
| (11, 'Argentina', 'ARG', 'AR', 32), | | (11, 'Argentina', 'ARG', 'AR', 32), |
| (12, 'Armenia', 'ARM', 'AM', 51), | | (12, 'Armenia', 'ARM', 'AM', 51), |
| (13, 'Aruba', 'ABW', 'AW', 533), | | (13, 'Aruba', 'ABW', 'AW', 533), |
| (14, 'Australia', 'AUS', 'AU', 36), | | (14, 'Australia', 'AUS', 'AU', 36), |
| (15, 'Austria', 'AUT', 'AT', 40), | | (15, 'Austria', 'AUT', 'AT', 40), |
| (16, 'Azerbaijan', 'AZE', 'AZ', 31), | | (16, 'Azerbaijan', 'AZE', 'AZ', 31), |
| (17, 'Bahamas', 'BHS', 'BS', 44), | | (17, 'Bahamas', 'BHS', 'BS', 44), |
| (18, 'Bahrain', 'BHR', 'BH', 48), | | (18, 'Bahrain', 'BHR', 'BH', 48), |
| (19, 'Bangladesh', 'BGD', 'BD', 50), | | (19, 'Bangladesh', 'BGD', 'BD', 50), |
| (20, 'Barbados', 'BRB', 'BB', 52), | | (20, 'Barbados', 'BRB', 'BB', 52), |
| (21, 'Belarus', 'BLR', 'BY', 112), | | (21, 'Belarus', 'BLR', 'BY', 112), |
| (22, 'Belgium', 'BEL', 'BE', 56), | | (22, 'Belgium', 'BEL', 'BE', 56), |
| (23, 'Belize', 'BLZ', 'BZ', 84), | | (23, 'Belize', 'BLZ', 'BZ', 84), |
| (24, 'Benin', 'BEN', 'BJ', 204), | | (24, 'Benin', 'BEN', 'BJ', 204), |
| (25, 'Bermuda', 'BMU', 'BM', 60), | | (25, 'Bermuda', 'BMU', 'BM', 60), |
| (26, 'Bhutan', 'BTN', 'BT', 64), | | (26, 'Bhutan', 'BTN', 'BT', 64), |
| (27, 'Bolivia', 'BOL', 'BO', 68), | | (27, 'Bolivia', 'BOL', 'BO', 68), |
| (28, 'Bosnia and Herzegovina', 'BIH', 'BA', 70), | | (28, 'Bosnia and Herzegovina', 'BIH', 'BA', 70), |
| (29, 'Botswana', 'BWA', 'BW', 72), | | (29, 'Botswana', 'BWA', 'BW', 72), |
| (30, 'Bouvet Island', 'BVT', 'BV', 74), | | (30, 'Bouvet Island', 'BVT', 'BV', 74), |
| (31, 'Brazil', 'BRA', 'BR', 76), | | (31, 'Brazil', 'BRA', 'BR', 76), |
| (32, 'British Indian Ocean territory', 'IOT', 'IO', 86), | | (32, 'British Indian Ocean territory', 'IOT', 'IO', 86), |
| (33, 'Brunei Darussalam', 'BRN', 'BN', 96), | | (33, 'Brunei Darussalam', 'BRN', 'BN', 96), |
| (34, 'Bulgaria', 'BGR', 'BG', 100), | | (34, 'Bulgaria', 'BGR', 'BG', 100), |
| (35, 'Burkina Faso', 'BFA', 'BF', 854), | | (35, 'Burkina Faso', 'BFA', 'BF', 854), |
| (36, 'Burundi', 'BDI', 'BI', 108), | | (36, 'Burundi', 'BDI', 'BI', 108), |
| (37, 'Cambodia', 'KHM', 'KH', 116), | | (37, 'Cambodia', 'KHM', 'KH', 116), |
| (38, 'Cameroon', 'CMR', 'CM', 120), | | (38, 'Cameroon', 'CMR', 'CM', 120), |
| (39, 'Canada', 'CAN', 'CA', 124), | | (39, 'Canada', 'CAN', 'CA', 124), |
| (40, 'Cape Verde', 'CPV', 'CV', 132), | | (40, 'Cape Verde', 'CPV', 'CV', 132), |
| (41, 'Cayman Islands', 'CYM', 'KY', 136), | | (41, 'Cayman Islands', 'CYM', 'KY', 136), |
| (42, 'Central African Republic', 'CAF', 'CF', 140), | | (42, 'Central African Republic', 'CAF', 'CF', 140), |
| (43, 'Chad', 'TCD', 'TD', 148), | | (43, 'Chad', 'TCD', 'TD', 148), |
| (44, 'Chile', 'CHL', 'CL', 152), | | (44, 'Chile', 'CHL', 'CL', 152), |
| (45, 'China', 'CHN', 'CN', 156), | | (45, 'China', 'CHN', 'CN', 156), |
| (46, 'Christmas Island', 'CXR', 'CX', 162), | | (46, 'Christmas Island', 'CXR', 'CX', 162), |
| (47, 'Cocos (Keeling) Islands', 'CCK', 'CC', 166), | | (47, 'Cocos (Keeling) Islands', 'CCK', 'CC', 166), |
| (48, 'Colombia', 'COL', 'CO', 170), | | (48, 'Colombia', 'COL', 'CO', 170), |
| (49, 'Comoros', 'COM', 'KM', 174), | | (49, 'Comoros', 'COM', 'KM', 174), |
| (50, 'Congo', 'COG', 'CG', 178), | | (50, 'Congo', 'COG', 'CG', 178), |
| (51, 'Congo', 'COG', 'CG', 178), | | (51, 'Congo', 'COG', 'CG', 178), |
| (52, 'Democratic Republic', 'COD', 'CD', 180), | | (52, 'Democratic Republic', 'COD', 'CD', 180), |
| (53, 'Cook Islands', 'COK', 'CK', 184), | | (53, 'Cook Islands', 'COK', 'CK', 184), |
| (54, 'Costa Rica', 'CRI', 'CR', 188), | | (54, 'Costa Rica', 'CRI', 'CR', 188), |
| (55, 'Cote D\'Ivoire (Ivory Coast)', 'CIV', 'CI', 384), | | (55, 'Cote D\'Ivoire (Ivory Coast)', 'CIV', 'CI', 384), |
| (56, 'Croatia (Hrvatska)', 'HRV', 'HR', 191), | | (56, 'Croatia (Hrvatska)', 'HRV', 'HR', 191), |
| (57, 'Cuba', 'CUB', 'CU', 192), | | (57, 'Cuba', 'CUB', 'CU', 192), |
| (58, 'Cyprus', 'CYP', 'CY', 196), | | (58, 'Cyprus', 'CYP', 'CY', 196), |
| (59, 'Czech Republic', 'CZE', 'CZ', 203), | | (59, 'Czech Republic', 'CZE', 'CZ', 203), |
| (60, 'Denmark', 'DNK', 'DK', 208), | | (60, 'Denmark', 'DNK', 'DK', 208), |
| (61, 'Djibouti', 'DJI', 'DJ', 262), | | (61, 'Djibouti', 'DJI', 'DJ', 262), |
| (62, 'Dominica', 'DMA', 'DM', 212), | | (62, 'Dominica', 'DMA', 'DM', 212), |
| (63, 'Dominican Republic', 'DOM', 'DO', 214), | | (63, 'Dominican Republic', 'DOM', 'DO', 214), |
| (64, 'Timor-Leste', 'TLS', 'TL', 626), | | (64, 'Timor-Leste', 'TLS', 'TL', 626), |
| (65, 'Ecuador', 'ECU', 'EC', 218), | | (65, 'Ecuador', 'ECU', 'EC', 218), |
| (66, 'Egypt', 'EGY', 'EG', 818), | | (66, 'Egypt', 'EGY', 'EG', 818), |
| (67, 'El Salvador', 'SLV', 'SV', 222), | | (67, 'El Salvador', 'SLV', 'SV', 222), |
| (68, 'Equatorial Guinea', 'GNQ', 'GQ', 226), | | (68, 'Equatorial Guinea', 'GNQ', 'GQ', 226), |
| (69, 'Eritrea', 'ERI', 'ER', 232), | | (69, 'Eritrea', 'ERI', 'ER', 232), |
| (70, 'Estonia', 'EST', 'EE', 233), | | (70, 'Estonia', 'EST', 'EE', 233), |
| (71, 'Ethiopia', 'ETH', 'ET', 231), | | (71, 'Ethiopia', 'ETH', 'ET', 231), |
| (72, 'Falkland Islands', 'FLK', 'FK', 238), | | (72, 'Falkland Islands', 'FLK', 'FK', 238), |
| (73, 'Faroe Islands', 'FRO', 'FO', 234), | | (73, 'Faroe Islands', 'FRO', 'FO', 234), |
| (74, 'Fiji', 'FJI', 'FJ', 242), | | (74, 'Fiji', 'FJI', 'FJ', 242), |
| (75, 'Finland', 'FIN', 'FI', 246), | | (75, 'Finland', 'FIN', 'FI', 246), |
| (76, 'France', 'FRA', 'FR', 250), | | (76, 'France', 'FRA', 'FR', 250), |
| (77, 'French Guiana', 'GUF', 'GF', 254), | | (77, 'French Guiana', 'GUF', 'GF', 254), |
| (78, 'French Polynesia', 'PYF', 'PF', 258), | | (78, 'French Polynesia', 'PYF', 'PF', 258), |
| (79, 'French Southern Territories', 'ATF', 'TF', 260), | | (79, 'French Southern Territories', 'ATF', 'TF', 260), |
| (80, 'Gabon', 'GAB', 'GA', 266), | | (80, 'Gabon', 'GAB', 'GA', 266), |
| (81, 'Gambia', 'GMB', 'GM', 270), | | (81, 'Gambia', 'GMB', 'GM', 270), |
| (82, 'Georgia', 'GEO', 'GE', 268), | | (82, 'Georgia', 'GEO', 'GE', 268), |
| (83, 'Germany', 'DEU', 'DE', 276), | | (83, 'Germany', 'DEU', 'DE', 276), |
| (84, 'Ghana', 'GHA', 'GH', 288), | | (84, 'Ghana', 'GHA', 'GH', 288), |
| (85, 'Gibraltar', 'GIB', 'GI', 292), | | (85, 'Gibraltar', 'GIB', 'GI', 292), |
| (86, 'Greece', 'GRC', 'GR', 300), | | (86, 'Greece', 'GRC', 'GR', 300), |
| (87, 'Greenland', 'GRL', 'GL', 304), | | (87, 'Greenland', 'GRL', 'GL', 304), |
| (88, 'Grenada', 'GRD', 'GD', 308), | | (88, 'Grenada', 'GRD', 'GD', 308), |
| (89, 'Guadeloupe', 'GLP', 'GP', 312), | | (89, 'Guadeloupe', 'GLP', 'GP', 312), |
| (90, 'Guam', 'GUM', 'GU', 316), | | (90, 'Guam', 'GUM', 'GU', 316), |
| (91, 'Guatemala', 'GTM', 'GT', 320), | | (91, 'Guatemala', 'GTM', 'GT', 320), |
| (92, 'Guinea', 'GIN', 'GN', 324), | | (92, 'Guinea', 'GIN', 'GN', 324), |
| (93, 'Guinea-Bissau', 'GNB', 'GW', 624), | | (93, 'Guinea-Bissau', 'GNB', 'GW', 624), |
| (94, 'Guyana', 'GUY', 'GY', 328), | | (94, 'Guyana', 'GUY', 'GY', 328), |
| (95, 'Haiti', 'HTI', 'HT', 332), | | (95, 'Haiti', 'HTI', 'HT', 332), |
| (96, 'Heard and McDonald Islands', 'HMD', 'HM', 334), | | (96, 'Heard and McDonald Islands', 'HMD', 'HM', 334), |
| (97, 'Honduras', 'HND', 'HN', 340), | | (97, 'Honduras', 'HND', 'HN', 340), |
| (98, 'Hong Kong', 'HKG', 'HK', 344), | | (98, 'Hong Kong', 'HKG', 'HK', 344), |
| (99, 'Hungary', 'HUN', 'HU', 348), | | (99, 'Hungary', 'HUN', 'HU', 348), |
| (100, 'Iceland', 'ISL', 'IS', 352), | | (100, 'Iceland', 'ISL', 'IS', 352), |
| (101, 'India', 'IND', 'IN', 356), | | (101, 'India', 'IND', 'IN', 356), |
| (102, 'Indonesia', 'IDN', 'ID', 360), | | (102, 'Indonesia', 'IDN', 'ID', 360), |
| (103, 'Iran', 'IRN', 'IR', 364), | | (103, 'Iran', 'IRN', 'IR', 364), |
| (104, 'Iraq', 'IRQ', 'IQ', 368), | | (104, 'Iraq', 'IRQ', 'IQ', 368), |
| (105, 'Ireland', 'IRL', 'IE', 372), | | (105, 'Ireland', 'IRL', 'IE', 372), |
| (106, 'Israel', 'ISR', 'IL', 376), | | (106, 'Israel', 'ISR', 'IL', 376), |
| (107, 'Italy', 'ITA', 'IT', 380), | | (107, 'Italy', 'ITA', 'IT', 380), |
| (108, 'Jamaica', 'JAM', 'JM', 388), | | (108, 'Jamaica', 'JAM', 'JM', 388), |
| (109, 'Japan', 'JPN', 'JP', 392), | | (109, 'Japan', 'JPN', 'JP', 392), |
| (110, 'Jordan', 'JOR', 'JO', 400), | | (110, 'Jordan', 'JOR', 'JO', 400), |
| (111, 'Kazakhstan', 'KAZ', 'KZ', 398), | | (111, 'Kazakhstan', 'KAZ', 'KZ', 398), |
| (112, 'Kenya', 'KEN', 'KE', 404), | | (112, 'Kenya', 'KEN', 'KE', 404), |
| (113, 'Kiribati', 'KIR', 'KI', 296), | | (113, 'Kiribati', 'KIR', 'KI', 296), |
| (114, 'Korea (north)', 'PRK', 'KP', 408), | | (114, 'Korea (north)', 'PRK', 'KP', 408), |
| (115, 'Korea (south)', 'KOR', 'KR', 410), | | (115, 'Korea (south)', 'KOR', 'KR', 410), |
| (116, 'Kuwait', 'KWT', 'KW', 414), | | (116, 'Kuwait', 'KWT', 'KW', 414), |
| (117, 'Kyrgyzstan', 'KGZ', 'KG', 417), | | (117, 'Kyrgyzstan', 'KGZ', 'KG', 417), |
| (118, 'Lao People\'s Democratic Republic', 'LAO', 'LA', 418), | | (118, 'Lao People\'s Democratic Republic', 'LAO', 'LA', 418), |
| (119, 'Latvia', 'LVA', 'LV', 428), | | (119, 'Latvia', 'LVA', 'LV', 428), |
| (120, 'Lebanon', 'LBN', 'LB', 422), | | (120, 'Lebanon', 'LBN', 'LB', 422), |
| (121, 'Lesotho', 'LSO', 'LS', 426), | | (121, 'Lesotho', 'LSO', 'LS', 426), |
| (122, 'Liberia', 'LBR', 'LR', 430), | | (122, 'Liberia', 'LBR', 'LR', 430), |
| (123, 'Libyan Arab Jamahiriya', 'LBY', 'LY', 434), | | (123, 'Libyan Arab Jamahiriya', 'LBY', 'LY', 434), |
| (124, 'Liechtenstein', 'LIE', 'LI', 438), | | (124, 'Liechtenstein', 'LIE', 'LI', 438), |
| (125, 'Lithuania', 'LTU', 'LT', 440), | | (125, 'Lithuania', 'LTU', 'LT', 440), |
| (126, 'Luxembourg', 'LUX', 'LU', 442), | | (126, 'Luxembourg', 'LUX', 'LU', 442), |
| (127, 'Macao', 'MAC', 'MO', 446), | | (127, 'Macao', 'MAC', 'MO', 446), |
| (128, 'Macedonia', 'MKD', 'MK', 807), | | (128, 'Macedonia', 'MKD', 'MK', 807), |
| (129, 'Madagascar', 'MDG', 'MG', 450), | | (129, 'Madagascar', 'MDG', 'MG', 450), |
| (130, 'Malawi', 'MWI', 'MW', 454), | | (130, 'Malawi', 'MWI', 'MW', 454), |
| (131, 'Malaysia', 'MYS', 'MY', 458), | | (131, 'Malaysia', 'MYS', 'MY', 458), |
| (132, 'Maldives', 'MDV', 'MV', 462), | | (132, 'Maldives', 'MDV', 'MV', 462), |
| (133, 'Mali', 'MLI', 'ML', 466), | | (133, 'Mali', 'MLI', 'ML', 466), |
| (134, 'Malta', 'MLT', 'MT', 470), | | (134, 'Malta', 'MLT', 'MT', 470), |
| (135, 'Marshall Islands', 'MHL', 'MH', 584), | | (135, 'Marshall Islands', 'MHL', 'MH', 584), |
| (136, 'Martinique', 'MTQ', 'MQ', 474), | | (136, 'Martinique', 'MTQ', 'MQ', 474), |
| (137, 'Mauritania', 'MRT', 'MR', 478), | | (137, 'Mauritania', 'MRT', 'MR', 478), |
| (138, 'Mauritius', 'MUS', 'MU', 480), | | (138, 'Mauritius', 'MUS', 'MU', 480), |
| (139, 'Mayotte', 'MYT', 'YT', 175), | | (139, 'Mayotte', 'MYT', 'YT', 175), |
| (140, 'Mexico', 'MEX', 'MX', 484), | | (140, 'Mexico', 'MEX', 'MX', 484), |
| (141, 'Micronesia', 'FSM', 'FM', 583), | | (141, 'Micronesia', 'FSM', 'FM', 583), |
| (142, 'Moldova', 'MDA', 'MD', 498), | | (142, 'Moldova', 'MDA', 'MD', 498), |
| (143, 'Monaco', 'MCO', 'MC', 492), | | (143, 'Monaco', 'MCO', 'MC', 492), |
| (144, 'Mongolia', 'MNG', 'MN', 496), | | (144, 'Mongolia', 'MNG', 'MN', 496), |
| (145, 'Montserrat', 'MSR', 'MS', 500), | | (145, 'Montserrat', 'MSR', 'MS', 500), |
| (146, 'Morocco', 'MAR', 'MA', 504), | | (146, 'Morocco', 'MAR', 'MA', 504), |
| (147, 'Mozambique', 'MOZ', 'MZ', 508), | | (147, 'Mozambique', 'MOZ', 'MZ', 508), |
| (148, 'Myanmar', 'MMR', 'MM', 104), | | (148, 'Myanmar', 'MMR', 'MM', 104), |
| (149, 'Namibia', 'NAM', 'NA', 516), | | (149, 'Namibia', 'NAM', 'NA', 516), |
| (150, 'Nauru', 'NRU', 'NR', 520), | | (150, 'Nauru', 'NRU', 'NR', 520), |
| (151, 'Nepal', 'NPL', 'NP', 524), | | (151, 'Nepal', 'NPL', 'NP', 524), |
| (152, 'Netherlands', 'NLD', 'NL', 528), | | (152, 'Netherlands', 'NLD', 'NL', 528), |
| (153, 'Netherlands Antilles', 'CUW', 'CW', 531), | | (153, 'Netherlands Antilles', 'CUW', 'CW', 531), |
| (154, 'New Caledonia', 'NCL', 'NC', 540), | | (154, 'New Caledonia', 'NCL', 'NC', 540), |
| (155, 'New Zealand', 'NZL', 'NZ', 554), | | (155, 'New Zealand', 'NZL', 'NZ', 554), |
| (156, 'Nicaragua', 'NIC', 'NI', 558), | | (156, 'Nicaragua', 'NIC', 'NI', 558), |
| (157, 'Niger', 'NER', 'NE', 562), | | (157, 'Niger', 'NER', 'NE', 562), |
| (158, 'Nigeria', 'NGA', 'NG', 566), | | (158, 'Nigeria', 'NGA', 'NG', 566), |
| (159, 'Niue', 'NIU', 'NU', 570), | | (159, 'Niue', 'NIU', 'NU', 570), |
| (160, 'Norfolk Island', 'NFK', 'NF', 574), | | (160, 'Norfolk Island', 'NFK', 'NF', 574), |
| (161, 'Northern Mariana Islands', 'MNP', 'MP', 580), | | (161, 'Northern Mariana Islands', 'MNP', 'MP', 580), |
| (162, 'Norway', 'NOR', 'NO', 578), | | (162, 'Norway', 'NOR', 'NO', 578), |
| (163, 'Oman', 'OMN', 'OM', 512), | | (163, 'Oman', 'OMN', 'OM', 512), |
| (164, 'Pakistan', 'PAK', 'PK', 586), | | (164, 'Pakistan', 'PAK', 'PK', 586), |
| (165, 'Palau', 'PLW', 'PW', 585), | | (165, 'Palau', 'PLW', 'PW', 585), |
| (166, 'Palestinian Territories', 'PSE', 'PS', 275), | | (166, 'Palestinian Territories', 'PSE', 'PS', 275), |
| (167, 'Panama', 'PAN', 'PA', 591), | | (167, 'Panama', 'PAN', 'PA', 591), |
| (168, 'Papua New Guinea', 'PNG', 'PG', 598), | | (168, 'Papua New Guinea', 'PNG', 'PG', 598), |
| (169, 'Paraguay', 'PRY', 'PY', 600), | | (169, 'Paraguay', 'PRY', 'PY', 600), |
| (170, 'Peru', 'PER', 'PE', 604), | | (170, 'Peru', 'PER', 'PE', 604), |
| (171, 'Philippines', 'PHL', 'PH', 608), | | (171, 'Philippines', 'PHL', 'PH', 608), |
| (172, 'Pitcairn', 'PCN', 'PN', 612), | | (172, 'Pitcairn', 'PCN', 'PN', 612), |
| (173, 'Poland', 'POL', 'PL', 616), | | (173, 'Poland', 'POL', 'PL', 616), |
| (174, 'Portugal', 'PRT', 'PT', 620), | | (174, 'Portugal', 'PRT', 'PT', 620), |
| (175, 'Puerto Rico', 'PRI', 'PR', 630), | | (175, 'Puerto Rico', 'PRI', 'PR', 630), |
| (176, 'Qatar', 'QAT', 'QA', 634), | | (176, 'Qatar', 'QAT', 'QA', 634), |
| (177, 'Reunion', 'REU', 'RE', 638), | | (177, 'Reunion', 'REU', 'RE', 638), |
| (178, 'Romania', 'ROU', 'RO', 642), | | (178, 'Romania', 'ROU', 'RO', 642), |
| (179, 'Russian Federation', 'RUS', 'RU', 643), | | (179, 'Russian Federation', 'RUS', 'RU', 643), |
| (180, 'Rwanda', 'RWA', 'RW', 646), | | (180, 'Rwanda', 'RWA', 'RW', 646), |
| (181, 'Saint Helena', 'SHN', 'SH', 654), | | (181, 'Saint Helena', 'SHN', 'SH', 654), |
| (182, 'Saint Kitts and Nevis', 'KNA', 'KN', 659), | | (182, 'Saint Kitts and Nevis', 'KNA', 'KN', 659), |
| (183, 'Saint Lucia', 'LCA', 'LC', 662), | | (183, 'Saint Lucia', 'LCA', 'LC', 662), |
| (184, 'Saint Pierre and Miquelon', 'SPM', 'PM', 666), | | (184, 'Saint Pierre and Miquelon', 'SPM', 'PM', 666), |
| (185, 'Saint Vincent and the Grenadines', 'VCT', 'VC', 670), | | (185, 'Saint Vincent and the Grenadines', 'VCT', 'VC', 670), |
| (186, 'Samoa', 'WSM', 'WS', 882), | | (186, 'Samoa', 'WSM', 'WS', 882), |
| (187, 'San Marino', 'SMR', 'SM', 674), | | (187, 'San Marino', 'SMR', 'SM', 674), |
| (188, 'Sao Tome and Principe', 'STP', 'ST', 678), | | (188, 'Sao Tome and Principe', 'STP', 'ST', 678), |
| (189, 'Saudi Arabia', 'SAU', 'SA', 682), | | (189, 'Saudi Arabia', 'SAU', 'SA', 682), |
| (190, 'Senegal', 'SEN', 'SN', 686), | | (190, 'Senegal', 'SEN', 'SN', 686), |
| (191, 'Serbia and Montenegro', 'SRB', 'RS', 688), | | (191, 'Serbia and Montenegro', 'SRB', 'RS', 688), |
| (192, 'Seychelles', 'SYC', 'SC', 690), | | (192, 'Seychelles', 'SYC', 'SC', 690), |
| (193, 'Sierra Leone', 'SLE', 'SL', 694), | | (193, 'Sierra Leone', 'SLE', 'SL', 694), |
| (194, 'Singapore', 'SGP', 'SG', 702), | | (194, 'Singapore', 'SGP', 'SG', 702), |
| (195, 'Slovakia', 'SVK', 'SK', 703), | | (195, 'Slovakia', 'SVK', 'SK', 703), |
| (196, 'Slovenia', 'SVN', 'SI', 705), | | (196, 'Slovenia', 'SVN', 'SI', 705), |
| (197, 'Solomon Islands', 'SLB', 'SB', 90), | | (197, 'Solomon Islands', 'SLB', 'SB', 90), |
| (198, 'Somalia', 'SOM', 'SO', 706), | | (198, 'Somalia', 'SOM', 'SO', 706), |
| (199, 'South Africa', 'ZAF', 'ZA', 710), | | (199, 'South Africa', 'ZAF', 'ZA', 710), |
| (200, 'South Georgia and the South Sandwich Islands', 'SGS', 'GS', 239), | | (200, 'South Georgia and the South Sandwich Islands', 'SGS', 'GS', 239), |
| (201, 'Spain', 'ESP', 'ES', 724), | | (201, 'Spain', 'ESP', 'ES', 724), |
| (202, 'Sri Lanka', 'LKA', 'LK', 144), | | (202, 'Sri Lanka', 'LKA', 'LK', 144), |
| (203, 'Sudan', 'SDN', 'SD', 729), | | (203, 'Sudan', 'SDN', 'SD', 729), |
| (204, 'Suriname', 'SUR', 'SR', 740), | | (204, 'Suriname', 'SUR', 'SR', 740), |
| (205, 'Svalbard and Jan Mayen Islands', 'SJM', 'SJ', 744), | | (205, 'Svalbard and Jan Mayen Islands', 'SJM', 'SJ', 744), |
| (206, 'Swaziland', 'SWZ', 'SZ', 748), | | (206, 'Swaziland', 'SWZ', 'SZ', 748), |
| (207, 'Sweden', 'SWE', 'SE', 752), | | (207, 'Sweden', 'SWE', 'SE', 752), |
| (208, 'Switzerland', 'CHE', 'CH', 756), | | (208, 'Switzerland', 'CHE', 'CH', 756), |
| (209, 'Syria', 'SYR', 'SY', 760), | | (209, 'Syria', 'SYR', 'SY', 760), |
| (210, 'Taiwan', 'TWN', 'TW', 158), | | (210, 'Taiwan', 'TWN', 'TW', 158), |
| (211, 'Tajikistan', 'TJK', 'TJ', 762), | | (211, 'Tajikistan', 'TJK', 'TJ', 762), |
| (212, 'Tanzania', 'TZA', 'TZ', 834), | | (212, 'Tanzania', 'TZA', 'TZ', 834), |
| (213, 'Thailand', 'THA', 'TH', 764), | | (213, 'Thailand', 'THA', 'TH', 764), |
| (214, 'Togo', 'TGO', 'TG', 768), | | (214, 'Togo', 'TGO', 'TG', 768), |
| (215, 'Tokelau', 'TKL', 'TK', 772), | | (215, 'Tokelau', 'TKL', 'TK', 772), |
| (216, 'Tonga', 'TON', 'TO', 776), | | (216, 'Tonga', 'TON', 'TO', 776), |
| (217, 'Trinidad and Tobago', 'TTO', 'TT', 780), | | (217, 'Trinidad and Tobago', 'TTO', 'TT', 780), |
| (218, 'Tunisia', 'TUN', 'TN', 788), | | (218, 'Tunisia', 'TUN', 'TN', 788), |
| (219, 'Turkey', 'TUR', 'TR', 792), | | (219, 'Turkey', 'TUR', 'TR', 792), |
| (220, 'Turkmenistan', 'TKM', 'TM', 795), | | (220, 'Turkmenistan', 'TKM', 'TM', 795), |
| (221, 'Turks and Caicos Islands', 'TCA', 'TC', 796), | | (221, 'Turks and Caicos Islands', 'TCA', 'TC', 796), |
| (222, 'Tuvalu', 'TUV', 'TV', 798), | | (222, 'Tuvalu', 'TUV', 'TV', 798), |
| (223, 'Uganda', 'UGA', 'UG', 800), | | (223, 'Uganda', 'UGA', 'UG', 800), |
| (224, 'Ukraine', 'UKR', 'UA', 804), | | (224, 'Ukraine', 'UKR', 'UA', 804), |
| (225, 'United Arab Emirates', 'ARE', 'AE', 784), | | (225, 'United Arab Emirates', 'ARE', 'AE', 784), |
| (226, 'United Kingdom', 'GBR', 'GB', 826), | | (226, 'United Kingdom', 'GBR', 'GB', 826), |
| (227, 'United States of America', 'USA', 'US', 840), | | (227, 'United States of America', 'USA', 'US', 840), |
| (228, 'Uruguay', 'URY', 'UY', 858), | | (228, 'Uruguay', 'URY', 'UY', 858), |
| (229, 'Uzbekistan', 'UZB', 'UZ', 860), | | (229, 'Uzbekistan', 'UZB', 'UZ', 860), |
| (230, 'Vanuatu', 'VUT', 'VU', 548), | | (230, 'Vanuatu', 'VUT', 'VU', 548), |
| (231, 'Vatican City', 'VAT', 'VA', 336), | | (231, 'Vatican City', 'VAT', 'VA', 336), |
| (232, 'Venezuela', 'VEN', 'VE', 862), | | (232, 'Venezuela', 'VEN', 'VE', 862), |
| (233, 'Vietnam', 'VNM', 'VN', 704), | | (233, 'Vietnam', 'VNM', 'VN', 704), |
| (234, 'Virgin Islands (British)', 'VGB', 'VG', 92), | | (234, 'Virgin Islands (British)', 'VGB', 'VG', 92), |
| (235, 'Virgin Islands (US)', 'VIR', 'VI', 850), | | (235, 'Virgin Islands (US)', 'VIR', 'VI', 850), |
| (236, 'Wallis and Futuna Islands', 'WLF', 'WF', 876), | | (236, 'Wallis and Futuna Islands', 'WLF', 'WF', 876), |
| (237, 'Western Sahara', 'ESH', 'EH', 732), | | (237, 'Western Sahara', 'ESH', 'EH', 732), |
| (238, 'Yemen', 'YEM', 'YE', 887), | | (238, 'Yemen', 'YEM', 'YE', 887), |
| (239, 'Congo, Democratic Republic of the', 'COD', 'CD', 180), | | (239, 'Congo, Democratic Republic of the', 'COD', 'CD', 180), |
| (240, 'Zambia', 'ZMB', 'ZM', 894), | | (240, 'Zambia', 'ZMB', 'ZM', 894), |
| (241, 'Zimbabwe', 'ZWE', 'ZW', 716); | | (241, 'Zimbabwe', 'ZWE', 'ZW', 716); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_disciplines` | | -- Table structure for table `global_lu_disciplines` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_disciplines` ( | | CREATE TABLE `global_lu_disciplines` ( |
| `discipline_id` int(11) NOT NULL, | | `discipline_id` int(11) NOT NULL, |
| `discipline` varchar(250) NOT NULL | | `discipline` varchar(250) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_disciplines` | | -- Dumping data for table `global_lu_disciplines` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_disciplines` (`discipline_id`, `discipline`) VALUES | | INSERT INTO `global_lu_disciplines` (`discipline_id`, `discipline`) VALUES |
| (1, 'Adolescent Medicine'), | | (1, 'Adolescent Medicine'), |
| (2, 'Anatomical Pathology'), | | (2, 'Anatomical Pathology'), |
| (3, 'Anesthesiology'), | | (3, 'Anesthesiology'), |
| (4, 'Cardiac Surgery'), | | (4, 'Cardiac Surgery'), |
| (5, 'Cardiology'), | | (5, 'Cardiology'), |
| (6, 'Child & Adolescent Psychiatry'), | | (6, 'Child & Adolescent Psychiatry'), |
| (7, 'Clinical Immunology and Allergy'), | | (7, 'Clinical Immunology and Allergy'), |
| (8, 'Clinical Pharmacology'), | | (8, 'Clinical Pharmacology'), |
| (9, 'Colorectal Surgery'), | | (9, 'Colorectal Surgery'), |
| (10, 'Community Medicine'), | | (10, 'Community Medicine'), |
| (11, 'Critical Care Medicine'), | | (11, 'Critical Care Medicine'), |
| (12, 'Dermatology'), | | (12, 'Dermatology'), |
| (13, 'Developmental Pediatrics'), | | (13, 'Developmental Pediatrics'), |
| (14, 'Diagnostic Radiology'), | | (14, 'Diagnostic Radiology'), |
| (15, 'Emergency Medicine'), | | (15, 'Emergency Medicine'), |
| (16, 'Endocrinology and Metabolism'), | | (16, 'Endocrinology and Metabolism'), |
| (17, 'Family Medicine'), | | (17, 'Family Medicine'), |
| (18, 'Forensic Pathology'), | | (18, 'Forensic Pathology'), |
| (19, 'Forensic Psychiatry'), | | (19, 'Forensic Psychiatry'), |
| (20, 'Gastroenterology'), | | (20, 'Gastroenterology'), |
| (21, 'General Pathology'), | | (21, 'General Pathology'), |
| (22, 'General Surgery'), | | (22, 'General Surgery'), |
| (23, 'General Surgical Oncology'), | | (23, 'General Surgical Oncology'), |
| (24, 'Geriatric Medicine'), | | (24, 'Geriatric Medicine'), |
| (25, 'Geriatric Psychiatry'), | | (25, 'Geriatric Psychiatry'), |
| (26, 'Gynecologic Oncology'), | | (26, 'Gynecologic Oncology'), |
| (27, 'Gynecologic Reproductive Endocrinology and Infertility'), | | (27, 'Gynecologic Reproductive Endocrinology and Infertility'), |
| (28, 'Hematological Pathology '), | | (28, 'Hematological Pathology '), |
| (29, 'Hematology'), | | (29, 'Hematology'), |
| (30, 'Infectious Disease'), | | (30, 'Infectious Disease'), |
| (31, 'Internal Medicine'), | | (31, 'Internal Medicine'), |
| (32, 'Maternal-Fetal Medicine'), | | (32, 'Maternal-Fetal Medicine'), |
| (33, 'Medical Biochemistry'), | | (33, 'Medical Biochemistry'), |
| (34, 'Medical Genetics'), | | (34, 'Medical Genetics'), |
| (35, 'Medical Microbiology'), | | (35, 'Medical Microbiology'), |
| (36, 'Medical Oncology'), | | (36, 'Medical Oncology'), |
| (37, 'Neonatal-Perinatal Medicine'), | | (37, 'Neonatal-Perinatal Medicine'), |
| (38, 'Nephrology'), | | (38, 'Nephrology'), |
| (39, 'Neurology'), | | (39, 'Neurology'), |
| (40, 'Neuropathology'), | | (40, 'Neuropathology'), |
| (41, 'Neuroradiology'), | | (41, 'Neuroradiology'), |
| (42, 'Neurosurgery'), | | (42, 'Neurosurgery'), |
| (43, 'Nuclear Medicine'), | | (43, 'Nuclear Medicine'), |
| (44, 'Obstetrics & Gynecology'), | | (44, 'Obstetrics & Gynecology'), |
| (45, 'Occupational Medicine'), | | (45, 'Occupational Medicine'), |
| (46, 'Ophthalmology'), | | (46, 'Ophthalmology'), |
| (47, 'Orthopedic Surgery'), | | (47, 'Orthopedic Surgery'), |
| (48, 'Otolaryngology-Head and Neck Surgery'), | | (48, 'Otolaryngology-Head and Neck Surgery'), |
| (49, 'Palliative Medicine'), | | (49, 'Palliative Medicine'), |
| (50, 'Pediatric Emergency Medicine'), | | (50, 'Pediatric Emergency Medicine'), |
| (51, 'Pediatric General Surgery'), | | (51, 'Pediatric General Surgery'), |
| (52, 'Pediatric Hematology/Oncology'), | | (52, 'Pediatric Hematology/Oncology'), |
| (53, 'Pediatric Radiology'), | | (53, 'Pediatric Radiology'), |
| (54, 'Pediatrics'), | | (54, 'Pediatrics'), |
| (55, 'Physical Medicine and Rehabilitation'), | | (55, 'Physical Medicine and Rehabilitation'), |
| (56, 'Plastic Surgery'), | | (56, 'Plastic Surgery'), |
| (57, 'Psychiatry'), | | (57, 'Psychiatry'), |
| (58, 'Radiation Oncology'), | | (58, 'Radiation Oncology'), |
| (59, 'Respirology'), | | (59, 'Respirology'), |
| (60, 'Rheumatology'), | | (60, 'Rheumatology'), |
| (61, 'Thoracic Surgery'), | | (61, 'Thoracic Surgery'), |
| (62, 'Transfusion Medicine'), | | (62, 'Transfusion Medicine'), |
| (63, 'Urology'), | | (63, 'Urology'), |
| (64, 'Vascular Surgery'); | | (64, 'Vascular Surgery'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_focus_groups` | | -- Table structure for table `global_lu_focus_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_focus_groups` ( | | CREATE TABLE `global_lu_focus_groups` ( |
| `group_id` int(11) NOT NULL, | | `group_id` int(11) NOT NULL, |
| `focus_group` varchar(100) NOT NULL DEFAULT '' | | `focus_group` varchar(100) NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_focus_groups` | | -- Dumping data for table `global_lu_focus_groups` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_focus_groups` (`group_id`, `focus_group`) VALUES | | INSERT INTO `global_lu_focus_groups` (`group_id`, `focus_group`) VALUES |
| (20, 'Anesthesiology'), | | (20, 'Anesthesiology'), |
| (1, 'Cancer'), | | (1, 'Cancer'), |
| (3, 'Cardiovascular, Circulatory and Respiratory'), | | (3, 'Cardiovascular, Circulatory and Respiratory'), |
| (13, 'Critical Care'), | | (13, 'Critical Care'), |
| (16, 'Educational Research'), | | (16, 'Educational Research'), |
| (12, 'Emergency'), | | (12, 'Emergency'), |
| (4, 'Gastrointestinal'), | | (4, 'Gastrointestinal'), |
| (9, 'Genetics'), | | (9, 'Genetics'), |
| (6, 'Health Services Research'), | | (6, 'Health Services Research'), |
| (17, 'Microbiology and Immunology'), | | (17, 'Microbiology and Immunology'), |
| (5, 'Musculoskeletal\n'), | | (5, 'Musculoskeletal\n'), |
| (14, 'Nephrology'), | | (14, 'Nephrology'), |
| (2, 'Neurosciences'), | | (2, 'Neurosciences'), |
| (10, 'Nursing'), | | (10, 'Nursing'), |
| (22, 'Obstetrics and Gynecology'), | | (22, 'Obstetrics and Gynecology'), |
| (24, 'Occupational Therapy'), | | (24, 'Occupational Therapy'), |
| (15, 'Other'), | | (15, 'Other'), |
| (11, 'Primary Care Studies'), | | (11, 'Primary Care Studies'), |
| (7, 'Protein Function and Discovery'), | | (7, 'Protein Function and Discovery'), |
| (19, 'Psychiatry'), | | (19, 'Psychiatry'), |
| (23, 'Rehabilitation Therapy'), | | (23, 'Rehabilitation Therapy'), |
| (8, 'Reproductive Sciences'), | | (8, 'Reproductive Sciences'), |
| (18, 'Urology'); | | (18, 'Urology'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_hospital_location` | | -- Table structure for table `global_lu_hospital_location` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_hospital_location` ( | | CREATE TABLE `global_lu_hospital_location` ( |
| `hosp_id` int(11) NOT NULL DEFAULT '0', | | `hosp_id` int(11) NOT NULL DEFAULT '0', |
| `hosp_desc` varchar(100) NOT NULL DEFAULT '' | | `hosp_desc` varchar(100) NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_learner_levels` | | -- Table structure for table `global_lu_learner_levels` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_learner_levels` ( | | CREATE TABLE `global_lu_learner_levels` ( |
| `level_id` int(11) UNSIGNED NOT NULL, | | `level_id` int(11) UNSIGNED NOT NULL, |
| `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `description` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `description` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED NOT NULL, | | `updated_date` bigint(64) UNSIGNED NOT NULL, |
| `updated_by` int(11) UNSIGNED NOT NULL, | | `updated_by` int(11) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_by` int(11) UNSIGNED DEFAULT NULL | | `deleted_by` int(11) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_learner_levels` | | -- Dumping data for table `global_lu_learner_levels` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_learner_levels` (`level_id`, `title`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `global_lu_learner_levels` (`level_id`, `title`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 'Year 1', 'Year 1', 1483714897, 1, 1483714897, 1, NULL, NULL), | | (1, 'Year 1', 'Year 1', 1483714897, 1, 1483714897, 1, NULL, NULL), |
| (2, 'Year 2', 'Year 2', 1483714897, 1, 1483714897, 1, NULL, NULL), | | (2, 'Year 2', 'Year 2', 1483714897, 1, 1483714897, 1, NULL, NULL), |
| (3, 'Year 3', 'Year 3', 1483714897, 1, 1483714897, 1, NULL, NULL), | | (3, 'Year 3', 'Year 3', 1483714897, 1, 1483714897, 1, NULL, NULL), |
| (4, 'Year 4', 'Year 4', 1483714897, 1, 1483714897, 1, NULL, NULL), | | (4, 'Year 4', 'Year 4', 1483714897, 1, 1483714897, 1, NULL, NULL), |
| (5, 'Year 5', 'Year 5', 1483714897, 1, 1483714897, 1, NULL, NULL), | | (5, 'Year 5', 'Year 5', 1483714897, 1, 1483714897, 1, NULL, NULL), |
| (6, 'Year 6', 'Year 6', 1483714897, 1, 1483714897, 1, NULL, NULL), | | (6, 'Year 6', 'Year 6', 1483714897, 1, 1483714897, 1, NULL, NULL), |
| (7, 'Fellow', 'Fellow', 1483714897, 1, 1483714897, 1, NULL, NULL), | | (7, 'Fellow', 'Fellow', 1483714897, 1, 1483714897, 1, NULL, NULL), |
| (8, 'PGY1', 'Year 1', 1483714897, 1, 1483714897, 1, NULL, NULL), | | (8, 'PGY1', 'Year 1', 1483714897, 1, 1483714897, 1, NULL, NULL), |
| (9, 'PGY2', 'Year 2', 1483714897, 1, 1483714897, 1, NULL, NULL), | | (9, 'PGY2', 'Year 2', 1483714897, 1, 1483714897, 1, NULL, NULL), |
| (10, 'PGY3', 'Year 3', 1483714897, 1, 1483714897, 1, NULL, NULL), | | (10, 'PGY3', 'Year 3', 1483714897, 1, 1483714897, 1, NULL, NULL), |
| (11, 'PGY4', 'Year 4', 1483714897, 1, 1483714897, 1, NULL, NULL), | | (11, 'PGY4', 'Year 4', 1483714897, 1, 1483714897, 1, NULL, NULL), |
| (12, 'PGY5', 'Year 5', 1483714897, 1, 1483714897, 1, NULL, NULL), | | (12, 'PGY5', 'Year 5', 1483714897, 1, 1483714897, 1, NULL, NULL), |
| (13, 'PGY6', 'Year 6', 1483714897, 1, 1483714897, 1, NULL, NULL), | | (13, 'PGY6', 'Year 6', 1483714897, 1, 1483714897, 1, NULL, NULL), |
| (14, 'PGY7', 'Year 7', 1483714897, 1, 1483714897, 1, NULL, NULL), | | (14, 'PGY7', 'Year 7', 1483714897, 1, 1483714897, 1, NULL, NULL), |
| (15, 'PGY8', 'Year 8', 1483714897, 1, 1483714897, 1, NULL, NULL); | | (15, 'PGY8', 'Year 8', 1483714897, 1, 1483714897, 1, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_learner_statuses` | | -- Table structure for table `global_lu_learner_statuses` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_learner_statuses` ( | | CREATE TABLE `global_lu_learner_statuses` ( |
| `status_id` int(11) UNSIGNED NOT NULL, | | `status_id` int(11) UNSIGNED NOT NULL, |
| `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `description` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `description` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `percent_active` float NOT NULL DEFAULT '100', | | `percent_active` float NOT NULL DEFAULT '100', |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED NOT NULL, | | `updated_date` bigint(64) UNSIGNED NOT NULL, |
| `updated_by` int(11) UNSIGNED NOT NULL, | | `updated_by` int(11) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_by` int(11) UNSIGNED DEFAULT NULL | | `deleted_by` int(11) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_learner_statuses` | | -- Dumping data for table `global_lu_learner_statuses` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_learner_statuses` (`status_id`, `title`, `description`, `percent_active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `global_lu_learner_statuses` (`status_id`, `title`, `description`, `percent_active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 'Active', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (1, 'Active', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (2, 'AVP', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (2, 'AVP', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (3, 'Clerkship', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (3, 'Clerkship', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (4, 'Compassionate Leave', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (4, 'Compassionate Leave', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (5, 'Elective', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (5, 'Elective', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (6, 'IEP', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (6, 'IEP', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (7, 'Inactive', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (7, 'Inactive', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (8, 'Leave-NoPay', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (8, 'Leave-NoPay', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (9, 'Leave-Pay', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (9, 'Leave-Pay', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (10, 'Long-Term', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (10, 'Long-Term', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (11, 'Med Leave', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (11, 'Med Leave', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (12, 'Parental Leave', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (12, 'Parental Leave', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (13, 'PEAP', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (13, 'PEAP', '', 100, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (14, 'Preregister', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (14, 'Preregister', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (15, 'PreResProg', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (15, 'PreResProg', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (16, 'Probation', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (16, 'Probation', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (17, 'Remediation', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (17, 'Remediation', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (18, 'Suspension', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (18, 'Suspension', '', 0, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (19, 'Part-time (25%)', '', 25, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (19, 'Part-time (25%)', '', 25, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (20, 'Part-time (50%)', '', 50, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (20, 'Part-time (50%)', '', 50, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (21, 'Part-time (60%)', '', 60, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (21, 'Part-time (60%)', '', 60, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (22, 'Part-time(75%)', '', 75, 1493231858, 1, 1493231858, 1, NULL, NULL), | | (22, 'Part-time(75%)', '', 75, 1493231858, 1, 1493231858, 1, NULL, NULL), |
| (23, 'Part-time(80%)', '', 80, 1493231858, 1, 1493231858, 1, NULL, NULL); | | (23, 'Part-time(80%)', '', 80, 1493231858, 1, 1493231858, 1, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_likelihoods` | | -- Table structure for table `global_lu_likelihoods` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_likelihoods` ( | | CREATE TABLE `global_lu_likelihoods` ( |
| `likelihood_id` int(11) UNSIGNED NOT NULL, | | `likelihood_id` int(11) UNSIGNED NOT NULL, |
| `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `shortname` varchar(64) CHARACTER SET utf8 NOT NULL DEFAULT '', | | `shortname` varchar(64) CHARACTER SET utf8 NOT NULL DEFAULT '', |
| `description` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `description` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `order` int(11) NOT NULL DEFAULT '0', | | `order` int(11) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED NOT NULL, | | `updated_date` bigint(64) UNSIGNED NOT NULL, |
| `updated_by` int(11) UNSIGNED NOT NULL, | | `updated_by` int(11) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_by` int(11) UNSIGNED DEFAULT NULL | | `deleted_by` int(11) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_likelihoods` | | -- Dumping data for table `global_lu_likelihoods` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_likelihoods` (`likelihood_id`, `title`, `shortname`, `description`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `global_lu_likelihoods` (`likelihood_id`, `title`, `shortname`, `description`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 'Unlikely', 'unlikely', 'Not very likely to encounter', 0, 1495033048, 1, 1495033048, 1, NULL, NULL), | | (1, 'Unlikely', 'unlikely', 'Not very likely to encounter', 0, 1495033048, 1, 1495033048, 1, NULL, NULL), |
| (2, 'Likely', 'likely', 'Likely to encounter', 1, 1495033048, 1, 1495033048, 1, NULL, NULL), | | (2, 'Likely', 'likely', 'Likely to encounter', 1, 1495033048, 1, 1495033048, 1, NULL, NULL), |
| (3, 'Very Likely', 'very_likely', 'Very likely to encounter', 2, 1495033048, 1, 1495033048, 1, NULL, NULL); | | (3, 'Very Likely', 'very_likely', 'Very likely to encounter', 2, 1495033048, 1, 1495033048, 1, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_objectives` | | -- Table structure for table `global_lu_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_objectives` ( | | CREATE TABLE `global_lu_objectives` ( |
| `objective_id` int(12) NOT NULL, | | `objective_id` int(12) NOT NULL, |
| `objective_code` varchar(24) DEFAULT NULL, | | `objective_code` varchar(24) DEFAULT NULL, |
| `objective_name` varchar(240) DEFAULT NULL, | | `objective_name` varchar(240) DEFAULT NULL, |
| `objective_description` text, | | `objective_description` text, |
| `objective_secondary_description` text, | | `objective_secondary_description` text, |
| `objective_parent` int(12) NOT NULL DEFAULT '0', | | `objective_parent` int(12) NOT NULL DEFAULT '0', |
| `objective_set_id` int(12) NOT NULL, | | `objective_set_id` int(12) NOT NULL, |
| `associated_objective` int(12) DEFAULT NULL, | | `associated_objective` int(12) DEFAULT NULL, |
| `objective_order` int(12) NOT NULL DEFAULT '0', | | `objective_order` int(12) NOT NULL DEFAULT '0', |
| `objective_loggable` tinyint(1) NOT NULL DEFAULT '0', | | `objective_loggable` tinyint(1) NOT NULL DEFAULT '0', |
| `objective_active` int(12) NOT NULL DEFAULT '1', | | `objective_active` int(12) NOT NULL DEFAULT '1', |
| `non_examinable` int(11) NOT NULL DEFAULT '0', | | `non_examinable` int(11) NOT NULL DEFAULT '0', |
| `objective_status_id` int(11) NOT NULL DEFAULT '2', | | `objective_status_id` int(11) NOT NULL DEFAULT '2', |
| `admin_notes` varchar(600) DEFAULT NULL, | | `admin_notes` varchar(600) DEFAULT NULL, |
| `objective_translation_status_id` int(12) NOT NULL DEFAULT '0', | | `objective_translation_status_id` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_objectives` | | -- Dumping data for table `global_lu_objectives` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES |
| (1, NULL, 'Curriculum Objectives', '', NULL, 0, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (1, NULL, 'Curriculum Objectives', '', NULL, 0, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (2, NULL, 'Medical Expert', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (2, NULL, 'Medical Expert', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (3, NULL, 'Professionalism', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (3, NULL, 'Professionalism', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (4, NULL, 'Scholar', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (4, NULL, 'Scholar', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (5, NULL, 'Communicator', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (5, NULL, 'Communicator', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (6, NULL, 'Collaborator', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (6, NULL, 'Collaborator', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (7, NULL, 'Advocate', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (7, NULL, 'Advocate', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (8, NULL, 'Manager', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (8, NULL, 'Manager', '', NULL, 1, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (9, NULL, 'Application of Basic Sciences', 'The competent medical graduate articulates and uses the basic sciences to inform disease prevention, health promotion and the assessment and management of patients presenting with clinical illness.', NULL, 2, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (9, NULL, 'Application of Basic Sciences', 'The competent medical graduate articulates and uses the basic sciences to inform disease prevention, health promotion and the assessment and management of patients presenting with clinical illness.', NULL, 2, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (10, NULL, 'Clinical Assessment', 'Is able to perform a complete and appropriate clinical assessment of patients presenting with clinical illness', NULL, 2, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (10, NULL, 'Clinical Assessment', 'Is able to perform a complete and appropriate clinical assessment of patients presenting with clinical illness', NULL, 2, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (11, NULL, 'Clinical Presentations', 'Is able to appropriately assess and provide initial management for patients presenting with clinical illness, as defined by the Medical Council of Canada Clinical Presentations', NULL, 2, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (11, NULL, 'Clinical Presentations', 'Is able to appropriately assess and provide initial management for patients presenting with clinical illness, as defined by the Medical Council of Canada Clinical Presentations', NULL, 2, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (12, NULL, 'Health Promotion', 'Apply knowledge of disease prevention and health promotion to the care of patients', NULL, 2, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (12, NULL, 'Health Promotion', 'Apply knowledge of disease prevention and health promotion to the care of patients', NULL, 2, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (13, NULL, 'Professional Behaviour', 'Demonstrates appropriate professional behaviours to serve patients, the profession, and society', NULL, 3, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (13, NULL, 'Professional Behaviour', 'Demonstrates appropriate professional behaviours to serve patients, the profession, and society', NULL, 3, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (14, NULL, 'Principles of Professionalism', 'Apply knowledge of legal and ethical principles to serve patients, the profession, and society', NULL, 3, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (14, NULL, 'Principles of Professionalism', 'Apply knowledge of legal and ethical principles to serve patients, the profession, and society', NULL, 3, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (15, NULL, 'Critical Appraisal', 'Critically evaluate medical information and its sources (the literature)', NULL, 4, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (15, NULL, 'Critical Appraisal', 'Critically evaluate medical information and its sources (the literature)', NULL, 4, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (16, NULL, 'Research', 'Contribute to the process of knowledge creation (research)', NULL, 4, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (16, NULL, 'Research', 'Contribute to the process of knowledge creation (research)', NULL, 4, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (17, NULL, 'Life Long Learning', 'Engages in life long learning', NULL, 4, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (17, NULL, 'Life Long Learning', 'Engages in life long learning', NULL, 4, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (18, NULL, 'Effective Communication', 'Effectively communicates with colleagues, other health professionals, patients, families and other caregivers', NULL, 5, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (18, NULL, 'Effective Communication', 'Effectively communicates with colleagues, other health professionals, patients, families and other caregivers', NULL, 5, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (19, NULL, 'Effective Collaboration', 'Effectively collaborate with colleagues and other health professionals', NULL, 6, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (19, NULL, 'Effective Collaboration', 'Effectively collaborate with colleagues and other health professionals', NULL, 6, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (20, NULL, 'Determinants of Health', 'Articulate and apply the determinants of health and disease, principles of health promotion and disease prevention', NULL, 7, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (20, NULL, 'Determinants of Health', 'Articulate and apply the determinants of health and disease, principles of health promotion and disease prevention', NULL, 7, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (21, NULL, 'Profession and Community', 'Effectively advocate for their patients, the profession, and community', NULL, 7, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (21, NULL, 'Profession and Community', 'Effectively advocate for their patients, the profession, and community', NULL, 7, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (22, NULL, 'Practice Options', 'Describes a variety of practice options and settings within the practice of Medicine', NULL, 8, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (22, NULL, 'Practice Options', 'Describes a variety of practice options and settings within the practice of Medicine', NULL, 8, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (23, NULL, 'Balancing Health and Profession', 'Balances personal health and professional responsibilities', NULL, 8, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (23, NULL, 'Balancing Health and Profession', 'Balances personal health and professional responsibilities', NULL, 8, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (24, NULL, 'ME1.1 Homeostasis & Dysregulation', 'Applies knowledge of molecular, biochemical, cellular, and systems-level mechanisms that maintain homeostasis, and of the dysregulation of these mechanisms, to the prevention, diagnosis, and management of disease.', NULL, 9, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (24, NULL, 'ME1.1 Homeostasis & Dysregulation', 'Applies knowledge of molecular, biochemical, cellular, and systems-level mechanisms that maintain homeostasis, and of the dysregulation of these mechanisms, to the prevention, diagnosis, and management of disease.', NULL, 9, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (25, NULL, 'ME1.2 Physics and Chemistry', 'Apply major principles of physics and chemistry to explain normal biology, the pathobiology of significant diseases, and the mechanism of action of major technologies used in the prevention, diagnosis, and treatment of disease.', NULL, 9, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (25, NULL, 'ME1.2 Physics and Chemistry', 'Apply major principles of physics and chemistry to explain normal biology, the pathobiology of significant diseases, and the mechanism of action of major technologies used in the prevention, diagnosis, and treatment of disease.', NULL, 9, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (26, NULL, 'ME1.3 Genetics', 'Use the principles of genetic transmission, molecular biology of the human genome, and population genetics to guide assessments and clinical decision making.', NULL, 9, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (26, NULL, 'ME1.3 Genetics', 'Use the principles of genetic transmission, molecular biology of the human genome, and population genetics to guide assessments and clinical decision making.', NULL, 9, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (27, NULL, 'ME1.4 Defense Mechanisms', 'Apply the principles of the cellular and molecular basis of immune and nonimmune host defense mechanisms in health and disease to determine the etiology of disease, identify preventive measures, and predict response to therapies.', NULL, 9, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (27, NULL, 'ME1.4 Defense Mechanisms', 'Apply the principles of the cellular and molecular basis of immune and nonimmune host defense mechanisms in health and disease to determine the etiology of disease, identify preventive measures, and predict response to therapies.', NULL, 9, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (28, NULL, 'ME1.5 Pathological Processes', 'Apply the mechanisms of general and disease-specific pathological processes in health and disease to the prevention, diagnosis, management, and prognosis of critical human disorders.', NULL, 9, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), | | (28, NULL, 'ME1.5 Pathological Processes', 'Apply the mechanisms of general and disease-specific pathological processes in health and disease to the prevention, diagnosis, management, and prognosis of critical human disorders.', NULL, 9, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (29, NULL, 'ME1.6 Microorganisms', 'Apply principles of the biology of microorganisms in normal physiology and disease to explain the etiology of disease, identify preventive measures, and predict response to therapies.', NULL, 9, 6, NULL, 5, 0, 1, 0, 2, NULL, 0, 0, 0), | | (29, NULL, 'ME1.6 Microorganisms', 'Apply principles of the biology of microorganisms in normal physiology and disease to explain the etiology of disease, identify preventive measures, and predict response to therapies.', NULL, 9, 6, NULL, 5, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (30, NULL, 'ME1.7 Pharmacology', 'Apply the principles of pharmacology to evaluate options for safe, rational, and optimally beneficial drug therapy.', NULL, 9, 6, NULL, 6, 0, 1, 0, 2, NULL, 0, 0, 0), | | (30, NULL, 'ME1.7 Pharmacology', 'Apply the principles of pharmacology to evaluate options for safe, rational, and optimally beneficial drug therapy.', NULL, 9, 6, NULL, 6, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (32, NULL, 'ME2.1 History and Physical', 'Conducts a comprehensive and appropriate history and physical examination ', NULL, 10, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (32, NULL, 'ME2.1 History and Physical', 'Conducts a comprehensive and appropriate history and physical examination ', NULL, 10, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (33, NULL, 'ME2.2 Procedural Skills', 'Demonstrate proficient and appropriate use of selected procedural skills, diagnostic and therapeutic', NULL, 10, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (33, NULL, 'ME2.2 Procedural Skills', 'Demonstrate proficient and appropriate use of selected procedural skills, diagnostic and therapeutic', NULL, 10, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (34, NULL, 'ME3.x Clinical Presentations', '', NULL, 11, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (34, NULL, 'ME3.x Clinical Presentations', '', NULL, 11, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (35, NULL, 'ME4.1 Health Promotion & Maintenance', '', NULL, 12, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (35, NULL, 'ME4.1 Health Promotion & Maintenance', '', NULL, 12, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (36, NULL, 'P1.1 Professional Behaviour', 'Practice appropriate professional behaviours, including honesty, integrity, commitment, dependability, compassion, respect, an understanding of the human condition, and altruism in the educational and clinical settings', NULL, 13, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (36, NULL, 'P1.1 Professional Behaviour', 'Practice appropriate professional behaviours, including honesty, integrity, commitment, dependability, compassion, respect, an understanding of the human condition, and altruism in the educational and clinical settings', NULL, 13, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (37, NULL, 'P1.2 Patient-Centered Care', 'Learn how to deliver the highest quality patient-centered care, with commitment to patients\' well being. ', NULL, 13, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (37, NULL, 'P1.2 Patient-Centered Care', 'Learn how to deliver the highest quality patient-centered care, with commitment to patients\' well being. ', NULL, 13, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (38, NULL, 'P1.3 Self-Awareness', 'Is self-aware, engages consultancy appropriately and maintains competence', NULL, 13, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (38, NULL, 'P1.3 Self-Awareness', 'Is self-aware, engages consultancy appropriately and maintains competence', NULL, 13, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (39, NULL, 'P2.1 Ethics', 'Analyze ethical issues encountered in practice (such as informed consent, confidentiality, truth telling, vulnerable populations, etc.)', NULL, 14, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (39, NULL, 'P2.1 Ethics', 'Analyze ethical issues encountered in practice (such as informed consent, confidentiality, truth telling, vulnerable populations, etc.)', NULL, 14, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (40, NULL, 'P2.2 Law and Regulation', 'Apply profession-led regulation to serve patients, the profession and society. ', NULL, 14, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (40, NULL, 'P2.2 Law and Regulation', 'Apply profession-led regulation to serve patients, the profession and society. ', NULL, 14, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (41, NULL, 'S1.1 Information Retrieval', 'Are able to retrieve medical information efficiently and effectively', NULL, 15, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (41, NULL, 'S1.1 Information Retrieval', 'Are able to retrieve medical information efficiently and effectively', NULL, 15, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (42, NULL, 'S1.2 Critical Evaluation', 'Critically evaluate the validity and applicability of medical procedures and therapeutic modalities to patient care', NULL, 15, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (42, NULL, 'S1.2 Critical Evaluation', 'Critically evaluate the validity and applicability of medical procedures and therapeutic modalities to patient care', NULL, 15, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (43, NULL, 'S2.1 Research Methodology', 'Adopt rigorous research methodology and scientific inquiry procedures', NULL, 16, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (43, NULL, 'S2.1 Research Methodology', 'Adopt rigorous research methodology and scientific inquiry procedures', NULL, 16, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (44, NULL, 'S2.2 Sharing Innovation', 'Prepares and disseminates new medical information', NULL, 16, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (44, NULL, 'S2.2 Sharing Innovation', 'Prepares and disseminates new medical information', NULL, 16, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (45, NULL, 'S3.1 Learning Strategies', 'Implements effective personal learning experiences including the capacity to engage in reflective learning', NULL, 17, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (45, NULL, 'S3.1 Learning Strategies', 'Implements effective personal learning experiences including the capacity to engage in reflective learning', NULL, 17, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (46, NULL, 'CM1.1 Therapeutic Relationships', 'Demonstrate skills and attitudes to foster rapport, trust and ethical therapeutic relationships with patients and families', NULL, 18, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (46, NULL, 'CM1.1 Therapeutic Relationships', 'Demonstrate skills and attitudes to foster rapport, trust and ethical therapeutic relationships with patients and families', NULL, 18, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (47, NULL, 'CM1.2 Eliciting Perspectives', 'Elicit and synthesize relevant information and perspectives of patients and families, colleagues and other professionals', NULL, 18, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (47, NULL, 'CM1.2 Eliciting Perspectives', 'Elicit and synthesize relevant information and perspectives of patients and families, colleagues and other professionals', NULL, 18, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (48, NULL, 'CM1.3 Conveying Information', 'Convey relevant information and explanations appropriately to patients and families, colleagues and other professionals, orally and in writing', NULL, 18, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (48, NULL, 'CM1.3 Conveying Information', 'Convey relevant information and explanations appropriately to patients and families, colleagues and other professionals, orally and in writing', NULL, 18, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (49, NULL, 'CM1.4 Finding Common Ground', 'Develop a common understanding on issues, problems, and plans with patients and families, colleagues and other professionals to develop a shared plan of care', NULL, 18, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (49, NULL, 'CM1.4 Finding Common Ground', 'Develop a common understanding on issues, problems, and plans with patients and families, colleagues and other professionals to develop a shared plan of care', NULL, 18, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (50, NULL, 'CL 1.1 Working In Teams', 'Participate effectively and appropriately as part of a multiprofessional healthcare team.', NULL, 19, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (50, NULL, 'CL 1.1 Working In Teams', 'Participate effectively and appropriately as part of a multiprofessional healthcare team.', NULL, 19, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (51, NULL, 'CL1.2 Overcoming Conflict', 'Work with others effectively in order to prevent, negotiate, and resolve conflict.', NULL, 19, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (51, NULL, 'CL1.2 Overcoming Conflict', 'Work with others effectively in order to prevent, negotiate, and resolve conflict.', NULL, 19, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (52, NULL, 'CL1.3 Including Patients and Families', 'Includes patients and families in prevention and management of illness', NULL, 19, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (52, NULL, 'CL1.3 Including Patients and Families', 'Includes patients and families in prevention and management of illness', NULL, 19, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (53, NULL, 'CL1.4 Teaching and Learning', 'Teaches and learns from others consistently ', NULL, 19, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (53, NULL, 'CL1.4 Teaching and Learning', 'Teaches and learns from others consistently ', NULL, 19, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (54, NULL, 'A1.1 Applying Determinants of Health', 'Apply knowledge of the determinants of health for populations to medical encounters and problems.', NULL, 20, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (54, NULL, 'A1.1 Applying Determinants of Health', 'Apply knowledge of the determinants of health for populations to medical encounters and problems.', NULL, 20, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (55, NULL, 'A2.1 Community Resources', 'Identify and communicate about community resources to promote health, prevent disease, and manage illness in their patients and the communities they will serve.', NULL, 21, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (55, NULL, 'A2.1 Community Resources', 'Identify and communicate about community resources to promote health, prevent disease, and manage illness in their patients and the communities they will serve.', NULL, 21, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (56, NULL, 'A2.2 Responsibility and Service', 'Integrate the principles of advocacy into their understanding of their professional responsibility to patients and the communities they will serve. ', NULL, 21, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (56, NULL, 'A2.2 Responsibility and Service', 'Integrate the principles of advocacy into their understanding of their professional responsibility to patients and the communities they will serve. ', NULL, 21, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (57, NULL, 'M1.1 Career Settings', 'Is aware of the variety of practice options and settings within the practice of Medicine, and makes informed personal choices regarding career direction', NULL, 22, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (57, NULL, 'M1.1 Career Settings', 'Is aware of the variety of practice options and settings within the practice of Medicine, and makes informed personal choices regarding career direction', NULL, 22, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (58, NULL, 'M2.1 Work / Life Balance', 'Identifies and implement strategies that promote care of one\'s self and one\'s colleagues to maintain balance between personal and educational/ professional commitments', NULL, 23, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (58, NULL, 'M2.1 Work / Life Balance', 'Identifies and implement strategies that promote care of one\'s self and one\'s colleagues to maintain balance between personal and educational/ professional commitments', NULL, 23, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (59, NULL, 'ME1.1a', 'Apply knowledge of biological systems and their interactions to explain how the human body functions in health and disease. ', NULL, 24, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (59, NULL, 'ME1.1a', 'Apply knowledge of biological systems and their interactions to explain how the human body functions in health and disease. ', NULL, 24, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (60, NULL, 'ME1.1b', 'Use the principles of feedback control to explain how specific homeostatic and reproductive systems maintain the internal environment and identify (1) how perturbations in these systems may result in disease and (2) how homeostasis may be changed by disease.', NULL, 24, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (60, NULL, 'ME1.1b', 'Use the principles of feedback control to explain how specific homeostatic and reproductive systems maintain the internal environment and identify (1) how perturbations in these systems may result in disease and (2) how homeostasis may be changed by disease.', NULL, 24, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (61, NULL, 'ME1.1c', 'Apply knowledge of the atomic and molecular characteristics of biological constituents to predict normal and pathological molecular function.', NULL, 24, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (61, NULL, 'ME1.1c', 'Apply knowledge of the atomic and molecular characteristics of biological constituents to predict normal and pathological molecular function.', NULL, 24, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (62, NULL, 'ME1.1d', 'Explain how the regulation of major biochemical energy production pathways and the synthesis/degradation of macromolecules function to maintain health and identify major forms of dysregulation in disease.', NULL, 24, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (62, NULL, 'ME1.1d', 'Explain how the regulation of major biochemical energy production pathways and the synthesis/degradation of macromolecules function to maintain health and identify major forms of dysregulation in disease.', NULL, 24, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (63, NULL, 'ME1.1e', 'Explain the major mechanisms of intra- and intercellular communication and their role in health and disease states.', NULL, 24, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), | | (63, NULL, 'ME1.1e', 'Explain the major mechanisms of intra- and intercellular communication and their role in health and disease states.', NULL, 24, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (64, NULL, 'ME1.1f', 'Apply an understanding of the morphological and biochemical events that occur when somatic or germ cells divide, and the mechanisms that regulate cell division and cell death, to explain normal and abnormal growth and development.', NULL, 24, 6, NULL, 5, 0, 1, 0, 2, NULL, 0, 0, 0), | | (64, NULL, 'ME1.1f', 'Apply an understanding of the morphological and biochemical events that occur when somatic or germ cells divide, and the mechanisms that regulate cell division and cell death, to explain normal and abnormal growth and development.', NULL, 24, 6, NULL, 5, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (65, NULL, 'ME1.1g', 'Identify and describe the common and unique microscopic and three dimensional macroscopic structures of macromolecules, cells, tissues, organs, systems, and compartments that lead to their unique and integrated function from fertilization through senescence to explain how perturbations contribute to disease. ', NULL, 24, 6, NULL, 6, 0, 1, 0, 2, NULL, 0, 0, 0), | | (65, NULL, 'ME1.1g', 'Identify and describe the common and unique microscopic and three dimensional macroscopic structures of macromolecules, cells, tissues, organs, systems, and compartments that lead to their unique and integrated function from fertilization through senescence to explain how perturbations contribute to disease. ', NULL, 24, 6, NULL, 6, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (66, NULL, 'ME1.1h', 'Predict the consequences of structural variability and damage or loss of tissues and organs due to maldevelopment, trauma, disease, and aging.', NULL, 24, 6, NULL, 7, 0, 1, 0, 2, NULL, 0, 0, 0), | | (66, NULL, 'ME1.1h', 'Predict the consequences of structural variability and damage or loss of tissues and organs due to maldevelopment, trauma, disease, and aging.', NULL, 24, 6, NULL, 7, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (67, NULL, 'ME1.1i', 'Apply principles of information processing at the molecular, cellular, and integrated nervous system level and understanding of sensation, perception, decision making, action, and cognition to explain behavior in health and disease.', NULL, 24, 6, NULL, 8, 0, 1, 0, 2, NULL, 0, 0, 0), | | (67, NULL, 'ME1.1i', 'Apply principles of information processing at the molecular, cellular, and integrated nervous system level and understanding of sensation, perception, decision making, action, and cognition to explain behavior in health and disease.', NULL, 24, 6, NULL, 8, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (68, NULL, 'ME1.2a', 'Apply the principles of physics and chemistry, such as mass flow, transport, electricity, biomechanics, and signal detection and processing, to the specialized functions of membranes, cells, tissues, organs, and the human organism, and recognize how perturbations contribute to disease.', NULL, 25, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (68, NULL, 'ME1.2a', 'Apply the principles of physics and chemistry, such as mass flow, transport, electricity, biomechanics, and signal detection and processing, to the specialized functions of membranes, cells, tissues, organs, and the human organism, and recognize how perturbations contribute to disease.', NULL, 25, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (69, NULL, 'ME1.2b', 'Apply the principles of physics and chemistry to explain the risks, limitations, and appropriate use of diagnostic and therapeutic technologies.', NULL, 25, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (69, NULL, 'ME1.2b', 'Apply the principles of physics and chemistry to explain the risks, limitations, and appropriate use of diagnostic and therapeutic technologies.', NULL, 25, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (70, NULL, 'ME1.3a', 'Describe the functional elements in the human genome, their evolutionary origins, their interactions, and the consequences of genetic and epigenetic changes on adaptation and health.', NULL, 26, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (70, NULL, 'ME1.3a', 'Describe the functional elements in the human genome, their evolutionary origins, their interactions, and the consequences of genetic and epigenetic changes on adaptation and health.', NULL, 26, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (71, NULL, 'ME1.3b', 'Explain how variation at the gene level alters the chemical and physical properties of biological systems, and how this, in turn, influences health.', NULL, 26, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (71, NULL, 'ME1.3b', 'Explain how variation at the gene level alters the chemical and physical properties of biological systems, and how this, in turn, influences health.', NULL, 26, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (72, NULL, 'ME1.3c', 'Describe the major forms and frequencies of genetic variation and their consequences on health in different human populations.', NULL, 26, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (72, NULL, 'ME1.3c', 'Describe the major forms and frequencies of genetic variation and their consequences on health in different human populations.', NULL, 26, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (73, NULL, 'ME1.3d', 'Apply knowledge of the genetics and the various patterns of genetic transmission within families in order to obtain and interpret family history and ancestry data, calculate risk of disease, and order genetic tests to guide therapeutic decision-making.', NULL, 26, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (73, NULL, 'ME1.3d', 'Apply knowledge of the genetics and the various patterns of genetic transmission within families in order to obtain and interpret family history and ancestry data, calculate risk of disease, and order genetic tests to guide therapeutic decision-making.', NULL, 26, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (74, NULL, 'ME1.3e', 'Use to guide clinical action plans, the interaction of genetic and environmental factors to produce phenotypes and provide the basis for individual variation in response to toxic, pharmacological, or other exposures.', NULL, 26, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), | | (74, NULL, 'ME1.3e', 'Use to guide clinical action plans, the interaction of genetic and environmental factors to produce phenotypes and provide the basis for individual variation in response to toxic, pharmacological, or other exposures.', NULL, 26, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (75, NULL, 'ME1.4a', 'Apply knowledge of the generation of immunological diversity and specificity to the diagnosis and treatment of disease.', NULL, 27, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (75, NULL, 'ME1.4a', 'Apply knowledge of the generation of immunological diversity and specificity to the diagnosis and treatment of disease.', NULL, 27, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (76, NULL, 'ME1.4b', 'Apply knowledge of the mechanisms for distinction between self and nonself (tolerance and immune surveillance) to the maintenance of health, autoimmunity, and transplant rejection.', NULL, 27, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (76, NULL, 'ME1.4b', 'Apply knowledge of the mechanisms for distinction between self and nonself (tolerance and immune surveillance) to the maintenance of health, autoimmunity, and transplant rejection.', NULL, 27, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (77, NULL, 'ME1.4c', 'Apply knowledge of the molecular basis for immune cell development to diagnose and treat immune deficiencies.', NULL, 27, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (77, NULL, 'ME1.4c', 'Apply knowledge of the molecular basis for immune cell development to diagnose and treat immune deficiencies.', NULL, 27, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (78, NULL, 'ME1.4d', 'Apply knowledge of the mechanisms used to defend against intracellular or extracellular microbes to the development of immunological prevention or treatment.', NULL, 27, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (78, NULL, 'ME1.4d', 'Apply knowledge of the mechanisms used to defend against intracellular or extracellular microbes to the development of immunological prevention or treatment.', NULL, 27, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (79, NULL, 'ME1.5a', 'Apply knowledge of cellular responses to injury, and the underlying etiology, biochemical and molecular alterations, to assess therapeutic interventions.', NULL, 28, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (79, NULL, 'ME1.5a', 'Apply knowledge of cellular responses to injury, and the underlying etiology, biochemical and molecular alterations, to assess therapeutic interventions.', NULL, 28, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (80, NULL, 'ME1.5b', 'Apply knowledge of the vascular and leukocyte responses of inflammation and their cellular and soluble mediators to the causation, resolution, prevention, and targeted therapy of tissue injury.', NULL, 28, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (80, NULL, 'ME1.5b', 'Apply knowledge of the vascular and leukocyte responses of inflammation and their cellular and soluble mediators to the causation, resolution, prevention, and targeted therapy of tissue injury.', NULL, 28, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (81, NULL, 'ME1.5c', 'Apply knowledge of the interplay of platelets, vascular endothelium, leukocytes, and coagulation factors in maintaining fluidity of blood, formation of thrombi, and causation of atherosclerosis to the prevention and diagnosis of thrombosis and atherosclerosis in various vascular beds, and the selection of therapeutic responses.', NULL, 28, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (81, NULL, 'ME1.5c', 'Apply knowledge of the interplay of platelets, vascular endothelium, leukocytes, and coagulation factors in maintaining fluidity of blood, formation of thrombi, and causation of atherosclerosis to the prevention and diagnosis of thrombosis and atherosclerosis in various vascular beds, and the selection of therapeutic responses.', NULL, 28, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (82, NULL, 'ME1.5d', 'Apply knowledge of the molecular basis of neoplasia to an understanding of the biological behavior, morphologic appearance, classification, diagnosis, prognosis, and targeted therapy of specific neoplasms.', NULL, 28, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (82, NULL, 'ME1.5d', 'Apply knowledge of the molecular basis of neoplasia to an understanding of the biological behavior, morphologic appearance, classification, diagnosis, prognosis, and targeted therapy of specific neoplasms.', NULL, 28, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (83, NULL, 'ME1.6a', 'Apply the principles of host-pathogen and pathogen-population interactions and knowledge of pathogen structure, genomics, lifecycle, transmission, natural history, and pathogenesis to the prevention, diagnosis, and treatment of infectious disease.', NULL, 29, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (83, NULL, 'ME1.6a', 'Apply the principles of host-pathogen and pathogen-population interactions and knowledge of pathogen structure, genomics, lifecycle, transmission, natural history, and pathogenesis to the prevention, diagnosis, and treatment of infectious disease.', NULL, 29, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (84, NULL, 'ME1.6b', 'Apply the principles of symbiosis (commensalisms, mutualism, and parasitism) to the maintenance of health and disease.', NULL, 29, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (84, NULL, 'ME1.6b', 'Apply the principles of symbiosis (commensalisms, mutualism, and parasitism) to the maintenance of health and disease.', NULL, 29, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (85, NULL, 'ME1.6c', 'Apply the principles of epidemiology to maintaining and restoring the health of communities and individuals.', NULL, 29, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (85, NULL, 'ME1.6c', 'Apply the principles of epidemiology to maintaining and restoring the health of communities and individuals.', NULL, 29, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (86, NULL, 'ME1.7a', 'Apply knowledge of pathologic processes, pharmacokinetics, and pharmacodynamics to guide safe and effective treatments.', NULL, 30, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (86, NULL, 'ME1.7a', 'Apply knowledge of pathologic processes, pharmacokinetics, and pharmacodynamics to guide safe and effective treatments.', NULL, 30, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (87, NULL, 'ME1.7b', 'Select optimal drug therapy based on an understanding of pertinent research, relevant medical literature, regulatory processes, and pharmacoeconomics.', NULL, 30, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (87, NULL, 'ME1.7b', 'Select optimal drug therapy based on an understanding of pertinent research, relevant medical literature, regulatory processes, and pharmacoeconomics.', NULL, 30, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (88, NULL, 'ME1.7c', 'Apply knowledge of individual variability in the use and responsiveness to pharmacological agents to selecting and monitoring therapeutic regimens and identifying adverse responses.', NULL, 30, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (88, NULL, 'ME1.7c', 'Apply knowledge of individual variability in the use and responsiveness to pharmacological agents to selecting and monitoring therapeutic regimens and identifying adverse responses.', NULL, 30, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (89, NULL, 'ME1.8a', 'Apply basic mathematical tools and concepts, including functions, graphs and modeling, measurement and scale, and quantitative reasoning, to an understanding of the specialized functions of membranes, cells, tissues, organs, and the human organism, in both health and disease.', NULL, 31, 0, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (89, NULL, 'ME1.8a', 'Apply basic mathematical tools and concepts, including functions, graphs and modeling, measurement and scale, and quantitative reasoning, to an understanding of the specialized functions of membranes, cells, tissues, organs, and the human organism, in both health and disease.', NULL, 31, 0, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (90, NULL, 'ME1.8b', 'Apply the principles and approaches of statistics, biostatistics, and epidemiology to the evaluation and interpretation of disease risk, etiology, and prognosis, and to the prevention, diagnosis, and management of disease.', NULL, 31, 0, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (90, NULL, 'ME1.8b', 'Apply the principles and approaches of statistics, biostatistics, and epidemiology to the evaluation and interpretation of disease risk, etiology, and prognosis, and to the prevention, diagnosis, and management of disease.', NULL, 31, 0, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (91, NULL, 'ME1.8c', 'Apply the basic principles of information systems, their design and architecture, implementation, use, and limitations, to information retrieval, clinical problem solving, and public health and policy.', NULL, 31, 0, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (91, NULL, 'ME1.8c', 'Apply the basic principles of information systems, their design and architecture, implementation, use, and limitations, to information retrieval, clinical problem solving, and public health and policy.', NULL, 31, 0, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (92, NULL, 'ME1.8d', 'Explain the importance, use, and limitations of biomedical and health informatics, including data quality, analysis, and visualization, and its application to diagnosis, therapeutics, and characterization of populations and subpopulations. ', NULL, 31, 0, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (92, NULL, 'ME1.8d', 'Explain the importance, use, and limitations of biomedical and health informatics, including data quality, analysis, and visualization, and its application to diagnosis, therapeutics, and characterization of populations and subpopulations. ', NULL, 31, 0, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (93, NULL, 'ME1.8e', 'Apply elements of the scientific process, such as inference, critical analysis of research design, and appreciation of the difference between association and causation, to interpret the findings, applications, and limitations of observational and experimental research in clinical decision making.', NULL, 31, 0, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), | | (93, NULL, 'ME1.8e', 'Apply elements of the scientific process, such as inference, critical analysis of research design, and appreciation of the difference between association and causation, to interpret the findings, applications, and limitations of observational and experimental research in clinical decision making.', NULL, 31, 0, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (94, NULL, 'ME2.1a', 'Effectively identify and explore issues to be addressed in a patient encounter, including the patient\'s context and preferences.', NULL, 32, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (94, NULL, 'ME2.1a', 'Effectively identify and explore issues to be addressed in a patient encounter, including the patient\'s context and preferences.', NULL, 32, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (95, NULL, 'ME2.1b', 'For purposes of prevention and health promotion, diagnosis and/or management, elicit a history that is relevant, concise and accurate to context and preferences.', NULL, 32, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (95, NULL, 'ME2.1b', 'For purposes of prevention and health promotion, diagnosis and/or management, elicit a history that is relevant, concise and accurate to context and preferences.', NULL, 32, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (96, NULL, 'ME2.1c', 'For the purposes of prevention and health promotion, diagnosis and/or management, perform a focused physical examination that is relevant and accurate.', NULL, 32, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (96, NULL, 'ME2.1c', 'For the purposes of prevention and health promotion, diagnosis and/or management, perform a focused physical examination that is relevant and accurate.', NULL, 32, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (97, NULL, 'ME2.1d', 'Select basic, medically appropriate investigative methods in an ethical manner.', NULL, 32, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (97, NULL, 'ME2.1d', 'Select basic, medically appropriate investigative methods in an ethical manner.', NULL, 32, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (98, NULL, 'ME2.1e', 'Demonstrate effective clinical problem solving and judgment to address selected common patient presentations, including interpreting available data and integrating information to generate differential diagnoses and management plans.', NULL, 32, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), | | (98, NULL, 'ME2.1e', 'Demonstrate effective clinical problem solving and judgment to address selected common patient presentations, including interpreting available data and integrating information to generate differential diagnoses and management plans.', NULL, 32, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (99, NULL, 'ME2.2a', 'Demonstrate effective, appropriate and timely performance of selected diagnostic procedures.', NULL, 33, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (99, NULL, 'ME2.2a', 'Demonstrate effective, appropriate and timely performance of selected diagnostic procedures.', NULL, 33, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (100, NULL, 'ME2.2b', 'Demonstrate effective, appropriate and timely performance of selected therapeutic procedures.', NULL, 33, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (100, NULL, 'ME2.2b', 'Demonstrate effective, appropriate and timely performance of selected therapeutic procedures.', NULL, 33, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (101, NULL, 'ME3.xa', 'Identify and apply aspects of normal human structure and physiology relevant to the clinical presentation.', NULL, 34, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (101, NULL, 'ME3.xa', 'Identify and apply aspects of normal human structure and physiology relevant to the clinical presentation.', NULL, 34, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (102, NULL, 'ME3.xb', 'Identify pathologic or maladaptive processes that are active.', NULL, 34, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (102, NULL, 'ME3.xb', 'Identify pathologic or maladaptive processes that are active.', NULL, 34, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (103, NULL, 'ME3.xc', 'Develop a differential diagnosis for the clinical presentation.', NULL, 34, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (103, NULL, 'ME3.xc', 'Develop a differential diagnosis for the clinical presentation.', NULL, 34, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (104, NULL, 'ME3.xd', 'Use history taking and physical examination relevant to the clinical presentation.', NULL, 34, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (104, NULL, 'ME3.xd', 'Use history taking and physical examination relevant to the clinical presentation.', NULL, 34, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (105, NULL, 'ME3.xe', 'Use diagnostic tests or procedures appropriately to establish working diagnoses.', NULL, 34, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), | | (105, NULL, 'ME3.xe', 'Use diagnostic tests or procedures appropriately to establish working diagnoses.', NULL, 34, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (106, NULL, 'ME3.xf', 'Provide appropriate initial management for the clinical presentation.', NULL, 34, 6, NULL, 5, 0, 1, 0, 2, NULL, 0, 0, 0), | | (106, NULL, 'ME3.xf', 'Provide appropriate initial management for the clinical presentation.', NULL, 34, 6, NULL, 5, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (107, NULL, 'ME3.xg', 'Provide evidence for diagnostic and therapeutic choices.', NULL, 34, 6, NULL, 6, 0, 1, 0, 2, NULL, 0, 0, 0), | | (107, NULL, 'ME3.xg', 'Provide evidence for diagnostic and therapeutic choices.', NULL, 34, 6, NULL, 6, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (108, NULL, 'ME4.1a', 'Demonstrate awareness and respect for the Determinants of Health in identifying the needs of a patient.', NULL, 35, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (108, NULL, 'ME4.1a', 'Demonstrate awareness and respect for the Determinants of Health in identifying the needs of a patient.', NULL, 35, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (109, NULL, 'ME4.1b', 'Discover opportunities for health promotion and disease prevention as well as resources for patient care.', NULL, 35, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (109, NULL, 'ME4.1b', 'Discover opportunities for health promotion and disease prevention as well as resources for patient care.', NULL, 35, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (110, NULL, 'ME4.1c', 'Formulate preventive measures into their management strategies.', NULL, 35, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (110, NULL, 'ME4.1c', 'Formulate preventive measures into their management strategies.', NULL, 35, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (111, NULL, 'ME4.1d', 'Communicate with the patient, the patient\'s family and concerned others with regard to risk factors and their modification where appropriate.', NULL, 35, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (111, NULL, 'ME4.1d', 'Communicate with the patient, the patient\'s family and concerned others with regard to risk factors and their modification where appropriate.', NULL, 35, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (112, NULL, 'ME4.1e', 'Describe programs for the promotion of health including screening for, and the prevention of, illness.', NULL, 35, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), | | (112, NULL, 'ME4.1e', 'Describe programs for the promotion of health including screening for, and the prevention of, illness.', NULL, 35, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (113, NULL, 'P1.1a', 'Defines the concepts of honesty, integrity, commitment, dependability, compassion, respect and altruism as applied to medical practice and correctly identifies examples of appropriate and inappropriate application.', NULL, 36, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (113, NULL, 'P1.1a', 'Defines the concepts of honesty, integrity, commitment, dependability, compassion, respect and altruism as applied to medical practice and correctly identifies examples of appropriate and inappropriate application.', NULL, 36, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (114, NULL, 'P1.1b', 'Applies these concepts in medical and professional encounters.', NULL, 36, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (114, NULL, 'P1.1b', 'Applies these concepts in medical and professional encounters.', NULL, 36, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (115, NULL, 'P1.2a', 'Defines the concept of \"standard of care\".', NULL, 37, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (115, NULL, 'P1.2a', 'Defines the concept of \"standard of care\".', NULL, 37, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (116, NULL, 'P1.2b', 'Applies diagnostic and therapeutic modalities in evidence based and patient centred contexts.', NULL, 37, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (116, NULL, 'P1.2b', 'Applies diagnostic and therapeutic modalities in evidence based and patient centred contexts.', NULL, 37, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (117, NULL, 'P1.3a', 'Recognizes and acknowledges limits of personal competence.', NULL, 38, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (117, NULL, 'P1.3a', 'Recognizes and acknowledges limits of personal competence.', NULL, 38, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (118, NULL, 'P1.3b', 'Is able to acquire specific knowledge appropriately to assist clinical management.', NULL, 38, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (118, NULL, 'P1.3b', 'Is able to acquire specific knowledge appropriately to assist clinical management.', NULL, 38, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (119, NULL, 'P1.3c', 'Engages colleagues and other health professionals appropriately.', NULL, 38, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (119, NULL, 'P1.3c', 'Engages colleagues and other health professionals appropriately.', NULL, 38, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (120, NULL, 'P2.1a', 'Analyze ethical issues encountered in practice (such as informed consent, confidentiality, truth telling, vulnerable populations etc).', NULL, 39, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (120, NULL, 'P2.1a', 'Analyze ethical issues encountered in practice (such as informed consent, confidentiality, truth telling, vulnerable populations etc).', NULL, 39, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (121, NULL, 'P2.1b', 'Analyze legal issues encountered in practice (such as conflict of interest, patient rights and privacy, etc).', NULL, 39, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (121, NULL, 'P2.1b', 'Analyze legal issues encountered in practice (such as conflict of interest, patient rights and privacy, etc).', NULL, 39, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (122, NULL, 'P2.1c', 'Analyze the psycho-social, cultural and religious issues that could affect patient management.', NULL, 39, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (122, NULL, 'P2.1c', 'Analyze the psycho-social, cultural and religious issues that could affect patient management.', NULL, 39, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (123, NULL, 'P2.1d', 'Define and implement principles of appropriate relationships with patients.', NULL, 39, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (123, NULL, 'P2.1d', 'Define and implement principles of appropriate relationships with patients.', NULL, 39, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (124, NULL, 'P2.2a', 'Recognize the professional, legal and ethical codes and obligations required of current practice in a variety of settings, including hospitals, private practice and health care institutions, etc.', NULL, 40, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (124, NULL, 'P2.2a', 'Recognize the professional, legal and ethical codes and obligations required of current practice in a variety of settings, including hospitals, private practice and health care institutions, etc.', NULL, 40, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (125, NULL, 'P2.2b', 'Recognize and respond appropriately to unprofessional behaviour in colleagues.', NULL, 40, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (125, NULL, 'P2.2b', 'Recognize and respond appropriately to unprofessional behaviour in colleagues.', NULL, 40, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (126, NULL, 'S1.1a', 'Use objective parameters to assess reliability of various sources of medical information.', NULL, 41, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (126, NULL, 'S1.1a', 'Use objective parameters to assess reliability of various sources of medical information.', NULL, 41, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (127, NULL, 'S1.1b', 'Are able to efficiently search sources of medical information in order to address specific clinical questions.', NULL, 41, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (127, NULL, 'S1.1b', 'Are able to efficiently search sources of medical information in order to address specific clinical questions.', NULL, 41, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (128, NULL, 'S1.2a', 'Apply knowledge of research and statistical methodology to the review of medical information and make decisions for health care of patients and society through scientifically rigourous analysis of evidence.', NULL, 42, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (128, NULL, 'S1.2a', 'Apply knowledge of research and statistical methodology to the review of medical information and make decisions for health care of patients and society through scientifically rigourous analysis of evidence.', NULL, 42, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (129, NULL, 'S1.2b', 'Apply to the review of medical literature the principles of research ethics, including disclosure, conflicts of interest, research on human subjects and industry relations.', NULL, 42, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (129, NULL, 'S1.2b', 'Apply to the review of medical literature the principles of research ethics, including disclosure, conflicts of interest, research on human subjects and industry relations.', NULL, 42, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (130, NULL, 'S1.2c', 'Identify the nature and requirements of organizations contributing to medical education.', NULL, 42, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (130, NULL, 'S1.2c', 'Identify the nature and requirements of organizations contributing to medical education.', NULL, 42, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (131, NULL, 'S1.2d', 'Balance scientific evidence with consideration of patient preferences and overall quality of life in therapeutic decision making.', NULL, 42, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (131, NULL, 'S1.2d', 'Balance scientific evidence with consideration of patient preferences and overall quality of life in therapeutic decision making.', NULL, 42, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (132, NULL, 'S2.1a', 'Formulates relevant research hypotheses.', NULL, 43, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (132, NULL, 'S2.1a', 'Formulates relevant research hypotheses.', NULL, 43, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (133, NULL, 'S2.1b', 'Develops rigorous methodologies.', NULL, 43, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (133, NULL, 'S2.1b', 'Develops rigorous methodologies.', NULL, 43, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (134, NULL, 'S2.1c', 'Develops appropriate collaborations in order to participate in research projects.', NULL, 43, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (134, NULL, 'S2.1c', 'Develops appropriate collaborations in order to participate in research projects.', NULL, 43, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (135, NULL, 'S2.1d', 'Practice research ethics, including disclosure, conflicts of interest, research on human subjects and industry relations.', NULL, 43, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (135, NULL, 'S2.1d', 'Practice research ethics, including disclosure, conflicts of interest, research on human subjects and industry relations.', NULL, 43, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (136, NULL, 'S2.1e', 'Evaluates the outcomes of research by application of rigorous statistical analysis.', NULL, 43, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), | | (136, NULL, 'S2.1e', 'Evaluates the outcomes of research by application of rigorous statistical analysis.', NULL, 43, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (137, NULL, 'S2.2a', 'Report to students and faculty upon new knowledge gained from research and enquiry, using a variety of methods.', NULL, 44, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (137, NULL, 'S2.2a', 'Report to students and faculty upon new knowledge gained from research and enquiry, using a variety of methods.', NULL, 44, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (138, NULL, 'S3.1a', 'Develop lifelong learning strategies through integration of the principles of learning.', NULL, 45, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (138, NULL, 'S3.1a', 'Develop lifelong learning strategies through integration of the principles of learning.', NULL, 45, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (139, NULL, 'S3.1b', 'Self-assess learning critically, in congruence with others\' assessment, and address prioritized learning issues.', NULL, 45, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (139, NULL, 'S3.1b', 'Self-assess learning critically, in congruence with others\' assessment, and address prioritized learning issues.', NULL, 45, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (140, NULL, 'S3.1c', 'Ask effective learning questions and solve problems appropriately.', NULL, 45, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (140, NULL, 'S3.1c', 'Ask effective learning questions and solve problems appropriately.', NULL, 45, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (141, NULL, 'S3.1d', 'Consult multiple sources of information.', NULL, 45, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (141, NULL, 'S3.1d', 'Consult multiple sources of information.', NULL, 45, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (142, NULL, 'S3.1e', 'Employ a variety of learning methodologies.', NULL, 45, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), | | (142, NULL, 'S3.1e', 'Employ a variety of learning methodologies.', NULL, 45, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (143, NULL, 'S3.1f', 'Learn with and enhance the learning of others through communities of practice.', NULL, 45, 6, NULL, 5, 0, 1, 0, 2, NULL, 0, 0, 0), | | (143, NULL, 'S3.1f', 'Learn with and enhance the learning of others through communities of practice.', NULL, 45, 6, NULL, 5, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (144, NULL, 'S3.1g', 'Employ information technology (informatics) in learning, including, in clerkship, access to patient record data and other technologies.', NULL, 45, 6, NULL, 6, 0, 1, 0, 2, NULL, 0, 0, 0), | | (144, NULL, 'S3.1g', 'Employ information technology (informatics) in learning, including, in clerkship, access to patient record data and other technologies.', NULL, 45, 6, NULL, 6, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (145, NULL, 'CM1.1a', 'Apply the skills that develop positive therapeutic relationships with patients and their families, characterized by understanding, trust, respect, honesty and empathy.', NULL, 46, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (145, NULL, 'CM1.1a', 'Apply the skills that develop positive therapeutic relationships with patients and their families, characterized by understanding, trust, respect, honesty and empathy.', NULL, 46, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (146, NULL, 'CM1.1b', 'Respect patient confidentiality, privacy and autonomy.', NULL, 46, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (146, NULL, 'CM1.1b', 'Respect patient confidentiality, privacy and autonomy.', NULL, 46, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (147, NULL, 'CM1.1c', 'Listen effectively and be aware of and responsive to nonverbal cues.', NULL, 46, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (147, NULL, 'CM1.1c', 'Listen effectively and be aware of and responsive to nonverbal cues.', NULL, 46, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (148, NULL, 'CM1.1d', 'Communicate effectively with individuals regardless of their social, cultural or ethnic backgrounds, or disabilities.', NULL, 46, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (148, NULL, 'CM1.1d', 'Communicate effectively with individuals regardless of their social, cultural or ethnic backgrounds, or disabilities.', NULL, 46, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (149, NULL, 'CM1.1e', 'Effectively facilitate a structured clinical encounter.', NULL, 46, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), | | (149, NULL, 'CM1.1e', 'Effectively facilitate a structured clinical encounter.', NULL, 46, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (150, NULL, 'CM1.2a', 'Gather information about a disease, but also about a patient\'s beliefs, concerns, expectations and illness experience.', NULL, 47, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (150, NULL, 'CM1.2a', 'Gather information about a disease, but also about a patient\'s beliefs, concerns, expectations and illness experience.', NULL, 47, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (151, NULL, 'CM1.2b', 'Seek out and synthesize relevant information from other sources, such as a patient\'s family, caregivers and other professionals.', NULL, 47, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (151, NULL, 'CM1.2b', 'Seek out and synthesize relevant information from other sources, such as a patient\'s family, caregivers and other professionals.', NULL, 47, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (152, NULL, 'CM1.3a', 'Provide accurate information to a patient and family, colleagues and other professionals in a clear, non-judgmental, and understandable manner.', NULL, 48, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (152, NULL, 'CM1.3a', 'Provide accurate information to a patient and family, colleagues and other professionals in a clear, non-judgmental, and understandable manner.', NULL, 48, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (153, NULL, 'CM1.3b', 'Maintain clear, accurate and appropriate records of clinical encounters and plans.', NULL, 48, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (153, NULL, 'CM1.3b', 'Maintain clear, accurate and appropriate records of clinical encounters and plans.', NULL, 48, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (154, NULL, 'CM1.3c', 'Effectively present verbal reports of clinical encounters and plans.', NULL, 48, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (154, NULL, 'CM1.3c', 'Effectively present verbal reports of clinical encounters and plans.', NULL, 48, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (155, NULL, 'CM1.4a', 'Effectively identify and explore problems to be addressed from a patient encounter, including the patient\'s context, responses, concerns and preferences.', NULL, 49, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (155, NULL, 'CM1.4a', 'Effectively identify and explore problems to be addressed from a patient encounter, including the patient\'s context, responses, concerns and preferences.', NULL, 49, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (156, NULL, 'CM1.4b', 'Respect diversity and difference, including but not limited to the impact of gender, religion and cultural beliefs on decision making.', NULL, 49, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (156, NULL, 'CM1.4b', 'Respect diversity and difference, including but not limited to the impact of gender, religion and cultural beliefs on decision making.', NULL, 49, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (157, NULL, 'CM1.4c', 'Encourage discussion, questions and interaction in the encounter.', NULL, 49, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (157, NULL, 'CM1.4c', 'Encourage discussion, questions and interaction in the encounter.', NULL, 49, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (158, NULL, 'CM1.4d', 'Engage patients, families and relevant health professionals in shared decision making to develop a plan of care.', NULL, 49, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (158, NULL, 'CM1.4d', 'Engage patients, families and relevant health professionals in shared decision making to develop a plan of care.', NULL, 49, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (159, NULL, 'CM1.4e', 'Effectively address challenging communication issues such as obtaining informed consent, delivering bad news, and addressing anger, confusion and misunderstanding.', NULL, 49, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), | | (159, NULL, 'CM1.4e', 'Effectively address challenging communication issues such as obtaining informed consent, delivering bad news, and addressing anger, confusion and misunderstanding.', NULL, 49, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (160, NULL, 'CL1.1a', 'Clearly describe and demonstrate their roles and responsibilities under law and other provisions, to other professionals within a variety of health care settings.', NULL, 50, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (160, NULL, 'CL1.1a', 'Clearly describe and demonstrate their roles and responsibilities under law and other provisions, to other professionals within a variety of health care settings.', NULL, 50, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (161, NULL, 'CL1.1b', 'Recognize and respect the diversity of roles and responsibilities of other health care professionals in a variety of settings, noting how these roles interact with their own.', NULL, 50, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (161, NULL, 'CL1.1b', 'Recognize and respect the diversity of roles and responsibilities of other health care professionals in a variety of settings, noting how these roles interact with their own.', NULL, 50, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (162, NULL, 'CL1.1c', 'Work with others to assess, plan, provide and integrate care for individual patients.', NULL, 50, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (162, NULL, 'CL1.1c', 'Work with others to assess, plan, provide and integrate care for individual patients.', NULL, 50, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (163, NULL, 'CL1.1d', 'Respect team ethics, including confidentiality, resource allocation and professionalism.', NULL, 50, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (163, NULL, 'CL1.1d', 'Respect team ethics, including confidentiality, resource allocation and professionalism.', NULL, 50, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (164, NULL, 'CL1.1e', 'Where appropriate, demonstrate leadership in a healthcare team.', NULL, 50, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), | | (164, NULL, 'CL1.1e', 'Where appropriate, demonstrate leadership in a healthcare team.', NULL, 50, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (165, NULL, 'CL1.2a', 'Demonstrate a respectful attitude towards other colleagues and members of an interprofessional team members in a variety of settings.', NULL, 51, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (165, NULL, 'CL1.2a', 'Demonstrate a respectful attitude towards other colleagues and members of an interprofessional team members in a variety of settings.', NULL, 51, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (166, NULL, 'CL1.2b', 'Respect differences, and work to overcome misunderstandings and limitations in others, that may contribute to conflict.', NULL, 51, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (166, NULL, 'CL1.2b', 'Respect differences, and work to overcome misunderstandings and limitations in others, that may contribute to conflict.', NULL, 51, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (167, NULL, 'CL1.2c', 'Recognize one\'s own differences, and work to overcome one\'s own misunderstandings and limitations that may contribute to interprofessional conflict.', NULL, 51, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (167, NULL, 'CL1.2c', 'Recognize one\'s own differences, and work to overcome one\'s own misunderstandings and limitations that may contribute to interprofessional conflict.', NULL, 51, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (168, NULL, 'CL1.2d', 'Reflect on successful interprofessional team function.', NULL, 51, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (168, NULL, 'CL1.2d', 'Reflect on successful interprofessional team function.', NULL, 51, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (169, NULL, 'CL1.3a', 'Identify the roles of patients and their family in prevention and management of illness.', NULL, 52, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (169, NULL, 'CL1.3a', 'Identify the roles of patients and their family in prevention and management of illness.', NULL, 52, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (170, NULL, 'CL1.3b', 'Learn how to inform and involve the patient and family in decision-making and management plans.', NULL, 52, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (170, NULL, 'CL1.3b', 'Learn how to inform and involve the patient and family in decision-making and management plans.', NULL, 52, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (171, NULL, 'CL1.4a', 'Improve teaching through advice from experts in medical education.', NULL, 53, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (171, NULL, 'CL1.4a', 'Improve teaching through advice from experts in medical education.', NULL, 53, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (172, NULL, 'CL1.4b', 'Accept supervision and feedback.', NULL, 53, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (172, NULL, 'CL1.4b', 'Accept supervision and feedback.', NULL, 53, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (173, NULL, 'CL1.4c', 'Seek learning from others.', NULL, 53, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (173, NULL, 'CL1.4c', 'Seek learning from others.', NULL, 53, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (174, NULL, 'A1.1a', 'Explain factors that influence health, disease, disability and access to care including non-biologic factors (cultural, psychological, sociologic, familial, economic, environmental, legal, political, spiritual needs and beliefs).', NULL, 54, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (174, NULL, 'A1.1a', 'Explain factors that influence health, disease, disability and access to care including non-biologic factors (cultural, psychological, sociologic, familial, economic, environmental, legal, political, spiritual needs and beliefs).', NULL, 54, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (175, NULL, 'A1.1b', 'Describe barriers to access to care and resources.', NULL, 54, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (175, NULL, 'A1.1b', 'Describe barriers to access to care and resources.', NULL, 54, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (176, NULL, 'A1.1c', 'Discuss health issues for special populations, including vulnerable or marginalized populations.', NULL, 54, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (176, NULL, 'A1.1c', 'Discuss health issues for special populations, including vulnerable or marginalized populations.', NULL, 54, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (177, NULL, 'A1.1d', 'Identify principles of health policy and implications.', NULL, 54, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (177, NULL, 'A1.1d', 'Identify principles of health policy and implications.', NULL, 54, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (178, NULL, 'A1.1e', 'Describe health programs and interventions at the population level.', NULL, 54, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), | | (178, NULL, 'A1.1e', 'Describe health programs and interventions at the population level.', NULL, 54, 6, NULL, 4, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (179, NULL, 'A2.1a', 'Identify the role of and method of access to services of community resources.', NULL, 55, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (179, NULL, 'A2.1a', 'Identify the role of and method of access to services of community resources.', NULL, 55, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (180, NULL, 'A2.1b', 'Describe appropriate methods of communication about community resources to and on behalf of patients.', NULL, 55, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (180, NULL, 'A2.1b', 'Describe appropriate methods of communication about community resources to and on behalf of patients.', NULL, 55, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (181, NULL, 'A2.1c', 'Locate and analyze a variety of health communities and community health networks in the local Kingston area and beyond.', NULL, 55, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (181, NULL, 'A2.1c', 'Locate and analyze a variety of health communities and community health networks in the local Kingston area and beyond.', NULL, 55, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (182, NULL, 'A2.2a', 'Describe the role and examples of physicians and medical associations in advocating collectively for health and patient safety.', NULL, 56, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (182, NULL, 'A2.2a', 'Describe the role and examples of physicians and medical associations in advocating collectively for health and patient safety.', NULL, 56, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (183, NULL, 'A2.2b', 'Analyze the ethical and professional issues inherent in health advocacy, including possible conflict between roles of gatekeeper and manager.', NULL, 56, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (183, NULL, 'A2.2b', 'Analyze the ethical and professional issues inherent in health advocacy, including possible conflict between roles of gatekeeper and manager.', NULL, 56, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (184, NULL, 'M1.1a', 'Outline strategies for effective practice in a variety of health care settings, including their structure, finance and operation.', NULL, 57, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (184, NULL, 'M1.1a', 'Outline strategies for effective practice in a variety of health care settings, including their structure, finance and operation.', NULL, 57, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (185, NULL, 'M1.1b', 'Outline the common law and statutory provisions which govern practice and collaboration within hospital and other settings.', NULL, 57, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (185, NULL, 'M1.1b', 'Outline the common law and statutory provisions which govern practice and collaboration within hospital and other settings.', NULL, 57, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (186, NULL, 'M1.1c', 'Recognizes one\'s own personal preferences and strengths and uses this knowledge in career decisions.', NULL, 57, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (186, NULL, 'M1.1c', 'Recognizes one\'s own personal preferences and strengths and uses this knowledge in career decisions.', NULL, 57, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (187, NULL, 'M1.1d', 'Identify career paths within health care settings.', NULL, 57, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (187, NULL, 'M1.1d', 'Identify career paths within health care settings.', NULL, 57, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (188, NULL, 'M2.1a', 'Identify and balance personal and educational priorities to foster future balance between personal health and a sustainable practice.', NULL, 58, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), | | (188, NULL, 'M2.1a', 'Identify and balance personal and educational priorities to foster future balance between personal health and a sustainable practice.', NULL, 58, 6, NULL, 0, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (189, NULL, 'M2.1b', 'Practice personal and professional awareness, insight and acceptance of feedback and peer review; participate in peer review.', NULL, 58, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (189, NULL, 'M2.1b', 'Practice personal and professional awareness, insight and acceptance of feedback and peer review; participate in peer review.', NULL, 58, 6, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (190, NULL, 'M2.1c', 'Implement plans to overcome barriers to health personal and professional behavior.', NULL, 58, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), | | (190, NULL, 'M2.1c', 'Implement plans to overcome barriers to health personal and professional behavior.', NULL, 58, 6, NULL, 2, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (191, NULL, 'M2.1d', 'Recognize and respond to other educational/professional colleagues in need of support.', NULL, 58, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), | | (191, NULL, 'M2.1d', 'Recognize and respond to other educational/professional colleagues in need of support.', NULL, 58, 6, NULL, 3, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (200, NULL, 'Clinical Learning Objectives', NULL, NULL, 0, 7, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), | | (200, NULL, 'Clinical Learning Objectives', NULL, NULL, 0, 7, NULL, 1, 0, 1, 0, 2, NULL, 0, 0, 0), |
| (201, NULL, 'Pain, lower limb', NULL, NULL, 200, 7, NULL, 113, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (201, NULL, 'Pain, lower limb', NULL, NULL, 200, 7, NULL, 113, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (202, NULL, 'Pain, upper limb', NULL, NULL, 200, 7, NULL, 112, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (202, NULL, 'Pain, upper limb', NULL, NULL, 200, 7, NULL, 112, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (203, NULL, 'Fracture/disl\'n', NULL, NULL, 200, 7, NULL, 111, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (203, NULL, 'Fracture/disl\'n', NULL, NULL, 200, 7, NULL, 111, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (204, NULL, 'Scrotal pain', NULL, NULL, 200, 7, NULL, 101, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (204, NULL, 'Scrotal pain', NULL, NULL, 200, 7, NULL, 101, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (205, NULL, 'Blood in urine', NULL, NULL, 200, 7, NULL, 100, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (205, NULL, 'Blood in urine', NULL, NULL, 200, 7, NULL, 100, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (206, NULL, 'Urinary obstruction/hesitancy', NULL, NULL, 200, 7, NULL, 99, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (206, NULL, 'Urinary obstruction/hesitancy', NULL, NULL, 200, 7, NULL, 99, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (207, NULL, 'Nausea/vomiting', NULL, NULL, 200, 7, NULL, 98, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (207, NULL, 'Nausea/vomiting', NULL, NULL, 200, 7, NULL, 98, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (208, NULL, 'Hernia', NULL, NULL, 200, 7, NULL, 97, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (208, NULL, 'Hernia', NULL, NULL, 200, 7, NULL, 97, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (209, NULL, 'Abdominal injuries', NULL, NULL, 200, 7, NULL, 96, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (209, NULL, 'Abdominal injuries', NULL, NULL, 200, 7, NULL, 96, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (210, NULL, 'Chest injuries', NULL, NULL, 200, 7, NULL, 95, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (210, NULL, 'Chest injuries', NULL, NULL, 200, 7, NULL, 95, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (211, NULL, 'Breast disorders', NULL, NULL, 200, 7, NULL, 94, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (211, NULL, 'Breast disorders', NULL, NULL, 200, 7, NULL, 94, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (212, NULL, 'Anorectal pain', NULL, NULL, 200, 7, NULL, 93, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (212, NULL, 'Anorectal pain', NULL, NULL, 200, 7, NULL, 93, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (213, NULL, 'Blood, GI tract', NULL, NULL, 200, 7, NULL, 92, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (213, NULL, 'Blood, GI tract', NULL, NULL, 200, 7, NULL, 92, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (214, NULL, 'Abdominal distension', NULL, NULL, 200, 7, NULL, 91, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (214, NULL, 'Abdominal distension', NULL, NULL, 200, 7, NULL, 91, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (215, NULL, 'Subs abuse/addic/wdraw', NULL, NULL, 200, 7, NULL, 90, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (215, NULL, 'Subs abuse/addic/wdraw', NULL, NULL, 200, 7, NULL, 90, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (216, NULL, 'Abdo pain - acute', NULL, NULL, 200, 7, NULL, 89, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (216, NULL, 'Abdo pain - acute', NULL, NULL, 200, 7, NULL, 89, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (217, NULL, 'Psychosis/disord thoughts', NULL, NULL, 200, 7, NULL, 88, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (217, NULL, 'Psychosis/disord thoughts', NULL, NULL, 200, 7, NULL, 88, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (218, NULL, 'Personality disorders', NULL, NULL, 200, 7, NULL, 87, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (218, NULL, 'Personality disorders', NULL, NULL, 200, 7, NULL, 87, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (219, NULL, 'Panic/anxiety', NULL, NULL, 200, 7, NULL, 86, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (219, NULL, 'Panic/anxiety', NULL, NULL, 200, 7, NULL, 86, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (221, NULL, 'Mood disorders', NULL, NULL, 200, 7, NULL, 84, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (221, NULL, 'Mood disorders', NULL, NULL, 200, 7, NULL, 84, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (222, NULL, 'XR-Wrist/hand', NULL, NULL, 200, 7, NULL, 83, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (222, NULL, 'XR-Wrist/hand', NULL, NULL, 200, 7, NULL, 83, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (223, NULL, 'XR-Chest', NULL, NULL, 200, 7, NULL, 82, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (223, NULL, 'XR-Chest', NULL, NULL, 200, 7, NULL, 82, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (224, NULL, 'XR-Hip/pelvis', NULL, NULL, 200, 7, NULL, 81, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (224, NULL, 'XR-Hip/pelvis', NULL, NULL, 200, 7, NULL, 81, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (225, NULL, 'XR-Ankle/foot', NULL, NULL, 200, 7, NULL, 80, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (225, NULL, 'XR-Ankle/foot', NULL, NULL, 200, 7, NULL, 80, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (226, NULL, 'Skin ulcers-tumors', NULL, NULL, 200, 7, NULL, 79, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (226, NULL, 'Skin ulcers-tumors', NULL, NULL, 200, 7, NULL, 79, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (228, NULL, 'Skin wound', NULL, NULL, 200, 7, NULL, 77, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (228, NULL, 'Skin wound', NULL, NULL, 200, 7, NULL, 77, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (233, NULL, 'Dyspnea, acute', NULL, NULL, 200, 7, NULL, 72, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (233, NULL, 'Dyspnea, acute', NULL, NULL, 200, 7, NULL, 72, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (234, NULL, 'Infant/child nutrition', NULL, NULL, 200, 7, NULL, 71, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (234, NULL, 'Infant/child nutrition', NULL, NULL, 200, 7, NULL, 71, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (235, NULL, 'Newborn assessment', NULL, NULL, 200, 7, NULL, 70, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (235, NULL, 'Newborn assessment', NULL, NULL, 200, 7, NULL, 70, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (236, NULL, 'Rash,child', NULL, NULL, 200, 7, NULL, 69, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (236, NULL, 'Rash,child', NULL, NULL, 200, 7, NULL, 69, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (237, NULL, 'Ped naus/vom/diarh', NULL, NULL, 200, 7, NULL, 68, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (237, NULL, 'Ped naus/vom/diarh', NULL, NULL, 200, 7, NULL, 68, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (238, NULL, 'Ped EM\'s-acutely ill', NULL, NULL, 200, 7, NULL, 67, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (238, NULL, 'Ped EM\'s-acutely ill', NULL, NULL, 200, 7, NULL, 67, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (239, NULL, 'Ped dysp/resp dstres', NULL, NULL, 200, 7, NULL, 66, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (239, NULL, 'Ped dysp/resp dstres', NULL, NULL, 200, 7, NULL, 66, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (240, NULL, 'Ped constipation', NULL, NULL, 200, 7, NULL, 65, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (240, NULL, 'Ped constipation', NULL, NULL, 200, 7, NULL, 65, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (241, NULL, 'Fever in a child', NULL, NULL, 200, 7, NULL, 64, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (241, NULL, 'Fever in a child', NULL, NULL, 200, 7, NULL, 64, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (242, NULL, 'Ear pain', NULL, NULL, 200, 7, NULL, 63, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (242, NULL, 'Ear pain', NULL, NULL, 200, 7, NULL, 63, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (257, NULL, 'Prolapse', NULL, NULL, 200, 7, NULL, 48, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (257, NULL, 'Prolapse', NULL, NULL, 200, 7, NULL, 48, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (258, NULL, 'Vaginal bleeding, abn', NULL, NULL, 200, 7, NULL, 47, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (258, NULL, 'Vaginal bleeding, abn', NULL, NULL, 200, 7, NULL, 47, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (259, NULL, 'Postpartum, normal', NULL, NULL, 200, 7, NULL, 46, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (259, NULL, 'Postpartum, normal', NULL, NULL, 200, 7, NULL, 46, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (260, NULL, 'Labour, normal', NULL, NULL, 200, 7, NULL, 45, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (260, NULL, 'Labour, normal', NULL, NULL, 200, 7, NULL, 45, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (261, NULL, 'Labour, abnormal', NULL, NULL, 200, 7, NULL, 44, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (261, NULL, 'Labour, abnormal', NULL, NULL, 200, 7, NULL, 44, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (262, NULL, 'Infertility', NULL, NULL, 200, 7, NULL, 43, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (262, NULL, 'Infertility', NULL, NULL, 200, 7, NULL, 43, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (263, NULL, 'Incontinence-urine', NULL, NULL, 200, 7, NULL, 42, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (263, NULL, 'Incontinence-urine', NULL, NULL, 200, 7, NULL, 42, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (264, NULL, 'Hypertension, preg', NULL, NULL, 200, 7, NULL, 41, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (264, NULL, 'Hypertension, preg', NULL, NULL, 200, 7, NULL, 41, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (265, NULL, 'Dysmenorrhea', NULL, NULL, 200, 7, NULL, 40, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (265, NULL, 'Dysmenorrhea', NULL, NULL, 200, 7, NULL, 40, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (266, NULL, 'Contraception', NULL, NULL, 200, 7, NULL, 39, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (266, NULL, 'Contraception', NULL, NULL, 200, 7, NULL, 39, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (267, NULL, 'Antepartum care', NULL, NULL, 200, 7, NULL, 38, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (267, NULL, 'Antepartum care', NULL, NULL, 200, 7, NULL, 38, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (268, NULL, 'Weakness', NULL, NULL, 200, 7, NULL, 37, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (268, NULL, 'Weakness', NULL, NULL, 200, 7, NULL, 37, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (269, NULL, 'Sodium-abn', NULL, NULL, 200, 7, NULL, 36, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (269, NULL, 'Sodium-abn', NULL, NULL, 200, 7, NULL, 36, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (270, NULL, 'Renal failure', NULL, NULL, 200, 7, NULL, 35, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (270, NULL, 'Renal failure', NULL, NULL, 200, 7, NULL, 35, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (271, NULL, 'Potassium-abn', NULL, NULL, 200, 7, NULL, 34, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (271, NULL, 'Potassium-abn', NULL, NULL, 200, 7, NULL, 34, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (272, NULL, 'Murmur', NULL, NULL, 200, 7, NULL, 33, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (272, NULL, 'Murmur', NULL, NULL, 200, 7, NULL, 33, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (273, NULL, 'Joint pain, poly', NULL, NULL, 200, 7, NULL, 32, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (273, NULL, 'Joint pain, poly', NULL, NULL, 200, 7, NULL, 32, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (274, NULL, 'Impaired LOC (coma)', NULL, NULL, 200, 7, NULL, 31, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (274, NULL, 'Impaired LOC (coma)', NULL, NULL, 200, 7, NULL, 31, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (275, NULL, 'Hypotension', NULL, NULL, 200, 7, NULL, 30, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (275, NULL, 'Hypotension', NULL, NULL, 200, 7, NULL, 30, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (276, NULL, 'Hypertension', NULL, NULL, 200, 7, NULL, 29, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (276, NULL, 'Hypertension', NULL, NULL, 200, 7, NULL, 29, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (277, NULL, 'H+ concentratn, abn', NULL, NULL, 200, 7, NULL, 28, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (277, NULL, 'H+ concentratn, abn', NULL, NULL, 200, 7, NULL, 28, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (278, NULL, 'Fever', NULL, NULL, 200, 7, NULL, 27, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (278, NULL, 'Fever', NULL, NULL, 200, 7, NULL, 27, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (279, NULL, 'Edema', NULL, NULL, 200, 7, NULL, 26, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (279, NULL, 'Edema', NULL, NULL, 200, 7, NULL, 26, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (280, NULL, 'Dyspnea-chronic', NULL, NULL, 200, 7, NULL, 25, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (280, NULL, 'Dyspnea-chronic', NULL, NULL, 200, 7, NULL, 25, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (281, NULL, 'Diabetes mellitus', NULL, NULL, 200, 7, NULL, 24, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (281, NULL, 'Diabetes mellitus', NULL, NULL, 200, 7, NULL, 24, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (282, NULL, 'Dementia', NULL, NULL, 200, 7, NULL, 23, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (282, NULL, 'Dementia', NULL, NULL, 200, 7, NULL, 23, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (283, NULL, 'Delerium/confusion', NULL, NULL, 200, 7, NULL, 22, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (283, NULL, 'Delerium/confusion', NULL, NULL, 200, 7, NULL, 22, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (284, NULL, 'Cough', NULL, NULL, 200, 7, NULL, 21, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (284, NULL, 'Cough', NULL, NULL, 200, 7, NULL, 21, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (286, NULL, 'Anemia', NULL, NULL, 200, 7, NULL, 19, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (286, NULL, 'Anemia', NULL, NULL, 200, 7, NULL, 19, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (287, NULL, 'Chest pain', NULL, NULL, 200, 7, NULL, 18, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (287, NULL, 'Chest pain', NULL, NULL, 200, 7, NULL, 18, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (288, NULL, 'Abdo pain-chronic', NULL, NULL, 200, 7, NULL, 17, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (288, NULL, 'Abdo pain-chronic', NULL, NULL, 200, 7, NULL, 17, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (289, NULL, 'Wk-rel\'td health iss', NULL, NULL, 200, 7, NULL, 16, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (289, NULL, 'Wk-rel\'td health iss', NULL, NULL, 200, 7, NULL, 16, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (290, NULL, 'Weight loss/gain', NULL, NULL, 200, 7, NULL, 15, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (290, NULL, 'Weight loss/gain', NULL, NULL, 200, 7, NULL, 15, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (291, NULL, 'URTI', NULL, NULL, 200, 7, NULL, 14, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (291, NULL, 'URTI', NULL, NULL, 200, 7, NULL, 14, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (292, NULL, 'Sore throat', NULL, NULL, 200, 7, NULL, 13, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (292, NULL, 'Sore throat', NULL, NULL, 200, 7, NULL, 13, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (293, NULL, 'Skin rash', NULL, NULL, 200, 7, NULL, 12, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (293, NULL, 'Skin rash', NULL, NULL, 200, 7, NULL, 12, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (294, NULL, 'Pregnancy', NULL, NULL, 200, 7, NULL, 11, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (294, NULL, 'Pregnancy', NULL, NULL, 200, 7, NULL, 11, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (295, NULL, 'Periodic health exam', NULL, NULL, 200, 7, NULL, 10, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (295, NULL, 'Periodic health exam', NULL, NULL, 200, 7, NULL, 10, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (296, NULL, 'Pain, spinal', NULL, NULL, 200, 7, NULL, 9, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (296, NULL, 'Pain, spinal', NULL, NULL, 200, 7, NULL, 9, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (299, NULL, 'Headache', NULL, NULL, 200, 7, NULL, 6, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (299, NULL, 'Headache', NULL, NULL, 200, 7, NULL, 6, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (300, NULL, 'Fatigue', NULL, NULL, 200, 7, NULL, 5, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (300, NULL, 'Fatigue', NULL, NULL, 200, 7, NULL, 5, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (303, NULL, 'Dysuria/pyuria', NULL, NULL, 200, 7, NULL, 2, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (303, NULL, 'Dysuria/pyuria', NULL, NULL, 200, 7, NULL, 2, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (304, NULL, 'Fracture/dislocation', NULL, NULL, 200, 7, NULL, 114, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (304, NULL, 'Fracture/dislocation', NULL, NULL, 200, 7, NULL, 114, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (305, NULL, 'Pain', NULL, NULL, 200, 7, NULL, 115, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (305, NULL, 'Pain', NULL, NULL, 200, 7, NULL, 115, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (306, NULL, 'Preop Assess - anesthesiology', NULL, NULL, 200, 7, NULL, 116, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (306, NULL, 'Preop Assess - anesthesiology', NULL, NULL, 200, 7, NULL, 116, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (307, NULL, 'Preop Assess - surgery', NULL, NULL, 200, 7, NULL, 117, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (307, NULL, 'Preop Assess - surgery', NULL, NULL, 200, 7, NULL, 117, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (308, NULL, 'Pain - spinal', NULL, NULL, 200, 7, NULL, 118, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (308, NULL, 'Pain - spinal', NULL, NULL, 200, 7, NULL, 118, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (309, NULL, 'MCC Presentations', NULL, NULL, 0, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1265296358, 1), | | (309, NULL, 'MCC Presentations', NULL, NULL, 0, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1265296358, 1), |
| (310, '1-E', 'Abdominal Distension', 'Abdominal distention is common and may indicate the presence of serious intra-abdominal or systemic disease.', NULL, 309, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174177, 1), | | (310, '1-E', 'Abdominal Distension', 'Abdominal distention is common and may indicate the presence of serious intra-abdominal or systemic disease.', NULL, 309, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174177, 1), |
| (311, '2-E', 'Abdominal Mass', 'If hernias are excluded, most other abdominal masses represent a significant underlying disease that requires complete investigation.', NULL, 309, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174177, 1), | | (311, '2-E', 'Abdominal Mass', 'If hernias are excluded, most other abdominal masses represent a significant underlying disease that requires complete investigation.', NULL, 309, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174177, 1), |
| (312, '2-1-E', 'Adrenal Mass', 'Adrenal masses are at times found incidentally after CT, MRI, or ultrasound examination done for unrelated reasons. The incidence is about 3.5 % (almost 10 % of autopsies).', NULL, 311, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (312, '2-1-E', 'Adrenal Mass', 'Adrenal masses are at times found incidentally after CT, MRI, or ultrasound examination done for unrelated reasons. The incidence is about 3.5 % (almost 10 % of autopsies).', NULL, 311, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (313, '2-2-E', 'Hepatomegaly', 'True hepatomegaly (enlargement of the liver with a span greater than 14 cm in adult males and greater than 12 cm in adult females) is an uncommon clinical presentation, but is important to recognize in light of potentially serious causal conditions.', NULL, 311, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (313, '2-2-E', 'Hepatomegaly', 'True hepatomegaly (enlargement of the liver with a span greater than 14 cm in adult males and greater than 12 cm in adult females) is an uncommon clinical presentation, but is important to recognize in light of potentially serious causal conditions.', NULL, 311, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (314, '2-4-E', 'Hernia (abdominal Wall And Groin)', 'A hernia is defined as an abnormal protrusion of part of a viscus through its containing wall. Hernias, in particular inguinal hernias, are very common, and thus, herniorrphaphy is a very common surgical intervention.', NULL, 311, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (314, '2-4-E', 'Hernia (abdominal Wall And Groin)', 'A hernia is defined as an abnormal protrusion of part of a viscus through its containing wall. Hernias, in particular inguinal hernias, are very common, and thus, herniorrphaphy is a very common surgical intervention.', NULL, 311, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (315, '2-3-E', 'Splenomegaly', 'Splenomegaly, an enlarged spleen detected on physical examination by palpitation or percussion at Castell\'s point, is relatively uncommon. However, it is often associated with serious underlying pathology.', NULL, 311, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (315, '2-3-E', 'Splenomegaly', 'Splenomegaly, an enlarged spleen detected on physical examination by palpitation or percussion at Castell\'s point, is relatively uncommon. However, it is often associated with serious underlying pathology.', NULL, 311, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (316, '3-1-E', 'Abdominal Pain (children)', 'Abdominal pain is a common complaint in children. While the symptoms may result from serious abdominal pathology, in a large proportion of cases, an identifiable organic cause is not found. The causes are often age dependent.', NULL, 309, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (316, '3-1-E', 'Abdominal Pain (children)', 'Abdominal pain is a common complaint in children. While the symptoms may result from serious abdominal pathology, in a large proportion of cases, an identifiable organic cause is not found. The causes are often age dependent.', NULL, 309, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (317, '3-2-E', 'Abdominal Pain, Acute ', 'Abdominal pain may result from intra-abdominal inflammation or disorders of the abdominal wall. Pain may also be referred from sources outside the abdomen such as retroperitoneal processes as well as intra-thoracic processes. Thorough clinical evaluation is the most important \"test\" in the diagnosis of abdominal pain.', NULL, 309, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (317, '3-2-E', 'Abdominal Pain, Acute ', 'Abdominal pain may result from intra-abdominal inflammation or disorders of the abdominal wall. Pain may also be referred from sources outside the abdomen such as retroperitoneal processes as well as intra-thoracic processes. Thorough clinical evaluation is the most important \"test\" in the diagnosis of abdominal pain.', NULL, 309, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (318, '3-4-E', 'Abdominal Pain, Anorectal', 'While almost all causes of anal pain are treatable, some can be destructive locally if left untreated.', NULL, 309, 8, NULL, 5, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (318, '3-4-E', 'Abdominal Pain, Anorectal', 'While almost all causes of anal pain are treatable, some can be destructive locally if left untreated.', NULL, 309, 8, NULL, 5, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (319, '3-3-E', 'Abdominal Pain, Chronic', 'Chronic and recurrent abdominal pain, including heartburn or dyspepsia is a common symptom (20 - 40 % of adults) with an extensive differential diagnosis and heterogeneous pathophysiology. The history and physical examination frequently differentiate between functional and more serious underlying diseases.', NULL, 309, 8, NULL, 6, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (319, '3-3-E', 'Abdominal Pain, Chronic', 'Chronic and recurrent abdominal pain, including heartburn or dyspepsia is a common symptom (20 - 40 % of adults) with an extensive differential diagnosis and heterogeneous pathophysiology. The history and physical examination frequently differentiate between functional and more serious underlying diseases.', NULL, 309, 8, NULL, 6, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (320, '4-E', 'Allergic Reactions/food Allergies Intolerance/atopy', 'Allergic reactions are considered together despite the fact that they exhibit a variety of clinical responses and are considered separately under the appropriate presentation. The rationale for considering them together is that in some patients with a single response (e.g., atopic dermatitis), other atopic disorders such as asthma or allergic rhinitis may occur at other times. Moreover, 50% of patients with atopic dermatitis report a family history of respiratory atopy. ', NULL, 309, 8, NULL, 7, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (320, '4-E', 'Allergic Reactions/food Allergies Intolerance/atopy', 'Allergic reactions are considered together despite the fact that they exhibit a variety of clinical responses and are considered separately under the appropriate presentation. The rationale for considering them together is that in some patients with a single response (e.g., atopic dermatitis), other atopic disorders such as asthma or allergic rhinitis may occur at other times. Moreover, 50% of patients with atopic dermatitis report a family history of respiratory atopy. ', NULL, 309, 8, NULL, 7, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (321, '5-E', 'Attention Deficit/hyperactivity Disorder (adhd)/learning Dis', 'Family physicians at times are the initial caregivers to be confronted by developmental and behavioural problems of childhood and adolescence (5 - 10% of school-aged population). Lengthy waiting lists for specialists together with the urgent plight of patients often force primary-care physicians to care for these children.', NULL, 309, 8, NULL, 8, 0, 1, 0, 2, NULL, 0, 1271174178, 1); | | (321, '5-E', 'Attention Deficit/hyperactivity Disorder (adhd)/learning Dis', 'Family physicians at times are the initial caregivers to be confronted by developmental and behavioural problems of childhood and adolescence (5 - 10% of school-aged population). Lengthy waiting lists for specialists together with the urgent plight of patients often force primary-care physicians to care for these children.', NULL, 309, 8, NULL, 8, 0, 1, 0, 2, NULL, 0, 1271174178, 1); |
| INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES |
| (322, '6-E', 'Blood From Gastrointestinal Tract', 'Both upper and lower gastrointestinal bleeding are common and may be life-threatening. Upper intestinal bleeding usually presents with hematemesis (blood or coffee-ground material) and/or melena (black, tarry stools). Lower intestinal bleeding usually manifests itself as hematochezia (bright red blood or dark red blood or clots per rectum). Unfortunately, this difference is not consistent. Melena may be seen in patients with colorectal or small bowel bleeding, and hematochezia may be seen with massive upper gastrointestinal bleeding. Occult bleeding from the gastrointestinal tract may also be identified by positive stool for occult blood or the presence of iron deficiency anemia.', NULL, 309, 8, NULL, 9, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (322, '6-E', 'Blood From Gastrointestinal Tract', 'Both upper and lower gastrointestinal bleeding are common and may be life-threatening. Upper intestinal bleeding usually presents with hematemesis (blood or coffee-ground material) and/or melena (black, tarry stools). Lower intestinal bleeding usually manifests itself as hematochezia (bright red blood or dark red blood or clots per rectum). Unfortunately, this difference is not consistent. Melena may be seen in patients with colorectal or small bowel bleeding, and hematochezia may be seen with massive upper gastrointestinal bleeding. Occult bleeding from the gastrointestinal tract may also be identified by positive stool for occult blood or the presence of iron deficiency anemia.', NULL, 309, 8, NULL, 9, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (323, '6-2-E', 'Blood From Gastrointestinal Tract, Lower/hematochezia', 'Although lower gastrointestinal bleeding (blood originating distal to ligament of Treitz) or hematochezia is less common than upper (20% vs. 80%), it is associated with 10 -20% morbidity and mortality since it usually occurs in the elderly. Early identification of colorectal cancer is important in preventing cancer-related morbidity and mortality (colorectal cancer is second only to lung cancer as a cause of cancer-related death). ', NULL, 322, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (323, '6-2-E', 'Blood From Gastrointestinal Tract, Lower/hematochezia', 'Although lower gastrointestinal bleeding (blood originating distal to ligament of Treitz) or hematochezia is less common than upper (20% vs. 80%), it is associated with 10 -20% morbidity and mortality since it usually occurs in the elderly. Early identification of colorectal cancer is important in preventing cancer-related morbidity and mortality (colorectal cancer is second only to lung cancer as a cause of cancer-related death). ', NULL, 322, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (324, '6-1-E', 'Blood From Gastrointestinal Tract, Upper/hematemesis', 'Although at times self-limited, upper GI bleeding always warrants careful and urgent evaluation, investigation, and treatment. The urgency of treatment and the nature of resuscitation depend on the amount of blood loss, the likely cause of the bleeding, and the underlying health of the patient.', NULL, 322, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (324, '6-1-E', 'Blood From Gastrointestinal Tract, Upper/hematemesis', 'Although at times self-limited, upper GI bleeding always warrants careful and urgent evaluation, investigation, and treatment. The urgency of treatment and the nature of resuscitation depend on the amount of blood loss, the likely cause of the bleeding, and the underlying health of the patient.', NULL, 322, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (325, '7-E', 'Blood In Sputum (hemoptysis/prevention Of Lung Cancer)', 'Expectoration of blood can range from blood streaking of sputum to massive hemoptysis (>200 ml/d) that may be acutely life threatening. Bleeding usually starts and stops unpredictably, but under certain circumstances may require immediate establishment of an airway and control of the bleeding.', NULL, 309, 8, NULL, 10, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (325, '7-E', 'Blood In Sputum (hemoptysis/prevention Of Lung Cancer)', 'Expectoration of blood can range from blood streaking of sputum to massive hemoptysis (>200 ml/d) that may be acutely life threatening. Bleeding usually starts and stops unpredictably, but under certain circumstances may require immediate establishment of an airway and control of the bleeding.', NULL, 309, 8, NULL, 10, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (326, '8-E', 'Blood In Urine (hematuria)', 'Urinalysis is a screening procedure for insurance and routine examinations. Persistent hematuria implies the presence of conditions ranging from benign to malignant.', NULL, 309, 8, NULL, 11, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (326, '8-E', 'Blood In Urine (hematuria)', 'Urinalysis is a screening procedure for insurance and routine examinations. Persistent hematuria implies the presence of conditions ranging from benign to malignant.', NULL, 309, 8, NULL, 11, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (327, '9-1-E', 'Hypertension', 'Hypertension is a common condition that usually presents with a modest elevation in either systolic or diastolic blood pressure. Under such circumstances, the diagnosis of hypertension is made only after three separate properly measured blood pressures. Appropriate investigation and management of hypertension is expected to improve health outcomes.', NULL, 309, 8, NULL, 12, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (327, '9-1-E', 'Hypertension', 'Hypertension is a common condition that usually presents with a modest elevation in either systolic or diastolic blood pressure. Under such circumstances, the diagnosis of hypertension is made only after three separate properly measured blood pressures. Appropriate investigation and management of hypertension is expected to improve health outcomes.', NULL, 309, 8, NULL, 12, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (328, '9-1-1-E', 'Hypertension In Childhood', 'The prevalence of hypertension in children is<1 %, but often results from identifiable causes (usually renal or vascular). Consequently, vigorous investigation is warranted.', NULL, 327, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (328, '9-1-1-E', 'Hypertension In Childhood', 'The prevalence of hypertension in children is<1 %, but often results from identifiable causes (usually renal or vascular). Consequently, vigorous investigation is warranted.', NULL, 327, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (329, '9-1-2-E', 'Hypertension In The Elderly', 'Elderly patients (>65 years) have hypertension much more commonly than younger patients do, especially systolic hypertension. The prevalence of hypertension among the elderly may reach 60 -80 %.', NULL, 327, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (329, '9-1-2-E', 'Hypertension In The Elderly', 'Elderly patients (>65 years) have hypertension much more commonly than younger patients do, especially systolic hypertension. The prevalence of hypertension among the elderly may reach 60 -80 %.', NULL, 327, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (330, '9-1-3-E', 'Malignant Hypertension', 'Malignant hypertension and hypertensive encephalopathies are two life-threatening syndromes caused by marked elevation in blood pressure.', NULL, 327, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (330, '9-1-3-E', 'Malignant Hypertension', 'Malignant hypertension and hypertensive encephalopathies are two life-threatening syndromes caused by marked elevation in blood pressure.', NULL, 327, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (331, '9-1-4-E', 'Pregnancy Associated Hypertension', 'Ten to 20 % of pregnancies are associated with hypertension. Chronic hypertension complicates<5%, preeclampsia occurs in slightly>6%, and gestational hypertension arises in 6% of pregnant women. Preeclampsia is potentially serious, but can be managed by treatment of hypertension and \'cured\' by delivery of the fetus.', NULL, 327, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (331, '9-1-4-E', 'Pregnancy Associated Hypertension', 'Ten to 20 % of pregnancies are associated with hypertension. Chronic hypertension complicates<5%, preeclampsia occurs in slightly>6%, and gestational hypertension arises in 6% of pregnant women. Preeclampsia is potentially serious, but can be managed by treatment of hypertension and \'cured\' by delivery of the fetus.', NULL, 327, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (332, '9-2-E', 'Hypotension/shock', 'All physicians must deal with life-threatening emergencies. Regardless of underlying cause, certain general measures are usually indicated (investigations and therapeutic interventions) that can be life saving.', NULL, 309, 8, NULL, 13, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (332, '9-2-E', 'Hypotension/shock', 'All physicians must deal with life-threatening emergencies. Regardless of underlying cause, certain general measures are usually indicated (investigations and therapeutic interventions) that can be life saving.', NULL, 309, 8, NULL, 13, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (333, '9-2-1-E', 'Anaphylaxis', 'Anaphylaxis causes about 50 fatalities per year, and occurs in 1/5000-hospital admissions in Canada. Children most commonly are allergic to foods.', NULL, 332, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (333, '9-2-1-E', 'Anaphylaxis', 'Anaphylaxis causes about 50 fatalities per year, and occurs in 1/5000-hospital admissions in Canada. Children most commonly are allergic to foods.', NULL, 332, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (334, '10-1-E', 'Breast Lump/screening', 'Complaints of breast lumps are common, and breast cancer is the most common cancer in women. Thus, all breast complaints need to be pursued to resolution. Screening women 50 - 69 years with annual mammography improves survival. ', NULL, 309, 8, NULL, 14, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (334, '10-1-E', 'Breast Lump/screening', 'Complaints of breast lumps are common, and breast cancer is the most common cancer in women. Thus, all breast complaints need to be pursued to resolution. Screening women 50 - 69 years with annual mammography improves survival. ', NULL, 309, 8, NULL, 14, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (335, '10-2-E', 'Galactorrhea/discharge', 'Although noticeable breast secretions are normal in>50 % of reproductive age women, spontaneous persistent galactorrhea may reflect underlying disease and requires investigation.', NULL, 309, 8, NULL, 15, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (335, '10-2-E', 'Galactorrhea/discharge', 'Although noticeable breast secretions are normal in>50 % of reproductive age women, spontaneous persistent galactorrhea may reflect underlying disease and requires investigation.', NULL, 309, 8, NULL, 15, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (336, '10-3-E', 'Gynecomastia', 'Although a definite etiology for gynecomastia is found in<50% of patients, a careful drug history is important so that a treatable cause is detected. The underlying feature is an increased estrogen to androgen ratio.', NULL, 309, 8, NULL, 16, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (336, '10-3-E', 'Gynecomastia', 'Although a definite etiology for gynecomastia is found in<50% of patients, a careful drug history is important so that a treatable cause is detected. The underlying feature is an increased estrogen to androgen ratio.', NULL, 309, 8, NULL, 16, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (337, '11-E', 'Burns', 'Burns are relatively common and range from minor cutaneous wounds to major life-threatening traumas. An understanding of the patho-physiology and treatment of burns and the metabolic and wound healing response will enable physicians to effectively assess and treat these injuries.', NULL, 309, 8, NULL, 17, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (337, '11-E', 'Burns', 'Burns are relatively common and range from minor cutaneous wounds to major life-threatening traumas. An understanding of the patho-physiology and treatment of burns and the metabolic and wound healing response will enable physicians to effectively assess and treat these injuries.', NULL, 309, 8, NULL, 17, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (338, '12-1-E', 'Hypercalcemia', 'Hypercalcemia may be associated with an excess of calcium in both extracellular fluid and bone (e.g., increased intestinal absorption), or with a localised or generalised deficit of calcium in bone (e.g., increased bone resorption). This differentiation by physicians is important for both diagnostic and management reasons.', NULL, 309, 8, NULL, 18, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (338, '12-1-E', 'Hypercalcemia', 'Hypercalcemia may be associated with an excess of calcium in both extracellular fluid and bone (e.g., increased intestinal absorption), or with a localised or generalised deficit of calcium in bone (e.g., increased bone resorption). This differentiation by physicians is important for both diagnostic and management reasons.', NULL, 309, 8, NULL, 18, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (339, '12-4-E', 'Hyperphosphatemia', 'Acute severe hyperphosphatemia can be life threatening.', NULL, 309, 8, NULL, 19, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (339, '12-4-E', 'Hyperphosphatemia', 'Acute severe hyperphosphatemia can be life threatening.', NULL, 309, 8, NULL, 19, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (340, '12-2-E', 'Hypocalcemia', 'Tetany, seizures, and papilledema may occur in patients who develop hypocalcemia acutely.', NULL, 309, 8, NULL, 20, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (340, '12-2-E', 'Hypocalcemia', 'Tetany, seizures, and papilledema may occur in patients who develop hypocalcemia acutely.', NULL, 309, 8, NULL, 20, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (341, '12-3-E', 'Hypophosphatemia/fanconi Syndrome', 'Of hospitalised patients, 10-15% develop hypophosphatemia, and a small proportion have sufficiently profound depletion to lead to complications (e.g., rhabdomyolysis).', NULL, 309, 8, NULL, 21, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (341, '12-3-E', 'Hypophosphatemia/fanconi Syndrome', 'Of hospitalised patients, 10-15% develop hypophosphatemia, and a small proportion have sufficiently profound depletion to lead to complications (e.g., rhabdomyolysis).', NULL, 309, 8, NULL, 21, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (342, '13-E', 'Cardiac Arrest', 'All physicians are expected to attempt resuscitation of an individual with cardiac arrest. In the community, cardiac arrest most commonly is caused by ventricular fibrillation. However, heart rhythm at clinical presentation in many cases is unknown. As a consequence, operational criteria for cardiac arrest do not rely on heart rhythm but focus on the presumed sudden pulse-less condition and the absence of evidence of a non-cardiac condition as the cause of the arrest.', NULL, 309, 8, NULL, 22, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (342, '13-E', 'Cardiac Arrest', 'All physicians are expected to attempt resuscitation of an individual with cardiac arrest. In the community, cardiac arrest most commonly is caused by ventricular fibrillation. However, heart rhythm at clinical presentation in many cases is unknown. As a consequence, operational criteria for cardiac arrest do not rely on heart rhythm but focus on the presumed sudden pulse-less condition and the absence of evidence of a non-cardiac condition as the cause of the arrest.', NULL, 309, 8, NULL, 22, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (343, '14-E', 'Chest Discomfort/pain/angina Pectoris', 'Chest pain in the primary care setting, although potentially severe and disabling, is more commonly of benign etiology. The correct diagnosis requires a cost-effective approach. Although coronary heart disease primarily occurs in patients over the age of 40, younger men and women can be affected (it is estimated that advanced lesions are present in 20% of men and 8% of women aged 30 to 34). Physicians must recognise the manifestations of coronary artery disease and assess coronary risk factors. Modifications of risk factors should be recommended as necessary.', NULL, 309, 8, NULL, 23, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (343, '14-E', 'Chest Discomfort/pain/angina Pectoris', 'Chest pain in the primary care setting, although potentially severe and disabling, is more commonly of benign etiology. The correct diagnosis requires a cost-effective approach. Although coronary heart disease primarily occurs in patients over the age of 40, younger men and women can be affected (it is estimated that advanced lesions are present in 20% of men and 8% of women aged 30 to 34). Physicians must recognise the manifestations of coronary artery disease and assess coronary risk factors. Modifications of risk factors should be recommended as necessary.', NULL, 309, 8, NULL, 23, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (344, '15-1-E', 'Bleeding Tendency/bruising', 'A bleeding tendency (excessive, delayed, or spontaneous bleeding) may signify serious underlying disease. In children or infants, suspicion of a bleeding disorder may be a family history of susceptibility to bleeding. An organised approach to this problem is essential. Urgent management may be required.', NULL, 309, 8, NULL, 24, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (344, '15-1-E', 'Bleeding Tendency/bruising', 'A bleeding tendency (excessive, delayed, or spontaneous bleeding) may signify serious underlying disease. In children or infants, suspicion of a bleeding disorder may be a family history of susceptibility to bleeding. An organised approach to this problem is essential. Urgent management may be required.', NULL, 309, 8, NULL, 24, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (345, '15-2-E', 'Hypercoagulable State', 'Patients may present with venous thrombosis and on occasion with pulmonary embolism. A risk factor for thrombosis can now be identified in over 80% of such patients.', NULL, 309, 8, NULL, 25, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (345, '15-2-E', 'Hypercoagulable State', 'Patients may present with venous thrombosis and on occasion with pulmonary embolism. A risk factor for thrombosis can now be identified in over 80% of such patients.', NULL, 309, 8, NULL, 25, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (346, '16-1-E', ' Adult Constipation', 'Constipation is common in Western society, but frequency depends on patient and physician\'s definition of the problem. One definition is straining, incomplete evacuation, sense of blockade, manual maneuvers, and hard stools at least 25% of the time along with<3 stools/week for at least 12 weeks (need not be consecutive). The prevalence of chronic constipation rises with age. In patients>65 years, almost 1/3 complain of constipation.', NULL, 309, 8, NULL, 26, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (346, '16-1-E', ' Adult Constipation', 'Constipation is common in Western society, but frequency depends on patient and physician\'s definition of the problem. One definition is straining, incomplete evacuation, sense of blockade, manual maneuvers, and hard stools at least 25% of the time along with<3 stools/week for at least 12 weeks (need not be consecutive). The prevalence of chronic constipation rises with age. In patients>65 years, almost 1/3 complain of constipation.', NULL, 309, 8, NULL, 26, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (347, '16-2-E', 'Pediatric Constipation', 'Constipation is a common problem in children. It is important to differentiate functional from organic causes in order to develop appropriate management plans.', NULL, 309, 8, NULL, 27, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (347, '16-2-E', 'Pediatric Constipation', 'Constipation is a common problem in children. It is important to differentiate functional from organic causes in order to develop appropriate management plans.', NULL, 309, 8, NULL, 27, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (348, '17-E', 'Contraception', 'Ideally, the prevention of an unwanted pregnancy should be directed at education of patients, male and female, preferably before first sexual contact. Counselling patients about which method to use, how, and when is a must for anyone involved in health care.', NULL, 309, 8, NULL, 28, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (348, '17-E', 'Contraception', 'Ideally, the prevention of an unwanted pregnancy should be directed at education of patients, male and female, preferably before first sexual contact. Counselling patients about which method to use, how, and when is a must for anyone involved in health care.', NULL, 309, 8, NULL, 28, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (349, '18-E', 'Cough', 'Chronic cough is the fifth most common symptom for which patients seek medical advice. Assessment of chronic cough must be thorough. Patients with benign causes for their cough (gastro-esophageal reflux, post-nasal drip, two of the commonest causes) can often be effectively and easily managed. Patients with more serious causes for their cough (e.g., asthma, the other common cause of chronic cough) require full investigation and management is more complex.', NULL, 309, 8, NULL, 29, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (349, '18-E', 'Cough', 'Chronic cough is the fifth most common symptom for which patients seek medical advice. Assessment of chronic cough must be thorough. Patients with benign causes for their cough (gastro-esophageal reflux, post-nasal drip, two of the commonest causes) can often be effectively and easily managed. Patients with more serious causes for their cough (e.g., asthma, the other common cause of chronic cough) require full investigation and management is more complex.', NULL, 309, 8, NULL, 29, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (350, '19-E', 'Cyanosis/hypoxemia/hypoxia', 'Cyanosis is the physical sign indicative of excessive concentration of reduced hemoglobin in the blood, but at times is difficult to detect (it must be sought carefully, under proper lighting conditions). Hypoxemia (low partial pressure of oxygen in blood), when detected, may be reversible with oxygen therapy after which the underlying cause requires diagnosis and management.', NULL, 309, 8, NULL, 30, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (350, '19-E', 'Cyanosis/hypoxemia/hypoxia', 'Cyanosis is the physical sign indicative of excessive concentration of reduced hemoglobin in the blood, but at times is difficult to detect (it must be sought carefully, under proper lighting conditions). Hypoxemia (low partial pressure of oxygen in blood), when detected, may be reversible with oxygen therapy after which the underlying cause requires diagnosis and management.', NULL, 309, 8, NULL, 30, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (351, '19-1-E', 'Cyanosis/hypoxemia/hypoxia In Children', 'Evaluation of the patient with cyanosis depends on the age of the child. It is an ominous finding and differentiation between peripheral and central is essential in order to mount appropriate management.', NULL, 350, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (351, '19-1-E', 'Cyanosis/hypoxemia/hypoxia In Children', 'Evaluation of the patient with cyanosis depends on the age of the child. It is an ominous finding and differentiation between peripheral and central is essential in order to mount appropriate management.', NULL, 350, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (352, '20-E', 'Deformity/limp/pain In Lower Extremity, Child', '\'Limp\' is a bumpy, rough, or strenuous way of walking, usually caused by weakness, pain, or deformity. Although usually caused by benign conditions, at times it may be life or limb threatening. ', NULL, 309, 8, NULL, 31, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (352, '20-E', 'Deformity/limp/pain In Lower Extremity, Child', '\'Limp\' is a bumpy, rough, or strenuous way of walking, usually caused by weakness, pain, or deformity. Although usually caused by benign conditions, at times it may be life or limb threatening. ', NULL, 309, 8, NULL, 31, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (353, '21-E', 'Development Disorder/developmental Delay', 'Providing that normal development and behavior is readily recognized, primary care physicians will at times be the first physicians in a position to assess development in an infant, and recognize abnormal delay and/or atypical development. Developmental surveillance and direct developmental screening of children, especially those with predisposing risks, will then be an integral part of health care.', NULL, 309, 8, NULL, 32, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (353, '21-E', 'Development Disorder/developmental Delay', 'Providing that normal development and behavior is readily recognized, primary care physicians will at times be the first physicians in a position to assess development in an infant, and recognize abnormal delay and/or atypical development. Developmental surveillance and direct developmental screening of children, especially those with predisposing risks, will then be an integral part of health care.', NULL, 309, 8, NULL, 32, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (354, '22-1-E', 'Acute Diarrhea', 'Diarrheal diseases are extremely common worldwide, and even in North America morbidity and mortality is significant. One of the challenges for a physician faced with a patient with acute diarrhea is to know when to investigate and initiate treatment and when to simply wait for a self-limiting condition to run its course.', NULL, 309, 8, NULL, 33, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (354, '22-1-E', 'Acute Diarrhea', 'Diarrheal diseases are extremely common worldwide, and even in North America morbidity and mortality is significant. One of the challenges for a physician faced with a patient with acute diarrhea is to know when to investigate and initiate treatment and when to simply wait for a self-limiting condition to run its course.', NULL, 309, 8, NULL, 33, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (355, '22-2-E', 'Chronic Diarrhea', 'Chronic diarrhea is a decrease in fecal consistency lasting for 4 or more weeks. It affects about 5% of the population.', NULL, 309, 8, NULL, 34, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (355, '22-2-E', 'Chronic Diarrhea', 'Chronic diarrhea is a decrease in fecal consistency lasting for 4 or more weeks. It affects about 5% of the population.', NULL, 309, 8, NULL, 34, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (356, '22-3-E', 'Pediatric Diarrhea', 'Diarrhea is defined as frequent, watery stools and is a common problem in infants and children. In most cases, it is mild and self-limited, but the potential for hypovolemia (reduced effective arterial/extracellular volume) and dehydration (water loss in excess of solute) leading to electrolyte abnormalities is great. These complications in turn may lead to significant morbidity or even mortality.', NULL, 309, 8, NULL, 35, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (356, '22-3-E', 'Pediatric Diarrhea', 'Diarrhea is defined as frequent, watery stools and is a common problem in infants and children. In most cases, it is mild and self-limited, but the potential for hypovolemia (reduced effective arterial/extracellular volume) and dehydration (water loss in excess of solute) leading to electrolyte abnormalities is great. These complications in turn may lead to significant morbidity or even mortality.', NULL, 309, 8, NULL, 35, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (357, '23-E', 'Diplopia', 'Diplopia is the major symptom associated with dysfunction of extra-ocular muscles or abnormalities of the motor nerves innervating these muscles. Monocular diplopia is almost always indicative of relatively benign optical problems whereas binocular diplopia is due to ocular misalignment. Once restrictive disease or myasthenia gravis is excluded, the major cause of binocular diplopia is a cranial nerve lesion. Careful clinical assessment will enable diagnosis in most, and suggest appropriate investigation and management.', NULL, 309, 8, NULL, 36, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (357, '23-E', 'Diplopia', 'Diplopia is the major symptom associated with dysfunction of extra-ocular muscles or abnormalities of the motor nerves innervating these muscles. Monocular diplopia is almost always indicative of relatively benign optical problems whereas binocular diplopia is due to ocular misalignment. Once restrictive disease or myasthenia gravis is excluded, the major cause of binocular diplopia is a cranial nerve lesion. Careful clinical assessment will enable diagnosis in most, and suggest appropriate investigation and management.', NULL, 309, 8, NULL, 36, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (358, '24-E', 'Dizziness/vertigo', '\"Dizziness\" is a common but imprecise complaint. Physicians need to determine whether it refers to true vertigo, \'dizziness\', disequilibrium, or pre-syncope/ lightheadedness. ', NULL, 309, 8, NULL, 37, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (358, '24-E', 'Dizziness/vertigo', '\"Dizziness\" is a common but imprecise complaint. Physicians need to determine whether it refers to true vertigo, \'dizziness\', disequilibrium, or pre-syncope/ lightheadedness. ', NULL, 309, 8, NULL, 37, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (359, '25-E', 'Dying Patient/bereavement', 'Physicians are frequently faced with patients dying from incurable or untreatable diseases. In such circumstances, the important role of the physician is to alleviate any suffering by the patient and to provide comfort and compassion to both patient and family. ', NULL, 309, 8, NULL, 38, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (359, '25-E', 'Dying Patient/bereavement', 'Physicians are frequently faced with patients dying from incurable or untreatable diseases. In such circumstances, the important role of the physician is to alleviate any suffering by the patient and to provide comfort and compassion to both patient and family. ', NULL, 309, 8, NULL, 38, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (360, '26-E', 'Dysphagia/difficulty Swallowing', 'Dysphagia should be regarded as a danger signal that indicates the need to evaluate and define the cause of the swallowing difficulty and thereafter initiate or refer for treatment.', NULL, 309, 8, NULL, 39, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (360, '26-E', 'Dysphagia/difficulty Swallowing', 'Dysphagia should be regarded as a danger signal that indicates the need to evaluate and define the cause of the swallowing difficulty and thereafter initiate or refer for treatment.', NULL, 309, 8, NULL, 39, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (361, '27-E', 'Dyspnea', 'Dyspnea is common and distresses millions of patients with pulmonary disease and myocardial dysfunction. Assessment of the manner dyspnea is described by patients suggests that their description may provide insight into the underlying pathophysiology of the disease.', NULL, 309, 8, NULL, 40, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (361, '27-E', 'Dyspnea', 'Dyspnea is common and distresses millions of patients with pulmonary disease and myocardial dysfunction. Assessment of the manner dyspnea is described by patients suggests that their description may provide insight into the underlying pathophysiology of the disease.', NULL, 309, 8, NULL, 40, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (362, '27-1-E', 'Acute Dyspnea (minutes To Hours)', 'Shortness of breath occurring over minutes to hours is caused by a relatively small number of conditions. Attention to clinical information and consideration of these conditions can lead to an accurate diagnosis. Diagnosis permits initiation of therapy that can limit associated morbidity and mortality.', NULL, 361, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (362, '27-1-E', 'Acute Dyspnea (minutes To Hours)', 'Shortness of breath occurring over minutes to hours is caused by a relatively small number of conditions. Attention to clinical information and consideration of these conditions can lead to an accurate diagnosis. Diagnosis permits initiation of therapy that can limit associated morbidity and mortality.', NULL, 361, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (363, '27-2-E', 'Chronic Dyspnea (weeks To Months)', 'Since patients with acute dyspnea require more immediate evaluation and treatment, it is important to differentiate them from those with chronic dyspnea. However, chronic dyspnea etiology may be harder to elucidate. Usually patients have cardio-pulmonary disease, but symptoms may be out of proportion to the demonstrable impairment.', NULL, 361, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (363, '27-2-E', 'Chronic Dyspnea (weeks To Months)', 'Since patients with acute dyspnea require more immediate evaluation and treatment, it is important to differentiate them from those with chronic dyspnea. However, chronic dyspnea etiology may be harder to elucidate. Usually patients have cardio-pulmonary disease, but symptoms may be out of proportion to the demonstrable impairment.', NULL, 361, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (364, '27-3-E', 'Pediatric Dyspnea/respiratory Distress', 'After fever, respiratory distress is one of the commonest pediatric emergency complaints.', NULL, 361, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (364, '27-3-E', 'Pediatric Dyspnea/respiratory Distress', 'After fever, respiratory distress is one of the commonest pediatric emergency complaints.', NULL, 361, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (365, '28-E', 'Ear Pain', 'The cause of ear pain is often otologic, but it may be referred. In febrile young children, who most frequently are affected by ear infections, if unable to describe the pain, a good otologic exam is crucial. (see also <a href=\"objectives.pl?lang=english&loc=obj&id=40-E\" title=\"Presentation 40-E\">Hearing Loss/Deafness)', NULL, 309, 8, NULL, 41, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (365, '28-E', 'Ear Pain', 'The cause of ear pain is often otologic, but it may be referred. In febrile young children, who most frequently are affected by ear infections, if unable to describe the pain, a good otologic exam is crucial. (see also <a href=\"objectives.pl?lang=english&loc=obj&id=40-E\" title=\"Presentation 40-E\">Hearing Loss/Deafness)', NULL, 309, 8, NULL, 41, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (366, '29-1-E', ' Generalized Edema', 'Patients frequently complain of swelling. On closer scrutiny, such swelling often represents expansion of the interstitial fluid volume. At times the swelling may be caused by relatively benign conditions, but at times serious underlying diseases may be present.', NULL, 309, 8, NULL, 42, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (366, '29-1-E', ' Generalized Edema', 'Patients frequently complain of swelling. On closer scrutiny, such swelling often represents expansion of the interstitial fluid volume. At times the swelling may be caused by relatively benign conditions, but at times serious underlying diseases may be present.', NULL, 309, 8, NULL, 42, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (367, '29-2-E', ' Unilateral/local Edema', 'Over 90 % of cases of acute pulmonary embolism are due to emboli emanating from the proximal veins of the lower extremities.', NULL, 309, 8, NULL, 43, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (367, '29-2-E', ' Unilateral/local Edema', 'Over 90 % of cases of acute pulmonary embolism are due to emboli emanating from the proximal veins of the lower extremities.', NULL, 309, 8, NULL, 43, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (368, '30-E', 'Eye Redness', 'Red eye is a very common complaint. Despite the rather lengthy list of causal conditions, three problems make up the vast majority of causes: conjunctivitis (most common), foreign body, and iritis. Other types of injury are relatively less common, but important because excessive manipulation may cause further damage or even loss of vision.', NULL, 309, 8, NULL, 44, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (368, '30-E', 'Eye Redness', 'Red eye is a very common complaint. Despite the rather lengthy list of causal conditions, three problems make up the vast majority of causes: conjunctivitis (most common), foreign body, and iritis. Other types of injury are relatively less common, but important because excessive manipulation may cause further damage or even loss of vision.', NULL, 309, 8, NULL, 44, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (369, '31-1-E', 'Failure To Thrive, Elderly ', 'Failure to thrive for an elderly person means the loss of energy, vigor and/or weight often accompanied by a decline in the ability to function and at times associated with depression.', NULL, 309, 8, NULL, 45, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (369, '31-1-E', 'Failure To Thrive, Elderly ', 'Failure to thrive for an elderly person means the loss of energy, vigor and/or weight often accompanied by a decline in the ability to function and at times associated with depression.', NULL, 309, 8, NULL, 45, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (370, '31-2-E', 'Failure To Thrive, Infant/child', 'Failure to thrive is a phrase that describes the occurrence of growth failure in either height or weight in childhood. Since failure to thrive is attributed to children<2 years whose weight is below the 5th percentile for age on more than one occasion, it is essential to differentiate normal from the abnormal growth patterns.', NULL, 309, 8, NULL, 46, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (370, '31-2-E', 'Failure To Thrive, Infant/child', 'Failure to thrive is a phrase that describes the occurrence of growth failure in either height or weight in childhood. Since failure to thrive is attributed to children<2 years whose weight is below the 5th percentile for age on more than one occasion, it is essential to differentiate normal from the abnormal growth patterns.', NULL, 309, 8, NULL, 46, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (371, '32-E', 'Falls', 'Falls are common (>1/3 of people over 65 years; 80% among those with?4 risk factors) and 1 in 10 are associated with serious injury such as hip fracture, subdural hematoma, or head injury. Many are preventable. Interventions that prevent falls and their sequelae delay or reduce the frequency of nursing home admissions.', NULL, 309, 8, NULL, 47, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (371, '32-E', 'Falls', 'Falls are common (>1/3 of people over 65 years; 80% among those with?4 risk factors) and 1 in 10 are associated with serious injury such as hip fracture, subdural hematoma, or head injury. Many are preventable. Interventions that prevent falls and their sequelae delay or reduce the frequency of nursing home admissions.', NULL, 309, 8, NULL, 47, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (372, '33-E', 'Fatigue ', 'In a primary care setting, 20-30% of patients will report significant fatigue (usually not associated with organic cause). Fatigue<1 month is \'recent\';>6 months, it is \'chronic\'.', NULL, 309, 8, NULL, 48, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (372, '33-E', 'Fatigue ', 'In a primary care setting, 20-30% of patients will report significant fatigue (usually not associated with organic cause). Fatigue<1 month is \'recent\';>6 months, it is \'chronic\'.', NULL, 309, 8, NULL, 48, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (373, '34-E', 'Fractures/dislocations ', 'Fractures and dislocations are common problems at any age and are related to high-energy injuries (e.g., motor accidents, sport injuries) or, at the other end of the spectrum, simple injuries such as falls or non-accidental injuries. They require initial management by primary care physicians with referral for difficult cases to specialists.', NULL, 309, 8, NULL, 49, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (373, '34-E', 'Fractures/dislocations ', 'Fractures and dislocations are common problems at any age and are related to high-energy injuries (e.g., motor accidents, sport injuries) or, at the other end of the spectrum, simple injuries such as falls or non-accidental injuries. They require initial management by primary care physicians with referral for difficult cases to specialists.', NULL, 309, 8, NULL, 49, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (374, '35-E', 'Gait Disturbances/ataxia ', 'Abnormalities of gait can result from disorders affecting several levels of the nervous system and the type of abnormality observed clinically often indicates the site affected.', NULL, 309, 8, NULL, 50, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (374, '35-E', 'Gait Disturbances/ataxia ', 'Abnormalities of gait can result from disorders affecting several levels of the nervous system and the type of abnormality observed clinically often indicates the site affected.', NULL, 309, 8, NULL, 50, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (375, '36-E', 'Genetic Concerns', 'Genetics have increased our understanding of the origin of many diseases. Parents with a family history of birth defects or a previously affected child need to know that they are at higher risk of having a baby with an anomaly. Not infrequently, patients considering becoming parents seek medical advice because of concerns they might have. Primary care physicians must provide counseling about risk factors such as maternal age, illness, drug use, exposure to infectious or environmental agents, etc. and if necessary referral if further evaluation is necessary.', NULL, 309, 8, NULL, 51, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (375, '36-E', 'Genetic Concerns', 'Genetics have increased our understanding of the origin of many diseases. Parents with a family history of birth defects or a previously affected child need to know that they are at higher risk of having a baby with an anomaly. Not infrequently, patients considering becoming parents seek medical advice because of concerns they might have. Primary care physicians must provide counseling about risk factors such as maternal age, illness, drug use, exposure to infectious or environmental agents, etc. and if necessary referral if further evaluation is necessary.', NULL, 309, 8, NULL, 51, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (376, '36-1-E', 'Ambiguous Genitalia', 'Genetic males with 46, XY genotype but having impaired androgen sensitivity of varying severity may present with features that range from phenotypic females to \'normal\' males with only minor defects in masculinization or infertility. Primary care physicians may be called upon to determine the nature of the problem.', NULL, 375, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (376, '36-1-E', 'Ambiguous Genitalia', 'Genetic males with 46, XY genotype but having impaired androgen sensitivity of varying severity may present with features that range from phenotypic females to \'normal\' males with only minor defects in masculinization or infertility. Primary care physicians may be called upon to determine the nature of the problem.', NULL, 375, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (377, '36-2-E', 'Dysmorphic Features', 'Three out of 100 infants are born with a genetic disorder or congenital defect. Many of these are associated with long-term disability, making early detection and identification vital. Although early involvement of genetic specialists in the care of such children is prudent, primary care physicians are at times required to contribute immediate care, and subsequently assist with long term management of suctients.', NULL, 375, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (377, '36-2-E', 'Dysmorphic Features', 'Three out of 100 infants are born with a genetic disorder or congenital defect. Many of these are associated with long-term disability, making early detection and identification vital. Although early involvement of genetic specialists in the care of such children is prudent, primary care physicians are at times required to contribute immediate care, and subsequently assist with long term management of suctients.', NULL, 375, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (378, '37-1-E', 'Hyperglycemia/diabetes Mellitus', 'Diabetes mellitus is a very common disorder associated with a relative or absolute impairment of insulin secretion together with varying degrees of peripheral resistance to the action of insulin. The morbidity and mortality associated with diabetic complications may be reduced by preventive measures. Intensive glycemic control will reduce neonatal complications and reduce congenital malformations in pregnancy diabetes.', NULL, 309, 8, NULL, 52, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (378, '37-1-E', 'Hyperglycemia/diabetes Mellitus', 'Diabetes mellitus is a very common disorder associated with a relative or absolute impairment of insulin secretion together with varying degrees of peripheral resistance to the action of insulin. The morbidity and mortality associated with diabetic complications may be reduced by preventive measures. Intensive glycemic control will reduce neonatal complications and reduce congenital malformations in pregnancy diabetes.', NULL, 309, 8, NULL, 52, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (379, '37-2-E', 'Hypoglycemia', 'Maintenance of the blood sugar within normal limits is essential for health. In the short-term, hypoglycemia is much more dangerous than hyperglycemia. Fortunately, it is an uncommon clinical problem outside of therapy for diabetes mellitus. ', NULL, 309, 8, NULL, 53, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (379, '37-2-E', 'Hypoglycemia', 'Maintenance of the blood sugar within normal limits is essential for health. In the short-term, hypoglycemia is much more dangerous than hyperglycemia. Fortunately, it is an uncommon clinical problem outside of therapy for diabetes mellitus. ', NULL, 309, 8, NULL, 53, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (380, '38-1-E', 'Alopecia ', 'Although in themselves hair changes may be innocuous, they can be psychologically unbearable. Frequently they may provide significant diagnostic hints of underlying disease.', NULL, 309, 8, NULL, 54, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (380, '38-1-E', 'Alopecia ', 'Although in themselves hair changes may be innocuous, they can be psychologically unbearable. Frequently they may provide significant diagnostic hints of underlying disease.', NULL, 309, 8, NULL, 54, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (381, '38-2-E', 'Nail Complaints ', 'Nail disorders (toenails more than fingernails), especially ingrown, infected, and painful nails, are common conditions. Local nail problems may be acute or chronic. Relatively simple treatment can prevent or alleviate symptoms. Although in themselves nail changes may be innocuous, they frequently provide significant diagnostic hints of underlying disease.', NULL, 309, 8, NULL, 55, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (381, '38-2-E', 'Nail Complaints ', 'Nail disorders (toenails more than fingernails), especially ingrown, infected, and painful nails, are common conditions. Local nail problems may be acute or chronic. Relatively simple treatment can prevent or alleviate symptoms. Although in themselves nail changes may be innocuous, they frequently provide significant diagnostic hints of underlying disease.', NULL, 309, 8, NULL, 55, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (382, '39-E', 'Headache', 'The differentiation of patients with headaches due to serious or life-threatening conditions from those with benign primary headache disorders (e.g., tension headaches or migraine) is an important diagnostic challenge.', NULL, 309, 8, NULL, 56, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (382, '39-E', 'Headache', 'The differentiation of patients with headaches due to serious or life-threatening conditions from those with benign primary headache disorders (e.g., tension headaches or migraine) is an important diagnostic challenge.', NULL, 309, 8, NULL, 56, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (383, '40-E', 'Hearing Loss/deafness ', 'Many hearing loss causes are short-lived, treatable, and/or preventable. In the elderly, more permanent sensorineural loss occurs. In pediatrics, otitis media accounts for 25% of office visits. Adults/older children have otitis less commonly, but may be affected by sequelae of otitis.', NULL, 309, 8, NULL, 57, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (383, '40-E', 'Hearing Loss/deafness ', 'Many hearing loss causes are short-lived, treatable, and/or preventable. In the elderly, more permanent sensorineural loss occurs. In pediatrics, otitis media accounts for 25% of office visits. Adults/older children have otitis less commonly, but may be affected by sequelae of otitis.', NULL, 309, 8, NULL, 57, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (384, '41-E', 'Hemiplegia/hemisensory Loss +/- Aphasia', 'Hemiplegia/hemisensory loss results from an upper motor neuron lesion above the mid-cervical spinal cord. The concomitant finding of aphasia is diagnostic of a dominant cerebral hemisphere lesion. Acute hemiplegia generally heralds the onset of serious medical conditions, usually of vascular origin, that at times are effectively treated by advanced medical and surgical techniques.</p>\r\n<p>If the sudden onset of focal neurologic symptoms and/or signs lasts<24 hours, presumably it was caused by a transient decrease in blood supply rendering the brain ischemic but with blood flow restoration timely enough to avoid infarction. This definition of transient ischemic attacks (TIA) is now recognized to be inadequate. ', NULL, 309, 8, NULL, 58, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (384, '41-E', 'Hemiplegia/hemisensory Loss +/- Aphasia', 'Hemiplegia/hemisensory loss results from an upper motor neuron lesion above the mid-cervical spinal cord. The concomitant finding of aphasia is diagnostic of a dominant cerebral hemisphere lesion. Acute hemiplegia generally heralds the onset of serious medical conditions, usually of vascular origin, that at times are effectively treated by advanced medical and surgical techniques.</p>\r\n<p>If the sudden onset of focal neurologic symptoms and/or signs lasts<24 hours, presumably it was caused by a transient decrease in blood supply rendering the brain ischemic but with blood flow restoration timely enough to avoid infarction. This definition of transient ischemic attacks (TIA) is now recognized to be inadequate. ', NULL, 309, 8, NULL, 58, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (385, '42-1-E', 'Anemia', 'The diagnosis in a patient with anemia can be complex. An unfocused or unstructured investigation of anemia can be costly and inefficient. Simple tests may provide important information. Anemia may be the sole manifestation of serious medical disease.', NULL, 309, 8, NULL, 59, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (385, '42-1-E', 'Anemia', 'The diagnosis in a patient with anemia can be complex. An unfocused or unstructured investigation of anemia can be costly and inefficient. Simple tests may provide important information. Anemia may be the sole manifestation of serious medical disease.', NULL, 309, 8, NULL, 59, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (386, '42-2-E', 'Polycythemia/elevated Hemoglobin', 'The reason for evaluating patients with elevated hemoglobin levels (male 185 g/L, female 165 g/L) is to ascertain the presence or absence of polycythemia vera first, and subsequently to differentiate between the various causes of secondary erythrocytosis.', NULL, 309, 8, NULL, 60, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (386, '42-2-E', 'Polycythemia/elevated Hemoglobin', 'The reason for evaluating patients with elevated hemoglobin levels (male 185 g/L, female 165 g/L) is to ascertain the presence or absence of polycythemia vera first, and subsequently to differentiate between the various causes of secondary erythrocytosis.', NULL, 309, 8, NULL, 60, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (387, '43-E', 'Hirsutism/virilization', 'Hirsutism, terminal body hair where unusual (face, chest, abdomen, back), is a common problem, particularly in dark-haired, darkly pigmented, white women. However, if accompanied by virilization, then a full diagnostic evaluation is essential because it is androgen-dependent. Hypertrichosis on the other hand is a rare condition usually caused by drugs or systemic illness.', NULL, 309, 8, NULL, 61, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (387, '43-E', 'Hirsutism/virilization', 'Hirsutism, terminal body hair where unusual (face, chest, abdomen, back), is a common problem, particularly in dark-haired, darkly pigmented, white women. However, if accompanied by virilization, then a full diagnostic evaluation is essential because it is androgen-dependent. Hypertrichosis on the other hand is a rare condition usually caused by drugs or systemic illness.', NULL, 309, 8, NULL, 61, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (388, '44-E', 'Hoarseness/dysphonia/speech And Language Abnormalities', 'Patients with impairment in comprehension and/or use of the form, content, or function of language are said to have a language disorder. Those who have correct word choice and syntax but have speech disorders may have an articulation disorder. Almost any change in voice quality may be described as hoarseness. However, if it lasts more than 2 weeks, especially in patients who use alcohol or tobacco, it needs to be evaluated.', NULL, 309, 8, NULL, 62, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (388, '44-E', 'Hoarseness/dysphonia/speech And Language Abnormalities', 'Patients with impairment in comprehension and/or use of the form, content, or function of language are said to have a language disorder. Those who have correct word choice and syntax but have speech disorders may have an articulation disorder. Almost any change in voice quality may be described as hoarseness. However, if it lasts more than 2 weeks, especially in patients who use alcohol or tobacco, it needs to be evaluated.', NULL, 309, 8, NULL, 62, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (389, '45-E', 'Hydrogen Ion Concentration Abnormal, Serum', 'Major adverse consequences may occur with severe acidemia and alkalemia despite absence of specific symptoms. The diagnosis depends on the clinical setting and laboratory studies. It is crucial to distinguish acidemia due to metabolic causes from that due to respiratory causes; especially important is detecting the presence of both. Management of the underlying causes and not simply of the change in [H+] is essential.', NULL, 309, 8, NULL, 63, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (389, '45-E', 'Hydrogen Ion Concentration Abnormal, Serum', 'Major adverse consequences may occur with severe acidemia and alkalemia despite absence of specific symptoms. The diagnosis depends on the clinical setting and laboratory studies. It is crucial to distinguish acidemia due to metabolic causes from that due to respiratory causes; especially important is detecting the presence of both. Management of the underlying causes and not simply of the change in [H+] is essential.', NULL, 309, 8, NULL, 63, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (390, '46-E', 'Infertility', 'Infertility, meaning the inability to conceive after one year of intercourse without contraception, affects about 15% of couples. Both partners must be investigated; male-associated factors account for approximately half of infertility problems. Although current emphasis is on treatment technologies, it is important to consider first the cause of the infertility and tailor the treatment accordingly.', NULL, 309, 8, NULL, 64, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (390, '46-E', 'Infertility', 'Infertility, meaning the inability to conceive after one year of intercourse without contraception, affects about 15% of couples. Both partners must be investigated; male-associated factors account for approximately half of infertility problems. Although current emphasis is on treatment technologies, it is important to consider first the cause of the infertility and tailor the treatment accordingly.', NULL, 309, 8, NULL, 64, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (391, '47-1-E', 'Incontinence, Stool', 'Fecal incontinence varies from inadvertent soiling with liquid stool to the involuntary excretion of feces. It is a demoralizing disability because it affects self-assurance and can lead to social isolation. It is the second leading cause of nursing home placement.', NULL, 309, 8, NULL, 65, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (391, '47-1-E', 'Incontinence, Stool', 'Fecal incontinence varies from inadvertent soiling with liquid stool to the involuntary excretion of feces. It is a demoralizing disability because it affects self-assurance and can lead to social isolation. It is the second leading cause of nursing home placement.', NULL, 309, 8, NULL, 65, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (392, '47-2-E', 'Incontinence, Urine', 'Because there is increasing incidence of involuntary micturition with age, incontinence has increased in frequency in our ageing population. Unfortunately, incontinence remains under treated despite its effect on quality of life and impact on physical and psychological morbidity. Primary care physicians should diagnose the cause of incontinence in the majority of cases.', NULL, 309, 8, NULL, 66, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (392, '47-2-E', 'Incontinence, Urine', 'Because there is increasing incidence of involuntary micturition with age, incontinence has increased in frequency in our ageing population. Unfortunately, incontinence remains under treated despite its effect on quality of life and impact on physical and psychological morbidity. Primary care physicians should diagnose the cause of incontinence in the majority of cases.', NULL, 309, 8, NULL, 66, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (393, '47-3-E', 'Incontinence, Urine, Pediatric (enuresis)', 'Enuresis is the involuntary passage of urine, and may be diurnal (daytime), nocturnal (nighttime), or both. The majority of children have primary nocturnal enuresis (20% of five-year-olds). Diurnal and secondary enuresis is much less common, but requires differentiating between underlying diseases and stress related conditions.', NULL, 309, 8, NULL, 67, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (393, '47-3-E', 'Incontinence, Urine, Pediatric (enuresis)', 'Enuresis is the involuntary passage of urine, and may be diurnal (daytime), nocturnal (nighttime), or both. The majority of children have primary nocturnal enuresis (20% of five-year-olds). Diurnal and secondary enuresis is much less common, but requires differentiating between underlying diseases and stress related conditions.', NULL, 309, 8, NULL, 67, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (394, '48-E', 'Impotence/erectile Dysfunction', 'Impotence is an issue that has a major impact on relationships. There is a need to explore the impact with both partners, although many consider it a male problem. Impotence is present when an erection of sufficient rigidity for sexual intercourse cannot be acquired or sustained>75% of the time.', NULL, 309, 8, NULL, 68, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (394, '48-E', 'Impotence/erectile Dysfunction', 'Impotence is an issue that has a major impact on relationships. There is a need to explore the impact with both partners, although many consider it a male problem. Impotence is present when an erection of sufficient rigidity for sexual intercourse cannot be acquired or sustained>75% of the time.', NULL, 309, 8, NULL, 68, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (395, '49-E', 'Jaundice ', 'Jaundice may represent hemolysis or hepatobiliary disease. Although usually the evaluation of a patient is not urgent, in a few situations it is a medical emergency (e.g., massive hemolysis, ascending cholangitis, acute hepatic failure).', NULL, 309, 8, NULL, 69, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (395, '49-E', 'Jaundice ', 'Jaundice may represent hemolysis or hepatobiliary disease. Although usually the evaluation of a patient is not urgent, in a few situations it is a medical emergency (e.g., massive hemolysis, ascending cholangitis, acute hepatic failure).', NULL, 309, 8, NULL, 69, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (396, '49-1-E', 'Neonatal Jaundice ', 'Jaundice, usually mild unconjugated bilirubinemia, affects nearly all newborns. Up to 65% of full-term neonates have jaundice at 72 - 96 hours of age. Although some causes are ominous, the majority are transient and without consequences.', NULL, 395, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (396, '49-1-E', 'Neonatal Jaundice ', 'Jaundice, usually mild unconjugated bilirubinemia, affects nearly all newborns. Up to 65% of full-term neonates have jaundice at 72 - 96 hours of age. Although some causes are ominous, the majority are transient and without consequences.', NULL, 395, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (397, '50-1-E', 'Joint Pain, Mono-articular (acute, Chronic)', 'Any arthritis can initially present as one swollen painful joint. Thus, the early exclusion of polyarticular joint disease may be challenging. In addition, pain caused by a problem within the joint needs to be distinguished from pain arising from surrounding soft tissues.', NULL, 309, 8, NULL, 70, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (397, '50-1-E', 'Joint Pain, Mono-articular (acute, Chronic)', 'Any arthritis can initially present as one swollen painful joint. Thus, the early exclusion of polyarticular joint disease may be challenging. In addition, pain caused by a problem within the joint needs to be distinguished from pain arising from surrounding soft tissues.', NULL, 309, 8, NULL, 70, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (398, '50-2-E', 'Joint Pain, Poly-articular (acute, Chronic)', 'Polyarticular joint pain is common in medical practice, and causes vary from some that are self-limiting to others which are potentially disabling and life threatening.', NULL, 309, 8, NULL, 71, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (398, '50-2-E', 'Joint Pain, Poly-articular (acute, Chronic)', 'Polyarticular joint pain is common in medical practice, and causes vary from some that are self-limiting to others which are potentially disabling and life threatening.', NULL, 309, 8, NULL, 71, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (399, '50-3-E', 'Periarticular Pain/soft Tissue Rheumatic Disorders', 'Pain caused by a problem within the joint needs to be distinguished from pain arising from surrounding soft tissues.', NULL, 309, 8, NULL, 72, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (399, '50-3-E', 'Periarticular Pain/soft Tissue Rheumatic Disorders', 'Pain caused by a problem within the joint needs to be distinguished from pain arising from surrounding soft tissues.', NULL, 309, 8, NULL, 72, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (400, '51-E', 'Lipids Abnormal, Serum ', 'Hypercholesterolemia is a common and important modifiable risk factor for ischemic heart disease (IHD) and cerebro-vascular disease. The relationship of elevated triglycerides to IHD is less clear (may be a modest independent predictor) but very high levels predispose to pancreatitis. HDL cholesterol is inversely related to IHD risk.', NULL, 309, 8, NULL, 73, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (400, '51-E', 'Lipids Abnormal, Serum ', 'Hypercholesterolemia is a common and important modifiable risk factor for ischemic heart disease (IHD) and cerebro-vascular disease. The relationship of elevated triglycerides to IHD is less clear (may be a modest independent predictor) but very high levels predispose to pancreatitis. HDL cholesterol is inversely related to IHD risk.', NULL, 309, 8, NULL, 73, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (401, '52-E', 'Liver Function Tests Abnormal, Serum', 'Appropriate investigation can distinguish benign reversible liver disease requiring no treatment from potentially life-threatening conditions requiring immediate therapy.', NULL, 309, 8, NULL, 74, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (401, '52-E', 'Liver Function Tests Abnormal, Serum', 'Appropriate investigation can distinguish benign reversible liver disease requiring no treatment from potentially life-threatening conditions requiring immediate therapy.', NULL, 309, 8, NULL, 74, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (402, '53-E', 'Lump/mass, Musculoskeletal ', 'Lumps or masses are a common cause for consultation with a physician. The majority will be of a benign dermatologic origin. Musculoskeletal lumps or masses are not common, but they represent an important cause of morbidity and mortality, especially among young people.', NULL, 309, 8, NULL, 75, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (402, '53-E', 'Lump/mass, Musculoskeletal ', 'Lumps or masses are a common cause for consultation with a physician. The majority will be of a benign dermatologic origin. Musculoskeletal lumps or masses are not common, but they represent an important cause of morbidity and mortality, especially among young people.', NULL, 309, 8, NULL, 75, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (403, '54-E', 'Lymphadenopathy', 'Countless potential causes may lead to lymphadenopathy. Some of these are serious but treatable. In a study of patients with lymphadenopathy, 84% were diagnosed with benign lymphadenopathy and the majority of these were due to a nonspecific (reactive) etiology.', NULL, 309, 8, NULL, 76, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (403, '54-E', 'Lymphadenopathy', 'Countless potential causes may lead to lymphadenopathy. Some of these are serious but treatable. In a study of patients with lymphadenopathy, 84% were diagnosed with benign lymphadenopathy and the majority of these were due to a nonspecific (reactive) etiology.', NULL, 309, 8, NULL, 76, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (404, '54-1-E', 'Mediastinal Mass/hilar Adenopathy', 'The mediastinum contains many vital structures (heart, aorta, pulmonary hila, esophagus) that are affected directly or indirectly by mediastinal masses. Evaluation of such masses is aided by envisaging the nature of the mass from its location in the mediastinum.</p>\r\n<p>', NULL, 403, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (404, '54-1-E', 'Mediastinal Mass/hilar Adenopathy', 'The mediastinum contains many vital structures (heart, aorta, pulmonary hila, esophagus) that are affected directly or indirectly by mediastinal masses. Evaluation of such masses is aided by envisaging the nature of the mass from its location in the mediastinum.</p>\r\n<p>', NULL, 403, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (405, '55-E', 'Magnesium Concentration Serum, Abnormal/hypomagnesemia ', 'Although hypomagnesemia occurs in only about 10% of hospitalized patients, the incidence rises to over 60% in severely ill patients. It is frequently associated with hypokalemia and hypocalcemia.', NULL, 309, 8, NULL, 77, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (405, '55-E', 'Magnesium Concentration Serum, Abnormal/hypomagnesemia ', 'Although hypomagnesemia occurs in only about 10% of hospitalized patients, the incidence rises to over 60% in severely ill patients. It is frequently associated with hypokalemia and hypocalcemia.', NULL, 309, 8, NULL, 77, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (406, '56-1-E', 'Amenorrhea/oligomenorrhea', 'The average age of onset of menarche in North America is 11 to 13 years and menopause is approximately 50 years. Between these ages, absence of menstruation is a cause for investigation and appropriate management.', NULL, 309, 8, NULL, 78, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (406, '56-1-E', 'Amenorrhea/oligomenorrhea', 'The average age of onset of menarche in North America is 11 to 13 years and menopause is approximately 50 years. Between these ages, absence of menstruation is a cause for investigation and appropriate management.', NULL, 309, 8, NULL, 78, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (407, '56-2-E', 'Dysmenorrhea', 'Approximately 30 - 50% of post-pubescent women experience painful menstruation and 10% of women are incapacitated by pain 1 - 3 days per month. It is the single greatest cause of lost working hours and school days among young women.', NULL, 309, 8, NULL, 79, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (407, '56-2-E', 'Dysmenorrhea', 'Approximately 30 - 50% of post-pubescent women experience painful menstruation and 10% of women are incapacitated by pain 1 - 3 days per month. It is the single greatest cause of lost working hours and school days among young women.', NULL, 309, 8, NULL, 79, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (408, '56-3-E', 'Pre-menstrual Syndrome (pms)', 'Pre-menstrual syndrome is a combination of physical, emotional, or behavioral symptoms that occur prior to the menstrual cycle and are absent during the rest of the cycle. The symproms, on occasion, are severe enough to intefere significantly with work and/or home activities.', NULL, 309, 8, NULL, 80, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (408, '56-3-E', 'Pre-menstrual Syndrome (pms)', 'Pre-menstrual syndrome is a combination of physical, emotional, or behavioral symptoms that occur prior to the menstrual cycle and are absent during the rest of the cycle. The symproms, on occasion, are severe enough to intefere significantly with work and/or home activities.', NULL, 309, 8, NULL, 80, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (409, '57-E', 'Menopause ', 'Women cease to have menstrual periods at about 50 years of age, although ovarian function declines earlier. Changing population demographics means that the number of women who are menopausal will continue to grow, and many women will live 1/3 of their lives after ovarian function ceases. Promotion of health maintenance in this group of women will enhance physical, emotional, and sexual quality of life.', NULL, 309, 8, NULL, 81, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (409, '57-E', 'Menopause ', 'Women cease to have menstrual periods at about 50 years of age, although ovarian function declines earlier. Changing population demographics means that the number of women who are menopausal will continue to grow, and many women will live 1/3 of their lives after ovarian function ceases. Promotion of health maintenance in this group of women will enhance physical, emotional, and sexual quality of life.', NULL, 309, 8, NULL, 81, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (410, '58-1-E', 'Coma', 'Patients with altered level of consciousness account for 5% of hospital admissions. Coma however is defined as a state of pathologic unconsciousness (unarousable).', NULL, 309, 8, NULL, 82, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (410, '58-1-E', 'Coma', 'Patients with altered level of consciousness account for 5% of hospital admissions. Coma however is defined as a state of pathologic unconsciousness (unarousable).', NULL, 309, 8, NULL, 82, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (411, '58-2-E', 'Delirium/confusion ', 'An acute confusional state in patients with medical illness, especially among those who are older, is extremely common. Between 10 - 15% of elderly patients admitted to hospital have delirium and up to a further 30% develop delirium while in hospital. It represents a disturbance of consciousness with reduced ability to focus, sustain, or shift attention (DSM-IV). This disturbance tends to develop over a short period of time (hours to days) and tends to fluctuate during the course of the day. A clear understanding of the differential diagnosis enables rapid and appropriate management.', NULL, 309, 8, NULL, 83, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (411, '58-2-E', 'Delirium/confusion ', 'An acute confusional state in patients with medical illness, especially among those who are older, is extremely common. Between 10 - 15% of elderly patients admitted to hospital have delirium and up to a further 30% develop delirium while in hospital. It represents a disturbance of consciousness with reduced ability to focus, sustain, or shift attention (DSM-IV). This disturbance tends to develop over a short period of time (hours to days) and tends to fluctuate during the course of the day. A clear understanding of the differential diagnosis enables rapid and appropriate management.', NULL, 309, 8, NULL, 83, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (412, '58-3-E', 'Dementia', 'Dementia is a problem physicians encounter frequently, and causes that are potentially treatable require identification. Alzheimer disease is the most common form of dementia in the elderly (about 70%), and primary care physicians will need to diagnose and manage the early cognitive manifestations.', NULL, 309, 8, NULL, 84, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (412, '58-3-E', 'Dementia', 'Dementia is a problem physicians encounter frequently, and causes that are potentially treatable require identification. Alzheimer disease is the most common form of dementia in the elderly (about 70%), and primary care physicians will need to diagnose and manage the early cognitive manifestations.', NULL, 309, 8, NULL, 84, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (413, '59-E', 'Mood Disorders ', 'Depression is one of the top five diagnoses made in the offices of primary care physicians. Depressed mood occurs in some individuals as a normal reaction to grief, but in others it is considered abnormal because it interferes with the person\'s daily function (e.g., self-care, relationships, work, self-support). Thus, it is necessary for primary care clinicians to detect depression, initiate treatment, and refer to specialists for assistance when required.', NULL, 309, 8, NULL, 85, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (413, '59-E', 'Mood Disorders ', 'Depression is one of the top five diagnoses made in the offices of primary care physicians. Depressed mood occurs in some individuals as a normal reaction to grief, but in others it is considered abnormal because it interferes with the person\'s daily function (e.g., self-care, relationships, work, self-support). Thus, it is necessary for primary care clinicians to detect depression, initiate treatment, and refer to specialists for assistance when required.', NULL, 309, 8, NULL, 85, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (414, '60-E', 'Mouth Problems', 'Although many disease states can affect the mouth, the two most common ones are odontogenic infections (dental carries and periodontal infections) and oral carcinoma. Almost 15% of the population have significant periodontal disease despite its being preventable. Such infections, apart from the discomfort inflicted, may result in serious complications.', NULL, 309, 8, NULL, 86, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (414, '60-E', 'Mouth Problems', 'Although many disease states can affect the mouth, the two most common ones are odontogenic infections (dental carries and periodontal infections) and oral carcinoma. Almost 15% of the population have significant periodontal disease despite its being preventable. Such infections, apart from the discomfort inflicted, may result in serious complications.', NULL, 309, 8, NULL, 86, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (415, '61-E', 'Movement Disorders,involuntary/tic Disorders', 'Movement disorders are regarded as either excessive (hyperkinetic) or reduced (bradykinetic) activity. Diagnosis depends primarily on careful observation of the clinical features. ', NULL, 309, 8, NULL, 87, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (415, '61-E', 'Movement Disorders,involuntary/tic Disorders', 'Movement disorders are regarded as either excessive (hyperkinetic) or reduced (bradykinetic) activity. Diagnosis depends primarily on careful observation of the clinical features. ', NULL, 309, 8, NULL, 87, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (416, '62-1-E', 'Diastolic Murmur', 'Although systolic murmurs are often \"innocent\" or physiological, diastolic murmurs are virtually always pathologic.', NULL, 309, 8, NULL, 88, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (416, '62-1-E', 'Diastolic Murmur', 'Although systolic murmurs are often \"innocent\" or physiological, diastolic murmurs are virtually always pathologic.', NULL, 309, 8, NULL, 88, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (417, '62-2-E', 'Heart Sounds, Pathological', 'Pathological heart sounds are clues to underlying heart disease.', NULL, 309, 8, NULL, 89, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (417, '62-2-E', 'Heart Sounds, Pathological', 'Pathological heart sounds are clues to underlying heart disease.', NULL, 309, 8, NULL, 89, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (418, '62-3-E', 'Systolic Murmur', 'Ejection systolic murmurs are common, and frequently quite \'innocent\' (with absence of cardiac findings and normal splitting of the second sound).', NULL, 309, 8, NULL, 90, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (418, '62-3-E', 'Systolic Murmur', 'Ejection systolic murmurs are common, and frequently quite \'innocent\' (with absence of cardiac findings and normal splitting of the second sound).', NULL, 309, 8, NULL, 90, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (419, '63-E', 'Neck Mass/goiter/thyroid Disease ', 'The vast majority of neck lumps are benign (usually reactive lymph nodes or occasionally of congenital origin). The lumps that should be of most concern to primary care physicians are the rare malignant neck lumps. Among patients with thyroid nodules, children, patients with a family history or history for head and neck radiation, and adults<30 years or>60 years are at higher risk for thyroid cancer.', NULL, 309, 8, NULL, 91, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (419, '63-E', 'Neck Mass/goiter/thyroid Disease ', 'The vast majority of neck lumps are benign (usually reactive lymph nodes or occasionally of congenital origin). The lumps that should be of most concern to primary care physicians are the rare malignant neck lumps. Among patients with thyroid nodules, children, patients with a family history or history for head and neck radiation, and adults<30 years or>60 years are at higher risk for thyroid cancer.', NULL, 309, 8, NULL, 91, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (420, '64-E', 'Newborn, Depressed', 'A call requesting assistance in the delivery of a newborn may be \"routine\" or because the neonate is depressed and requires resuscitation. For any type of call, the physician needs to be prepared to manage potential problems.', NULL, 309, 8, NULL, 92, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (420, '64-E', 'Newborn, Depressed', 'A call requesting assistance in the delivery of a newborn may be \"routine\" or because the neonate is depressed and requires resuscitation. For any type of call, the physician needs to be prepared to manage potential problems.', NULL, 309, 8, NULL, 92, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (421, '65-E', 'Non-reassuring Fetal Status (fetal Distress)', 'Non-reassuring fetal status occurs in 5 - 10% of pregnancies. (Fetal distress, a term also used, is imprecise and has a low positive predictive value. The newer term should be used.) Early detection and pro-active management can reduce serious consequences and prepare parents for eventualities.', NULL, 309, 8, NULL, 93, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (421, '65-E', 'Non-reassuring Fetal Status (fetal Distress)', 'Non-reassuring fetal status occurs in 5 - 10% of pregnancies. (Fetal distress, a term also used, is imprecise and has a low positive predictive value. The newer term should be used.) Early detection and pro-active management can reduce serious consequences and prepare parents for eventualities.', NULL, 309, 8, NULL, 93, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (422, '66-E', 'Numbness/tingling/altered Sensation', 'Disordered sensation may be alarming and highly intrusive. The physician requires a framework of knowledge in order to assess abnormal sensation, consider the likely site of origin, and recognise the implications.', NULL, 309, 8, NULL, 94, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (422, '66-E', 'Numbness/tingling/altered Sensation', 'Disordered sensation may be alarming and highly intrusive. The physician requires a framework of knowledge in order to assess abnormal sensation, consider the likely site of origin, and recognise the implications.', NULL, 309, 8, NULL, 94, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (423, '67-E', 'Pain', 'Because pain is considered a signal of disease, it is the most common symptom that brings a patient to a physician. Acute pain is a vital protective mechanism. In contrast, chronic pain (>6 weeks or lasting beyond the ordinary duration of time that an injury needs to heal) serves no physiologic role and is itself a disease state. Pain is an unpleasant somatic sensation, but it is also an emotion. Although control of pain/discomfort is a crucial endpoint of medical care, the degree of analgesia provided is often inadequate, and may lead to complications (e.g., depression, suicide). Physicians should recognise the development and progression of pain, and develop strategies for its control.', NULL, 309, 8, NULL, 95, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (423, '67-E', 'Pain', 'Because pain is considered a signal of disease, it is the most common symptom that brings a patient to a physician. Acute pain is a vital protective mechanism. In contrast, chronic pain (>6 weeks or lasting beyond the ordinary duration of time that an injury needs to heal) serves no physiologic role and is itself a disease state. Pain is an unpleasant somatic sensation, but it is also an emotion. Although control of pain/discomfort is a crucial endpoint of medical care, the degree of analgesia provided is often inadequate, and may lead to complications (e.g., depression, suicide). Physicians should recognise the development and progression of pain, and develop strategies for its control.', NULL, 309, 8, NULL, 95, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (424, '67-1-2-1-E', ' Generalized Pain Disorders', 'Fibromyalgia, a common cause of chronic musculoskeletal pain and fatigue, has no known etiology and is not associated with tissue inflammation. It affects muscles, tendons, and ligaments. Along with a group of similar conditions, fibromyalgia is controversial because obvious sign and laboratory/radiological abnormalities are lacking.</p>\r\n<p>Polymyalgia rheumatica, a rheumatic condition frequently linked to giant cell (temporal) arteritis, is a relatively common disorder (prevalence of about 700/100,000 persons over 50 years of age). Synovitis is considered to be the cause of the discomfort.', NULL, 423, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (424, '67-1-2-1-E', ' Generalized Pain Disorders', 'Fibromyalgia, a common cause of chronic musculoskeletal pain and fatigue, has no known etiology and is not associated with tissue inflammation. It affects muscles, tendons, and ligaments. Along with a group of similar conditions, fibromyalgia is controversial because obvious sign and laboratory/radiological abnormalities are lacking.</p>\r\n<p>Polymyalgia rheumatica, a rheumatic condition frequently linked to giant cell (temporal) arteritis, is a relatively common disorder (prevalence of about 700/100,000 persons over 50 years of age). Synovitis is considered to be the cause of the discomfort.', NULL, 423, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (425, '67-1-2-3-E', 'Local Pain, Hip/knee/ankle/foot', 'With the current interest in physical activity, the commonest cause of leg pain is muscular or ligamentous strain. The knee, the most intricate joint in the body, has the greatest susceptibility to pain.', NULL, 423, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (425, '67-1-2-3-E', 'Local Pain, Hip/knee/ankle/foot', 'With the current interest in physical activity, the commonest cause of leg pain is muscular or ligamentous strain. The knee, the most intricate joint in the body, has the greatest susceptibility to pain.', NULL, 423, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (426, '67-1-2-2-E', 'Local Pain, Shoulder/elbow/wrist/hand', 'After backache, upper extremity pain is the most common type of musculoskeletal pain.', NULL, 423, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (426, '67-1-2-2-E', 'Local Pain, Shoulder/elbow/wrist/hand', 'After backache, upper extremity pain is the most common type of musculoskeletal pain.', NULL, 423, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (427, '67-1-2-4-E', 'Local Pain, Spinal Compression/osteoporosis', 'Spinal compression is one manifestation of osteoporosis, the prevalence of which increases with age. As the proportion of our population in old age rises, osteoporosis becomes an important cause of painful fractures, deformity, loss of mobility and independence, and even death. Although less common in men, the incidence of fractures increases exponentially with ageing, albeit 5 - 10 years later. For unknown reasons, the mortality associated with fractures is higher in men than in women.', NULL, 423, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (427, '67-1-2-4-E', 'Local Pain, Spinal Compression/osteoporosis', 'Spinal compression is one manifestation of osteoporosis, the prevalence of which increases with age. As the proportion of our population in old age rises, osteoporosis becomes an important cause of painful fractures, deformity, loss of mobility and independence, and even death. Although less common in men, the incidence of fractures increases exponentially with ageing, albeit 5 - 10 years later. For unknown reasons, the mortality associated with fractures is higher in men than in women.', NULL, 423, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (428, '67-1-2-6-E', 'Local Pain, Spine/low Back Pain', 'Low back pain is one of the most common physical complaints and a major cause of lost work time. Most frequently it is associated with vocations that involve lifting, twisting, bending, and reaching. In individuals suffering from chronic back pain, 5% will have an underlying serious disease.', NULL, 423, 8, NULL, 5, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (428, '67-1-2-6-E', 'Local Pain, Spine/low Back Pain', 'Low back pain is one of the most common physical complaints and a major cause of lost work time. Most frequently it is associated with vocations that involve lifting, twisting, bending, and reaching. In individuals suffering from chronic back pain, 5% will have an underlying serious disease.', NULL, 423, 8, NULL, 5, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (429, '67-1-2-5-E', 'Local Pain, Spine/neck/thoracic', 'Approximately 10 % of the adult population have neck pain at any one time. This prevalence is similar to low back pain, but few patients lose time from work and the development of neurologic deficits is<1 %.', NULL, 423, 8, NULL, 6, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (429, '67-1-2-5-E', 'Local Pain, Spine/neck/thoracic', 'Approximately 10 % of the adult population have neck pain at any one time. This prevalence is similar to low back pain, but few patients lose time from work and the development of neurologic deficits is<1 %.', NULL, 423, 8, NULL, 6, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (430, '67-2-2-E', 'Central/peripheral Neuropathic Pain', 'Neuropathic pain is caused by dysfunction of the nervous system without tissue damage. The pain tends to be chronic and causes great discomfort.', NULL, 423, 8, NULL, 7, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (430, '67-2-2-E', 'Central/peripheral Neuropathic Pain', 'Neuropathic pain is caused by dysfunction of the nervous system without tissue damage. The pain tends to be chronic and causes great discomfort.', NULL, 423, 8, NULL, 7, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (431, '67-2-1-E', 'Sympathetic/complex Regional Pain Syndrome/reflex Sympatheti', 'Following an injury or vascular event (myocardial infarction, stroke), a disorder may develop that is characterized by regional pain and sensory changes (vasomotor instability, skin changes, and patchy bone demineralization).', NULL, 423, 8, NULL, 8, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (431, '67-2-1-E', 'Sympathetic/complex Regional Pain Syndrome/reflex Sympatheti', 'Following an injury or vascular event (myocardial infarction, stroke), a disorder may develop that is characterized by regional pain and sensory changes (vasomotor instability, skin changes, and patchy bone demineralization).', NULL, 423, 8, NULL, 8, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (432, '68-E', 'Palpitations (abnormal Ecg-arrhythmia)', 'Palpitations are a common symptom. Although the cause is often benign, occasionally it may indicate the presence of a serious underlying problem.', NULL, 309, 8, NULL, 96, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (432, '68-E', 'Palpitations (abnormal Ecg-arrhythmia)', 'Palpitations are a common symptom. Although the cause is often benign, occasionally it may indicate the presence of a serious underlying problem.', NULL, 309, 8, NULL, 96, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (433, '69-E', 'Panic And Anxiety ', 'Panic attacks/panic disorders are common problems in the primary care setting. Although such patients may present with discrete episodes of intense fear, more commonly they complain of one or more physical symptoms. A minority of such patients present to mental health settings, whereas 1/3 present to their family physician and another 1/3 to emergency departments. Generalized anxiety disorder, characterized by excessive worry and anxiety that are difficult to control, tends to develop secondary to other psychiatric conditions.', NULL, 309, 8, NULL, 97, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (433, '69-E', 'Panic And Anxiety ', 'Panic attacks/panic disorders are common problems in the primary care setting. Although such patients may present with discrete episodes of intense fear, more commonly they complain of one or more physical symptoms. A minority of such patients present to mental health settings, whereas 1/3 present to their family physician and another 1/3 to emergency departments. Generalized anxiety disorder, characterized by excessive worry and anxiety that are difficult to control, tends to develop secondary to other psychiatric conditions.', NULL, 309, 8, NULL, 97, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (434, '70-E', 'Pap Smear Screening', 'Carcinoma of the cervix is a preventable disease. Any female patient who visits a physician\'s office should have current screening guidelines applied and if appropriate, a Pap smear should be recommended.', NULL, 309, 8, NULL, 98, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (434, '70-E', 'Pap Smear Screening', 'Carcinoma of the cervix is a preventable disease. Any female patient who visits a physician\'s office should have current screening guidelines applied and if appropriate, a Pap smear should be recommended.', NULL, 309, 8, NULL, 98, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (435, '71-E', 'Pediatric Emergencies - Acutely Ill Infant/child', 'Although pediatric emergencies such as the ones listed below are discussed with the appropriate condition, the care of the patient in the pediatric age group demands special skills', NULL, 309, 8, NULL, 99, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (435, '71-E', 'Pediatric Emergencies - Acutely Ill Infant/child', 'Although pediatric emergencies such as the ones listed below are discussed with the appropriate condition, the care of the patient in the pediatric age group demands special skills', NULL, 309, 8, NULL, 99, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (436, '71-1-E', 'Crying/fussing Child', 'A young infant whose only symptom is crying/fussing challenges the primary care physician to distinguish between benign and organic causes.', NULL, 435, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (436, '71-1-E', 'Crying/fussing Child', 'A young infant whose only symptom is crying/fussing challenges the primary care physician to distinguish between benign and organic causes.', NULL, 435, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (437, '71-2-E', 'Hypotonia/floppy Infant/child', 'Infants/children with decreased resistance to passive movement differ from those with weakness and hyporeflexia. They require detailed, careful neurologic evaluation. Management programs, often life-long, are multidisciplinary and involve patients, family, and community.', NULL, 435, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (437, '71-2-E', 'Hypotonia/floppy Infant/child', 'Infants/children with decreased resistance to passive movement differ from those with weakness and hyporeflexia. They require detailed, careful neurologic evaluation. Management programs, often life-long, are multidisciplinary and involve patients, family, and community.', NULL, 435, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (438, '72-E', 'Pelvic Mass', 'Pelvic masses are common and may be found in a woman of any age, although the possible etiologies differ among age groups. There is a need to diagnose and investigate them since early detection may affect outcome.', NULL, 309, 8, NULL, 100, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (438, '72-E', 'Pelvic Mass', 'Pelvic masses are common and may be found in a woman of any age, although the possible etiologies differ among age groups. There is a need to diagnose and investigate them since early detection may affect outcome.', NULL, 309, 8, NULL, 100, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (439, '73-E', 'Pelvic Pain', 'Acute pelvic pain is potentially life threatening. Chronic pelvic pain is one of the most common problems in gynecology. Women average 2 - 3 visits each year to physicians\' offices with chronic pelvic pain. At present, only about one third of these women are given a specific diagnosis. The absence of a clear diagnosis can frustrate both patients and clinicians. Once the diagnosis is established, specific and usually successful treatment may be instituted.', NULL, 309, 8, NULL, 101, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (439, '73-E', 'Pelvic Pain', 'Acute pelvic pain is potentially life threatening. Chronic pelvic pain is one of the most common problems in gynecology. Women average 2 - 3 visits each year to physicians\' offices with chronic pelvic pain. At present, only about one third of these women are given a specific diagnosis. The absence of a clear diagnosis can frustrate both patients and clinicians. Once the diagnosis is established, specific and usually successful treatment may be instituted.', NULL, 309, 8, NULL, 101, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (440, '74-E', 'Periodic Health Examination (phe) ', 'Periodically, patients visit physicians\' office not because they are unwell, but because they want a \'check-up\'. Such visits are referred to as health maintenance or the PHE. The PHE is an opportunity to relate to an asymptomatic patient for the purpose of case finding and screening for undetected disease and risky behaviour. It is also an opportunity for health promotion and disease prevention. The decision to include or exclude a medical condition in the PHE should be based on the burden of suffering caused by the condition, the quality of the screening, and effectiveness of the intervention.', NULL, 309, 8, NULL, 102, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (440, '74-E', 'Periodic Health Examination (phe) ', 'Periodically, patients visit physicians\' office not because they are unwell, but because they want a \'check-up\'. Such visits are referred to as health maintenance or the PHE. The PHE is an opportunity to relate to an asymptomatic patient for the purpose of case finding and screening for undetected disease and risky behaviour. It is also an opportunity for health promotion and disease prevention. The decision to include or exclude a medical condition in the PHE should be based on the burden of suffering caused by the condition, the quality of the screening, and effectiveness of the intervention.', NULL, 309, 8, NULL, 102, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (441, '74-2-E', 'Infant And Child Immunization ', 'Immunization has reduced or eradicated many infectious diseases and has improved overall world health. Recommended immunization schedules are constantly updated as new vaccines become available.', NULL, 440, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (441, '74-2-E', 'Infant And Child Immunization ', 'Immunization has reduced or eradicated many infectious diseases and has improved overall world health. Recommended immunization schedules are constantly updated as new vaccines become available.', NULL, 440, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (442, '74-1-E', 'Newborn Assessment/nutrition ', 'Primary care physicians play a vital role in identifying children at risk for developmental and other disorders that are threatening to life or long-term health before they become symptomatic. In most cases, parents require direction and reassurance regarding the health status of their newborn infant. With respect to development, parental concerns regarding the child\'s language development, articulation, fine motor skills, and global development require careful assessment.', NULL, 440, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (442, '74-1-E', 'Newborn Assessment/nutrition ', 'Primary care physicians play a vital role in identifying children at risk for developmental and other disorders that are threatening to life or long-term health before they become symptomatic. In most cases, parents require direction and reassurance regarding the health status of their newborn infant. With respect to development, parental concerns regarding the child\'s language development, articulation, fine motor skills, and global development require careful assessment.', NULL, 440, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (443, '74-3-E', 'Pre-operative Medical Evaluation', 'Evaluation of patients prior to surgery is an important element of comprehensive medical care. The objectives of such an evaluation include the detection of unrecognized disease that may increase the risk of surgery and how to minimize such risk.', NULL, 440, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (443, '74-3-E', 'Pre-operative Medical Evaluation', 'Evaluation of patients prior to surgery is an important element of comprehensive medical care. The objectives of such an evaluation include the detection of unrecognized disease that may increase the risk of surgery and how to minimize such risk.', NULL, 440, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (444, '74-4-E', 'Work-related Health Issues ', 'Physicians will encounter health hazards in their own work place, as well as in patients\' work place. These hazards need to be recognised and addressed. A patient\'s reported environmental exposures may prompt interventions important in preventing future illnesses/injuries. Equally important, physicians can not only play an important role in preventing occupational illness but also in promoting environmental health.', NULL, 440, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1); | | (444, '74-4-E', 'Work-related Health Issues ', 'Physicians will encounter health hazards in their own work place, as well as in patients\' work place. These hazards need to be recognised and addressed. A patient\'s reported environmental exposures may prompt interventions important in preventing future illnesses/injuries. Equally important, physicians can not only play an important role in preventing occupational illness but also in promoting environmental health.', NULL, 440, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1); |
| INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES |
| (445, '75-E', 'Personality Disorders ', 'Personality disorders are persistent and maladaptive patterns of behaviour exhibited over a wide variety of social, occupational, and relationship contexts and leading to distress and impairment. They represent important risk factors for a variety of medical, interpersonal, and psychiatric difficulties. For example, patients with personality difficulties may attempt suicide, or may be substance abusers. As a group, they may alienate health care providers with angry outbursts, high-risk behaviours, signing out against medical advice, etc.', NULL, 309, 8, NULL, 103, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (445, '75-E', 'Personality Disorders ', 'Personality disorders are persistent and maladaptive patterns of behaviour exhibited over a wide variety of social, occupational, and relationship contexts and leading to distress and impairment. They represent important risk factors for a variety of medical, interpersonal, and psychiatric difficulties. For example, patients with personality difficulties may attempt suicide, or may be substance abusers. As a group, they may alienate health care providers with angry outbursts, high-risk behaviours, signing out against medical advice, etc.', NULL, 309, 8, NULL, 103, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (446, '76-E', 'Pleural Effusion/pleural Abnormalities', NULL, NULL, 309, 8, NULL, 104, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (446, '76-E', 'Pleural Effusion/pleural Abnormalities', NULL, NULL, 309, 8, NULL, 104, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (447, '77-E', 'Poisoning', 'Exposures to poisons or drug overdoses account for 5 - 10% of emergency department visits, and>5 % of admissions to intensive care units. More than 50 % of these patients are children less than 6 years of age.', NULL, 309, 8, NULL, 105, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (447, '77-E', 'Poisoning', 'Exposures to poisons or drug overdoses account for 5 - 10% of emergency department visits, and>5 % of admissions to intensive care units. More than 50 % of these patients are children less than 6 years of age.', NULL, 309, 8, NULL, 105, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (448, '78-4-E', 'Administration Of Effective Health Programs At The Populatio', 'Knowing the organization of the health care and public health systems in Canada as well as how to determine the most cost-effective interventions are becoming key elements of clinical practice. Physicians also must work well in multidisciplinary teams within the current system in order to achieve the maximum health benefit for all patients and residents. ', NULL, 309, 8, NULL, 106, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (448, '78-4-E', 'Administration Of Effective Health Programs At The Populatio', 'Knowing the organization of the health care and public health systems in Canada as well as how to determine the most cost-effective interventions are becoming key elements of clinical practice. Physicians also must work well in multidisciplinary teams within the current system in order to achieve the maximum health benefit for all patients and residents. ', NULL, 309, 8, NULL, 106, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (449, '78-2-E', 'Assessing And Measuring Health Status At The Population Leve', 'Knowing the health status of the population allows for better planning and evaluation of health programs and tailoring interventions to meet patient/community needs. Physicians are also active participants in disease surveillance programs, encouraging them to address health needs in the population and not merely health demands.', NULL, 309, 8, NULL, 107, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (449, '78-2-E', 'Assessing And Measuring Health Status At The Population Leve', 'Knowing the health status of the population allows for better planning and evaluation of health programs and tailoring interventions to meet patient/community needs. Physicians are also active participants in disease surveillance programs, encouraging them to address health needs in the population and not merely health demands.', NULL, 309, 8, NULL, 107, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (450, '78-1-E', 'Concepts Of Health And Its Determinants', 'Concepts of health, illness, disease and the socially defined sick role are fundamental to understanding the health of a community and to applying that knowledge to the patients that a physician serves. With advances in care, the aspirations of patients for good health have expanded and this has placed new demands on physicians to address issues that are not strictly biomedical in nature. These concepts are also important if the physician is to understand health and illness behaviour. ', NULL, 309, 8, NULL, 108, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (450, '78-1-E', 'Concepts Of Health And Its Determinants', 'Concepts of health, illness, disease and the socially defined sick role are fundamental to understanding the health of a community and to applying that knowledge to the patients that a physician serves. With advances in care, the aspirations of patients for good health have expanded and this has placed new demands on physicians to address issues that are not strictly biomedical in nature. These concepts are also important if the physician is to understand health and illness behaviour. ', NULL, 309, 8, NULL, 108, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (451, '78-6-E', 'Environment', 'Environmental issues are important in medical practice because exposures may be causally linked to a patient\'s clinical presentation and the health of the exposed population. A physician is expected to work with regulatory agencies to help implement the necessary interventions to prevent future illness. Physician involvement is important in the promotion of global environmental health.', NULL, 309, 8, NULL, 109, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (451, '78-6-E', 'Environment', 'Environmental issues are important in medical practice because exposures may be causally linked to a patient\'s clinical presentation and the health of the exposed population. A physician is expected to work with regulatory agencies to help implement the necessary interventions to prevent future illness. Physician involvement is important in the promotion of global environmental health.', NULL, 309, 8, NULL, 109, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (452, '78-7-E', 'Health Of Special Populations', 'Health equity is defined as each person in society having an equal opportunity for health. Each community is composed of diverse groups of individuals and sub-populations. Due to variations in factors such as physical location, culture, behaviours, age and gender structure, populations have different health risks and needs that must be addressed in order to achieve health equity. Hence physicians need to be aware of the differing needs of population groups and must be able to adjust service provision to ensure culturally safe communications and care.', NULL, 309, 8, NULL, 110, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (452, '78-7-E', 'Health Of Special Populations', 'Health equity is defined as each person in society having an equal opportunity for health. Each community is composed of diverse groups of individuals and sub-populations. Due to variations in factors such as physical location, culture, behaviours, age and gender structure, populations have different health risks and needs that must be addressed in order to achieve health equity. Hence physicians need to be aware of the differing needs of population groups and must be able to adjust service provision to ensure culturally safe communications and care.', NULL, 309, 8, NULL, 110, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (453, '78-3-E', 'Interventions At The Population Level', 'Many interventions at the individual level must be supported by actions at the community level. Physicians will be expected to advocate for community wide interventions and to address issues that occur to many patients across their practice. ', NULL, 309, 8, NULL, 111, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (453, '78-3-E', 'Interventions At The Population Level', 'Many interventions at the individual level must be supported by actions at the community level. Physicians will be expected to advocate for community wide interventions and to address issues that occur to many patients across their practice. ', NULL, 309, 8, NULL, 111, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (454, '78-5-E', 'Outbreak Management', 'Physicians are crucial participants in the control of outbreaks of disease. They must be able to diagnose cases, recognize outbreaks, report these to public health authorities and work with authorities to limit the spread of the outbreak. A common example includes physicians working in nursing homes and being asked to assist in the control of an outbreak of influenza or diarrhea.', NULL, 309, 8, NULL, 112, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (454, '78-5-E', 'Outbreak Management', 'Physicians are crucial participants in the control of outbreaks of disease. They must be able to diagnose cases, recognize outbreaks, report these to public health authorities and work with authorities to limit the spread of the outbreak. A common example includes physicians working in nursing homes and being asked to assist in the control of an outbreak of influenza or diarrhea.', NULL, 309, 8, NULL, 112, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (455, '79-1-E', 'Hyperkalemia ', 'Hyperkalemia may have serious consequences (especially cardiac) and may also be indicative of the presence of serious associated medical conditions.', NULL, 309, 8, NULL, 113, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (455, '79-1-E', 'Hyperkalemia ', 'Hyperkalemia may have serious consequences (especially cardiac) and may also be indicative of the presence of serious associated medical conditions.', NULL, 309, 8, NULL, 113, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (456, '79-2-E', 'Hypokalemia ', 'Hypokalemia, a common clinical problem, is most often discovered on routine analysis of serum electrolytes or ECG results. Symptoms usually develop much later when depletion is quite severe.', NULL, 309, 8, NULL, 114, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (456, '79-2-E', 'Hypokalemia ', 'Hypokalemia, a common clinical problem, is most often discovered on routine analysis of serum electrolytes or ECG results. Symptoms usually develop much later when depletion is quite severe.', NULL, 309, 8, NULL, 114, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (457, '80-1-E', 'Antepartum Care ', 'The purpose of antepartum care is to help achieve as good a maternal and infant outcome as possible. This means that psychosocial issues as well as biological issues need to be addressed.', NULL, 309, 8, NULL, 115, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (457, '80-1-E', 'Antepartum Care ', 'The purpose of antepartum care is to help achieve as good a maternal and infant outcome as possible. This means that psychosocial issues as well as biological issues need to be addressed.', NULL, 309, 8, NULL, 115, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (458, '80-2-E', 'Intrapartum Care/postpartum Care ', 'Intrapartum and postpartum care means the care of the mother and fetus during labor and the six-week period following birth during which the reproductive tract returns to its normal nonpregnant state. Of pregnant women, 85% will undergo spontaneous labor between 37 and 42 weeks of gestation. Labor is the process by which products of conception are delivered from the uterus by progressive cervical effacement and dilatation in the presence of regular uterine contractions.', NULL, 309, 8, NULL, 116, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (458, '80-2-E', 'Intrapartum Care/postpartum Care ', 'Intrapartum and postpartum care means the care of the mother and fetus during labor and the six-week period following birth during which the reproductive tract returns to its normal nonpregnant state. Of pregnant women, 85% will undergo spontaneous labor between 37 and 42 weeks of gestation. Labor is the process by which products of conception are delivered from the uterus by progressive cervical effacement and dilatation in the presence of regular uterine contractions.', NULL, 309, 8, NULL, 116, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (459, '80-3-E', 'Obstetrical Complications ', 'Virtually any maternal medical or surgical condition can complicate the course of a pregnancy and/or be affected by the pregnancy. In addition, conditions arising in pregnancy can have adverse effects on the mother and/or the fetus. For example, babies born prematurely account for>50% of perinatal morbidity and mortality; an estimated 5% of women will describe bleeding of some extent during pregnancy, and in some patients the bleeding will endanger the mother.', NULL, 309, 8, NULL, 117, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (459, '80-3-E', 'Obstetrical Complications ', 'Virtually any maternal medical or surgical condition can complicate the course of a pregnancy and/or be affected by the pregnancy. In addition, conditions arising in pregnancy can have adverse effects on the mother and/or the fetus. For example, babies born prematurely account for>50% of perinatal morbidity and mortality; an estimated 5% of women will describe bleeding of some extent during pregnancy, and in some patients the bleeding will endanger the mother.', NULL, 309, 8, NULL, 117, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (460, '81-E', 'Pregnancy Loss', 'A miscarriage or abortion is a pregnancy that ends before the fetus can live outside the uterus. The term also means the actual passage of the uterine contents. It is very common in early pregnancy; up to 20% of pregnant women have a miscarriage before 20 weeks of pregnancy, 80% of these in the first 12 weeks.', NULL, 309, 8, NULL, 118, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (460, '81-E', 'Pregnancy Loss', 'A miscarriage or abortion is a pregnancy that ends before the fetus can live outside the uterus. The term also means the actual passage of the uterine contents. It is very common in early pregnancy; up to 20% of pregnant women have a miscarriage before 20 weeks of pregnancy, 80% of these in the first 12 weeks.', NULL, 309, 8, NULL, 118, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (461, '82-E', 'Prematurity', 'The impact of premature birth is best summarized by the fact that<10% of babies born prematurely in North America account for>50% of all perinatal morbidity and mortality. Yet outcomes, although guarded, can be rewarding given optimal circumstances.', NULL, 309, 8, NULL, 119, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (461, '82-E', 'Prematurity', 'The impact of premature birth is best summarized by the fact that<10% of babies born prematurely in North America account for>50% of all perinatal morbidity and mortality. Yet outcomes, although guarded, can be rewarding given optimal circumstances.', NULL, 309, 8, NULL, 119, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (462, '83-E', 'Prolapse/pelvic Relaxation', 'Patients with pelvic relaxation present with a forward and downward drop of the pelvic organs (bladder, rectum). In order to identify patients who would benefit from therapy, the physician should be familiar with the manifestations of pelvic relaxation (uterine prolapse, vaginal vault prolapse, cystocele, rectocele, and enterocele) and have an approach to management.', NULL, 309, 8, NULL, 120, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (462, '83-E', 'Prolapse/pelvic Relaxation', 'Patients with pelvic relaxation present with a forward and downward drop of the pelvic organs (bladder, rectum). In order to identify patients who would benefit from therapy, the physician should be familiar with the manifestations of pelvic relaxation (uterine prolapse, vaginal vault prolapse, cystocele, rectocele, and enterocele) and have an approach to management.', NULL, 309, 8, NULL, 120, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (463, '84-E', 'Proteinuria ', 'Urinalysis is a screening procedure used frequently for insurance and routine examinations. Proteinuria is usually identified by positive dipstick on routine urinalysis. Persistent proteinuria often implies abnormal glomerular function.', NULL, 309, 8, NULL, 121, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (463, '84-E', 'Proteinuria ', 'Urinalysis is a screening procedure used frequently for insurance and routine examinations. Proteinuria is usually identified by positive dipstick on routine urinalysis. Persistent proteinuria often implies abnormal glomerular function.', NULL, 309, 8, NULL, 121, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (464, '85-E', 'Pruritus ', 'Itching is the most common symptom in dermatology. In the absence of primary skin lesions, generalised pruritus can be indicative of an underlying systemic disorder. Most patients with pruritus do not have a systemic disorder and the itching is due to a cutaneous disorder.', NULL, 309, 8, NULL, 122, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (464, '85-E', 'Pruritus ', 'Itching is the most common symptom in dermatology. In the absence of primary skin lesions, generalised pruritus can be indicative of an underlying systemic disorder. Most patients with pruritus do not have a systemic disorder and the itching is due to a cutaneous disorder.', NULL, 309, 8, NULL, 122, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (465, '86-E', 'Psychotic Patient/disordered Thought', 'Psychosis is a general term for a major mental disorder characterized by derangement of personality and loss of contact with reality, often with false beliefs (delusions), disturbances in sensory perception (hallucinations), or thought disorders (illusions). Schizophrenia is both the most common (1% of world population) and the classic psychotic disorder. There are other psychotic syndromes that do not meet the diagnostic criteria for schizophrenia, some of them caused by general medical conditions or induced by a substance (alcohol, hallucinogens, steroids). In the evaluation of any psychotic patient in a primary care setting all of these possibilities need to be considered.', NULL, 309, 8, NULL, 123, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (465, '86-E', 'Psychotic Patient/disordered Thought', 'Psychosis is a general term for a major mental disorder characterized by derangement of personality and loss of contact with reality, often with false beliefs (delusions), disturbances in sensory perception (hallucinations), or thought disorders (illusions). Schizophrenia is both the most common (1% of world population) and the classic psychotic disorder. There are other psychotic syndromes that do not meet the diagnostic criteria for schizophrenia, some of them caused by general medical conditions or induced by a substance (alcohol, hallucinogens, steroids). In the evaluation of any psychotic patient in a primary care setting all of these possibilities need to be considered.', NULL, 309, 8, NULL, 123, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (466, '87-E', 'Pulse Abnormalities/diminished/absent/bruits', 'Arterial pulse characteristics should be assessed as an integral part of the physical examination. Carotid, radial, femoral, posterior tibial, and dorsalis pedis pulses should be examined routinely on both sides, and differences, if any, in amplitude, contour, and upstroke should be ascertained.', NULL, 309, 8, NULL, 124, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (466, '87-E', 'Pulse Abnormalities/diminished/absent/bruits', 'Arterial pulse characteristics should be assessed as an integral part of the physical examination. Carotid, radial, femoral, posterior tibial, and dorsalis pedis pulses should be examined routinely on both sides, and differences, if any, in amplitude, contour, and upstroke should be ascertained.', NULL, 309, 8, NULL, 124, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (467, '88-E', 'Pupil Abnormalities ', 'Pupillary disorders of changing degree are in general of little clinical importance. If only one pupil is fixed to light, it is suspicious of the effect of mydriatics. However, pupillary disorders with neurological symptoms may be of significance.', NULL, 309, 8, NULL, 125, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (467, '88-E', 'Pupil Abnormalities ', 'Pupillary disorders of changing degree are in general of little clinical importance. If only one pupil is fixed to light, it is suspicious of the effect of mydriatics. However, pupillary disorders with neurological symptoms may be of significance.', NULL, 309, 8, NULL, 125, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (468, '89-1-E', 'Acute Renal Failure (anuria/oliguria/arf)', 'A sudden and rapid rise in serum creatinine is a common finding. A competent physician is required to have an organised approach to this problem.', NULL, 309, 8, NULL, 126, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (468, '89-1-E', 'Acute Renal Failure (anuria/oliguria/arf)', 'A sudden and rapid rise in serum creatinine is a common finding. A competent physician is required to have an organised approach to this problem.', NULL, 309, 8, NULL, 126, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (469, '89-2-E', 'Chronic Renal Failure ', 'Although specialists in nephrology will care for patients with chronic renal failure, family physicians will need to identify patients at risk for chronic renal disease, will participate in treatment to slow the progression of chronic renal disease, and will care for other common medical problems that afflict these patients. Physicians must realise that patients with chronic renal failure have unique risks and that common therapies may be harmful because kidneys are frequently the main routes for excretion of many drugs.', NULL, 309, 8, NULL, 127, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (469, '89-2-E', 'Chronic Renal Failure ', 'Although specialists in nephrology will care for patients with chronic renal failure, family physicians will need to identify patients at risk for chronic renal disease, will participate in treatment to slow the progression of chronic renal disease, and will care for other common medical problems that afflict these patients. Physicians must realise that patients with chronic renal failure have unique risks and that common therapies may be harmful because kidneys are frequently the main routes for excretion of many drugs.', NULL, 309, 8, NULL, 127, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (470, '90-E', 'Scrotal Mass ', 'In children and adolescents, scrotal masses vary from incidental, requiring only reassurance, to acute pathologic events. In adults, tumors of the testis are relatively uncommon (only 1 - 2 % of malignant tumors in men), but are considered of particular importance because they affect predominantly young men (25 - 34 years). In addition, recent advances in management have resulted in dramatic improvement in survival rate.', NULL, 309, 8, NULL, 128, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (470, '90-E', 'Scrotal Mass ', 'In children and adolescents, scrotal masses vary from incidental, requiring only reassurance, to acute pathologic events. In adults, tumors of the testis are relatively uncommon (only 1 - 2 % of malignant tumors in men), but are considered of particular importance because they affect predominantly young men (25 - 34 years). In addition, recent advances in management have resulted in dramatic improvement in survival rate.', NULL, 309, 8, NULL, 128, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (471, '91-E', 'Scrotal Pain ', 'In most scrotal disorders, there is swelling of the testis or its adnexae. However, some conditions are not only associated with pain, but pain may precede the development of an obvious mass in the scrotum.', NULL, 309, 8, NULL, 129, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (471, '91-E', 'Scrotal Pain ', 'In most scrotal disorders, there is swelling of the testis or its adnexae. However, some conditions are not only associated with pain, but pain may precede the development of an obvious mass in the scrotum.', NULL, 309, 8, NULL, 129, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (472, '92-E', 'Seizures (epilepsy)', 'Seizures are an important differential diagnosis of syncope. A seizure is a transient neurological dysfunction resulting from excessive/abnormal electrical discharges of cortical neurons. They may represent epilepsy (a chronic condition characterized by recurrent seizures) but need to be differentiated from a variety of secondary causes.', NULL, 309, 8, NULL, 130, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (472, '92-E', 'Seizures (epilepsy)', 'Seizures are an important differential diagnosis of syncope. A seizure is a transient neurological dysfunction resulting from excessive/abnormal electrical discharges of cortical neurons. They may represent epilepsy (a chronic condition characterized by recurrent seizures) but need to be differentiated from a variety of secondary causes.', NULL, 309, 8, NULL, 130, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (473, '93-1-E', 'Sexual Maturation, Abnormal ', 'Sexual development is important to adolescent perception of self-image and wellbeing. Many factors may disrupt the normal progression to sexual maturation.', NULL, 309, 8, NULL, 131, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (473, '93-1-E', 'Sexual Maturation, Abnormal ', 'Sexual development is important to adolescent perception of self-image and wellbeing. Many factors may disrupt the normal progression to sexual maturation.', NULL, 309, 8, NULL, 131, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (474, '94-E', 'Sexually Concerned Patient/gender Identity Disorder', 'The social appropriateness of sexuality is culturally determined. The physician\'s own sexual attitude needs to be recognised and taken into account in order to deal with the patient\'s concern in a relevant manner. The patient must be set at ease in order to make possible discussion of private and sensitive sexual issues.', NULL, 309, 8, NULL, 132, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (474, '94-E', 'Sexually Concerned Patient/gender Identity Disorder', 'The social appropriateness of sexuality is culturally determined. The physician\'s own sexual attitude needs to be recognised and taken into account in order to deal with the patient\'s concern in a relevant manner. The patient must be set at ease in order to make possible discussion of private and sensitive sexual issues.', NULL, 309, 8, NULL, 132, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (475, '95-E', 'Skin Ulcers/skin Tumors (benign And Malignant)', NULL, NULL, 309, 8, NULL, 133, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (475, '95-E', 'Skin Ulcers/skin Tumors (benign And Malignant)', NULL, NULL, 309, 8, NULL, 133, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (476, '96-E', 'Skin Rash, Macules', NULL, NULL, 309, 8, NULL, 134, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (476, '96-E', 'Skin Rash, Macules', NULL, NULL, 309, 8, NULL, 134, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (477, '97-E', 'Skin Rash, Papules', NULL, NULL, 309, 8, NULL, 135, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (477, '97-E', 'Skin Rash, Papules', NULL, NULL, 309, 8, NULL, 135, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (478, '97-1-E', 'Childhood Communicable Diseases ', 'Communicable diseases are common in childhood and vary from mild inconveniences to life threatening disorders. Physicians need to differentiate between these common conditions and initiate management.', NULL, 477, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (478, '97-1-E', 'Childhood Communicable Diseases ', 'Communicable diseases are common in childhood and vary from mild inconveniences to life threatening disorders. Physicians need to differentiate between these common conditions and initiate management.', NULL, 477, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (479, '97-2-E', 'Urticaria/angioedema/anaphylaxis', NULL, NULL, 477, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (479, '97-2-E', 'Urticaria/angioedema/anaphylaxis', NULL, NULL, 477, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (480, '98-E', 'Sleep And Circadian Rhythm Disorders/sleep Apnea Syndrome/in', 'Insomnia is a symptom that affects 1/3 of the population at some time, and is a persistent problem in 10 % of the population. Affected patients complain of difficulty in initiating and maintaining sleep, and this inability to obtain adequate quantity and quality of sleep results in impaired daytime functioning.', NULL, 309, 8, NULL, 136, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (480, '98-E', 'Sleep And Circadian Rhythm Disorders/sleep Apnea Syndrome/in', 'Insomnia is a symptom that affects 1/3 of the population at some time, and is a persistent problem in 10 % of the population. Affected patients complain of difficulty in initiating and maintaining sleep, and this inability to obtain adequate quantity and quality of sleep results in impaired daytime functioning.', NULL, 309, 8, NULL, 136, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (481, '99-1-E', 'Hypernatremia ', 'Although not extremely common, hypernatremia is likely to be encountered with increasing frequency in our ageing population. It is also encountered at the other extreme of life, the very young, for the same reason: an inability to respond to thirst by drinking water.', NULL, 309, 8, NULL, 137, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (481, '99-1-E', 'Hypernatremia ', 'Although not extremely common, hypernatremia is likely to be encountered with increasing frequency in our ageing population. It is also encountered at the other extreme of life, the very young, for the same reason: an inability to respond to thirst by drinking water.', NULL, 309, 8, NULL, 137, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (482, '99-2-E', 'Hyponatremia ', 'Hyponatremia is detected in many asymptomatic patients because serum electrolytes are measured almost routinely. In children with sodium depletion, the cause of the hyponatremia is usually iatrogenic. The presence of hyponatremia may predict serious neurologic complications or be relatively benign.', NULL, 309, 8, NULL, 138, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (482, '99-2-E', 'Hyponatremia ', 'Hyponatremia is detected in many asymptomatic patients because serum electrolytes are measured almost routinely. In children with sodium depletion, the cause of the hyponatremia is usually iatrogenic. The presence of hyponatremia may predict serious neurologic complications or be relatively benign.', NULL, 309, 8, NULL, 138, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (483, '100-E', 'Sore Throat (rhinorrhea) ', 'Rhinorrhea and sore throat occurring together indicate a viral upper respiratory tract infection such as the \"common cold\". Sore throat may be due to a variety of bacterial and viral pathogens (as well as other causes in more unusual circumstances). Infection is transmitted from person to person and arises from direct contact with infected saliva or nasal secretions. Rhinorrhea alone is not infective and may be seasonal (hay fever or allergic rhinitis) or chronic (vaso-motor rhinitis).', NULL, 309, 8, NULL, 139, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (483, '100-E', 'Sore Throat (rhinorrhea) ', 'Rhinorrhea and sore throat occurring together indicate a viral upper respiratory tract infection such as the \"common cold\". Sore throat may be due to a variety of bacterial and viral pathogens (as well as other causes in more unusual circumstances). Infection is transmitted from person to person and arises from direct contact with infected saliva or nasal secretions. Rhinorrhea alone is not infective and may be seasonal (hay fever or allergic rhinitis) or chronic (vaso-motor rhinitis).', NULL, 309, 8, NULL, 139, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (484, '100-1-E', 'Smell/taste Dysfunction ', 'In order to evaluate patients with smell or taste disorders, a multi-disciplinary approach is required. This means that in addition to the roles specialists may have, the family physician must play an important role.', NULL, 483, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (484, '100-1-E', 'Smell/taste Dysfunction ', 'In order to evaluate patients with smell or taste disorders, a multi-disciplinary approach is required. This means that in addition to the roles specialists may have, the family physician must play an important role.', NULL, 483, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (485, '101-E', 'Stature Abnormal (tall Stature/short Stature)', 'To define any growth point, children should be measured accurately and each point (height, weight, and head circumference) plotted. One of the more common causes of abnormal growth is mis-measurement or aberrant plotting.', NULL, 309, 8, NULL, 140, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (485, '101-E', 'Stature Abnormal (tall Stature/short Stature)', 'To define any growth point, children should be measured accurately and each point (height, weight, and head circumference) plotted. One of the more common causes of abnormal growth is mis-measurement or aberrant plotting.', NULL, 309, 8, NULL, 140, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (486, '102-E', 'Strabismus And/or Amblyopia ', 'Parental concern about children with a wandering eye, crossing eye, or poor vision in one eye makes it necessary for physicians to know how to manage such problems.', NULL, 309, 8, NULL, 141, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (486, '102-E', 'Strabismus And/or Amblyopia ', 'Parental concern about children with a wandering eye, crossing eye, or poor vision in one eye makes it necessary for physicians to know how to manage such problems.', NULL, 309, 8, NULL, 141, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (487, '103-E', 'Substance Abuse/drug Addiction/withdrawal', 'Alcohol and nicotine abuse is such a common condition that virtually every clinician is confronted with their complications. Moreover, 10 - 15% of outpatient visits as well as 25 - 40% of hospital admissions are related to substance abuse and its sequelae.', NULL, 309, 8, NULL, 142, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (487, '103-E', 'Substance Abuse/drug Addiction/withdrawal', 'Alcohol and nicotine abuse is such a common condition that virtually every clinician is confronted with their complications. Moreover, 10 - 15% of outpatient visits as well as 25 - 40% of hospital admissions are related to substance abuse and its sequelae.', NULL, 309, 8, NULL, 142, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (488, '104-E', 'Sudden Infant Death Syndrome(sids)/acute Life Threatening Ev', 'SIDS and/or ALTE are a devastating event for parents, caregivers and health care workers alike. It is imperative that the precursors, probable cause and parental concerns are extensively evaluated to prevent recurrence.', NULL, 309, 8, NULL, 143, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (488, '104-E', 'Sudden Infant Death Syndrome(sids)/acute Life Threatening Ev', 'SIDS and/or ALTE are a devastating event for parents, caregivers and health care workers alike. It is imperative that the precursors, probable cause and parental concerns are extensively evaluated to prevent recurrence.', NULL, 309, 8, NULL, 143, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (489, '105-E', 'Suicidal Behavior', 'Psychiatric emergencies are common and serious problems. Suicidal behaviour is one of several psychiatric emergencies which physicians must know how to assess and manage.', NULL, 309, 8, NULL, 144, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (489, '105-E', 'Suicidal Behavior', 'Psychiatric emergencies are common and serious problems. Suicidal behaviour is one of several psychiatric emergencies which physicians must know how to assess and manage.', NULL, 309, 8, NULL, 144, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (490, '106-E', 'Syncope/pre-syncope/loss Of Consciousness (fainting)', 'Syncopal episodes, an abrupt and transient loss of consciousness followed by a rapid and usually complete recovery, are common. Physicians are required to distinguish syncope from seizures, and benign syncope from syncope caused by serious underlying illness.', NULL, 309, 8, NULL, 145, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (490, '106-E', 'Syncope/pre-syncope/loss Of Consciousness (fainting)', 'Syncopal episodes, an abrupt and transient loss of consciousness followed by a rapid and usually complete recovery, are common. Physicians are required to distinguish syncope from seizures, and benign syncope from syncope caused by serious underlying illness.', NULL, 309, 8, NULL, 145, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (491, '107-3-E', 'Fever In A Child/fever In A Child Less Than Three Weeks', 'Fever in children is the most common symptom for which parents seek medical advice. While most causes are self-limited viral infections (febrile illness of short duration) it is important to identify serious underlying disease and/or those other infections amenable to treatment.', NULL, 309, 8, NULL, 146, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (491, '107-3-E', 'Fever In A Child/fever In A Child Less Than Three Weeks', 'Fever in children is the most common symptom for which parents seek medical advice. While most causes are self-limited viral infections (febrile illness of short duration) it is important to identify serious underlying disease and/or those other infections amenable to treatment.', NULL, 309, 8, NULL, 146, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (492, '107-4-E', 'Fever In The Immune Compromised Host/recurrent Fever', 'Patients with certain immuno-deficiencies are at high risk for infections. The infective organism and site depend on the type and severity of immuno-suppression. Some of these infections are life threatening.', NULL, 309, 8, NULL, 147, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (492, '107-4-E', 'Fever In The Immune Compromised Host/recurrent Fever', 'Patients with certain immuno-deficiencies are at high risk for infections. The infective organism and site depend on the type and severity of immuno-suppression. Some of these infections are life threatening.', NULL, 309, 8, NULL, 147, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (493, '107-2-E', 'Fever Of Unknown Origin ', 'Unlike acute fever (<2 weeks), which is usually either viral (low-grade, moderate fever) or bacterial (high grade, chills, rigors) in origin, fever of unknown origin is an illness of three weeks or more without an established diagnosis despite appropriate investigation.', NULL, 309, 8, NULL, 148, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (493, '107-2-E', 'Fever Of Unknown Origin ', 'Unlike acute fever (<2 weeks), which is usually either viral (low-grade, moderate fever) or bacterial (high grade, chills, rigors) in origin, fever of unknown origin is an illness of three weeks or more without an established diagnosis despite appropriate investigation.', NULL, 309, 8, NULL, 148, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (494, '107-1-E', 'Hyperthermia ', 'Hyperthermia is an elevation in core body temperature due to failure of thermo-regulation (in contrast to fever, which is induced by cytokine activation). It is a medical emergency and may be associated with severe complications and death. The differential diagnosis is extensive (includes all causes of fever).', NULL, 309, 8, NULL, 149, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (494, '107-1-E', 'Hyperthermia ', 'Hyperthermia is an elevation in core body temperature due to failure of thermo-regulation (in contrast to fever, which is induced by cytokine activation). It is a medical emergency and may be associated with severe complications and death. The differential diagnosis is extensive (includes all causes of fever).', NULL, 309, 8, NULL, 149, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (495, '107-5-E', 'Hypothermia ', 'Hypothermia is the inability to maintain core body temperature. Although far less common than is elevation in temperature, hypothermia (central temperature ? 35°C) is of considerable importance because it can represent a medical emergency. Severe hypothermia is defined as a core temperature of <28°C.', NULL, 309, 8, NULL, 150, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (495, '107-5-E', 'Hypothermia ', 'Hypothermia is the inability to maintain core body temperature. Although far less common than is elevation in temperature, hypothermia (central temperature ? 35°C) is of considerable importance because it can represent a medical emergency. Severe hypothermia is defined as a core temperature of <28°C.', NULL, 309, 8, NULL, 150, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (496, '108-E', 'Tinnitus', 'Tinnitus is an awareness of sound near the head without an obvious external source. It may involve one or both ears, be continuous or intermittent. Although not usually related to serious medical problems, in some it may interfere with daily activities, affect quality of life, and in a very few be indicative of serious organic disease.', NULL, 309, 8, NULL, 151, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (496, '108-E', 'Tinnitus', 'Tinnitus is an awareness of sound near the head without an obvious external source. It may involve one or both ears, be continuous or intermittent. Although not usually related to serious medical problems, in some it may interfere with daily activities, affect quality of life, and in a very few be indicative of serious organic disease.', NULL, 309, 8, NULL, 151, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (497, '109-E', 'Trauma/accidents', 'Management of patients with traumatic injuries presents a variety of challenges. They require evaluation in the emergency department for triage and prevention of further deterioration prior to transfer or discharge. Early recognition and management of complications along with aggressive treatment of underlying medical conditions are necessary to minimise morbidity and mortality in this patient population.', NULL, 309, 8, NULL, 152, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (497, '109-E', 'Trauma/accidents', 'Management of patients with traumatic injuries presents a variety of challenges. They require evaluation in the emergency department for triage and prevention of further deterioration prior to transfer or discharge. Early recognition and management of complications along with aggressive treatment of underlying medical conditions are necessary to minimise morbidity and mortality in this patient population.', NULL, 309, 8, NULL, 152, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (498, '109-1-E', 'Abdominal Injuries ', 'The major causes of blunt trauma are motor vehicles, auto-pedestrian injuries, and motorcycle/all terrain vehicle injuries. In children, bicycle injuries, falls, and child abuse also contribute. Assessment of a patient with an abdominal injury is difficult. As a consequence, important injuries tend to be missed. Rupture of a hollow viscus or bleeding from a solid organ may produce few clinical signs.', NULL, 497, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (498, '109-1-E', 'Abdominal Injuries ', 'The major causes of blunt trauma are motor vehicles, auto-pedestrian injuries, and motorcycle/all terrain vehicle injuries. In children, bicycle injuries, falls, and child abuse also contribute. Assessment of a patient with an abdominal injury is difficult. As a consequence, important injuries tend to be missed. Rupture of a hollow viscus or bleeding from a solid organ may produce few clinical signs.', NULL, 497, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (499, '109-2-E', 'Bites, Animal/insects ', 'Since so many households include pets, animal bite wounds are common. Dog and cat bites account for about 1% of emergency visits, the majority in children. Some can be serious and lead to limb damage, and at times permanent disability.</p>\r\n<p>Insect bites in Canada most commonly cause a local inflammatory reaction that subsides within a few hours and is mostly a nuisance. In contrast, mosquitoes can transmit infectious disease to more than 700 million people in other geographic areas of the world (e.g., malaria, yellow fever, dengue, encephalitis and filariasis among others), as well as in Canada. Tick-borne illness is also common. On the other hand, systemic reactions to insect bites are extremely rare compared with insect stings. The most common insects associated with systemic allergic reactions were blackflies, deerflies, and horseflies.', NULL, 497, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (499, '109-2-E', 'Bites, Animal/insects ', 'Since so many households include pets, animal bite wounds are common. Dog and cat bites account for about 1% of emergency visits, the majority in children. Some can be serious and lead to limb damage, and at times permanent disability.</p>\r\n<p>Insect bites in Canada most commonly cause a local inflammatory reaction that subsides within a few hours and is mostly a nuisance. In contrast, mosquitoes can transmit infectious disease to more than 700 million people in other geographic areas of the world (e.g., malaria, yellow fever, dengue, encephalitis and filariasis among others), as well as in Canada. Tick-borne illness is also common. On the other hand, systemic reactions to insect bites are extremely rare compared with insect stings. The most common insects associated with systemic allergic reactions were blackflies, deerflies, and horseflies.', NULL, 497, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (500, '109-3-E', 'Bone/joint Injury', 'Major fractures are at times associated with other injuries, and priorities must be set for each patient. For example, hemodynamic stability takes precedence over fracture management, but an open fracture should be managed as soon as possible. On the other hand, management of many soft tissue injuries is facilitated by initial stabilization of bone or joint injury. Unexplained fractures in children should alert physicians to the possibility of abuse.', NULL, 497, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (500, '109-3-E', 'Bone/joint Injury', 'Major fractures are at times associated with other injuries, and priorities must be set for each patient. For example, hemodynamic stability takes precedence over fracture management, but an open fracture should be managed as soon as possible. On the other hand, management of many soft tissue injuries is facilitated by initial stabilization of bone or joint injury. Unexplained fractures in children should alert physicians to the possibility of abuse.', NULL, 497, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (501, '109-4-E', 'Chest Injuries ', 'Injury to the chest may be blunt (e.g., motor vehicle accident resulting in steering wheel blow to sternum, falls, explosions, crush injuries) or penetrating (knife/bullet). In either instance, emergency management becomes extremely important to the eventual outcome.', NULL, 497, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (501, '109-4-E', 'Chest Injuries ', 'Injury to the chest may be blunt (e.g., motor vehicle accident resulting in steering wheel blow to sternum, falls, explosions, crush injuries) or penetrating (knife/bullet). In either instance, emergency management becomes extremely important to the eventual outcome.', NULL, 497, 8, NULL, 4, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (502, '109-6-E', 'Drowning (near-drowning) ', 'Survival after suffocation by submersion in a liquid medium, including loss of consciousness, is defined as near drowning. The incidence is uncertain, but likely it may occur several hundred times more frequently than drowning deaths (150,000/year worldwide).', NULL, 497, 8, NULL, 5, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (502, '109-6-E', 'Drowning (near-drowning) ', 'Survival after suffocation by submersion in a liquid medium, including loss of consciousness, is defined as near drowning. The incidence is uncertain, but likely it may occur several hundred times more frequently than drowning deaths (150,000/year worldwide).', NULL, 497, 8, NULL, 5, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (503, '109-8-E', 'Facial Injuries ', 'Facial injuries are potentially life threatening because of possible damage to the airway and central nervous system.', NULL, 497, 8, NULL, 6, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (503, '109-8-E', 'Facial Injuries ', 'Facial injuries are potentially life threatening because of possible damage to the airway and central nervous system.', NULL, 497, 8, NULL, 6, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (504, '109-9-E', 'Hand/wrist Injuries ', 'Hand injuries are common problems presenting to emergency departments. The ultimate function of the hand depends upon the quality of the initial care, the severity of the original injury and rehabilitation.', NULL, 497, 8, NULL, 7, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (504, '109-9-E', 'Hand/wrist Injuries ', 'Hand injuries are common problems presenting to emergency departments. The ultimate function of the hand depends upon the quality of the initial care, the severity of the original injury and rehabilitation.', NULL, 497, 8, NULL, 7, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (505, '109-10-E', 'Head Trauma/brain Death/transplant Donations', 'Most head trauma is mild and not associated with brain injury or long-term sequelae. Improved outcome after head trauma depends upon preventing deterioration and secondary brain injury. Serious intracranial injuries may remain undetected due to failure to obtain an indicated head CT.', NULL, 497, 8, NULL, 8, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (505, '109-10-E', 'Head Trauma/brain Death/transplant Donations', 'Most head trauma is mild and not associated with brain injury or long-term sequelae. Improved outcome after head trauma depends upon preventing deterioration and secondary brain injury. Serious intracranial injuries may remain undetected due to failure to obtain an indicated head CT.', NULL, 497, 8, NULL, 8, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (506, '109-11-E', 'Nerve Injury ', 'Peripheral nerve injuries often occur as part of more extensive injuries and tend to go unrecognized. Evaluation of these injuries is based on an accurate knowledge of the anatomy and function of the nerve(s) involved.', NULL, 497, 8, NULL, 9, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (506, '109-11-E', 'Nerve Injury ', 'Peripheral nerve injuries often occur as part of more extensive injuries and tend to go unrecognized. Evaluation of these injuries is based on an accurate knowledge of the anatomy and function of the nerve(s) involved.', NULL, 497, 8, NULL, 9, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (507, '109-12-E', 'Skin Wounds/regional Anaesthesia', 'Skin and subcutaneous wounds tend to be superficial and can be repaired under local anesthesia. Animal bite wounds are common and require special consideration. Since so many households include pets, dog and cat bites account for about 1% of emergency visits, the majority in children. Some can be serious and lead to limb damage, and at times permanent disability.', NULL, 497, 8, NULL, 10, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (507, '109-12-E', 'Skin Wounds/regional Anaesthesia', 'Skin and subcutaneous wounds tend to be superficial and can be repaired under local anesthesia. Animal bite wounds are common and require special consideration. Since so many households include pets, dog and cat bites account for about 1% of emergency visits, the majority in children. Some can be serious and lead to limb damage, and at times permanent disability.', NULL, 497, 8, NULL, 10, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (508, '109-13-E', 'Spinal Trauma', 'Most spinal cord injuries are a result of car accidents, falls, sports-related trauma, or assault with weapons. The average age at the time of spinal injury is approximately 35 years, and men are four times more likely to be injured than are women. The sequelae of such events are dire in terms of effect on patient, family, and community. Initial immobilization and maintenance of ventilation are of critical importance.', NULL, 497, 8, NULL, 11, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (508, '109-13-E', 'Spinal Trauma', 'Most spinal cord injuries are a result of car accidents, falls, sports-related trauma, or assault with weapons. The average age at the time of spinal injury is approximately 35 years, and men are four times more likely to be injured than are women. The sequelae of such events are dire in terms of effect on patient, family, and community. Initial immobilization and maintenance of ventilation are of critical importance.', NULL, 497, 8, NULL, 11, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (509, '109-14-E', 'Urinary Tract Injuries ', 'Urinary tract injuries are usually closed rather than penetrating, and may affect the kidneys and/or the collecting system.', NULL, 497, 8, NULL, 12, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (509, '109-14-E', 'Urinary Tract Injuries ', 'Urinary tract injuries are usually closed rather than penetrating, and may affect the kidneys and/or the collecting system.', NULL, 497, 8, NULL, 12, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (510, '109-15-E', 'Vascular Injury ', 'Vascular injuries are becoming more common. Hemorrhage may be occult and require a high index of suspicion (e.g., fracture in an adjacent bone).', NULL, 497, 8, NULL, 13, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (510, '109-15-E', 'Vascular Injury ', 'Vascular injuries are becoming more common. Hemorrhage may be occult and require a high index of suspicion (e.g., fracture in an adjacent bone).', NULL, 497, 8, NULL, 13, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (511, '110-1-E', 'Dysuria And/or Pyuria ', 'Patients with urinary tract infections, especially the very young and very old, may present in an atypical manner. Appropriate diagnosis and management may prevent significant morbidity. Dysuria may mean discomfort/pain on micturition or difficulty with micturition. Pain usually implies infection whereas difficulty is usually related to distal mechanical obstruction (e.g., prostatic).', NULL, 309, 8, NULL, 153, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (511, '110-1-E', 'Dysuria And/or Pyuria ', 'Patients with urinary tract infections, especially the very young and very old, may present in an atypical manner. Appropriate diagnosis and management may prevent significant morbidity. Dysuria may mean discomfort/pain on micturition or difficulty with micturition. Pain usually implies infection whereas difficulty is usually related to distal mechanical obstruction (e.g., prostatic).', NULL, 309, 8, NULL, 153, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (512, '110-2-E', 'Polyuria/polydipsia', 'Urinary frequency, a common complaint, can be confused with polyuria, a less common, but important complaint. Diabetes mellitus is a common disorder with morbidity and mortality that can be reduced by preventive measures. Intensive glycemic control during pregnancy will reduce neonatal complications.', NULL, 309, 8, NULL, 154, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (512, '110-2-E', 'Polyuria/polydipsia', 'Urinary frequency, a common complaint, can be confused with polyuria, a less common, but important complaint. Diabetes mellitus is a common disorder with morbidity and mortality that can be reduced by preventive measures. Intensive glycemic control during pregnancy will reduce neonatal complications.', NULL, 309, 8, NULL, 154, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (513, '111-E', 'Urinary Obstruction/hesitancy/prostatic Cancer', 'Urinary tract obstruction is a relatively common problem. The obstruction may be complete or incomplete, and unilateral or bilateral. Thus, the consequences of the obstruction depend on its nature.', NULL, 309, 8, NULL, 155, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (513, '111-E', 'Urinary Obstruction/hesitancy/prostatic Cancer', 'Urinary tract obstruction is a relatively common problem. The obstruction may be complete or incomplete, and unilateral or bilateral. Thus, the consequences of the obstruction depend on its nature.', NULL, 309, 8, NULL, 155, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (514, '112-E', 'Vaginal Bleeding, Excessive/irregular/abnormal', 'Vaginal bleeding is considered abnormal when it occurs at an unexpected time (before menarche or after menopause) or when it varies from the norm in amount or pattern (urinary tract and bowel should be excluded as a source). Amount or pattern is considered outside normal when it is associated with iron deficiency anemia, it lasts>7days, flow is>80ml/clots, or interval is<24 days.', NULL, 309, 8, NULL, 156, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (514, '112-E', 'Vaginal Bleeding, Excessive/irregular/abnormal', 'Vaginal bleeding is considered abnormal when it occurs at an unexpected time (before menarche or after menopause) or when it varies from the norm in amount or pattern (urinary tract and bowel should be excluded as a source). Amount or pattern is considered outside normal when it is associated with iron deficiency anemia, it lasts>7days, flow is>80ml/clots, or interval is<24 days.', NULL, 309, 8, NULL, 156, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (515, '113-E', 'Vaginal Discharge/vulvar Itch/std ', 'Vaginal discharge, with or without pruritus, is a common problem seen in the physician\'s office.', NULL, 309, 8, NULL, 157, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (515, '113-E', 'Vaginal Discharge/vulvar Itch/std ', 'Vaginal discharge, with or without pruritus, is a common problem seen in the physician\'s office.', NULL, 309, 8, NULL, 157, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (516, '114-E', 'Violence, Family', 'There are a number of major psychiatric emergencies and social problems which physicians must be prepared to assess and manage. Domestic violence is one of them, since it has both direct and indirect effects on the health of populations. Intentional controlling or violent behavior (physical, sexual, or emotional abuse, economic control, or social isolation of the victim) by a person who is/was in an intimate relationship with the victim is domestic violence. The victim lives in a state of constant fear, terrified about when the next episode of abuse will occur. Despite this, abuse frequently remains hidden and undiagnosed because patients often conceal that they are in abusive relationships. It is important for clinicians to seek the diagnosis in certain groups of patients.', NULL, 309, 8, NULL, 158, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (516, '114-E', 'Violence, Family', 'There are a number of major psychiatric emergencies and social problems which physicians must be prepared to assess and manage. Domestic violence is one of them, since it has both direct and indirect effects on the health of populations. Intentional controlling or violent behavior (physical, sexual, or emotional abuse, economic control, or social isolation of the victim) by a person who is/was in an intimate relationship with the victim is domestic violence. The victim lives in a state of constant fear, terrified about when the next episode of abuse will occur. Despite this, abuse frequently remains hidden and undiagnosed because patients often conceal that they are in abusive relationships. It is important for clinicians to seek the diagnosis in certain groups of patients.', NULL, 309, 8, NULL, 158, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (517, '114-3-E', 'Adult Abuse/spouse Abuse ', 'The major problem in spouse abuse is wife abuse (some abuse of husbands has been reported). It is the abuse of power in a relationship involving domination, coercion, intimidation, and the victimization of one person by another. Ten percent of women in a relationship with a man have experienced abuse. Of women presenting to a primary care clinic, almost 1/3 reported physical and verbal abuse.', NULL, 516, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (517, '114-3-E', 'Adult Abuse/spouse Abuse ', 'The major problem in spouse abuse is wife abuse (some abuse of husbands has been reported). It is the abuse of power in a relationship involving domination, coercion, intimidation, and the victimization of one person by another. Ten percent of women in a relationship with a man have experienced abuse. Of women presenting to a primary care clinic, almost 1/3 reported physical and verbal abuse.', NULL, 516, 8, NULL, 1, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (518, '114-1-E', 'Child Abuse, Physical/emotional/sexual/neglect/self-induced ', 'Child abuse is intentional harm to a child by the caregiver. It is part of the spectrum of family dysfunction and leads to significant morbidity and mortality (recently sexual attacks on children by groups of other children have increased). Abuse causes physical and emotional trauma, and may present as neglect. The possibility of abuse must be in the mind of all those involved in the care of children who have suffered traumatic injury or have psychological or social disturbances (e.g., aggressive behavior, stress disorder, depressive disorder, substance abuse, etc.).', NULL, 516, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (518, '114-1-E', 'Child Abuse, Physical/emotional/sexual/neglect/self-induced ', 'Child abuse is intentional harm to a child by the caregiver. It is part of the spectrum of family dysfunction and leads to significant morbidity and mortality (recently sexual attacks on children by groups of other children have increased). Abuse causes physical and emotional trauma, and may present as neglect. The possibility of abuse must be in the mind of all those involved in the care of children who have suffered traumatic injury or have psychological or social disturbances (e.g., aggressive behavior, stress disorder, depressive disorder, substance abuse, etc.).', NULL, 516, 8, NULL, 2, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (519, '114-2-E', 'Elderly Abuse ', 'Abuse of the elderly may represent an act or omission that results in harm to the elderly person\'s health or welfare. Although the incidence and prevalence in Canada has been difficult to quantitate, in one study 4 % of surveyed seniors report that they experienced abuse. There are three categories of abuse: domestic, institutional, and self-neglect.', NULL, 516, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (519, '114-2-E', 'Elderly Abuse ', 'Abuse of the elderly may represent an act or omission that results in harm to the elderly person\'s health or welfare. Although the incidence and prevalence in Canada has been difficult to quantitate, in one study 4 % of surveyed seniors report that they experienced abuse. There are three categories of abuse: domestic, institutional, and self-neglect.', NULL, 516, 8, NULL, 3, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (520, '115-1-E', 'Acute Visual Disturbance/loss', 'Loss of vision is a frightening symptom that demands prompt attention; most patients require an urgent ophthalmologic opinion.', NULL, 309, 8, NULL, 159, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (520, '115-1-E', 'Acute Visual Disturbance/loss', 'Loss of vision is a frightening symptom that demands prompt attention; most patients require an urgent ophthalmologic opinion.', NULL, 309, 8, NULL, 159, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (521, '115-2-E', 'Chronic Visual Disturbance/loss ', 'Loss of vision is a frightening symptom that demands prompt attention on the part of the physician.', NULL, 309, 8, NULL, 160, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (521, '115-2-E', 'Chronic Visual Disturbance/loss ', 'Loss of vision is a frightening symptom that demands prompt attention on the part of the physician.', NULL, 309, 8, NULL, 160, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (522, '116-E', 'Vomiting/nausea ', 'Nausea may occur alone or along with vomiting (powerful ejection of gastric contents), dyspepsia, and other GI complaints. As a cause of absenteeism from school or workplace, it is second only to the common cold. When prolonged or severe, vomiting may be associated with disturbances of volume, water and electrolyte metabolism that may require correction prior to other specific treatment.', NULL, 309, 8, NULL, 161, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (522, '116-E', 'Vomiting/nausea ', 'Nausea may occur alone or along with vomiting (powerful ejection of gastric contents), dyspepsia, and other GI complaints. As a cause of absenteeism from school or workplace, it is second only to the common cold. When prolonged or severe, vomiting may be associated with disturbances of volume, water and electrolyte metabolism that may require correction prior to other specific treatment.', NULL, 309, 8, NULL, 161, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (523, '117-E', 'Weakness/paralysis/paresis/loss Of Motion', 'Many patients who complain of weakness are not objectively weak when muscle strength is formally tested. A careful history and physical examination will permit the distinction between functional disease and true muscle weakness.', NULL, 309, 8, NULL, 162, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (523, '117-E', 'Weakness/paralysis/paresis/loss Of Motion', 'Many patients who complain of weakness are not objectively weak when muscle strength is formally tested. A careful history and physical examination will permit the distinction between functional disease and true muscle weakness.', NULL, 309, 8, NULL, 162, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (524, '118-3-E', 'Weight (low) At Birth/intrauterine Growth Restriction ', 'Intrauterine growth restriction (IUGR) is often a manifestation of congenital infections, poor maternal nutrition, or maternal illness. In other instances, the infant may be large for the gestational age. There may be long-term sequelae for both. Low birth weight is the most important risk factor for infant mortality. It is also a significant determinant of infant and childhood morbidity, particularly neuro-developmental problems and learning disabilities.', NULL, 309, 8, NULL, 163, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (524, '118-3-E', 'Weight (low) At Birth/intrauterine Growth Restriction ', 'Intrauterine growth restriction (IUGR) is often a manifestation of congenital infections, poor maternal nutrition, or maternal illness. In other instances, the infant may be large for the gestational age. There may be long-term sequelae for both. Low birth weight is the most important risk factor for infant mortality. It is also a significant determinant of infant and childhood morbidity, particularly neuro-developmental problems and learning disabilities.', NULL, 309, 8, NULL, 163, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (525, '118-1-E', 'Weight Gain/obesity ', 'Obesity is a chronic disease that is increasing in prevalence. The percentage of the population with a body mass index of>30 kg/m2 is approximately 15%.', NULL, 309, 8, NULL, 164, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (525, '118-1-E', 'Weight Gain/obesity ', 'Obesity is a chronic disease that is increasing in prevalence. The percentage of the population with a body mass index of>30 kg/m2 is approximately 15%.', NULL, 309, 8, NULL, 164, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (526, '118-2-E', 'Weight Loss/eating Disorders/anorexia ', 'Although voluntary weight loss may be of no concern in an obese patient, it could be a manifestation of psychiatric illness. Involuntary clinically significant weight loss (>5% baseline body weight or 5 kg) is nearly always a sign of serious medical or psychiatric illness and should be investigated.', NULL, 309, 8, NULL, 165, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (526, '118-2-E', 'Weight Loss/eating Disorders/anorexia ', 'Although voluntary weight loss may be of no concern in an obese patient, it could be a manifestation of psychiatric illness. Involuntary clinically significant weight loss (>5% baseline body weight or 5 kg) is nearly always a sign of serious medical or psychiatric illness and should be investigated.', NULL, 309, 8, NULL, 165, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (527, '119-1-E', 'Lower Respiratory Tract Disorders ', 'Individuals with episodes of wheezing, breathlessness, chest tightness, and cough usually have limitation of airflow. Frequently this limitation is reversible with treatment. Without treatment it may be lethal.', NULL, 309, 8, NULL, 166, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (527, '119-1-E', 'Lower Respiratory Tract Disorders ', 'Individuals with episodes of wheezing, breathlessness, chest tightness, and cough usually have limitation of airflow. Frequently this limitation is reversible with treatment. Without treatment it may be lethal.', NULL, 309, 8, NULL, 166, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (528, '119-2-E', 'Upper Respiratory Tract Disorders ', 'Wheezing, a continuous musical sound>1/4 seconds, is produced by vibration of the walls of airways narrowed almost to the point of closure. It can originate from airways of any size, from large upper airways to intrathoracic small airways. It can be either inspiratory or expiratory, unlike stridor (a noisy, crowing sound, usually inspiratory and resulting from disturbances in or adjacent to the larynx).', NULL, 309, 8, NULL, 167, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (528, '119-2-E', 'Upper Respiratory Tract Disorders ', 'Wheezing, a continuous musical sound>1/4 seconds, is produced by vibration of the walls of airways narrowed almost to the point of closure. It can originate from airways of any size, from large upper airways to intrathoracic small airways. It can be either inspiratory or expiratory, unlike stridor (a noisy, crowing sound, usually inspiratory and resulting from disturbances in or adjacent to the larynx).', NULL, 309, 8, NULL, 167, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (529, '120-E', 'White Blood Cells, Abnormalities Of', 'Because abnormalities of white blood cells (WBCs) occur commonly in both asymptomatic as well as acutely ill patients, every physician will need to evaluate patients for this common problem. Physicians also need to select medications to be prescribed mindful of the morbidity and mortality associated with drug-induced neutropenia and agranulocytosis.', NULL, 309, 8, NULL, 168, 0, 1, 0, 2, NULL, 0, 1271174178, 1), | | (529, '120-E', 'White Blood Cells, Abnormalities Of', 'Because abnormalities of white blood cells (WBCs) occur commonly in both asymptomatic as well as acutely ill patients, every physician will need to evaluate patients for this common problem. Physicians also need to select medications to be prescribed mindful of the morbidity and mortality associated with drug-induced neutropenia and agranulocytosis.', NULL, 309, 8, NULL, 168, 0, 1, 0, 2, NULL, 0, 1271174178, 1), |
| (2328, '', 'AAMC Physician Competencies Reference Set', 'July 2013 *Source: Englander R, Cameron T, Ballard AJ, Dodge J, Bull J, and Aschenbrener CA. Toward a common taxonomy of competency domains for the health professions and competencies for physicians. Acad Med. 2013;88:1088-1094.', NULL, 0, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2328, '', 'AAMC Physician Competencies Reference Set', 'July 2013 *Source: Englander R, Cameron T, Ballard AJ, Dodge J, Bull J, and Aschenbrener CA. Toward a common taxonomy of competency domains for the health professions and competencies for physicians. Acad Med. 2013;88:1088-1094.', NULL, 0, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2329, 'aamc-pcrs-comp-c0100', '1 Patient Care', 'Provide patient-centered care that is compassionate, appropriate, and effective for the treatment of health problems and the promotion of health', NULL, 2328, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2329, 'aamc-pcrs-comp-c0100', '1 Patient Care', 'Provide patient-centered care that is compassionate, appropriate, and effective for the treatment of health problems and the promotion of health', NULL, 2328, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2330, 'aamc-pcrs-comp-c0200', '2 Knowledge for Practice', 'Demonstrate knowledge of established and evolving biomedical, clinical, epidemiological and social-behavioral sciences, as well as the application of this knowledge to patient care', NULL, 2328, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2330, 'aamc-pcrs-comp-c0200', '2 Knowledge for Practice', 'Demonstrate knowledge of established and evolving biomedical, clinical, epidemiological and social-behavioral sciences, as well as the application of this knowledge to patient care', NULL, 2328, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2331, 'aamc-pcrs-comp-c0300', '3 Practice-Based Learning and Improvement', 'Demonstrate the ability to investigate and evaluate oneâ??s care of patients, to appraise and assimilate scientific evidence, and to continuously improve patient care based on constant self-evaluation and life-long learning', NULL, 2328, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2331, 'aamc-pcrs-comp-c0300', '3 Practice-Based Learning and Improvement', 'Demonstrate the ability to investigate and evaluate oneâ??s care of patients, to appraise and assimilate scientific evidence, and to continuously improve patient care based on constant self-evaluation and life-long learning', NULL, 2328, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2332, 'aamc-pcrs-comp-c0400', '4 Interpersonal and Communication Skills', 'Demonstrate interpersonal and communication skills that result in the effective exchange of information and collaboration with patients, their families, and health professionals', NULL, 2328, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2332, 'aamc-pcrs-comp-c0400', '4 Interpersonal and Communication Skills', 'Demonstrate interpersonal and communication skills that result in the effective exchange of information and collaboration with patients, their families, and health professionals', NULL, 2328, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2333, 'aamc-pcrs-comp-c0500', '5 Professionalism', 'Demonstrate a commitment to carrying out professional responsibilities and an adherence to ethical principles', NULL, 2328, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2333, 'aamc-pcrs-comp-c0500', '5 Professionalism', 'Demonstrate a commitment to carrying out professional responsibilities and an adherence to ethical principles', NULL, 2328, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2334, 'aamc-pcrs-comp-c0600', '6 Systems-Based Practice', 'Demonstrate an awareness of and responsiveness to the larger context and system of health care, as well as the ability to call effectively on other resources in the system to provide optimal health care', NULL, 2328, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2334, 'aamc-pcrs-comp-c0600', '6 Systems-Based Practice', 'Demonstrate an awareness of and responsiveness to the larger context and system of health care, as well as the ability to call effectively on other resources in the system to provide optimal health care', NULL, 2328, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2335, 'aamc-pcrs-comp-c0700', '7 Interprofessional Collaboration', 'Demonstrate the ability to engage in an interprofessional team in a manner that optimizes safe, effective patient- and population-centered care', NULL, 2328, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2335, 'aamc-pcrs-comp-c0700', '7 Interprofessional Collaboration', 'Demonstrate the ability to engage in an interprofessional team in a manner that optimizes safe, effective patient- and population-centered care', NULL, 2328, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2336, 'aamc-pcrs-comp-c0800', '8 Personal and Professional Development', 'Demonstrate the qualities required to sustain lifelong personal and professional growth', NULL, 2328, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2336, 'aamc-pcrs-comp-c0800', '8 Personal and Professional Development', 'Demonstrate the qualities required to sustain lifelong personal and professional growth', NULL, 2328, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2337, 'aamc-pcrs-comp-c0101', '1.1', 'Perform all medical, diagnostic, and surgical procedures considered', NULL, 2329, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2337, 'aamc-pcrs-comp-c0101', '1.1', 'Perform all medical, diagnostic, and surgical procedures considered', NULL, 2329, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2338, 'aamc-pcrs-comp-c0102', '1.2', 'Gather essential and accurate information about patients and their conditions through history-taking, physical examination, and the use of laboratory data, imaging, and other tests', NULL, 2329, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2338, 'aamc-pcrs-comp-c0102', '1.2', 'Gather essential and accurate information about patients and their conditions through history-taking, physical examination, and the use of laboratory data, imaging, and other tests', NULL, 2329, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2339, 'aamc-pcrs-comp-c0103', '1.3', 'Organize and prioritize responsibilities to provide care that is safe, effective, and efficient', NULL, 2329, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2339, 'aamc-pcrs-comp-c0103', '1.3', 'Organize and prioritize responsibilities to provide care that is safe, effective, and efficient', NULL, 2329, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2340, 'aamc-pcrs-comp-c0104', '1.4', 'Interpret laboratory data, imaging studies, and other tests required for the area of practice', NULL, 2329, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2340, 'aamc-pcrs-comp-c0104', '1.4', 'Interpret laboratory data, imaging studies, and other tests required for the area of practice', NULL, 2329, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2341, 'aamc-pcrs-comp-c0105', '1.5', 'Make informed decisions about diagnostic and therapeutic interventions based on patient information and preferences, up-to-date scientific evidence, and clinical judgment', NULL, 2329, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2341, 'aamc-pcrs-comp-c0105', '1.5', 'Make informed decisions about diagnostic and therapeutic interventions based on patient information and preferences, up-to-date scientific evidence, and clinical judgment', NULL, 2329, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2342, 'aamc-pcrs-comp-c0106', '1.6', 'Develop and carry out patient management plans', NULL, 2329, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2342, 'aamc-pcrs-comp-c0106', '1.6', 'Develop and carry out patient management plans', NULL, 2329, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2343, 'aamc-pcrs-comp-c0107', '1.7', 'Counsel and educate patients and their families to empower them to participate in their care and enable shared decision making', NULL, 2329, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2343, 'aamc-pcrs-comp-c0107', '1.7', 'Counsel and educate patients and their families to empower them to participate in their care and enable shared decision making', NULL, 2329, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2344, 'aamc-pcrs-comp-c0108', '1.8', 'Provide appropriate referral of patients including ensuring continuity of care throughout transitions between providers or settings, and following up on patient progress and outcomes', NULL, 2329, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2344, 'aamc-pcrs-comp-c0108', '1.8', 'Provide appropriate referral of patients including ensuring continuity of care throughout transitions between providers or settings, and following up on patient progress and outcomes', NULL, 2329, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2345, 'aamc-pcrs-comp-c0109', '1.9', 'Provide health care services to patients, families, and communities aimed at preventing health problems or maintaining health', NULL, 2329, 9, NULL, 8, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2345, 'aamc-pcrs-comp-c0109', '1.9', 'Provide health care services to patients, families, and communities aimed at preventing health problems or maintaining health', NULL, 2329, 9, NULL, 8, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2346, 'aamc-pcrs-comp-c0110', '1.10', 'Provide appropriate role modeling', NULL, 2329, 9, NULL, 9, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2346, 'aamc-pcrs-comp-c0110', '1.10', 'Provide appropriate role modeling', NULL, 2329, 9, NULL, 9, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2347, 'aamc-pcrs-comp-c0111', '1.11', 'Perform supervisory responsibilities commensurate with one\'s roles, abilities, and qualifications', NULL, 2329, 9, NULL, 10, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2347, 'aamc-pcrs-comp-c0111', '1.11', 'Perform supervisory responsibilities commensurate with one\'s roles, abilities, and qualifications', NULL, 2329, 9, NULL, 10, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2348, 'aamc-pcrs-comp-c0199', '1.99', 'Other patient care', NULL, 2329, 9, NULL, 11, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2348, 'aamc-pcrs-comp-c0199', '1.99', 'Other patient care', NULL, 2329, 9, NULL, 11, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2349, 'aamc-pcrs-comp-c0201', '2.1', 'Demonstrate an investigatory and analytic approach to clinical situations', NULL, 2330, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2349, 'aamc-pcrs-comp-c0201', '2.1', 'Demonstrate an investigatory and analytic approach to clinical situations', NULL, 2330, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2350, 'aamc-pcrs-comp-c0202', '2.2', 'Apply established and emerging bio-physical scientific principles fundamental to health care for patients and populations', NULL, 2330, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2350, 'aamc-pcrs-comp-c0202', '2.2', 'Apply established and emerging bio-physical scientific principles fundamental to health care for patients and populations', NULL, 2330, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2351, 'aamc-pcrs-comp-c0203', '2.3', 'Apply established and emerging principles of clinical sciences to diagnostic and therapeutic decision-making, clinical problem-solving, and other aspects of evidence-based health care', NULL, 2330, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2351, 'aamc-pcrs-comp-c0203', '2.3', 'Apply established and emerging principles of clinical sciences to diagnostic and therapeutic decision-making, clinical problem-solving, and other aspects of evidence-based health care', NULL, 2330, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2352, 'aamc-pcrs-comp-c0204', '2.4', 'Apply principles of epidemiological sciences to the identification of health problems, risk factors, treatment strategies, resources, and disease prevention/health promotion efforts for patients and populations', NULL, 2330, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2352, 'aamc-pcrs-comp-c0204', '2.4', 'Apply principles of epidemiological sciences to the identification of health problems, risk factors, treatment strategies, resources, and disease prevention/health promotion efforts for patients and populations', NULL, 2330, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2353, 'aamc-pcrs-comp-c0205', '2.5', 'Apply principles of social-behavioral sciences to provision of patient care, including assessment of the impact of psychosocial and cultural influences on health, disease, care-seeking, care compliance, and barriers to and attitudes toward care', NULL, 2330, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2353, 'aamc-pcrs-comp-c0205', '2.5', 'Apply principles of social-behavioral sciences to provision of patient care, including assessment of the impact of psychosocial and cultural influences on health, disease, care-seeking, care compliance, and barriers to and attitudes toward care', NULL, 2330, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2354, 'aamc-pcrs-comp-c0206', '2.6', 'Contribute to the creation, dissemination, application, and translation of new health care knowledge and practices', NULL, 2330, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2354, 'aamc-pcrs-comp-c0206', '2.6', 'Contribute to the creation, dissemination, application, and translation of new health care knowledge and practices', NULL, 2330, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2355, 'aamc-pcrs-comp-c0299', '2.99', 'Other knowledge for practice', NULL, 2330, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2355, 'aamc-pcrs-comp-c0299', '2.99', 'Other knowledge for practice', NULL, 2330, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2356, 'aamc-pcrs-comp-c0301', '3.1', 'Identify strengths, deficiencies, and limits in one\'s knowledge and expertise', NULL, 2331, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2356, 'aamc-pcrs-comp-c0301', '3.1', 'Identify strengths, deficiencies, and limits in one\'s knowledge and expertise', NULL, 2331, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2357, 'aamc-pcrs-comp-c0302', '3.2', 'Set learning and improvement goals', NULL, 2331, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2357, 'aamc-pcrs-comp-c0302', '3.2', 'Set learning and improvement goals', NULL, 2331, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2358, 'aamc-pcrs-comp-c0303', '3.3', 'Identify and perform learning activities that address one\'s gaps in knowledge, skills, and/or attitudes', NULL, 2331, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2358, 'aamc-pcrs-comp-c0303', '3.3', 'Identify and perform learning activities that address one\'s gaps in knowledge, skills, and/or attitudes', NULL, 2331, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2359, 'aamc-pcrs-comp-c0304', '3.4', 'Systematically analyze practice using quality improvement methods, and implement changes with the goal of practice improvement', NULL, 2331, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2359, 'aamc-pcrs-comp-c0304', '3.4', 'Systematically analyze practice using quality improvement methods, and implement changes with the goal of practice improvement', NULL, 2331, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2360, 'aamc-pcrs-comp-c0305', '3.5', 'Incorporate feedback into daily practice', NULL, 2331, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2360, 'aamc-pcrs-comp-c0305', '3.5', 'Incorporate feedback into daily practice', NULL, 2331, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2361, 'aamc-pcrs-comp-c0306', '3.6', 'Locate, appraise, and assimilate evidence from scientific studies related to patients health problems', NULL, 2331, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2361, 'aamc-pcrs-comp-c0306', '3.6', 'Locate, appraise, and assimilate evidence from scientific studies related to patients health problems', NULL, 2331, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2362, 'aamc-pcrs-comp-c0307', '3.7', 'Use information technology to optimize learning', NULL, 2331, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2362, 'aamc-pcrs-comp-c0307', '3.7', 'Use information technology to optimize learning', NULL, 2331, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2363, 'aamc-pcrs-comp-c0308', '3.8', 'Participate in the education of patients, families, students, trainees, peers and other health professionals', NULL, 2331, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2363, 'aamc-pcrs-comp-c0308', '3.8', 'Participate in the education of patients, families, students, trainees, peers and other health professionals', NULL, 2331, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2364, 'aamc-pcrs-comp-c0309', '3.9', 'Obtain and utilize information about individual patients, populations of patients, or communities from which patients are drawn to improve care', NULL, 2331, 9, NULL, 8, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2364, 'aamc-pcrs-comp-c0309', '3.9', 'Obtain and utilize information about individual patients, populations of patients, or communities from which patients are drawn to improve care', NULL, 2331, 9, NULL, 8, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2365, 'aamc-pcrs-comp-c0310', '3.10', 'Continually identify, analyze, and implement new knowledge, guidelines, standards, technologies, products, or services that have been demonstrated to improve outcomes', NULL, 2331, 9, NULL, 9, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2365, 'aamc-pcrs-comp-c0310', '3.10', 'Continually identify, analyze, and implement new knowledge, guidelines, standards, technologies, products, or services that have been demonstrated to improve outcomes', NULL, 2331, 9, NULL, 9, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2366, 'aamc-pcrs-comp-c0399', '3.99', 'Other practice-based learning and improvement', NULL, 2331, 9, NULL, 10, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2366, 'aamc-pcrs-comp-c0399', '3.99', 'Other practice-based learning and improvement', NULL, 2331, 9, NULL, 10, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2367, 'aamc-pcrs-comp-c0401', '4.1', 'Communicate effectively with patients, families, and the public, as appropriate, across a broad range of socioeconomic and cultural backgrounds', NULL, 2332, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2367, 'aamc-pcrs-comp-c0401', '4.1', 'Communicate effectively with patients, families, and the public, as appropriate, across a broad range of socioeconomic and cultural backgrounds', NULL, 2332, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2368, 'aamc-pcrs-comp-c0402', '4.2', 'Communicate effectively with colleagues within one\'s profession or specialty, other health professionals, and health related agencies (see also 7.3)', NULL, 2332, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2368, 'aamc-pcrs-comp-c0402', '4.2', 'Communicate effectively with colleagues within one\'s profession or specialty, other health professionals, and health related agencies (see also 7.3)', NULL, 2332, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2369, 'aamc-pcrs-comp-c0403', '4.3', 'Work effectively with others as a member or leader of a health care team or other professional group (see also 7.4)', NULL, 2332, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2369, 'aamc-pcrs-comp-c0403', '4.3', 'Work effectively with others as a member or leader of a health care team or other professional group (see also 7.4)', NULL, 2332, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2370, 'aamc-pcrs-comp-c0404', '4.4', 'Act in a consultative role to other health professionals', NULL, 2332, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2370, 'aamc-pcrs-comp-c0404', '4.4', 'Act in a consultative role to other health professionals', NULL, 2332, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2371, 'aamc-pcrs-comp-c0405', '4.5', 'Maintain comprehensive, timely, and legible medical records', NULL, 2332, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2371, 'aamc-pcrs-comp-c0405', '4.5', 'Maintain comprehensive, timely, and legible medical records', NULL, 2332, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2372, 'aamc-pcrs-comp-c0406', '4.6', 'Demonstrate sensitivity, honesty, and compassion in difficult conversations, including those about death, end of life, adverse events, bad news, disclosure of errors, and other sensitive topics', NULL, 2332, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2372, 'aamc-pcrs-comp-c0406', '4.6', 'Demonstrate sensitivity, honesty, and compassion in difficult conversations, including those about death, end of life, adverse events, bad news, disclosure of errors, and other sensitive topics', NULL, 2332, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2373, 'aamc-pcrs-comp-c0407', '4.7', 'Demonstrate insight and understanding about emotions and human responses to emotions that allow one to develop and manage interpersonal interactions', NULL, 2332, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2373, 'aamc-pcrs-comp-c0407', '4.7', 'Demonstrate insight and understanding about emotions and human responses to emotions that allow one to develop and manage interpersonal interactions', NULL, 2332, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2374, 'aamc-pcrs-comp-c0499', '4.99', 'Other interpersonal and communication skills', NULL, 2332, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2374, 'aamc-pcrs-comp-c0499', '4.99', 'Other interpersonal and communication skills', NULL, 2332, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2375, 'aamc-pcrs-comp-c0501', '5.1', 'Demonstrate compassion, integrity, and respect for others', NULL, 2333, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2375, 'aamc-pcrs-comp-c0501', '5.1', 'Demonstrate compassion, integrity, and respect for others', NULL, 2333, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2376, 'aamc-pcrs-comp-c0502', '5.2', 'Demonstrate responsiveness to patient needs that supersedes self-interest', NULL, 2333, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2376, 'aamc-pcrs-comp-c0502', '5.2', 'Demonstrate responsiveness to patient needs that supersedes self-interest', NULL, 2333, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2377, 'aamc-pcrs-comp-c0503', '5.3', 'Demonstrate respect for patient privacy and autonomy', NULL, 2333, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2377, 'aamc-pcrs-comp-c0503', '5.3', 'Demonstrate respect for patient privacy and autonomy', NULL, 2333, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2378, 'aamc-pcrs-comp-c0504', '5.4', 'Demonstrate accountability to patients, society, and the profession', NULL, 2333, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2378, 'aamc-pcrs-comp-c0504', '5.4', 'Demonstrate accountability to patients, society, and the profession', NULL, 2333, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2379, 'aamc-pcrs-comp-c0505', '5.5', 'Demonstrate sensitivity and responsiveness to a diverse patient population, including but not limited to diversity in gender, age, culture, race, religion, disabilities, and sexual orientation', NULL, 2333, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2379, 'aamc-pcrs-comp-c0505', '5.5', 'Demonstrate sensitivity and responsiveness to a diverse patient population, including but not limited to diversity in gender, age, culture, race, religion, disabilities, and sexual orientation', NULL, 2333, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2380, 'aamc-pcrs-comp-c0506', '5.6', 'Demonstrate a commitment to ethical principles pertaining to provision or withholding of care, confidentiality, informed consent, and business practices, including compliance with relevant laws, policies, and regulations', NULL, 2333, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2380, 'aamc-pcrs-comp-c0506', '5.6', 'Demonstrate a commitment to ethical principles pertaining to provision or withholding of care, confidentiality, informed consent, and business practices, including compliance with relevant laws, policies, and regulations', NULL, 2333, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2381, 'aamc-pcrs-comp-c0599', '5.99', 'Other professionalism', NULL, 2333, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2381, 'aamc-pcrs-comp-c0599', '5.99', 'Other professionalism', NULL, 2333, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2382, 'aamc-pcrs-comp-c0601', '6.1', 'Work effectively in various health care delivery settings and systems relevant to one\'s clinical specialty', NULL, 2334, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2382, 'aamc-pcrs-comp-c0601', '6.1', 'Work effectively in various health care delivery settings and systems relevant to one\'s clinical specialty', NULL, 2334, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2383, 'aamc-pcrs-comp-c0602', '6.2', 'Coordinate patient care within the health care system relevant to one\'s clinical specialty', NULL, 2334, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2383, 'aamc-pcrs-comp-c0602', '6.2', 'Coordinate patient care within the health care system relevant to one\'s clinical specialty', NULL, 2334, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2384, 'aamc-pcrs-comp-c0603', '6.3', 'Incorporate considerations of cost awareness and risk-benefit analysis in patient and/or population-based care', NULL, 2334, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2384, 'aamc-pcrs-comp-c0603', '6.3', 'Incorporate considerations of cost awareness and risk-benefit analysis in patient and/or population-based care', NULL, 2334, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2385, 'aamc-pcrs-comp-c0604', '6.4', 'Advocate for quality patient care and optimal patient care systems', NULL, 2334, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2385, 'aamc-pcrs-comp-c0604', '6.4', 'Advocate for quality patient care and optimal patient care systems', NULL, 2334, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2386, 'aamc-pcrs-comp-c0605', '6.5', 'Participate in identifying system errors and implementing potential systems solutions', NULL, 2334, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2386, 'aamc-pcrs-comp-c0605', '6.5', 'Participate in identifying system errors and implementing potential systems solutions', NULL, 2334, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2387, 'aamc-pcrs-comp-c0606', '6.6', 'Perform administrative and practice management responsibilities commensurate with ones role, abilities, and qualifications', NULL, 2334, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2387, 'aamc-pcrs-comp-c0606', '6.6', 'Perform administrative and practice management responsibilities commensurate with ones role, abilities, and qualifications', NULL, 2334, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2388, 'aamc-pcrs-comp-c0699', '6.99', 'Other systems-based practice', NULL, 2334, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2388, 'aamc-pcrs-comp-c0699', '6.99', 'Other systems-based practice', NULL, 2334, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2389, 'aamc-pcrs-comp-c0701', '7.1', 'Work with other health professionals to establish and maintain a climate of mutual respect, dignity, diversity, ethical integrity, and trust', NULL, 2335, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2389, 'aamc-pcrs-comp-c0701', '7.1', 'Work with other health professionals to establish and maintain a climate of mutual respect, dignity, diversity, ethical integrity, and trust', NULL, 2335, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2390, 'aamc-pcrs-comp-c0702', '7.2', 'Use the knowledge of ones own role and the roles of other health professionals to appropriately assess and address the health care needs of the patients and populations served', NULL, 2335, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2390, 'aamc-pcrs-comp-c0702', '7.2', 'Use the knowledge of ones own role and the roles of other health professionals to appropriately assess and address the health care needs of the patients and populations served', NULL, 2335, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2391, 'aamc-pcrs-comp-c0703', '7.3', 'Communicate with other health professionals in a responsive and responsible manner that supports the maintenance of health and the', NULL, 2335, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2391, 'aamc-pcrs-comp-c0703', '7.3', 'Communicate with other health professionals in a responsive and responsible manner that supports the maintenance of health and the', NULL, 2335, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2392, 'aamc-pcrs-comp-c0704', '7.4', 'Participate in different team roles to establish, develop, and continuously enhance interprofessional teams to provide patient- and population-centered care that is safe, timely, efficient, effective, and equitable', NULL, 2335, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2392, 'aamc-pcrs-comp-c0704', '7.4', 'Participate in different team roles to establish, develop, and continuously enhance interprofessional teams to provide patient- and population-centered care that is safe, timely, efficient, effective, and equitable', NULL, 2335, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2393, 'aamc-pcrs-comp-c0799', '7.99', 'Other interprofessional collaboration', NULL, 2335, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1); | | (2393, 'aamc-pcrs-comp-c0799', '7.99', 'Other interprofessional collaboration', NULL, 2335, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1); |
| INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES |
| (2394, 'aamc-pcrs-comp-c0801', '8.1', 'Develop the ability to use self-awareness of knowledge, skills, and emotional limitations to engage in appropriate help-seeking behaviors', NULL, 2336, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2394, 'aamc-pcrs-comp-c0801', '8.1', 'Develop the ability to use self-awareness of knowledge, skills, and emotional limitations to engage in appropriate help-seeking behaviors', NULL, 2336, 9, NULL, 0, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2395, 'aamc-pcrs-comp-c0802', '8.2', 'Demonstrate healthy coping mechanisms to respond to stress', NULL, 2336, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2395, 'aamc-pcrs-comp-c0802', '8.2', 'Demonstrate healthy coping mechanisms to respond to stress', NULL, 2336, 9, NULL, 1, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2396, 'aamc-pcrs-comp-c0803', '8.3', 'Manage conflict between personal and professional responsibilities', NULL, 2336, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2396, 'aamc-pcrs-comp-c0803', '8.3', 'Manage conflict between personal and professional responsibilities', NULL, 2336, 9, NULL, 2, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2397, 'aamc-pcrs-comp-c0804', '8.4', 'Practice flexibility and maturity in adjusting to change with the capacity to alter one\'s behavior', NULL, 2336, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2397, 'aamc-pcrs-comp-c0804', '8.4', 'Practice flexibility and maturity in adjusting to change with the capacity to alter one\'s behavior', NULL, 2336, 9, NULL, 3, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2398, 'aamc-pcrs-comp-c0805', '8.5', 'Demonstrate trustworthiness that makes colleagues feel secure when one is responsible for the care of patients', NULL, 2336, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2398, 'aamc-pcrs-comp-c0805', '8.5', 'Demonstrate trustworthiness that makes colleagues feel secure when one is responsible for the care of patients', NULL, 2336, 9, NULL, 4, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2399, 'aamc-pcrs-comp-c0806', '8.6', 'Provide leadership skills that enhance team functioning, the learning environment, and/or the health care delivery system', NULL, 2336, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2399, 'aamc-pcrs-comp-c0806', '8.6', 'Provide leadership skills that enhance team functioning, the learning environment, and/or the health care delivery system', NULL, 2336, 9, NULL, 5, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2400, 'aamc-pcrs-comp-c0807', '8.7', 'Demonstrate self-confidence that puts patients, families, and members of the health care team at ease', NULL, 2336, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2400, 'aamc-pcrs-comp-c0807', '8.7', 'Demonstrate self-confidence that puts patients, families, and members of the health care team at ease', NULL, 2336, 9, NULL, 6, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2401, 'aamc-pcrs-comp-c0808', '8.8', 'Recognize that ambiguity is part of clinical health care and respond by utilizing appropriate resources in dealing with uncertainty', NULL, 2336, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2401, 'aamc-pcrs-comp-c0808', '8.8', 'Recognize that ambiguity is part of clinical health care and respond by utilizing appropriate resources in dealing with uncertainty', NULL, 2336, 9, NULL, 7, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2402, 'aamc-pcrs-comp-c0899', '8.99', 'Other personal and professional development', NULL, 2336, 9, NULL, 8, 0, 1, 0, 2, NULL, 0, 1391798786, 1), | | (2402, 'aamc-pcrs-comp-c0899', '8.99', 'Other personal and professional development', NULL, 2336, 9, NULL, 8, 0, 1, 0, 2, NULL, 0, 1391798786, 1), |
| (2403, NULL, 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', NULL, 0, 10, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2403, NULL, 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', NULL, 0, 10, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2404, NULL, 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', NULL, 0, 11, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2404, NULL, 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', NULL, 0, 11, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2405, NULL, 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', NULL, 0, 12, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2405, NULL, 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', NULL, 0, 12, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2406, NULL, 'CanMEDS Milestones', 'CanMEDS Milestones', NULL, 0, 13, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2406, NULL, 'CanMEDS Milestones', 'CanMEDS Milestones', NULL, 0, 13, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2407, NULL, 'CanMEDS Roles', 'CanMEDS Roles', NULL, 0, 14, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2407, NULL, 'CanMEDS Roles', 'CanMEDS Roles', NULL, 0, 14, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2408, 'HA', 'Health Advocate', 'Physicians are accountable to society and recognize their duty to contribute to efforts to improve the health and well-being of their patients, their communities, and the broader populations they serve.* Physicians possess medical knowledge and abilities that provide unique perspectives on health. Physicians also have privileged access to patients? accounts of their experience with illness and the health care system. Improving health is not limited to mitigating illness or trauma, but also involves disease prevention, health promotion, and health protection. Improving health also includes promoting health equity, whereby individuals and populations reach their full health potential without being disadvantaged by, for example, race, ethnicity, religion, gender, sexual orientation, age, social class, economic status, or level of education. Physicians leverage their position to support patients in navigating the health care system and to advocate with them to access appropriate resources in a timely manner. Physicians seek to improve the quality of both their clinical practice and associated organizations by addressing the health needs of the patients, communities, or populations they serve. Physicians promote healthy communities and populations by influencing the system (or by supporting others who influence the system), both within and outside of their work environments. Advocacy requires action. Physicians contribute their knowledge of the determinants of health to positively influence the health of the patients, communities, or populations they serve. Physicians gather information and perceptions about issues, working with patients and their families to develop an understanding of needs and potential mechanisms to address these needs. Physicians support patients, communities, or populations to call for change, and they speak on behalf of others when needed. Physicians increase awareness about important health issues at the patient, community, or population level. They support or lead the mobilization of resources (e.g. financial, material, or human resources) on small or large scales. Physician advocacy occurs within complex systems and thus requires the development of partnerships with patients, their families and support networks, or community agencies and organizations to influence health determinants. Advocacy often requires engaging other health care professionals, community agencies, administrators, and policy-makers.', NULL, 2407, 14, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2408, 'HA', 'Health Advocate', 'Physicians are accountable to society and recognize their duty to contribute to efforts to improve the health and well-being of their patients, their communities, and the broader populations they serve.* Physicians possess medical knowledge and abilities that provide unique perspectives on health. Physicians also have privileged access to patients? accounts of their experience with illness and the health care system. Improving health is not limited to mitigating illness or trauma, but also involves disease prevention, health promotion, and health protection. Improving health also includes promoting health equity, whereby individuals and populations reach their full health potential without being disadvantaged by, for example, race, ethnicity, religion, gender, sexual orientation, age, social class, economic status, or level of education. Physicians leverage their position to support patients in navigating the health care system and to advocate with them to access appropriate resources in a timely manner. Physicians seek to improve the quality of both their clinical practice and associated organizations by addressing the health needs of the patients, communities, or populations they serve. Physicians promote healthy communities and populations by influencing the system (or by supporting others who influence the system), both within and outside of their work environments. Advocacy requires action. Physicians contribute their knowledge of the determinants of health to positively influence the health of the patients, communities, or populations they serve. Physicians gather information and perceptions about issues, working with patients and their families to develop an understanding of needs and potential mechanisms to address these needs. Physicians support patients, communities, or populations to call for change, and they speak on behalf of others when needed. Physicians increase awareness about important health issues at the patient, community, or population level. They support or lead the mobilization of resources (e.g. financial, material, or human resources) on small or large scales. Physician advocacy occurs within complex systems and thus requires the development of partnerships with patients, their families and support networks, or community agencies and organizations to influence health determinants. Advocacy often requires engaging other health care professionals, community agencies, administrators, and policy-makers.', NULL, 2407, 14, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2409, 'PR', 'Professional', 'Physicians serve an essential societal role as professionals dedicated to the health and care of others.Their work requires mastery of the art, science, and practice of medicine. A physician?s professional identity is central to this Role. The Professional Role reflects contemporary society?s expectations of physicians, which include clinical competence, a commitment to ongoing professional development, promotion of the public good, adherence to ethical standards, and values such as integrity, honesty, altruism, humility, respect for diversity, and transparency with respect to potential conflicts of interest. It is also recognized that, to provide optimal patient care, physicians must take responsibility for their own health and well-being and that of their colleagues. Professionalism is the basis of the implicit contract between society and the medical profession, granting the privilege of physician-led regulation with the understanding that physicians are accountable to those served, to society, to their profession, and to themselves.', NULL, 2407, 14, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2409, 'PR', 'Professional', 'Physicians serve an essential societal role as professionals dedicated to the health and care of others.Their work requires mastery of the art, science, and practice of medicine. A physician?s professional identity is central to this Role. The Professional Role reflects contemporary society?s expectations of physicians, which include clinical competence, a commitment to ongoing professional development, promotion of the public good, adherence to ethical standards, and values such as integrity, honesty, altruism, humility, respect for diversity, and transparency with respect to potential conflicts of interest. It is also recognized that, to provide optimal patient care, physicians must take responsibility for their own health and well-being and that of their colleagues. Professionalism is the basis of the implicit contract between society and the medical profession, granting the privilege of physician-led regulation with the understanding that physicians are accountable to those served, to society, to their profession, and to themselves.', NULL, 2407, 14, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2410, 'SC', 'Scholar', 'Physicians acquire scholarly abilities to enhance practice and advance health care. Physicians pursue excellence by continually evaluating the processes and outcomes of their daily work, sharing and comparing their work with that of others, and actively seeking feedback in the interest of quality and patient safety. Using multiple ways of learning, they strive to meet the needs of individual patients and their families* and of the health care system. Physicians strive to master their domains of expertise and to share their knowledge. As lifelong learners, they implement a planned approach to learning in order to improve in each CanMEDS Role. They recognize the need to continually learn and to model the practice of lifelong learning for others. As teachers they facilitate, individually and through teams, the education of students and physicians in training, colleagues, co-workers, the public, and others. Physicians are able to identify pertinent evidence, evaluate it using specific criteria, and apply it in their practice and scholarly activities. Through their engagement in evidence-informed and shared decision-making, they recognize uncertainty in practice and formulate questions to address knowledge gaps. Using skills in navigating information resources, they identify evidence syntheses that are relevant to these questions and arrive at clinical decisions that are informed by evidence while taking patient values and preferences into account. Finally, physicians? scholarly abilities allow them to contribute to the application, dissemination, translation, and creation of knowledge and practices applicable to health and health care.', NULL, 2407, 14, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2410, 'SC', 'Scholar', 'Physicians acquire scholarly abilities to enhance practice and advance health care. Physicians pursue excellence by continually evaluating the processes and outcomes of their daily work, sharing and comparing their work with that of others, and actively seeking feedback in the interest of quality and patient safety. Using multiple ways of learning, they strive to meet the needs of individual patients and their families* and of the health care system. Physicians strive to master their domains of expertise and to share their knowledge. As lifelong learners, they implement a planned approach to learning in order to improve in each CanMEDS Role. They recognize the need to continually learn and to model the practice of lifelong learning for others. As teachers they facilitate, individually and through teams, the education of students and physicians in training, colleagues, co-workers, the public, and others. Physicians are able to identify pertinent evidence, evaluate it using specific criteria, and apply it in their practice and scholarly activities. Through their engagement in evidence-informed and shared decision-making, they recognize uncertainty in practice and formulate questions to address knowledge gaps. Using skills in navigating information resources, they identify evidence syntheses that are relevant to these questions and arrive at clinical decisions that are informed by evidence while taking patient values and preferences into account. Finally, physicians? scholarly abilities allow them to contribute to the application, dissemination, translation, and creation of knowledge and practices applicable to health and health care.', NULL, 2407, 14, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2411, 'LD', 'Leader', 'The CanMEDS Leader Role describes the engagement of all physicians in shared decisionmaking for the operation and ongoing evolution of the health care system. As a societal expectation, physicians demonstrate collaborative leadership and management within the health care system. At a system level, physicians contribute to the development and delivery of continuously improving health care and engage with others in working toward this goal. Physicians integrate their personal lives with their clinical, administrative, scholarly, and teaching responsibilities. They function as individual care providers, as members of teams, and as participants and leaders in the health care system locally, regionally, nationally, and globally', NULL, 2407, 14, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2411, 'LD', 'Leader', 'The CanMEDS Leader Role describes the engagement of all physicians in shared decisionmaking for the operation and ongoing evolution of the health care system. As a societal expectation, physicians demonstrate collaborative leadership and management within the health care system. At a system level, physicians contribute to the development and delivery of continuously improving health care and engage with others in working toward this goal. Physicians integrate their personal lives with their clinical, administrative, scholarly, and teaching responsibilities. They function as individual care providers, as members of teams, and as participants and leaders in the health care system locally, regionally, nationally, and globally', NULL, 2407, 14, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2412, 'CL', 'Collaborator', 'Collaboration is essential for safe, high-quality, patientcentred care, and involves patients and their families,* physicians and other colleagues in the health care professions, community partners, and health system stakeholders. Collaboration requires relationships based in trust, respect, and shared decision-making among a variety of individuals with complementary skills in multiple settings across the continuum of care. It involves sharing knowledge, perspectives, and responsibilities, and a willingness to learn together. This requires understanding the roles of others, pursuing common goals and outcomes, and managing differences. Collaboration skills are broadly applicable to activities beyond clinical care, such as administration, education, advocacy, and scholarship.', NULL, 2407, 14, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2412, 'CL', 'Collaborator', 'Collaboration is essential for safe, high-quality, patientcentred care, and involves patients and their families,* physicians and other colleagues in the health care professions, community partners, and health system stakeholders. Collaboration requires relationships based in trust, respect, and shared decision-making among a variety of individuals with complementary skills in multiple settings across the continuum of care. It involves sharing knowledge, perspectives, and responsibilities, and a willingness to learn together. This requires understanding the roles of others, pursuing common goals and outcomes, and managing differences. Collaboration skills are broadly applicable to activities beyond clinical care, such as administration, education, advocacy, and scholarship.', NULL, 2407, 14, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2413, 'CM', 'Communicator', 'Physicians enable patient-centred therapeutic communication by exploring the patient?s symptoms, which may be suggestive of disease, and by actively listening to the patient?s experience of his or her illness. Physicians explore the patient?s perspective, including his or her fears, ideas about the illness, feelings about the impact of the illness, and expectations of health care and health care professionals. The physician integrates this knowledge with an understanding of the patient?s context, including socio-economic status, medical history, family history, stage of life, living situation, work or school setting, and other relevant psychological and social issues. Central to a patient-centred approach is shared decision-making: finding common ground with the patient in developing a plan to address his or her medical problems and health goals in a manner that reflects the patient?s needs, values, and preferences. This plan should be informed by evidence and guidelines. Because illness affects not only patients but also their families, physicians must be able to communicate effectively with everyone involved in the patient?s care.', NULL, 2407, 14, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2413, 'CM', 'Communicator', 'Physicians enable patient-centred therapeutic communication by exploring the patient?s symptoms, which may be suggestive of disease, and by actively listening to the patient?s experience of his or her illness. Physicians explore the patient?s perspective, including his or her fears, ideas about the illness, feelings about the impact of the illness, and expectations of health care and health care professionals. The physician integrates this knowledge with an understanding of the patient?s context, including socio-economic status, medical history, family history, stage of life, living situation, work or school setting, and other relevant psychological and social issues. Central to a patient-centred approach is shared decision-making: finding common ground with the patient in developing a plan to address his or her medical problems and health goals in a manner that reflects the patient?s needs, values, and preferences. This plan should be informed by evidence and guidelines. Because illness affects not only patients but also their families, physicians must be able to communicate effectively with everyone involved in the patient?s care.', NULL, 2407, 14, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2414, 'ME', 'Medical Expert', 'As Medical Experts who provide high-quality, safe, patient-centred care, physicians draw upon an evolving body of knowledge, their clinical skills, and their professional values. They collect and interpret information, make clinical decisions, and carry out diagnostic and therapeutic interventions. They do so within their scope of practice and with an understanding of the limits of their expertise. Their decision-making is informed by best practices and research evidence, and takes into account the patient?s circumstances and preferences as well as the availability of resources. Their clinical practice is up-to-date, ethical, and resourceefficient, and is conducted in collaboration with patients and their families,* other health care professionals, and the community. The Medical Expert Role is central to the function of physicians and draws on the competencies included in the Intrinsic Roles (Communicator, Collaborator, Leader, Health Advocate, Scholar, and Professional).', NULL, 2407, 14, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2414, 'ME', 'Medical Expert', 'As Medical Experts who provide high-quality, safe, patient-centred care, physicians draw upon an evolving body of knowledge, their clinical skills, and their professional values. They collect and interpret information, make clinical decisions, and carry out diagnostic and therapeutic interventions. They do so within their scope of practice and with an understanding of the limits of their expertise. Their decision-making is informed by best practices and research evidence, and takes into account the patient?s circumstances and preferences as well as the availability of resources. Their clinical practice is up-to-date, ethical, and resourceefficient, and is conducted in collaboration with patients and their families,* other health care professionals, and the community. The Medical Expert Role is central to the function of physicians and draws on the competencies included in the Intrinsic Roles (Communicator, Collaborator, Leader, Health Advocate, Scholar, and Professional).', NULL, 2407, 14, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2415, NULL, 'Royal College Stages', 'Royal College Stages', NULL, 0, 15, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2415, NULL, 'Royal College Stages', 'Royal College Stages', NULL, 0, 15, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2416, 'D', 'Transition to Discipline', '', NULL, 2415, 15, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2416, 'D', 'Transition to Discipline', '', NULL, 2415, 15, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2417, 'F', 'Foundations of Discipline', '', NULL, 2415, 15, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2417, 'F', 'Foundations of Discipline', '', NULL, 2415, 15, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2418, 'C', 'Core Discipline', '', NULL, 2415, 15, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2418, 'C', 'Core Discipline', '', NULL, 2415, 15, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2419, 'P', 'Transition to Practice', '', NULL, 2415, 15, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2419, 'P', 'Transition to Practice', '', NULL, 2415, 15, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2420, NULL, 'Contextual Variables', 'Contextual Variables', NULL, 0, 16, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2420, NULL, 'Contextual Variables', 'Contextual Variables', NULL, 0, 16, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2421, 'diagnosis', 'Diagnosis', 'Diagnosis', NULL, 2420, 16, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2421, 'diagnosis', 'Diagnosis', 'Diagnosis', NULL, 2420, 16, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2422, 'clinical_presentation', 'Clinical Presentation', 'Clinical Presentation', NULL, 2420, 16, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2422, 'clinical_presentation', 'Clinical Presentation', 'Clinical Presentation', NULL, 2420, 16, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2423, 'organ_system', 'Organ System', 'Organ System', NULL, 2420, 16, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2423, 'organ_system', 'Organ System', 'Organ System', NULL, 2420, 16, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2424, 'procedure', 'Procedure', 'Procedure', NULL, 2420, 16, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2424, 'procedure', 'Procedure', 'Procedure', NULL, 2420, 16, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2425, 'scope_of_assessment', 'Scope of Assessment', 'Scope of Assessment', NULL, 2420, 16, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2425, 'scope_of_assessment', 'Scope of Assessment', 'Scope of Assessment', NULL, 2420, 16, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2426, 'basis_of_assessment', 'Basis of Assessment', 'Basis of Assessment', NULL, 2420, 16, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2426, 'basis_of_assessment', 'Basis of Assessment', 'Basis of Assessment', NULL, 2420, 16, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2427, 'clinical_setting', 'Clinical Setting', 'Clinical Setting', NULL, 2420, 16, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2427, 'clinical_setting', 'Clinical Setting', 'Clinical Setting', NULL, 2420, 16, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2428, 'case_complexity', 'Case Complexity', 'Case Complexity', NULL, 2420, 16, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2428, 'case_complexity', 'Case Complexity', 'Case Complexity', NULL, 2420, 16, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2429, 'technical_difficulty', 'Technical Difficulty', 'Technical Difficulty', NULL, 2420, 16, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2429, 'technical_difficulty', 'Technical Difficulty', 'Technical Difficulty', NULL, 2420, 16, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2430, 'assessors_role', 'Assessor\'s Role', 'Assessor\'s Role', NULL, 2420, 16, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2430, 'assessors_role', 'Assessor\'s Role', 'Assessor\'s Role', NULL, 2420, 16, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2431, 'patient_demographics', 'Patient Demographics', 'Patient Demographics', NULL, 2420, 16, NULL, 10, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2431, 'patient_demographics', 'Patient Demographics', 'Patient Demographics', NULL, 2420, 16, NULL, 10, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2432, 'encounters_with_resident', 'Encounters With Resident', 'Encounters With Resident', NULL, 2420, 16, NULL, 11, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2432, 'encounters_with_resident', 'Encounters With Resident', 'Encounters With Resident', NULL, 2420, 16, NULL, 11, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2433, 'case_type', 'Case Type', 'Case Type', NULL, 2420, 16, NULL, 12, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2433, 'case_type', 'Case Type', 'Case Type', NULL, 2420, 16, NULL, 12, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2434, NULL, 'Contextual Variable Responses', 'Contextual Variable Responses', NULL, 0, 17, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2434, NULL, 'Contextual Variable Responses', 'Contextual Variable Responses', NULL, 0, 17, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2435, NULL, 'Procedure Attribute', 'Procedure Attribute', NULL, 0, 18, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2435, NULL, 'Procedure Attribute', 'Procedure Attribute', NULL, 0, 18, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2436, 'ME1', 'ME1', NULL, NULL, 2404, 11, NULL, 0, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2436, 'ME1', 'ME1', NULL, NULL, 2404, 11, NULL, 0, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2437, 'ME2', 'ME2', NULL, NULL, 2404, 11, NULL, 1, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2437, 'ME2', 'ME2', NULL, NULL, 2404, 11, NULL, 1, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2438, 'ME3', 'ME3', NULL, NULL, 2404, 11, NULL, 2, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2438, 'ME3', 'ME3', NULL, NULL, 2404, 11, NULL, 2, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2439, 'ME4', 'ME4', NULL, NULL, 2404, 11, NULL, 3, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2439, 'ME4', 'ME4', NULL, NULL, 2404, 11, NULL, 3, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2440, 'ME5', 'ME5', NULL, NULL, 2404, 11, NULL, 4, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2440, 'ME5', 'ME5', NULL, NULL, 2404, 11, NULL, 4, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2441, 'CM1', 'CM1', NULL, NULL, 2404, 11, NULL, 5, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2441, 'CM1', 'CM1', NULL, NULL, 2404, 11, NULL, 5, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2442, 'CM2', 'CM2', NULL, NULL, 2404, 11, NULL, 6, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2442, 'CM2', 'CM2', NULL, NULL, 2404, 11, NULL, 6, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2443, 'CM3', 'CM3', NULL, NULL, 2404, 11, NULL, 7, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2443, 'CM3', 'CM3', NULL, NULL, 2404, 11, NULL, 7, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2444, 'CM4', 'CM4', NULL, NULL, 2404, 11, NULL, 8, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2444, 'CM4', 'CM4', NULL, NULL, 2404, 11, NULL, 8, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2445, 'CM5', 'CM5', NULL, NULL, 2404, 11, NULL, 9, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2445, 'CM5', 'CM5', NULL, NULL, 2404, 11, NULL, 9, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2446, 'CL1', 'CL1', NULL, NULL, 2404, 11, NULL, 10, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2446, 'CL1', 'CL1', NULL, NULL, 2404, 11, NULL, 10, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2447, 'CL2', 'CL2', NULL, NULL, 2404, 11, NULL, 11, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2447, 'CL2', 'CL2', NULL, NULL, 2404, 11, NULL, 11, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2448, 'CL3', 'CL3', NULL, NULL, 2404, 11, NULL, 12, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2448, 'CL3', 'CL3', NULL, NULL, 2404, 11, NULL, 12, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2449, 'CL4', 'CL4', NULL, NULL, 2404, 11, NULL, 13, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2449, 'CL4', 'CL4', NULL, NULL, 2404, 11, NULL, 13, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2450, 'CL5', 'CL5', NULL, NULL, 2404, 11, NULL, 14, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2450, 'CL5', 'CL5', NULL, NULL, 2404, 11, NULL, 14, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2451, 'LD1', 'LD1', NULL, NULL, 2404, 11, NULL, 15, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2451, 'LD1', 'LD1', NULL, NULL, 2404, 11, NULL, 15, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2452, 'LD2', 'LD2', NULL, NULL, 2404, 11, NULL, 16, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2452, 'LD2', 'LD2', NULL, NULL, 2404, 11, NULL, 16, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2453, 'LD3', 'LD3', NULL, NULL, 2404, 11, NULL, 17, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2453, 'LD3', 'LD3', NULL, NULL, 2404, 11, NULL, 17, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2454, 'LD4', 'LD4', NULL, NULL, 2404, 11, NULL, 18, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2454, 'LD4', 'LD4', NULL, NULL, 2404, 11, NULL, 18, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2455, 'LD5', 'LD5', NULL, NULL, 2404, 11, NULL, 19, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2455, 'LD5', 'LD5', NULL, NULL, 2404, 11, NULL, 19, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2456, 'HA1', 'HA1', NULL, NULL, 2404, 11, NULL, 20, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2456, 'HA1', 'HA1', NULL, NULL, 2404, 11, NULL, 20, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2457, 'HA2', 'HA2', NULL, NULL, 2404, 11, NULL, 21, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2457, 'HA2', 'HA2', NULL, NULL, 2404, 11, NULL, 21, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2458, 'SC1', 'SC1', NULL, NULL, 2404, 11, NULL, 22, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2458, 'SC1', 'SC1', NULL, NULL, 2404, 11, NULL, 22, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2459, 'SC2', 'SC2', NULL, NULL, 2404, 11, NULL, 23, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2459, 'SC2', 'SC2', NULL, NULL, 2404, 11, NULL, 23, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2460, 'SC3', 'SC3', NULL, NULL, 2404, 11, NULL, 24, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2460, 'SC3', 'SC3', NULL, NULL, 2404, 11, NULL, 24, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2461, 'SC4', 'SC4', NULL, NULL, 2404, 11, NULL, 25, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2461, 'SC4', 'SC4', NULL, NULL, 2404, 11, NULL, 25, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2462, 'PR1', 'PR1', NULL, NULL, 2404, 11, NULL, 26, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2462, 'PR1', 'PR1', NULL, NULL, 2404, 11, NULL, 26, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2463, 'PR2', 'PR2', NULL, NULL, 2404, 11, NULL, 27, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2463, 'PR2', 'PR2', NULL, NULL, 2404, 11, NULL, 27, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2464, 'PR3', 'PR3', NULL, NULL, 2404, 11, NULL, 28, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2464, 'PR3', 'PR3', NULL, NULL, 2404, 11, NULL, 28, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2465, 'PR4', 'PR4', NULL, NULL, 2404, 11, NULL, 29, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2465, 'PR4', 'PR4', NULL, NULL, 2404, 11, NULL, 29, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2466, 'DOCC', 'Domains of Clinical Care', NULL, '', 0, 19, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2466, 'DOCC', 'Domains of Clinical Care', NULL, '', 0, 19, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2467, 'EPA', 'Entrustable Professional Activity', NULL, '', 0, 20, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2467, 'EPA', 'Entrustable Professional Activity', NULL, '', 0, 20, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2468, 'POE', 'Phases of Encounter', NULL, '', 0, 21, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2468, 'POE', 'Phases of Encounter', NULL, '', 0, 21, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2469, 'DOCC1', 'Care of Adults', NULL, NULL, 2466, 19, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2469, 'DOCC1', 'Care of Adults', NULL, NULL, 2466, 19, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2470, 'DOCC2', 'Maternity & Newborn', NULL, NULL, 2466, 19, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2470, 'DOCC2', 'Maternity & Newborn', NULL, NULL, 2466, 19, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2471, 'DOCC3', 'Children & Adolescents', NULL, NULL, 2466, 19, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2471, 'DOCC3', 'Children & Adolescents', NULL, NULL, 2466, 19, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2472, 'DOCC4', 'Care of the Elderly', NULL, NULL, 2466, 19, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2472, 'DOCC4', 'Care of the Elderly', NULL, NULL, 2466, 19, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2473, 'DOCC5', 'End of Life/Palliative Cae', NULL, NULL, 2466, 19, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2473, 'DOCC5', 'End of Life/Palliative Cae', NULL, NULL, 2466, 19, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2474, 'DOCC6', 'Surgical & Procedural Skills', NULL, NULL, 2466, 19, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2474, 'DOCC6', 'Surgical & Procedural Skills', NULL, NULL, 2466, 19, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2475, 'DOCC7', 'Behavioural Medicine/Mental Health', NULL, NULL, 2466, 19, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2475, 'DOCC7', 'Behavioural Medicine/Mental Health', NULL, NULL, 2466, 19, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2476, 'DOCC8', 'Global Health/Health Equity', NULL, NULL, 2466, 19, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2476, 'DOCC8', 'Global Health/Health Equity', NULL, NULL, 2466, 19, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2477, 'DOCC9', 'Physicianship', NULL, NULL, 2466, 19, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2477, 'DOCC9', 'Physicianship', NULL, NULL, 2466, 19, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2478, 'EPA1', 'Care of the Adult with a Chronic Condition', NULL, NULL, 2467, 20, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2478, 'EPA1', 'Care of the Adult with a Chronic Condition', NULL, NULL, 2467, 20, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2479, 'EPA2', 'Care of the Adult with a Minor Episodic Problem', NULL, NULL, 2467, 20, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2479, 'EPA2', 'Care of the Adult with a Minor Episodic Problem', NULL, NULL, 2467, 20, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2480, 'EPA3', 'Care of the Adult with an Acute Serious Presentation', NULL, NULL, 2467, 20, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2480, 'EPA3', 'Care of the Adult with an Acute Serious Presentation', NULL, NULL, 2467, 20, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2481, 'EPA4', 'Care of the Adult with Multiple Medical Problems', NULL, NULL, 2467, 20, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2481, 'EPA4', 'Care of the Adult with Multiple Medical Problems', NULL, NULL, 2467, 20, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2482, 'EPA5', 'Performing a Periodic Health Review of an Adult', NULL, NULL, 2467, 20, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2482, 'EPA5', 'Performing a Periodic Health Review of an Adult', NULL, NULL, 2467, 20, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2483, 'POE1', 'Hypothesis generation', 'Gathering/corroboration of information for care/continuity; integration of available information into formulation of a preliminary approach; other preparation (e.g. parent, interpreter, allied health personnel, equipment)', NULL, 2468, 21, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2483, 'POE1', 'Hypothesis generation', 'Gathering/corroboration of information for care/continuity; integration of available information into formulation of a preliminary approach; other preparation (e.g. parent, interpreter, allied health personnel, equipment)', NULL, 2468, 21, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2484, 'POE2', 'History', 'History taking skills; diagnosis generation; adaptability (pattern seeking to hypothetico-deductive approach); incorporation of new information; prioritizing skills; incorporation of management strategies into history; therapeutic relationship building; control of interview; assessment of historian reliability', NULL, 2468, 21, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2484, 'POE2', 'History', 'History taking skills; diagnosis generation; adaptability (pattern seeking to hypothetico-deductive approach); incorporation of new information; prioritizing skills; incorporation of management strategies into history; therapeutic relationship building; control of interview; assessment of historian reliability', NULL, 2468, 21, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2485, 'POE3', 'Physical Examination', 'Choice of maneuvers; examination techniques; observation skills; interpretation; patient interaction.', NULL, 2468, 21, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2485, 'POE3', 'Physical Examination', 'Choice of maneuvers; examination techniques; observation skills; interpretation; patient interaction.', NULL, 2468, 21, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2486, 'POE4', 'Diagnosis', 'Comprehensiveness; selectivity; clinical reasoning; dealing with uncertainty; personal awareness of knowledge gaps; exploring patient perspective, follow-up', NULL, 2468, 21, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2486, 'POE4', 'Diagnosis', 'Comprehensiveness; selectivity; clinical reasoning; dealing with uncertainty; personal awareness of knowledge gaps; exploring patient perspective, follow-up', NULL, 2468, 21, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2487, 'POE5', 'Investigation', 'Appropriateness, resource awareness, patient centeredness', NULL, 2468, 21, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2487, 'POE5', 'Investigation', 'Appropriateness, resource awareness, patient centeredness', NULL, 2468, 21, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2488, 'POE6', 'Procedural Skills', 'Choice of procedure, consent; preparation; technique; awareness of limitations; patient interaction; after care.', NULL, 2468, 21, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2488, 'POE6', 'Procedural Skills', 'Choice of procedure, consent; preparation; technique; awareness of limitations; patient interaction; after care.', NULL, 2468, 21, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2489, 'POE7', 'Treatment (or management)', 'Prioritization; appropriateness; consent counseling/communication skills; education of patients/caregivers; patient centeredness; resource allocation', NULL, 2468, 21, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2489, 'POE7', 'Treatment (or management)', 'Prioritization; appropriateness; consent counseling/communication skills; education of patients/caregivers; patient centeredness; resource allocation', NULL, 2468, 21, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2490, 'POE8', 'Follow-up', 'Plan for ongoing care; continuity of care (e.g. charting, interpersonal continuity of care, seeing patient in different setting); data discipline', NULL, 2468, 21, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2490, 'POE8', 'Follow-up', 'Plan for ongoing care; continuity of care (e.g. charting, interpersonal continuity of care, seeing patient in different setting); data discipline', NULL, 2468, 21, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2491, 'POE9', 'Referral', 'Appropriateness; timeliness; communication', NULL, 2468, 21, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685381586, 0), | | (2491, 'POE9', 'Referral', 'Appropriateness; timeliness; communication', NULL, 2468, 21, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685381586, 0), |
| (2492, NULL, 'Demonstrate a commitment to high-quality care of their patients', NULL, NULL, 2405, 12, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2492, NULL, 'Demonstrate a commitment to high-quality care of their patients', NULL, NULL, 2405, 12, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2493, 'epa', 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', '', 0, 22, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2493, 'epa', 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', '', 0, 22, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2494, 'kc', 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', '', 0, 23, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2494, 'kc', 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', '', 0, 23, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2495, 'ec', 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', '', 0, 24, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2495, 'ec', 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', '', 0, 24, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2496, 'milestone', 'CanMEDS Milestones', 'CanMEDS Milestones', '', 0, 25, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2496, 'milestone', 'CanMEDS Milestones', 'CanMEDS Milestones', '', 0, 25, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2497, 'role', 'CanMEDS Roles', 'CanMEDS Roles', '', 0, 26, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2497, 'role', 'CanMEDS Roles', 'CanMEDS Roles', '', 0, 26, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2505, 'stage', 'Royal College Stages', 'Royal College Stages', '', 0, 27, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2505, 'stage', 'Royal College Stages', 'Royal College Stages', '', 0, 27, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2526, 'ME1.1', 'Demonstrate a commitment to high-quality care of their patients', NULL, NULL, 2495, 24, NULL, 0, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2526, 'ME1.1', 'Demonstrate a commitment to high-quality care of their patients', NULL, NULL, 2495, 24, NULL, 0, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2527, 'ME1.2', 'Integrate the CanMEDS Intrinsic Roles into their practice of medicine', NULL, NULL, 2495, 24, NULL, 1, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2527, 'ME1.2', 'Integrate the CanMEDS Intrinsic Roles into their practice of medicine', NULL, NULL, 2495, 24, NULL, 1, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2528, 'ME1.3', 'Apply knowledge of the clinical and biomedical sciences relevant to their discipline', NULL, NULL, 2495, 24, NULL, 2, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2528, 'ME1.3', 'Apply knowledge of the clinical and biomedical sciences relevant to their discipline', NULL, NULL, 2495, 24, NULL, 2, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2529, 'ME1.4', 'Perform appropriately timed clinical assessments with recommendations that are presented in an organized manner', NULL, NULL, 2495, 24, NULL, 3, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2529, 'ME1.4', 'Perform appropriately timed clinical assessments with recommendations that are presented in an organized manner', NULL, NULL, 2495, 24, NULL, 3, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2530, 'ME1.5', 'Carry out professional duties in the face of multiple', 'competing demands', NULL, 0, 24, 24, 0, 4, 0, 1, 0, '2', 0, 0, 1685381586), | | (2530, 'ME1.5', 'Carry out professional duties in the face of multiple', 'competing demands', NULL, 0, 24, 24, 0, 4, 0, 1, 0, '2', 0, 0, 1685381586), |
| (2531, 'ME1.6', 'Recognize and respond to the complexity', 'uncertainty', 'and ambiguity inherent in medical practice', 0, 0, 2495, 24, 0, 5, 0, 1, '0', 2, 0, 0), | | (2531, 'ME1.6', 'Recognize and respond to the complexity', 'uncertainty', 'and ambiguity inherent in medical practice', 0, 0, 2495, 24, 0, 5, 0, 1, '0', 2, 0, 0), |
| (2532, 'ME2.1', 'Prioritize issues to be addressed in a patient encounter', NULL, NULL, 2495, 24, NULL, 6, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2532, 'ME2.1', 'Prioritize issues to be addressed in a patient encounter', NULL, NULL, 2495, 24, NULL, 6, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2533, 'ME2.2', 'Elicit a history', 'perform a physical exam', 'select appropriate investigations', 0, 0, 0, 0, 0, 2495, 24, 0, '7', 0, 1, 0), | | (2533, 'ME2.2', 'Elicit a history', 'perform a physical exam', 'select appropriate investigations', 0, 0, 0, 0, 0, 2495, 24, 0, '7', 0, 1, 0), |
| (2534, 'ME2.3', 'Establish goals of care in collaboration with patients and their families', 'which may include slowing disease progression', 'treating symptoms', 0, 0, 0, 0, 0, 2495, 24, 0, '8', 0, 1, 0), | | (2534, 'ME2.3', 'Establish goals of care in collaboration with patients and their families', 'which may include slowing disease progression', 'treating symptoms', 0, 0, 0, 0, 0, 2495, 24, 0, '8', 0, 1, 0), |
| (2535, 'ME2.4', 'Establish a patient-centred management plan', NULL, NULL, 2495, 24, NULL, 9, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2535, 'ME2.4', 'Establish a patient-centred management plan', NULL, NULL, 2495, 24, NULL, 9, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2536, 'ME3.1', 'Determine the most appropriate procedures and therapies', NULL, NULL, 2495, 24, NULL, 10, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2536, 'ME3.1', 'Determine the most appropriate procedures and therapies', NULL, NULL, 2495, 24, NULL, 10, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2537, 'ME3.2', 'Obtain and document informed consent', 'explaining the risks and benefits of', 'and the rationale for', 0, 0, NULL, 2495, 24, 0, 11, 0, '1', 0, 1685381586, 0), | | (2537, 'ME3.2', 'Obtain and document informed consent', 'explaining the risks and benefits of', 'and the rationale for', 0, 0, NULL, 2495, 24, 0, 11, 0, '1', 0, 1685381586, 0), |
| (2538, 'ME3.3', 'Prioritize a procedure or therapy', 'taking into account clinical urgency and available resources', NULL, 0, 24, 24, 0, 12, 0, 1, 0, '2', 0, 0, 1685381586), | | (2538, 'ME3.3', 'Prioritize a procedure or therapy', 'taking into account clinical urgency and available resources', NULL, 0, 24, 24, 0, 12, 0, 1, 0, '2', 0, 0, 1685381586), |
| (2539, 'ME3.4', 'Perform a procedure in a skilful and safe manner', 'adapting to unanticipated findings or changing clinical circumstances', NULL, 0, 24, 24, 0, 13, 0, 1, 0, '2', 0, 0, 1685381586), | | (2539, 'ME3.4', 'Perform a procedure in a skilful and safe manner', 'adapting to unanticipated findings or changing clinical circumstances', NULL, 0, 24, 24, 0, 13, 0, 1, 0, '2', 0, 0, 1685381586), |
| (2540, 'ME4.1', 'Implement a patient-centred care plan that supports ongoing care', 'follow-up on investigations', 'response to treatment', 0, 0, NULL, 2495, 24, 0, 14, 0, '1', 0, 1685381586, 0), | | (2540, 'ME4.1', 'Implement a patient-centred care plan that supports ongoing care', 'follow-up on investigations', 'response to treatment', 0, 0, NULL, 2495, 24, 0, 14, 0, '1', 0, 1685381586, 0), |
| (2541, 'ME5.1', 'Recognize and respond to harm from health care delivery', 'including patient safety incidents', NULL, 0, 24, 24, 0, 15, 0, 1, 0, '2', 0, 0, 1685381586), | | (2541, 'ME5.1', 'Recognize and respond to harm from health care delivery', 'including patient safety incidents', NULL, 0, 24, 24, 0, 15, 0, 1, 0, '2', 0, 0, 1685381586), |
| (2542, 'ME5.2', 'Adopt strategies that promote patient safety and address human and system factors', NULL, NULL, 2495, 24, NULL, 16, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2542, 'ME5.2', 'Adopt strategies that promote patient safety and address human and system factors', NULL, NULL, 2495, 24, NULL, 16, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2543, 'CM1.1', 'Communicate using a patient-centred approach that encourages patient trust and autonomy and is characterized by empathy', 'respect', 'and compassion', 0, 0, 2495, 24, 0, 17, 0, 1, '0', 2, 0, 0), | | (2543, 'CM1.1', 'Communicate using a patient-centred approach that encourages patient trust and autonomy and is characterized by empathy', 'respect', 'and compassion', 0, 0, 2495, 24, 0, 17, 0, 1, '0', 2, 0, 0), |
| (2544, 'CM1.2', 'Optimize the physical environment for patient comfort', 'dignity', 'privacy', 0, 0, NULL, 0, 127, 24, 0, 18, '0', 1, 0, 2), | | (2544, 'CM1.2', 'Optimize the physical environment for patient comfort', 'dignity', 'privacy', 0, 0, NULL, 0, 127, 24, 0, 18, '0', 1, 0, 2), |
| (2545, 'CM1.3', 'Recognize when the values', 'biases', 'or perspectives of patients', 0, 0, 0, 0, 0, 2495, 24, 0, '19', 0, 1, 0), | | (2545, 'CM1.3', 'Recognize when the values', 'biases', 'or perspectives of patients', 0, 0, 0, 0, 0, 2495, 24, 0, '19', 0, 1, 0), |
| (2546, 'CM1.4', 'Respond to a patient\'s non-verbal behaviours to enhance communication', NULL, NULL, 2495, 24, NULL, 20, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2546, 'CM1.4', 'Respond to a patient\'s non-verbal behaviours to enhance communication', NULL, NULL, 2495, 24, NULL, 20, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2547, 'CM1.5', 'Manage disagreements and emotionally charged conversations', NULL, NULL, 2495, 24, NULL, 21, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2547, 'CM1.5', 'Manage disagreements and emotionally charged conversations', NULL, NULL, 2495, 24, NULL, 21, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2548, 'CM1.6', 'Adapt to the unique needs and preferences of each patient and to his or her clinical condition and circumstances', NULL, NULL, 2495, 24, NULL, 22, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2548, 'CM1.6', 'Adapt to the unique needs and preferences of each patient and to his or her clinical condition and circumstances', NULL, NULL, 2495, 24, NULL, 22, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2549, 'CM2.1', 'Use patient-centred interviewing skills to effectively gather relevant biomedical and psychosocial information', NULL, NULL, 2495, 24, NULL, 23, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2549, 'CM2.1', 'Use patient-centred interviewing skills to effectively gather relevant biomedical and psychosocial information', NULL, NULL, 2495, 24, NULL, 23, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2550, 'CM2.2', 'Provide a clear structure for and manage the flow of an entire patient encounter', NULL, NULL, 2495, 24, NULL, 24, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2550, 'CM2.2', 'Provide a clear structure for and manage the flow of an entire patient encounter', NULL, NULL, 2495, 24, NULL, 24, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2551, 'CM2.3', 'Seek and synthesize relevant information from other sources, including the patient\'s family', 'with the patient\'s consent', NULL, 0, 24, 24, 0, 25, 0, 1, 0, '2', 0, 0, 1685381586), | | (2551, 'CM2.3', 'Seek and synthesize relevant information from other sources, including the patient\'s family', 'with the patient\'s consent', NULL, 0, 24, 24, 0, 25, 0, 1, 0, '2', 0, 0, 1685381586), |
| (2552, 'CM3.1', 'Share information and explanations that are clear, accurate, and timely, while checking for patient and family understanding', NULL, NULL, 2495, 24, NULL, 26, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2552, 'CM3.1', 'Share information and explanations that are clear, accurate, and timely, while checking for patient and family understanding', NULL, NULL, 2495, 24, NULL, 26, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2553, 'CM3.2', 'Disclose harmful patient safety incidents to patients and their families accurately and appropriately', NULL, NULL, 2495, 24, NULL, 27, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2553, 'CM3.2', 'Disclose harmful patient safety incidents to patients and their families accurately and appropriately', NULL, NULL, 2495, 24, NULL, 27, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2554, 'CM4.1', 'Facilitate discussions with patients and their families in a way that is respectful, non-judgmental, and culturally safe', NULL, NULL, 2495, 24, NULL, 28, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2554, 'CM4.1', 'Facilitate discussions with patients and their families in a way that is respectful, non-judgmental, and culturally safe', NULL, NULL, 2495, 24, NULL, 28, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2555, 'CM4.2', 'Assist patients and their families to identify, access, and make use of information and communication technologies to support their care and manage their health', NULL, NULL, 2495, 24, NULL, 29, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2555, 'CM4.2', 'Assist patients and their families to identify, access, and make use of information and communication technologies to support their care and manage their health', NULL, NULL, 2495, 24, NULL, 29, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2556, 'CM4.3', 'Use communication skills and strategies that help patients and their families make informed decisions regarding their health', NULL, NULL, 2495, 24, NULL, 30, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2556, 'CM4.3', 'Use communication skills and strategies that help patients and their families make informed decisions regarding their health', NULL, NULL, 2495, 24, NULL, 30, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2557, 'CM5.1', 'Document clinical encounters in an accurate, complete, timely, and accessible manner, in compliance with regulatory and legal requirements', NULL, NULL, 2495, 24, NULL, 31, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2557, 'CM5.1', 'Document clinical encounters in an accurate, complete, timely, and accessible manner, in compliance with regulatory and legal requirements', NULL, NULL, 2495, 24, NULL, 31, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2558, 'CM5.2', 'Communicate effectively using a written health record, electronic medical record, or other digital technology', NULL, NULL, 2495, 24, NULL, 32, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2558, 'CM5.2', 'Communicate effectively using a written health record, electronic medical record, or other digital technology', NULL, NULL, 2495, 24, NULL, 32, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2559, 'CM5.3', 'Share information with patients and others in a manner that respects patient privacy and confidentiality and enhances understanding', NULL, NULL, 2495, 24, NULL, 33, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2559, 'CM5.3', 'Share information with patients and others in a manner that respects patient privacy and confidentiality and enhances understanding', NULL, NULL, 2495, 24, NULL, 33, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2560, 'CL1.1', 'Establish and maintain positive relationships with physicians and other colleagues in the health care professions to support relationship-centred collaborative care', NULL, NULL, 2495, 24, NULL, 34, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2560, 'CL1.1', 'Establish and maintain positive relationships with physicians and other colleagues in the health care professions to support relationship-centred collaborative care', NULL, NULL, 2495, 24, NULL, 34, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2561, 'CL1.2', 'Negotiate overlapping and shared responsibilities with physicians and other colleagues in the health care professions in episodic and ongoing care', NULL, NULL, 2495, 24, NULL, 35, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2561, 'CL1.2', 'Negotiate overlapping and shared responsibilities with physicians and other colleagues in the health care professions in episodic and ongoing care', NULL, NULL, 2495, 24, NULL, 35, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2562, 'CL1.3', 'Engage in respectful shared decision-making with physicians and other colleagues in the health care professions', NULL, NULL, 2495, 24, NULL, 36, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2562, 'CL1.3', 'Engage in respectful shared decision-making with physicians and other colleagues in the health care professions', NULL, NULL, 2495, 24, NULL, 36, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2563, 'CL2.1', 'Show respect toward collaborators', NULL, NULL, 2495, 24, NULL, 37, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2563, 'CL2.1', 'Show respect toward collaborators', NULL, NULL, 2495, 24, NULL, 37, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2564, 'CL2.2', 'Implement strategies to promote understanding, manage differences, and resolve conflicts in a manner that supports a collaborative culture', NULL, NULL, 2495, 24, NULL, 38, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2564, 'CL2.2', 'Implement strategies to promote understanding, manage differences, and resolve conflicts in a manner that supports a collaborative culture', NULL, NULL, 2495, 24, NULL, 38, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2565, 'CL3.1', 'Determine when care should be transferred to another physician or health care professional', NULL, NULL, 2495, 24, NULL, 39, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2565, 'CL3.1', 'Determine when care should be transferred to another physician or health care professional', NULL, NULL, 2495, 24, NULL, 39, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2566, 'CL3.2', 'Demonstrate safe handover of care, using both verbal and written communication, during a patient transition to a different health care professional, setting, or stage of care', NULL, NULL, 2495, 24, NULL, 40, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2566, 'CL3.2', 'Demonstrate safe handover of care, using both verbal and written communication, during a patient transition to a different health care professional, setting, or stage of care', NULL, NULL, 2495, 24, NULL, 40, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2567, 'LD1.1', 'Apply the science of quality improvement to contribute to improving systems of patient care', NULL, NULL, 2495, 24, NULL, 41, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2567, 'LD1.1', 'Apply the science of quality improvement to contribute to improving systems of patient care', NULL, NULL, 2495, 24, NULL, 41, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2568, 'LD1.2', 'Contribute to a culture that promotes patient safety', NULL, NULL, 2495, 24, NULL, 42, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2568, 'LD1.2', 'Contribute to a culture that promotes patient safety', NULL, NULL, 2495, 24, NULL, 42, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2569, 'LD1.3', 'Analyze safety incidents to enhance systems of care', NULL, NULL, 2495, 24, NULL, 43, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2569, 'LD1.3', 'Analyze safety incidents to enhance systems of care', NULL, NULL, 2495, 24, NULL, 43, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2570, 'LD1.4', 'Use health informatics to improve the quality of patient care and optimize patient safety', NULL, NULL, 2495, 24, NULL, 44, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2570, 'LD1.4', 'Use health informatics to improve the quality of patient care and optimize patient safety', NULL, NULL, 2495, 24, NULL, 44, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2571, 'LD2.1', 'Allocate health care resources for optimal patient care', NULL, NULL, 2495, 24, NULL, 45, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2571, 'LD2.1', 'Allocate health care resources for optimal patient care', NULL, NULL, 2495, 24, NULL, 45, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2572, 'LD2.2', 'Apply evidence and management processes to achieve cost-appropriate care', NULL, NULL, 2495, 24, NULL, 46, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2572, 'LD2.2', 'Apply evidence and management processes to achieve cost-appropriate care', NULL, NULL, 2495, 24, NULL, 46, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2573, 'LD3.1', 'Demonstrate leadership skills to enhance health care', NULL, NULL, 2495, 24, NULL, 47, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2573, 'LD3.1', 'Demonstrate leadership skills to enhance health care', NULL, NULL, 2495, 24, NULL, 47, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2574, 'LD3.2', 'Facilitate change in health care to enhance services and outcomes', NULL, NULL, 2495, 24, NULL, 48, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2574, 'LD3.2', 'Facilitate change in health care to enhance services and outcomes', NULL, NULL, 2495, 24, NULL, 48, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2575, 'LD4.1', 'Set priorities and manage time to integrate practice and personal life', NULL, NULL, 2495, 24, NULL, 49, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2575, 'LD4.1', 'Set priorities and manage time to integrate practice and personal life', NULL, NULL, 2495, 24, NULL, 49, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2576, 'LD4.2', 'Manage career planning, finances, and health human resources in a practice', NULL, NULL, 2495, 24, NULL, 50, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2576, 'LD4.2', 'Manage career planning, finances, and health human resources in a practice', NULL, NULL, 2495, 24, NULL, 50, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2577, 'LD4.3', 'Implement processes to ensure personal practice improvement', NULL, NULL, 2495, 24, NULL, 51, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2577, 'LD4.3', 'Implement processes to ensure personal practice improvement', NULL, NULL, 2495, 24, NULL, 51, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2578, 'HA1.1', 'Work with patients to address determinants of health that affect them and their access to needed health services or resources', NULL, NULL, 2495, 24, NULL, 52, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2578, 'HA1.1', 'Work with patients to address determinants of health that affect them and their access to needed health services or resources', NULL, NULL, 2495, 24, NULL, 52, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2579, 'HA1.2', 'Work with patients and their families to increase opportunities to adopt healthy behaviours', NULL, NULL, 2495, 24, NULL, 53, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2579, 'HA1.2', 'Work with patients and their families to increase opportunities to adopt healthy behaviours', NULL, NULL, 2495, 24, NULL, 53, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2580, 'HA1.3', 'Incorporate disease prevention, health promotion, and health surveillance into interactions with individual patients', NULL, NULL, 2495, 24, NULL, 54, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2580, 'HA1.3', 'Incorporate disease prevention, health promotion, and health surveillance into interactions with individual patients', NULL, NULL, 2495, 24, NULL, 54, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2581, 'HA2.1', 'Work with a community or population to identify the determinants of health that affect them', NULL, NULL, 2495, 24, NULL, 55, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2581, 'HA2.1', 'Work with a community or population to identify the determinants of health that affect them', NULL, NULL, 2495, 24, NULL, 55, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2582, 'HA2.2', 'Improve clinical practice by applying a process of continuous quality improvement to disease prevention, health promotion, and health surveillance activities', NULL, NULL, 2495, 24, NULL, 56, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2582, 'HA2.2', 'Improve clinical practice by applying a process of continuous quality improvement to disease prevention, health promotion, and health surveillance activities', NULL, NULL, 2495, 24, NULL, 56, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2583, 'HA2.3', 'Contribute to a process to improve health in the community or population they serve', NULL, NULL, 2495, 24, NULL, 57, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2583, 'HA2.3', 'Contribute to a process to improve health in the community or population they serve', NULL, NULL, 2495, 24, NULL, 57, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2584, 'SC1.1', 'Develop, implement, monitor, and revise a personal learning plan to enhance professional practice', NULL, NULL, 2495, 24, NULL, 58, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2584, 'SC1.1', 'Develop, implement, monitor, and revise a personal learning plan to enhance professional practice', NULL, NULL, 2495, 24, NULL, 58, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2585, 'SC1.2', 'Identify opportunities for learning and improvement by regularly reflecting on and assessing their performance using various internal and external data sources', NULL, NULL, 2495, 24, NULL, 59, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2585, 'SC1.2', 'Identify opportunities for learning and improvement by regularly reflecting on and assessing their performance using various internal and external data sources', NULL, NULL, 2495, 24, NULL, 59, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2586, 'SC1.3', 'Engage in collaborative learning to continuously improve personal practice and contribute to collective improvements in practice', NULL, NULL, 2495, 24, NULL, 60, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2586, 'SC1.3', 'Engage in collaborative learning to continuously improve personal practice and contribute to collective improvements in practice', NULL, NULL, 2495, 24, NULL, 60, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2587, 'SC2.1', 'Recognize the influence of role-modelling and the impact of the formal, informal, and hidden curriculum on learners', NULL, NULL, 2495, 24, NULL, 61, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2587, 'SC2.1', 'Recognize the influence of role-modelling and the impact of the formal, informal, and hidden curriculum on learners', NULL, NULL, 2495, 24, NULL, 61, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2588, 'SC2.2', 'Promote a safe learning environment', NULL, NULL, 2495, 24, NULL, 62, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2588, 'SC2.2', 'Promote a safe learning environment', NULL, NULL, 2495, 24, NULL, 62, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2589, 'SC2.3', 'Ensure patient safety is maintained when learners are involved', NULL, NULL, 2495, 24, NULL, 63, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2589, 'SC2.3', 'Ensure patient safety is maintained when learners are involved', NULL, NULL, 2495, 24, NULL, 63, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2590, 'SC2.4', 'Plan and deliver a learning activity', NULL, NULL, 2495, 24, NULL, 64, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2590, 'SC2.4', 'Plan and deliver a learning activity', NULL, NULL, 2495, 24, NULL, 64, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2591, 'SC2.5', 'Provide feedback to enhance learning and performance', NULL, NULL, 2495, 24, NULL, 65, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2591, 'SC2.5', 'Provide feedback to enhance learning and performance', NULL, NULL, 2495, 24, NULL, 65, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2592, 'SC2.6', 'Assess and evaluate learners, teachers, and programs in an educationally appropriate manner', NULL, NULL, 2495, 24, NULL, 66, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2592, 'SC2.6', 'Assess and evaluate learners, teachers, and programs in an educationally appropriate manner', NULL, NULL, 2495, 24, NULL, 66, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2593, 'SC3.1', 'Recognize practice uncertainty and knowledge gaps in clinical and other professional encounters and generate focused questions that can address them', NULL, NULL, 2495, 24, NULL, 67, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2593, 'SC3.1', 'Recognize practice uncertainty and knowledge gaps in clinical and other professional encounters and generate focused questions that can address them', NULL, NULL, 2495, 24, NULL, 67, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2594, 'SC3.2', 'Identify, select, and navigate pre-appraised resource', NULL, NULL, 2495, 24, NULL, 68, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2594, 'SC3.2', 'Identify, select, and navigate pre-appraised resource', NULL, NULL, 2495, 24, NULL, 68, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2595, 'SC3.3', 'Critically evaluate the integrity, reliability, and applicability of health-related research and literature', NULL, NULL, 2495, 24, NULL, 69, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2595, 'SC3.3', 'Critically evaluate the integrity, reliability, and applicability of health-related research and literature', NULL, NULL, 2495, 24, NULL, 69, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2596, 'SC3.4', 'Integrate evidence into decision-making in their practice', NULL, NULL, 2495, 24, NULL, 70, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2596, 'SC3.4', 'Integrate evidence into decision-making in their practice', NULL, NULL, 2495, 24, NULL, 70, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2597, 'SC4.1', 'Demonstrate an understanding of the scientific principles of research and scholarly inquiry and the role of research evidence in health care', NULL, NULL, 2495, 24, NULL, 71, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2597, 'SC4.1', 'Demonstrate an understanding of the scientific principles of research and scholarly inquiry and the role of research evidence in health care', NULL, NULL, 2495, 24, NULL, 71, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2598, 'SC4.2', 'Identify ethical principles for research and incorporate them into obtaining informed consent, considering potential harms and benefits, and considering vulnerable populations', NULL, NULL, 2495, 24, NULL, 72, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2598, 'SC4.2', 'Identify ethical principles for research and incorporate them into obtaining informed consent, considering potential harms and benefits, and considering vulnerable populations', NULL, NULL, 2495, 24, NULL, 72, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2599, 'SC4.3', 'Contribute to the work of a research program', NULL, NULL, 2495, 24, NULL, 73, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2599, 'SC4.3', 'Contribute to the work of a research program', NULL, NULL, 2495, 24, NULL, 73, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2600, 'SC4.4', 'Pose questions amenable to scholarly inquiry and select appropriate methods to address them', NULL, NULL, 2495, 24, NULL, 74, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2600, 'SC4.4', 'Pose questions amenable to scholarly inquiry and select appropriate methods to address them', NULL, NULL, 2495, 24, NULL, 74, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2601, 'SC4.5', 'Summarize and communicate to professional and lay audiences, including patients and their families, the findings of relevant research and scholarly inquiry', NULL, NULL, 2495, 24, NULL, 75, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2601, 'SC4.5', 'Summarize and communicate to professional and lay audiences, including patients and their families, the findings of relevant research and scholarly inquiry', NULL, NULL, 2495, 24, NULL, 75, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2602, 'PR1.1', 'Exhibit appropriate professional behaviours and relationships in all aspects of practice, demonstrating honesty, integrity, humility, commitment, compassion, respect, altruism, respect for diversity, and maintenance of confidentiality', NULL, NULL, 2495, 24, NULL, 76, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2602, 'PR1.1', 'Exhibit appropriate professional behaviours and relationships in all aspects of practice, demonstrating honesty, integrity, humility, commitment, compassion, respect, altruism, respect for diversity, and maintenance of confidentiality', NULL, NULL, 2495, 24, NULL, 76, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2603, 'PR1.2', 'Demonstrate a commitment to excellence in all aspects of practice', NULL, NULL, 2495, 24, NULL, 77, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2603, 'PR1.2', 'Demonstrate a commitment to excellence in all aspects of practice', NULL, NULL, 2495, 24, NULL, 77, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2604, 'PR1.3', 'Recognize and respond to ethical issues encountered in practice', NULL, NULL, 2495, 24, NULL, 78, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2604, 'PR1.3', 'Recognize and respond to ethical issues encountered in practice', NULL, NULL, 2495, 24, NULL, 78, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2605, 'PR1.4', 'Recognize and manage conflicts of interest', NULL, NULL, 2495, 24, NULL, 79, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2605, 'PR1.4', 'Recognize and manage conflicts of interest', NULL, NULL, 2495, 24, NULL, 79, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2606, 'PR1.5', 'Exhibit professional behaviours in the use of technology-enabled communication', NULL, NULL, 2495, 24, NULL, 80, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2606, 'PR1.5', 'Exhibit professional behaviours in the use of technology-enabled communication', NULL, NULL, 2495, 24, NULL, 80, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2607, 'PR2.1', 'Demonstrate accountability to patients, society, and the profession by responding to societal expectations of physicians', NULL, NULL, 2495, 24, NULL, 81, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2607, 'PR2.1', 'Demonstrate accountability to patients, society, and the profession by responding to societal expectations of physicians', NULL, NULL, 2495, 24, NULL, 81, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2608, 'PR2.2', 'Demonstrate a commitment to patient safety and quality improvement', NULL, NULL, 2495, 24, NULL, 82, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2608, 'PR2.2', 'Demonstrate a commitment to patient safety and quality improvement', NULL, NULL, 2495, 24, NULL, 82, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2609, 'PR3.1', 'Fulfill and adhere to the professional and ethical codes, standards of practice, and laws governing practice', NULL, NULL, 2495, 24, NULL, 83, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2609, 'PR3.1', 'Fulfill and adhere to the professional and ethical codes, standards of practice, and laws governing practice', NULL, NULL, 2495, 24, NULL, 83, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2610, 'PR3.2', 'Recognize and respond to unprofessional and unethical behaviours in physicians and other colleagues in the health care professions', NULL, NULL, 2495, 24, NULL, 84, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2610, 'PR3.2', 'Recognize and respond to unprofessional and unethical behaviours in physicians and other colleagues in the health care professions', NULL, NULL, 2495, 24, NULL, 84, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2611, 'PR3.3', 'Participate in peer assessment and standard-setting', NULL, NULL, 2495, 24, NULL, 85, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2611, 'PR3.3', 'Participate in peer assessment and standard-setting', NULL, NULL, 2495, 24, NULL, 85, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2612, 'PR4.1', 'Exhibit self-awareness and manage influences on personal well-being and professional performance', NULL, NULL, 2495, 24, NULL, 86, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2612, 'PR4.1', 'Exhibit self-awareness and manage influences on personal well-being and professional performance', NULL, NULL, 2495, 24, NULL, 86, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2613, 'PR4.2', 'Manage personal and professional demands for a sustainable practice throughout the physician life cycle', NULL, NULL, 2495, 24, NULL, 87, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2613, 'PR4.2', 'Manage personal and professional demands for a sustainable practice throughout the physician life cycle', NULL, NULL, 2495, 24, NULL, 87, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2614, 'PR4.3', 'Promote a culture that recognizes', 'supports', 'and responds effectively to colleagues in need', 0, 0, 2495, 24, 0, 88, 0, 1, '0', 2, 0, 0), | | (2614, 'PR4.3', 'Promote a culture that recognizes', 'supports', 'and responds effectively to colleagues in need', 0, 0, 2495, 24, 0, 88, 0, 1, '0', 2, 0, 0), |
| (2615, 'ME1', 'Practise medicine within their defined scope of practice and expertise', NULL, NULL, 2494, 23, NULL, 0, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2615, 'ME1', 'Practise medicine within their defined scope of practice and expertise', NULL, NULL, 2494, 23, NULL, 0, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2616, 'ME2', 'Perform a patient-centred clinical assessment and establish a management plan', NULL, NULL, 2494, 23, NULL, 1, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2616, 'ME2', 'Perform a patient-centred clinical assessment and establish a management plan', NULL, NULL, 2494, 23, NULL, 1, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2617, 'ME3', 'Plan and perform procedures and therapies for the purpose of assessment and/or management', NULL, NULL, 2494, 23, NULL, 2, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2617, 'ME3', 'Plan and perform procedures and therapies for the purpose of assessment and/or management', NULL, NULL, 2494, 23, NULL, 2, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2618, 'ME4', 'Establish plans for ongoing care and', 'when appropriate', 'timely consultation', 0, 0, 2494, 23, 0, 3, 0, 1, '0', 2, 0, 0), | | (2618, 'ME4', 'Establish plans for ongoing care and', 'when appropriate', 'timely consultation', 0, 0, 2494, 23, 0, 3, 0, 1, '0', 2, 0, 0), |
| (2619, 'ME5', 'Actively contribute', 'as an individual and as a member of a team providing care', 'to the continuous improvement of health care quality and patient safety', 0, 0, 2494, 23, 0, 4, 0, 1, '0', 2, 0, 0), | | (2619, 'ME5', 'Actively contribute', 'as an individual and as a member of a team providing care', 'to the continuous improvement of health care quality and patient safety', 0, 0, 2494, 23, 0, 4, 0, 1, '0', 2, 0, 0), |
| (2620, 'CM1', 'Establish professional therapeutic relationships with patients and their families', NULL, NULL, 2494, 23, NULL, 5, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2620, 'CM1', 'Establish professional therapeutic relationships with patients and their families', NULL, NULL, 2494, 23, NULL, 5, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2621, 'CM2', 'Elicit and synthesize accurate and relevant information', 'incorporating the perspectives of patients and their families', NULL, 0, 24, 23, 0, 6, 0, 1, 0, '2', 0, 0, 1685381586), | | (2621, 'CM2', 'Elicit and synthesize accurate and relevant information', 'incorporating the perspectives of patients and their families', NULL, 0, 24, 23, 0, 6, 0, 1, 0, '2', 0, 0, 1685381586), |
| (2622, 'CM3', 'Share health care information and plans with patients and their families', NULL, NULL, 2494, 23, NULL, 7, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2622, 'CM3', 'Share health care information and plans with patients and their families', NULL, NULL, 2494, 23, NULL, 7, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2623, 'CM4', 'Engage patients and their families in developing plans that reflect the patient\'s health care needs and goals', NULL, NULL, 2494, 23, NULL, 8, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2623, 'CM4', 'Engage patients and their families in developing plans that reflect the patient\'s health care needs and goals', NULL, NULL, 2494, 23, NULL, 8, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2624, 'CM5', 'Document and share written and electronic information about the medical encounter to optimize clinical decision-making', 'patient safety', 'confidentiality', 0, 0, NULL, 2494, 23, 0, 9, 0, '1', 0, 1685381586, 0), | | (2624, 'CM5', 'Document and share written and electronic information about the medical encounter to optimize clinical decision-making', 'patient safety', 'confidentiality', 0, 0, NULL, 2494, 23, 0, 9, 0, '1', 0, 1685381586, 0), |
| (2625, 'CL1', 'Work effectively with physicians and other colleagues in the health care professions', NULL, NULL, 2494, 23, NULL, 10, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2625, 'CL1', 'Work effectively with physicians and other colleagues in the health care professions', NULL, NULL, 2494, 23, NULL, 10, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2626, 'CL2', 'Work with physicians and other colleagues in the health care professions to promote understanding', 'manage differences', 'and resolve conflicts', 0, 0, 2494, 23, 0, 11, 0, 1, '0', 2, 0, 0), | | (2626, 'CL2', 'Work with physicians and other colleagues in the health care professions to promote understanding', 'manage differences', 'and resolve conflicts', 0, 0, 2494, 23, 0, 11, 0, 1, '0', 2, 0, 0), |
| (2627, 'CL3', 'Hand over the care of a patient to another health care professional to facilitate continuity of safe patient care', NULL, NULL, 2494, 23, NULL, 12, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2627, 'CL3', 'Hand over the care of a patient to another health care professional to facilitate continuity of safe patient care', NULL, NULL, 2494, 23, NULL, 12, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2628, 'LD1', 'Contribute to the improvement of health care delivery in teams', 'organizations', 'and systems', 0, 0, 2494, 23, 0, 13, 0, 1, '0', 2, 0, 0), | | (2628, 'LD1', 'Contribute to the improvement of health care delivery in teams', 'organizations', 'and systems', 0, 0, 2494, 23, 0, 13, 0, 1, '0', 2, 0, 0), |
| (2629, 'LD2', 'Engage in the stewardship of health care resources', NULL, NULL, 2494, 23, NULL, 14, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2629, 'LD2', 'Engage in the stewardship of health care resources', NULL, NULL, 2494, 23, NULL, 14, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2630, 'LD3', 'Demonstrate leadership in professional practice', NULL, NULL, 2494, 23, NULL, 15, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2630, 'LD3', 'Demonstrate leadership in professional practice', NULL, NULL, 2494, 23, NULL, 15, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2631, 'LD4', 'Manage their practice and career', NULL, NULL, 2494, 23, NULL, 16, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2631, 'LD4', 'Manage their practice and career', NULL, NULL, 2494, 23, NULL, 16, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2632, 'HA1', 'Respond to a patient\'s non-verbal behaviours to enhance communication', NULL, NULL, 2494, 23, NULL, 17, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2632, 'HA1', 'Respond to a patient\'s non-verbal behaviours to enhance communication', NULL, NULL, 2494, 23, NULL, 17, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2633, 'HA2', 'Respond to the needs of the communities or populations they serve by advocating with them for system-level change in a socially accountable manner', NULL, NULL, 2494, 23, NULL, 18, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2633, 'HA2', 'Respond to the needs of the communities or populations they serve by advocating with them for system-level change in a socially accountable manner', NULL, NULL, 2494, 23, NULL, 18, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2634, 'SC1', 'Engage in the continuous enhancement of their professional activities through ongoing learning', NULL, NULL, 2494, 23, NULL, 19, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2634, 'SC1', 'Engage in the continuous enhancement of their professional activities through ongoing learning', NULL, NULL, 2494, 23, NULL, 19, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2635, 'SC2', 'Teach students, residents, the public, and other health care professionals', NULL, NULL, 2494, 23, NULL, 20, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2635, 'SC2', 'Teach students, residents, the public, and other health care professionals', NULL, NULL, 2494, 23, NULL, 20, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2636, 'SC3', 'Integrate best available evidence into practice', NULL, NULL, 2494, 23, NULL, 21, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2636, 'SC3', 'Integrate best available evidence into practice', NULL, NULL, 2494, 23, NULL, 21, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2637, 'SC4', 'Contribute to the creation and dissemination of knowledge and practices applicable to health', NULL, NULL, 2494, 23, NULL, 22, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2637, 'SC4', 'Contribute to the creation and dissemination of knowledge and practices applicable to health', NULL, NULL, 2494, 23, NULL, 22, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2638, 'PR1', 'Demonstrate a commitment to patients by applying best practices and adhering to high ethical standards', NULL, NULL, 2494, 23, NULL, 23, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2638, 'PR1', 'Demonstrate a commitment to patients by applying best practices and adhering to high ethical standards', NULL, NULL, 2494, 23, NULL, 23, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2639, 'PR2', 'Demonstrate a commitment to society by recognizing and responding to societal expectations in health care', NULL, NULL, 2494, 23, NULL, 24, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2639, 'PR2', 'Demonstrate a commitment to society by recognizing and responding to societal expectations in health care', NULL, NULL, 2494, 23, NULL, 24, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2640, 'PR3', 'Demonstrate a commitment to the profession by adhering to standards and participating in physician-led regulation', NULL, NULL, 2494, 23, NULL, 25, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2640, 'PR3', 'Demonstrate a commitment to the profession by adhering to standards and participating in physician-led regulation', NULL, NULL, 2494, 23, NULL, 25, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2641, 'PR4', 'Demonstrate a commitment to physician health and well-being to foster optimal patient care', NULL, NULL, 2494, 23, NULL, 26, 0, 1, 0, 2, '', 0, 1685381586, 1), | | (2641, 'PR4', 'Demonstrate a commitment to physician health and well-being to foster optimal patient care', NULL, NULL, 2494, 23, NULL, 26, 0, 1, 0, 2, '', 0, 1685381586, 1), |
| (2642, 'epa', 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', '', 0, 22, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2642, 'epa', 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', '', 0, 22, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2643, 'kc', 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', '', 0, 23, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2643, 'kc', 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', '', 0, 23, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2644, 'ec', 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', '', 0, 24, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2644, 'ec', 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', '', 0, 24, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2645, 'milestone', 'CanMEDS Milestones', 'CanMEDS Milestones', '', 0, 25, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2645, 'milestone', 'CanMEDS Milestones', 'CanMEDS Milestones', '', 0, 25, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2646, 'role', 'CanMEDS Roles', 'CanMEDS Roles', '', 0, 26, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2646, 'role', 'CanMEDS Roles', 'CanMEDS Roles', '', 0, 26, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2647, 'HA', 'Health Advocate', 'Physicians are accountable to society and recognize their duty to contribute to efforts to improve the health and well-being of their patients, their communities, and the broader populations they serve.* Physicians possess medical knowledge and abilities that provide unique perspectives on health. Physicians also have privileged access to patients? accounts of their experience with illness and the health care system. Improving health is not limited to mitigating illness or trauma, but also involves disease prevention, health promotion, and health protection. Improving health also includes promoting health equity, whereby individuals and populations reach their full health potential without being disadvantaged by, for example, race, ethnicity, religion, gender, sexual orientation, age, social class, economic status, or level of education. Physicians leverage their position to support patients in navigating the health care system and to advocate with them to access appropriate resources in a timely manner. Physicians seek to improve the quality of both their clinical practice and associated organizations by addressing the health needs of the patients, communities, or populations they serve. Physicians promote healthy communities and populations by influencing the system (or by supporting others who influence the system\n], both within and outside of their work environments. Advocacy requires action. Physicians contribute their knowledge of the determinants of health to positively influence the health of the patients, communities, or populations they serve. Physicians gather information and perceptions about issues, working with patients and their families to develop an understanding of needs and potential mechanisms to address these needs. Physicians support patients, communities, or populations to call for change, and they speak on behalf of others when needed. Physicians increase awareness about important health issues at the patient, community, or population level. They support or lead the mobilization of resources (e.g. financial, material, or human resources) on small or large scales. Physician advocacy occurs within complex systems and thus requires the development of partnerships with patients, their families and support networks, or community agencies and organizations to influence health determinants. Advocacy often requires engaging other health care professionals, community agencies, administrators, and policy-makers.', NULL, 2646, 26, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2647, 'HA', 'Health Advocate', 'Physicians are accountable to society and recognize their duty to contribute to efforts to improve the health and well-being of their patients, their communities, and the broader populations they serve.* Physicians possess medical knowledge and abilities that provide unique perspectives on health. Physicians also have privileged access to patients? accounts of their experience with illness and the health care system. Improving health is not limited to mitigating illness or trauma, but also involves disease prevention, health promotion, and health protection. Improving health also includes promoting health equity, whereby individuals and populations reach their full health potential without being disadvantaged by, for example, race, ethnicity, religion, gender, sexual orientation, age, social class, economic status, or level of education. Physicians leverage their position to support patients in navigating the health care system and to advocate with them to access appropriate resources in a timely manner. Physicians seek to improve the quality of both their clinical practice and associated organizations by addressing the health needs of the patients, communities, or populations they serve. Physicians promote healthy communities and populations by influencing the system (or by supporting others who influence the system\n], both within and outside of their work environments. Advocacy requires action. Physicians contribute their knowledge of the determinants of health to positively influence the health of the patients, communities, or populations they serve. Physicians gather information and perceptions about issues, working with patients and their families to develop an understanding of needs and potential mechanisms to address these needs. Physicians support patients, communities, or populations to call for change, and they speak on behalf of others when needed. Physicians increase awareness about important health issues at the patient, community, or population level. They support or lead the mobilization of resources (e.g. financial, material, or human resources) on small or large scales. Physician advocacy occurs within complex systems and thus requires the development of partnerships with patients, their families and support networks, or community agencies and organizations to influence health determinants. Advocacy often requires engaging other health care professionals, community agencies, administrators, and policy-makers.', NULL, 2646, 26, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2648, 'PR', 'Professional', 'Physicians serve an essential societal role as professionals dedicated to the health and care of others.Their work requires mastery of the art, science, and practice of medicine. A physician?s professional identity is central to this Role. The Professional Role reflects contemporary society?s expectations of physicians, which include clinical competence, a commitment to ongoing professional development, promotion of the public good, adherence to ethical standards, and values such as integrity, honesty, altruism, humility, respect for diversity, and transparency with respect to potential conflicts of interest. It is also recognized that, to provide optimal patient care, physicians must take responsibility for their own health and well-being and that of their colleagues. Professionalism is the basis of the implicit contract between society and the medical profession, granting the privilege of physician-led regulation with the understanding that physicians are accountable to those served, to society, to their profession, and to themselves.', NULL, 2646, 26, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2648, 'PR', 'Professional', 'Physicians serve an essential societal role as professionals dedicated to the health and care of others.Their work requires mastery of the art, science, and practice of medicine. A physician?s professional identity is central to this Role. The Professional Role reflects contemporary society?s expectations of physicians, which include clinical competence, a commitment to ongoing professional development, promotion of the public good, adherence to ethical standards, and values such as integrity, honesty, altruism, humility, respect for diversity, and transparency with respect to potential conflicts of interest. It is also recognized that, to provide optimal patient care, physicians must take responsibility for their own health and well-being and that of their colleagues. Professionalism is the basis of the implicit contract between society and the medical profession, granting the privilege of physician-led regulation with the understanding that physicians are accountable to those served, to society, to their profession, and to themselves.', NULL, 2646, 26, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2649, 'SC', 'Scholar', 'Physicians acquire scholarly abilities to enhance practice and advance health care. Physicians pursue excellence by continually evaluating the processes and outcomes of their daily work, sharing and comparing their work with that of others, and actively seeking feedback in the interest of quality and patient safety. Using multiple ways of learning, they strive to meet the needs of individual patients and their families* and of the health care system. Physicians strive to master their domains of expertise and to share their knowledge. As lifelong learners, they implement a planned approach to learning in order to improve in each CanMEDS Role. They recognize the need to continually learn and to model the practice of lifelong learning for others. As teachers they facilitate, individually and through teams, the education of students and physicians in training, colleagues, co-workers, the public, and others. Physicians are able to identify pertinent evidence, evaluate it using specific criteria, and apply it in their practice and scholarly activities. Through their engagement in evidence-informed and shared decision-making, they recognize uncertainty in practice and formulate questions to address knowledge gaps. Using skills in navigating information resources, they identify evidence syntheses that are relevant to these questions and arrive at clinical decisions that are informed by evidence while taking patient values and preferences into account. Finally, physicians? scholarly abilities allow them to contribute to the application, dissemination, translation, and creation of knowledge and practices applicable to health and health care.', NULL, 2646, 26, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2649, 'SC', 'Scholar', 'Physicians acquire scholarly abilities to enhance practice and advance health care. Physicians pursue excellence by continually evaluating the processes and outcomes of their daily work, sharing and comparing their work with that of others, and actively seeking feedback in the interest of quality and patient safety. Using multiple ways of learning, they strive to meet the needs of individual patients and their families* and of the health care system. Physicians strive to master their domains of expertise and to share their knowledge. As lifelong learners, they implement a planned approach to learning in order to improve in each CanMEDS Role. They recognize the need to continually learn and to model the practice of lifelong learning for others. As teachers they facilitate, individually and through teams, the education of students and physicians in training, colleagues, co-workers, the public, and others. Physicians are able to identify pertinent evidence, evaluate it using specific criteria, and apply it in their practice and scholarly activities. Through their engagement in evidence-informed and shared decision-making, they recognize uncertainty in practice and formulate questions to address knowledge gaps. Using skills in navigating information resources, they identify evidence syntheses that are relevant to these questions and arrive at clinical decisions that are informed by evidence while taking patient values and preferences into account. Finally, physicians? scholarly abilities allow them to contribute to the application, dissemination, translation, and creation of knowledge and practices applicable to health and health care.', NULL, 2646, 26, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2650, 'LD', 'Leader', 'The CanMEDS Leader Role describes the engagement of all physicians in shared decisionmaking for the operation and ongoing evolution of the health care system. As a societal expectation, physicians demonstrate collaborative leadership and management within the health care system. At a system level, physicians contribute to the development and delivery of continuously improving health care and engage with others in working toward this goal. Physicians integrate their personal lives with their clinical, administrative, scholarly, and teaching responsibilities. They function as individual care providers, as members of teams, and as participants and leaders in the health care system locally, regionally, nationally, and globally', NULL, 2646, 26, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1); | | (2650, 'LD', 'Leader', 'The CanMEDS Leader Role describes the engagement of all physicians in shared decisionmaking for the operation and ongoing evolution of the health care system. As a societal expectation, physicians demonstrate collaborative leadership and management within the health care system. At a system level, physicians contribute to the development and delivery of continuously improving health care and engage with others in working toward this goal. Physicians integrate their personal lives with their clinical, administrative, scholarly, and teaching responsibilities. They function as individual care providers, as members of teams, and as participants and leaders in the health care system locally, regionally, nationally, and globally', NULL, 2646, 26, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1); |
| INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `global_lu_objectives` (`objective_id`, `objective_code`, `objective_name`, `objective_description`, `objective_secondary_description`, `objective_parent`, `objective_set_id`, `associated_objective`, `objective_order`, `objective_loggable`, `objective_active`, `non_examinable`, `objective_status_id`, `admin_notes`, `objective_translation_status_id`, `updated_date`, `updated_by`) VALUES |
| (2651, 'CL', 'Collaborator', 'Collaboration is essential for safe, high-quality, patientcentred care, and involves patients and their families,* physicians and other colleagues in the health care professions, community partners, and health system stakeholders. Collaboration requires relationships based in trust, respect, and shared decision-making among a variety of individuals with complementary skills in multiple settings across the continuum of care. It involves sharing knowledge, perspectives, and responsibilities, and a willingness to learn together. This requires understanding the roles of others, pursuing common goals and outcomes, and managing differences. Collaboration skills are broadly applicable to activities beyond clinical care, such as administration, education, advocacy, and scholarship.', NULL, 2646, 26, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2651, 'CL', 'Collaborator', 'Collaboration is essential for safe, high-quality, patientcentred care, and involves patients and their families,* physicians and other colleagues in the health care professions, community partners, and health system stakeholders. Collaboration requires relationships based in trust, respect, and shared decision-making among a variety of individuals with complementary skills in multiple settings across the continuum of care. It involves sharing knowledge, perspectives, and responsibilities, and a willingness to learn together. This requires understanding the roles of others, pursuing common goals and outcomes, and managing differences. Collaboration skills are broadly applicable to activities beyond clinical care, such as administration, education, advocacy, and scholarship.', NULL, 2646, 26, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2652, 'CM', 'Communicator', 'Physicians enable patient-centred therapeutic communication by exploring the patient?s symptoms, which may be suggestive of disease, and by actively listening to the patient?s experience of his or her illness. Physicians explore the patient?s perspective, including his or her fears, ideas about the illness, feelings about the impact of the illness, and expectations of health care and health care professionals. The physician integrates this knowledge with an understanding of the patient?s context, including socio-economic status, medical history, family history, stage of life, living situation, work or school setting, and other relevant psychological and social issues. Central to a patient-centred approach is shared decision-making: finding common ground with the patient in developing a plan to address his or her medical problems and health goals in a manner that reflects the patient?s needs, values, and preferences. This plan should be informed by evidence and guidelines. Because illness affects not only patients but also their families, physicians must be able to communicate effectively with everyone involved in the patient?s care.', NULL, 2646, 26, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2652, 'CM', 'Communicator', 'Physicians enable patient-centred therapeutic communication by exploring the patient?s symptoms, which may be suggestive of disease, and by actively listening to the patient?s experience of his or her illness. Physicians explore the patient?s perspective, including his or her fears, ideas about the illness, feelings about the impact of the illness, and expectations of health care and health care professionals. The physician integrates this knowledge with an understanding of the patient?s context, including socio-economic status, medical history, family history, stage of life, living situation, work or school setting, and other relevant psychological and social issues. Central to a patient-centred approach is shared decision-making: finding common ground with the patient in developing a plan to address his or her medical problems and health goals in a manner that reflects the patient?s needs, values, and preferences. This plan should be informed by evidence and guidelines. Because illness affects not only patients but also their families, physicians must be able to communicate effectively with everyone involved in the patient?s care.', NULL, 2646, 26, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2653, 'ME', 'Medical Expert', 'As Medical Experts who provide high-quality, safe, patient-centred care, physicians draw upon an evolving body of knowledge, their clinical skills, and their professional values. They collect and interpret information, make clinical decisions, and carry out diagnostic and therapeutic interventions. They do so within their scope of practice and with an understanding of the limits of their expertise. Their decision-making is informed by best practices and research evidence, and takes into account the patient?s circumstances and preferences as well as the availability of resources. Their clinical practice is up-to-date, ethical, and resourceefficient, and is conducted in collaboration with patients and their families,* other health care professionals, and the community. The Medical Expert Role is central to the function of physicians and draws on the competencies included in the Intrinsic Roles (Communicator, Collaborator, Leader, Health Advocate, Scholar, and Professional).', NULL, 2646, 26, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2653, 'ME', 'Medical Expert', 'As Medical Experts who provide high-quality, safe, patient-centred care, physicians draw upon an evolving body of knowledge, their clinical skills, and their professional values. They collect and interpret information, make clinical decisions, and carry out diagnostic and therapeutic interventions. They do so within their scope of practice and with an understanding of the limits of their expertise. Their decision-making is informed by best practices and research evidence, and takes into account the patient?s circumstances and preferences as well as the availability of resources. Their clinical practice is up-to-date, ethical, and resourceefficient, and is conducted in collaboration with patients and their families,* other health care professionals, and the community. The Medical Expert Role is central to the function of physicians and draws on the competencies included in the Intrinsic Roles (Communicator, Collaborator, Leader, Health Advocate, Scholar, and Professional).', NULL, 2646, 26, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2654, 'stage', 'Royal College Stages', 'Royal College Stages', '', 0, 27, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2654, 'stage', 'Royal College Stages', 'Royal College Stages', '', 0, 27, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2655, 'D', 'Transition to Discipline', '', NULL, 2654, 27, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2655, 'D', 'Transition to Discipline', '', NULL, 2654, 27, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2656, 'F', 'Foundations of Discipline', '', NULL, 2654, 27, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2656, 'F', 'Foundations of Discipline', '', NULL, 2654, 27, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2657, 'C', 'Core Discipline', '', NULL, 2654, 27, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2657, 'C', 'Core Discipline', '', NULL, 2654, 27, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2658, 'P', 'Transition to Practice', '', NULL, 2654, 27, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2658, 'P', 'Transition to Practice', '', NULL, 2654, 27, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2659, NULL, 'Contextual Variables', 'Contextual Variables', NULL, 0, 28, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2659, NULL, 'Contextual Variables', 'Contextual Variables', NULL, 0, 28, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2660, 'diagnosis', 'Diagnosis', 'Diagnosis', NULL, 2659, 28, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2660, 'diagnosis', 'Diagnosis', 'Diagnosis', NULL, 2659, 28, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2661, 'clinical_presentation', 'Clinical Presentation', 'Clinical Presentation', NULL, 2659, 28, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2661, 'clinical_presentation', 'Clinical Presentation', 'Clinical Presentation', NULL, 2659, 28, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2662, 'organ_system', 'Organ System', 'Organ System', NULL, 2659, 28, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2662, 'organ_system', 'Organ System', 'Organ System', NULL, 2659, 28, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2663, 'procedure', 'Procedure', 'Procedure', NULL, 2659, 28, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2663, 'procedure', 'Procedure', 'Procedure', NULL, 2659, 28, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2664, 'scope_of_assessment', 'Scope of Assessment', 'Scope of Assessment', NULL, 2659, 28, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2664, 'scope_of_assessment', 'Scope of Assessment', 'Scope of Assessment', NULL, 2659, 28, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2665, 'basis_of_assessment', 'Basis of Assessment', 'Basis of Assessment', NULL, 2659, 28, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2665, 'basis_of_assessment', 'Basis of Assessment', 'Basis of Assessment', NULL, 2659, 28, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2666, 'clinical_setting', 'Clinical Setting', 'Clinical Setting', NULL, 2659, 28, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2666, 'clinical_setting', 'Clinical Setting', 'Clinical Setting', NULL, 2659, 28, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2667, 'case_complexity', 'Case Complexity', 'Case Complexity', NULL, 2659, 28, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2667, 'case_complexity', 'Case Complexity', 'Case Complexity', NULL, 2659, 28, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2668, 'technical_difficulty', 'Technical Difficulty', 'Technical Difficulty', NULL, 2659, 28, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2668, 'technical_difficulty', 'Technical Difficulty', 'Technical Difficulty', NULL, 2659, 28, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2669, 'assessors_role', 'Assessor\'s Role', 'Assessor\'s Role', NULL, 2659, 28, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2669, 'assessors_role', 'Assessor\'s Role', 'Assessor\'s Role', NULL, 2659, 28, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2670, 'patient_demographics', 'Patient Demographics', 'Patient Demographics', NULL, 2659, 28, NULL, 10, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2670, 'patient_demographics', 'Patient Demographics', 'Patient Demographics', NULL, 2659, 28, NULL, 10, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2671, 'encounters_with_resident', 'Encounters With Resident', 'Encounters With Resident', NULL, 2659, 28, NULL, 11, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2671, 'encounters_with_resident', 'Encounters With Resident', 'Encounters With Resident', NULL, 2659, 28, NULL, 11, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2672, 'case_type', 'Case Type', 'Case Type', NULL, 2659, 28, NULL, 12, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2672, 'case_type', 'Case Type', 'Case Type', NULL, 2659, 28, NULL, 12, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2673, NULL, 'Contextual Variable Responses', 'Contextual Variable Responses', NULL, 0, 29, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2673, NULL, 'Contextual Variable Responses', 'Contextual Variable Responses', NULL, 0, 29, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2674, NULL, 'Procedure Attribute', 'Procedure Attribute', NULL, 0, 30, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2674, NULL, 'Procedure Attribute', 'Procedure Attribute', NULL, 0, 30, NULL, 0, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2675, 'D', 'Transition to Discipline', 'Transition to Discipline', NULL, 2505, 27, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2675, 'D', 'Transition to Discipline', 'Transition to Discipline', NULL, 2505, 27, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2676, 'F', 'Foundations of Discipline', 'Foundations of Discipline', NULL, 2505, 27, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2676, 'F', 'Foundations of Discipline', 'Foundations of Discipline', NULL, 2505, 27, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2677, 'C', 'Core Discipline', 'Core Discipline', NULL, 2505, 27, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2677, 'C', 'Core Discipline', 'Core Discipline', NULL, 2505, 27, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2678, 'P', 'Transition to Practice', 'Transition to Practice', NULL, 2505, 27, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2678, 'P', 'Transition to Practice', 'Transition to Practice', NULL, 2505, 27, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2679, 'EPA1', 'Entrustable Professional Activity 1', 'Performing the preoperative preparation of patients for basic surgical procedures', NULL, 2493, 22, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2679, 'EPA1', 'Entrustable Professional Activity 1', 'Performing the preoperative preparation of patients for basic surgical procedures', NULL, 2493, 22, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2680, 'EPA2', 'Entrustable Professional Activity 2', 'Recognizing and initiating early management for critically ill surgical patients', NULL, 2493, 22, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2680, 'EPA2', 'Entrustable Professional Activity 2', 'Recognizing and initiating early management for critically ill surgical patients', NULL, 2493, 22, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2681, 'EPA3', 'Entrustable Professional Activity 3', 'Managing tubes, drains and central lines', NULL, 2493, 22, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2681, 'EPA3', 'Entrustable Professional Activity 3', 'Managing tubes, drains and central lines', NULL, 2493, 22, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2682, 'EPA4', 'Entrustable Professional Activity 4', 'Inserting central venous lines', NULL, 2493, 22, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2682, 'EPA4', 'Entrustable Professional Activity 4', 'Inserting central venous lines', NULL, 2493, 22, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2683, 'EPA5', 'Entrustable Professional Activity 5', 'Providing patient education and informed consent in preparation for surgical care', NULL, 2493, 22, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2683, 'EPA5', 'Entrustable Professional Activity 5', 'Providing patient education and informed consent in preparation for surgical care', NULL, 2493, 22, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2684, 'EPA6', 'Entrustable Professional Activity 6', 'Participating in surgical procedures', NULL, 2493, 22, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2684, 'EPA6', 'Entrustable Professional Activity 6', 'Participating in surgical procedures', NULL, 2493, 22, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2685, 'EPA7', 'Entrustable Professional Activity 7', 'Managing post-operative patients with complications', NULL, 2493, 22, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2685, 'EPA7', 'Entrustable Professional Activity 7', 'Managing post-operative patients with complications', NULL, 2493, 22, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| (2686, 'EPA8', 'Entrustable Professional Activity 8', 'Supervising junior learners in the clinical setting', NULL, 2493, 22, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 1), | | (2686, 'EPA8', 'Entrustable Professional Activity 8', 'Supervising junior learners in the clinical setting', NULL, 2493, 22, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685381586, 1), |
| n | (2687, 'assessors_role', 'Response', 'Response', NULL, 2669, 29, NULL, 1, 0, 1, 0, 0, NULL, 0, 1685381586, 1); | n | (2687, 'assessors_role', 'Response', 'Response', NULL, 2669, 29, NULL, 1, 0, 1, 0, 0, NULL, 0, 1685381586, 1), |
| | | (2688, 'RIME', 'RIME', NULL, '', 0, 31, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685387673, 0), |
| | | (2689, 'EPA', 'EPA', NULL, '', 0, 32, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685387731, 0), |
| | | (2690, 'Functions', 'Functions', NULL, '', 0, 33, NULL, 0, 1, 1, 0, 2, NULL, 0, 1685387758, 0), |
| | | (2691, '1_REP', 'Reporter', 'Reporters can accurately and reliably gather clinical information on each of their patients', 'Reporters can accurately and reliably gather clinical information on each of their patients. Reporters can communicate clearly (both verbally and in writing) the clinical information they have obtained. Reporters are able to distinguish important information from unimportant information and are able to focus data collection and presentation on central issues. It is expected that all students will function as master Reporters (and be transitioning into beginning Interpreters) by the end of the clerkship.', 2688, 31, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2692, '2_INT', 'Interpreter', 'Interpreters are able to identify problems independently and to prioritize problems, including new problems, as they arise', 'Interpreters are able to identify problems independently and to prioritize problems, including new problems, as they arise. Interpreters are able to develop a differential diagnosis independently and to make a case for and against each of the important diagnoses under consideration for a patient', 2688, 31, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2693, '3_MGR', 'Manager', 'Managers are able to develop and defend a diagnostic and a therapeutic plan for each of their patients\' central problem(s)', 'Managers are able to develop and defend a diagnostic and a therapeutic plan for each of their patients\' central problem(s). Managers are able to utilize their growing clinical judgment to decide when action needs to be taken. Managers can analyze the risk/benefit balance of specific diagnostic and therapeutic measures based on an individual patient', 2688, 31, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2694, '4_EC', 'Enhanced Communicator', 'Enhanced communicators have mastered the fundamental skills described above', 'Enhanced communicators have mastered the fundamental skills described above. Enhanced communicators have the insight to define important questions to research in more depth, the drive to seek out the evidence behind clinical practice, and the skills to scrutinize the quality of this evidence. Enhanced communicators take a share in educating the rest of the team. The transition from Manager to Enhanced communicators is usually completed during Internship and Residency.', 2688, 31, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2695, 'EPA1', 'Gather a history and perform a physical examination', '', '', 2689, 32, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2696, 'EPA5', 'Document a clinical encounter in the patient record', '', '', 2689, 32, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2697, 'EPA6', 'Provide an oral presentation of a clinical encounter', '', '', 2689, 32, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2698, 'EPA2', 'Prioritize a differential diagnosis following a clinical encounter', '', '', 2689, 32, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2699, 'EPA3A', 'Interpret common diagnostic and screening tests', '', '', 2689, 32, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2700, 'EPA3B', 'Recommend common diagnostic and screening tests', '', '', 2689, 32, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2701, 'EPA4', 'Enter and discuss orders and prescriptions', '', '', 2689, 32, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2702, 'EPA7', 'Form clinical questions and retrieve evidence to advance patient care', '', '', 2689, 32, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2703, 'EPA9', 'Collaborate as a member of an interprofessional team', '', '', 2689, 32, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2704, 'EPA13', 'Identify system failures and contribute to a culture of safety and improvement', '', '', 2689, 32, NULL, 10, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2705, 'F1.1', 'F1.1 Obtain a complete and accurate history in an organized fashion.', NULL, '', 2690, 33, NULL, 1, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2706, 'F1.2', 'F1.2 Demonstrate patient-centered interview skills (attentive to patient verbal and nonverbal cues, patient/family culture, social determinants of health, need for interpretive or adaptive services; seeks conceptual context of illness; appr', NULL, '', 2690, 33, NULL, 2, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2707, 'F1.3', 'F1.3 Identify pertinent history elements in common presenting situations, symptoms, complaints, and disease states (acute and chronic).', NULL, '', 2690, 33, NULL, 3, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2708, 'F1.4', 'F1.4 Obtain focused, pertinent histories in urgent, emergent, and consultative settings.', NULL, '', 2690, 33, NULL, 4, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2709, 'F1.5', 'F1.5 Consider cultural and other factors that may influence the patient\'s description of symptoms.', NULL, '', 2690, 33, NULL, 5, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2710, 'F1.6', 'F1.6 Identify and use alternate sources of information to obtain history when needed, including but not limited to family members, primary care physicians, living facility, and pharmacy staff.', NULL, '', 2690, 33, NULL, 6, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2711, 'F1.7', 'F1.7 Demonstrate clinical reasoning in gathering focused information relevant to a patient\'s care.', NULL, '', 2690, 33, NULL, 7, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2712, 'F1.8', 'F1.8 Demonstrate cultural awareness and humility (for example, by recognizing that one\'s own cultural models may be different from others) and awareness of potential for bias (conscious and unconscious) in interactions with patients.', NULL, '', 2690, 33, NULL, 8, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2713, 'F1.9', 'F1.9 Perform a complete and accurate physical exam in logical and fluid sequence.', NULL, '', 2690, 33, NULL, 9, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2714, 'F1.10', 'F1.10 Perform a clinically relevant, focused physical exam pertinent to the setting and purpose of the patient visit.', NULL, '', 2690, 33, NULL, 10, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2715, 'F1.11', 'F1.11 Identify, describe, and document abnormal physical exam findings.', NULL, '', 2690, 33, NULL, 11, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2716, 'F1.12', 'F1.12 Demonstrate patient-centered examination techniques that reflect respect for patient privacy, comfort, and safety (e.g., explaining physical exam maneuvers, telling the patient what one is doing at each step, keeping patients covered ', NULL, '', 2690, 33, NULL, 12, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2717, 'F2.1', 'F2.1 Synthesize essential information from the previous records, history, physical exam, and initial diagnostic evaluations.', NULL, '', 2690, 33, NULL, 13, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2718, 'F2.2', 'F2.2 Integrate information as it emerges to continuously update differential diagnosis.', NULL, '', 2690, 33, NULL, 14, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2719, 'F2.3', 'F2.3 Integrate the scientific foundations of medicine with clinical reasoning skills to develop a differential diagnosis and a working diagnosis.', NULL, '', 2690, 33, NULL, 15, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2720, 'F2.4', 'F2.4 Engage with supervisors and team members for endorsement and verification of the working diagnosis in developing a management plan.', NULL, '', 2690, 33, NULL, 16, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2721, 'F2.5', 'F2.5 Explain and document the clinical reasoning that led to the working diagnosis in a manner that is transparent to all members of the health care team.', NULL, '', 2690, 33, NULL, 17, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2722, 'F2.6', 'F2.6 Manage ambiguity in a differential diagnosis for self and patient and respond openly to questions and challenges from patients and other members of the health care team.', NULL, '', 2690, 33, NULL, 18, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2723, 'F3.1', 'F3.1 Recommend first-line, cost-effective diagnostic evaluation for a patient with an acute or chronic common disorder or as part of routine health maintenance.', NULL, '', 2690, 33, NULL, 19, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2724, 'F3.2', 'F3.2 Provide a rationale for the decision to order the test.', NULL, '', 2690, 33, NULL, 20, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2725, 'F3.3', 'F3.3 Incorporate cost awareness and principles of cost-effectiveness and pre-test/posttest probability in developing diagnostic plans.', NULL, '', 2690, 33, NULL, 21, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2726, 'F3.4', 'F3.4 Interpret the results of basic diagnostic studies (both lab and imaging); know common lab values (e.g., electrolytes).', NULL, '', 2690, 33, NULL, 22, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2727, 'F3.5', 'F3.5 Understand the implications and urgency of an abnormal result and seek assistance for interpretation as needed.', NULL, '', 2690, 33, NULL, 23, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2728, 'F3.6', 'F3.6 Elicit and take into account patient preferences in making recommendations', NULL, '', 2690, 33, NULL, 24, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2729, 'F4.1', 'F4.1 Demonstrate an understanding of the patient\'s current condition and preferences that will underpin the orders being provided.', NULL, '', 2690, 33, NULL, 25, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2730, 'F4.2', 'F4.2 Demonstrate working knowledge of the protocol by which orders will be processed in the environment in which they are placing the orders.', NULL, '', 2690, 33, NULL, 26, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2731, 'F4.3', 'F4.3 Compose orders efficiently and effectively, such as by identifying the correct admission order set, selecting the correct fluid and electrolyte replacement orders, and recognizing the needs for deviations from standard order sets.', NULL, '', 2690, 33, NULL, 27, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2732, 'F4.4', 'F4.4 Compose prescriptions in verbal, written, and electronic formats.', NULL, '', 2690, 33, NULL, 28, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2733, 'F4.5', 'F4.5 Recognize and avoid errors by using safety alerts (e.g., drug-drug interactions) and information resources to place the correct order and maximize therapeutic benefit and safety for patients.', NULL, '', 2690, 33, NULL, 29, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2734, 'F4.6', 'F4.6 Attend to patient-specific factors such as age, weight, allergies, pharmacogenetics, and co-morbid conditions when writing or entering prescriptions or orders.', NULL, '', 2690, 33, NULL, 30, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2735, 'F4.7', 'F4.7 Discuss the planned orders and prescriptions (e.g., indications, risks) with patients and families and use a nonjudgmental approach to elicit health beliefs that may influence the patient\'s comfort with orders and prescriptions.', NULL, '', 2690, 33, NULL, 31, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2736, 'F5.1', 'F5.1 Filter, organize, and prioritize information.', NULL, '', 2690, 33, NULL, 32, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2737, 'F5.2', 'F5.2 Synthesize information into a cogent narrative.', NULL, '', 2690, 33, NULL, 33, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2738, 'F5.3', 'F5.3 Record a problem list, working and differential diagnosis and plan.', NULL, '', 2690, 33, NULL, 34, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2739, 'F5.4', 'F5.4 Choose the information that requires emphasis in the documentation based on its purpose (e.g., Emergency Department visit, clinic visit, admission History and Physical Examination).', NULL, '', 2690, 33, NULL, 35, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2740, 'F5.5', 'F5.5 Comply with requirements and regulations regarding documentation in the medical record.', NULL, '', 2690, 33, NULL, 36, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2741, 'F5.6', 'F5.6 Verify the authenticity and origin of the information recorded in the documentation (e.g., avoids blind copying and pasting).', NULL, '', 2690, 33, NULL, 37, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2742, 'F5.7', 'F5.7 Record documentation so that it is timely and legible.', NULL, '', 2690, 33, NULL, 38, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2743, 'F5.8', 'F5.8 Accurately document the reasoning supporting the decision making in the clinical encounter for any reader (e.g., consultants, other health care professionals, patients and families, auditors).', NULL, '', 2690, 33, NULL, 39, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2744, 'F5.9', 'F5.9 Document patient preferences to allow their incorporation into clinical decision making', NULL, '', 2690, 33, NULL, 40, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2745, 'F6.1', 'F6.1 Present information that has been personally gathered or verified, acknowledging any areas of uncertainty.', NULL, '', 2690, 33, NULL, 41, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2746, 'F6.2', 'F6.2 Provide an accurate, concise, and well-organized oral presentation.', NULL, '', 2690, 33, NULL, 42, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2747, 'F6.3', 'F6.3 Adjust the oral presentation to meet the needs of the receiver of the information.', NULL, '', 2690, 33, NULL, 43, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2748, 'F6.4', 'F6.4 Assure closed-loop communication between the presenter and receiver of the information to ensure that both parties have a shared understanding of the patient\'s condition and needs.', NULL, '', 2690, 33, NULL, 44, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2749, 'F7.1', 'F7.1 Develop a well-formed, focused, pertinent clinical question based on clinical scenarios or real-time patient care.', NULL, '', 2690, 33, NULL, 45, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2750, 'F7.2', 'F7.2 Demonstrate basic awareness and early skills in appraisal of both the sources and content of medical information using accepted criteria.', NULL, '', 2690, 33, NULL, 46, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2751, 'F7.3', 'F7.3 Identify and demonstrate the use of information technology to access accurate and reliable online medical information.', NULL, '', 2690, 33, NULL, 47, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2752, 'F7.4', 'F7.4 Demonstrate basic awareness and early skills in assessing applicability/generalizability of evidence and published studies to specific patients.', NULL, '', 2690, 33, NULL, 48, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2753, 'F7.5', 'F7.5 Demonstrate curiosity, objectivity, and the use of scientific reasoning in acquisition of knowledge and application to patient care.', NULL, '', 2690, 33, NULL, 49, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2754, 'F7.6', 'F7.6 Apply the primary findings of one\'s information search to an individual patient or panel of patients.', NULL, '', 2690, 33, NULL, 50, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2755, 'F7.7', 'F7.7 Communicate one\'s findings to the health care team (including the patient/family).', NULL, '', 2690, 33, NULL, 51, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2756, 'F7.8', 'F7.8 Close the loop through reflection on the process and the outcome for the patient.', NULL, '', 2690, 33, NULL, 52, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2757, 'F9.1', 'F9.1 Identify team members\' roles and the responsibilities associated with each role.', NULL, '', 2690, 33, NULL, 53, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2758, 'F9.2', 'F9.2 Establish and maintain a climate of mutual respect, dignity, integrity, and trust.', NULL, '', 2690, 33, NULL, 54, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2759, 'F9.3', 'F9.3 Communicate with respect for and appreciation of team members and include them in all relevant information exchange.', NULL, '', 2690, 33, NULL, 55, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2760, 'F9.4', 'F9.4 Use attentive listening skills when communicating with team members.', NULL, '', 2690, 33, NULL, 56, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2761, 'F9.5', 'F9.5 Adjust communication content and style to align with team-member communication needs.', NULL, '', 2690, 33, NULL, 57, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2762, 'F9.6', 'F9.6 Understand one\'s own roles and personal limits as an individual provider and seek help from the other members of the team to optimize health care delivery.', NULL, '', 2690, 33, NULL, 58, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2763, 'F9.7', 'F9.7 Help team members in need.', NULL, '', 2690, 33, NULL, 59, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2764, 'F9.8', 'F9.8 Prioritize team needs over personal needs in order to optimize delivery of care.', NULL, '', 2690, 33, NULL, 60, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2765, 'F13.1', 'F13.1 Understand systems and their vulnerabilities.', NULL, '', 2690, 33, NULL, 61, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2766, 'F13.2', 'F13.2 Identify actual and potential (\"near miss\") errors in care.', NULL, '', 2690, 33, NULL, 62, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2767, 'F13.3', 'F13.3 \"Speak up\" in the face of real or potential errors.', NULL, '', 2690, 33, NULL, 63, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2768, 'F13.4', 'F13.4 Use system mechanisms for reporting errors (e.g., event reporting systems, chain of command policies).', NULL, '', 2690, 33, NULL, 64, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2769, 'F13.5', 'F13.5 Recognize the use of \"workarounds\" as an opportunity to improve the system.', NULL, '', 2690, 33, NULL, 65, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2770, 'F13.6', 'F13.6 Participate in system improvement activities in the context of rotations or learning experiences (e.g., rapid-cycle change using plan-do-study-act cycles; root cause analyses; morbidity and mortality conferences; failure modes and eff', NULL, '', 2690, 33, NULL, 66, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2771, 'F13.7', 'F13.7 Engage in daily safety habits (e.g., universal precautions, hand washing, time-outs).', NULL, '', 2690, 33, NULL, 67, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2772, 'F13.8', 'F13.8 Admit one\'s own errors, reflect on one\'s contribution, and develop an improvement plan.', NULL, '', 2690, 33, NULL, 68, 0, 1, 0, 2, NULL, 0, 1685388432, 0), |
| | | (2773, 'patient_demographics', 'infant', '', NULL, 2431, 17, NULL, 1, 0, 1, 0, 0, NULL, 0, 1685388998, 1), |
| | | (2774, 'patient_demographics', 'child', '', NULL, 2431, 17, NULL, 2, 0, 1, 0, 0, NULL, 0, 1685389007, 1), |
| | | (2775, 'patient_demographics', 'adult', '', NULL, 2431, 17, NULL, 3, 0, 1, 0, 0, NULL, 0, 1685389017, 1), |
| | | (2776, 'patient_demographics', 'elderly', '', NULL, 2431, 17, NULL, 4, 0, 1, 0, 0, NULL, 0, 1685389024, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_objective_sets` | | -- Table structure for table `global_lu_objective_sets` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_objective_sets` ( | | CREATE TABLE `global_lu_objective_sets` ( |
| `objective_set_id` int(12) NOT NULL, | | `objective_set_id` int(12) NOT NULL, |
| `code` varchar(24) DEFAULT NULL, | | `code` varchar(24) DEFAULT NULL, |
| `title` varchar(255) NOT NULL, | | `title` varchar(255) NOT NULL, |
| `description` text, | | `description` text, |
| `shortname` varchar(128) NOT NULL, | | `shortname` varchar(128) NOT NULL, |
| `start_date` bigint(64) DEFAULT NULL, | | `start_date` bigint(64) DEFAULT NULL, |
| `end_date` bigint(64) DEFAULT NULL, | | `end_date` bigint(64) DEFAULT NULL, |
| `standard` tinyint(1) DEFAULT '0', | | `standard` tinyint(1) DEFAULT '0', |
| `languages` text, | | `languages` text, |
| `requirements` text, | | `requirements` text, |
| `maximum_levels` int(2) DEFAULT '1', | | `maximum_levels` int(2) DEFAULT '1', |
| `short_method` text, | | `short_method` text, |
| `long_method` text, | | `long_method` text, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_objective_sets` | | -- Dumping data for table `global_lu_objective_sets` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_objective_sets` (`objective_set_id`, `code`, `title`, `description`, `shortname`, `start_date`, `end_date`, `standard`, `languages`, `requirements`, `maximum_levels`, `short_method`, `long_method`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `global_lu_objective_sets` (`objective_set_id`, `code`, `title`, `description`, `shortname`, `start_date`, `end_date`, `standard`, `languages`, `requirements`, `maximum_levels`, `short_method`, `long_method`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, NULL, 'Entrustable Professional Activities', 'Entrustable Professional Activities', 'epa', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1483495904, 1, NULL, NULL, 1510375507), | | (1, NULL, 'Entrustable Professional Activities', 'Entrustable Professional Activities', 'epa', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1483495904, 1, NULL, NULL, 1510375507), |
| (2, NULL, 'Key Competencies', 'Key Competencies', 'kc', NULL, NULL, 1, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1483495904, 1, NULL, NULL, 1510375507), | | (2, NULL, 'Key Competencies', 'Key Competencies', 'kc', NULL, NULL, 1, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1483495904, 1, NULL, NULL, 1510375507), |
| (3, NULL, 'Enabling Competencies', 'Enabling Competencies', 'ec', NULL, NULL, 1, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1483495904, 1, NULL, NULL, 1510375507), | | (3, NULL, 'Enabling Competencies', 'Enabling Competencies', 'ec', NULL, NULL, 1, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1483495904, 1, NULL, NULL, 1510375507), |
| (4, NULL, 'Milestones', 'Milestones', 'milestone', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1483495904, 1, NULL, NULL, 1510375507), | | (4, NULL, 'Milestones', 'Milestones', 'milestone', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1483495904, 1, NULL, NULL, 1510375507), |
| (5, NULL, 'Contextual Variable Responses', 'Contextual Variable Responses', 'contextual_variable_responses', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1510375503, 1, NULL, NULL, 1510375507), | | (5, NULL, 'Contextual Variable Responses', 'Contextual Variable Responses', 'contextual_variable_responses', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1510375503, 1, NULL, NULL, 1510375507), |
| (6, NULL, 'Curriculum Objectives', '', 'curriculumobjectives', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 4, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 0, 0, 0, 0, NULL), | | (6, NULL, 'Curriculum Objectives', '', 'curriculumobjectives', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 4, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 0, 0, 0, 0, NULL), |
| (7, NULL, 'Clinical Learning Objectives', NULL, 'clinicallearningobjectives', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 0, 0, 0, 0, NULL), | | (7, NULL, 'Clinical Learning Objectives', NULL, 'clinicallearningobjectives', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 0, 0, 0, 0, NULL), |
| (8, NULL, 'MCC Presentations', NULL, 'mccpresentations', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 2, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1265296358, 1, 1265296358, 1, NULL), | | (8, NULL, 'MCC Presentations', NULL, 'mccpresentations', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 2, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1265296358, 1, 1265296358, 1, NULL), |
| (9, NULL, 'AAMC Physician Competencies Reference Set', 'July 2013 *Source: Englander R, Cameron T, Ballard AJ, Dodge J, Bull J, and Aschenbrener CA. Toward a common taxonomy of competency domains for the health professions and competencies for physicians. Acad Med. 2013;88:1088-1094.', 'aamcphysiciancompetenciesreferenceset', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 2, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1391798786, 1, 1391798786, 1, NULL), | | (9, NULL, 'AAMC Physician Competencies Reference Set', 'July 2013 *Source: Englander R, Cameron T, Ballard AJ, Dodge J, Bull J, and Aschenbrener CA. Toward a common taxonomy of competency domains for the health professions and competencies for physicians. Acad Med. 2013;88:1088-1094.', 'aamcphysiciancompetenciesreferenceset', NULL, NULL, 0, '{\"0\":\"en\"}', '{\"code\":{\"required\":false},\"title\":{\"required\":true},\"description\":{\"required\":false}}', 2, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1391798786, 1, 1391798786, 1, NULL), |
| (10, 'epa', 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', 'epa', NULL, NULL, 0, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), | | (10, 'epa', 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', 'epa', NULL, NULL, 0, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), |
| (11, 'kc', 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', 'kc', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":true],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), | | (11, 'kc', 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', 'kc', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":true],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), |
| (12, 'ec', 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', 'ec', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":true],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), | | (12, 'ec', 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', 'ec', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":true],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), |
| (13, 'milestone', 'CanMEDS Milestones', 'CanMEDS Milestones', 'milestone', NULL, NULL, 0, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), | | (13, 'milestone', 'CanMEDS Milestones', 'CanMEDS Milestones', 'milestone', NULL, NULL, 0, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), |
| (14, 'roles', 'CanMEDS Roles', 'CanMEDS Roles', 'role', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), | | (14, 'roles', 'CanMEDS Roles', 'CanMEDS Roles', 'role', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), |
| (15, 'stage', 'Royal College Stages', 'Royal College Stages', 'stage', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), | | (15, 'stage', 'Royal College Stages', 'Royal College Stages', 'stage', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), |
| (16, 'CV', 'Contextual Variables', 'Contextual Variables', 'contextual_variable', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":true],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), | | (16, 'CV', 'Contextual Variables', 'Contextual Variables', 'contextual_variable', NULL, NULL, 1, '[\"0\":\"en\"]', '[\"code\":[\"required\":true],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), |
| (17, 'CVR', 'Contextual Variable Responses', 'Contextual Variable Responses', 'contextual_variable_responses', NULL, NULL, 0, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), | | (17, 'CVR', 'Contextual Variable Responses', 'Contextual Variable Responses', 'contextual_variable_responses', NULL, NULL, 0, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), |
| (18, 'PA', 'Procedure Attribute', 'Procedure Attribute', 'procedure_attribute', NULL, NULL, 0, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), | | (18, 'PA', 'Procedure Attribute', 'Procedure Attribute', 'procedure_attribute', NULL, NULL, 0, '[\"0\":\"en\"]', '[\"code\":[\"required\":false],\"title\":[\"required\":true],\"description\":[\"required\":false]]', 1, '%t', '<h4 class=\"tag-title\">%t</h4><p class=\"tag-description\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), |
| (19, 'DOCC', 'Domains of Clinical Care', NULL, 'domainsofclinicalcar', NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (19, 'DOCC', 'Domains of Clinical Care', NULL, 'domainsofclinicalcar', NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (20, 'EPA', 'Entrustable Professional Activity', NULL, 'entrustableprofessio', NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (20, 'EPA', 'Entrustable Professional Activity', NULL, 'entrustableprofessio', NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (21, 'POE', 'Phases of Encounter', NULL, 'phasesofencounter', NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), | | (21, 'POE', 'Phases of Encounter', NULL, 'phasesofencounter', NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL), |
| (22, 'epa', 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', 'epa', NULL, NULL, 0, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), | | (22, 'epa', 'Royal College Entrustable Professional Activities', 'Royal College Entrustable Professional Activities', 'epa', NULL, NULL, 0, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), |
| (23, 'kc', 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', 'kc', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":true},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), | | (23, 'kc', 'CanMEDS Key Competencies', 'CanMEDS Key Competencies', 'kc', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":true},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), |
| (24, 'ec', 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', 'ec', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":true},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), | | (24, 'ec', 'CanMEDS Enabling Competencies', 'CanMEDS Enabling Competencies', 'ec', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":true},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), |
| (25, 'milestone', 'CanMEDS Milestones', 'CanMEDS Milestones', 'milestone', NULL, NULL, 0, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), | | (25, 'milestone', 'CanMEDS Milestones', 'CanMEDS Milestones', 'milestone', NULL, NULL, 0, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), |
| (26, 'role', 'CanMEDS Roles', 'CanMEDS Roles', 'role', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), | | (26, 'role', 'CanMEDS Roles', 'CanMEDS Roles', 'role', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), |
| (27, 'stage', 'Royal College Stages', 'Royal College Stages', 'stage', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), | | (27, 'stage', 'Royal College Stages', 'Royal College Stages', 'stage', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), |
| (28, NULL, 'Contextual Variables', 'Contextual Variables', 'contextual_variable', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":true},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), | | (28, NULL, 'Contextual Variables', 'Contextual Variables', 'contextual_variable', NULL, NULL, 1, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":true},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), |
| (29, 'CVR2', 'Contextual Variable Responses', 'Contextual Variable Responses', 'contextual_variable_responses', NULL, NULL, 0, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), | | (29, 'CVR2', 'Contextual Variable Responses', 'Contextual Variable Responses', 'contextual_variable_responses', NULL, NULL, 0, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), |
| n | (30, 'PA2', 'Procedure Attribute', 'Procedure Attribute', 'procedure_attribute', NULL, NULL, 0, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL); | n | (30, 'PA2', 'Procedure Attribute', 'Procedure Attribute', 'procedure_attribute', NULL, NULL, 0, '{\\\"0\\\":\\\"en\\\"}', '{\\\"code\\\":{\\\"required\\\":false},\\\"title\\\":{\\\"required\\\":true},\\\"description\\\":{\\\"required\\\":false}}', 1, '%t', '<h4 class=\\\"tag-title\\\">%t</h4><p class=\\\"tag-description\\\">%d</p>', 1685381586, 1, 1685381586, 1, NULL), |
| | | (31, 'RIME', 'RIME', NULL, 'rime', NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, 1685387673, 1, 1685469813, 1, NULL), |
| | | (32, 'EPA', 'EPA', NULL, 'epa', NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, 1685387731, 1, 1685387731, 1, NULL), |
| | | (33, 'Functions', 'Functions', NULL, 'functions', NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, 1685387758, 1, 1685387758, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_provinces` | | -- Table structure for table `global_lu_provinces` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_provinces` ( | | CREATE TABLE `global_lu_provinces` ( |
| `province_id` int(11) NOT NULL, | | `province_id` int(11) NOT NULL, |
| `country_id` int(11) NOT NULL, | | `country_id` int(11) NOT NULL, |
| `province` varchar(200) NOT NULL, | | `province` varchar(200) NOT NULL, |
| `abbreviation` varchar(200) NOT NULL | | `abbreviation` varchar(200) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_provinces` | | -- Dumping data for table `global_lu_provinces` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_provinces` (`province_id`, `country_id`, `province`, `abbreviation`) VALUES | | INSERT INTO `global_lu_provinces` (`province_id`, `country_id`, `province`, `abbreviation`) VALUES |
| (1, 39, 'Alberta', 'AB'), | | (1, 39, 'Alberta', 'AB'), |
| (2, 39, 'British Columbia', 'BC'), | | (2, 39, 'British Columbia', 'BC'), |
| (3, 39, 'Manitoba', 'MB'), | | (3, 39, 'Manitoba', 'MB'), |
| (4, 39, 'New Brunswick', 'NB'), | | (4, 39, 'New Brunswick', 'NB'), |
| (5, 39, 'Newfoundland and Labrador', 'NL'), | | (5, 39, 'Newfoundland and Labrador', 'NL'), |
| (6, 39, 'Northwest Territories', 'NT'), | | (6, 39, 'Northwest Territories', 'NT'), |
| (7, 39, 'Nova Scotia', 'NS'), | | (7, 39, 'Nova Scotia', 'NS'), |
| (8, 39, 'Nunavut', 'NU'), | | (8, 39, 'Nunavut', 'NU'), |
| (9, 39, 'Ontario', 'ON'), | | (9, 39, 'Ontario', 'ON'), |
| (10, 39, 'Prince Edward Island', 'PE'), | | (10, 39, 'Prince Edward Island', 'PE'), |
| (11, 39, 'Quebec', 'QC'), | | (11, 39, 'Quebec', 'QC'), |
| (12, 39, 'Saskatchewan', 'SK'), | | (12, 39, 'Saskatchewan', 'SK'), |
| (13, 39, 'Yukon Territory', 'YT'), | | (13, 39, 'Yukon Territory', 'YT'), |
| (14, 227, 'Alabama', 'AL'), | | (14, 227, 'Alabama', 'AL'), |
| (15, 227, 'Alaska', 'AK'), | | (15, 227, 'Alaska', 'AK'), |
| (16, 227, 'Arizona', 'AZ'), | | (16, 227, 'Arizona', 'AZ'), |
| (17, 227, 'Arkansas', 'AR'), | | (17, 227, 'Arkansas', 'AR'), |
| (18, 227, 'California', 'CA'), | | (18, 227, 'California', 'CA'), |
| (19, 227, 'Colorado', 'CO'), | | (19, 227, 'Colorado', 'CO'), |
| (20, 227, 'Connecticut', 'CT'), | | (20, 227, 'Connecticut', 'CT'), |
| (21, 227, 'Delaware', 'DE'), | | (21, 227, 'Delaware', 'DE'), |
| (22, 227, 'Florida', 'FL'), | | (22, 227, 'Florida', 'FL'), |
| (23, 227, 'Georgia', 'GA'), | | (23, 227, 'Georgia', 'GA'), |
| (24, 227, 'Hawaii', 'HI'), | | (24, 227, 'Hawaii', 'HI'), |
| (25, 227, 'Idaho', 'ID'), | | (25, 227, 'Idaho', 'ID'), |
| (26, 227, 'Illinois', 'IL'), | | (26, 227, 'Illinois', 'IL'), |
| (27, 227, 'Indiana', 'IN'), | | (27, 227, 'Indiana', 'IN'), |
| (28, 227, 'Iowa', 'IA'), | | (28, 227, 'Iowa', 'IA'), |
| (29, 227, 'Kansas', 'KS'), | | (29, 227, 'Kansas', 'KS'), |
| (30, 227, 'Kentucky', 'KY'), | | (30, 227, 'Kentucky', 'KY'), |
| (31, 227, 'Louisiana', 'LA'), | | (31, 227, 'Louisiana', 'LA'), |
| (32, 227, 'Maine', 'ME'), | | (32, 227, 'Maine', 'ME'), |
| (33, 227, 'Maryland', 'MD'), | | (33, 227, 'Maryland', 'MD'), |
| (34, 227, 'Massachusetts', 'MA'), | | (34, 227, 'Massachusetts', 'MA'), |
| (35, 227, 'Michigan', 'MI'), | | (35, 227, 'Michigan', 'MI'), |
| (36, 227, 'Minnesota', 'MN'), | | (36, 227, 'Minnesota', 'MN'), |
| (37, 227, 'Mississippi', 'MS'), | | (37, 227, 'Mississippi', 'MS'), |
| (38, 227, 'Missouri', 'MO'), | | (38, 227, 'Missouri', 'MO'), |
| (39, 227, 'Montana', 'MT'), | | (39, 227, 'Montana', 'MT'), |
| (40, 227, 'Nebraska', 'NE'), | | (40, 227, 'Nebraska', 'NE'), |
| (41, 227, 'Nevada', 'NV'), | | (41, 227, 'Nevada', 'NV'), |
| (42, 227, 'New Hampshire', 'NH'), | | (42, 227, 'New Hampshire', 'NH'), |
| (43, 227, 'New Jersey', 'NJ'), | | (43, 227, 'New Jersey', 'NJ'), |
| (44, 227, 'New Mexico', 'NM'), | | (44, 227, 'New Mexico', 'NM'), |
| (45, 227, 'New York', 'NY'), | | (45, 227, 'New York', 'NY'), |
| (46, 227, 'North Carolina', 'NC'), | | (46, 227, 'North Carolina', 'NC'), |
| (47, 227, 'North Dakota', 'ND'), | | (47, 227, 'North Dakota', 'ND'), |
| (48, 227, 'Ohio', 'OH'), | | (48, 227, 'Ohio', 'OH'), |
| (49, 227, 'Oklahoma', 'OK'), | | (49, 227, 'Oklahoma', 'OK'), |
| (50, 227, 'Oregon', 'OR'), | | (50, 227, 'Oregon', 'OR'), |
| (51, 227, 'Pennsylvania', 'PA'), | | (51, 227, 'Pennsylvania', 'PA'), |
| (52, 227, 'Rhode Island', 'RI'), | | (52, 227, 'Rhode Island', 'RI'), |
| (53, 227, 'South Carolina', 'SC'), | | (53, 227, 'South Carolina', 'SC'), |
| (54, 227, 'South Dakota', 'SD'), | | (54, 227, 'South Dakota', 'SD'), |
| (55, 227, 'Tennessee', 'TN'), | | (55, 227, 'Tennessee', 'TN'), |
| (56, 227, 'Texas', 'TX'), | | (56, 227, 'Texas', 'TX'), |
| (57, 227, 'Utah', 'UT'), | | (57, 227, 'Utah', 'UT'), |
| (58, 227, 'Vermont', 'VT'), | | (58, 227, 'Vermont', 'VT'), |
| (59, 227, 'Virginia', 'VA'), | | (59, 227, 'Virginia', 'VA'), |
| (60, 227, 'Washington', 'WA'), | | (60, 227, 'Washington', 'WA'), |
| (61, 227, 'West Virginia', 'WV'), | | (61, 227, 'West Virginia', 'WV'), |
| (62, 227, 'Wisconsin', 'WI'), | | (62, 227, 'Wisconsin', 'WI'), |
| (63, 227, 'Wyoming', 'WY'); | | (63, 227, 'Wyoming', 'WY'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_publication_type` | | -- Table structure for table `global_lu_publication_type` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_publication_type` ( | | CREATE TABLE `global_lu_publication_type` ( |
| `type_id` int(11) NOT NULL DEFAULT '0', | | `type_id` int(11) NOT NULL DEFAULT '0', |
| `type_description` varchar(50) NOT NULL DEFAULT '' | | `type_description` varchar(50) NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_publication_type` | | -- Dumping data for table `global_lu_publication_type` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_publication_type` (`type_id`, `type_description`) VALUES | | INSERT INTO `global_lu_publication_type` (`type_id`, `type_description`) VALUES |
| (3, 'Chapter'), | | (3, 'Chapter'), |
| (6, 'Complete Book'), | | (6, 'Complete Book'), |
| (8, 'Editorial'), | | (8, 'Editorial'), |
| (7, 'Monograph'), | | (7, 'Monograph'), |
| (5, 'Non-Peer-Reviewed Abstract'), | | (5, 'Non-Peer-Reviewed Abstract'), |
| (2, 'Non-Peer-Reviewed Article'), | | (2, 'Non-Peer-Reviewed Article'), |
| (4, 'Peer-Reviewed Abstract'), | | (4, 'Peer-Reviewed Abstract'), |
| (1, 'Peer-Reviewed Article'), | | (1, 'Peer-Reviewed Article'), |
| (10, 'Poster Presentations'), | | (10, 'Poster Presentations'), |
| (9, 'Published Conference Proceeding'), | | (9, 'Published Conference Proceeding'), |
| (11, 'Technical Report'); | | (11, 'Technical Report'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_relationship_types` | | -- Table structure for table `global_lu_relationship_types` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_relationship_types` ( | | CREATE TABLE `global_lu_relationship_types` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL, | | `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL, |
| `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL, | | `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL, |
| `active` tinyint(4) NOT NULL DEFAULT '1', | | `active` tinyint(4) NOT NULL DEFAULT '1', |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_relationship_types` | | -- Dumping data for table `global_lu_relationship_types` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_relationship_types` (`id`, `shortname`, `title`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `global_lu_relationship_types` (`id`, `shortname`, `title`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'parent', 'Parent', 1, 1685381581, 1685381581, NULL, NULL, NULL), | | (1, 'parent', 'Parent', 1, 1685381581, 1685381581, NULL, NULL, NULL), |
| (2, 'child', 'Child', 0, 1685381581, 1685381581, NULL, NULL, NULL); | | (2, 'child', 'Child', 0, 1685381581, 1685381581, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_resources` | | -- Table structure for table `global_lu_resources` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_resources` ( | | CREATE TABLE `global_lu_resources` ( |
| `resource_id` int(11) UNSIGNED NOT NULL, | | `resource_id` int(11) UNSIGNED NOT NULL, |
| `title` varchar(100) DEFAULT NULL, | | `title` varchar(100) DEFAULT NULL, |
| `slug` varchar(50) DEFAULT NULL, | | `slug` varchar(50) DEFAULT NULL, |
| `created_date` bigint(20) UNSIGNED NOT NULL, | | `created_date` bigint(20) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(20) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(20) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(20) UNSIGNED DEFAULT NULL, | | `deleted_date` bigint(20) UNSIGNED DEFAULT NULL, |
| `deleted_by` int(12) UNSIGNED DEFAULT NULL | | `deleted_by` int(12) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_resources` | | -- Dumping data for table `global_lu_resources` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_resources` (`resource_id`, `title`, `slug`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `global_lu_resources` (`resource_id`, `title`, `slug`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 'Projector', 'projector', 1533328316, 1, NULL, NULL, NULL, NULL), | | (1, 'Projector', 'projector', 1533328316, 1, NULL, NULL, NULL, NULL), |
| (2, 'Television', 'television', 1533328316, 1, NULL, NULL, NULL, NULL), | | (2, 'Television', 'television', 1533328316, 1, NULL, NULL, NULL, NULL), |
| (3, 'Computer', 'computer', 1533328316, 1, NULL, NULL, NULL, NULL), | | (3, 'Computer', 'computer', 1533328316, 1, NULL, NULL, NULL, NULL), |
| (4, 'Capture', 'capture', 1533328316, 1, NULL, NULL, NULL, NULL); | | (4, 'Capture', 'capture', 1533328316, 1, NULL, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_roles` | | -- Table structure for table `global_lu_roles` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_roles` ( | | CREATE TABLE `global_lu_roles` ( |
| `role_id` int(11) NOT NULL DEFAULT '0', | | `role_id` int(11) NOT NULL DEFAULT '0', |
| `role_description` varchar(50) NOT NULL DEFAULT '' | | `role_description` varchar(50) NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_roles` | | -- Dumping data for table `global_lu_roles` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_roles` (`role_id`, `role_description`) VALUES | | INSERT INTO `global_lu_roles` (`role_id`, `role_description`) VALUES |
| (4, 'Co-Editor'), | | (4, 'Co-Editor'), |
| (6, 'Co-Lead'), | | (6, 'Co-Lead'), |
| (2, 'Contributing Author'), | | (2, 'Contributing Author'), |
| (3, 'Editor'), | | (3, 'Editor'), |
| (1, 'Lead Author'), | | (1, 'Lead Author'), |
| (5, 'Senior Author'); | | (5, 'Senior Author'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_rooms` | | -- Table structure for table `global_lu_rooms` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_rooms` ( | | CREATE TABLE `global_lu_rooms` ( |
| `room_id` int(11) UNSIGNED NOT NULL, | | `room_id` int(11) UNSIGNED NOT NULL, |
| `building_id` int(11) UNSIGNED NOT NULL, | | `building_id` int(11) UNSIGNED NOT NULL, |
| `uuid` varchar(36) DEFAULT NULL, | | `uuid` varchar(36) DEFAULT NULL, |
| `room_number` varchar(20) NOT NULL DEFAULT '', | | `room_number` varchar(20) NOT NULL DEFAULT '', |
| `room_name` varchar(100) DEFAULT NULL, | | `room_name` varchar(100) DEFAULT NULL, |
| `room_description` varchar(255) DEFAULT NULL, | | `room_description` varchar(255) DEFAULT NULL, |
| `room_phone_number` varchar(30) DEFAULT NULL, | | `room_phone_number` varchar(30) DEFAULT NULL, |
| `room_max_occupancy` int(4) NOT NULL DEFAULT '0', | | `room_max_occupancy` int(4) NOT NULL DEFAULT '0', |
| `selected_media_source_id` int(11) DEFAULT NULL, | | `selected_media_source_id` int(11) DEFAULT NULL, |
| `capture_prefix` varchar(50) DEFAULT NULL, | | `capture_prefix` varchar(50) DEFAULT NULL, |
| `capture_device` varchar(50) DEFAULT NULL, | | `capture_device` varchar(50) DEFAULT NULL, |
| `capture_address` varchar(50) DEFAULT NULL, | | `capture_address` varchar(50) DEFAULT NULL, |
| `capture_channel` tinyint(3) DEFAULT NULL, | | `capture_channel` tinyint(3) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `floor` varchar(20) DEFAULT NULL | | `floor` varchar(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_rooms` | | -- Dumping data for table `global_lu_rooms` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_rooms` (`room_id`, `building_id`, `uuid`, `room_number`, `room_name`, `room_description`, `room_phone_number`, `room_max_occupancy`, `selected_media_source_id`, `capture_prefix`, `capture_device`, `capture_address`, `capture_channel`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `floor`) VALUES | | INSERT INTO `global_lu_rooms` (`room_id`, `building_id`, `uuid`, `room_number`, `room_name`, `room_description`, `room_phone_number`, `room_max_occupancy`, `selected_media_source_id`, `capture_prefix`, `capture_device`, `capture_address`, `capture_channel`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `floor`) VALUES |
| (1, 3, '1f832d4a-bada-11ec-9cfd-0242ac1c0006', '123', 'Lecture Capture Room', 'A room for capturing lectures.', '6135551234', 12, NULL, 'test', 'test', 'test', 1, 1685381586, 1, 1685381586, 1, NULL, '1'), | | (1, 3, '1f832d4a-bada-11ec-9cfd-0242ac1c0006', '123', 'Lecture Capture Room', 'A room for capturing lectures.', '6135551234', 12, NULL, 'test', 'test', 'test', 1, 1685381586, 1, 1685381586, 1, NULL, '1'), |
| (2, 4, '1f832d4a-bada-11ec-9cfd-0242ac1c0006', '111', 'Room 1', 'some description', '123213', 12, NULL, NULL, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL, '1'); | | (2, 4, '1f832d4a-bada-11ec-9cfd-0242ac1c0006', '111', 'Room 1', 'some description', '123213', 12, NULL, NULL, NULL, NULL, NULL, 1685381586, 1, 1685381586, 1, NULL, '1'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_room_resources` | | -- Table structure for table `global_lu_room_resources` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_room_resources` ( | | CREATE TABLE `global_lu_room_resources` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `room_id` int(11) UNSIGNED NOT NULL, | | `room_id` int(11) UNSIGNED NOT NULL, |
| `resource_id` int(11) UNSIGNED NOT NULL | | `resource_id` int(11) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_room_resources` | | -- Dumping data for table `global_lu_room_resources` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_room_resources` (`id`, `room_id`, `resource_id`) VALUES | | INSERT INTO `global_lu_room_resources` (`id`, `room_id`, `resource_id`) VALUES |
| (1, 1, 4); | | (1, 1, 4); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_schools` | | -- Table structure for table `global_lu_schools` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_schools` ( | | CREATE TABLE `global_lu_schools` ( |
| `schools_id` int(11) NOT NULL, | | `schools_id` int(11) NOT NULL, |
| `school_title` varchar(250) NOT NULL | | `school_title` varchar(250) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_schools` | | -- Dumping data for table `global_lu_schools` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_schools` (`schools_id`, `school_title`) VALUES | | INSERT INTO `global_lu_schools` (`schools_id`, `school_title`) VALUES |
| (1, 'University of Alberta'), | | (1, 'University of Alberta'), |
| (2, 'University of British Columbia'), | | (2, 'University of British Columbia'), |
| (3, 'University of Calgary'), | | (3, 'University of Calgary'), |
| (4, 'Dalhousie University'), | | (4, 'Dalhousie University'), |
| (5, 'Laval University'), | | (5, 'Laval University'), |
| (6, 'University of Manitoba'), | | (6, 'University of Manitoba'), |
| (7, 'McGill University'), | | (7, 'McGill University'), |
| (8, 'McMaster University'), | | (8, 'McMaster University'), |
| (9, 'Memorial University of Newfoundland'), | | (9, 'Memorial University of Newfoundland'), |
| (10, 'Universite de Montreal'), | | (10, 'Universite de Montreal'), |
| (11, 'Northern Ontario School of Medicine'), | | (11, 'Northern Ontario School of Medicine'), |
| (12, 'University of Ottawa'), | | (12, 'University of Ottawa'), |
| (13, 'Queen\'s University'), | | (13, 'Queen\'s University'), |
| (14, 'University of Saskatchewan'), | | (14, 'University of Saskatchewan'), |
| (15, 'Universite de Sherbrooke'), | | (15, 'Universite de Sherbrooke'), |
| (16, 'University of Toronto'), | | (16, 'University of Toronto'), |
| (17, 'University of Western Ontario'); | | (17, 'University of Western Ontario'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_sites` | | -- Table structure for table `global_lu_sites` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_sites` ( | | CREATE TABLE `global_lu_sites` ( |
| `site_id` int(11) UNSIGNED NOT NULL, | | `site_id` int(11) UNSIGNED NOT NULL, |
| `site_code` varchar(16) DEFAULT NULL, | | `site_code` varchar(16) DEFAULT NULL, |
| `site_name` varchar(128) NOT NULL DEFAULT '', | | `site_name` varchar(128) NOT NULL DEFAULT '', |
| `site_address1` varchar(128) NOT NULL DEFAULT '', | | `site_address1` varchar(128) NOT NULL DEFAULT '', |
| `site_address2` varchar(128) DEFAULT NULL, | | `site_address2` varchar(128) DEFAULT NULL, |
| `site_city` varchar(64) NOT NULL DEFAULT '', | | `site_city` varchar(64) NOT NULL DEFAULT '', |
| `site_province_id` int(11) UNSIGNED DEFAULT NULL, | | `site_province_id` int(11) UNSIGNED DEFAULT NULL, |
| `site_country_id` int(11) UNSIGNED NOT NULL, | | `site_country_id` int(11) UNSIGNED NOT NULL, |
| `site_postcode` varchar(16) NOT NULL DEFAULT '', | | `site_postcode` varchar(16) NOT NULL DEFAULT '', |
| `site_description` varchar(75) DEFAULT NULL, | | `site_description` varchar(75) DEFAULT NULL, |
| `site_phone_number` varchar(30) DEFAULT NULL, | | `site_phone_number` varchar(30) DEFAULT NULL, |
| `site_fax_number` varchar(30) DEFAULT NULL, | | `site_fax_number` varchar(30) DEFAULT NULL, |
| `site_accommodations` tinyint(1) NOT NULL DEFAULT '0', | | `site_accommodations` tinyint(1) NOT NULL DEFAULT '0', |
| `visible` tinyint(1) NOT NULL DEFAULT '0', | | `visible` tinyint(1) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_sites` | | -- Dumping data for table `global_lu_sites` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_sites` (`site_id`, `site_code`, `site_name`, `site_address1`, `site_address2`, `site_city`, `site_province_id`, `site_country_id`, `site_postcode`, `site_description`, `site_phone_number`, `site_fax_number`, `site_accommodations`, `visible`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `global_lu_sites` (`site_id`, `site_code`, `site_name`, `site_address1`, `site_address2`, `site_city`, `site_province_id`, `site_country_id`, `site_postcode`, `site_description`, `site_phone_number`, `site_fax_number`, `site_accommodations`, `visible`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'YU', 'Your University', 'University Avenue', '', 'Kingston', 0, 39, 'K7L3N6', NULL, NULL, NULL, 0, 0, 1521522163, 0, 1521522163, 0, NULL), | | (1, 'YU', 'Your University', 'University Avenue', '', 'Kingston', 0, 39, 'K7L3N6', NULL, NULL, NULL, 0, 0, 1521522163, 0, 1521522163, 0, NULL), |
| (2, 'TS-1', 'Test Site 1', '234 Main St', NULL, 'Kingston', 9, 39, 'K7K7K7', NULL, NULL, NULL, 0, 1, 1685381586, 1, 1685381586, 1, NULL), | | (2, 'TS-1', 'Test Site 1', '234 Main St', NULL, 'Kingston', 9, 39, 'K7K7K7', NULL, NULL, NULL, 0, 1, 1685381586, 1, 1685381586, 1, NULL), |
| (3, 'TS2-1', 'Test Site 2', '456 Second St', NULL, 'Ottawa', 9, 39, 'K4K 4K4', NULL, NULL, NULL, 0, 1, 1685381586, 1, 1685381586, 1, NULL), | | (3, 'TS2-1', 'Test Site 2', '456 Second St', NULL, 'Ottawa', 9, 39, 'K4K 4K4', NULL, NULL, NULL, 0, 1, 1685381586, 1, 1685381586, 1, NULL), |
| (4, '1509 Location', '1509 Location', '1509 Location', '', '1509 Location', 9, 39, '1509 Location', NULL, '', NULL, 0, 1, 1685381586, 1, 1685381586, 1, NULL), | | (4, '1509 Location', '1509 Location', '1509 Location', '', '1509 Location', 9, 39, '1509 Location', NULL, '', NULL, 0, 1, 1685381586, 1, 1685381586, 1, NULL), |
| (5, '0505 Location', 'Five Location', '0505 Location', '', '0505 Location', 9, 39, '0505 Location', NULL, '', NULL, 0, 1, 1685381586, 1, 1685381586, 1, NULL), | | (5, '0505 Location', 'Five Location', '0505 Location', '', '0505 Location', 9, 39, '0505 Location', NULL, '', NULL, 0, 1, 1685381586, 1, 1685381586, 1, NULL), |
| (6, 'DEL', 'Deleted Location', '123 Deleted street', '', 'Kingston', 9, 39, 'K1K 1K1', NULL, '', NULL, 0, 1, 1685381586, 1, 1685381586, 1, 1685381586); | | (6, 'DEL', 'Deleted Location', '123 Deleted street', '', 'Kingston', 9, 39, 'K1K 1K1', NULL, '', NULL, 0, 1, 1685381586, 1, 1685381586, 1, 1685381586); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_sites_organisation` | | -- Table structure for table `global_lu_sites_organisation` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_sites_organisation` ( | | CREATE TABLE `global_lu_sites_organisation` ( |
| `site_id` int(11) UNSIGNED NOT NULL, | | `site_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) UNSIGNED NOT NULL | | `organisation_id` int(11) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_sites_organisation` | | -- Dumping data for table `global_lu_sites_organisation` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_sites_organisation` (`site_id`, `organisation_id`) VALUES | | INSERT INTO `global_lu_sites_organisation` (`site_id`, `organisation_id`) VALUES |
| (1, 1), | | (1, 1), |
| (2, 2), | | (2, 2), |
| (3, 1), | | (3, 1), |
| (4, 1), | | (4, 1), |
| (5, 1); | | (5, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_timezone` | | -- Table structure for table `global_lu_timezone` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_timezone` ( | | CREATE TABLE `global_lu_timezone` ( |
| `timezone_id` int(11) UNSIGNED NOT NULL, | | `timezone_id` int(11) UNSIGNED NOT NULL, |
| `timezone_code` varchar(32) NOT NULL, | | `timezone_code` varchar(32) NOT NULL, |
| `timezone_abbreviation` varchar(32) NOT NULL, | | `timezone_abbreviation` varchar(32) NOT NULL, |
| `timezone_name` varchar(100) NOT NULL | | `timezone_name` varchar(100) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_timezone` | | -- Dumping data for table `global_lu_timezone` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_timezone` (`timezone_id`, `timezone_code`, `timezone_abbreviation`, `timezone_name`) VALUES | | INSERT INTO `global_lu_timezone` (`timezone_id`, `timezone_code`, `timezone_abbreviation`, `timezone_name`) VALUES |
| (1, 'Pacific/Midway', '', 'Midway Island'), | | (1, 'Pacific/Midway', '', 'Midway Island'), |
| (2, 'US/Samoa', '', 'Samoa'), | | (2, 'US/Samoa', '', 'Samoa'), |
| (3, 'US/Hawaii', '', 'Hawaii'), | | (3, 'US/Hawaii', '', 'Hawaii'), |
| (4, 'US/Alaska', '', 'Alaska'), | | (4, 'US/Alaska', '', 'Alaska'), |
| (5, 'US/Pacific', '', 'Pacific Time (US & Canada)'), | | (5, 'US/Pacific', '', 'Pacific Time (US & Canada)'), |
| (6, 'America/Tijuana', '', 'Tijuana'), | | (6, 'America/Tijuana', '', 'Tijuana'), |
| (7, 'US/Arizona', '', 'Arizona'), | | (7, 'US/Arizona', '', 'Arizona'), |
| (8, 'US/Mountain', '', 'Mountain Time (US & Canada)'), | | (8, 'US/Mountain', '', 'Mountain Time (US & Canada)'), |
| (9, 'America/Chihuahua', '', 'Chihuahua'), | | (9, 'America/Chihuahua', '', 'Chihuahua'), |
| (10, 'America/Mazatlan', '', 'Mazatlan'), | | (10, 'America/Mazatlan', '', 'Mazatlan'), |
| (11, 'America/Mexico_City', '', 'Mexico City'), | | (11, 'America/Mexico_City', '', 'Mexico City'), |
| (12, 'America/Monterrey', '', 'Monterrey'), | | (12, 'America/Monterrey', '', 'Monterrey'), |
| (13, 'Canada/Saskatchewan', '', 'Saskatchewan'), | | (13, 'Canada/Saskatchewan', '', 'Saskatchewan'), |
| (14, 'US/Central', '', 'Central Time (US & Canada)'), | | (14, 'US/Central', '', 'Central Time (US & Canada)'), |
| (15, 'US/Eastern', '', 'Eastern Time (US & Canada)'), | | (15, 'US/Eastern', '', 'Eastern Time (US & Canada)'), |
| (16, 'US/East-Indiana', '', 'Indiana (East)'), | | (16, 'US/East-Indiana', '', 'Indiana (East)'), |
| (17, 'America/Bogota', '', 'Bogota'), | | (17, 'America/Bogota', '', 'Bogota'), |
| (18, 'America/Lima', '', 'Lima'), | | (18, 'America/Lima', '', 'Lima'), |
| (19, 'America/Caracas', '', 'Caracas'), | | (19, 'America/Caracas', '', 'Caracas'), |
| (20, 'Canada/Atlantic', '', 'Atlantic Time (Canada)'), | | (20, 'Canada/Atlantic', '', 'Atlantic Time (Canada)'), |
| (21, 'America/La_Paz', '', 'La Paz'), | | (21, 'America/La_Paz', '', 'La Paz'), |
| (22, 'America/Santiago', '', 'Santiago'), | | (22, 'America/Santiago', '', 'Santiago'), |
| (23, 'Canada/Newfoundland', '', 'Newfoundland'), | | (23, 'Canada/Newfoundland', '', 'Newfoundland'), |
| (24, 'America/Buenos_Aires', '', 'Buenos Aires'), | | (24, 'America/Buenos_Aires', '', 'Buenos Aires'), |
| (25, 'Greenland', '', 'Greenland'), | | (25, 'Greenland', '', 'Greenland'), |
| (26, 'Atlantic/Stanley', '', 'Stanley'), | | (26, 'Atlantic/Stanley', '', 'Stanley'), |
| (27, 'Atlantic/Azores', '', 'Azores'), | | (27, 'Atlantic/Azores', '', 'Azores'), |
| (28, 'Atlantic/Cape_Verde', '', 'Cape Verde Is.'), | | (28, 'Atlantic/Cape_Verde', '', 'Cape Verde Is.'), |
| (29, 'Africa/Casablanca', '', 'Casablanca'), | | (29, 'Africa/Casablanca', '', 'Casablanca'), |
| (30, 'Europe/Dublin', '', 'Dublin'), | | (30, 'Europe/Dublin', '', 'Dublin'), |
| (31, 'Europe/Lisbon', '', 'Lisbon'), | | (31, 'Europe/Lisbon', '', 'Lisbon'), |
| (32, 'Europe/London', '', 'London'), | | (32, 'Europe/London', '', 'London'), |
| (33, 'Africa/Monrovia', '', 'ia'), | | (33, 'Africa/Monrovia', '', 'ia'), |
| (34, 'Europe/Amsterdam', '', 'Amsterdam'), | | (34, 'Europe/Amsterdam', '', 'Amsterdam'), |
| (35, 'Europe/Belgrade', '', 'Belgrade'), | | (35, 'Europe/Belgrade', '', 'Belgrade'), |
| (36, 'Europe/Berlin', '', 'Berlin'), | | (36, 'Europe/Berlin', '', 'Berlin'), |
| (37, 'Europe/Bratislava', '', 'Bratislava'), | | (37, 'Europe/Bratislava', '', 'Bratislava'), |
| (38, 'Europe/Brussels', '', 'Brussels'), | | (38, 'Europe/Brussels', '', 'Brussels'), |
| (39, 'Europe/Budapest', '', 'Budapest'), | | (39, 'Europe/Budapest', '', 'Budapest'), |
| (40, 'Europe/Copenhagen', '', 'Copenhagen'), | | (40, 'Europe/Copenhagen', '', 'Copenhagen'), |
| (41, 'Europe/Ljubljana', '', 'Ljubljana'), | | (41, 'Europe/Ljubljana', '', 'Ljubljana'), |
| (42, 'Europe/Madrid', '', 'Madrid'), | | (42, 'Europe/Madrid', '', 'Madrid'), |
| (43, 'Europe/Paris', '', 'Paris'), | | (43, 'Europe/Paris', '', 'Paris'), |
| (44, 'Europe/Prague', '', 'Prague'), | | (44, 'Europe/Prague', '', 'Prague'), |
| (45, 'Europe/Rome', '', 'Rome'), | | (45, 'Europe/Rome', '', 'Rome'), |
| (46, 'Europe/Sarajevo', '', 'Sarajevo'), | | (46, 'Europe/Sarajevo', '', 'Sarajevo'), |
| (47, 'Europe/Skopje', '', 'Skopje'), | | (47, 'Europe/Skopje', '', 'Skopje'), |
| (48, 'Europe/Stockholm', '', 'Stockholm'), | | (48, 'Europe/Stockholm', '', 'Stockholm'), |
| (49, 'Europe/Vienna', '', 'Vienna'), | | (49, 'Europe/Vienna', '', 'Vienna'), |
| (50, 'Europe/Warsaw', '', 'Warsaw'), | | (50, 'Europe/Warsaw', '', 'Warsaw'), |
| (51, 'Europe/Zagreb', '', 'Zagreb'), | | (51, 'Europe/Zagreb', '', 'Zagreb'), |
| (52, 'Europe/Athens', '', 'Athens'), | | (52, 'Europe/Athens', '', 'Athens'), |
| (53, 'Europe/Bucharest', '', 'Bucharest'), | | (53, 'Europe/Bucharest', '', 'Bucharest'), |
| (54, 'Africa/Cairo', '', 'Cairo'), | | (54, 'Africa/Cairo', '', 'Cairo'), |
| (55, 'Africa/Harare', '', 'Harare'), | | (55, 'Africa/Harare', '', 'Harare'), |
| (56, 'Europe/Helsinki', '', 'Helsinki'), | | (56, 'Europe/Helsinki', '', 'Helsinki'), |
| (57, 'Europe/Istanbul', '', 'Istanbul'), | | (57, 'Europe/Istanbul', '', 'Istanbul'), |
| (58, 'Asia/Jerusalem', '', 'Jerusalem'), | | (58, 'Asia/Jerusalem', '', 'Jerusalem'), |
| (59, 'Europe/Kiev', '', 'Kyiv'), | | (59, 'Europe/Kiev', '', 'Kyiv'), |
| (60, 'Europe/Minsk', '', 'Minsk'), | | (60, 'Europe/Minsk', '', 'Minsk'), |
| (61, 'Europe/Riga', '', 'Riga'), | | (61, 'Europe/Riga', '', 'Riga'), |
| (62, 'Europe/Sofia', '', 'Sofia'), | | (62, 'Europe/Sofia', '', 'Sofia'), |
| (63, 'Europe/Tallinn', '', 'Tallinn'), | | (63, 'Europe/Tallinn', '', 'Tallinn'), |
| (64, 'Europe/Vilnius', '', 'Vilnius'), | | (64, 'Europe/Vilnius', '', 'Vilnius'), |
| (65, 'Asia/Baghdad', '', 'Baghdad'), | | (65, 'Asia/Baghdad', '', 'Baghdad'), |
| (66, 'Asia/Kuwait', '', 'Kuwait'), | | (66, 'Asia/Kuwait', '', 'Kuwait'), |
| (67, 'Africa/Nairobi', '', 'Nairobi'), | | (67, 'Africa/Nairobi', '', 'Nairobi'), |
| (68, 'Asia/Riyadh', '', 'Riyadh'), | | (68, 'Asia/Riyadh', '', 'Riyadh'), |
| (69, 'Europe/Moscow', '', 'Moscow'), | | (69, 'Europe/Moscow', '', 'Moscow'), |
| (70, 'Asia/Tehran', '', 'Tehran'), | | (70, 'Asia/Tehran', '', 'Tehran'), |
| (71, 'Asia/Baku', '', 'Baku'), | | (71, 'Asia/Baku', '', 'Baku'), |
| (72, 'Europe/Volgograd', '', 'Volgograd'), | | (72, 'Europe/Volgograd', '', 'Volgograd'), |
| (73, 'Asia/Muscat', '', 'Muscat'), | | (73, 'Asia/Muscat', '', 'Muscat'), |
| (74, 'Asia/Tbilisi', '', 'Tbilisi'), | | (74, 'Asia/Tbilisi', '', 'Tbilisi'), |
| (75, 'Asia/Yerevan', '', 'Yerevan'), | | (75, 'Asia/Yerevan', '', 'Yerevan'), |
| (76, 'Asia/Kabul', '', 'Kabul'), | | (76, 'Asia/Kabul', '', 'Kabul'), |
| (77, 'Asia/Karachi', '', 'Karachi'), | | (77, 'Asia/Karachi', '', 'Karachi'), |
| (78, 'Asia/Tashkent', '', 'Tashkent'), | | (78, 'Asia/Tashkent', '', 'Tashkent'), |
| (79, 'Asia/Kolkata', '', 'Kolkata'), | | (79, 'Asia/Kolkata', '', 'Kolkata'), |
| (80, 'Asia/Kathmandu', '', 'Kathmandu'), | | (80, 'Asia/Kathmandu', '', 'Kathmandu'), |
| (81, 'Asia/Yekaterinburg', '', 'Ekaterinburg'), | | (81, 'Asia/Yekaterinburg', '', 'Ekaterinburg'), |
| (82, 'Asia/Almaty', '', 'Almaty'), | | (82, 'Asia/Almaty', '', 'Almaty'), |
| (83, 'Asia/Dhaka', '', 'Dhaka'), | | (83, 'Asia/Dhaka', '', 'Dhaka'), |
| (84, 'Asia/Novosibirsk', '', 'Novosibirsk'), | | (84, 'Asia/Novosibirsk', '', 'Novosibirsk'), |
| (85, 'Asia/Bangkok', '', 'Bangkok'), | | (85, 'Asia/Bangkok', '', 'Bangkok'), |
| (86, 'Asia/Jakarta', '', 'Jakarta'), | | (86, 'Asia/Jakarta', '', 'Jakarta'), |
| (87, 'Asia/Krasnoyarsk', '', 'Krasnoyarsk'), | | (87, 'Asia/Krasnoyarsk', '', 'Krasnoyarsk'), |
| (88, 'Asia/Chongqing', '', 'Chongqing'), | | (88, 'Asia/Chongqing', '', 'Chongqing'), |
| (89, 'Asia/Hong_Kong', '', 'Hong Kong'), | | (89, 'Asia/Hong_Kong', '', 'Hong Kong'), |
| (90, 'Asia/Kuala_Lumpur', '', 'Kuala Lumpur'), | | (90, 'Asia/Kuala_Lumpur', '', 'Kuala Lumpur'), |
| (91, 'Australia/Perth', '', 'Perth'), | | (91, 'Australia/Perth', '', 'Perth'), |
| (92, 'Asia/Singapore', '', 'Singapore'), | | (92, 'Asia/Singapore', '', 'Singapore'), |
| (93, 'Asia/Taipei', '', 'Taipei'), | | (93, 'Asia/Taipei', '', 'Taipei'), |
| (94, 'Asia/Ulaanbaatar', '', 'Ulaan Bataar'), | | (94, 'Asia/Ulaanbaatar', '', 'Ulaan Bataar'), |
| (95, 'Asia/Urumqi', '', 'Urumqi'), | | (95, 'Asia/Urumqi', '', 'Urumqi'), |
| (96, 'Asia/Irkutsk', '', 'Irkutsk'), | | (96, 'Asia/Irkutsk', '', 'Irkutsk'), |
| (97, 'Asia/Seoul', '', 'Seoul'), | | (97, 'Asia/Seoul', '', 'Seoul'), |
| (98, 'Asia/Tokyo', '', 'Tokyo'), | | (98, 'Asia/Tokyo', '', 'Tokyo'), |
| (99, 'Australia/Adelaide', '', 'Adelaide'), | | (99, 'Australia/Adelaide', '', 'Adelaide'), |
| (100, 'Australia/Darwin', '', 'Darwin'), | | (100, 'Australia/Darwin', '', 'Darwin'), |
| (101, 'Asia/Yakutsk', '', 'Yakutsk'), | | (101, 'Asia/Yakutsk', '', 'Yakutsk'), |
| (102, 'Australia/Brisbane', '', 'Brisbane'), | | (102, 'Australia/Brisbane', '', 'Brisbane'), |
| (103, 'Australia/Canberra', '', 'Canberra'), | | (103, 'Australia/Canberra', '', 'Canberra'), |
| (104, 'Pacific/Guam', '', 'Guam'), | | (104, 'Pacific/Guam', '', 'Guam'), |
| (105, 'Australia/Hobart', '', 'Hobart'), | | (105, 'Australia/Hobart', '', 'Hobart'), |
| (106, 'Australia/Melbourne', '', 'Melbourne'), | | (106, 'Australia/Melbourne', '', 'Melbourne'), |
| (107, 'Pacific/Port_Moresby', '', 'Port Moresby'), | | (107, 'Pacific/Port_Moresby', '', 'Port Moresby'), |
| (108, 'Australia/Sydney', '', 'Sydney'), | | (108, 'Australia/Sydney', '', 'Sydney'), |
| (109, 'Asia/Vladivostok', '', 'Vladivostok'), | | (109, 'Asia/Vladivostok', '', 'Vladivostok'), |
| (110, 'Asia/Magadan', '', 'Magadan'), | | (110, 'Asia/Magadan', '', 'Magadan'), |
| (111, 'Pacific/Auckland', '', 'Auckland'), | | (111, 'Pacific/Auckland', '', 'Auckland'), |
| (112, 'Pacific/Fiji', '', 'Fiji'); | | (112, 'Pacific/Fiji', '', 'Fiji'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_modules` | | -- Table structure for table `global_modules` |
| -- | | -- |
| | | |
| CREATE TABLE `global_modules` ( | | CREATE TABLE `global_modules` ( |
| `gmodules_id` varchar(36) NOT NULL, | | `gmodules_id` varchar(36) NOT NULL, |
| `module` varchar(45) DEFAULT NULL, | | `module` varchar(45) DEFAULT NULL, |
| `title` varchar(50) NOT NULL | | `title` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_modules` | | -- Dumping data for table `global_modules` |
| -- | | -- |
| | | |
| INSERT INTO `global_modules` (`gmodules_id`, `module`, `title`) VALUES | | INSERT INTO `global_modules` (`gmodules_id`, `module`, `title`) VALUES |
| ('1393041922', 'metavalues', 'Users Metadata'), | | ('1393041922', 'metavalues', 'Users Metadata'), |
| ('1498247419', 'clinicalexperience', 'Clinical Experience'), | | ('1498247419', 'clinicalexperience', 'Clinical Experience'), |
| ('2879558128', 'documentrequests', 'Document Requests'), | | ('2879558128', 'documentrequests', 'Document Requests'), |
| ('3088786031', 'portfolios', 'Portfolios'), | | ('3088786031', 'portfolios', 'Portfolios'), |
| ('3994401377', 'messages', 'Messages'); | | ('3994401377', 'messages', 'Messages'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_objective_note` | | -- Table structure for table `global_objective_note` |
| -- | | -- |
| | | |
| CREATE TABLE `global_objective_note` ( | | CREATE TABLE `global_objective_note` ( |
| `global_objective_note_id` int(12) NOT NULL, | | `global_objective_note_id` int(12) NOT NULL, |
| `objective_id` int(12) NOT NULL, | | `objective_id` int(12) NOT NULL, |
| `global_objective_note` varchar(600) NOT NULL, | | `global_objective_note` varchar(600) NOT NULL, |
| `updated_date` bigint(20) NOT NULL, | | `updated_date` bigint(20) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_priority_levels` | | -- Table structure for table `global_priority_levels` |
| -- | | -- |
| | | |
| CREATE TABLE `global_priority_levels` ( | | CREATE TABLE `global_priority_levels` ( |
| `gplevels_id` int(11) NOT NULL, | | `gplevels_id` int(11) NOT NULL, |
| `priority_level` varchar(45) NOT NULL, | | `priority_level` varchar(45) NOT NULL, |
| `priority` int(11) NOT NULL, | | `priority` int(11) NOT NULL, |
| `css_class` varchar(45) NOT NULL, | | `css_class` varchar(45) NOT NULL, |
| `icon` varchar(45) NOT NULL | | `icon` varchar(45) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_priority_levels` | | -- Dumping data for table `global_priority_levels` |
| -- | | -- |
| | | |
| INSERT INTO `global_priority_levels` (`gplevels_id`, `priority_level`, `priority`, `css_class`, `icon`) VALUES | | INSERT INTO `global_priority_levels` (`gplevels_id`, `priority_level`, `priority`, `css_class`, `icon`) VALUES |
| (1, 'standard', 1, '', ''), | | (1, 'standard', 1, '', ''), |
| (2, 'urgent', 2, '', ''), | | (2, 'urgent', 2, '', ''), |
| (3, 'immediate', 3, '', ''); | | (3, 'immediate', 3, '', ''); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `gradebook_assessment_audience` | | -- Table structure for table `gradebook_assessment_audience` |
| -- | | -- |
| | | |
| CREATE TABLE `gradebook_assessment_audience` ( | | CREATE TABLE `gradebook_assessment_audience` ( |
| `gaaudience_id` int(12) UNSIGNED NOT NULL, | | `gaaudience_id` int(12) UNSIGNED NOT NULL, |
| `assessment_id` int(10) NOT NULL, | | `assessment_id` int(10) NOT NULL, |
| `entity_type` enum('caudience_id','cgroup_id','proxy_id') NOT NULL, | | `entity_type` enum('caudience_id','cgroup_id','proxy_id') NOT NULL, |
| `entity_value` int(11) NOT NULL, | | `entity_value` int(11) NOT NULL, |
| `is_group` tinyint(1) DEFAULT NULL | | `is_group` tinyint(1) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `gradebook_assessment_audience` | | -- Dumping data for table `gradebook_assessment_audience` |
| -- | | -- |
| | | |
| INSERT INTO `gradebook_assessment_audience` (`gaaudience_id`, `assessment_id`, `entity_type`, `entity_value`, `is_group`) VALUES | | INSERT INTO `gradebook_assessment_audience` (`gaaudience_id`, `assessment_id`, `entity_type`, `entity_value`, `is_group`) VALUES |
| (1, 12, 'caudience_id', 2, NULL), | | (1, 12, 'caudience_id', 2, NULL), |
| (2, 13, 'caudience_id', 3, NULL), | | (2, 13, 'caudience_id', 3, NULL), |
| (3, 15, 'cgroup_id', 3, NULL), | | (3, 15, 'cgroup_id', 3, NULL), |
| (4, 15, 'cgroup_id', 4, NULL), | | (4, 15, 'cgroup_id', 4, NULL), |
| (5, 12, 'caudience_id', 26, NULL), | | (5, 12, 'caudience_id', 26, NULL), |
| (6, 17, 'cgroup_id', 3, NULL); | | (6, 17, 'cgroup_id', 3, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `gradebook_assessment_discussions` | | -- Table structure for table `gradebook_assessment_discussions` |
| -- | | -- |
| | | |
| CREATE TABLE `gradebook_assessment_discussions` ( | | CREATE TABLE `gradebook_assessment_discussions` ( |
| `gadiscussion_id` int(12) UNSIGNED NOT NULL, | | `gadiscussion_id` int(12) UNSIGNED NOT NULL, |
| `assessment_id` int(10) NOT NULL, | | `assessment_id` int(10) NOT NULL, |
| `cdiscussion_id` int(12) NOT NULL, | | `cdiscussion_id` int(12) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `gradebook_assessment_form_elements` | | -- Table structure for table `gradebook_assessment_form_elements` |
| -- | | -- |
| | | |
| CREATE TABLE `gradebook_assessment_form_elements` ( | | CREATE TABLE `gradebook_assessment_form_elements` ( |
| `gafelement_id` int(11) UNSIGNED NOT NULL, | | `gafelement_id` int(11) UNSIGNED NOT NULL, |
| `assessment_id` int(10) UNSIGNED DEFAULT NULL, | | `assessment_id` int(10) UNSIGNED DEFAULT NULL, |
| `afelement_id` int(11) UNSIGNED DEFAULT NULL, | | `afelement_id` int(11) UNSIGNED DEFAULT NULL, |
| `weight` float DEFAULT NULL | | `weight` float DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `gradebook_assessment_form_elements` | | -- Dumping data for table `gradebook_assessment_form_elements` |
| -- | | -- |
| | | |
| INSERT INTO `gradebook_assessment_form_elements` (`gafelement_id`, `assessment_id`, `afelement_id`, `weight`) VALUES | | INSERT INTO `gradebook_assessment_form_elements` (`gafelement_id`, `assessment_id`, `afelement_id`, `weight`) VALUES |
| (1, 1, 1, 100), | | (1, 1, 1, 100), |
| (2, 17, 20, 100); | | (2, 17, 20, 100); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `gradebook_assessment_item_responses` | | -- Table structure for table `gradebook_assessment_item_responses` |
| -- | | -- |
| | | |
| CREATE TABLE `gradebook_assessment_item_responses` ( | | CREATE TABLE `gradebook_assessment_item_responses` ( |
| `gairesponse_id` int(11) UNSIGNED NOT NULL, | | `gairesponse_id` int(11) UNSIGNED NOT NULL, |
| `assessment_id` int(11) UNSIGNED DEFAULT NULL, | | `assessment_id` int(11) UNSIGNED DEFAULT NULL, |
| `iresponse_id` int(11) UNSIGNED DEFAULT NULL, | | `iresponse_id` int(11) UNSIGNED DEFAULT NULL, |
| `score` float DEFAULT NULL | | `score` float DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `gradebook_assessment_item_responses` | | -- Dumping data for table `gradebook_assessment_item_responses` |
| -- | | -- |
| | | |
| INSERT INTO `gradebook_assessment_item_responses` (`gairesponse_id`, `assessment_id`, `iresponse_id`, `score`) VALUES | | INSERT INTO `gradebook_assessment_item_responses` (`gairesponse_id`, `assessment_id`, `iresponse_id`, `score`) VALUES |
| (1, 1, 1, 1), | | (1, 1, 1, 1), |
| (2, 1, 2, 2), | | (2, 1, 2, 2), |
| (3, 17, 33, 1), | | (3, 17, 33, 1), |
| (4, 17, 34, 2); | | (4, 17, 34, 2); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `gradebook_files` | | -- Table structure for table `gradebook_files` |
| -- | | -- |
| | | |
| CREATE TABLE `gradebook_files` ( | | CREATE TABLE `gradebook_files` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `gradebook_file_folder_id` int(11) UNSIGNED NOT NULL, | | `gradebook_file_folder_id` int(11) UNSIGNED NOT NULL, |
| `user_data_id` int(12) UNSIGNED NOT NULL, | | `user_data_id` int(12) UNSIGNED NOT NULL, |
| `mime_type` varchar(255) NOT NULL, | | `mime_type` varchar(255) NOT NULL, |
| `file_size` varchar(32) NOT NULL, | | `file_size` varchar(32) NOT NULL, |
| `file_name` varchar(255) NOT NULL, | | `file_name` varchar(255) NOT NULL, |
| `release_date` bigint(64) DEFAULT NULL, | | `release_date` bigint(64) DEFAULT NULL, |
| `release_until` bigint(64) DEFAULT NULL, | | `release_until` bigint(64) DEFAULT NULL, |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `updated_by` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1' | | `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `gradebook_file_folders` | | -- Table structure for table `gradebook_file_folders` |
| -- | | -- |
| | | |
| CREATE TABLE `gradebook_file_folders` ( | | CREATE TABLE `gradebook_file_folders` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `name` varchar(64) NOT NULL, | | `name` varchar(64) NOT NULL, |
| `course_id` int(11) DEFAULT NULL, | | `course_id` int(11) DEFAULT NULL, |
| `cperiod_id` int(11) DEFAULT NULL COMMENT 'fk of curriculum_periods', | | `cperiod_id` int(11) DEFAULT NULL COMMENT 'fk of curriculum_periods', |
| `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1', | | `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `release_date` bigint(64) NOT NULL DEFAULT '0', | | `release_date` bigint(64) NOT NULL DEFAULT '0', |
| `release_until` bigint(64) NOT NULL DEFAULT '0' | | `release_until` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `gradebook_grade_adjustments` | | -- Table structure for table `gradebook_grade_adjustments` |
| -- | | -- |
| | | |
| CREATE TABLE `gradebook_grade_adjustments` ( | | CREATE TABLE `gradebook_grade_adjustments` ( |
| `gradebook_grade_adjustment_id` int(11) UNSIGNED NOT NULL, | | `gradebook_grade_adjustment_id` int(11) UNSIGNED NOT NULL, |
| `course_id` int(11) NOT NULL, | | `course_id` int(11) NOT NULL, |
| `cperiod_id` int(11) NOT NULL, | | `cperiod_id` int(11) NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `adjusted_grade` float DEFAULT NULL, | | `adjusted_grade` float DEFAULT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `gradebook_spreadsheet_comments` | | -- Table structure for table `gradebook_spreadsheet_comments` |
| -- | | -- |
| | | |
| CREATE TABLE `gradebook_spreadsheet_comments` ( | | CREATE TABLE `gradebook_spreadsheet_comments` ( |
| `gscomment_id` int(11) UNSIGNED NOT NULL, | | `gscomment_id` int(11) UNSIGNED NOT NULL, |
| `course_id` int(10) UNSIGNED DEFAULT NULL, | | `course_id` int(10) UNSIGNED DEFAULT NULL, |
| `cperiod_id` int(11) DEFAULT NULL, | | `cperiod_id` int(11) DEFAULT NULL, |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `comment` text, | | `comment` text, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '1' | | `active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `groups` | | -- Table structure for table `groups` |
| -- | | -- |
| | | |
| CREATE TABLE `groups` ( | | CREATE TABLE `groups` ( |
| `group_id` int(12) NOT NULL, | | `group_id` int(12) NOT NULL, |
| `group_name` varchar(255) NOT NULL, | | `group_name` varchar(255) NOT NULL, |
| `group_type` enum('course_list','cohort') NOT NULL DEFAULT 'course_list', | | `group_type` enum('course_list','cohort') NOT NULL DEFAULT 'course_list', |
| `group_value` int(12) DEFAULT NULL, | | `group_value` int(12) DEFAULT NULL, |
| `parent_id` int(12) DEFAULT NULL, | | `parent_id` int(12) DEFAULT NULL, |
| `start_date` bigint(64) DEFAULT NULL, | | `start_date` bigint(64) DEFAULT NULL, |
| `expire_date` bigint(64) DEFAULT NULL, | | `expire_date` bigint(64) DEFAULT NULL, |
| `group_active` int(1) NOT NULL DEFAULT '1', | | `group_active` int(1) NOT NULL DEFAULT '1', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `groups` | | -- Dumping data for table `groups` |
| -- | | -- |
| | | |
| INSERT INTO `groups` (`group_id`, `group_name`, `group_type`, `group_value`, `parent_id`, `start_date`, `expire_date`, `group_active`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `groups` (`group_id`, `group_name`, `group_type`, `group_value`, `parent_id`, `start_date`, `expire_date`, `group_active`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES |
| (1, 'Class of 2020', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1), | | (1, 'Class of 2020', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1), |
| (2, 'Class of 2021', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1), | | (2, 'Class of 2021', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1), |
| (3, 'Class of 2022', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1), | | (3, 'Class of 2022', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1), |
| (4, 'Class of 2023', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1), | | (4, 'Class of 2023', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1), |
| (5, 'Class of 2024', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1), | | (5, 'Class of 2024', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1), |
| (6, 'Class of 2025', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1), | | (6, 'Class of 2025', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1), |
| (7, 'Class of 2026', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1), | | (7, 'Class of 2026', 'cohort', NULL, NULL, NULL, NULL, 1, 0, 0, 1449685604, 1), |
| (8, 'cohort 1', 'cohort', NULL, NULL, NULL, NULL, 1, 1685381586, 1, 1685381586, 1), | | (8, 'cohort 1', 'cohort', NULL, NULL, NULL, NULL, 1, 1685381586, 1, 1685381586, 1), |
| (9, 'new cohort', 'cohort', NULL, NULL, NULL, NULL, 1, 1685381586, 1, 1685381586, 1), | | (9, 'new cohort', 'cohort', NULL, NULL, NULL, NULL, 1, 1685381586, 1, 1685381586, 1), |
| (10, 'Cohort without members', 'cohort', NULL, NULL, NULL, NULL, 1, 1685381586, 1, 1685381586, 1); | | (10, 'Cohort without members', 'cohort', NULL, NULL, NULL, NULL, 1, 1685381586, 1, 1685381586, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `group_members` | | -- Table structure for table `group_members` |
| -- | | -- |
| | | |
| CREATE TABLE `group_members` ( | | CREATE TABLE `group_members` ( |
| `gmember_id` int(12) NOT NULL, | | `gmember_id` int(12) NOT NULL, |
| `group_id` int(12) NOT NULL DEFAULT '0', | | `group_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `start_date` bigint(64) NOT NULL DEFAULT '0', | | `start_date` bigint(64) NOT NULL DEFAULT '0', |
| `finish_date` bigint(64) NOT NULL DEFAULT '0', | | `finish_date` bigint(64) NOT NULL DEFAULT '0', |
| `member_active` int(1) NOT NULL DEFAULT '1', | | `member_active` int(1) NOT NULL DEFAULT '1', |
| `entrada_only` int(1) DEFAULT '0', | | `entrada_only` int(1) DEFAULT '0', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `group_members` | | -- Dumping data for table `group_members` |
| -- | | -- |
| | | |
| INSERT INTO `group_members` (`gmember_id`, `group_id`, `proxy_id`, `start_date`, `finish_date`, `member_active`, `entrada_only`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `group_members` (`gmember_id`, `group_id`, `proxy_id`, `start_date`, `finish_date`, `member_active`, `entrada_only`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES |
| (1, 1, 2, 0, 0, 1, 0, 1685381586, 1, 1685381586, 0), | | (1, 1, 2, 0, 0, 1, 0, 1685381586, 1, 1685381586, 0), |
| (2, 1, 2, 0, 0, 1, 0, 1685381586, 1, 1685381586, 1), | | (2, 1, 2, 0, 0, 1, 0, 1685381586, 1, 1685381586, 1), |
| (3, 4, 2, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), | | (3, 4, 2, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), |
| (4, 4, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), | | (4, 4, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), |
| (5, 4, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), | | (5, 4, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), |
| (6, 5, 2, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), | | (6, 5, 2, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), |
| (7, 5, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), | | (7, 5, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), |
| (8, 5, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), | | (8, 5, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), |
| (9, 6, 2, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), | | (9, 6, 2, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), |
| (10, 6, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), | | (10, 6, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), |
| (11, 6, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), | | (11, 6, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), |
| (12, 7, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), | | (12, 7, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), |
| (13, 7, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), | | (13, 7, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), |
| (14, 7, 2, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), | | (14, 7, 2, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), |
| (17, 6, 10, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), | | (17, 6, 10, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), |
| (18, 5, 11, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), | | (18, 5, 11, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), |
| (19, 5, 12, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), | | (19, 5, 12, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), |
| (20, 2, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), | | (20, 2, 4, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), |
| (21, 3, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), | | (21, 3, 3, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), |
| (22, 8, 14, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), | | (22, 8, 14, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1), |
| (23, 7, 15, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1); | | (23, 7, 15, 0, 0, 1, 1, 1685381586, 1, 1685381586, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `group_organisations` | | -- Table structure for table `group_organisations` |
| -- | | -- |
| | | |
| CREATE TABLE `group_organisations` ( | | CREATE TABLE `group_organisations` ( |
| `gorganisation_id` int(11) NOT NULL, | | `gorganisation_id` int(11) NOT NULL, |
| `group_id` int(11) NOT NULL, | | `group_id` int(11) NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `group_organisations` | | -- Dumping data for table `group_organisations` |
| -- | | -- |
| | | |
| INSERT INTO `group_organisations` (`gorganisation_id`, `group_id`, `organisation_id`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `group_organisations` (`gorganisation_id`, `group_id`, `organisation_id`, `created_date`, `created_by`, `updated_date`, `updated_by`) VALUES |
| (1, 1, 1, 0, 0, 1449685604, 1), | | (1, 1, 1, 0, 0, 1449685604, 1), |
| (2, 2, 1, 0, 0, 1449685604, 1), | | (2, 2, 1, 0, 0, 1449685604, 1), |
| (3, 3, 1, 0, 0, 1449685604, 1), | | (3, 3, 1, 0, 0, 1449685604, 1), |
| (4, 4, 1, 0, 0, 1449685604, 1), | | (4, 4, 1, 0, 0, 1449685604, 1), |
| (5, 5, 1, 0, 0, 1449685604, 1), | | (5, 5, 1, 0, 0, 1449685604, 1), |
| (6, 8, 2, 1685381586, 1, 1685381586, 1), | | (6, 8, 2, 1685381586, 1, 1685381586, 1), |
| (7, 9, 2, 1685381586, 1, 1685381586, 1), | | (7, 9, 2, 1685381586, 1, 1685381586, 1), |
| (8, 10, 1, 1685381586, 1, 1685381586, 1); | | (8, 10, 1, 1685381586, 1, 1685381586, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `instructor_linked_objectives` | | -- Table structure for table `instructor_linked_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `instructor_linked_objectives` ( | | CREATE TABLE `instructor_linked_objectives` ( |
| `ilobjective_id` int(12) UNSIGNED NOT NULL, | | `ilobjective_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `objective_id` int(12) UNSIGNED NOT NULL, | | `objective_id` int(12) UNSIGNED NOT NULL, |
| `target_objective_id` int(12) UNSIGNED NOT NULL, | | `target_objective_id` int(12) UNSIGNED NOT NULL, |
| `active` tinyint(1) DEFAULT '1', | | `active` tinyint(1) DEFAULT '1', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL | | `updated_by` int(12) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `jobs` | | -- Table structure for table `jobs` |
| -- | | -- |
| | | |
| CREATE TABLE `jobs` ( | | CREATE TABLE `jobs` ( |
| `id` bigint(20) NOT NULL, | | `id` bigint(20) NOT NULL, |
| `queue` varchar(100) DEFAULT NULL, | | `queue` varchar(100) DEFAULT NULL, |
| `payload` longtext, | | `payload` longtext, |
| `attempts` tinyint(3) UNSIGNED DEFAULT NULL, | | `attempts` tinyint(3) UNSIGNED DEFAULT NULL, |
| `reserved_at` int(10) UNSIGNED DEFAULT NULL, | | `reserved_at` int(10) UNSIGNED DEFAULT NULL, |
| `available_at` int(10) UNSIGNED DEFAULT NULL, | | `available_at` int(10) UNSIGNED DEFAULT NULL, |
| `created_at` int(10) UNSIGNED DEFAULT NULL | | `created_at` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `jobs_failed` | | -- Table structure for table `jobs_failed` |
| -- | | -- |
| | | |
| CREATE TABLE `jobs_failed` ( | | CREATE TABLE `jobs_failed` ( |
| `id` bigint(20) NOT NULL, | | `id` bigint(20) NOT NULL, |
| `connection` text, | | `connection` text, |
| `queue` text, | | `queue` text, |
| `payload` longtext, | | `payload` longtext, |
| `exception` longtext, | | `exception` longtext, |
| `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP | | `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `language` | | -- Table structure for table `language` |
| -- | | -- |
| | | |
| CREATE TABLE `language` ( | | CREATE TABLE `language` ( |
| `language_id` int(12) NOT NULL, | | `language_id` int(12) NOT NULL, |
| `iso_6391_code` varchar(2) NOT NULL | | `iso_6391_code` varchar(2) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `language` | | -- Dumping data for table `language` |
| -- | | -- |
| | | |
| INSERT INTO `language` (`language_id`, `iso_6391_code`) VALUES | | INSERT INTO `language` (`language_id`, `iso_6391_code`) VALUES |
| (1, 'en'), | | (1, 'en'), |
| (2, 'fr'); | | (2, 'fr'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `learner_explorer_assessments` | | -- Table structure for table `learner_explorer_assessments` |
| -- | | -- |
| | | |
| CREATE TABLE `learner_explorer_assessments` ( | | CREATE TABLE `learner_explorer_assessments` ( |
| `learner_explorer_id` int(11) UNSIGNED NOT NULL, | | `learner_explorer_id` int(11) UNSIGNED NOT NULL, |
| `cperiod_id` int(10) UNSIGNED DEFAULT NULL, | | `cperiod_id` int(10) UNSIGNED DEFAULT NULL, |
| `course_id` int(10) UNSIGNED DEFAULT NULL, | | `course_id` int(10) UNSIGNED DEFAULT NULL, |
| `assessment_id` int(11) UNSIGNED NOT NULL, | | `assessment_id` int(11) UNSIGNED NOT NULL, |
| `value` varchar(10) DEFAULT NULL, | | `value` varchar(10) DEFAULT NULL, |
| `updated_date` bigint(64) NOT NULL | | `updated_date` bigint(64) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `learner_level_organisation` | | -- Table structure for table `learner_level_organisation` |
| -- | | -- |
| | | |
| CREATE TABLE `learner_level_organisation` ( | | CREATE TABLE `learner_level_organisation` ( |
| `level_org_id` int(12) UNSIGNED NOT NULL, | | `level_org_id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(12) UNSIGNED NOT NULL, | | `organisation_id` int(12) UNSIGNED NOT NULL, |
| `level_id` int(11) UNSIGNED NOT NULL, | | `level_id` int(11) UNSIGNED NOT NULL, |
| `order` int(2) NOT NULL, | | `order` int(2) NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED NOT NULL, | | `updated_date` bigint(64) UNSIGNED NOT NULL, |
| `updated_by` int(11) UNSIGNED NOT NULL, | | `updated_by` int(11) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) UNSIGNED NOT NULL, | | `deleted_date` bigint(64) UNSIGNED NOT NULL, |
| `deleted_by` int(11) UNSIGNED NOT NULL | | `deleted_by` int(11) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `learner_level_organisation` | | -- Dumping data for table `learner_level_organisation` |
| -- | | -- |
| | | |
| INSERT INTO `learner_level_organisation` (`level_org_id`, `organisation_id`, `level_id`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `learner_level_organisation` (`level_org_id`, `organisation_id`, `level_id`, `order`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 1, 1, 1, 1483714897, 1, 1483714897, 1, 0, 0), | | (1, 1, 1, 1, 1483714897, 1, 1483714897, 1, 0, 0), |
| (2, 1, 2, 2, 1483714897, 1, 1483714897, 1, 0, 0), | | (2, 1, 2, 2, 1483714897, 1, 1483714897, 1, 0, 0), |
| (3, 1, 3, 3, 1483714897, 1, 1483714897, 1, 0, 0), | | (3, 1, 3, 3, 1483714897, 1, 1483714897, 1, 0, 0), |
| (4, 1, 4, 4, 1483714897, 1, 1483714897, 1, 0, 0), | | (4, 1, 4, 4, 1483714897, 1, 1483714897, 1, 0, 0), |
| (5, 1, 5, 5, 1483714897, 1, 1483714897, 1, 0, 0), | | (5, 1, 5, 5, 1483714897, 1, 1483714897, 1, 0, 0), |
| (6, 1, 6, 6, 1483714897, 1, 1483714897, 1, 0, 0); | | (6, 1, 6, 6, 1483714897, 1, 1483714897, 1, 0, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `learner_status_organisation` | | -- Table structure for table `learner_status_organisation` |
| -- | | -- |
| | | |
| CREATE TABLE `learner_status_organisation` ( | | CREATE TABLE `learner_status_organisation` ( |
| `status_org_id` int(12) UNSIGNED NOT NULL, | | `status_org_id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(12) UNSIGNED NOT NULL, | | `organisation_id` int(12) UNSIGNED NOT NULL, |
| `status_id` int(11) UNSIGNED NOT NULL, | | `status_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED NOT NULL, | | `updated_date` bigint(64) UNSIGNED NOT NULL, |
| `updated_by` int(11) UNSIGNED NOT NULL, | | `updated_by` int(11) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) UNSIGNED NOT NULL, | | `deleted_date` bigint(64) UNSIGNED NOT NULL, |
| `deleted_by` int(11) UNSIGNED NOT NULL | | `deleted_by` int(11) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `learning_objects` | | -- Table structure for table `learning_objects` |
| -- | | -- |
| | | |
| CREATE TABLE `learning_objects` ( | | CREATE TABLE `learning_objects` ( |
| `learning_object_id` int(12) NOT NULL, | | `learning_object_id` int(12) NOT NULL, |
| `title` varchar(255) NOT NULL DEFAULT '', | | `title` varchar(255) NOT NULL DEFAULT '', |
| `description` text, | | `description` text, |
| `primary_usage` varchar(255) DEFAULT NULL, | | `primary_usage` varchar(255) DEFAULT NULL, |
| `tool` varchar(255) DEFAULT NULL, | | `tool` varchar(255) DEFAULT NULL, |
| `object_type` enum('link','tincan','scorm') NOT NULL DEFAULT 'link', | | `object_type` enum('link','tincan','scorm') NOT NULL DEFAULT 'link', |
| `url` text NOT NULL, | | `url` text NOT NULL, |
| `filename` varchar(255) DEFAULT NULL, | | `filename` varchar(255) DEFAULT NULL, |
| `filename_hashed` varchar(255) DEFAULT NULL, | | `filename_hashed` varchar(255) DEFAULT NULL, |
| `screenshot_filename` varchar(255) NOT NULL DEFAULT '', | | `screenshot_filename` varchar(255) NOT NULL DEFAULT '', |
| `viewable_start` bigint(64) DEFAULT NULL, | | `viewable_start` bigint(64) DEFAULT NULL, |
| `viewable_end` bigint(64) DEFAULT NULL, | | `viewable_end` bigint(64) DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `learning_objects` | | -- Dumping data for table `learning_objects` |
| -- | | -- |
| | | |
| INSERT INTO `learning_objects` (`learning_object_id`, `title`, `description`, `primary_usage`, `tool`, `object_type`, `url`, `filename`, `filename_hashed`, `screenshot_filename`, `viewable_start`, `viewable_end`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `learning_objects` (`learning_object_id`, `title`, `description`, `primary_usage`, `tool`, `object_type`, `url`, `filename`, `filename_hashed`, `screenshot_filename`, `viewable_start`, `viewable_end`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'Test Learning Object', NULL, NULL, NULL, 'scorm', '', 'Introduction to Epidemiology #1.1.2.zip', 'dc84ab4f030f32cc85ec382dd0bfdfdf4f5a46adc304b17efccc46c0daac5e27', '', 1659548880, NULL, 1659548925, 1, 1659548925, 1, NULL); | | (1, 'Test Learning Object', NULL, NULL, NULL, 'scorm', '', 'Introduction to Epidemiology #1.1.2.zip', 'dc84ab4f030f32cc85ec382dd0bfdfdf4f5a46adc304b17efccc46c0daac5e27', '', 1659548880, NULL, 1659548925, 1, 1659548925, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `learning_objects_progress` | | -- Table structure for table `learning_objects_progress` |
| -- | | -- |
| | | |
| CREATE TABLE `learning_objects_progress` ( | | CREATE TABLE `learning_objects_progress` ( |
| `learning_objects_progress_id` int(12) NOT NULL, | | `learning_objects_progress_id` int(12) NOT NULL, |
| `proxy_id` int(11) NOT NULL DEFAULT '0', | | `proxy_id` int(11) NOT NULL DEFAULT '0', |
| `learning_objects_activity_id` varchar(255) NOT NULL, | | `learning_objects_activity_id` varchar(255) NOT NULL, |
| `learning_objects_state_id` varchar(255) NOT NULL, | | `learning_objects_state_id` varchar(255) NOT NULL, |
| `data` text NOT NULL, | | `data` text NOT NULL, |
| `created_date` bigint(64) NOT NULL DEFAULT '0' | | `created_date` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `learning_object_authors` | | -- Table structure for table `learning_object_authors` |
| -- | | -- |
| | | |
| CREATE TABLE `learning_object_authors` ( | | CREATE TABLE `learning_object_authors` ( |
| `id` int(12) NOT NULL, | | `id` int(12) NOT NULL, |
| `author_id` int(12) NOT NULL COMMENT 'This value is either entrada_auth.user_data.id if auth_type is Internal, entrada.lo_external_authors.eauthor_id if auth_type is External.', | | `author_id` int(12) NOT NULL COMMENT 'This value is either entrada_auth.user_data.id if auth_type is Internal, entrada.lo_external_authors.eauthor_id if auth_type is External.', |
| `author_type` enum('Internal','External') NOT NULL DEFAULT 'Internal', | | `author_type` enum('Internal','External') NOT NULL DEFAULT 'Internal', |
| `learning_object_id` int(12) NOT NULL | | `learning_object_id` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `learning_object_authors` | | -- Dumping data for table `learning_object_authors` |
| -- | | -- |
| | | |
| INSERT INTO `learning_object_authors` (`id`, `author_id`, `author_type`, `learning_object_id`) VALUES | | INSERT INTO `learning_object_authors` (`id`, `author_id`, `author_type`, `learning_object_id`) VALUES |
| (1, 1, 'Internal', 1); | | (1, 1, 'Internal', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `learning_object_external_authors` | | -- Table structure for table `learning_object_external_authors` |
| -- | | -- |
| | | |
| CREATE TABLE `learning_object_external_authors` ( | | CREATE TABLE `learning_object_external_authors` ( |
| `eauthor_id` int(12) NOT NULL, | | `eauthor_id` int(12) NOT NULL, |
| `firstname` varchar(255) NOT NULL DEFAULT '', | | `firstname` varchar(255) NOT NULL DEFAULT '', |
| `lastname` varchar(255) NOT NULL DEFAULT '', | | `lastname` varchar(255) NOT NULL DEFAULT '', |
| `email` varchar(255) NOT NULL DEFAULT '', | | `email` varchar(255) NOT NULL DEFAULT '', |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) NOT NULL, | | `updated_date` int(11) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `learning_object_files` | | -- Table structure for table `learning_object_files` |
| -- | | -- |
| | | |
| CREATE TABLE `learning_object_files` ( | | CREATE TABLE `learning_object_files` ( |
| `lo_file_id` int(11) UNSIGNED NOT NULL, | | `lo_file_id` int(11) UNSIGNED NOT NULL, |
| `filename` varchar(255) NOT NULL DEFAULT '', | | `filename` varchar(255) NOT NULL DEFAULT '', |
| `filesize` int(11) NOT NULL, | | `filesize` int(11) NOT NULL, |
| `mime_type` varchar(32) NOT NULL, | | `mime_type` varchar(32) NOT NULL, |
| `description` varchar(255) DEFAULT '', | | `description` varchar(255) DEFAULT '', |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `public` tinyint(1) NOT NULL DEFAULT '0', | | `public` tinyint(1) NOT NULL DEFAULT '0', |
| `updated_date` int(11) NOT NULL, | | `updated_date` int(11) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '1' | | `active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `learning_object_file_permissions` | | -- Table structure for table `learning_object_file_permissions` |
| -- | | -- |
| | | |
| CREATE TABLE `learning_object_file_permissions` ( | | CREATE TABLE `learning_object_file_permissions` ( |
| `lo_file_permission_id` int(11) UNSIGNED NOT NULL, | | `lo_file_permission_id` int(11) UNSIGNED NOT NULL, |
| `lo_file_id` int(11) NOT NULL, | | `lo_file_id` int(11) NOT NULL, |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `permission` enum('read','write','delete') NOT NULL DEFAULT 'read', | | `permission` enum('read','write','delete') NOT NULL DEFAULT 'read', |
| `updated_date` int(11) NOT NULL, | | `updated_date` int(11) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '1' | | `active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `learning_object_file_tags` | | -- Table structure for table `learning_object_file_tags` |
| -- | | -- |
| | | |
| CREATE TABLE `learning_object_file_tags` ( | | CREATE TABLE `learning_object_file_tags` ( |
| `lo_file_tag_id` int(11) UNSIGNED NOT NULL, | | `lo_file_tag_id` int(11) UNSIGNED NOT NULL, |
| `lo_file_id` int(11) NOT NULL, | | `lo_file_id` int(11) NOT NULL, |
| `tag` varchar(255) NOT NULL DEFAULT '', | | `tag` varchar(255) NOT NULL DEFAULT '', |
| `updated_date` int(11) NOT NULL, | | `updated_date` int(11) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `active` tinyint(11) NOT NULL DEFAULT '1' | | `active` tinyint(11) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `learning_object_objectives` | | -- Table structure for table `learning_object_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `learning_object_objectives` ( | | CREATE TABLE `learning_object_objectives` ( |
| `loobjective_id` int(11) UNSIGNED NOT NULL, | | `loobjective_id` int(11) UNSIGNED NOT NULL, |
| `objective_id` int(11) UNSIGNED NOT NULL, | | `objective_id` int(11) UNSIGNED NOT NULL, |
| `learning_object_id` int(11) UNSIGNED NOT NULL, | | `learning_object_id` int(11) UNSIGNED NOT NULL, |
| `objective_metadata` text COLLATE utf8_unicode_ci, | | `objective_metadata` text COLLATE utf8_unicode_ci, |
| `created_date` int(11) UNSIGNED NOT NULL, | | `created_date` int(11) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_date` int(11) UNSIGNED DEFAULT NULL, | | `updated_date` int(11) UNSIGNED DEFAULT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `deleted_date` int(11) UNSIGNED DEFAULT NULL | | `deleted_date` int(11) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `learning_object_organisation` | | -- Table structure for table `learning_object_organisation` |
| -- | | -- |
| | | |
| CREATE TABLE `learning_object_organisation` ( | | CREATE TABLE `learning_object_organisation` ( |
| `learning_object_id` int(11) UNSIGNED NOT NULL, | | `learning_object_id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) UNSIGNED NOT NULL | | `organisation_id` int(11) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `learning_object_organisation` | | -- Dumping data for table `learning_object_organisation` |
| -- | | -- |
| | | |
| INSERT INTO `learning_object_organisation` (`learning_object_id`, `organisation_id`) VALUES | | INSERT INTO `learning_object_organisation` (`learning_object_id`, `organisation_id`) VALUES |
| (1, 1); | | (1, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `learning_object_statements` | | -- Table structure for table `learning_object_statements` |
| -- | | -- |
| | | |
| CREATE TABLE `learning_object_statements` ( | | CREATE TABLE `learning_object_statements` ( |
| `lor_statement_id` int(12) UNSIGNED NOT NULL, | | `lor_statement_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(11) UNSIGNED NOT NULL, | | `proxy_id` int(11) UNSIGNED NOT NULL, |
| `module_id` int(10) UNSIGNED DEFAULT NULL, | | `module_id` int(10) UNSIGNED DEFAULT NULL, |
| `target_type` enum('module','event') DEFAULT NULL, | | `target_type` enum('module','event') DEFAULT NULL, |
| `target_id` int(12) UNSIGNED DEFAULT NULL, | | `target_id` int(12) UNSIGNED DEFAULT NULL, |
| `statement_datetime` int(11) UNSIGNED NOT NULL, | | `statement_datetime` int(11) UNSIGNED NOT NULL, |
| `verb` char(150) NOT NULL, | | `verb` char(150) NOT NULL, |
| `object` char(255) NOT NULL, | | `object` char(255) NOT NULL, |
| `object_definition` char(255) NOT NULL, | | `object_definition` char(255) NOT NULL, |
| `context` char(255) DEFAULT NULL, | | `context` char(255) DEFAULT NULL, |
| `result` char(255) DEFAULT NULL, | | `result` char(255) DEFAULT NULL, |
| `response` char(255) DEFAULT NULL, | | `response` char(255) DEFAULT NULL, |
| `duration` char(100) DEFAULT NULL, | | `duration` char(100) DEFAULT NULL, |
| `success` tinyint(1) DEFAULT NULL, | | `success` tinyint(1) DEFAULT NULL, |
| `score_scaled` float(12,5) DEFAULT NULL, | | `score_scaled` float(12,5) DEFAULT NULL, |
| `score_raw` float(12,5) DEFAULT NULL, | | `score_raw` float(12,5) DEFAULT NULL, |
| `score_min` float(12,5) DEFAULT NULL, | | `score_min` float(12,5) DEFAULT NULL, |
| `score_max` float(12,5) DEFAULT NULL | | `score_max` float(12,5) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `linked_objectives` | | -- Table structure for table `linked_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `linked_objectives` ( | | CREATE TABLE `linked_objectives` ( |
| `linked_objective_id` int(12) UNSIGNED NOT NULL, | | `linked_objective_id` int(12) UNSIGNED NOT NULL, |
| `version_id` int(11) UNSIGNED DEFAULT NULL, | | `version_id` int(11) UNSIGNED DEFAULT NULL, |
| `objective_id` int(12) NOT NULL, | | `objective_id` int(12) NOT NULL, |
| `target_objective_id` int(12) NOT NULL, | | `target_objective_id` int(12) NOT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '1' | | `active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `linked_objectives` | | -- Dumping data for table `linked_objectives` |
| -- | | -- |
| | | |
| INSERT INTO `linked_objectives` (`linked_objective_id`, `version_id`, `objective_id`, `target_objective_id`, `active`) VALUES | | INSERT INTO `linked_objectives` (`linked_objective_id`, `version_id`, `objective_id`, `target_objective_id`, `active`) VALUES |
| (5, NULL, 2337, 2, 1), | | (5, NULL, 2337, 2, 1), |
| (6, NULL, 2337, 3, 1), | | (6, NULL, 2337, 3, 1), |
| (7, NULL, 2337, 4, 1), | | (7, NULL, 2337, 4, 1), |
| (8, NULL, 2349, 5, 1), | | (8, NULL, 2349, 5, 1), |
| (9, NULL, 2349, 6, 1), | | (9, NULL, 2349, 6, 1), |
| (10, NULL, 2349, 7, 1), | | (10, NULL, 2349, 7, 1), |
| (11, NULL, 2356, 8, 1), | | (11, NULL, 2356, 8, 1), |
| (12, NULL, 2356, 7, 1), | | (12, NULL, 2356, 7, 1), |
| (13, NULL, 2356, 6, 1), | | (13, NULL, 2356, 6, 1), |
| (14, NULL, 2367, 2, 1), | | (14, NULL, 2367, 2, 1), |
| (15, NULL, 2367, 4, 1), | | (15, NULL, 2367, 4, 1), |
| (16, NULL, 2367, 7, 1), | | (16, NULL, 2367, 7, 1), |
| (17, NULL, 2367, 6, 1), | | (17, NULL, 2367, 6, 1), |
| (18, NULL, 2367, 8, 1), | | (18, NULL, 2367, 8, 1), |
| (19, NULL, 2375, 2, 1), | | (19, NULL, 2375, 2, 1), |
| (20, NULL, 2375, 6, 1), | | (20, NULL, 2375, 6, 1), |
| (21, NULL, 2375, 4, 1), | | (21, NULL, 2375, 4, 1), |
| (22, NULL, 2375, 7, 1), | | (22, NULL, 2375, 7, 1), |
| (23, NULL, 2382, 2, 1), | | (23, NULL, 2382, 2, 1), |
| (24, NULL, 2382, 3, 1), | | (24, NULL, 2382, 3, 1), |
| (25, NULL, 2382, 4, 1), | | (25, NULL, 2382, 4, 1), |
| (26, NULL, 2382, 5, 1), | | (26, NULL, 2382, 5, 1), |
| (27, NULL, 2382, 6, 1), | | (27, NULL, 2382, 6, 1), |
| (28, NULL, 2382, 7, 1), | | (28, NULL, 2382, 7, 1), |
| (29, NULL, 2382, 8, 1), | | (29, NULL, 2382, 8, 1), |
| (30, NULL, 2389, 3, 1), | | (30, NULL, 2389, 3, 1), |
| (31, NULL, 2389, 6, 1), | | (31, NULL, 2389, 6, 1), |
| (32, NULL, 2389, 4, 1), | | (32, NULL, 2389, 4, 1), |
| (33, NULL, 2394, 2, 1), | | (33, NULL, 2394, 2, 1), |
| (34, NULL, 2394, 3, 1), | | (34, NULL, 2394, 3, 1), |
| (35, NULL, 2394, 4, 1), | | (35, NULL, 2394, 4, 1), |
| (36, NULL, 2394, 5, 1), | | (36, NULL, 2394, 5, 1), |
| (37, NULL, 2394, 6, 1), | | (37, NULL, 2394, 6, 1), |
| (38, NULL, 2394, 7, 1), | | (38, NULL, 2394, 7, 1), |
| (39, NULL, 2394, 8, 1), | | (39, NULL, 2394, 8, 1), |
| (40, NULL, 2394, 13, 1), | | (40, NULL, 2394, 13, 1), |
| (41, NULL, 2394, 14, 1), | | (41, NULL, 2394, 14, 1), |
| (42, NULL, 2394, 36, 1), | | (42, NULL, 2394, 36, 1), |
| (43, NULL, 2394, 37, 1), | | (43, NULL, 2394, 37, 1), |
| (44, NULL, 2394, 38, 1), | | (44, NULL, 2394, 38, 1), |
| (45, NULL, 2394, 113, 1), | | (45, NULL, 2394, 113, 1), |
| (46, NULL, 2394, 114, 1); | | (46, NULL, 2394, 114, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `linked_tag_sets` | | -- Table structure for table `linked_tag_sets` |
| -- | | -- |
| | | |
| CREATE TABLE `linked_tag_sets` ( | | CREATE TABLE `linked_tag_sets` ( |
| `linked_tag_set_id` int(12) UNSIGNED NOT NULL, | | `linked_tag_set_id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(12) UNSIGNED NOT NULL, | | `organisation_id` int(12) UNSIGNED NOT NULL, |
| `type` enum('event','course_unit','course') DEFAULT NULL, | | `type` enum('event','course_unit','course') DEFAULT NULL, |
| `objective_id` int(12) NOT NULL, | | `objective_id` int(12) NOT NULL, |
| `target_objective_id` int(12) DEFAULT NULL, | | `target_objective_id` int(12) DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `created_by` int(12) UNSIGNED DEFAULT NULL, | | `created_by` int(12) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_course_sites` | | -- Table structure for table `logbook_course_sites` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_course_sites` ( | | CREATE TABLE `logbook_course_sites` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `site_id` int(11) UNSIGNED NOT NULL, | | `site_id` int(11) UNSIGNED NOT NULL, |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `updated_at` bigint(64) NOT NULL, | | `updated_at` bigint(64) NOT NULL, |
| `created_at` bigint(64) NOT NULL | | `created_at` bigint(64) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_entries` | | -- Table structure for table `logbook_entries` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_entries` ( | | CREATE TABLE `logbook_entries` ( |
| `lentry_id` int(12) UNSIGNED NOT NULL, | | `lentry_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `clinical_event_id` int(11) UNSIGNED DEFAULT NULL, | | `clinical_event_id` int(11) UNSIGNED DEFAULT NULL, |
| `encounter_date` int(12) NOT NULL, | | `encounter_date` int(12) NOT NULL, |
| `updated_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0', | | `updated_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0', |
| `patient_info` varchar(30) DEFAULT NULL, | | `patient_info` varchar(30) DEFAULT NULL, |
| `agerange_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `agerange_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `gender` varchar(1) NOT NULL DEFAULT '0', | | `gender` varchar(1) NOT NULL DEFAULT '0', |
| `course_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `course_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `llocation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `llocation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `lsite_id` int(11) UNSIGNED DEFAULT NULL, | | `lsite_id` int(11) UNSIGNED DEFAULT NULL, |
| `observer_proxy_id` int(12) UNSIGNED DEFAULT NULL, | | `observer_proxy_id` int(12) UNSIGNED DEFAULT NULL, |
| `observer_proxy_type` varchar(32) DEFAULT 'internal', | | `observer_proxy_type` varchar(32) DEFAULT 'internal', |
| `lenvironment_id` int(12) UNSIGNED DEFAULT NULL, | | `lenvironment_id` int(12) UNSIGNED DEFAULT NULL, |
| `comments` text, | | `comments` text, |
| `reflection` text, | | `reflection` text, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `minutes_tracked` int(11) DEFAULT NULL | | `minutes_tracked` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_entry_objectives` | | -- Table structure for table `logbook_entry_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_entry_objectives` ( | | CREATE TABLE `logbook_entry_objectives` ( |
| `leobjective_id` int(12) UNSIGNED NOT NULL, | | `leobjective_id` int(12) UNSIGNED NOT NULL, |
| `lentry_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `lentry_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `lobjective_id` int(12) UNSIGNED NOT NULL, | | `lobjective_id` int(12) UNSIGNED NOT NULL, |
| `lrole_id` int(12) UNSIGNED DEFAULT NULL, | | `lrole_id` int(12) UNSIGNED DEFAULT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_lu_ageranges` | | -- Table structure for table `logbook_lu_ageranges` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_lu_ageranges` ( | | CREATE TABLE `logbook_lu_ageranges` ( |
| `agerange_id` int(12) UNSIGNED NOT NULL, | | `agerange_id` int(12) UNSIGNED NOT NULL, |
| `agerange` varchar(8) DEFAULT NULL, | | `agerange` varchar(8) DEFAULT NULL, |
| `agerange_active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1' | | `agerange_active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `logbook_lu_ageranges` | | -- Dumping data for table `logbook_lu_ageranges` |
| -- | | -- |
| | | |
| INSERT INTO `logbook_lu_ageranges` (`agerange_id`, `agerange`, `agerange_active`) VALUES | | INSERT INTO `logbook_lu_ageranges` (`agerange_id`, `agerange`, `agerange_active`) VALUES |
| (1, '< 1', 1), | | (1, '< 1', 1), |
| (2, '1 - 4', 1), | | (2, '1 - 4', 1), |
| (3, '5 - 12', 1), | | (3, '5 - 12', 1), |
| (4, '13 - 19', 1), | | (4, '13 - 19', 1), |
| (5, '20 - 64', 1), | | (5, '20 - 64', 1), |
| (6, '65 - 74', 1), | | (6, '65 - 74', 1), |
| (7, '75+', 1); | | (7, '75+', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_lu_environments` | | -- Table structure for table `logbook_lu_environments` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_lu_environments` ( | | CREATE TABLE `logbook_lu_environments` ( |
| `lenvironment_id` int(12) UNSIGNED NOT NULL, | | `lenvironment_id` int(12) UNSIGNED NOT NULL, |
| `environment_name` varchar(64) NOT NULL, | | `environment_name` varchar(64) NOT NULL, |
| `environment_description` varchar(255) DEFAULT NULL, | | `environment_description` varchar(255) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `logbook_lu_environments` | | -- Dumping data for table `logbook_lu_environments` |
| -- | | -- |
| | | |
| INSERT INTO `logbook_lu_environments` (`lenvironment_id`, `environment_name`, `environment_description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `logbook_lu_environments` (`lenvironment_id`, `environment_name`, `environment_description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'Clinic', NULL, 1533328316, 1, 1533328316, 1, NULL), | | (1, 'Clinic', NULL, 1533328316, 1, 1533328316, 1, NULL), |
| (2, 'Ward', NULL, 1533328316, 1, 1533328316, 1, NULL), | | (2, 'Ward', NULL, 1533328316, 1, 1533328316, 1, NULL), |
| (3, 'Emergency', NULL, 1533328316, 1, 1533328316, 1, NULL), | | (3, 'Emergency', NULL, 1533328316, 1, 1533328316, 1, NULL), |
| (4, 'ICU', NULL, 1533328316, 1, 1533328316, 1, NULL), | | (4, 'ICU', NULL, 1533328316, 1, 1533328316, 1, NULL), |
| (5, 'Private Office', NULL, 1533328316, 1, 1533328316, 1, NULL), | | (5, 'Private Office', NULL, 1533328316, 1, 1533328316, 1, NULL), |
| (6, 'OR', NULL, 1533328316, 1, 1533328316, 1, NULL), | | (6, 'OR', NULL, 1533328316, 1, 1533328316, 1, NULL), |
| (7, 'NICU', NULL, 1533328316, 1, 1533328316, 1, NULL), | | (7, 'NICU', NULL, 1533328316, 1, 1533328316, 1, NULL), |
| (8, 'Nursing Home', NULL, 1533328316, 1, 1533328316, 1, NULL), | | (8, 'Nursing Home', NULL, 1533328316, 1, 1533328316, 1, NULL), |
| (9, 'Community Site', NULL, 1533328316, 1, 1533328316, 1, NULL), | | (9, 'Community Site', NULL, 1533328316, 1, 1533328316, 1, NULL), |
| (10, 'Computer Interactive Case', NULL, 1533328316, 1, 1533328316, 1, NULL), | | (10, 'Computer Interactive Case', NULL, 1533328316, 1, 1533328316, 1, NULL), |
| (11, 'Other (provide details in additional comments field)', NULL, 1533328316, 1, 1533328316, 1, NULL); | | (11, 'Other (provide details in additional comments field)', NULL, 1533328316, 1, 1533328316, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_lu_locations` | | -- Table structure for table `logbook_lu_locations` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_lu_locations` ( | | CREATE TABLE `logbook_lu_locations` ( |
| `llocation_id` int(12) UNSIGNED NOT NULL, | | `llocation_id` int(12) UNSIGNED NOT NULL, |
| `location` varchar(64) DEFAULT NULL, | | `location` varchar(64) DEFAULT NULL, |
| `location_active` tinyint(1) NOT NULL DEFAULT '1' | | `location_active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `logbook_lu_locations` | | -- Dumping data for table `logbook_lu_locations` |
| -- | | -- |
| | | |
| INSERT INTO `logbook_lu_locations` (`llocation_id`, `location`, `location_active`) VALUES | | INSERT INTO `logbook_lu_locations` (`llocation_id`, `location`, `location_active`) VALUES |
| (1, 'Clinic', 1), | | (1, 'Clinic', 1), |
| (2, 'Ward', 1), | | (2, 'Ward', 1), |
| (3, 'Emergency', 1), | | (3, 'Emergency', 1), |
| (4, 'ICU', 1), | | (4, 'ICU', 1), |
| (5, 'Private Office', 1), | | (5, 'Private Office', 1), |
| (6, 'OR', 1), | | (6, 'OR', 1), |
| (7, 'NICU', 1), | | (7, 'NICU', 1), |
| (8, 'Nursing Home', 1), | | (8, 'Nursing Home', 1), |
| (9, 'Community Site', 1), | | (9, 'Community Site', 1), |
| (10, 'Computer Interactive Case', 1), | | (10, 'Computer Interactive Case', 1), |
| (11, 'Other (provide details in additional comments field)', 1); | | (11, 'Other (provide details in additional comments field)', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_lu_roles` | | -- Table structure for table `logbook_lu_roles` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_lu_roles` ( | | CREATE TABLE `logbook_lu_roles` ( |
| `lrole_id` int(12) UNSIGNED NOT NULL, | | `lrole_id` int(12) UNSIGNED NOT NULL, |
| `role_name` varchar(64) NOT NULL, | | `role_name` varchar(64) NOT NULL, |
| `role_description` varchar(255) DEFAULT NULL, | | `role_description` varchar(255) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `logbook_lu_roles` | | -- Dumping data for table `logbook_lu_roles` |
| -- | | -- |
| | | |
| INSERT INTO `logbook_lu_roles` (`lrole_id`, `role_name`, `role_description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `logbook_lu_roles` (`lrole_id`, `role_name`, `role_description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 'Observed', 'Participation Level: Observed', 1533328316, 1, 1533328316, 1, NULL), | | (1, 'Observed', 'Participation Level: Observed', 1533328316, 1, 1533328316, 1, NULL), |
| (2, 'Performed with help', 'Participation Level: Performed with help', 1533328316, 1, 1533328316, 1, NULL), | | (2, 'Performed with help', 'Participation Level: Performed with help', 1533328316, 1, 1533328316, 1, NULL), |
| (3, 'Performed independently', 'Participation Level: Performed independently', 1533328316, 1, 1533328316, 1, NULL); | | (3, 'Performed independently', 'Participation Level: Performed independently', 1533328316, 1, 1533328316, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_lu_sites` | | -- Table structure for table `logbook_lu_sites` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_lu_sites` ( | | CREATE TABLE `logbook_lu_sites` ( |
| `lsite_id` int(11) NOT NULL, | | `lsite_id` int(11) NOT NULL, |
| `site_name` varchar(64) NOT NULL, | | `site_name` varchar(64) NOT NULL, |
| `site_active` tinyint(1) NOT NULL DEFAULT '1' | | `site_active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `logbook_lu_sites` | | -- Dumping data for table `logbook_lu_sites` |
| -- | | -- |
| | | |
| INSERT INTO `logbook_lu_sites` (`lsite_id`, `site_name`, `site_active`) VALUES | | INSERT INTO `logbook_lu_sites` (`lsite_id`, `site_name`, `site_active`) VALUES |
| (1, 'Brockville General Hospital', 1), | | (1, 'Brockville General Hospital', 1), |
| (2, 'Brockville Pyschiatric Hospital', 1), | | (2, 'Brockville Pyschiatric Hospital', 1), |
| (3, 'Hotel Dieu Hospital (Kingston)', 1), | | (3, 'Hotel Dieu Hospital (Kingston)', 1), |
| (4, 'Kingston General Hospital', 1), | | (4, 'Kingston General Hospital', 1), |
| (5, 'Lakeridge Health', 1), | | (5, 'Lakeridge Health', 1), |
| (6, 'Markam Stouffville Hospital', 1), | | (6, 'Markam Stouffville Hospital', 1), |
| (7, 'Perth Family Health Team', 1), | | (7, 'Perth Family Health Team', 1), |
| (8, 'Perth/Smiths Falls District Hospital', 1), | | (8, 'Perth/Smiths Falls District Hospital', 1), |
| (9, 'Peterborough Regional Health Centre', 1), | | (9, 'Peterborough Regional Health Centre', 1), |
| (10, 'Providence Care Centre', 1), | | (10, 'Providence Care Centre', 1), |
| (11, 'Quinte Health Care', 1), | | (11, 'Quinte Health Care', 1), |
| (12, 'Weenebayko General Hospital', 1), | | (12, 'Weenebayko General Hospital', 1), |
| (13, 'Other (provide details in additional comments field)', 1); | | (13, 'Other (provide details in additional comments field)', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_objectives` | | -- Table structure for table `logbook_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_objectives` ( | | CREATE TABLE `logbook_objectives` ( |
| `lobjective_id` int(12) UNSIGNED NOT NULL, | | `lobjective_id` int(12) UNSIGNED NOT NULL, |
| `objective_id` int(12) UNSIGNED NOT NULL, | | `objective_id` int(12) UNSIGNED NOT NULL, |
| `course_id` int(12) UNSIGNED NOT NULL, | | `course_id` int(12) UNSIGNED NOT NULL, |
| `cperiod_id` int(11) DEFAULT NULL, | | `cperiod_id` int(11) DEFAULT NULL, |
| `minimum_required` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `minimum_required` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `maximum_required` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `maximum_required` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `require_reflection` tinyint(1) NOT NULL DEFAULT '0', | | `require_reflection` tinyint(1) NOT NULL DEFAULT '0', |
| `require_comments` tinyint(1) NOT NULL DEFAULT '0', | | `require_comments` tinyint(1) NOT NULL DEFAULT '0', |
| `require_patient_info` tinyint(1) NOT NULL DEFAULT '0', | | `require_patient_info` tinyint(1) NOT NULL DEFAULT '0', |
| `require_environment` tinyint(1) NOT NULL DEFAULT '0', | | `require_environment` tinyint(1) NOT NULL DEFAULT '0', |
| `require_observer` tinyint(1) NOT NULL DEFAULT '0', | | `require_observer` tinyint(1) NOT NULL DEFAULT '0', |
| `require_role` tinyint(1) NOT NULL DEFAULT '0', | | `require_role` tinyint(1) NOT NULL DEFAULT '0', |
| `active` tinyint(1) DEFAULT '1', | | `active` tinyint(1) DEFAULT '1', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `require_time_tracking` bit(1) NOT NULL DEFAULT b'0', | | `require_time_tracking` bit(1) NOT NULL DEFAULT b'0', |
| `time_tracking_minimum` int(11) NOT NULL DEFAULT '0' | | `time_tracking_minimum` int(11) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `logbook_objectives` | | -- Dumping data for table `logbook_objectives` |
| -- | | -- |
| | | |
| INSERT INTO `logbook_objectives` (`lobjective_id`, `objective_id`, `course_id`, `cperiod_id`, `minimum_required`, `maximum_required`, `require_reflection`, `require_comments`, `require_patient_info`, `require_environment`, `require_observer`, `require_role`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `require_time_tracking`, `time_tracking_minimum`) VALUES | | INSERT INTO `logbook_objectives` (`lobjective_id`, `objective_id`, `course_id`, `cperiod_id`, `minimum_required`, `maximum_required`, `require_reflection`, `require_comments`, `require_patient_info`, `require_environment`, `require_observer`, `require_role`, `active`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `require_time_tracking`, `time_tracking_minimum`) VALUES |
| (1, 303, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), | | (1, 303, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), |
| (2, 300, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), | | (2, 300, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), |
| (3, 299, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), | | (3, 299, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), |
| (4, 296, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), | | (4, 296, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), |
| (5, 295, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), | | (5, 295, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), |
| (6, 294, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), | | (6, 294, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), |
| (7, 296, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), | | (7, 296, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), |
| (8, 295, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), | | (8, 295, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), |
| (9, 294, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), | | (9, 294, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), |
| (10, 291, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), | | (10, 291, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), |
| (11, 290, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), | | (11, 290, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), |
| (12, 292, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), | | (12, 292, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0), |
| (13, 296, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0); | | (13, 296, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1685381586, 1, 1685381586, 1, NULL, b'0', 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_objective_environments` | | -- Table structure for table `logbook_objective_environments` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_objective_environments` ( | | CREATE TABLE `logbook_objective_environments` ( |
| `loenvironment_id` int(12) UNSIGNED NOT NULL, | | `loenvironment_id` int(12) UNSIGNED NOT NULL, |
| `lobjective_id` int(12) UNSIGNED NOT NULL, | | `lobjective_id` int(12) UNSIGNED NOT NULL, |
| `lenvironment_id` int(12) UNSIGNED NOT NULL, | | `lenvironment_id` int(12) UNSIGNED NOT NULL, |
| `minimum_required` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `minimum_required` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `maximum_required` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `maximum_required` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_objective_roles` | | -- Table structure for table `logbook_objective_roles` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_objective_roles` ( | | CREATE TABLE `logbook_objective_roles` ( |
| `lorole_id` int(12) UNSIGNED NOT NULL, | | `lorole_id` int(12) UNSIGNED NOT NULL, |
| `lobjective_id` int(12) UNSIGNED NOT NULL, | | `lobjective_id` int(12) UNSIGNED NOT NULL, |
| `lrole_id` int(12) UNSIGNED NOT NULL, | | `lrole_id` int(12) UNSIGNED NOT NULL, |
| `label` varchar(64) DEFAULT NULL, | | `label` varchar(64) DEFAULT NULL, |
| `minimum_required` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `minimum_required` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `maximum_required` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `maximum_required` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(12) NOT NULL, | | `created_by` int(12) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lotteries` | | -- Table structure for table `lotteries` |
| -- | | -- |
| | | |
| CREATE TABLE `lotteries` ( | | CREATE TABLE `lotteries` ( |
| `lottery_id` int(12) NOT NULL, | | `lottery_id` int(12) NOT NULL, |
| `cperiod_id` int(12) NOT NULL, | | `cperiod_id` int(12) NOT NULL, |
| `schedule_draft_id` int(11) UNSIGNED NOT NULL, | | `schedule_draft_id` int(11) UNSIGNED NOT NULL, |
| `title` varchar(45) DEFAULT NULL, | | `title` varchar(45) DEFAULT NULL, |
| `available_on` bigint(64) DEFAULT NULL, | | `available_on` bigint(64) DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `status` enum('draft','published') NOT NULL DEFAULT 'draft', | | `status` enum('draft','published') NOT NULL DEFAULT 'draft', |
| `visible` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', | | `visible` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', |
| `created_by` int(12) UNSIGNED DEFAULT NULL, | | `created_by` int(12) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL | | `updated_by` int(12) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `lotteries` | | -- Dumping data for table `lotteries` |
| -- | | -- |
| | | |
| INSERT INTO `lotteries` (`lottery_id`, `cperiod_id`, `schedule_draft_id`, `title`, `available_on`, `created_date`, `updated_date`, `deleted_date`, `status`, `visible`, `created_by`, `updated_by`) VALUES | | INSERT INTO `lotteries` (`lottery_id`, `cperiod_id`, `schedule_draft_id`, `title`, `available_on`, `created_date`, `updated_date`, `deleted_date`, `status`, `visible`, `created_by`, `updated_by`) VALUES |
| (1, 3, 4, 'Test Lottery 1', 1685381586, 1685381586, 1685381586, NULL, 'draft', 0, 1, 1), | | (1, 3, 4, 'Test Lottery 1', 1685381586, 1685381586, 1685381586, NULL, 'draft', 0, 1, 1), |
| (2, 3, 4, 'Test Lottery 2', 1685381587, 1685381587, 1685381587, NULL, 'draft', 1, 1, 1), | | (2, 3, 4, 'Test Lottery 2', 1685381587, 1685381587, 1685381587, NULL, 'draft', 1, 1, 1), |
| (3, 3, 4, 'Test Lottery 3', 1685381588, 1685381588, 1685381588, NULL, 'draft', 0, 1, 1), | | (3, 3, 4, 'Test Lottery 3', 1685381588, 1685381588, 1685381588, NULL, 'draft', 0, 1, 1), |
| (4, 3, 4, 'Test Lottery 4', 1685385186, 1685381589, 1685381589, NULL, 'draft', 1, 1, 1), | | (4, 3, 4, 'Test Lottery 4', 1685385186, 1685381589, 1685381589, NULL, 'draft', 1, 1, 1), |
| (5, 3, 1, 'Test Lottery 5', 1685385186, 1685381590, 1685381590, NULL, 'draft', 1, 1, 1), | | (5, 3, 1, 'Test Lottery 5', 1685385186, 1685381590, 1685381590, NULL, 'draft', 1, 1, 1), |
| (6, 3, 4, 'Test Lottery 6', 1685385186, 1685381591, 1685381591, NULL, 'draft', 1, 1, 1), | | (6, 3, 4, 'Test Lottery 6', 1685385186, 1685381591, 1685381591, NULL, 'draft', 1, 1, 1), |
| (7, 3, 4, 'Test Lottery 7', 1685385186, 1685381591, 1685381591, NULL, 'draft', 1, 1, 1), | | (7, 3, 4, 'Test Lottery 7', 1685385186, 1685381591, 1685381591, NULL, 'draft', 1, 1, 1), |
| (9, 34, 6, 'Simple Test Lottery 9', 1685381586, 1685381586, 1685381586, NULL, 'draft', 1, 1, 1), | | (9, 34, 6, 'Simple Test Lottery 9', 1685381586, 1685381586, 1685381586, NULL, 'draft', 1, 1, 1), |
| (11, 33, 5, 'Test Lottery 8', 1685385186, 1685381591, 1685381591, NULL, 'draft', 1, 1, 1); | | (11, 33, 5, 'Test Lottery 8', 1685385186, 1685381591, 1685381591, NULL, 'draft', 1, 1, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lottery_exclusions` | | -- Table structure for table `lottery_exclusions` |
| -- | | -- |
| | | |
| CREATE TABLE `lottery_exclusions` ( | | CREATE TABLE `lottery_exclusions` ( |
| `lottery_exclusion_id` int(10) UNSIGNED NOT NULL, | | `lottery_exclusion_id` int(10) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `exclusion_type` enum('opt-out','exclusion') NOT NULL, | | `exclusion_type` enum('opt-out','exclusion') NOT NULL, |
| `resource_type` enum('lottery_id','stage_id','schedule_id') NOT NULL, | | `resource_type` enum('lottery_id','stage_id','schedule_id') NOT NULL, |
| `resource_id` int(10) UNSIGNED NOT NULL, | | `resource_id` int(10) UNSIGNED NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `updated_by` int(10) UNSIGNED DEFAULT NULL, | | `updated_by` int(10) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `lottery_exclusions` | | -- Dumping data for table `lottery_exclusions` |
| -- | | -- |
| | | |
| INSERT INTO `lottery_exclusions` (`lottery_exclusion_id`, `proxy_id`, `exclusion_type`, `resource_type`, `resource_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES | | INSERT INTO `lottery_exclusions` (`lottery_exclusion_id`, `proxy_id`, `exclusion_type`, `resource_type`, `resource_id`, `created_by`, `created_date`, `updated_by`, `updated_date`, `deleted_date`) VALUES |
| (1, 4, 'exclusion', 'lottery_id', 4, 4, 1685381586, 4, 1685381586, NULL), | | (1, 4, 'exclusion', 'lottery_id', 4, 4, 1685381586, 4, 1685381586, NULL), |
| (2, 2, 'opt-out', 'schedule_id', 80, 2, 1685381586, 2, 1685381586, NULL); | | (2, 2, 'opt-out', 'schedule_id', 80, 2, 1685381586, 2, 1685381586, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lottery_job_submissions` | | -- Table structure for table `lottery_job_submissions` |
| -- | | -- |
| | | |
| CREATE TABLE `lottery_job_submissions` ( | | CREATE TABLE `lottery_job_submissions` ( |
| `submission_id` int(12) NOT NULL, | | `submission_id` int(12) NOT NULL, |
| `submission_type` varchar(50) DEFAULT NULL, | | `submission_type` varchar(50) DEFAULT NULL, |
| `entity_type` varchar(50) DEFAULT NULL, | | `entity_type` varchar(50) DEFAULT NULL, |
| `entity_id` int(12) NOT NULL, | | `entity_id` int(12) NOT NULL, |
| `submitted_by` int(12) DEFAULT NULL, | | `submitted_by` int(12) DEFAULT NULL, |
| `status` varchar(25) DEFAULT NULL, | | `status` varchar(25) DEFAULT NULL, |
| `executed_date` bigint(64) DEFAULT NULL, | | `executed_date` bigint(64) DEFAULT NULL, |
| `finished_date` bigint(64) DEFAULT NULL, | | `finished_date` bigint(64) DEFAULT NULL, |
| `message` text | | `message` text |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lottery_learner_rankings` | | -- Table structure for table `lottery_learner_rankings` |
| -- | | -- |
| | | |
| CREATE TABLE `lottery_learner_rankings` ( | | CREATE TABLE `lottery_learner_rankings` ( |
| `ranking_id` int(12) NOT NULL, | | `ranking_id` int(12) NOT NULL, |
| `option_id` int(12) NOT NULL, | | `option_id` int(12) NOT NULL, |
| `stage_id` int(12) NOT NULL, | | `stage_id` int(12) NOT NULL, |
| `phase_id` int(12) NOT NULL, | | `phase_id` int(12) NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `rank` int(3) NOT NULL, | | `rank` int(3) NOT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL | | `updated_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lottery_rotation_options` | | -- Table structure for table `lottery_rotation_options` |
| -- | | -- |
| | | |
| CREATE TABLE `lottery_rotation_options` ( | | CREATE TABLE `lottery_rotation_options` ( |
| `option_id` int(12) NOT NULL, | | `option_id` int(12) NOT NULL, |
| `option_no` varchar(128) DEFAULT NULL, | | `option_no` varchar(128) DEFAULT NULL, |
| `stage_id` int(12) NOT NULL, | | `stage_id` int(12) NOT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `lottery_rotation_options` | | -- Dumping data for table `lottery_rotation_options` |
| -- | | -- |
| | | |
| INSERT INTO `lottery_rotation_options` (`option_id`, `option_no`, `stage_id`, `created_date`, `updated_date`, `deleted_date`) VALUES | | INSERT INTO `lottery_rotation_options` (`option_id`, `option_no`, `stage_id`, `created_date`, `updated_date`, `deleted_date`) VALUES |
| (1, '1', 1, 1685381586, 1685381586, NULL), | | (1, '1', 1, 1685381586, 1685381586, NULL), |
| (2, '2', 1, 1685381586, 1685381586, NULL), | | (2, '2', 1, 1685381586, 1685381586, NULL), |
| (3, '3', 1, 1685381586, 1685381586, NULL), | | (3, '3', 1, 1685381586, 1685381586, NULL), |
| (4, '4', 1, 1685381586, 1685381586, NULL), | | (4, '4', 1, 1685381586, 1685381586, NULL), |
| (5, '5', 1, 1685381586, 1685381586, NULL), | | (5, '5', 1, 1685381586, 1685381586, NULL), |
| (6, '6', 1, 1685381586, 1685381586, NULL), | | (6, '6', 1, 1685381586, 1685381586, NULL), |
| (21, '1', 4, 1685381586, 1685381586, NULL), | | (21, '1', 4, 1685381586, 1685381586, NULL), |
| (22, '2', 4, 1685381586, 1685381586, NULL), | | (22, '2', 4, 1685381586, 1685381586, NULL), |
| (23, '3', 4, 1685381586, 1685381586, NULL), | | (23, '3', 4, 1685381586, 1685381586, NULL), |
| (24, '4', 4, 1685381586, 1685381586, NULL), | | (24, '4', 4, 1685381586, 1685381586, NULL), |
| (25, '5', 4, 1685381586, 1685381586, NULL), | | (25, '5', 4, 1685381586, 1685381586, NULL), |
| (26, '6', 4, 1685381586, 1685381586, NULL), | | (26, '6', 4, 1685381586, 1685381586, NULL), |
| (27, '1', 7, 1685381586, 1685381586, NULL), | | (27, '1', 7, 1685381586, 1685381586, NULL), |
| (28, '2', 7, 1685381586, 1685381586, NULL), | | (28, '2', 7, 1685381586, 1685381586, NULL), |
| (29, '3', 7, 1685381586, 1685381586, NULL), | | (29, '3', 7, 1685381586, 1685381586, NULL), |
| (30, '4', 7, 1685381586, 1685381586, NULL), | | (30, '4', 7, 1685381586, 1685381586, NULL), |
| (31, '5', 7, 1685381586, 1685381586, NULL), | | (31, '5', 7, 1685381586, 1685381586, NULL), |
| (32, '6', 7, 1685381586, 1685381586, NULL), | | (32, '6', 7, 1685381586, 1685381586, NULL), |
| (33, '1', 9, 1685381586, 1685381586, NULL), | | (33, '1', 9, 1685381586, 1685381586, NULL), |
| (34, '2', 9, 1685381586, 1685381586, NULL), | | (34, '2', 9, 1685381586, 1685381586, NULL), |
| (35, '3', 9, 1685381586, 1685381586, NULL), | | (35, '3', 9, 1685381586, 1685381586, NULL), |
| (36, '4', 9, 1685381586, 1685381586, NULL), | | (36, '4', 9, 1685381586, 1685381586, NULL), |
| (37, '5', 9, 1685381586, 1685381586, NULL), | | (37, '5', 9, 1685381586, 1685381586, NULL), |
| (38, '6', 9, 1685381586, 1685381586, NULL), | | (38, '6', 9, 1685381586, 1685381586, NULL), |
| (39, '1', 12, 1685381586, 1685381586, NULL), | | (39, '1', 12, 1685381586, 1685381586, NULL), |
| (40, '2', 12, 1685381586, 1685381586, NULL), | | (40, '2', 12, 1685381586, 1685381586, NULL), |
| (41, '3', 12, 1685381586, 1685381586, NULL), | | (41, '3', 12, 1685381586, 1685381586, NULL), |
| (42, '4', 12, 1685381586, 1685381586, NULL), | | (42, '4', 12, 1685381586, 1685381586, NULL), |
| (43, '5', 12, 1685381586, 1685381586, NULL), | | (43, '5', 12, 1685381586, 1685381586, NULL), |
| (44, '6', 12, 1685381586, 1685381586, NULL), | | (44, '6', 12, 1685381586, 1685381586, NULL), |
| (45, '7', 12, 1685381586, 1685381586, NULL), | | (45, '7', 12, 1685381586, 1685381586, NULL), |
| (46, '8', 12, 1685381586, 1685381586, NULL), | | (46, '8', 12, 1685381586, 1685381586, NULL), |
| (47, '9', 12, 1685381586, 1685381586, NULL), | | (47, '9', 12, 1685381586, 1685381586, NULL), |
| (48, '10', 12, 1685381586, 1685381586, NULL), | | (48, '10', 12, 1685381586, 1685381586, NULL), |
| (49, '11', 12, 1685381586, 1685381586, NULL), | | (49, '11', 12, 1685381586, 1685381586, NULL), |
| (50, '12', 12, 1685381586, 1685381586, NULL), | | (50, '12', 12, 1685381586, 1685381586, NULL), |
| (51, '13', 12, 1685381586, 1685381586, NULL), | | (51, '13', 12, 1685381586, 1685381586, NULL), |
| (52, '14', 12, 1685381586, 1685381586, NULL), | | (52, '14', 12, 1685381586, 1685381586, NULL), |
| (53, 'OPTION 1', 17, 1685381586, 1685381586, NULL), | | (53, 'OPTION 1', 17, 1685381586, 1685381586, NULL), |
| (54, 'OPTION 2', 17, 1685381586, 1685381586, NULL), | | (54, 'OPTION 2', 17, 1685381586, 1685381586, NULL), |
| (55, 'OPTION 3', 17, 1685381586, 1685381586, NULL), | | (55, 'OPTION 3', 17, 1685381586, 1685381586, NULL), |
| (56, 'OPTION 4', 17, 1685381586, 1685381586, NULL), | | (56, 'OPTION 4', 17, 1685381586, 1685381586, NULL), |
| (57, 'OPTION 5', 17, 1685381586, 1685381586, NULL), | | (57, 'OPTION 5', 17, 1685381586, 1685381586, NULL), |
| (58, 'OPTION 6', 17, 1685381586, 1685381586, NULL), | | (58, 'OPTION 6', 17, 1685381586, 1685381586, NULL), |
| (59, 'OPTION 1', 14, 1685381586, 1685381586, NULL), | | (59, 'OPTION 1', 14, 1685381586, 1685381586, NULL), |
| (60, 'OPTION 2', 14, 1685381586, 1685381586, NULL), | | (60, 'OPTION 2', 14, 1685381586, 1685381586, NULL), |
| (61, 'OPTION 3', 14, 1685381586, 1685381586, NULL), | | (61, 'OPTION 3', 14, 1685381586, 1685381586, NULL), |
| (62, '15', 18, 1685381586, 1685381586, NULL), | | (62, '15', 18, 1685381586, 1685381586, NULL), |
| (63, '16', 18, 1685381586, 1685381586, NULL), | | (63, '16', 18, 1685381586, 1685381586, NULL), |
| (64, '17', 18, 1685381586, 1685381586, NULL), | | (64, '17', 18, 1685381586, 1685381586, NULL), |
| (65, '18', 18, 1685381586, 1685381586, NULL); | | (65, '18', 18, 1685381586, 1685381586, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lottery_rotation_options_block_swap_requests` | | -- Table structure for table `lottery_rotation_options_block_swap_requests` |
| -- | | -- |
| | | |
| CREATE TABLE `lottery_rotation_options_block_swap_requests` ( | | CREATE TABLE `lottery_rotation_options_block_swap_requests` ( |
| `lrobs_request_id` int(11) UNSIGNED NOT NULL, | | `lrobs_request_id` int(11) UNSIGNED NOT NULL, |
| `block_id` int(11) UNSIGNED NOT NULL, | | `block_id` int(11) UNSIGNED NOT NULL, |
| `requested_slot_id` int(11) UNSIGNED NOT NULL, | | `requested_slot_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `status` enum('pending','accepted','cancelled') NOT NULL, | | `status` enum('pending','accepted','cancelled') NOT NULL, |
| `accepted_by` int(11) DEFAULT NULL, | | `accepted_by` int(11) DEFAULT NULL, |
| `accepted_date` bigint(64) DEFAULT NULL, | | `accepted_date` bigint(64) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `lottery_rotation_options_block_swap_requests` | | -- Dumping data for table `lottery_rotation_options_block_swap_requests` |
| -- | | -- |
| | | |
| INSERT INTO `lottery_rotation_options_block_swap_requests` (`lrobs_request_id`, `block_id`, `requested_slot_id`, `proxy_id`, `status`, `accepted_by`, `accepted_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `lottery_rotation_options_block_swap_requests` (`lrobs_request_id`, `block_id`, `requested_slot_id`, `proxy_id`, `status`, `accepted_by`, `accepted_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 79, 35, 2, 'pending', NULL, NULL, 1685381586, 1, 1685381586, 2, NULL), | | (1, 79, 35, 2, 'pending', NULL, NULL, 1685381586, 1, 1685381586, 2, NULL), |
| (2, 85, 31, 2, 'cancelled', NULL, NULL, 1685381586, 1, 1685381586, 2, 1685381586), | | (2, 85, 31, 2, 'cancelled', NULL, NULL, 1685381586, 1, 1685381586, 2, 1685381586), |
| (3, 79, 35, 2, 'accepted', 3, 1685381586, 1685381586, 1, 1685381586, 2, NULL), | | (3, 79, 35, 2, 'accepted', 3, 1685381586, 1685381586, 1, 1685381586, 2, NULL), |
| (4, 79, 35, 4, 'pending', NULL, NULL, 1685381586, 4, 1685381586, 4, NULL), | | (4, 79, 35, 4, 'pending', NULL, NULL, 1685381586, 4, 1685381586, 4, NULL), |
| (5, 80, 33, 3, 'pending', NULL, NULL, 1685381586, 3, 1685381586, 3, NULL); | | (5, 80, 33, 3, 'pending', NULL, NULL, 1685381586, 3, 1685381586, 3, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lottery_rotation_options_block_swap_request_denials` | | -- Table structure for table `lottery_rotation_options_block_swap_request_denials` |
| -- | | -- |
| | | |
| CREATE TABLE `lottery_rotation_options_block_swap_request_denials` ( | | CREATE TABLE `lottery_rotation_options_block_swap_request_denials` ( |
| `lrobsr_denial_id` int(12) UNSIGNED NOT NULL, | | `lrobsr_denial_id` int(12) UNSIGNED NOT NULL, |
| `lrobs_request_id` int(12) UNSIGNED DEFAULT NULL, | | `lrobs_request_id` int(12) UNSIGNED DEFAULT NULL, |
| `proxy_id` int(12) UNSIGNED DEFAULT NULL, | | `proxy_id` int(12) UNSIGNED DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL | | `created_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `lottery_rotation_options_block_swap_request_denials` | | -- Dumping data for table `lottery_rotation_options_block_swap_request_denials` |
| -- | | -- |
| | | |
| INSERT INTO `lottery_rotation_options_block_swap_request_denials` (`lrobsr_denial_id`, `lrobs_request_id`, `proxy_id`, `created_date`) VALUES | | INSERT INTO `lottery_rotation_options_block_swap_request_denials` (`lrobsr_denial_id`, `lrobs_request_id`, `proxy_id`, `created_date`) VALUES |
| (1, 4, 3, 1685381586); | | (1, 4, 3, 1685381586); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lottery_rotation_options_swap_requests` | | -- Table structure for table `lottery_rotation_options_swap_requests` |
| -- | | -- |
| | | |
| CREATE TABLE `lottery_rotation_options_swap_requests` ( | | CREATE TABLE `lottery_rotation_options_swap_requests` ( |
| `lros_request_id` int(11) UNSIGNED NOT NULL, | | `lros_request_id` int(11) UNSIGNED NOT NULL, |
| `rotation_options_id` int(11) NOT NULL, | | `rotation_options_id` int(11) NOT NULL, |
| `requested_rotation_options_id` int(11) NOT NULL, | | `requested_rotation_options_id` int(11) NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `status` enum('pending','accepted','cancelled') NOT NULL, | | `status` enum('pending','accepted','cancelled') NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `accepted_by` int(11) DEFAULT NULL, | | `accepted_by` int(11) DEFAULT NULL, |
| `accepted_date` bigint(64) DEFAULT NULL | | `accepted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `lottery_rotation_options_swap_requests` | | -- Dumping data for table `lottery_rotation_options_swap_requests` |
| -- | | -- |
| | | |
| INSERT INTO `lottery_rotation_options_swap_requests` (`lros_request_id`, `rotation_options_id`, `requested_rotation_options_id`, `proxy_id`, `status`, `created_date`, `updated_date`, `deleted_date`, `created_by`, `updated_by`, `accepted_by`, `accepted_date`) VALUES | | INSERT INTO `lottery_rotation_options_swap_requests` (`lros_request_id`, `rotation_options_id`, `requested_rotation_options_id`, `proxy_id`, `status`, `created_date`, `updated_date`, `deleted_date`, `created_by`, `updated_by`, `accepted_by`, `accepted_date`) VALUES |
| (1, 27, 28, 2, 'pending', 1685381586, 1685381586, NULL, 2, 2, NULL, NULL), | | (1, 27, 28, 2, 'pending', 1685381586, 1685381586, NULL, 2, 2, NULL, NULL), |
| (2, 31, 28, 3, 'pending', 1685381586, 1685381586, NULL, 3, 3, NULL, NULL), | | (2, 31, 28, 3, 'pending', 1685381586, 1685381586, NULL, 3, 3, NULL, NULL), |
| (3, 31, 28, 3, 'accepted', 1685381586, 1685381586, NULL, 3, 3, 4, 1685381586), | | (3, 31, 28, 3, 'accepted', 1685381586, 1685381586, NULL, 3, 3, 4, 1685381586), |
| (4, 31, 28, 3, 'pending', 1685381586, 1685381586, 1685381586, 3, 3, NULL, NULL), | | (4, 31, 28, 3, 'pending', 1685381586, 1685381586, 1685381586, 3, 3, NULL, NULL), |
| (5, 31, 28, 3, 'cancelled', 1685381586, 1685381586, NULL, 3, 3, NULL, NULL); | | (5, 31, 28, 3, 'cancelled', 1685381586, 1685381586, NULL, 3, 3, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lottery_rotation_options_swap_request_denials` | | -- Table structure for table `lottery_rotation_options_swap_request_denials` |
| -- | | -- |
| | | |
| CREATE TABLE `lottery_rotation_options_swap_request_denials` ( | | CREATE TABLE `lottery_rotation_options_swap_request_denials` ( |
| `lrosr_denial_id` int(11) NOT NULL, | | `lrosr_denial_id` int(11) NOT NULL, |
| `lros_request_id` int(11) DEFAULT NULL, | | `lros_request_id` int(11) DEFAULT NULL, |
| `proxy_id` int(11) DEFAULT NULL, | | `proxy_id` int(11) DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL | | `created_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lottery_rotation_option_slots` | | -- Table structure for table `lottery_rotation_option_slots` |
| -- | | -- |
| | | |
| CREATE TABLE `lottery_rotation_option_slots` ( | | CREATE TABLE `lottery_rotation_option_slots` ( |
| `option_slot_id` int(12) UNSIGNED NOT NULL, | | `option_slot_id` int(12) UNSIGNED NOT NULL, |
| `option_id` int(12) NOT NULL, | | `option_id` int(12) NOT NULL, |
| `slot_id` int(11) UNSIGNED NOT NULL | | `slot_id` int(11) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `lottery_rotation_option_slots` | | -- Dumping data for table `lottery_rotation_option_slots` |
| -- | | -- |
| | | |
| INSERT INTO `lottery_rotation_option_slots` (`option_slot_id`, `option_id`, `slot_id`) VALUES | | INSERT INTO `lottery_rotation_option_slots` (`option_slot_id`, `option_id`, `slot_id`) VALUES |
| (55, 1, 26), | | (55, 1, 26), |
| (56, 1, 30), | | (56, 1, 30), |
| (57, 1, 34), | | (57, 1, 34), |
| (58, 2, 26), | | (58, 2, 26), |
| (60, 2, 31), | | (60, 2, 31), |
| (59, 2, 33), | | (59, 2, 33), |
| (62, 3, 27), | | (62, 3, 27), |
| (61, 3, 29), | | (61, 3, 29), |
| (63, 3, 34), | | (63, 3, 34), |
| (64, 4, 29), | | (64, 4, 29), |
| (66, 4, 31), | | (66, 4, 31), |
| (65, 4, 33), | | (65, 4, 33), |
| (69, 5, 28), | | (69, 5, 28), |
| (68, 5, 30), | | (68, 5, 30), |
| (67, 5, 32), | | (67, 5, 32), |
| (71, 6, 27), | | (71, 6, 27), |
| (72, 6, 31), | | (72, 6, 31), |
| (70, 6, 32), | | (70, 6, 32), |
| (1, 21, 26), | | (1, 21, 26), |
| (2, 21, 30), | | (2, 21, 30), |
| (3, 21, 34), | | (3, 21, 34), |
| (4, 22, 26), | | (4, 22, 26), |
| (6, 22, 31), | | (6, 22, 31), |
| (5, 22, 33), | | (5, 22, 33), |
| (8, 23, 27), | | (8, 23, 27), |
| (7, 23, 29), | | (7, 23, 29), |
| (9, 23, 34), | | (9, 23, 34), |
| (10, 24, 29), | | (10, 24, 29), |
| (12, 24, 31), | | (12, 24, 31), |
| (11, 24, 33), | | (11, 24, 33), |
| (15, 25, 28), | | (15, 25, 28), |
| (14, 25, 30), | | (14, 25, 30), |
| (13, 25, 32), | | (13, 25, 32), |
| (17, 26, 27), | | (17, 26, 27), |
| (18, 26, 31), | | (18, 26, 31), |
| (16, 26, 32), | | (16, 26, 32), |
| (20, 27, 30), | | (20, 27, 30), |
| (21, 27, 34), | | (21, 27, 34), |
| (19, 27, 35), | | (19, 27, 35), |
| (22, 28, 26), | | (22, 28, 26), |
| (24, 28, 31), | | (24, 28, 31), |
| (23, 28, 33), | | (23, 28, 33), |
| (26, 29, 27), | | (26, 29, 27), |
| (25, 29, 29), | | (25, 29, 29), |
| (27, 29, 34), | | (27, 29, 34), |
| (28, 30, 29), | | (28, 30, 29), |
| (30, 30, 31), | | (30, 30, 31), |
| (29, 30, 33), | | (29, 30, 33), |
| (33, 31, 28), | | (33, 31, 28), |
| (32, 31, 30), | | (32, 31, 30), |
| (31, 31, 32), | | (31, 31, 32), |
| (35, 32, 27), | | (35, 32, 27), |
| (36, 32, 31), | | (36, 32, 31), |
| (34, 32, 32), | | (34, 32, 32), |
| (37, 33, 26), | | (37, 33, 26), |
| (38, 33, 30), | | (38, 33, 30), |
| (39, 33, 34), | | (39, 33, 34), |
| (40, 34, 26), | | (40, 34, 26), |
| (42, 34, 31), | | (42, 34, 31), |
| (41, 34, 33), | | (41, 34, 33), |
| (44, 35, 27), | | (44, 35, 27), |
| (43, 35, 29), | | (43, 35, 29), |
| (45, 35, 34), | | (45, 35, 34), |
| (48, 36, 28), | | (48, 36, 28), |
| (46, 36, 29), | | (46, 36, 29), |
| (47, 36, 33), | | (47, 36, 33), |
| (50, 37, 27), | | (50, 37, 27), |
| (51, 37, 31), | | (51, 37, 31), |
| (49, 37, 32), | | (49, 37, 32), |
| (54, 38, 28), | | (54, 38, 28), |
| (53, 38, 30), | | (53, 38, 30), |
| (52, 38, 32), | | (52, 38, 32), |
| (73, 39, 26), | | (73, 39, 26), |
| (74, 39, 30), | | (74, 39, 30), |
| (75, 39, 34), | | (75, 39, 34), |
| (76, 40, 26), | | (76, 40, 26), |
| (78, 40, 31), | | (78, 40, 31), |
| (77, 40, 33), | | (77, 40, 33), |
| (80, 41, 27), | | (80, 41, 27), |
| (79, 41, 29), | | (79, 41, 29), |
| (81, 41, 34), | | (81, 41, 34), |
| (82, 42, 29), | | (82, 42, 29), |
| (84, 42, 31), | | (84, 42, 31), |
| (83, 42, 33), | | (83, 42, 33), |
| (87, 43, 28), | | (87, 43, 28), |
| (86, 43, 30), | | (86, 43, 30), |
| (85, 43, 32), | | (85, 43, 32), |
| (89, 44, 27), | | (89, 44, 27), |
| (90, 44, 31), | | (90, 44, 31), |
| (88, 44, 32), | | (88, 44, 32), |
| (91, 45, 36), | | (91, 45, 36), |
| (94, 45, 39), | | (94, 45, 39), |
| (92, 45, 43), | | (92, 45, 43), |
| (95, 45, 46), | | (95, 45, 46), |
| (93, 45, 50), | | (93, 45, 50), |
| (96, 45, 53), | | (96, 45, 53), |
| (99, 46, 38), | | (99, 46, 38), |
| (102, 46, 41), | | (102, 46, 41), |
| (97, 46, 42), | | (97, 46, 42), |
| (100, 46, 45), | | (100, 46, 45), |
| (98, 46, 49), | | (98, 46, 49), |
| (101, 46, 52), | | (101, 46, 52), |
| (104, 47, 37), | | (104, 47, 37), |
| (107, 47, 40), | | (107, 47, 40), |
| (105, 47, 44), | | (105, 47, 44), |
| (108, 47, 47), | | (108, 47, 47), |
| (103, 47, 48), | | (103, 47, 48), |
| (106, 47, 51), | | (106, 47, 51), |
| (109, 48, 36), | | (109, 48, 36), |
| (112, 48, 39), | | (112, 48, 39), |
| (111, 48, 44), | | (111, 48, 44), |
| (114, 48, 47), | | (114, 48, 47), |
| (110, 48, 49), | | (110, 48, 49), |
| (113, 48, 52), | | (113, 48, 52), |
| (119, 49, 40), | | (119, 49, 40), |
| (120, 49, 41), | | (120, 49, 41), |
| (115, 49, 42), | | (115, 49, 42), |
| (116, 49, 43), | | (116, 49, 43), |
| (117, 49, 50), | | (117, 49, 50), |
| (118, 49, 51), | | (118, 49, 51), |
| (125, 50, 40), | | (125, 50, 40), |
| (126, 50, 41), | | (126, 50, 41), |
| (123, 50, 44), | | (123, 50, 44), |
| (124, 50, 45), | | (124, 50, 45), |
| (121, 50, 48), | | (121, 50, 48), |
| (122, 50, 49), | | (122, 50, 49), |
| (128, 51, 37), | | (128, 51, 37), |
| (130, 51, 39), | | (130, 51, 39), |
| (129, 51, 44), | | (129, 51, 44), |
| (132, 51, 47), | | (132, 51, 47), |
| (127, 51, 48), | | (127, 51, 48), |
| (131, 51, 52), | | (131, 51, 52), |
| (135, 52, 38), | | (135, 52, 38), |
| (136, 52, 39), | | (136, 52, 39), |
| (134, 52, 43), | | (134, 52, 43), |
| (137, 52, 46), | | (137, 52, 46), |
| (133, 52, 48), | | (133, 52, 48), |
| (138, 52, 53), | | (138, 52, 53), |
| (140, 53, 27), | | (140, 53, 27), |
| (139, 53, 29), | | (139, 53, 29), |
| (141, 53, 34), | | (141, 53, 34), |
| (142, 54, 26), | | (142, 54, 26), |
| (144, 54, 31), | | (144, 54, 31), |
| (143, 54, 33), | | (143, 54, 33), |
| (146, 55, 30), | | (146, 55, 30), |
| (147, 55, 34), | | (147, 55, 34), |
| (145, 55, 35), | | (145, 55, 35), |
| (148, 56, 29), | | (148, 56, 29), |
| (150, 56, 31), | | (150, 56, 31), |
| (149, 56, 33), | | (149, 56, 33), |
| (152, 57, 27), | | (152, 57, 27), |
| (153, 57, 31), | | (153, 57, 31), |
| (151, 57, 32), | | (151, 57, 32), |
| (156, 58, 28), | | (156, 58, 28), |
| (155, 58, 30), | | (155, 58, 30), |
| (154, 58, 32), | | (154, 58, 32), |
| (157, 59, 54), | | (157, 59, 54), |
| (158, 59, 57), | | (158, 59, 57), |
| (159, 60, 54), | | (159, 60, 54), |
| (160, 60, 59), | | (160, 60, 59), |
| (162, 61, 55), | | (162, 61, 55), |
| (161, 61, 56), | | (161, 61, 56), |
| (163, 62, 60), | | (163, 62, 60), |
| (164, 63, 61), | | (164, 63, 61), |
| (165, 64, 62), | | (165, 64, 62), |
| (166, 65, 63); | | (166, 65, 63); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lottery_schedules` | | -- Table structure for table `lottery_schedules` |
| -- | | -- |
| | | |
| CREATE TABLE `lottery_schedules` ( | | CREATE TABLE `lottery_schedules` ( |
| `schedule_id` int(12) NOT NULL, | | `schedule_id` int(12) NOT NULL, |
| `schedulable_type` varchar(100) DEFAULT NULL, | | `schedulable_type` varchar(100) DEFAULT NULL, |
| `schedulable_id` int(12) DEFAULT NULL, | | `schedulable_id` int(12) DEFAULT NULL, |
| `status` varchar(25) DEFAULT NULL | | `status` varchar(25) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `lottery_schedules` | | -- Dumping data for table `lottery_schedules` |
| -- | | -- |
| | | |
| INSERT INTO `lottery_schedules` (`schedule_id`, `schedulable_type`, `schedulable_id`, `status`) VALUES | | INSERT INTO `lottery_schedules` (`schedule_id`, `schedulable_type`, `schedulable_id`, `status`) VALUES |
| (1, 'lottery', 1, NULL), | | (1, 'lottery', 1, NULL), |
| (2, 'lottery', 2, NULL), | | (2, 'lottery', 2, NULL), |
| (3, 'lottery', 3, NULL), | | (3, 'lottery', 3, NULL), |
| (4, 'lottery', 4, NULL), | | (4, 'lottery', 4, NULL), |
| (5, 'variation', 1, NULL), | | (5, 'variation', 1, NULL), |
| (6, 'variation', 2, 'merged'), | | (6, 'variation', 2, 'merged'), |
| (7, 'variation', 3, NULL), | | (7, 'variation', 3, NULL), |
| (8, 'variation', 4, NULL), | | (8, 'variation', 4, NULL), |
| (9, 'variation', 5, NULL), | | (9, 'variation', 5, NULL), |
| (10, 'lottery', 6, NULL), | | (10, 'lottery', 6, NULL), |
| (11, 'variation', 6, NULL), | | (11, 'variation', 6, NULL), |
| (12, 'variation', 7, 'merged'), | | (12, 'variation', 7, 'merged'), |
| (13, 'variation', 8, NULL), | | (13, 'variation', 8, NULL), |
| (14, 'variation', 9, NULL), | | (14, 'variation', 9, NULL), |
| (15, 'variation', 10, NULL), | | (15, 'variation', 10, NULL), |
| (17, 'variation', 11, 'merged'), | | (17, 'variation', 11, 'merged'), |
| (18, 'variation', 12, NULL), | | (18, 'variation', 12, NULL), |
| (19, 'variation', 13, NULL), | | (19, 'variation', 13, NULL), |
| (20, 'variation', 14, NULL), | | (20, 'variation', 14, NULL), |
| (21, 'variation', 15, NULL), | | (21, 'variation', 15, NULL), |
| (22, 'lottery', 11, NULL), | | (22, 'lottery', 11, NULL), |
| (23, 'variation', 16, 'merged'), | | (23, 'variation', 16, 'merged'), |
| (24, 'variation', 17, NULL), | | (24, 'variation', 17, NULL), |
| (25, 'variation', 18, NULL), | | (25, 'variation', 18, NULL), |
| (26, 'variation', 19, NULL), | | (26, 'variation', 19, NULL), |
| (27, 'variation', 20, NULL), | | (27, 'variation', 20, NULL), |
| (28, 'lottery', 7, NULL), | | (28, 'lottery', 7, NULL), |
| (29, 'variation', 21, NULL), | | (29, 'variation', 21, NULL), |
| (30, 'variation', 22, 'merged'), | | (30, 'variation', 22, 'merged'), |
| (31, 'variation', 23, NULL), | | (31, 'variation', 23, NULL), |
| (32, 'variation', 24, NULL), | | (32, 'variation', 24, NULL), |
| (33, 'variation', 25, NULL), | | (33, 'variation', 25, NULL), |
| (34, 'lottery', 9, NULL), | | (34, 'lottery', 9, NULL), |
| (35, 'variation', 26, 'merged'); | | (35, 'variation', 26, 'merged'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lottery_schedule_audiences` | | -- Table structure for table `lottery_schedule_audiences` |
| -- | | -- |
| | | |
| CREATE TABLE `lottery_schedule_audiences` ( | | CREATE TABLE `lottery_schedule_audiences` ( |
| `audience_id` int(12) NOT NULL, | | `audience_id` int(12) NOT NULL, |
| `schedule_id` int(12) NOT NULL, | | `schedule_id` int(12) NOT NULL, |
| `slot_id` int(11) UNSIGNED NOT NULL, | | `slot_id` int(11) UNSIGNED NOT NULL, |
| `location_id` int(12) UNSIGNED DEFAULT NULL, | | `location_id` int(12) UNSIGNED DEFAULT NULL, |
| `proxy_id` int(12) NOT NULL | | `proxy_id` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `lottery_schedule_audiences` | | -- Dumping data for table `lottery_schedule_audiences` |
| -- | | -- |
| | | |
| INSERT INTO `lottery_schedule_audiences` (`audience_id`, `schedule_id`, `slot_id`, `location_id`, `proxy_id`) VALUES | | INSERT INTO `lottery_schedule_audiences` (`audience_id`, `schedule_id`, `slot_id`, `location_id`, `proxy_id`) VALUES |
| (1, 1, 35, NULL, 2), | | (1, 1, 35, NULL, 2), |
| (2, 5, 35, NULL, 2), | | (2, 5, 35, NULL, 2), |
| (3, 5, 30, NULL, 2), | | (3, 5, 30, NULL, 2), |
| (4, 5, 34, NULL, 2), | | (4, 5, 34, NULL, 2), |
| (5, 5, 35, NULL, 3), | | (5, 5, 35, NULL, 3), |
| (6, 5, 30, NULL, 3), | | (6, 5, 30, NULL, 3), |
| (7, 5, 34, NULL, 3), | | (7, 5, 34, NULL, 3), |
| (8, 5, 26, NULL, 4), | | (8, 5, 26, NULL, 4), |
| (9, 5, 31, NULL, 4), | | (9, 5, 31, NULL, 4), |
| (10, 5, 33, NULL, 4), | | (10, 5, 33, NULL, 4), |
| (11, 6, 35, NULL, 2), | | (11, 6, 35, NULL, 2), |
| (12, 6, 30, NULL, 2), | | (12, 6, 30, NULL, 2), |
| (13, 6, 34, NULL, 2), | | (13, 6, 34, NULL, 2), |
| (14, 6, 35, NULL, 3), | | (14, 6, 35, NULL, 3), |
| (15, 6, 30, NULL, 3), | | (15, 6, 30, NULL, 3), |
| (16, 6, 34, NULL, 3), | | (16, 6, 34, NULL, 3), |
| (17, 6, 26, NULL, 4), | | (17, 6, 26, NULL, 4), |
| (18, 6, 31, NULL, 4), | | (18, 6, 31, NULL, 4), |
| (19, 6, 33, NULL, 4), | | (19, 6, 33, NULL, 4), |
| (20, 7, 35, NULL, 2), | | (20, 7, 35, NULL, 2), |
| (21, 7, 30, NULL, 2), | | (21, 7, 30, NULL, 2), |
| (22, 7, 34, NULL, 2), | | (22, 7, 34, NULL, 2), |
| (23, 7, 35, NULL, 3), | | (23, 7, 35, NULL, 3), |
| (24, 7, 30, NULL, 3), | | (24, 7, 30, NULL, 3), |
| (25, 7, 34, NULL, 3), | | (25, 7, 34, NULL, 3), |
| (26, 7, 26, NULL, 4), | | (26, 7, 26, NULL, 4), |
| (27, 7, 31, NULL, 4), | | (27, 7, 31, NULL, 4), |
| (28, 7, 33, NULL, 4), | | (28, 7, 33, NULL, 4), |
| (29, 8, 35, NULL, 2), | | (29, 8, 35, NULL, 2), |
| (30, 8, 30, NULL, 2), | | (30, 8, 30, NULL, 2), |
| (31, 8, 34, NULL, 2), | | (31, 8, 34, NULL, 2), |
| (32, 8, 35, NULL, 3), | | (32, 8, 35, NULL, 3), |
| (33, 8, 30, NULL, 3), | | (33, 8, 30, NULL, 3), |
| (34, 8, 34, NULL, 3), | | (34, 8, 34, NULL, 3), |
| (35, 8, 26, NULL, 4), | | (35, 8, 26, NULL, 4), |
| (36, 8, 31, NULL, 4), | | (36, 8, 31, NULL, 4), |
| (37, 8, 33, NULL, 4), | | (37, 8, 33, NULL, 4), |
| (38, 9, 35, NULL, 2), | | (38, 9, 35, NULL, 2), |
| (39, 9, 30, NULL, 2), | | (39, 9, 30, NULL, 2), |
| (40, 9, 34, NULL, 2), | | (40, 9, 34, NULL, 2), |
| (41, 9, 35, NULL, 3), | | (41, 9, 35, NULL, 3), |
| (42, 9, 30, NULL, 3), | | (42, 9, 30, NULL, 3), |
| (43, 9, 34, NULL, 3), | | (43, 9, 34, NULL, 3), |
| (44, 9, 26, NULL, 4), | | (44, 9, 26, NULL, 4), |
| (45, 9, 31, NULL, 4), | | (45, 9, 31, NULL, 4), |
| (46, 9, 33, NULL, 4), | | (46, 9, 33, NULL, 4), |
| (47, 2, 35, NULL, 2), | | (47, 2, 35, NULL, 2), |
| (48, 2, 30, NULL, 2), | | (48, 2, 30, NULL, 2), |
| (49, 2, 34, NULL, 2), | | (49, 2, 34, NULL, 2), |
| (50, 2, 35, NULL, 3), | | (50, 2, 35, NULL, 3), |
| (51, 2, 30, NULL, 3), | | (51, 2, 30, NULL, 3), |
| (52, 2, 34, NULL, 3), | | (52, 2, 34, NULL, 3), |
| (53, 2, 26, NULL, 4), | | (53, 2, 26, NULL, 4), |
| (54, 2, 31, NULL, 4), | | (54, 2, 31, NULL, 4), |
| (55, 2, 33, NULL, 4), | | (55, 2, 33, NULL, 4), |
| (57, 11, 35, NULL, 2), | | (57, 11, 35, NULL, 2), |
| (58, 11, 30, NULL, 2), | | (58, 11, 30, NULL, 2), |
| (59, 11, 34, NULL, 2), | | (59, 11, 34, NULL, 2), |
| (60, 11, 35, NULL, 3), | | (60, 11, 35, NULL, 3), |
| (61, 11, 30, NULL, 3), | | (61, 11, 30, NULL, 3), |
| (62, 11, 34, NULL, 3), | | (62, 11, 34, NULL, 3), |
| (63, 11, 26, NULL, 4), | | (63, 11, 26, NULL, 4), |
| (64, 11, 31, NULL, 4), | | (64, 11, 31, NULL, 4), |
| (65, 11, 33, NULL, 4), | | (65, 11, 33, NULL, 4), |
| (66, 12, 35, NULL, 2), | | (66, 12, 35, NULL, 2), |
| (67, 12, 30, NULL, 2), | | (67, 12, 30, NULL, 2), |
| (68, 12, 34, NULL, 2), | | (68, 12, 34, NULL, 2), |
| (69, 12, 35, NULL, 3), | | (69, 12, 35, NULL, 3), |
| (70, 12, 30, NULL, 3), | | (70, 12, 30, NULL, 3), |
| (71, 12, 34, NULL, 3), | | (71, 12, 34, NULL, 3), |
| (72, 12, 26, NULL, 4), | | (72, 12, 26, NULL, 4), |
| (73, 12, 31, NULL, 4), | | (73, 12, 31, NULL, 4), |
| (74, 12, 33, NULL, 4), | | (74, 12, 33, NULL, 4), |
| (75, 13, 35, NULL, 2), | | (75, 13, 35, NULL, 2), |
| (76, 13, 30, NULL, 2), | | (76, 13, 30, NULL, 2), |
| (77, 13, 34, NULL, 2), | | (77, 13, 34, NULL, 2), |
| (78, 13, 35, NULL, 3), | | (78, 13, 35, NULL, 3), |
| (79, 13, 30, NULL, 3), | | (79, 13, 30, NULL, 3), |
| (80, 13, 34, NULL, 3), | | (80, 13, 34, NULL, 3), |
| (81, 13, 26, NULL, 4), | | (81, 13, 26, NULL, 4), |
| (82, 13, 31, NULL, 4), | | (82, 13, 31, NULL, 4), |
| (83, 13, 33, NULL, 4), | | (83, 13, 33, NULL, 4), |
| (84, 14, 35, NULL, 2), | | (84, 14, 35, NULL, 2), |
| (85, 14, 30, NULL, 2), | | (85, 14, 30, NULL, 2), |
| (86, 14, 34, NULL, 2), | | (86, 14, 34, NULL, 2), |
| (87, 14, 35, NULL, 3), | | (87, 14, 35, NULL, 3), |
| (88, 14, 30, NULL, 3), | | (88, 14, 30, NULL, 3), |
| (89, 14, 34, NULL, 3), | | (89, 14, 34, NULL, 3), |
| (90, 14, 26, NULL, 4), | | (90, 14, 26, NULL, 4), |
| (91, 14, 31, NULL, 4), | | (91, 14, 31, NULL, 4), |
| (92, 14, 33, NULL, 4), | | (92, 14, 33, NULL, 4), |
| (93, 15, 35, NULL, 2), | | (93, 15, 35, NULL, 2), |
| (94, 15, 30, NULL, 2), | | (94, 15, 30, NULL, 2), |
| (95, 15, 34, NULL, 2), | | (95, 15, 34, NULL, 2), |
| (96, 15, 35, NULL, 3), | | (96, 15, 35, NULL, 3), |
| (97, 15, 30, NULL, 3), | | (97, 15, 30, NULL, 3), |
| (98, 15, 34, NULL, 3), | | (98, 15, 34, NULL, 3), |
| (99, 15, 26, NULL, 4), | | (99, 15, 26, NULL, 4), |
| (100, 15, 31, NULL, 4), | | (100, 15, 31, NULL, 4), |
| (101, 15, 33, NULL, 4), | | (101, 15, 33, NULL, 4), |
| (102, 10, 35, NULL, 2), | | (102, 10, 35, NULL, 2), |
| (103, 10, 30, NULL, 2), | | (103, 10, 30, NULL, 2), |
| (104, 10, 34, NULL, 2), | | (104, 10, 34, NULL, 2), |
| (105, 10, 35, NULL, 3), | | (105, 10, 35, NULL, 3), |
| (106, 10, 30, NULL, 3), | | (106, 10, 30, NULL, 3), |
| (107, 10, 34, NULL, 3), | | (107, 10, 34, NULL, 3), |
| (108, 10, 26, NULL, 4), | | (108, 10, 26, NULL, 4), |
| (109, 10, 31, NULL, 4), | | (109, 10, 31, NULL, 4), |
| (110, 10, 33, NULL, 4), | | (110, 10, 33, NULL, 4), |
| (111, 17, 35, 1, 2), | | (111, 17, 35, 1, 2), |
| (112, 17, 30, NULL, 2), | | (112, 17, 30, NULL, 2), |
| (113, 17, 34, NULL, 2), | | (113, 17, 34, NULL, 2), |
| (114, 17, 35, 1, 3), | | (114, 17, 35, 1, 3), |
| (115, 17, 30, NULL, 3), | | (115, 17, 30, NULL, 3), |
| (116, 17, 34, NULL, 3), | | (116, 17, 34, NULL, 3), |
| (117, 17, 26, 1, 4), | | (117, 17, 26, 1, 4), |
| (118, 17, 31, NULL, 4), | | (118, 17, 31, NULL, 4), |
| (119, 17, 33, NULL, 4), | | (119, 17, 33, NULL, 4), |
| (120, 18, 35, 1, 2), | | (120, 18, 35, 1, 2), |
| (121, 18, 30, NULL, 2), | | (121, 18, 30, NULL, 2), |
| (122, 18, 34, NULL, 2), | | (122, 18, 34, NULL, 2), |
| (123, 18, 35, 1, 3), | | (123, 18, 35, 1, 3), |
| (124, 18, 30, NULL, 3), | | (124, 18, 30, NULL, 3), |
| (125, 18, 34, NULL, 3), | | (125, 18, 34, NULL, 3), |
| (126, 18, 26, 1, 4), | | (126, 18, 26, 1, 4), |
| (127, 18, 31, NULL, 4), | | (127, 18, 31, NULL, 4), |
| (128, 18, 33, NULL, 4), | | (128, 18, 33, NULL, 4), |
| (129, 19, 35, 1, 2), | | (129, 19, 35, 1, 2), |
| (130, 19, 30, NULL, 2), | | (130, 19, 30, NULL, 2), |
| (131, 19, 34, NULL, 2), | | (131, 19, 34, NULL, 2), |
| (132, 19, 35, 1, 3), | | (132, 19, 35, 1, 3), |
| (133, 19, 30, NULL, 3), | | (133, 19, 30, NULL, 3), |
| (134, 19, 34, NULL, 3), | | (134, 19, 34, NULL, 3), |
| (135, 19, 26, 1, 4), | | (135, 19, 26, 1, 4), |
| (136, 19, 31, NULL, 4), | | (136, 19, 31, NULL, 4), |
| (137, 19, 33, NULL, 4), | | (137, 19, 33, NULL, 4), |
| (138, 20, 35, 1, 2), | | (138, 20, 35, 1, 2), |
| (139, 20, 30, NULL, 2), | | (139, 20, 30, NULL, 2), |
| (140, 20, 34, NULL, 2), | | (140, 20, 34, NULL, 2), |
| (141, 20, 35, 1, 3), | | (141, 20, 35, 1, 3), |
| (142, 20, 30, NULL, 3), | | (142, 20, 30, NULL, 3), |
| (143, 20, 34, NULL, 3), | | (143, 20, 34, NULL, 3), |
| (144, 20, 26, 1, 4), | | (144, 20, 26, 1, 4), |
| (145, 20, 31, NULL, 4), | | (145, 20, 31, NULL, 4), |
| (146, 20, 33, NULL, 4), | | (146, 20, 33, NULL, 4), |
| (147, 21, 35, 1, 2), | | (147, 21, 35, 1, 2), |
| (148, 21, 30, NULL, 2), | | (148, 21, 30, NULL, 2), |
| (149, 21, 34, NULL, 2), | | (149, 21, 34, NULL, 2), |
| (150, 21, 35, 1, 3), | | (150, 21, 35, 1, 3), |
| (151, 21, 30, NULL, 3), | | (151, 21, 30, NULL, 3), |
| (152, 21, 34, NULL, 3), | | (152, 21, 34, NULL, 3), |
| (153, 21, 26, 1, 4), | | (153, 21, 26, 1, 4), |
| (154, 21, 31, NULL, 4), | | (154, 21, 31, NULL, 4), |
| (155, 21, 33, NULL, 4), | | (155, 21, 33, NULL, 4), |
| (156, 4, 35, 1, 2), | | (156, 4, 35, 1, 2), |
| (157, 4, 30, NULL, 2), | | (157, 4, 30, NULL, 2), |
| (158, 4, 34, NULL, 2), | | (158, 4, 34, NULL, 2), |
| (159, 4, 32, NULL, 3), | | (159, 4, 32, NULL, 3), |
| (160, 4, 30, NULL, 3), | | (160, 4, 30, NULL, 3), |
| (161, 4, 28, 1, 3), | | (161, 4, 28, 1, 3), |
| (162, 4, 26, 1, 4), | | (162, 4, 26, 1, 4), |
| (163, 4, 31, NULL, 4), | | (163, 4, 31, NULL, 4), |
| (164, 4, 33, NULL, 4), | | (164, 4, 33, NULL, 4), |
| (166, 29, 26, NULL, 2), | | (166, 29, 26, NULL, 2), |
| (167, 29, 31, NULL, 2), | | (167, 29, 31, NULL, 2), |
| (168, 29, 33, NULL, 2), | | (168, 29, 33, NULL, 2), |
| (169, 29, 30, NULL, 3), | | (169, 29, 30, NULL, 3), |
| (170, 29, 34, NULL, 3), | | (170, 29, 34, NULL, 3), |
| (171, 29, 35, 1, 3), | | (171, 29, 35, 1, 3), |
| (172, 29, 30, NULL, 4), | | (172, 29, 30, NULL, 4), |
| (173, 29, 34, NULL, 4), | | (173, 29, 34, NULL, 4), |
| (174, 29, 35, 1, 4), | | (174, 29, 35, 1, 4), |
| (175, 29, 27, NULL, 11), | | (175, 29, 27, NULL, 11), |
| (176, 29, 29, NULL, 11), | | (176, 29, 29, NULL, 11), |
| (177, 29, 34, NULL, 11), | | (177, 29, 34, NULL, 11), |
| (178, 29, 26, 1, 12), | | (178, 29, 26, 1, 12), |
| (179, 29, 31, NULL, 12), | | (179, 29, 31, NULL, 12), |
| (180, 29, 33, NULL, 12), | | (180, 29, 33, NULL, 12), |
| (181, 30, 26, NULL, 2), | | (181, 30, 26, NULL, 2), |
| (182, 30, 31, NULL, 2), | | (182, 30, 31, NULL, 2), |
| (183, 30, 33, NULL, 2), | | (183, 30, 33, NULL, 2), |
| (184, 30, 30, NULL, 3), | | (184, 30, 30, NULL, 3), |
| (185, 30, 34, NULL, 3), | | (185, 30, 34, NULL, 3), |
| (186, 30, 35, 1, 3), | | (186, 30, 35, 1, 3), |
| (187, 30, 30, NULL, 4), | | (187, 30, 30, NULL, 4), |
| (188, 30, 34, NULL, 4), | | (188, 30, 34, NULL, 4), |
| (189, 30, 35, 1, 4), | | (189, 30, 35, 1, 4), |
| (190, 30, 27, NULL, 11), | | (190, 30, 27, NULL, 11), |
| (191, 30, 29, NULL, 11), | | (191, 30, 29, NULL, 11), |
| (192, 30, 34, NULL, 11), | | (192, 30, 34, NULL, 11), |
| (193, 30, 26, 1, 12), | | (193, 30, 26, 1, 12), |
| (194, 30, 31, NULL, 12), | | (194, 30, 31, NULL, 12), |
| (195, 30, 33, NULL, 12), | | (195, 30, 33, NULL, 12), |
| (196, 31, 26, NULL, 2), | | (196, 31, 26, NULL, 2), |
| (197, 31, 31, NULL, 2), | | (197, 31, 31, NULL, 2), |
| (198, 31, 33, NULL, 2), | | (198, 31, 33, NULL, 2), |
| (199, 31, 30, NULL, 3), | | (199, 31, 30, NULL, 3), |
| (200, 31, 34, NULL, 3), | | (200, 31, 34, NULL, 3), |
| (201, 31, 35, 1, 3), | | (201, 31, 35, 1, 3), |
| (202, 31, 30, NULL, 4), | | (202, 31, 30, NULL, 4), |
| (203, 31, 34, NULL, 4), | | (203, 31, 34, NULL, 4), |
| (204, 31, 35, 1, 4), | | (204, 31, 35, 1, 4), |
| (205, 31, 27, NULL, 12), | | (205, 31, 27, NULL, 12), |
| (206, 31, 29, NULL, 12), | | (206, 31, 29, NULL, 12), |
| (207, 31, 34, NULL, 12), | | (207, 31, 34, NULL, 12), |
| (208, 31, 26, 1, 11), | | (208, 31, 26, 1, 11), |
| (209, 31, 31, NULL, 11), | | (209, 31, 31, NULL, 11), |
| (210, 31, 33, NULL, 11), | | (210, 31, 33, NULL, 11), |
| (211, 32, 26, NULL, 2), | | (211, 32, 26, NULL, 2), |
| (212, 32, 31, NULL, 2), | | (212, 32, 31, NULL, 2), |
| (213, 32, 33, NULL, 2), | | (213, 32, 33, NULL, 2), |
| (214, 32, 30, NULL, 3), | | (214, 32, 30, NULL, 3), |
| (215, 32, 34, NULL, 3), | | (215, 32, 34, NULL, 3), |
| (216, 32, 35, 1, 3), | | (216, 32, 35, 1, 3), |
| (217, 32, 30, NULL, 4), | | (217, 32, 30, NULL, 4), |
| (218, 32, 34, NULL, 4), | | (218, 32, 34, NULL, 4), |
| (219, 32, 35, 1, 4), | | (219, 32, 35, 1, 4), |
| (220, 32, 27, NULL, 12), | | (220, 32, 27, NULL, 12), |
| (221, 32, 29, NULL, 12), | | (221, 32, 29, NULL, 12), |
| (222, 32, 34, NULL, 12), | | (222, 32, 34, NULL, 12), |
| (223, 32, 26, 1, 11), | | (223, 32, 26, 1, 11), |
| (224, 32, 31, NULL, 11), | | (224, 32, 31, NULL, 11), |
| (225, 32, 33, NULL, 11), | | (225, 32, 33, NULL, 11), |
| (226, 33, 26, NULL, 2), | | (226, 33, 26, NULL, 2), |
| (227, 33, 31, NULL, 2), | | (227, 33, 31, NULL, 2), |
| (228, 33, 33, NULL, 2), | | (228, 33, 33, NULL, 2), |
| (229, 33, 30, NULL, 3), | | (229, 33, 30, NULL, 3), |
| (230, 33, 34, NULL, 3), | | (230, 33, 34, NULL, 3), |
| (231, 33, 35, 1, 3), | | (231, 33, 35, 1, 3), |
| (232, 33, 30, NULL, 4), | | (232, 33, 30, NULL, 4), |
| (233, 33, 34, NULL, 4), | | (233, 33, 34, NULL, 4), |
| (234, 33, 35, 1, 4), | | (234, 33, 35, 1, 4), |
| (235, 33, 27, NULL, 12), | | (235, 33, 27, NULL, 12), |
| (236, 33, 29, NULL, 12), | | (236, 33, 29, NULL, 12), |
| (237, 33, 34, NULL, 12), | | (237, 33, 34, NULL, 12), |
| (238, 33, 26, 1, 11), | | (238, 33, 26, 1, 11), |
| (239, 33, 31, NULL, 11), | | (239, 33, 31, NULL, 11), |
| (240, 33, 33, NULL, 11), | | (240, 33, 33, NULL, 11), |
| (241, 28, 26, NULL, 2), | | (241, 28, 26, NULL, 2), |
| (242, 28, 31, NULL, 2), | | (242, 28, 31, NULL, 2), |
| (243, 28, 33, NULL, 2), | | (243, 28, 33, NULL, 2), |
| (244, 28, 30, NULL, 3), | | (244, 28, 30, NULL, 3), |
| (245, 28, 34, NULL, 3), | | (245, 28, 34, NULL, 3), |
| (246, 28, 35, 1, 3), | | (246, 28, 35, 1, 3), |
| (247, 28, 30, NULL, 4), | | (247, 28, 30, NULL, 4), |
| (248, 28, 34, NULL, 4), | | (248, 28, 34, NULL, 4), |
| (249, 28, 35, 1, 4), | | (249, 28, 35, 1, 4), |
| (250, 28, 27, NULL, 11), | | (250, 28, 27, NULL, 11), |
| (251, 28, 29, NULL, 11), | | (251, 28, 29, NULL, 11), |
| (252, 28, 34, NULL, 11), | | (252, 28, 34, NULL, 11), |
| (253, 28, 26, 1, 12), | | (253, 28, 26, 1, 12), |
| (254, 28, 31, NULL, 12), | | (254, 28, 31, NULL, 12), |
| (255, 28, 33, NULL, 12), | | (255, 28, 33, NULL, 12), |
| (256, 23, 54, NULL, 2), | | (256, 23, 54, NULL, 2), |
| (257, 23, 57, NULL, 2), | | (257, 23, 57, NULL, 2), |
| (258, 23, 54, NULL, 3), | | (258, 23, 54, NULL, 3), |
| (259, 23, 57, NULL, 3), | | (259, 23, 57, NULL, 3), |
| (260, 23, 55, NULL, 4), | | (260, 23, 55, NULL, 4), |
| (261, 23, 56, NULL, 4), | | (261, 23, 56, NULL, 4), |
| (262, 24, 54, NULL, 3), | | (262, 24, 54, NULL, 3), |
| (263, 24, 57, NULL, 3), | | (263, 24, 57, NULL, 3), |
| (264, 24, 54, NULL, 2), | | (264, 24, 54, NULL, 2), |
| (265, 24, 57, NULL, 2), | | (265, 24, 57, NULL, 2), |
| (266, 24, 55, NULL, 4), | | (266, 24, 55, NULL, 4), |
| (267, 24, 56, NULL, 4), | | (267, 24, 56, NULL, 4), |
| (268, 25, 54, NULL, 2), | | (268, 25, 54, NULL, 2), |
| (269, 25, 57, NULL, 2), | | (269, 25, 57, NULL, 2), |
| (270, 25, 54, NULL, 3), | | (270, 25, 54, NULL, 3), |
| (271, 25, 57, NULL, 3), | | (271, 25, 57, NULL, 3), |
| (272, 25, 55, NULL, 4), | | (272, 25, 55, NULL, 4), |
| (273, 25, 56, NULL, 4), | | (273, 25, 56, NULL, 4), |
| (274, 26, 54, NULL, 2), | | (274, 26, 54, NULL, 2), |
| (275, 26, 57, NULL, 2), | | (275, 26, 57, NULL, 2), |
| (276, 26, 54, NULL, 3), | | (276, 26, 54, NULL, 3), |
| (277, 26, 57, NULL, 3), | | (277, 26, 57, NULL, 3), |
| (278, 26, 55, NULL, 4), | | (278, 26, 55, NULL, 4), |
| (279, 26, 56, NULL, 4), | | (279, 26, 56, NULL, 4), |
| (280, 27, 54, NULL, 2), | | (280, 27, 54, NULL, 2), |
| (281, 27, 57, NULL, 2), | | (281, 27, 57, NULL, 2), |
| (282, 27, 54, NULL, 3), | | (282, 27, 54, NULL, 3), |
| (283, 27, 57, NULL, 3), | | (283, 27, 57, NULL, 3), |
| (284, 27, 55, NULL, 4), | | (284, 27, 55, NULL, 4), |
| (285, 27, 56, NULL, 4), | | (285, 27, 56, NULL, 4), |
| (286, 22, 54, NULL, 2), | | (286, 22, 54, NULL, 2), |
| (287, 22, 57, NULL, 2), | | (287, 22, 57, NULL, 2), |
| (288, 22, 54, NULL, 3), | | (288, 22, 54, NULL, 3), |
| (289, 22, 57, NULL, 3), | | (289, 22, 57, NULL, 3), |
| (290, 22, 55, NULL, 4), | | (290, 22, 55, NULL, 4), |
| (291, 22, 56, NULL, 4), | | (291, 22, 56, NULL, 4), |
| (292, 35, 60, NULL, 2), | | (292, 35, 60, NULL, 2), |
| (293, 35, 61, NULL, 3), | | (293, 35, 61, NULL, 3), |
| (294, 35, 62, NULL, 4), | | (294, 35, 62, NULL, 4), |
| (295, 34, 60, NULL, 2), | | (295, 34, 60, NULL, 2), |
| (296, 34, 61, NULL, 3), | | (296, 34, 61, NULL, 3), |
| (297, 34, 62, NULL, 4); | | (297, 34, 62, NULL, 4); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lottery_schedule_variations` | | -- Table structure for table `lottery_schedule_variations` |
| -- | | -- |
| | | |
| CREATE TABLE `lottery_schedule_variations` ( | | CREATE TABLE `lottery_schedule_variations` ( |
| `variation_id` int(12) NOT NULL, | | `variation_id` int(12) NOT NULL, |
| `stage_id` int(12) NOT NULL, | | `stage_id` int(12) NOT NULL, |
| `status` varchar(25) DEFAULT NULL | | `status` varchar(25) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `lottery_schedule_variations` | | -- Dumping data for table `lottery_schedule_variations` |
| -- | | -- |
| | | |
| INSERT INTO `lottery_schedule_variations` (`variation_id`, `stage_id`, `status`) VALUES | | INSERT INTO `lottery_schedule_variations` (`variation_id`, `stage_id`, `status`) VALUES |
| (1, 4, 'success'), | | (1, 4, 'success'), |
| (2, 4, 'success'), | | (2, 4, 'success'), |
| (3, 4, 'success'), | | (3, 4, 'success'), |
| (4, 4, 'success'), | | (4, 4, 'success'), |
| (5, 4, 'success'), | | (5, 4, 'success'), |
| (6, 9, 'success'), | | (6, 9, 'success'), |
| (7, 9, 'success'), | | (7, 9, 'success'), |
| (8, 9, 'success'), | | (8, 9, 'success'), |
| (9, 9, 'success'), | | (9, 9, 'success'), |
| (10, 9, 'success'), | | (10, 9, 'success'), |
| (11, 7, 'success'), | | (11, 7, 'success'), |
| (12, 7, 'success'), | | (12, 7, 'success'), |
| (13, 7, 'success'), | | (13, 7, 'success'), |
| (14, 7, 'success'), | | (14, 7, 'success'), |
| (15, 7, 'success'), | | (15, 7, 'success'), |
| (16, 14, 'success'), | | (16, 14, 'success'), |
| (17, 14, 'success'), | | (17, 14, 'success'), |
| (18, 14, 'success'), | | (18, 14, 'success'), |
| (19, 14, 'success'), | | (19, 14, 'success'), |
| (20, 14, 'success'), | | (20, 14, 'success'), |
| (21, 17, 'success'), | | (21, 17, 'success'), |
| (22, 17, 'success'), | | (22, 17, 'success'), |
| (23, 17, 'success'), | | (23, 17, 'success'), |
| (24, 17, 'success'), | | (24, 17, 'success'), |
| (25, 17, 'success'), | | (25, 17, 'success'), |
| (26, 18, 'success'); | | (26, 18, 'success'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lottery_schedule_variation_statistics` | | -- Table structure for table `lottery_schedule_variation_statistics` |
| -- | | -- |
| | | |
| CREATE TABLE `lottery_schedule_variation_statistics` ( | | CREATE TABLE `lottery_schedule_variation_statistics` ( |
| `statistic_id` int(12) NOT NULL, | | `statistic_id` int(12) NOT NULL, |
| `variation_id` int(12) NOT NULL, | | `variation_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL, | | `proxy_id` int(12) NOT NULL, |
| `option_id` int(12) DEFAULT NULL, | | `option_id` int(12) DEFAULT NULL, |
| `rank_assigned` int(3) DEFAULT NULL | | `rank_assigned` int(3) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `lottery_schedule_variation_statistics` | | -- Dumping data for table `lottery_schedule_variation_statistics` |
| -- | | -- |
| | | |
| INSERT INTO `lottery_schedule_variation_statistics` (`statistic_id`, `variation_id`, `proxy_id`, `option_id`, `rank_assigned`) VALUES | | INSERT INTO `lottery_schedule_variation_statistics` (`statistic_id`, `variation_id`, `proxy_id`, `option_id`, `rank_assigned`) VALUES |
| (1, 1, 2, 21, NULL), | | (1, 1, 2, 21, NULL), |
| (2, 1, 3, 21, NULL), | | (2, 1, 3, 21, NULL), |
| (3, 1, 4, 22, NULL), | | (3, 1, 4, 22, NULL), |
| (4, 2, 2, 21, NULL), | | (4, 2, 2, 21, NULL), |
| (5, 2, 3, 21, NULL), | | (5, 2, 3, 21, NULL), |
| (6, 2, 4, 22, NULL), | | (6, 2, 4, 22, NULL), |
| (7, 3, 2, 21, NULL), | | (7, 3, 2, 21, NULL), |
| (8, 3, 3, 21, NULL), | | (8, 3, 3, 21, NULL), |
| (9, 3, 4, 22, NULL), | | (9, 3, 4, 22, NULL), |
| (10, 4, 2, 21, NULL), | | (10, 4, 2, 21, NULL), |
| (11, 4, 3, 21, NULL), | | (11, 4, 3, 21, NULL), |
| (12, 4, 4, 22, NULL), | | (12, 4, 4, 22, NULL), |
| (13, 5, 2, 21, NULL), | | (13, 5, 2, 21, NULL), |
| (14, 5, 3, 21, NULL), | | (14, 5, 3, 21, NULL), |
| (15, 5, 4, 22, NULL), | | (15, 5, 4, 22, NULL), |
| (16, 6, 2, 33, NULL), | | (16, 6, 2, 33, NULL), |
| (17, 6, 3, 33, NULL), | | (17, 6, 3, 33, NULL), |
| (18, 6, 4, 34, NULL), | | (18, 6, 4, 34, NULL), |
| (19, 7, 2, 33, NULL), | | (19, 7, 2, 33, NULL), |
| (20, 7, 3, 33, NULL), | | (20, 7, 3, 33, NULL), |
| (21, 7, 4, 34, NULL), | | (21, 7, 4, 34, NULL), |
| (22, 8, 2, 33, NULL), | | (22, 8, 2, 33, NULL), |
| (23, 8, 3, 33, NULL), | | (23, 8, 3, 33, NULL), |
| (24, 8, 4, 34, NULL), | | (24, 8, 4, 34, NULL), |
| (25, 9, 2, 33, NULL), | | (25, 9, 2, 33, NULL), |
| (26, 9, 3, 33, NULL), | | (26, 9, 3, 33, NULL), |
| (27, 9, 4, 34, NULL), | | (27, 9, 4, 34, NULL), |
| (28, 10, 2, 33, NULL), | | (28, 10, 2, 33, NULL), |
| (29, 10, 3, 33, NULL), | | (29, 10, 3, 33, NULL), |
| (30, 10, 4, 34, NULL), | | (30, 10, 4, 34, NULL), |
| (31, 11, 2, 27, NULL), | | (31, 11, 2, 27, NULL), |
| (32, 11, 3, 27, NULL), | | (32, 11, 3, 27, NULL), |
| (33, 11, 4, 28, NULL), | | (33, 11, 4, 28, NULL), |
| (34, 12, 2, 27, NULL), | | (34, 12, 2, 27, NULL), |
| (35, 12, 3, 27, NULL), | | (35, 12, 3, 27, NULL), |
| (36, 12, 4, 28, NULL), | | (36, 12, 4, 28, NULL), |
| (37, 13, 2, 27, NULL), | | (37, 13, 2, 27, NULL), |
| (38, 13, 3, 27, NULL), | | (38, 13, 3, 27, NULL), |
| (39, 13, 4, 28, NULL), | | (39, 13, 4, 28, NULL), |
| (40, 14, 2, 27, NULL), | | (40, 14, 2, 27, NULL), |
| (41, 14, 3, 27, NULL), | | (41, 14, 3, 27, NULL), |
| (42, 14, 4, 28, NULL), | | (42, 14, 4, 28, NULL), |
| (43, 15, 2, 27, NULL), | | (43, 15, 2, 27, NULL), |
| (44, 15, 3, 27, NULL), | | (44, 15, 3, 27, NULL), |
| (45, 15, 4, 28, NULL), | | (45, 15, 4, 28, NULL), |
| (46, 21, 2, 54, 1), | | (46, 21, 2, 54, 1), |
| (47, 21, 3, 55, NULL), | | (47, 21, 3, 55, NULL), |
| (48, 21, 4, 55, NULL), | | (48, 21, 4, 55, NULL), |
| (49, 21, 11, 53, NULL), | | (49, 21, 11, 53, NULL), |
| (50, 21, 12, 54, NULL), | | (50, 21, 12, 54, NULL), |
| (51, 22, 2, 54, 1), | | (51, 22, 2, 54, 1), |
| (52, 22, 3, 55, NULL), | | (52, 22, 3, 55, NULL), |
| (53, 22, 4, 55, NULL), | | (53, 22, 4, 55, NULL), |
| (54, 22, 11, 53, NULL), | | (54, 22, 11, 53, NULL), |
| (55, 22, 12, 54, NULL), | | (55, 22, 12, 54, NULL), |
| (56, 23, 2, 54, 1), | | (56, 23, 2, 54, 1), |
| (57, 23, 3, 55, NULL), | | (57, 23, 3, 55, NULL), |
| (58, 23, 4, 55, NULL), | | (58, 23, 4, 55, NULL), |
| (59, 23, 12, 53, NULL), | | (59, 23, 12, 53, NULL), |
| (60, 23, 11, 54, NULL), | | (60, 23, 11, 54, NULL), |
| (61, 24, 2, 54, 1), | | (61, 24, 2, 54, 1), |
| (62, 24, 3, 55, NULL), | | (62, 24, 3, 55, NULL), |
| (63, 24, 4, 55, NULL), | | (63, 24, 4, 55, NULL), |
| (64, 24, 12, 53, NULL), | | (64, 24, 12, 53, NULL), |
| (65, 24, 11, 54, NULL), | | (65, 24, 11, 54, NULL), |
| (66, 25, 2, 54, 1), | | (66, 25, 2, 54, 1), |
| (67, 25, 3, 55, NULL), | | (67, 25, 3, 55, NULL), |
| (68, 25, 4, 55, NULL), | | (68, 25, 4, 55, NULL), |
| (69, 25, 12, 53, NULL), | | (69, 25, 12, 53, NULL), |
| (70, 25, 11, 54, NULL), | | (70, 25, 11, 54, NULL), |
| (71, 16, 2, 59, 1), | | (71, 16, 2, 59, 1), |
| (72, 16, 3, 59, 1), | | (72, 16, 3, 59, 1), |
| (73, 16, 4, 61, 1), | | (73, 16, 4, 61, 1), |
| (74, 17, 3, 59, 1), | | (74, 17, 3, 59, 1), |
| (75, 17, 2, 59, 1), | | (75, 17, 2, 59, 1), |
| (76, 17, 4, 61, 1), | | (76, 17, 4, 61, 1), |
| (77, 18, 2, 59, 1), | | (77, 18, 2, 59, 1), |
| (78, 18, 3, 59, 1), | | (78, 18, 3, 59, 1), |
| (79, 18, 4, 61, 1), | | (79, 18, 4, 61, 1), |
| (80, 19, 2, 59, 1), | | (80, 19, 2, 59, 1), |
| (81, 19, 3, 59, 1), | | (81, 19, 3, 59, 1), |
| (82, 19, 4, 61, 1), | | (82, 19, 4, 61, 1), |
| (83, 20, 2, 59, 1), | | (83, 20, 2, 59, 1), |
| (84, 20, 3, 59, 1), | | (84, 20, 3, 59, 1), |
| (85, 20, 4, 61, 1), | | (85, 20, 4, 61, 1), |
| (86, 26, 2, 62, NULL), | | (86, 26, 2, 62, NULL), |
| (87, 26, 3, 63, NULL), | | (87, 26, 3, 63, NULL), |
| (88, 26, 4, 64, NULL); | | (88, 26, 4, 64, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lottery_schedule_workspace` | | -- Table structure for table `lottery_schedule_workspace` |
| -- | | -- |
| | | |
| CREATE TABLE `lottery_schedule_workspace` ( | | CREATE TABLE `lottery_schedule_workspace` ( |
| `id` int(10) NOT NULL, | | `id` int(10) NOT NULL, |
| `block_id` int(11) UNSIGNED NOT NULL, | | `block_id` int(11) UNSIGNED NOT NULL, |
| `slot_id` int(11) UNSIGNED NOT NULL, | | `slot_id` int(11) UNSIGNED NOT NULL, |
| `location_id` int(12) UNSIGNED DEFAULT NULL, | | `location_id` int(12) UNSIGNED DEFAULT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `stage_id` int(11) NOT NULL, | | `stage_id` int(11) NOT NULL, |
| `option_id` int(11) NOT NULL, | | `option_id` int(11) NOT NULL, |
| `variation_id` int(11) DEFAULT NULL, | | `variation_id` int(11) DEFAULT NULL, |
| `rank_assigned` int(11) DEFAULT NULL, | | `rank_assigned` int(11) DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `created_by` int(11) DEFAULT NULL, | | `created_by` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL | | `updated_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lottery_stages` | | -- Table structure for table `lottery_stages` |
| -- | | -- |
| | | |
| CREATE TABLE `lottery_stages` ( | | CREATE TABLE `lottery_stages` ( |
| `stage_id` int(12) NOT NULL, | | `stage_id` int(12) NOT NULL, |
| `lottery_id` int(12) NOT NULL, | | `lottery_id` int(12) NOT NULL, |
| `action` varchar(20) NOT NULL, | | `action` varchar(20) NOT NULL, |
| `target_type` varchar(15) DEFAULT NULL, | | `target_type` varchar(15) DEFAULT NULL, |
| `notes` text, | | `notes` text, |
| `status` varchar(50) DEFAULT NULL, | | `status` varchar(50) DEFAULT NULL, |
| `uploaded_options` longtext, | | `uploaded_options` longtext, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `lottery_stages` | | -- Dumping data for table `lottery_stages` |
| -- | | -- |
| | | |
| INSERT INTO `lottery_stages` (`stage_id`, `lottery_id`, `action`, `target_type`, `notes`, `status`, `uploaded_options`, `created_date`, `updated_date`, `deleted_date`) VALUES | | INSERT INTO `lottery_stages` (`stage_id`, `lottery_id`, `action`, `target_type`, `notes`, `status`, `uploaded_options`, `created_date`, `updated_date`, `deleted_date`) VALUES |
| (1, 1, 'rank', 'tracks', NULL, 'open', NULL, 1685381586, 1685381586, NULL), | | (1, 1, 'rank', 'tracks', NULL, 'open', NULL, 1685381586, 1685381586, NULL), |
| (2, 1, 'swap', 'tracks', 'Learners swap schedule rotations', 'not-started', NULL, 1685381586, 1685381586, NULL), | | (2, 1, 'swap', 'tracks', 'Learners swap schedule rotations', 'not-started', NULL, 1685381586, 1685381586, NULL), |
| (3, 1, 'swap', 'rotations', 'Learners swap schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL), | | (3, 1, 'swap', 'rotations', 'Learners swap schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL), |
| (4, 2, 'rank', 'tracks', NULL, 'merged', NULL, 1685381586, 1685381586, NULL), | | (4, 2, 'rank', 'tracks', NULL, 'merged', NULL, 1685381586, 1685381586, NULL), |
| (5, 2, 'swap', 'tracks', 'Learners swap schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL), | | (5, 2, 'swap', 'tracks', 'Learners swap schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL), |
| (6, 2, 'swap', 'rotations', NULL, 'not-started', NULL, 1685381586, 1685381586, NULL), | | (6, 2, 'swap', 'rotations', NULL, 'not-started', NULL, 1685381586, 1685381586, NULL), |
| (7, 4, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL), | | (7, 4, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL), |
| (8, 1, 'rank', 'tracks', 'Learners rank schedule options', 'missing-configs', NULL, 1685381586, 1685381586, NULL), | | (8, 1, 'rank', 'tracks', 'Learners rank schedule options', 'missing-configs', NULL, 1685381586, 1685381586, NULL), |
| (9, 6, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL), | | (9, 6, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL), |
| (10, 6, 'swap', 'rotations', 'Learners swap schedule options', 'open', NULL, 1685381586, 1685381586, NULL), | | (10, 6, 'swap', 'rotations', 'Learners swap schedule options', 'open', NULL, 1685381586, 1685381586, NULL), |
| (11, 4, 'swap', 'tracks', 'Learners swap schedule options', 'open', NULL, 1685381586, 1685381586, NULL), | | (11, 4, 'swap', 'tracks', 'Learners swap schedule options', 'open', NULL, 1685381586, 1685381586, NULL), |
| (12, 5, 'rank', 'tracks', 'Learners rank schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL), | | (12, 5, 'rank', 'tracks', 'Learners rank schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL), |
| (13, 3, 'rank', 'tracks', 'Learners rank schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL), | | (13, 3, 'rank', 'tracks', 'Learners rank schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL), |
| (14, 11, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL), | | (14, 11, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL), |
| (15, 11, 'swap', 'tracks', 'Learners swap schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL), | | (15, 11, 'swap', 'tracks', 'Learners swap schedule options', 'not-started', NULL, 1685381586, 1685381586, NULL), |
| (16, 11, 'swap', 'rotations', 'Learners swap schedule rotations', 'not-started', NULL, 1685381586, 1685381586, NULL), | | (16, 11, 'swap', 'rotations', 'Learners swap schedule rotations', 'not-started', NULL, 1685381586, 1685381586, NULL), |
| (17, 7, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL), | | (17, 7, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL), |
| (18, 9, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL), | | (18, 9, 'rank', 'tracks', 'Learners rank schedule options', 'merged', NULL, 1685381586, 1685381586, NULL), |
| (19, 9, 'swap', 'tracks', 'Learners swap schedule options', 'open', NULL, 1685381586, 1685381586, NULL); | | (19, 9, 'swap', 'tracks', 'Learners swap schedule options', 'open', NULL, 1685381586, 1685381586, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lottery_stage_phases` | | -- Table structure for table `lottery_stage_phases` |
| -- | | -- |
| | | |
| CREATE TABLE `lottery_stage_phases` ( | | CREATE TABLE `lottery_stage_phases` ( |
| `phase_id` int(12) NOT NULL, | | `phase_id` int(12) NOT NULL, |
| `stage_id` int(12) NOT NULL, | | `stage_id` int(12) NOT NULL, |
| `is_primary` tinyint(1) DEFAULT '0', | | `is_primary` tinyint(1) DEFAULT '0', |
| `open_date` bigint(64) DEFAULT NULL, | | `open_date` bigint(64) DEFAULT NULL, |
| `close_date` bigint(64) DEFAULT NULL, | | `close_date` bigint(64) DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `lottery_stage_phases` | | -- Dumping data for table `lottery_stage_phases` |
| -- | | -- |
| | | |
| INSERT INTO `lottery_stage_phases` (`phase_id`, `stage_id`, `is_primary`, `open_date`, `close_date`, `created_date`, `updated_date`, `deleted_date`) VALUES | | INSERT INTO `lottery_stage_phases` (`phase_id`, `stage_id`, `is_primary`, `open_date`, `close_date`, `created_date`, `updated_date`, `deleted_date`) VALUES |
| (1, 1, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), | | (1, 1, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), |
| (2, 2, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), | | (2, 2, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), |
| (3, 3, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), | | (3, 3, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), |
| (4, 4, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), | | (4, 4, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), |
| (5, 5, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), | | (5, 5, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), |
| (6, 6, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), | | (6, 6, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), |
| (7, 7, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), | | (7, 7, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), |
| (8, 9, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), | | (8, 9, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), |
| (9, 10, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), | | (9, 10, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), |
| (10, 11, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), | | (10, 11, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), |
| (11, 14, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), | | (11, 14, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), |
| (12, 15, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), | | (12, 15, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), |
| (13, 16, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), | | (13, 16, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL), |
| (14, 17, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL); | | (14, 17, 0, 1685381586, 1685986386, 1685381586, 1685381586, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lrs_history` | | -- Table structure for table `lrs_history` |
| -- | | -- |
| | | |
| CREATE TABLE `lrs_history` ( | | CREATE TABLE `lrs_history` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `type` varchar(43) NOT NULL DEFAULT '', | | `type` varchar(43) NOT NULL DEFAULT '', |
| `run_last` bigint(64) NOT NULL | | `run_last` bigint(64) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lti_consumers` | | -- Table structure for table `lti_consumers` |
| -- | | -- |
| | | |
| CREATE TABLE `lti_consumers` ( | | CREATE TABLE `lti_consumers` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL, | | `title` varchar(128) COLLATE utf8_unicode_ci NOT NULL, |
| `lti_provider_id` int(11) DEFAULT NULL, | | `lti_provider_id` int(11) DEFAULT NULL, |
| `lti_access_method_id` int(11) NOT NULL, | | `lti_access_method_id` int(11) NOT NULL, |
| `additional_lti_parameters` text COLLATE utf8_unicode_ci, | | `additional_lti_parameters` text COLLATE utf8_unicode_ci, |
| `context_type` enum('none','community','course','event') COLLATE utf8_unicode_ci DEFAULT 'none', | | `context_type` enum('none','community','course','event') COLLATE utf8_unicode_ci DEFAULT 'none', |
| `context_value` int(11) DEFAULT NULL, | | `context_value` int(11) DEFAULT NULL, |
| `context_timeframe` enum('during','pre','post','none') COLLATE utf8_unicode_ci DEFAULT 'none', | | `context_timeframe` enum('during','pre','post','none') COLLATE utf8_unicode_ci DEFAULT 'none', |
| `associated_record_id` int(11) DEFAULT NULL, | | `associated_record_id` int(11) DEFAULT NULL, |
| `associated_record_type` enum('communities','cbl_schedule','curriculum_periods','course_iterations','courses','events') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'courses', | | `associated_record_type` enum('communities','cbl_schedule','curriculum_periods','course_iterations','courses','events') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'courses', |
| `required` tinyint(4) DEFAULT NULL, | | `required` tinyint(4) DEFAULT NULL, |
| `valid_from` int(11) DEFAULT NULL, | | `valid_from` int(11) DEFAULT NULL, |
| `valid_until` int(11) DEFAULT NULL, | | `valid_until` int(11) DEFAULT NULL, |
| `notes` text COLLATE utf8_unicode_ci, | | `notes` text COLLATE utf8_unicode_ci, |
| `forward_link` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL, | | `forward_link` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `release_date` int(11) DEFAULT NULL, | | `release_date` int(11) DEFAULT NULL, |
| `release_until` int(11) DEFAULT NULL, | | `release_until` int(11) DEFAULT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lti_lu_access_methods` | | -- Table structure for table `lti_lu_access_methods` |
| -- | | -- |
| | | |
| CREATE TABLE `lti_lu_access_methods` ( | | CREATE TABLE `lti_lu_access_methods` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `shortname` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `shortname` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `active` tinyint(4) NOT NULL DEFAULT '1' | | `active` tinyint(4) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `lti_lu_access_methods` | | -- Dumping data for table `lti_lu_access_methods` |
| -- | | -- |
| | | |
| INSERT INTO `lti_lu_access_methods` (`id`, `shortname`, `active`) VALUES | | INSERT INTO `lti_lu_access_methods` (`id`, `shortname`, `active`) VALUES |
| (1, 'iframe', 1), | | (1, 'iframe', 1), |
| (2, 'new_window', 1); | | (2, 'new_window', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lti_lu_categories` | | -- Table structure for table `lti_lu_categories` |
| -- | | -- |
| | | |
| CREATE TABLE `lti_lu_categories` ( | | CREATE TABLE `lti_lu_categories` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `shortname` varchar(300) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `shortname` varchar(300) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `active` tinyint(4) NOT NULL DEFAULT '1' | | `active` tinyint(4) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `lti_lu_categories` | | -- Dumping data for table `lti_lu_categories` |
| -- | | -- |
| | | |
| INSERT INTO `lti_lu_categories` (`id`, `shortname`, `active`) VALUES | | INSERT INTO `lti_lu_categories` (`id`, `shortname`, `active`) VALUES |
| (1, 'none', 1), | | (1, 'none', 1), |
| (2, 'podcast', 1); | | (2, 'podcast', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lti_lu_provider_types` | | -- Table structure for table `lti_lu_provider_types` |
| -- | | -- |
| | | |
| CREATE TABLE `lti_lu_provider_types` ( | | CREATE TABLE `lti_lu_provider_types` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `shortname` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `shortname` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `active` tinyint(4) NOT NULL DEFAULT '1' | | `active` tinyint(4) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `lti_lu_provider_types` | | -- Dumping data for table `lti_lu_provider_types` |
| -- | | -- |
| | | |
| INSERT INTO `lti_lu_provider_types` (`id`, `shortname`, `active`) VALUES | | INSERT INTO `lti_lu_provider_types` (`id`, `shortname`, `active`) VALUES |
| (1, 'index', 1), | | (1, 'index', 1), |
| (2, 'module', 1); | | (2, 'module', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lti_providers` | | -- Table structure for table `lti_providers` |
| -- | | -- |
| | | |
| CREATE TABLE `lti_providers` ( | | CREATE TABLE `lti_providers` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `launch_url` text NOT NULL, | | `launch_url` text NOT NULL, |
| `lti_key` varchar(300) NOT NULL, | | `lti_key` varchar(300) NOT NULL, |
| `shared_secret` varchar(300) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `shared_secret` varchar(300) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `lti_parameters` text CHARACTER SET utf8 COLLATE utf8_unicode_ci, | | `lti_parameters` text CHARACTER SET utf8 COLLATE utf8_unicode_ci, |
| `title` varchar(300) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, | | `title` varchar(300) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, |
| `launch_presentation_width` varchar(300) DEFAULT NULL, | | `launch_presentation_width` varchar(300) DEFAULT NULL, |
| `launch_presentation_height` varchar(300) DEFAULT NULL, | | `launch_presentation_height` varchar(300) DEFAULT NULL, |
| `launch_presentation_css_url` varchar(300) DEFAULT NULL, | | `launch_presentation_css_url` varchar(300) DEFAULT NULL, |
| `lti_category_id` int(11) DEFAULT NULL, | | `lti_category_id` int(11) DEFAULT NULL, |
| `lti_provider_type_id` int(11) DEFAULT NULL, | | `lti_provider_type_id` int(11) DEFAULT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lti_provider_organisation` | | -- Table structure for table `lti_provider_organisation` |
| -- | | -- |
| | | |
| CREATE TABLE `lti_provider_organisation` ( | | CREATE TABLE `lti_provider_organisation` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `lti_provider_id` int(11) NOT NULL | | `lti_provider_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `map_assessments_meta` | | -- Table structure for table `map_assessments_meta` |
| -- | | -- |
| | | |
| CREATE TABLE `map_assessments_meta` ( | | CREATE TABLE `map_assessments_meta` ( |
| `map_assessments_meta_id` int(11) UNSIGNED NOT NULL, | | `map_assessments_meta_id` int(11) UNSIGNED NOT NULL, |
| `fk_assessment_method_id` int(11) NOT NULL, | | `fk_assessment_method_id` int(11) NOT NULL, |
| `fk_assessments_meta_id` int(11) NOT NULL, | | `fk_assessments_meta_id` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `map_events_eventtypes` | | -- Table structure for table `map_events_eventtypes` |
| -- | | -- |
| | | |
| CREATE TABLE `map_events_eventtypes` ( | | CREATE TABLE `map_events_eventtypes` ( |
| `map_events_eventtypes_id` int(11) UNSIGNED NOT NULL, | | `map_events_eventtypes_id` int(11) UNSIGNED NOT NULL, |
| `fk_instructional_method_id` int(11) NOT NULL, | | `fk_instructional_method_id` int(11) NOT NULL, |
| `fk_eventtype_id` int(11) NOT NULL, | | `fk_eventtype_id` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `map_event_resources` | | -- Table structure for table `map_event_resources` |
| -- | | -- |
| | | |
| CREATE TABLE `map_event_resources` ( | | CREATE TABLE `map_event_resources` ( |
| `map_event_resources_id` int(11) UNSIGNED NOT NULL, | | `map_event_resources_id` int(11) UNSIGNED NOT NULL, |
| `fk_medbiq_resource_id` int(11) DEFAULT NULL, | | `fk_medbiq_resource_id` int(11) DEFAULT NULL, |
| `fk_resource_id` int(11) NOT NULL, | | `fk_resource_id` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `medbiq_assessment_methods` | | -- Table structure for table `medbiq_assessment_methods` |
| -- | | -- |
| | | |
| CREATE TABLE `medbiq_assessment_methods` ( | | CREATE TABLE `medbiq_assessment_methods` ( |
| `assessment_method_id` int(11) UNSIGNED NOT NULL, | | `assessment_method_id` int(11) UNSIGNED NOT NULL, |
| `code` varchar(10) DEFAULT NULL, | | `code` varchar(10) DEFAULT NULL, |
| `assessment_method` varchar(250) NOT NULL DEFAULT '', | | `assessment_method` varchar(250) NOT NULL DEFAULT '', |
| `assessment_method_description` text, | | `assessment_method_description` text, |
| `active` int(1) NOT NULL DEFAULT '1', | | `active` int(1) NOT NULL DEFAULT '1', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `medbiq_assessment_methods` | | -- Dumping data for table `medbiq_assessment_methods` |
| -- | | -- |
| | | |
| INSERT INTO `medbiq_assessment_methods` (`assessment_method_id`, `code`, `assessment_method`, `assessment_method_description`, `active`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `medbiq_assessment_methods` (`assessment_method_id`, `code`, `assessment_method`, `assessment_method_description`, `active`, `updated_date`, `updated_by`) VALUES |
| (1, 'AM001', 'Clinical Documentation Review', 'The review and assessment of clinical notes and logs kept by learners as part of practical training in the clinical setting (Bowen & Smith, 2010; Irby, 1995)', 1, 0, 0), | | (1, 'AM001', 'Clinical Documentation Review', 'The review and assessment of clinical notes and logs kept by learners as part of practical training in the clinical setting (Bowen & Smith, 2010; Irby, 1995)', 1, 0, 0), |
| (2, 'AM002', 'Clinical Performance Rating/Checklist', 'A non-narrative assessment tool (checklist, Likert-type scale, other instrument) used to note completion or\rachievement of learning tasks (MacRae, Vu, Graham, Word-Sims, Colliver, & Robbs, 1995; Turnbull, Gray, & MacFadyen, 1998) also see ?Direct Observations or Performance Audits,? Institute for International Medical Education, 2002)', 1, 0, 0), | | (2, 'AM002', 'Clinical Performance Rating/Checklist', 'A non-narrative assessment tool (checklist, Likert-type scale, other instrument) used to note completion or\rachievement of learning tasks (MacRae, Vu, Graham, Word-Sims, Colliver, & Robbs, 1995; Turnbull, Gray, & MacFadyen, 1998) also see ?Direct Observations or Performance Audits,? Institute for International Medical Education, 2002)', 1, 0, 0), |
| (3, 'AM003', 'Exam - Institutionally Developed, Clinical Performance', 'Practical performance-based examination developed internally to assess problem solving, clinical reasoning, decision making, and[/or] communication skills (LCME, 2011) (Includes observation of learner or small group by instructor)', 1, 0, 0), | | (3, 'AM003', 'Exam - Institutionally Developed, Clinical Performance', 'Practical performance-based examination developed internally to assess problem solving, clinical reasoning, decision making, and[/or] communication skills (LCME, 2011) (Includes observation of learner or small group by instructor)', 1, 0, 0), |
| (4, 'AM004', 'Exam - Institutionally Developed, Written/Computer-based', 'Examination utilizing various written question-and-answer formats (multiple-choice, short answer, essay, etc.) which may assess learners\' factual knowledge retention; application of knowledge, concepts, and principles; problem-solving acumen; and clinical reasoning (Cooke, Irby, & O?Brien, 2010b; LCME, 2011)', 1, 0, 0), | | (4, 'AM004', 'Exam - Institutionally Developed, Written/Computer-based', 'Examination utilizing various written question-and-answer formats (multiple-choice, short answer, essay, etc.) which may assess learners\' factual knowledge retention; application of knowledge, concepts, and principles; problem-solving acumen; and clinical reasoning (Cooke, Irby, & O?Brien, 2010b; LCME, 2011)', 1, 0, 0), |
| (5, 'AM005', 'Exam - Institutionally Developed, Oral', 'Verbal examination developed internally to assess problem solving, clinical reasoning, decision making, and[/or] communication skills (LCME, 2011)', 1, 0, 0), | | (5, 'AM005', 'Exam - Institutionally Developed, Oral', 'Verbal examination developed internally to assess problem solving, clinical reasoning, decision making, and[/or] communication skills (LCME, 2011)', 1, 0, 0), |
| (6, 'AM006', 'Exam - Licensure, Clinical Performance', 'Practical, performance-based examination developed by a professional licensing body to assess clinical skills such as problem solving, clinical reasoning, decision making, and communication, for licensure to practice in a given jurisdiction (e.g., USMLE for the United States); typically paired with a written/computer-based component (MCC, 2011a & 2011c; NBOME, 2010b; USMLE, n.d.); may also be used by schools to assess learners? achievement of certain curricular objectives', 1, 0, 0), | | (6, 'AM006', 'Exam - Licensure, Clinical Performance', 'Practical, performance-based examination developed by a professional licensing body to assess clinical skills such as problem solving, clinical reasoning, decision making, and communication, for licensure to practice in a given jurisdiction (e.g., USMLE for the United States); typically paired with a written/computer-based component (MCC, 2011a & 2011c; NBOME, 2010b; USMLE, n.d.); may also be used by schools to assess learners? achievement of certain curricular objectives', 1, 0, 0), |
| (7, 'AM007', 'Exam - Licensure, Written/Computer-based', 'Standardized written examination administered to assess learners\' factual knowledge retention; application of knowledge, concepts, and principles; problem-solving acumen; and clinical reasoning, for licensure to practice in a given jurisdiction (e.g., USMLE for the United States); typically paired with a clinical performance component (MCC, 2011a & 2011b; NBOME, 2010b; USMLE, n.d.); may also be used by schools or learners themselves to assess achievement of certain curricular objectives', 1, 0, 0), | | (7, 'AM007', 'Exam - Licensure, Written/Computer-based', 'Standardized written examination administered to assess learners\' factual knowledge retention; application of knowledge, concepts, and principles; problem-solving acumen; and clinical reasoning, for licensure to practice in a given jurisdiction (e.g., USMLE for the United States); typically paired with a clinical performance component (MCC, 2011a & 2011b; NBOME, 2010b; USMLE, n.d.); may also be used by schools or learners themselves to assess achievement of certain curricular objectives', 1, 0, 0), |
| (8, 'AM008', 'Exam - Nationally Normed/Standardized, Subject', 'Standardized written examination administered to assess learners? achievement of nationally established educational expectations for various levels of training and/or specialized subject area(s) (e.g., NBME Subject or ?Shelf? Exam) (NBME, 2011; NBOME, 2010a)', 1, 0, 0), | | (8, 'AM008', 'Exam - Nationally Normed/Standardized, Subject', 'Standardized written examination administered to assess learners? achievement of nationally established educational expectations for various levels of training and/or specialized subject area(s) (e.g., NBME Subject or ?Shelf? Exam) (NBME, 2011; NBOME, 2010a)', 1, 0, 0), |
| (9, 'AM009', 'Multisource Assessment', 'A formal assessment of performance by supervisors, peers, patients, and coworkers (Bowen & Smith, 2010; Institute for International Medical Education, 2002) (Also see Peer Assessment)', 1, 0, 0), | | (9, 'AM009', 'Multisource Assessment', 'A formal assessment of performance by supervisors, peers, patients, and coworkers (Bowen & Smith, 2010; Institute for International Medical Education, 2002) (Also see Peer Assessment)', 1, 0, 0), |
| (10, 'AM010', 'Narrative Assessment', 'An instructor\'s or observer\'s written subjective assessment of a learner\'s work or performance (Mennin, McConnell, & Anderson, 1997); May Include: Comments within larger assessment; Observation of learner or small group by instructor', 1, 0, 0), | | (10, 'AM010', 'Narrative Assessment', 'An instructor\'s or observer\'s written subjective assessment of a learner\'s work or performance (Mennin, McConnell, & Anderson, 1997); May Include: Comments within larger assessment; Observation of learner or small group by instructor', 1, 0, 0), |
| (11, 'AM011', 'Oral Patient Presentation', 'The presentation of clinical case (patient) findings, history and physical, differential diagnosis, treatment plan, etc., by a learner to an instructor or small group, and subsequent discussion with the instructor and/or small group for the purposes of learner demonstrating skills in clinical reasoning, problem-solving, etc.\r(Wiener, 1974)', 1, 0, 0), | | (11, 'AM011', 'Oral Patient Presentation', 'The presentation of clinical case (patient) findings, history and physical, differential diagnosis, treatment plan, etc., by a learner to an instructor or small group, and subsequent discussion with the instructor and/or small group for the purposes of learner demonstrating skills in clinical reasoning, problem-solving, etc.\r(Wiener, 1974)', 1, 0, 0), |
| (12, 'AM012', 'Participation', 'Sharing or taking part in an activity (Education Resources Information Center, 1966b)', 1, 0, 0), | | (12, 'AM012', 'Participation', 'Sharing or taking part in an activity (Education Resources Information Center, 1966b)', 1, 0, 0), |
| (13, 'AM013', 'Peer Assessment', 'The concurrent or retrospective review by learners of the quality and efficiency of practices or services ordered or performed by fellow learners (based on MeSH Scope Note for \"Peer Review, Health Care,\" U.S. National Library of Medicine, 1992)', 1, 0, 0), | | (13, 'AM013', 'Peer Assessment', 'The concurrent or retrospective review by learners of the quality and efficiency of practices or services ordered or performed by fellow learners (based on MeSH Scope Note for \"Peer Review, Health Care,\" U.S. National Library of Medicine, 1992)', 1, 0, 0), |
| (14, 'AM014', 'Portfolio-Based Assessment', 'Review of a learner\'s achievement of agreed-upon academic objectives or completion of a negotiated set of learning activities, based on a learner portfolio (Institute for International Medical Education, 2002) (\"a systematic collection of a student\'s work samples, records of observation, test results, etc., over a period of time\"? Education Resources Information Center, 1994)', 1, 0, 0), | | (14, 'AM014', 'Portfolio-Based Assessment', 'Review of a learner\'s achievement of agreed-upon academic objectives or completion of a negotiated set of learning activities, based on a learner portfolio (Institute for International Medical Education, 2002) (\"a systematic collection of a student\'s work samples, records of observation, test results, etc., over a period of time\"? Education Resources Information Center, 1994)', 1, 0, 0), |
| (15, 'AM015', 'Practical (Lab)', 'Learner engagement in hands-on or simulated exercises in which they collect or use data to test and/or verify hypotheses or to address questions about principles and/or phenomena (LCME, 2011)', 0, 1588743484, 1), | | (15, 'AM015', 'Practical (Lab)', 'Learner engagement in hands-on or simulated exercises in which they collect or use data to test and/or verify hypotheses or to address questions about principles and/or phenomena (LCME, 2011)', 0, 1588743484, 1), |
| (16, 'AM016', 'Research or Project Assessment', 'Assessment of activities and outcomes (e.g., posters, presentations, reports, etc.) of a project in which the learner participated or conducted research (Dyrbye, Davidson, & Cook, 2008)', 1, 0, 0), | | (16, 'AM016', 'Research or Project Assessment', 'Assessment of activities and outcomes (e.g., posters, presentations, reports, etc.) of a project in which the learner participated or conducted research (Dyrbye, Davidson, & Cook, 2008)', 1, 0, 0), |
| (17, 'AM017', 'Self-Assessment', 'The process of evaluating one?s own deficiencies, achievements, behavior or professional performance and competencies (Institute for International Medical Education, 2002); Assessment completed by the learner to reflect and critically assess his/her own performance against a set of established criteria (Gordon, 1991) (NOTE: Does not refer to NBME Self-Assessment)', 1, 0, 0), | | (17, 'AM017', 'Self-Assessment', 'The process of evaluating one?s own deficiencies, achievements, behavior or professional performance and competencies (Institute for International Medical Education, 2002); Assessment completed by the learner to reflect and critically assess his/her own performance against a set of established criteria (Gordon, 1991) (NOTE: Does not refer to NBME Self-Assessment)', 1, 0, 0), |
| (18, 'AM018', 'Stimulated Recall', 'The use of various stimuli (e.g., written records, audio tapes, video tapes) to re-activate the experience of a learner during a learning activity or clinical encounter in order to reflect on task performance, reasoning, decision-making, interpersonal skills, personal thoughts and feelings, etc. (Barrows, 2000)', 1, 0, 0), | | (18, 'AM018', 'Stimulated Recall', 'The use of various stimuli (e.g., written records, audio tapes, video tapes) to re-activate the experience of a learner during a learning activity or clinical encounter in order to reflect on task performance, reasoning, decision-making, interpersonal skills, personal thoughts and feelings, etc. (Barrows, 2000)', 1, 0, 0), |
| (19, 'AM019', 'Exam - Institutionally Developed, Laboratory Practical (Lab)', 'Examination activities that use hands-on or simulated exercises in which students collect or use data to test and/or verify hypotheses or to address questions about principles and/or phenomena.', 1, 1588743484, 1); | | (19, 'AM019', 'Exam - Institutionally Developed, Laboratory Practical (Lab)', 'Examination activities that use hands-on or simulated exercises in which students collect or use data to test and/or verify hypotheses or to address questions about principles and/or phenomena.', 1, 1588743484, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `medbiq_instructional_methods` | | -- Table structure for table `medbiq_instructional_methods` |
| -- | | -- |
| | | |
| CREATE TABLE `medbiq_instructional_methods` ( | | CREATE TABLE `medbiq_instructional_methods` ( |
| `instructional_method_id` int(11) UNSIGNED NOT NULL, | | `instructional_method_id` int(11) UNSIGNED NOT NULL, |
| `code` varchar(10) DEFAULT NULL, | | `code` varchar(10) DEFAULT NULL, |
| `instructional_method` varchar(250) NOT NULL DEFAULT '', | | `instructional_method` varchar(250) NOT NULL DEFAULT '', |
| `instructional_method_description` text, | | `instructional_method_description` text, |
| `active` int(1) NOT NULL DEFAULT '1', | | `active` int(1) NOT NULL DEFAULT '1', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `medbiq_instructional_methods` | | -- Dumping data for table `medbiq_instructional_methods` |
| -- | | -- |
| | | |
| INSERT INTO `medbiq_instructional_methods` (`instructional_method_id`, `code`, `instructional_method`, `instructional_method_description`, `active`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `medbiq_instructional_methods` (`instructional_method_id`, `code`, `instructional_method`, `instructional_method_description`, `active`, `updated_date`, `updated_by`) VALUES |
| (1, 'IM001', 'Case-Based Instruction/Learning', 'The use of patient cases (actual or theoretical) to stimulate discussion, questioning, problem solving, and reasoning on issues pertaining to the basic sciences and clinical disciplines (Anderson, 2010)', 1, 0, 0), | | (1, 'IM001', 'Case-Based Instruction/Learning', 'The use of patient cases (actual or theoretical) to stimulate discussion, questioning, problem solving, and reasoning on issues pertaining to the basic sciences and clinical disciplines (Anderson, 2010)', 1, 0, 0), |
| (2, 'IM002', 'Clinical Experience - Ambulatory', 'Practical experience(s) in patient care and health-related services carried out in an ambulatory/outpatient\rsetting (LCME, 2011) where actual symptoms are studied and treatment is given (Education Resources Information Center, 1968 & 1981)', 1, 0, 0), | | (2, 'IM002', 'Clinical Experience - Ambulatory', 'Practical experience(s) in patient care and health-related services carried out in an ambulatory/outpatient\rsetting (LCME, 2011) where actual symptoms are studied and treatment is given (Education Resources Information Center, 1968 & 1981)', 1, 0, 0), |
| (3, 'IM003', 'Clinical Experience - Inpatient', 'Practical experience(s) in patient care and health-related services carried out in an inpatient setting (LCME, 2011) where actual symptoms are studied and treatment is given (Education Resources Information Center, 1968 & 1981)', 1, 0, 0), | | (3, 'IM003', 'Clinical Experience - Inpatient', 'Practical experience(s) in patient care and health-related services carried out in an inpatient setting (LCME, 2011) where actual symptoms are studied and treatment is given (Education Resources Information Center, 1968 & 1981)', 1, 0, 0), |
| (4, 'IM004', 'Concept Mapping', 'Technique [that] allows learners to organize and represent knowledge in an explicit interconnected network. Linkages between concepts are explored to make apparent connections that are not usually seen. Concept mapping also encourages the asking of questions about relationships between concepts that may not have been presented in traditional courses, standard texts, and teaching materials. It shifts the focus of learning away from rote acquisition of information to visualizing the underlying concepts that provide the cognitive\rframework of what the learner already knows, to facilitate the acquisition of new knowledge (Weiss & Levinson, 2000, citing Novak & Gowin, 1984)', 1, 0, 0), | | (4, 'IM004', 'Concept Mapping', 'Technique [that] allows learners to organize and represent knowledge in an explicit interconnected network. Linkages between concepts are explored to make apparent connections that are not usually seen. Concept mapping also encourages the asking of questions about relationships between concepts that may not have been presented in traditional courses, standard texts, and teaching materials. It shifts the focus of learning away from rote acquisition of information to visualizing the underlying concepts that provide the cognitive\rframework of what the learner already knows, to facilitate the acquisition of new knowledge (Weiss & Levinson, 2000, citing Novak & Gowin, 1984)', 1, 0, 0), |
| (5, 'IM005', 'Conference', NULL, 1, 0, 0), | | (5, 'IM005', 'Conference', NULL, 1, 0, 0), |
| (6, 'IM006', 'Demonstration', 'A description, performance, or explanation of a process, illustrated by examples, observable action, specimens, etc. (Dictionary.com, n.d.)', 1, 0, 0), | | (6, 'IM006', 'Demonstration', 'A description, performance, or explanation of a process, illustrated by examples, observable action, specimens, etc. (Dictionary.com, n.d.)', 1, 0, 0), |
| (7, 'IM007', 'Discussion, Large Group (>13)', 'An exchange (oral or written) of opinions, observations, or ideas among a Large Group [more than 12\rparticipants], usually to analyze, clarify, or reach conclusions about issues, questions, or problems (Education Resources Information Center, 1980)', 1, 0, 0), | | (7, 'IM007', 'Discussion, Large Group (>13)', 'An exchange (oral or written) of opinions, observations, or ideas among a Large Group [more than 12\rparticipants], usually to analyze, clarify, or reach conclusions about issues, questions, or problems (Education Resources Information Center, 1980)', 1, 0, 0), |
| (8, 'IM008', 'Discussion, Small Group (<12)', 'An exchange (oral or written) of opinions, observations, or ideas among a Small Group [12 or fewer participants], usually to analyze, clarify, or reach conclusions about issues, questions, or problems (Education Resources Information Center, 1980)', 1, 0, 0), | | (8, 'IM008', 'Discussion, Small Group (<12)', 'An exchange (oral or written) of opinions, observations, or ideas among a Small Group [12 or fewer participants], usually to analyze, clarify, or reach conclusions about issues, questions, or problems (Education Resources Information Center, 1980)', 1, 0, 0), |
| (9, 'IM009', 'Games', 'Individual or group games that have cognitive, social, behavioral, and/or emotional, etc., dimensions which are related to educational objectives (Education Resources Information Center, 1966a)', 1, 0, 0), | | (9, 'IM009', 'Games', 'Individual or group games that have cognitive, social, behavioral, and/or emotional, etc., dimensions which are related to educational objectives (Education Resources Information Center, 1966a)', 1, 0, 0), |
| (10, 'IM010', 'Independent Learning', 'Instructor-/ or mentor-guided learning activities to be performed by the learner outside of formal educational settings (classroom, lab, clinic) (Bowen & Smith, 2010); Dedicated time on learner schedules to prepare for specific learning activities, e.g., case discussions, TBL, PBL, clinical activities, research project(s)', 1, 0, 0), | | (10, 'IM010', 'Independent Learning', 'Instructor-/ or mentor-guided learning activities to be performed by the learner outside of formal educational settings (classroom, lab, clinic) (Bowen & Smith, 2010); Dedicated time on learner schedules to prepare for specific learning activities, e.g., case discussions, TBL, PBL, clinical activities, research project(s)', 1, 0, 0), |
| (11, 'IM011', 'Journal Club', 'A forum in which participants discuss recent research papers from field literature in order to develop\rcritical reading skills (comprehension, analysis, and critique) (Cooke, Irby, & O\'Brien, 2010a; Mann & O\'Neill, 2010; Woods & Winkel, 1982)', 1, 0, 0), | | (11, 'IM011', 'Journal Club', 'A forum in which participants discuss recent research papers from field literature in order to develop\rcritical reading skills (comprehension, analysis, and critique) (Cooke, Irby, & O\'Brien, 2010a; Mann & O\'Neill, 2010; Woods & Winkel, 1982)', 1, 0, 0), |
| (12, 'IM012', 'Laboratory', 'Hands-on or simulated exercises in which learners collect or use data to test and/or verify hypotheses or to address questions about principles and/or phenomena (LCME, 2011)', 1, 0, 0), | | (12, 'IM012', 'Laboratory', 'Hands-on or simulated exercises in which learners collect or use data to test and/or verify hypotheses or to address questions about principles and/or phenomena (LCME, 2011)', 1, 0, 0), |
| (13, 'IM013', 'Lecture', 'An instruction or verbal discourse by a speaker before a large group of learners (Institute for International Medical Education, 2002)', 1, 0, 0), | | (13, 'IM013', 'Lecture', 'An instruction or verbal discourse by a speaker before a large group of learners (Institute for International Medical Education, 2002)', 1, 0, 0), |
| (14, 'IM014', 'Mentorship', 'The provision of guidance, direction and support by senior professionals to learners or more junior professionals (U.S. National Library of Medicine, 1987)', 1, 0, 0), | | (14, 'IM014', 'Mentorship', 'The provision of guidance, direction and support by senior professionals to learners or more junior professionals (U.S. National Library of Medicine, 1987)', 1, 0, 0), |
| (15, 'IM015', 'Patient Presentation - Faculty', 'A presentation by faculty of patient findings, history and physical, differential diagnosis, treatment plan,\retc. (Wiener, 1974)', 1, 0, 0), | | (15, 'IM015', 'Patient Presentation - Faculty', 'A presentation by faculty of patient findings, history and physical, differential diagnosis, treatment plan,\retc. (Wiener, 1974)', 1, 0, 0), |
| (16, 'IM016', 'Patient Presentation - Learner', 'A presentation by a learner or learners to faculty, resident(s), and/or other learners of patient findings, history and physical, differential diagnosis, treatment plan, etc. (Wiener, 1974)', 1, 0, 0), | | (16, 'IM016', 'Patient Presentation - Learner', 'A presentation by a learner or learners to faculty, resident(s), and/or other learners of patient findings, history and physical, differential diagnosis, treatment plan, etc. (Wiener, 1974)', 1, 0, 0), |
| (17, 'IM017', 'Peer Teaching', 'Learner-to-learner instruction for the mutual learning experience of both \"teacher\" and \"learner\" may be \"peer-to-peer\" (same training level) or \"near-peer\" (higher-level learner teaching lower-level learner)\r(Soriano et al., 2010)', 1, 0, 0), | | (17, 'IM017', 'Peer Teaching', 'Learner-to-learner instruction for the mutual learning experience of both \"teacher\" and \"learner\" may be \"peer-to-peer\" (same training level) or \"near-peer\" (higher-level learner teaching lower-level learner)\r(Soriano et al., 2010)', 1, 0, 0), |
| (18, 'IM018', 'Preceptorship', 'Practical experience in medical and health-related services wherein the professionally-trained learner works\runder the supervision of an established professional in the particular field (U. S. National Library of Medicine, 1974)', 1, 0, 0), | | (18, 'IM018', 'Preceptorship', 'Practical experience in medical and health-related services wherein the professionally-trained learner works\runder the supervision of an established professional in the particular field (U. S. National Library of Medicine, 1974)', 1, 0, 0), |
| (19, 'IM019', 'Problem-Based Learning (PBL)', 'The use of carefully selected and designed patient cases that demand from the learner acquisition of critical\rknowledge, problem solving proficiency, self-directed learning strategies, and team participation skills as those needed in professional practice (Eshach & Bitterman, 2003; see also Major & Palmer, 2001; Cooke, Irby, & O\'Brien, 2010b;\rBarrows & Tamblyn, 1980)', 1, 0, 0), | | (19, 'IM019', 'Problem-Based Learning (PBL)', 'The use of carefully selected and designed patient cases that demand from the learner acquisition of critical\rknowledge, problem solving proficiency, self-directed learning strategies, and team participation skills as those needed in professional practice (Eshach & Bitterman, 2003; see also Major & Palmer, 2001; Cooke, Irby, & O\'Brien, 2010b;\rBarrows & Tamblyn, 1980)', 1, 0, 0), |
| (20, 'IM020', 'Reflection', 'Examination by the learner of his/her personal experiences of a learning event, including the cognitive, emotional, and affective aspects; the use of these past experiences in combination with objective information\rto inform present clinical decision-making and problem-solving (Mann, Gordon, & MacLeod, 2009; Mann & O\'Neill, 2010)', 1, 0, 0), | | (20, 'IM020', 'Reflection', 'Examination by the learner of his/her personal experiences of a learning event, including the cognitive, emotional, and affective aspects; the use of these past experiences in combination with objective information\rto inform present clinical decision-making and problem-solving (Mann, Gordon, & MacLeod, 2009; Mann & O\'Neill, 2010)', 1, 0, 0), |
| (21, 'IM021', 'Research', 'Short-term or sustained participation in research', 1, 0, 0), | | (21, 'IM021', 'Research', 'Short-term or sustained participation in research', 1, 0, 0), |
| (22, 'IM022', 'Role Play/Dramatization', 'The adopting or performing the role or activities of another individual', 1, 0, 0), | | (22, 'IM022', 'Role Play/Dramatization', 'The adopting or performing the role or activities of another individual', 1, 0, 0), |
| (23, 'IM023', 'Self-Directed Learning', 'Learners taking the initiative for their own learning: diagnosing needs, formulating goals, identifying resources, implementing appropriate activities, and evaluating outcomes (Garrison, 1997; Spencer & Jordan, 1999)', 1, 0, 0), | | (23, 'IM023', 'Self-Directed Learning', 'Learners taking the initiative for their own learning: diagnosing needs, formulating goals, identifying resources, implementing appropriate activities, and evaluating outcomes (Garrison, 1997; Spencer & Jordan, 1999)', 1, 0, 0), |
| (24, 'IM024', 'Service Learning Activity', 'A structured learning experience that combines community service with preparation and reflection (LCME, 2011)', 1, 0, 0), | | (24, 'IM024', 'Service Learning Activity', 'A structured learning experience that combines community service with preparation and reflection (LCME, 2011)', 1, 0, 0), |
| (25, 'IM025', 'Simulation', 'A method used to replace or amplify real patient encounters with scenarios designed to replicate real health care situations, using lifelike mannequins, physical models, standardized patients, or computers (Passiment,\rSacks, & Huang, 2011)', 1, 0, 0), | | (25, 'IM025', 'Simulation', 'A method used to replace or amplify real patient encounters with scenarios designed to replicate real health care situations, using lifelike mannequins, physical models, standardized patients, or computers (Passiment,\rSacks, & Huang, 2011)', 1, 0, 0), |
| (26, 'IM026', 'Team-Based Learning (TBL)', 'A form of collaborative learning that follows a specific sequence of individual work, group work and immediate feedback; engages learners in learning activities within a small group that works independently in classes with high learner-faculty ratios (Anderson, 2010; Team-Based Learning Collaborative, n.d.; Thompson, Schneider, Haidet, Perkowski, & Richards, 2007)', 1, 0, 0), | | (26, 'IM026', 'Team-Based Learning (TBL)', 'A form of collaborative learning that follows a specific sequence of individual work, group work and immediate feedback; engages learners in learning activities within a small group that works independently in classes with high learner-faculty ratios (Anderson, 2010; Team-Based Learning Collaborative, n.d.; Thompson, Schneider, Haidet, Perkowski, & Richards, 2007)', 1, 0, 0), |
| (27, 'IM027', 'Team-Building', 'Workshops, sessions, and/or activities contributing to the development of teamwork skills, often as a foundation for group work in learning (PBL, TBL, etc.) and practice (interprofessional/-disciplinary, etc.)\r(Morrison, Goldfarb, & Lanken, 2010)', 1, 0, 0), | | (27, 'IM027', 'Team-Building', 'Workshops, sessions, and/or activities contributing to the development of teamwork skills, often as a foundation for group work in learning (PBL, TBL, etc.) and practice (interprofessional/-disciplinary, etc.)\r(Morrison, Goldfarb, & Lanken, 2010)', 1, 0, 0), |
| (28, 'IM028', 'Tutorial', 'Instruction provided to a learner or small group of learners by direct interaction with an instructor (Education\rResources Information Center, 1966c)', 1, 0, 0), | | (28, 'IM028', 'Tutorial', 'Instruction provided to a learner or small group of learners by direct interaction with an instructor (Education\rResources Information Center, 1966c)', 1, 0, 0), |
| (29, 'IM029', 'Ward Rounds', 'An instructional session conducted in an actual clinical setting, using real patients or patient cases to demonstrate procedures or clinical skills, illustrate clinical reasoning and problem-solving, or stimulate discussion and analytical thinking among a group of learners (Bowen & Smith, 2010; Wiener, 1974)', 1, 0, 0), | | (29, 'IM029', 'Ward Rounds', 'An instructional session conducted in an actual clinical setting, using real patients or patient cases to demonstrate procedures or clinical skills, illustrate clinical reasoning and problem-solving, or stimulate discussion and analytical thinking among a group of learners (Bowen & Smith, 2010; Wiener, 1974)', 1, 0, 0), |
| (30, 'IM030', 'Workshop', 'A brief intensive educational program for a relatively small group of people that focuses especially on techniques and skills related to a specific topic (U. S. National Library of Medicine, 2011)', 1, 0, 0); | | (30, 'IM030', 'Workshop', 'A brief intensive educational program for a relatively small group of people that focuses especially on techniques and skills related to a specific topic (U. S. National Library of Medicine, 2011)', 1, 0, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `medbiq_resources` | | -- Table structure for table `medbiq_resources` |
| -- | | -- |
| | | |
| CREATE TABLE `medbiq_resources` ( | | CREATE TABLE `medbiq_resources` ( |
| `resource_id` int(11) UNSIGNED NOT NULL, | | `resource_id` int(11) UNSIGNED NOT NULL, |
| `code` varchar(10) DEFAULT NULL, | | `code` varchar(10) DEFAULT NULL, |
| `resource` varchar(250) NOT NULL DEFAULT '', | | `resource` varchar(250) NOT NULL DEFAULT '', |
| `resource_description` text, | | `resource_description` text, |
| `active` int(1) NOT NULL DEFAULT '1', | | `active` int(1) NOT NULL DEFAULT '1', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `medbiq_resources` | | -- Dumping data for table `medbiq_resources` |
| -- | | -- |
| | | |
| INSERT INTO `medbiq_resources` (`resource_id`, `code`, `resource`, `resource_description`, `active`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `medbiq_resources` (`resource_id`, `code`, `resource`, `resource_description`, `active`, `updated_date`, `updated_by`) VALUES |
| (1, 'RE002', 'Audience Response System', 'An electronic communication system that allows groups of people to vote on a topic or answer a question. Each person has a remote control (\"clicker\") with which selections can be made; Typically, the results are\rinstantly made available to the participants via a graph displayed on the projector. (Group on Information Resources, 2011; Stoddard & Piquette, 2010)', 1, 0, 0), | | (1, 'RE002', 'Audience Response System', 'An electronic communication system that allows groups of people to vote on a topic or answer a question. Each person has a remote control (\"clicker\") with which selections can be made; Typically, the results are\rinstantly made available to the participants via a graph displayed on the projector. (Group on Information Resources, 2011; Stoddard & Piquette, 2010)', 1, 0, 0), |
| (2, 'RE003', 'Audio', 'Devices or applications used to acquire or transfer knowledge, attitudes, or skills through study, instruction, or experience using auditory delivery (see \"Electronic Learning,\" Education Resources Information Center, 2008b)', 1, 0, 0), | | (2, 'RE003', 'Audio', 'Devices or applications used to acquire or transfer knowledge, attitudes, or skills through study, instruction, or experience using auditory delivery (see \"Electronic Learning,\" Education Resources Information Center, 2008b)', 1, 0, 0), |
| (3, 'RE004', 'Cadaver', 'A human body preserved post-mortem and \"used...to study anatomy, identify disease sites, determine causes of death, and provide tissue to repair a defect in a living human being\" (MedicineNet.com, 2004)', 1, 0, 0), | | (3, 'RE004', 'Cadaver', 'A human body preserved post-mortem and \"used...to study anatomy, identify disease sites, determine causes of death, and provide tissue to repair a defect in a living human being\" (MedicineNet.com, 2004)', 1, 0, 0), |
| (4, 'RE005', 'Clinical Case', 'The application and elaboration of concepts introduced in lecture, reading assignments, independent study, and other learning activities to real patient or case scenarios in order to promote knowledge retrieval in similar clinical situations at a later time (Euliano, 2001)', 1, 0, 0), | | (4, 'RE005', 'Clinical Case', 'The application and elaboration of concepts introduced in lecture, reading assignments, independent study, and other learning activities to real patient or case scenarios in order to promote knowledge retrieval in similar clinical situations at a later time (Euliano, 2001)', 1, 0, 0), |
| (5, 'RE006', 'Distance Learning - Asynchronous', 'Education facilitated through communications media (often electronic), with little or no classroom or other face-to-face contact between learners and teachers, and which \"does not occur in real time or involve simultaneous interaction on the part of participants. It is intermittent and generally characterized by a significant time delay or interval between sending and receiving or responding to messages\" (Education Resources Information Center, 1983; 2008a)', 1, 0, 0), | | (5, 'RE006', 'Distance Learning - Asynchronous', 'Education facilitated through communications media (often electronic), with little or no classroom or other face-to-face contact between learners and teachers, and which \"does not occur in real time or involve simultaneous interaction on the part of participants. It is intermittent and generally characterized by a significant time delay or interval between sending and receiving or responding to messages\" (Education Resources Information Center, 1983; 2008a)', 1, 0, 0), |
| (6, 'RE007', 'Distance Learning - Synchronous', 'Education facilitated through communications media (often electronic), with little or no classroom or other face-to-face contact between learners and teachers, \"in real time, characterized by concurrent exchanges between participants. Interaction is simultaneous without a meaningful time delay between sending a message and receiving or responding to it. Occurs in electronic (e.g., interactive videoconferencing) and non-electronic environments (e.g., telephone conversations)\" (Education Resources Information Center, 1983; 2008c)', 1, 0, 0), | | (6, 'RE007', 'Distance Learning - Synchronous', 'Education facilitated through communications media (often electronic), with little or no classroom or other face-to-face contact between learners and teachers, \"in real time, characterized by concurrent exchanges between participants. Interaction is simultaneous without a meaningful time delay between sending a message and receiving or responding to it. Occurs in electronic (e.g., interactive videoconferencing) and non-electronic environments (e.g., telephone conversations)\" (Education Resources Information Center, 1983; 2008c)', 1, 0, 0), |
| (7, 'RE008', 'Educational Technology', 'Mobile or desktop technology (hardware or software) used for instruction/learning through audiovisual (A/V), multimedia, web-based, or online modalities (Group on Information Resources, 2011); Sometimes includes dedicated space (see Virtual/Computerized Lab)', 1, 0, 0), | | (7, 'RE008', 'Educational Technology', 'Mobile or desktop technology (hardware or software) used for instruction/learning through audiovisual (A/V), multimedia, web-based, or online modalities (Group on Information Resources, 2011); Sometimes includes dedicated space (see Virtual/Computerized Lab)', 1, 0, 0), |
| (8, 'RE009', 'Electronic Health/Medical Record (EHR/EMR)', 'An individual patient\'s medical record in digital format...usually accessed on a computer, often over a network...[M]ay be made up of electronic medical records (EMRs) from many locations and/or sources. An Electronic Medical Record (EMR) may be an inpatient or outpatient medical record in digital format that may or may not be linked to or part of a larger EHR (Group on Information Resources, 2011)', 1, 0, 0), | | (8, 'RE009', 'Electronic Health/Medical Record (EHR/EMR)', 'An individual patient\'s medical record in digital format...usually accessed on a computer, often over a network...[M]ay be made up of electronic medical records (EMRs) from many locations and/or sources. An Electronic Medical Record (EMR) may be an inpatient or outpatient medical record in digital format that may or may not be linked to or part of a larger EHR (Group on Information Resources, 2011)', 1, 0, 0), |
| (9, 'RE010', 'Film/Video', 'Devices or applications used to acquire or transfer knowledge, attitudes, or skills through study, instruction, or experience using visual recordings (see \"Electronic Learning,\" Education Resources Information Center, 2008b)', 1, 0, 0), | | (9, 'RE010', 'Film/Video', 'Devices or applications used to acquire or transfer knowledge, attitudes, or skills through study, instruction, or experience using visual recordings (see \"Electronic Learning,\" Education Resources Information Center, 2008b)', 1, 0, 0), |
| (10, 'RE011', 'Key Feature', 'An element specific to a clinical case or problem that demands the use of particular clinical skills in order to achieve the problem\'s successful resolution; Typically presented as written exam questions, as in the Canadian Qualifying Examination in Medicine (Page & Bordage, 1995; Page, Bordage, & Allen, 1995)', 1, 0, 0), | | (10, 'RE011', 'Key Feature', 'An element specific to a clinical case or problem that demands the use of particular clinical skills in order to achieve the problem\'s successful resolution; Typically presented as written exam questions, as in the Canadian Qualifying Examination in Medicine (Page & Bordage, 1995; Page, Bordage, & Allen, 1995)', 1, 0, 0), |
| (11, 'RE012', 'Mannequin', 'A life-size model of the human body that mimics various anatomical functions to teach skills and procedures in health education; may be low-fidelity (having limited or no electronic inputs) or high-fidelity\r(connected to a computer that allows the robot to respond dynamically to user input) (Group on Information Resources, 2011; Passiment, Sacks, & Huang, 2011)', 1, 0, 0), | | (11, 'RE012', 'Mannequin', 'A life-size model of the human body that mimics various anatomical functions to teach skills and procedures in health education; may be low-fidelity (having limited or no electronic inputs) or high-fidelity\r(connected to a computer that allows the robot to respond dynamically to user input) (Group on Information Resources, 2011; Passiment, Sacks, & Huang, 2011)', 1, 0, 0), |
| (12, 'RE017', 'Plastinated Specimens', 'Organic material preserved by replacing water and fat in tissue with silicone, resulting in \"anatomical specimens [that] are safer to use, more pleasant to use, and are much more durable and have a much longer shelf life\" (University of Michigan Plastination Lab, n.d.); See also: Wet Lab', 1, 0, 0), | | (12, 'RE017', 'Plastinated Specimens', 'Organic material preserved by replacing water and fat in tissue with silicone, resulting in \"anatomical specimens [that] are safer to use, more pleasant to use, and are much more durable and have a much longer shelf life\" (University of Michigan Plastination Lab, n.d.); See also: Wet Lab', 1, 0, 0), |
| (13, 'RE018', 'Written or Visual Media (or Digital Equivalent)', 'Reference materials produced or selected by faculty to augment course teaching and learning', 1, 0, 0), | | (13, 'RE018', 'Written or Visual Media (or Digital Equivalent)', 'Reference materials produced or selected by faculty to augment course teaching and learning', 1, 0, 0), |
| (14, 'RE015', 'Patient - Receiving Clinical Care', 'An actual clinical patient', 1, 0, 0), | | (14, 'RE015', 'Patient - Receiving Clinical Care', 'An actual clinical patient', 1, 0, 0), |
| (15, 'RE020', 'Searchable Electronic Database', 'A collection of information organized in such a way that a computer program can quickly select desired pieces of data (Webopedia, n.d.)', 1, 0, 0), | | (15, 'RE020', 'Searchable Electronic Database', 'A collection of information organized in such a way that a computer program can quickly select desired pieces of data (Webopedia, n.d.)', 1, 0, 0), |
| (16, 'RE021', 'Standardized/Simulated Patient (SP)', 'Individual trained to portray a patient with a specific condition in a realistic, standardized and repeatable way (where portrayal/presentation varies based only on learner performance) (ASPE, 2011)', 1, 0, 0), | | (16, 'RE021', 'Standardized/Simulated Patient (SP)', 'Individual trained to portray a patient with a specific condition in a realistic, standardized and repeatable way (where portrayal/presentation varies based only on learner performance) (ASPE, 2011)', 1, 0, 0), |
| (17, 'RE022', 'Task Trainer', 'A physical model that simulates a subset of physiologic function to include normal and abnormal anatomy (Passiment, Sacks, & Huang, 2011); Such models which provide just the key elements of the task or skill being learned (CISL, 2011)', 1, 0, 0), | | (17, 'RE022', 'Task Trainer', 'A physical model that simulates a subset of physiologic function to include normal and abnormal anatomy (Passiment, Sacks, & Huang, 2011); Such models which provide just the key elements of the task or skill being learned (CISL, 2011)', 1, 0, 0), |
| (18, 'RE024', 'Virtual Patient', 'An interactive computer simulation of real-life clinical scenarios for the purpose of medical training, education, or assessment (Smothers, Azan, & Ellaway, 2010)', 1, 0, 0), | | (18, 'RE024', 'Virtual Patient', 'An interactive computer simulation of real-life clinical scenarios for the purpose of medical training, education, or assessment (Smothers, Azan, & Ellaway, 2010)', 1, 0, 0), |
| (19, 'RE025', 'Virtual/Computerized Laboratory', 'A practical learning environment in which technology- and computer-based simulations allow learners to engage in computer-assisted instruction while being able to ask and answer questions and also engage in discussion of content (Cooke, Irby, & O\'Brien, 2010a); also, to learn through experience by performing medical tasks, especially high-risk ones, in a safe environment (Uniformed Services University, 2011)', 1, 0, 0), | | (19, 'RE025', 'Virtual/Computerized Laboratory', 'A practical learning environment in which technology- and computer-based simulations allow learners to engage in computer-assisted instruction while being able to ask and answer questions and also engage in discussion of content (Cooke, Irby, & O\'Brien, 2010a); also, to learn through experience by performing medical tasks, especially high-risk ones, in a safe environment (Uniformed Services University, 2011)', 1, 0, 0), |
| (20, 'RE026', 'Wet Laboratory', 'Facilities outfitted with specialized equipment* and bench space or adjustable, flexible desktop space for working with solutions or biological materials (\"C.1 Wet Laboratories,\" 2006; Stanford University School of Medicine, 2007;\rWBDG Staff, 2010) *Often includes sinks, chemical fume hoods, biosafety cabinets, and piped services such as deionized or RO water, lab cold and hot water, lab waste/vents, carbon dioxide, vacuum, compressed air, eyewash, safety showers, natural gas, telephone, LAN, and power (\"C.1 Wet Laboratories,\" 2006)', 1, 0, 0), | | (20, 'RE026', 'Wet Laboratory', 'Facilities outfitted with specialized equipment* and bench space or adjustable, flexible desktop space for working with solutions or biological materials (\"C.1 Wet Laboratories,\" 2006; Stanford University School of Medicine, 2007;\rWBDG Staff, 2010) *Often includes sinks, chemical fume hoods, biosafety cabinets, and piped services such as deionized or RO water, lab cold and hot water, lab waste/vents, carbon dioxide, vacuum, compressed air, eyewash, safety showers, natural gas, telephone, LAN, and power (\"C.1 Wet Laboratories,\" 2006)', 1, 0, 0), |
| (21, 'RE001', 'Animation', '', 1, 0, 0), | | (21, 'RE001', 'Animation', '', 1, 0, 0), |
| (22, 'RE013', 'Medical Images', '', 1, 0, 0), | | (22, 'RE013', 'Medical Images', '', 1, 0, 0), |
| (23, 'RE014', 'Mobile Application', '', 1, 0, 0), | | (23, 'RE014', 'Mobile Application', '', 1, 0, 0), |
| (24, 'RE019', 'Scenario', '', 1, 0, 0), | | (24, 'RE019', 'Scenario', '', 1, 0, 0), |
| (25, 'RE023', 'Ultrasound', '', 1, 0, 0), | | (25, 'RE023', 'Ultrasound', '', 1, 0, 0), |
| (26, NULL, 'Virtual Reality', '', 1, 0, 0), | | (26, NULL, 'Virtual Reality', '', 1, 0, 0), |
| (27, 'RE016', 'Patient - Teaching', '', 1, 0, 0); | | (27, 'RE016', 'Patient - Teaching', '', 1, 0, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `media` | | -- Table structure for table `media` |
| -- | | -- |
| | | |
| CREATE TABLE `media` ( | | CREATE TABLE `media` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `media_source_id` int(11) NOT NULL, | | `media_source_id` int(11) NOT NULL, |
| `name` text, | | `name` text, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `media_lu_source_entity_types` | | -- Table structure for table `media_lu_source_entity_types` |
| -- | | -- |
| | | |
| CREATE TABLE `media_lu_source_entity_types` ( | | CREATE TABLE `media_lu_source_entity_types` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', | | `shortname` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', |
| `name` text COLLATE utf8_unicode_ci, | | `name` text COLLATE utf8_unicode_ci, |
| `active` tinyint(4) NOT NULL DEFAULT '1' | | `active` tinyint(4) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `media_lu_source_entity_types` | | -- Dumping data for table `media_lu_source_entity_types` |
| -- | | -- |
| | | |
| INSERT INTO `media_lu_source_entity_types` (`id`, `shortname`, `name`, `active`) VALUES | | INSERT INTO `media_lu_source_entity_types` (`id`, `shortname`, `name`, `active`) VALUES |
| (1, 'localhost', 'Local Video', 1), | | (1, 'localhost', 'Local Video', 1), |
| (2, 'mediasite', 'Mediasite', 1), | | (2, 'mediasite', 'Mediasite', 1), |
| (3, 'panopto', 'Panopto', 0); | | (3, 'panopto', 'Panopto', 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `media_lu_source_property_types` | | -- Table structure for table `media_lu_source_property_types` |
| -- | | -- |
| | | |
| CREATE TABLE `media_lu_source_property_types` ( | | CREATE TABLE `media_lu_source_property_types` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `shortname` varchar(128) NOT NULL, | | `shortname` varchar(128) NOT NULL, |
| `active` tinyint(4) NOT NULL DEFAULT '1' | | `active` tinyint(4) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `media_lu_source_property_types` | | -- Dumping data for table `media_lu_source_property_types` |
| -- | | -- |
| | | |
| INSERT INTO `media_lu_source_property_types` (`id`, `shortname`, `active`) VALUES | | INSERT INTO `media_lu_source_property_types` (`id`, `shortname`, `active`) VALUES |
| (1, 'request_header', 1), | | (1, 'request_header', 1), |
| (2, 'api_key', 1), | | (2, 'api_key', 1), |
| (3, 'authorization_header', 1), | | (3, 'authorization_header', 1), |
| (4, 'primitive', 1), | | (4, 'primitive', 1), |
| (5, 'filename', 1), | | (5, 'filename', 1), |
| (6, 'uri', 1), | | (6, 'uri', 1), |
| (7, 'source_title', 1), | | (7, 'source_title', 1), |
| (8, 'source_description', 1), | | (8, 'source_description', 1), |
| (9, 'recording_title', 1), | | (9, 'recording_title', 1), |
| (10, 'recording_description', 1), | | (10, 'recording_description', 1), |
| (11, 'playback_uri', 1), | | (11, 'playback_uri', 1), |
| (12, 'api_uri', 1), | | (12, 'api_uri', 1), |
| (13, 'release_date', 1), | | (13, 'release_date', 1), |
| (14, 'release_until', 1), | | (14, 'release_until', 1), |
| (15, 'recorder_id', 1), | | (15, 'recorder_id', 1), |
| (16, 'player_id', 1), | | (16, 'player_id', 1), |
| (17, 'schedule_template_id', 1), | | (17, 'schedule_template_id', 1), |
| (18, 'folder_id', 1), | | (18, 'folder_id', 1), |
| (19, 'timezone_id', 1), | | (19, 'timezone_id', 1), |
| (20, 'recording_time_offset', 1), | | (20, 'recording_time_offset', 1), |
| (21, 'api_search_uri', 1), | | (21, 'api_search_uri', 1), |
| (22, 'admin_username', 1), | | (22, 'admin_username', 1), |
| (23, 'timeframe', 1), | | (23, 'timeframe', 1), |
| (24, 'auth_uri', 1), | | (24, 'auth_uri', 1), |
| (25, 'grant_type', 1), | | (25, 'grant_type', 1), |
| (26, 'scope', 1), | | (26, 'scope', 1), |
| (27, 'expiry_date', 1), | | (27, 'expiry_date', 1), |
| (28, 'access_token', 1), | | (28, 'access_token', 1), |
| (29, 'username', 1), | | (29, 'username', 1), |
| (30, 'password', 1); | | (30, 'password', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `media_lu_types` | | -- Table structure for table `media_lu_types` |
| -- | | -- |
| | | |
| CREATE TABLE `media_lu_types` ( | | CREATE TABLE `media_lu_types` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `shortname` varchar(128) NOT NULL, | | `shortname` varchar(128) NOT NULL, |
| `active` tinyint(4) NOT NULL DEFAULT '1' | | `active` tinyint(4) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `media_lu_types` | | -- Dumping data for table `media_lu_types` |
| -- | | -- |
| | | |
| INSERT INTO `media_lu_types` (`id`, `shortname`, `active`) VALUES | | INSERT INTO `media_lu_types` (`id`, `shortname`, `active`) VALUES |
| (1, 'video', 1), | | (1, 'video', 1), |
| (2, 'audio', 1), | | (2, 'audio', 1), |
| (3, 'video-stream', 1), | | (3, 'video-stream', 1), |
| (4, 'image', 1), | | (4, 'image', 1), |
| (5, 'capture-device', 1); | | (5, 'capture-device', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `media_properties` | | -- Table structure for table `media_properties` |
| -- | | -- |
| | | |
| CREATE TABLE `media_properties` ( | | CREATE TABLE `media_properties` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `media_id` int(11) NOT NULL, | | `media_id` int(11) NOT NULL, |
| `media_source_property_type_id` int(11) NOT NULL, | | `media_source_property_type_id` int(11) NOT NULL, |
| `name` text, | | `name` text, |
| `value` text, | | `value` text, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `media_sources` | | -- Table structure for table `media_sources` |
| -- | | -- |
| | | |
| CREATE TABLE `media_sources` ( | | CREATE TABLE `media_sources` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `name` text NOT NULL, | | `name` text NOT NULL, |
| `media_source_entity_type_id` int(11) NOT NULL, | | `media_source_entity_type_id` int(11) NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `visible` int(4) NOT NULL DEFAULT '1', | | `visible` int(4) NOT NULL DEFAULT '1', |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `media_source_entity_properties` | | -- Table structure for table `media_source_entity_properties` |
| -- | | -- |
| | | |
| CREATE TABLE `media_source_entity_properties` ( | | CREATE TABLE `media_source_entity_properties` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `media_source_entity_type_id` int(11) NOT NULL, | | `media_source_entity_type_id` int(11) NOT NULL, |
| `media_source_property_type_id` int(11) NOT NULL, | | `media_source_property_type_id` int(11) NOT NULL, |
| `optional` tinyint(4) NOT NULL DEFAULT '0', | | `optional` tinyint(4) NOT NULL DEFAULT '0', |
| `order` int(11) DEFAULT NULL, | | `order` int(11) DEFAULT NULL, |
| `meta` tinyint(4) NOT NULL DEFAULT '0', | | `meta` tinyint(4) NOT NULL DEFAULT '0', |
| `type` enum('text','int','bool') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text', | | `type` enum('text','int','bool') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'text', |
| `compound` tinyint(4) DEFAULT '0', | | `compound` tinyint(4) DEFAULT '0', |
| `delimiter` varchar(38) COLLATE utf8_unicode_ci DEFAULT NULL | | `delimiter` varchar(38) COLLATE utf8_unicode_ci DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `media_source_entity_properties` | | -- Dumping data for table `media_source_entity_properties` |
| -- | | -- |
| | | |
| INSERT INTO `media_source_entity_properties` (`id`, `media_source_entity_type_id`, `media_source_property_type_id`, `optional`, `order`, `meta`, `type`, `compound`, `delimiter`) VALUES | | INSERT INTO `media_source_entity_properties` (`id`, `media_source_entity_type_id`, `media_source_property_type_id`, `optional`, `order`, `meta`, `type`, `compound`, `delimiter`) VALUES |
| (1, 1, 1, 1, 1, 0, 'text', 0, NULL), | | (1, 1, 1, 1, 1, 0, 'text', 0, NULL), |
| (2, 2, 8, 1, 1, 1, 'text', 0, NULL), | | (2, 2, 8, 1, 1, 1, 'text', 0, NULL), |
| (3, 2, 12, 0, 2, 1, 'text', 0, NULL), | | (3, 2, 12, 0, 2, 1, 'text', 0, NULL), |
| (4, 2, 21, 0, 3, 1, 'text', 0, NULL), | | (4, 2, 21, 0, 3, 1, 'text', 0, NULL), |
| (5, 2, 2, 0, 4, 1, 'text', 1, ': '), | | (5, 2, 2, 0, 4, 1, 'text', 1, ': '), |
| (6, 2, 3, 0, 5, 1, 'text', 1, ': '), | | (6, 2, 3, 0, 5, 1, 'text', 1, ': '), |
| (7, 2, 15, 0, 6, 1, 'text', 0, NULL), | | (7, 2, 15, 0, 6, 1, 'text', 0, NULL), |
| (8, 2, 16, 0, 7, 1, 'text', 0, NULL), | | (8, 2, 16, 0, 7, 1, 'text', 0, NULL), |
| (9, 2, 17, 0, 8, 1, 'text', 0, NULL), | | (9, 2, 17, 0, 8, 1, 'text', 0, NULL), |
| (10, 2, 18, 0, 9, 1, 'text', 0, NULL), | | (10, 2, 18, 0, 9, 1, 'text', 0, NULL), |
| (11, 2, 20, 1, 10, 1, 'text', 0, NULL), | | (11, 2, 20, 1, 10, 1, 'text', 0, NULL), |
| (12, 2, 10, 1, 11, 0, 'text', 0, NULL), | | (12, 2, 10, 1, 11, 0, 'text', 0, NULL), |
| (13, 2, 11, 0, 12, 0, 'text', 0, NULL), | | (13, 2, 11, 0, 12, 0, 'text', 0, NULL), |
| (14, 2, 13, 0, 13, 0, 'int', 0, NULL), | | (14, 2, 13, 0, 13, 0, 'int', 0, NULL), |
| (15, 2, 14, 0, 14, 0, 'int', 0, NULL), | | (15, 2, 14, 0, 14, 0, 'int', 0, NULL), |
| (16, 2, 23, 1, 15, 0, 'text', 0, NULL), | | (16, 2, 23, 1, 15, 0, 'text', 0, NULL), |
| (17, 3, 8, 1, 1, 1, 'text', 0, NULL), | | (17, 3, 8, 1, 1, 1, 'text', 0, NULL), |
| (18, 3, 12, 0, 2, 1, 'text', 0, NULL), | | (18, 3, 12, 0, 2, 1, 'text', 0, NULL), |
| (19, 3, 2, 0, 3, 1, 'text', 1, ': '), | | (19, 3, 2, 0, 3, 1, 'text', 1, ': '), |
| (20, 3, 3, 0, 4, 1, 'text', 1, ': '), | | (20, 3, 3, 0, 4, 1, 'text', 1, ': '), |
| (21, 3, 15, 0, 5, 1, 'text', 0, NULL), | | (21, 3, 15, 0, 5, 1, 'text', 0, NULL), |
| (22, 3, 18, 0, 6, 1, 'text', 0, NULL), | | (22, 3, 18, 0, 6, 1, 'text', 0, NULL), |
| (23, 3, 20, 1, 7, 1, 'text', 0, NULL), | | (23, 3, 20, 1, 7, 1, 'text', 0, NULL), |
| (24, 3, 10, 1, 8, 0, 'text', 0, NULL), | | (24, 3, 10, 1, 8, 0, 'text', 0, NULL), |
| (25, 3, 11, 0, 9, 0, 'text', 0, NULL), | | (25, 3, 11, 0, 9, 0, 'text', 0, NULL), |
| (26, 3, 13, 0, 10, 0, 'int', 0, NULL), | | (26, 3, 13, 0, 10, 0, 'int', 0, NULL), |
| (27, 3, 14, 0, 11, 0, 'int', 0, NULL), | | (27, 3, 14, 0, 11, 0, 'int', 0, NULL), |
| (28, 3, 23, 1, 12, 0, 'text', 0, NULL), | | (28, 3, 23, 1, 12, 0, 'text', 0, NULL), |
| (29, 3, 24, 0, 13, 1, 'text', 0, NULL), | | (29, 3, 24, 0, 13, 1, 'text', 0, NULL), |
| (30, 3, 25, 0, 14, 1, 'text', 0, NULL), | | (30, 3, 25, 0, 14, 1, 'text', 0, NULL), |
| (31, 3, 26, 0, 15, 1, 'text', 0, NULL), | | (31, 3, 26, 0, 15, 1, 'text', 0, NULL), |
| (32, 3, 27, 1, 16, 1, 'text', 0, NULL), | | (32, 3, 27, 1, 16, 1, 'text', 0, NULL), |
| (33, 3, 28, 1, 17, 1, 'text', 0, NULL), | | (33, 3, 28, 1, 17, 1, 'text', 0, NULL), |
| (34, 3, 29, 1, 18, 1, 'text', 0, NULL), | | (34, 3, 29, 1, 18, 1, 'text', 0, NULL), |
| (35, 3, 30, 1, 19, 1, 'text', 0, NULL); | | (35, 3, 30, 1, 19, 1, 'text', 0, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `media_source_properties` | | -- Table structure for table `media_source_properties` |
| -- | | -- |
| | | |
| CREATE TABLE `media_source_properties` ( | | CREATE TABLE `media_source_properties` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `media_source_id` int(11) NOT NULL, | | `media_source_id` int(11) NOT NULL, |
| `media_source_property_type_id` int(11) NOT NULL, | | `media_source_property_type_id` int(11) NOT NULL, |
| `name` varchar(256) COLLATE utf8_unicode_ci DEFAULT '', | | `name` varchar(256) COLLATE utf8_unicode_ci DEFAULT '', |
| `value` text COLLATE utf8_unicode_ci NOT NULL, | | `value` text COLLATE utf8_unicode_ci NOT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `media_source_transactions` | | -- Table structure for table `media_source_transactions` |
| -- | | -- |
| | | |
| CREATE TABLE `media_source_transactions` ( | | CREATE TABLE `media_source_transactions` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `media_source_id` int(11) NOT NULL, | | `media_source_id` int(11) NOT NULL, |
| `media_id` int(11) DEFAULT NULL, | | `media_id` int(11) DEFAULT NULL, |
| `context` text COLLATE utf8_unicode_ci, | | `context` text COLLATE utf8_unicode_ci, |
| `response` text COLLATE utf8_unicode_ci, | | `response` text COLLATE utf8_unicode_ci, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `media_sync` | | -- Table structure for table `media_sync` |
| -- | | -- |
| | | |
| CREATE TABLE `media_sync` ( | | CREATE TABLE `media_sync` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `media_source_id` int(11) NOT NULL, | | `media_source_id` int(11) NOT NULL, |
| `media_id` int(11) DEFAULT NULL, | | `media_id` int(11) DEFAULT NULL, |
| `sync_type` enum('event') COLLATE utf8_unicode_ci DEFAULT 'event', | | `sync_type` enum('event') COLLATE utf8_unicode_ci DEFAULT 'event', |
| `sync_value` int(11) DEFAULT NULL, | | `sync_value` int(11) DEFAULT NULL, |
| `sync_state` enum('pending','complete','cancelled','failed','incomplete','deleted') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'pending', | | `sync_state` enum('pending','complete','cancelled','failed','incomplete','deleted') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'pending', |
| `sync_attempts` int(11) NOT NULL DEFAULT '0', | | `sync_attempts` int(11) NOT NULL DEFAULT '0', |
| `primary_external_id` varchar(256) COLLATE utf8_unicode_ci DEFAULT '', | | `primary_external_id` varchar(256) COLLATE utf8_unicode_ci DEFAULT '', |
| `secondary_external_id` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL, | | `secondary_external_id` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `external_context` text COLLATE utf8_unicode_ci, | | `external_context` text COLLATE utf8_unicode_ci, |
| `start_date` int(11) DEFAULT NULL, | | `start_date` int(11) DEFAULT NULL, |
| `end_date` int(11) DEFAULT NULL, | | `end_date` int(11) DEFAULT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `messages_additional_viewers` | | -- Table structure for table `messages_additional_viewers` |
| -- | | -- |
| | | |
| CREATE TABLE `messages_additional_viewers` ( | | CREATE TABLE `messages_additional_viewers` ( |
| `maviewers_id` varchar(36) NOT NULL, | | `maviewers_id` varchar(36) NOT NULL, |
| `mmheaders_id` varchar(36) NOT NULL, | | `mmheaders_id` varchar(36) NOT NULL, |
| `emappings_id` varchar(36) NOT NULL, | | `emappings_id` varchar(36) NOT NULL, |
| `is_read_only` tinyint(4) DEFAULT '0', | | `is_read_only` tinyint(4) DEFAULT '0', |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(10) UNSIGNED DEFAULT NULL | | `deleted_by` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `messages_additional_viewers` | | -- Dumping data for table `messages_additional_viewers` |
| -- | | -- |
| | | |
| INSERT INTO `messages_additional_viewers` (`maviewers_id`, `mmheaders_id`, `emappings_id`, `is_read_only`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `messages_additional_viewers` (`maviewers_id`, `mmheaders_id`, `emappings_id`, `is_read_only`, `deleted_date`, `deleted_by`) VALUES |
| ('6F443C32-E48E-FAB6-BE21-292967C2C2E3', '0468CA1E-430D-0D9C-502D-FFB897480753', '9AB064C3-D941-3FA0-740C-2072920F49E1', 0, NULL, NULL), | | ('6F443C32-E48E-FAB6-BE21-292967C2C2E3', '0468CA1E-430D-0D9C-502D-FFB897480753', '9AB064C3-D941-3FA0-740C-2072920F49E1', 0, NULL, NULL), |
| ('931BFDB7-89E6-A4DE-B076-634160705A96', '0468CA1E-430D-0D9C-502D-FFB897480753', 'F3911359-657D-BC07-5B2E-AC038361D667', 0, NULL, NULL), | | ('931BFDB7-89E6-A4DE-B076-634160705A96', '0468CA1E-430D-0D9C-502D-FFB897480753', 'F3911359-657D-BC07-5B2E-AC038361D667', 0, NULL, NULL), |
| ('aaaa6c68-05d8-4c6f-b354-aee896481032', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', '9AB064C3-D941-3FA0-740C-2072920F49E1', 0, NULL, NULL), | | ('aaaa6c68-05d8-4c6f-b354-aee896481032', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', '9AB064C3-D941-3FA0-740C-2072920F49E1', 0, NULL, NULL), |
| ('db4287a4-adad-481b-8f8b-a4649babf58f', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', 'F3911359-657D-BC07-5B2E-AC038361D667', 0, NULL, NULL); | | ('db4287a4-adad-481b-8f8b-a4649babf58f', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', 'F3911359-657D-BC07-5B2E-AC038361D667', 0, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `messages_constraints` | | -- Table structure for table `messages_constraints` |
| -- | | -- |
| | | |
| CREATE TABLE `messages_constraints` ( | | CREATE TABLE `messages_constraints` ( |
| `mconstraints_id` varchar(36) NOT NULL, | | `mconstraints_id` varchar(36) NOT NULL, |
| `mmheaders_id` varchar(36) NOT NULL, | | `mmheaders_id` varchar(36) NOT NULL, |
| `constraints` json NOT NULL | | `constraints` json NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `messages_constraints` | | -- Dumping data for table `messages_constraints` |
| -- | | -- |
| | | |
| INSERT INTO `messages_constraints` (`mconstraints_id`, `mmheaders_id`, `constraints`) VALUES | | INSERT INTO `messages_constraints` (`mconstraints_id`, `mmheaders_id`, `constraints`) VALUES |
| ('F7C66665-689D-8478-2854-8E298DA156F8', 'DC95A55A-5872-DDDC-2B38-55D03904D4A4', '{\"maxUploads\": 3, \"minUploads\": 2, \"isMandatory\": 1}'); | | ('F7C66665-689D-8478-2854-8E298DA156F8', 'DC95A55A-5872-DDDC-2B38-55D03904D4A4', '{\"maxUploads\": 3, \"minUploads\": 2, \"isMandatory\": 1}'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `messages_events_optouts` | | -- Table structure for table `messages_events_optouts` |
| -- | | -- |
| | | |
| CREATE TABLE `messages_events_optouts` ( | | CREATE TABLE `messages_events_optouts` ( |
| `meoptouts_id` int(11) NOT NULL, | | `meoptouts_id` int(11) NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `gmodules_id` varchar(36) NOT NULL, | | `gmodules_id` varchar(36) NOT NULL, |
| `event_code` varchar(45) NOT NULL, | | `event_code` varchar(45) NOT NULL, |
| `mtypes_id` int(11) NOT NULL DEFAULT '0' | | `mtypes_id` int(11) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `messages_forms` | | -- Table structure for table `messages_forms` |
| -- | | -- |
| | | |
| CREATE TABLE `messages_forms` ( | | CREATE TABLE `messages_forms` ( |
| `mforms_id` varchar(36) NOT NULL, | | `mforms_id` varchar(36) NOT NULL, |
| `mmessages_id` varchar(36) NOT NULL, | | `mmessages_id` varchar(36) NOT NULL, |
| `form_id` int(11) DEFAULT NULL | | `form_id` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `messages_messages` | | -- Table structure for table `messages_messages` |
| -- | | -- |
| | | |
| CREATE TABLE `messages_messages` ( | | CREATE TABLE `messages_messages` ( |
| `mmessages_id` varchar(36) NOT NULL, | | `mmessages_id` varchar(36) NOT NULL, |
| `mmheaders_id` varchar(36) NOT NULL, | | `mmheaders_id` varchar(36) NOT NULL, |
| `message` varchar(1000) NOT NULL, | | `message` varchar(1000) NOT NULL, |
| `emappings_id` varchar(36) NOT NULL, | | `emappings_id` varchar(36) NOT NULL, |
| `mstatuses_id` int(11) NOT NULL, | | `mstatuses_id` int(11) NOT NULL, |
| `mtypes_id` int(11) NOT NULL DEFAULT '1', | | `mtypes_id` int(11) NOT NULL DEFAULT '1', |
| `recipients_overridden` tinyint(4) NOT NULL DEFAULT '0', | | `recipients_overridden` tinyint(4) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL | | `created_by` int(10) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `messages_messages` | | -- Dumping data for table `messages_messages` |
| -- | | -- |
| | | |
| INSERT INTO `messages_messages` (`mmessages_id`, `mmheaders_id`, `message`, `emappings_id`, `mstatuses_id`, `mtypes_id`, `recipients_overridden`, `created_date`, `created_by`) VALUES | | INSERT INTO `messages_messages` (`mmessages_id`, `mmheaders_id`, `message`, `emappings_id`, `mstatuses_id`, `mtypes_id`, `recipients_overridden`, `created_date`, `created_by`) VALUES |
| ('02061850-E0BF-4CF0-E250-FF07172169C0', 'AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'This should be the latest submission for this document request.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1685208786, 2), | | ('02061850-E0BF-4CF0-E250-FF07172169C0', 'AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'This should be the latest submission for this document request.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1685208786, 2), |
| ('0A2A1BA0-0FEC-1703-1FF6-92386B1739B2', 'AA0B0D0E-B50F-B3C8-A94B-BB34D114E80A', 'message type message', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 1, 0, 1684776786, 2), | | ('0A2A1BA0-0FEC-1703-1FF6-92386B1739B2', 'AA0B0D0E-B50F-B3C8-A94B-BB34D114E80A', 'message type message', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 1, 0, 1684776786, 2), |
| ('0F9C01F4-1974-112F-38B8-2DE6A5F859ED', '6118A351-1CB7-14E7-C0CC-149501FE7D1E', 'Please submit document 8', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1682962386, 1), | | ('0F9C01F4-1974-112F-38B8-2DE6A5F859ED', '6118A351-1CB7-14E7-C0CC-149501FE7D1E', 'Please submit document 8', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1682962386, 1), |
| ('107D8CC9-288C-B3CA-7D0D-9E45DDB37110', '41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', 'Please submit document 2', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1679333586, 1), | | ('107D8CC9-288C-B3CA-7D0D-9E45DDB37110', '41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', 'Please submit document 2', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1679333586, 1), |
| ('1A214199-CEFB-1285-21BA-2256C63A1AF5', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'details for this submission', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('1A214199-CEFB-1285-21BA-2256C63A1AF5', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'details for this submission', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('1A214199-CEFB-1285-21BA-2256C63A1AF6', '97C3CFD4-77F6-ACF5-7581-3ADBE241349F', 'Hi Mike and John, this is a test message', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381585, 1), | | ('1A214199-CEFB-1285-21BA-2256C63A1AF6', '97C3CFD4-77F6-ACF5-7581-3ADBE241349F', 'Hi Mike and John, this is a test message', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381585, 1), |
| ('1A2A1BB1-0AAA-1703-1FF6-12286A1739B0', 'AA0B0D0E-B50F-B3C8-A94B-BB34D114E80A', 'message type submission', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 2, 0, 1684776786, 2), | | ('1A2A1BB1-0AAA-1703-1FF6-12286A1739B0', 'AA0B0D0E-B50F-B3C8-A94B-BB34D114E80A', 'message type submission', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 2, 0, 1684776786, 2), |
| ('1A2A1LA0-1FEC-6708-0FF5-92386B1739A0', 'AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'The status for this submission can\'t be change since it\'s not the latest.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1684776786, 2), | | ('1A2A1LA0-1FEC-6708-0FF5-92386B1739A0', 'AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'The status for this submission can\'t be change since it\'s not the latest.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1684776786, 2), |
| ('1A821431-AEFA-1111-11AA-9996C63A1AB2', '3B87241B-B111-1BEE-BBC1-2BB2214A6B91', 'Hi. this is John again. My submission is attached.', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 3, 2, 0, 1685379786, 4), | | ('1A821431-AEFA-1111-11AA-9996C63A1AB2', '3B87241B-B111-1BEE-BBC1-2BB2214A6B91', 'Hi. this is John again. My submission is attached.', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 3, 2, 0, 1685379786, 4), |
| ('1B115111-CEFB-1185-21BA-2296C63A1AF1', 'EE9B9D0E-A53F-A3C8-F94C-BB34D114E84C', 'Please submit a document for approval', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 1, 0, 1685381586, 2), | | ('1B115111-CEFB-1185-21BA-2296C63A1AF1', 'EE9B9D0E-A53F-A3C8-F94C-BB34D114E84C', 'Please submit a document for approval', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 1, 0, 1685381586, 2), |
| ('1B62950E-0664-A616-4875-18C3044B8FAE', '8AC4CB5C-82E1-83C2-04DF-2FF7BD4126D7', 'this is the message for portfolios 6', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1685381581, 1), | | ('1B62950E-0664-A616-4875-18C3044B8FAE', '8AC4CB5C-82E1-83C2-04DF-2FF7BD4126D7', 'this is the message for portfolios 6', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1685381581, 1), |
| ('1BCBFCD8-5E2A-1C65-A495-AD111E54A851', '62688D0A-8AB5-1251-1FB6-12C357735D89', 'Please submit document 3', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 2, 0, 1679938386, 1), | | ('1BCBFCD8-5E2A-1C65-A495-AD111E54A851', '62688D0A-8AB5-1251-1FB6-12C357735D89', 'Please submit document 3', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 2, 0, 1679938386, 1), |
| ('1DADB714-CDC6-E4A8-D6DC-59A45A908356', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'this is a response for new messages module', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 4, 2, 0, 1685381576, 1), | | ('1DADB714-CDC6-E4A8-D6DC-59A45A908356', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'this is a response for new messages module', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 4, 2, 0, 1685381576, 1), |
| ('1DE750C2-9FCE-8AEB-C222-4CB0CD9EDF50', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'this a submission response sent ontime also', '303E82E5-437A-525C-8184-D95C513777A0', 5, 2, 0, 1685381586, 0), | | ('1DE750C2-9FCE-8AEB-C222-4CB0CD9EDF50', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'this a submission response sent ontime also', '303E82E5-437A-525C-8184-D95C513777A0', 5, 2, 0, 1685381586, 0), |
| ('1F4C04F4-1224-412F-38B1-2DE6F5F859AA', '41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', 'Submission - has resubmission requested status', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1679333586, 2), | | ('1F4C04F4-1224-412F-38B1-2DE6F5F859AA', '41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', 'Submission - has resubmission requested status', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1679333586, 2), |
| ('1F722432-AEFB-1185-21BA-1196C63A1AF6', '3B87241B-B111-1BEE-BBC1-2BB2214A6B91', 'Please submit your attachment.', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685341986, 1), | | ('1F722432-AEFB-1185-21BA-1196C63A1AF6', '3B87241B-B111-1BEE-BBC1-2BB2214A6B91', 'Please submit your attachment.', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685341986, 1), |
| ('1F9C04F4-4974-012F-38B1-2DE6F5F859EE', '6168A351-1AB7-14E7-C0CC-849501FA7D1A', 'Please submit document 9', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1683567186, 1), | | ('1F9C04F4-4974-012F-38B1-2DE6F5F859EE', '6168A351-1AB7-14E7-C0CC-849501FA7D1A', 'Please submit document 9', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1683567186, 1), |
| ('1F9C04F4-4974-112F-38B1-1DE6F5F859AA', '1788E359-5CB7-34E7-C0CC-149504FE7D9E', 'Please submit document 6', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1681752786, 1), | | ('1F9C04F4-4974-112F-38B1-1DE6F5F859AA', '1788E359-5CB7-34E7-C0CC-149504FE7D9E', 'Please submit document 6', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1681752786, 1), |
| ('1F9C11F4-4974-552F-38B1-1DE6F5F859AA', '3168A350-1AB8-17E7-C0CC-149502AA7D1E', 'Please submit document 10', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1684171986, 1), | | ('1F9C11F4-4974-552F-38B1-1DE6F5F859AA', '3168A350-1AB8-17E7-C0CC-149502AA7D1E', 'Please submit document 10', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1684171986, 1), |
| ('1FEFDAD4-29DB-9C50-9F50-B44BD00581B2', '97C3CFD4-77F6-ACF5-7581-3ADBE241339E', 'this is the message for documentrequests', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 1, 0, 1685381585, 1), | | ('1FEFDAD4-29DB-9C50-9F50-B44BD00581B2', '97C3CFD4-77F6-ACF5-7581-3ADBE241339E', 'this is the message for documentrequests', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 1, 0, 1685381585, 1), |
| ('1G2A1LA9-2FEC-4708-1FF5-56386A1739A6', 'EE9B9D0E-A53F-A3C8-F94C-BB34D114E84C', 'This submissions is gonna be changed to approved.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1685381586, 2), | | ('1G2A1LA9-2FEC-4708-1FF5-56386A1739A6', 'EE9B9D0E-A53F-A3C8-F94C-BB34D114E84C', 'This submissions is gonna be changed to approved.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1685381586, 2), |
| ('1G2A1LA9-2FEC-6708-8FF5-12386B1739A2', 'FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'This submissions is gonna be changed to resubmission requested.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1685381586, 2), | | ('1G2A1LA9-2FEC-6708-8FF5-12386B1739A2', 'FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'This submissions is gonna be changed to resubmission requested.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1685381586, 2), |
| ('22561850-E1BF-4CF0-E252-FF97172169C9', '385EAABD-910A-5EE5-43B0-AAB7BAA127B1', 'This is the body of the learner comment', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 3, 0, 1685381586, 0), | | ('22561850-E1BF-4CF0-E252-FF97172169C9', '385EAABD-910A-5EE5-43B0-AAB7BAA127B1', 'This is the body of the learner comment', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 3, 0, 1685381586, 0), |
| ('2B222431-CEFB-5585-22BA-2222C63A1AF2', 'FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'Please submit a document for resubmission', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 2, 0, 1685381586, 2), | | ('2B222431-CEFB-5585-22BA-2222C63A1AF2', 'FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'Please submit a document for resubmission', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 2, 0, 1685381586, 2), |
| ('2BCBFCD8-5E2A-1C65-A495-AD999E54A854', '7F6970A7-AA46-C7AD-6B34-72EEE61C6CD3', 'Please submit document 4', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1680543186, 1), | | ('2BCBFCD8-5E2A-1C65-A495-AD999E54A854', '7F6970A7-AA46-C7AD-6B34-72EEE61C6CD3', 'Please submit document 4', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1680543186, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD821', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A1', 'this a document request for pagination 1', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD821', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A1', 'this a document request for pagination 1', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD822', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A2', 'this a document request for pagination 2', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD822', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A2', 'this a document request for pagination 2', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD823', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A3', 'this a document request for pagination 3', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD823', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A3', 'this a document request for pagination 3', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD824', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A4', 'this a document request for pagination 4', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD824', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A4', 'this a document request for pagination 4', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD825', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A5', 'this a document request for pagination 5', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD825', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A5', 'this a document request for pagination 5', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD826', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A6', 'this a document request for pagination 6', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD826', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A6', 'this a document request for pagination 6', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD827', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A7', 'this a document request for pagination 7', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD827', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A7', 'this a document request for pagination 7', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD828', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A8', 'this a document request for pagination 8', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD828', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A8', 'this a document request for pagination 8', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD829', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A9', 'this a document request for pagination 9', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD829', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A9', 'this a document request for pagination 9', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AA', 'this a document request for pagination 10', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AA', 'this a document request for pagination 10', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AB', 'this a document request for pagination 11', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AB', 'this a document request for pagination 11', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AC', 'this a document request for pagination 12', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AC', 'this a document request for pagination 12', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AD', 'this a document request for pagination 13', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AD', 'this a document request for pagination 13', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AE', 'this a document request for pagination 14', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AE', 'this a document request for pagination 14', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AF', 'this a document request for pagination 15', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD82F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AF', 'this a document request for pagination 15', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD831', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B1', 'this a document request for pagination 16', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD831', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B1', 'this a document request for pagination 16', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD832', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B2', 'this a document request for pagination 17', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD832', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B2', 'this a document request for pagination 17', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD833', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B3', 'this a document request for pagination 18', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD833', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B3', 'this a document request for pagination 18', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD834', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B4', 'this a document request for pagination 19', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD834', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B4', 'this a document request for pagination 19', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD835', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B5', 'this a document request for pagination 20', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD835', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B5', 'this a document request for pagination 20', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD836', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B6', 'this a document request for pagination 21', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD836', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B6', 'this a document request for pagination 21', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD837', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B7', 'this a document request for pagination 22', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD837', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B7', 'this a document request for pagination 22', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD838', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B8', 'this a document request for pagination 23', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD838', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B8', 'this a document request for pagination 23', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD839', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B9', 'this a document request for pagination 24', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD839', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B9', 'this a document request for pagination 24', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BA', 'this a document request for pagination 25', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BA', 'this a document request for pagination 25', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BB', 'this a document request for pagination 26', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BB', 'this a document request for pagination 26', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BC', 'this a document request for pagination 27', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BC', 'this a document request for pagination 27', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BD', 'this a document request for pagination 28', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BD', 'this a document request for pagination 28', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BE', 'this a document request for pagination 29', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BE', 'this a document request for pagination 29', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BF', 'this a document request for pagination 30', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD83F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BF', 'this a document request for pagination 30', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD841', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C1', 'this a document request for pagination 31', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD841', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C1', 'this a document request for pagination 31', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD842', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C2', 'this a document request for pagination 32', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD842', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C2', 'this a document request for pagination 32', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD843', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C3', 'this a document request for pagination 33', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD843', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C3', 'this a document request for pagination 33', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD844', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C4', 'this a document request for pagination 34', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD844', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C4', 'this a document request for pagination 34', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD845', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C5', 'this a document request for pagination 35', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD845', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C5', 'this a document request for pagination 35', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD846', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C6', 'this a document request for pagination 36', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD846', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C6', 'this a document request for pagination 36', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD847', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C7', 'this a document request for pagination 37', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD847', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C7', 'this a document request for pagination 37', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD848', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C8', 'this a document request for pagination 38', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD848', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C8', 'this a document request for pagination 38', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD849', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C9', 'this a document request for pagination 39', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD849', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C9', 'this a document request for pagination 39', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CA', 'this a document request for pagination 40', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CA', 'this a document request for pagination 40', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CB', 'this a document request for pagination 41', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CB', 'this a document request for pagination 41', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CC', 'this a document request for pagination 42', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CC', 'this a document request for pagination 42', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CD', 'this a document request for pagination 43', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CD', 'this a document request for pagination 43', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CE', 'this a document request for pagination 44', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CE', 'this a document request for pagination 44', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CF', 'this a document request for pagination 45', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD84F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CF', 'this a document request for pagination 45', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD851', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D1', 'this a document request for pagination 46', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD851', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D1', 'this a document request for pagination 46', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD852', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D2', 'this a document request for pagination 47', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD852', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D2', 'this a document request for pagination 47', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD853', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D3', 'this a document request for pagination 48', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD853', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D3', 'this a document request for pagination 48', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD854', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D4', 'this a document request for pagination 49', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD854', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D4', 'this a document request for pagination 49', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD855', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D5', 'this a document request for pagination 50', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD855', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D5', 'this a document request for pagination 50', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD856', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D6', 'this a document request for pagination 51', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD856', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D6', 'this a document request for pagination 51', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD857', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D7', 'this a document request for pagination 52', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD857', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D7', 'this a document request for pagination 52', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD858', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D8', 'this a document request for pagination 53', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD858', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D8', 'this a document request for pagination 53', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD859', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D9', 'this a document request for pagination 54', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD859', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D9', 'this a document request for pagination 54', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DA', 'this a document request for pagination 55', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DA', 'this a document request for pagination 55', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DB', 'this a document request for pagination 56', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DB', 'this a document request for pagination 56', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DC', 'this a document request for pagination 57', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DC', 'this a document request for pagination 57', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DD', 'this a document request for pagination 58', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DD', 'this a document request for pagination 58', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DE', 'this a document request for pagination 59', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DE', 'this a document request for pagination 59', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DF', 'this a document request for pagination 60', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('2CE4C2CB-4CF4-4BFB-A2E4-67B3BFBCD85F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DF', 'this a document request for pagination 60', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('2F4C04F4-1224-412F-38B1-2DE6F5F859BB', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', 'Submission - pending review', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 2, 2, 0, 1681752786, 2), | | ('2F4C04F4-1224-412F-38B1-2DE6F5F859BB', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', 'Submission - pending review', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 2, 2, 0, 1681752786, 2), |
| ('2F9C04F4-1274-412F-38B1-2DE6F5F859FE', '0118A359-5CB7-34E7-C0CC-249501FE7D1A', 'Please submit document 7', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1682357586, 1), | | ('2F9C04F4-1274-412F-38B1-2DE6F5F859FE', '0118A359-5CB7-34E7-C0CC-249501FE7D1A', 'Please submit document 7', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1682357586, 1), |
| ('2T914491-CEFB-5585-21BA-2296C63A1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi everyone. Here is an example of what I am looking for.', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685345586, 1), | | ('2T914491-CEFB-5585-21BA-2296C63A1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi everyone. Here is an example of what I am looking for.', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685345586, 1), |
| ('35505290-82B5-B3DD-F1DC-361426C989C5', '62688D0A-8AB5-1251-1FB6-12C357735D89', 'Submission - used to trigger duplicate submission error', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 5, 2, 0, 1680543186, 2), | | ('35505290-82B5-B3DD-F1DC-361426C989C5', '62688D0A-8AB5-1251-1FB6-12C357735D89', 'Submission - used to trigger duplicate submission error', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 5, 2, 0, 1680543186, 2), |
| ('3B06298F-730C-339B-5906-9B8E98305304', '982EBDF3-0D5C-86C8-DE7F-12F28C61D7DC', 'Deletable document request message', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 5, 1, 0, 1685381586, 1), | | ('3B06298F-730C-339B-5906-9B8E98305304', '982EBDF3-0D5C-86C8-DE7F-12F28C61D7DC', 'Deletable document request message', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 5, 1, 0, 1685381586, 1), |
| ('3E1E86C3-A52B-EE42-1932-138B3D372508', 'F502B30C-324A-9A86-230F-BD7025AFEE36', 'this is the message for portfolios 5', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381580, 1), | | ('3E1E86C3-A52B-EE42-1932-138B3D372508', 'F502B30C-324A-9A86-230F-BD7025AFEE36', 'this is the message for portfolios 5', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381580, 1), |
| ('3EDC2548-9FFE-1FAF-97A2-256877F91645', '4F37CF3C-E8B9-B84C-01DB-CBF343335125', 'this an updatable document request', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('3EDC2548-9FFE-1FAF-97A2-256877F91645', '4F37CF3C-E8B9-B84C-01DB-CBF343335125', 'this an updatable document request', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('3F715432-CEFB-5585-21BA-2296C63A1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi. Michael again. Resubmitting this as requested.', '303E82E5-437A-525C-8184-D95C513777A0', 3, 2, 0, 1685379846, 3), | | ('3F715432-CEFB-5585-21BA-2296C63A1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi. Michael again. Resubmitting this as requested.', '303E82E5-437A-525C-8184-D95C513777A0', 3, 2, 0, 1685379846, 3), |
| ('41f0854e-08bc-42b4-b01a-37c12ca048a4', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'this is the message for portfolios 4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 4, 2, 0, 1685381586, 1), | | ('41f0854e-08bc-42b4-b01a-37c12ca048a4', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'this is the message for portfolios 4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 4, 2, 0, 1685381586, 1), |
| ('4995C871-2F52-AF68-7D87-560E9BB7C59A', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'this is the original message test1', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381586, 1), | | ('4995C871-2F52-AF68-7D87-560E9BB7C59A', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'this is the original message test1', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381586, 1), |
| ('49C0925B-483C-7430-3181-7838940B8BE9', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', 'this is the message for portfolios 2', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 1, 0, 1685381577, 1), | | ('49C0925B-483C-7430-3181-7838940B8BE9', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', 'this is the message for portfolios 2', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 1, 0, 1685381577, 1), |
| ('4A4FF130-2EB5-F4D9-857A-B15EE6320DD0', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'this a submission response sent ontime', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 5, 2, 0, 1685381586, 0), | | ('4A4FF130-2EB5-F4D9-857A-B15EE6320DD0', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'this a submission response sent ontime', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 5, 2, 0, 1685381586, 0), |
| ('4B725431-CEFB-5585-21BA-2296C63A1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi. this is John. My submission is attached.', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 3, 2, 0, 1685379786, 4), | | ('4B725431-CEFB-5585-21BA-2296C63A1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi. this is John. My submission is attached.', '0FC40D75-B541-8B8A-D5EE-449287A00F4A', 3, 2, 0, 1685379786, 4), |
| ('5A214431-CEFB-5585-21BA-2296C63A1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'this is a submission request with multiple responses', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1684776786, 1), | | ('5A214431-CEFB-5585-21BA-2296C63A1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'this is a submission request with multiple responses', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1684776786, 1), |
| ('5F9A1DA3-1FEC-4708-8FF5-50386C5739E3', '0468CA1E-430D-0D9C-502D-FFB897480753', 'seeking clarification on document request', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 0, 1, 0, 1685338386, 2), | | ('5F9A1DA3-1FEC-4708-8FF5-50386C5739E3', '0468CA1E-430D-0D9C-502D-FFB897480753', 'seeking clarification on document request', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 0, 1, 0, 1685338386, 2), |
| ('5F9A1DA3-1FEC-4708-8FF5-50386C5739F4', '97C3CFD4-77F6-ACF5-7581-3ADBE241349F', 'Hi, this is Mike-dawg. Here\'s my submission.', '303E82E5-437A-525C-8184-D95C513777A0', 2, 2, 0, 1685381586, 3), | | ('5F9A1DA3-1FEC-4708-8FF5-50386C5739F4', '97C3CFD4-77F6-ACF5-7581-3ADBE241349F', 'Hi, this is Mike-dawg. Here\'s my submission.', '303E82E5-437A-525C-8184-D95C513777A0', 2, 2, 0, 1685381586, 3), |
| ('68ABFF19-2FDE-7577-FDFD-A13B849428A6', '0CA5626A-582F-CCD8-4B1A-2BFB003BC627', 'this is the message for portfolios 10', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381585, 1), | | ('68ABFF19-2FDE-7577-FDFD-A13B849428A6', '0CA5626A-582F-CCD8-4B1A-2BFB003BC627', 'this is the message for portfolios 10', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381585, 1), |
| ('6G2A1LA3-1FEC-4708-8FF5-50386C5739E3', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi, this is Jane. Here\'s my submission.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1685208786, 2), | | ('6G2A1LA3-1FEC-4708-8FF5-50386C5739E3', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi, this is Jane. Here\'s my submission.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 2, 0, 1685208786, 2), |
| ('7B7332E3-B888-40F2-A490-16710B6ABB99', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Test Overridden Recipients Message: Jane to Backup Admin', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 0, 1, 1, 1685381585, 2), | | ('7B7332E3-B888-40F2-A490-16710B6ABB99', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Test Overridden Recipients Message: Jane to Backup Admin', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 0, 1, 1, 1685381585, 2), |
| ('82030342-B911-2569-7CBE-3D287D16E7CF', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', 'this is a response test1 for resubmission', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 1, 0, 1685381583, 1), | | ('82030342-B911-2569-7CBE-3D287D16E7CF', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', 'this is a response test1 for resubmission', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 3, 1, 0, 1685381583, 1), |
| ('82061890-E9BF-9CF0-E999-FF07172169B1', 'AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'Please submit a document', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 2, 0, 1685381586, 2), | | ('82061890-E9BF-9CF0-E999-FF07172169B1', 'AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'Please submit a document', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 2, 0, 1685381586, 2), |
| ('831D799C-F68D-7818-908F-29DD04657961', 'DC95A55A-5872-DDDC-2B38-55D03904D4A4', 'test msg with constraints', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 2, 0, 1685381586, 1), | | ('831D799C-F68D-7818-908F-29DD04657961', 'DC95A55A-5872-DDDC-2B38-55D03904D4A4', 'test msg with constraints', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 2, 0, 1685381586, 1), |
| ('8a36f925-5e86-4a3d-90b0-3b596bc5d882', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'this is the message for portfolios 4', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 4, 2, 0, 1685381579, 1), | | ('8a36f925-5e86-4a3d-90b0-3b596bc5d882', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'this is the message for portfolios 4', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 4, 2, 0, 1685381579, 1), |
| ('8F9C04F4-4974-412F-38B1-2DE6F5F859AD', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', 'Please submit document 5', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1681147986, 1), | | ('8F9C04F4-4974-412F-38B1-2DE6F5F859AD', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', 'Please submit document 5', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1681147986, 1), |
| ('9820AEE6-5FA2-4ACB-A1DD-85381210D2DD', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Test Overridden Recipients Message: Admin to Jane', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 1, 1685381582, 1), | | ('9820AEE6-5FA2-4ACB-A1DD-85381210D2DD', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Test Overridden Recipients Message: Admin to Jane', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 1, 1685381582, 1), |
| ('9A214999-CEFB-5585-21BA-2296C63A1AF0', '9998CA1E-990D-0D9C-502D-FFB897480999', 'this is a submission request with multiple responses', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), | | ('9A214999-CEFB-5585-21BA-2296C63A1AF0', '9998CA1E-990D-0D9C-502D-FFB897480999', 'this is a submission request with multiple responses', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381586, 1), |
| ('9B725421-AEJB-5885-11HA-2293C63L1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Submitting on behalf of Michael Student', '303E82E5-437A-525C-8184-D95C513777A0', 5, 2, 0, 1685380686, 18), | | ('9B725421-AEJB-5885-11HA-2293C63L1AF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Submitting on behalf of Michael Student', '303E82E5-437A-525C-8184-D95C513777A0', 5, 2, 0, 1685380686, 18), |
| ('9BE640D9-3481-90EC-D454-C368D4575B2F', '011CB2D6-75D1-FC64-5CD5-8BC81462B91C', 'Please submit document 1', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1678728786, 1), | | ('9BE640D9-3481-90EC-D454-C368D4575B2F', '011CB2D6-75D1-FC64-5CD5-8BC81462B91C', 'Please submit document 1', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1678728786, 1), |
| ('9CE717FE-2803-26B6-5B7F-2B8508BD27ED', '577D8FEC-9D63-D409-00DD-738D7C20BE79', 'this is the message for portfolios 3', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1685381578, 1), | | ('9CE717FE-2803-26B6-5B7F-2B8508BD27ED', '577D8FEC-9D63-D409-00DD-738D7C20BE79', 'this is the message for portfolios 3', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1685381578, 1), |
| ('AA1F0A11-A1BE-2A9B-25BF-EB2DB29405B5', '2A87232C-A222-1DAD-ABB1-2BB2214A6C1C', 'This is the body of the internal comment', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685986386, 0), | | ('AA1F0A11-A1BE-2A9B-25BF-EB2DB29405B5', '2A87232C-A222-1DAD-ABB1-2BB2214A6C1C', 'This is the body of the internal comment', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685986386, 0), |
| ('AA3F0A40-A2BE-6A9B-25BF-EB7DB29905B5', '1A87111C-A011-8DAD-ABB3-3BB0014A6C1C', 'This is the body of the internal comment', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685986386, 0), | | ('AA3F0A40-A2BE-6A9B-25BF-EB7DB29905B5', '1A87111C-A011-8DAD-ABB3-3BB0014A6C1C', 'This is the body of the internal comment', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685986386, 0), |
| ('AB1B8D0F-B53F-C3C8-B14C-BC34D234E51B', 'BC1B9D0F-A53F-B3C8-A14C-BC34D114E54B', 'this is a message', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1685381586, 1), | | ('AB1B8D0F-B53F-C3C8-B14C-BC34D234E51B', 'BC1B9D0F-A53F-B3C8-A14C-BC34D114E54B', 'this is a message', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1685381586, 1), |
| ('B1FC989B-4546-CE37-5BE9-0103A7AFCDEE', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', 'this is a response test1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 1, 1, 0, 1685381581, 1), | | ('B1FC989B-4546-CE37-5BE9-0103A7AFCDEE', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', 'this is a response test1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 1, 1, 0, 1685381581, 1), |
| ('B323453A-AEFC-1234-31BU-3196C83A1LF1', '8B87241A-A567-1BEE-CBC3-7BB2214A6B32', 'Hi everyone, submit your document request. Some admins will be added in case I wont be able to review those docs. ', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381166, 1), | | ('B323453A-AEFC-1234-31BU-3196C83A1LF1', '8B87241A-A567-1BEE-CBC3-7BB2214A6B32', 'Hi everyone, submit your document request. Some admins will be added in case I wont be able to review those docs. ', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381166, 1), |
| ('B323453A-AEFC-1234-31BU-3196C83A1LF2', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', 'Hi everyone, submit your document request. Some admins were added to review this document request.', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381166, 1), | | ('B323453A-AEFC-1234-31BU-3196C83A1LF2', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', 'Hi everyone, submit your document request. Some admins were added to review this document request.', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 0, 1685381166, 1), |
| ('B9B72594-B726-C40C-A9B2-8BCF9A4AFAE2', 'FDB7CD9E-2AB9-CE70-A27D-5E82C2E13311', 'this is the message for portfolios 8', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1685381583, 1), | | ('B9B72594-B726-C40C-A9B2-8BCF9A4AFAE2', 'FDB7CD9E-2AB9-CE70-A27D-5E82C2E13311', 'this is the message for portfolios 8', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 0, 1685381583, 1), |
| ('C04A2380-5AE5-C5FB-00C2-4D2E9B472EE9', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hello. Jane again. Resubmitting as requested.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 2, 2, 0, 1685370786, 2), | | ('C04A2380-5AE5-C5FB-00C2-4D2E9B472EE9', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hello. Jane again. Resubmitting as requested.', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 2, 2, 0, 1685370786, 2), |
| ('C2CF091E-411B-1292-7F6D-B41EC5A84111', '8F9F9E0E-13EA-7EE5-C957-3737D4D5967A', 'this is the message for portfolios 9', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 1, 0, 1685381584, 1), | | ('C2CF091E-411B-1292-7F6D-B41EC5A84111', '8F9F9E0E-13EA-7EE5-C957-3737D4D5967A', 'this is the message for portfolios 9', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 1, 0, 1685381584, 1), |
| ('c3b10ba4-a61a-4bed-b080-a834f6c61b42', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'this is the message for portfolios 4', '303E82E5-437A-525C-8184-D95C513777A0', 1, 2, 0, 1685381586, 1), | | ('c3b10ba4-a61a-4bed-b080-a834f6c61b42', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'this is the message for portfolios 4', '303E82E5-437A-525C-8184-D95C513777A0', 1, 2, 0, 1685381586, 1), |
| ('C41D9B44-6E0D-EBC3-81E5-5918BBF398D5', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'this is a response', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 2, 0, 1685381586, 1), | | ('C41D9B44-6E0D-EBC3-81E5-5918BBF398D5', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'this is a response', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 2, 0, 1685381586, 1), |
| ('CC1B8D0F-A53F-C0C8-B04C-BC04D234E51A', 'BC1B9D0F-A53F-B3C8-A14C-BC34D114E54B', 'this is a message submission', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381586, 1), | | ('CC1B8D0F-A53F-C0C8-B04C-BC04D234E51A', 'BC1B9D0F-A53F-B3C8-A14C-BC34D114E54B', 'this is a message submission', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381586, 1), |
| ('D1667D3D-AABB-E913-63F5-FAED2A009E0D', '266EFEE6-02CD-9727-0CE3-A7840B33BDFA', 'this a submission request with overdue 2 overdue users', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 2, 0, 1669919902, 0), | | ('D1667D3D-AABB-E913-63F5-FAED2A009E0D', '266EFEE6-02CD-9727-0CE3-A7840B33BDFA', 'this a submission request with overdue 2 overdue users', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 2, 0, 1669919902, 0), |
| ('D203B645-08BF-542F-4B0A-76A37402ADA3', 'E91F7236-2813-957E-53A0-066B18232846', 'this is the message for portfolios 7', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381582, 1), | | ('D203B645-08BF-542F-4B0A-76A37402ADA3', 'E91F7236-2813-957E-53A0-066B18232846', 'this is the message for portfolios 7', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 0, 1685381582, 1), |
| ('DD990EAB-94F0-41BD-970C-36276F8F3730', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Test Overridden Recipients Message: Jane to Admin', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 0, 1, 1, 1685381583, 2), | | ('DD990EAB-94F0-41BD-970C-36276F8F3730', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Test Overridden Recipients Message: Jane to Admin', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 0, 1, 1, 1685381583, 2), |
| ('E0249DC9-0E8E-D68C-E4C3-B8D6DB0F081C', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'this a submission request with overdue 2 ontime users', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 2, 0, 1685381586, 0), | | ('E0249DC9-0E8E-D68C-E4C3-B8D6DB0F081C', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'this a submission request with overdue 2 ontime users', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 2, 0, 1685381586, 0), |
| ('E8E1AE06-B6BA-1F20-3325-563A4EA2779A', '384702CC-9E7C-4D97-D24E-3F041C24D40A', '[2] [Test Lottery 2] Variations Generated Successfully', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 5, 0, 1685381586, 1), | | ('E8E1AE06-B6BA-1F20-3325-563A4EA2779A', '384702CC-9E7C-4D97-D24E-3F041C24D40A', '[2] [Test Lottery 2] Variations Generated Successfully', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 5, 0, 1685381586, 1), |
| ('E8E1AE06-B6BA-1F20-3325-563A4EA2779B', '384702CC-9E7C-4D97-D24E-3F041C24D40B', '[4] [Test Lottery 4] Variations Generated Successfully', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 5, 0, 1685381586, 1), | | ('E8E1AE06-B6BA-1F20-3325-563A4EA2779B', '384702CC-9E7C-4D97-D24E-3F041C24D40B', '[4] [Test Lottery 4] Variations Generated Successfully', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 5, 0, 1685381586, 1), |
| ('E8E1AE06-B6BA-1F20-3325-563A4EA2779C', '384702CC-9E7C-4D97-D24E-3F041C24D40C', 'Expired notification, should not be listed', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 5, 0, 1679333586, 1), | | ('E8E1AE06-B6BA-1F20-3325-563A4EA2779C', '384702CC-9E7C-4D97-D24E-3F041C24D40C', 'Expired notification, should not be listed', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 5, 0, 1679333586, 1), |
| ('EB2E5B1B-ABB9-4274-9DD9-0165EB87BE38', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Test Overridden Recipients Message: Backup Admin to Jane', '9AB064C3-D941-3FA0-740C-2072920F49E1', 0, 1, 1, 1685381584, 18), | | ('EB2E5B1B-ABB9-4274-9DD9-0165EB87BE38', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Test Overridden Recipients Message: Backup Admin to Jane', '9AB064C3-D941-3FA0-740C-2072920F49E1', 0, 1, 1, 1685381584, 18), |
| ('f4241dfa-17a9-4125-ae32-ab88c6dc77b4', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi, this is Michael. Here\'s my submission.', '303E82E5-437A-525C-8184-D95C513777A0', 3, 2, 0, 1685341986, 3), | | ('f4241dfa-17a9-4125-ae32-ab88c6dc77b4', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi, this is Michael. Here\'s my submission.', '303E82E5-437A-525C-8184-D95C513777A0', 3, 2, 0, 1685341986, 3), |
| ('FB3F0F40-B2DE-6A9D-25CF-EC7DA29905B5', '7A87446C-A081-9DAD-ABB3-4AB3104F6C0C', 'This is the body of the internal comment', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 3, 0, 1685381586, 0), | | ('FB3F0F40-B2DE-6A9D-25CF-EC7DA29905B5', '7A87446C-A081-9DAD-ABB3-4AB3104F6C0C', 'This is the body of the internal comment', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 3, 0, 1685381586, 0), |
| ('J321453P-CEFB-4585-21BU-2196C83A1LF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi everyone, I will be handling submissions for this assessment going forward while Mr. Adminson is away. Please see attached document.', '9AB064C3-D941-3FA0-740C-2072920F49E1', 0, 1, 0, 1685381166, 18); | | ('J321453P-CEFB-4585-21BU-2196C83A1LF0', '0468CA1E-430D-0D9C-502D-FFB897480753', 'Hi everyone, I will be handling submissions for this assessment going forward while Mr. Adminson is away. Please see attached document.', '9AB064C3-D941-3FA0-740C-2072920F49E1', 0, 1, 0, 1685381166, 18); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `messages_messages_views` | | -- Table structure for table `messages_messages_views` |
| -- | | -- |
| | | |
| CREATE TABLE `messages_messages_views` ( | | CREATE TABLE `messages_messages_views` ( |
| `mmviews_id` varchar(36) NOT NULL, | | `mmviews_id` varchar(36) NOT NULL, |
| `mmessages_id` varchar(36) NOT NULL, | | `mmessages_id` varchar(36) NOT NULL, |
| `mrecipients_id` varchar(36) NOT NULL, | | `mrecipients_id` varchar(36) NOT NULL, |
| `date_viewed` bigint(64) NOT NULL | | `date_viewed` bigint(64) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `messages_messages_views` | | -- Dumping data for table `messages_messages_views` |
| -- | | -- |
| | | |
| INSERT INTO `messages_messages_views` (`mmviews_id`, `mmessages_id`, `mrecipients_id`, `date_viewed`) VALUES | | INSERT INTO `messages_messages_views` (`mmviews_id`, `mmessages_id`, `mrecipients_id`, `date_viewed`) VALUES |
| ('a8b37b58-f1ae-43a1-8195-263fe9d996d7', 'B1FC989B-4546-CE37-5BE9-0103A7AFCDEE', 'E6B0C1DE-140F-70CA-5EA6-EAFC97B9FC84', 1685381586), | | ('a8b37b58-f1ae-43a1-8195-263fe9d996d7', 'B1FC989B-4546-CE37-5BE9-0103A7AFCDEE', 'E6B0C1DE-140F-70CA-5EA6-EAFC97B9FC84', 1685381586), |
| ('b0334ba1-fd1c-43b4-ab86-71e0058aa3d4', '4301626D-ADB2-70A1-0087-9642E6F5A6EE', '969C0B74-2576-B654-64B4-F6CBD999D86D', 1685381586), | | ('b0334ba1-fd1c-43b4-ab86-71e0058aa3d4', '4301626D-ADB2-70A1-0087-9642E6F5A6EE', '969C0B74-2576-B654-64B4-F6CBD999D86D', 1685381586), |
| ('b5d8e954-7f6f-4dfe-bbb9-8b9b98a044f9', '49C0925B-483C-7430-3181-7838940B8BE9', 'E6B0C1DE-140F-70CA-5EA6-EAFC97B9FC84', 1685381586); | | ('b5d8e954-7f6f-4dfe-bbb9-8b9b98a044f9', '49C0925B-483C-7430-3181-7838940B8BE9', 'E6B0C1DE-140F-70CA-5EA6-EAFC97B9FC84', 1685381586); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `messages_message_headers` | | -- Table structure for table `messages_message_headers` |
| -- | | -- |
| | | |
| CREATE TABLE `messages_message_headers` ( | | CREATE TABLE `messages_message_headers` ( |
| `mmheaders_id` varchar(36) NOT NULL, | | `mmheaders_id` varchar(36) NOT NULL, |
| `subject` varchar(250) NOT NULL, | | `subject` varchar(250) NOT NULL, |
| `gmodules_id` varchar(36) NOT NULL, | | `gmodules_id` varchar(36) NOT NULL, |
| `emappings_id` varchar(36) NOT NULL, | | `emappings_id` varchar(36) NOT NULL, |
| `module_item_id` int(10) UNSIGNED DEFAULT NULL, | | `module_item_id` int(10) UNSIGNED DEFAULT NULL, |
| `mtypes_id` int(11) NOT NULL, | | `mtypes_id` int(11) NOT NULL, |
| `gplevels_id` int(11) NOT NULL, | | `gplevels_id` int(11) NOT NULL, |
| `mrtypes_id` int(11) DEFAULT NULL, | | `mrtypes_id` int(11) DEFAULT NULL, |
| `mrqtypes_id` int(11) DEFAULT NULL, | | `mrqtypes_id` int(11) DEFAULT NULL, |
| `attributes` json DEFAULT NULL, | | `attributes` json DEFAULT NULL, |
| `allow_responses` tinyint(4) NOT NULL, | | `allow_responses` tinyint(4) NOT NULL, |
| `is_global` tinyint(4) NOT NULL, | | `is_global` tinyint(4) NOT NULL, |
| `due_date` bigint(64) DEFAULT NULL, | | `due_date` bigint(64) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL DEFAULT '0', | | `created_date` bigint(64) NOT NULL DEFAULT '0', |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(10) UNSIGNED DEFAULT NULL | | `deleted_by` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `messages_message_headers` | | -- Dumping data for table `messages_message_headers` |
| -- | | -- |
| | | |
| INSERT INTO `messages_message_headers` (`mmheaders_id`, `subject`, `gmodules_id`, `emappings_id`, `module_item_id`, `mtypes_id`, `gplevels_id`, `mrtypes_id`, `mrqtypes_id`, `attributes`, `allow_responses`, `is_global`, `due_date`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `messages_message_headers` (`mmheaders_id`, `subject`, `gmodules_id`, `emappings_id`, `module_item_id`, `mtypes_id`, `gplevels_id`, `mrtypes_id`, `mrqtypes_id`, `attributes`, `allow_responses`, `is_global`, `due_date`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES |
| ('0118A359-5CB7-34E7-C0CC-249501FE7D1A', 'Document Request 7', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1682357586, 1, NULL, NULL), | | ('0118A359-5CB7-34E7-C0CC-249501FE7D1A', 'Document Request 7', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1682357586, 1, NULL, NULL), |
| ('011CB2D6-75D1-FC64-5CD5-8BC81462B91C', 'Document Request 1', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1678728786, 1, NULL, NULL), | | ('011CB2D6-75D1-FC64-5CD5-8BC81462B91C', 'Document Request 1', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1678728786, 1, NULL, NULL), |
| ('0468CA1E-430D-0D9C-502D-FFB897480753', 'document request with multiple responses', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 0, 1685986386, 1684776786, 1, NULL, NULL), | | ('0468CA1E-430D-0D9C-502D-FFB897480753', 'document request with multiple responses', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 0, 1685986386, 1684776786, 1, NULL, NULL), |
| ('0CA5626A-582F-CCD8-4B1A-2BFB003BC627', 'Entry request ten - no responses allowed', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 0, 1, 1685986386, 1685381585, 1, NULL, NULL), | | ('0CA5626A-582F-CCD8-4B1A-2BFB003BC627', 'Entry request ten - no responses allowed', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 0, 1, 1685986386, 1685381585, 1, NULL, NULL), |
| ('1788E359-5CB7-34E7-C0CC-149504FE7D9E', 'Document Request 6', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1681752786, 1, NULL, NULL), | | ('1788E359-5CB7-34E7-C0CC-149504FE7D9E', 'Document Request 6', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1681752786, 1, NULL, NULL), |
| ('1A87111C-A011-8DAD-ABB3-3BB0014A6C1C', 'Document requested by instructor', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 2, 2, '[]', 0, 0, NULL, 1685986386, 0, NULL, NULL), | | ('1A87111C-A011-8DAD-ABB3-3BB0014A6C1C', 'Document requested by instructor', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 2, 2, '[]', 0, 0, NULL, 1685986386, 0, NULL, NULL), |
| ('1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'document request with multiple recipients', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 0, 1685986386, 1685381586, 1, NULL, NULL), | | ('1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'document request with multiple recipients', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 0, 1685986386, 1685381586, 1, NULL, NULL), |
| ('1AA1245B-A567-2A11-BBC9-1AA2214A6B31', 'document request - delete backup admins', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 0, 1685986386, 1685381586, 1, NULL, NULL), | | ('1AA1245B-A567-2A11-BBC9-1AA2214A6B31', 'document request - delete backup admins', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 0, 1685986386, 1685381586, 1, NULL, NULL), |
| ('266EFEE6-02CD-9727-0CE3-A7840B33BDFA', 'this is an overdue submission request', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 1, 1, 1685381587, 1685381586, 0, NULL, NULL), | | ('266EFEE6-02CD-9727-0CE3-A7840B33BDFA', 'this is an overdue submission request', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 1, 1, 1685381587, 1685381586, 0, NULL, NULL), |
| ('2A87232C-A222-1DAD-ABB1-2BB2214A6C1C', 'Document requested by instructor', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 3, '[]', 0, 0, NULL, 1685986386, 0, NULL, NULL), | | ('2A87232C-A222-1DAD-ABB1-2BB2214A6C1C', 'Document requested by instructor', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 3, '[]', 0, 0, NULL, 1685986386, 0, NULL, NULL), |
| ('3168A350-1AB8-17E7-C0CC-149502AA7D1E', 'Document Request 10', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1684171986, 1, NULL, NULL), | | ('3168A350-1AB8-17E7-C0CC-149502AA7D1E', 'Document Request 10', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1684171986, 1, NULL, NULL), |
| ('384702CC-9E7C-4D97-D24E-3F041C24D40A', 'Variations Generated Successfully', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 5, 1, 1, NULL, '{\"slug\": \"http://me.dev.elentra.cloud/admin/clinicalexperience/lotteries/2/schedule\", \"event_code\": \"1000\", \"entity_type\": \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Lotteries\\\\Submission\", \"organisation_id\": 1}', 0, 0, NULL, 1685381586, 1, NULL, NULL), | | ('384702CC-9E7C-4D97-D24E-3F041C24D40A', 'Variations Generated Successfully', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 2, 5, 1, 1, NULL, '{\"slug\": \"http://me.dev.elentra.cloud/admin/clinicalexperience/lotteries/2/schedule\", \"event_code\": \"1000\", \"entity_type\": \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Lotteries\\\\Submission\", \"organisation_id\": 1}', 0, 0, NULL, 1685381586, 1, NULL, NULL), |
| ('384702CC-9E7C-4D97-D24E-3F041C24D40B', 'Variations Generated Successfully', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 5, 1, 1, NULL, '{\"slug\": \"http://me.dev.elentra.cloud/admin/clinicalexperience/lotteries/4/schedule\", \"event_code\": \"1000\", \"entity_type\": \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Lotteries\\\\Submission\", \"organisation_id\": 1}', 0, 0, NULL, 1685381586, 1, NULL, NULL), | | ('384702CC-9E7C-4D97-D24E-3F041C24D40B', 'Variations Generated Successfully', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 5, 1, 1, NULL, '{\"slug\": \"http://me.dev.elentra.cloud/admin/clinicalexperience/lotteries/4/schedule\", \"event_code\": \"1000\", \"entity_type\": \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Lotteries\\\\Submission\", \"organisation_id\": 1}', 0, 0, NULL, 1685381586, 1, NULL, NULL), |
| ('384702CC-9E7C-4D97-D24E-3F041C24D40C', 'Expired notification', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 5, 1, 1, NULL, '{\"slug\": \"http://me.dev.elentra.cloud/admin/clinicalexperience/lotteries/4/schedule\", \"event_code\": \"1000\", \"entity_type\": \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Lotteries\\\\Submission\", \"organisation_id\": 1}', 0, 0, NULL, 1679333586, 1, NULL, NULL), | | ('384702CC-9E7C-4D97-D24E-3F041C24D40C', 'Expired notification', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 3, 5, 1, 1, NULL, '{\"slug\": \"http://me.dev.elentra.cloud/admin/clinicalexperience/lotteries/4/schedule\", \"event_code\": \"1000\", \"entity_type\": \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Lotteries\\\\Submission\", \"organisation_id\": 1}', 0, 0, NULL, 1679333586, 1, NULL, NULL), |
| ('385EAABD-910A-5EE5-43B0-AAB7BAA127B1', 'Test learner comment', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 4, 3, 1, 1, 2, '{\"entity_type\": \"ScheduleAudienceHistory\", \"comment_type\": \"learner\"}', 0, 0, NULL, 1685381586, 0, NULL, NULL), | | ('385EAABD-910A-5EE5-43B0-AAB7BAA127B1', 'Test learner comment', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 4, 3, 1, 1, 2, '{\"entity_type\": \"ScheduleAudienceHistory\", \"comment_type\": \"learner\"}', 0, 0, NULL, 1685381586, 0, NULL, NULL), |
| ('3B87241B-B111-1BEE-BBC1-2BB2214A6B91', 'document request with an attachment to be overwritten', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 0, 1685986386, 1685381586, 1, NULL, NULL), | | ('3B87241B-B111-1BEE-BBC1-2BB2214A6B91', 'document request with an attachment to be overwritten', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 0, 1685986386, 1685381586, 1, NULL, NULL), |
| ('41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', 'Document Request 2', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1679333586, 1, NULL, NULL), | | ('41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', 'Document Request 2', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1679333586, 1, NULL, NULL), |
| ('4F37CF3C-E8B9-B84C-01DB-CBF343335125', 'this is an updateable document request', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 3, NULL, 1, 1, 1685986386, 1685381586, 0, NULL, NULL), | | ('4F37CF3C-E8B9-B84C-01DB-CBF343335125', 'this is an updateable document request', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 3, NULL, 1, 1, 1685986386, 1685381586, 0, NULL, NULL), |
| ('577D8FEC-9D63-D409-00DD-738D7C20BE79', 'Entry request three', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381578, 1, NULL, NULL), | | ('577D8FEC-9D63-D409-00DD-738D7C20BE79', 'Entry request three', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381578, 1, NULL, NULL), |
| ('6118A351-1CB7-14E7-C0CC-149501FE7D1E', 'Document Request 8', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1682962386, 1, NULL, NULL), | | ('6118A351-1CB7-14E7-C0CC-149501FE7D1E', 'Document Request 8', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1682962386, 1, NULL, NULL), |
| ('6168A351-1AB7-14E7-C0CC-849501FA7D1A', 'Document Request 9', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1683567186, 1, NULL, NULL), | | ('6168A351-1AB7-14E7-C0CC-849501FA7D1A', 'Document Request 9', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1683567186, 1, NULL, NULL), |
| ('62688D0A-8AB5-1251-1FB6-12C357735D89', 'Document Request 3', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1679938386, 1, NULL, NULL), | | ('62688D0A-8AB5-1251-1FB6-12C357735D89', 'Document Request 3', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1679938386, 1, NULL, NULL), |
| ('7A87446C-A081-9DAD-ABB3-4AB3104F6C0C', 'Test internal comment', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 4, 3, 1, 1, 2, '{\"entity_type\": \"ScheduleAudienceHistory\", \"comment_type\": \"internal\"}', 0, 0, NULL, 1685381586, 0, NULL, NULL), | | ('7A87446C-A081-9DAD-ABB3-4AB3104F6C0C', 'Test internal comment', '1498247419', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 4, 3, 1, 1, 2, '{\"entity_type\": \"ScheduleAudienceHistory\", \"comment_type\": \"internal\"}', 0, 0, NULL, 1685381586, 0, NULL, NULL), |
| ('7F6970A7-AA46-C7AD-6B34-72EEE61C6CD3', 'Document Request 4', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1680543186, 1, NULL, NULL), | | ('7F6970A7-AA46-C7AD-6B34-72EEE61C6CD3', 'Document Request 4', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1680543186, 1, NULL, NULL), |
| ('8788E319-5CB7-34E7-C0CC-049504FE7D9C', 'Document Request 5', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1681147986, 1, NULL, NULL), | | ('8788E319-5CB7-34E7-C0CC-049504FE7D9C', 'Document Request 5', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1681147986, 1, NULL, NULL), |
| ('8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'Entry request four', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 0, 1685986386, 1685381579, 1, NULL, NULL), | | ('8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'Entry request four', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 0, 1685986386, 1685381579, 1, NULL, NULL), |
| ('8AC4CB5C-82E1-83C2-04DF-2FF7BD4126D7', 'Entry request six', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381581, 1, NULL, NULL), | | ('8AC4CB5C-82E1-83C2-04DF-2FF7BD4126D7', 'Entry request six', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381581, 1, NULL, NULL), |
| ('8B87241A-A567-1BEE-CBC3-7BB2214A6B32', 'document request to be updated with backup admins', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 0, 1685986386, 1685381586, 1, NULL, NULL), | | ('8B87241A-A567-1BEE-CBC3-7BB2214A6B32', 'document request to be updated with backup admins', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 0, 1685986386, 1685381586, 1, NULL, NULL), |
| ('8F9F9E0E-13EA-7EE5-C957-3737D4D5967A', 'Entry request nine', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 0, 1, 1685986386, 1685381584, 1, NULL, NULL), | | ('8F9F9E0E-13EA-7EE5-C957-3737D4D5967A', 'Entry request nine', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 0, 1, 1685986386, 1685381584, 1, NULL, NULL), |
| ('97C3CFD4-77F6-ACF5-7581-3ADBE241339E', 'this is the subject for documentrequests', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381585, 1, NULL, NULL), | | ('97C3CFD4-77F6-ACF5-7581-3ADBE241339E', 'this is the subject for documentrequests', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381585, 1, NULL, NULL), |
| ('97C3CFD4-77F6-ACF5-7581-3ADBE241349F', 'Mike and John Document Request', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381585, 1, NULL, NULL), | | ('97C3CFD4-77F6-ACF5-7581-3ADBE241349F', 'Mike and John Document Request', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381585, 1, NULL, NULL), |
| ('982EBDF3-0D5C-86C8-DE7F-12F28C61D7DC', 'Deletable Document Request', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 0, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('982EBDF3-0D5C-86C8-DE7F-12F28C61D7DC', 'Deletable Document Request', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 0, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('9998CA1E-990D-0D9C-502D-FFB897480999', 'document request, accepts responses', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685986386, 0, NULL, NULL), | | ('9998CA1E-990D-0D9C-502D-FFB897480999', 'document request, accepts responses', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685986386, 0, NULL, NULL), |
| ('AA0B0D0E-B50F-B3C8-A94B-BB34D114E80A', 'Please submit a document', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('AA0B0D0E-B50F-B3C8-A94B-BB34D114E80A', 'Please submit a document', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'Please submit a document', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'Please submit a document', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'Entry request one', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 0, 1, 1685986386, 1685381576, 1, NULL, NULL), | | ('B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'Entry request one', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 0, 1, 1685986386, 1685381576, 1, NULL, NULL), |
| ('BC1B9D0F-A53F-B3C8-A14C-BC34D114E54B', 'Header subject', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 1, 1, NULL, NULL, 0, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('BC1B9D0F-A53F-B3C8-A14C-BC34D114E54B', 'Header subject', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 0, 1, 1, 1, NULL, NULL, 0, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('CAC7130F-7532-8BA5-1E8E-13D12365D475', 'Entry request two', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381577, 1, NULL, NULL), | | ('CAC7130F-7532-8BA5-1E8E-13D12365D475', 'Entry request two', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381577, 1, NULL, NULL), |
| ('DC95A55A-5872-DDDC-2B38-55D03904D4A4', 'PHPUnit Test with constraints', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 0, NULL, 1685381586, 0, NULL, NULL), | | ('DC95A55A-5872-DDDC-2B38-55D03904D4A4', 'PHPUnit Test with constraints', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 0, NULL, 1685381586, 0, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A1', 'this is a document request for pagination 1', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A1', 'this is a document request for pagination 1', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A2', 'this is a document request for pagination 2', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A2', 'this is a document request for pagination 2', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A3', 'this is a document request for pagination 3', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A3', 'this is a document request for pagination 3', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A4', 'this is a document request for pagination 4', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A4', 'this is a document request for pagination 4', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A5', 'this is a document request for pagination 5', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A5', 'this is a document request for pagination 5', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A6', 'this is a document request for pagination 6', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A6', 'this is a document request for pagination 6', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A7', 'this is a document request for pagination 7', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A7', 'this is a document request for pagination 7', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A8', 'this is a document request for pagination 8', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A8', 'this is a document request for pagination 8', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A9', 'this is a document request for pagination 9', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81A9', 'this is a document request for pagination 9', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AA', 'this is a document request for pagination 10', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AA', 'this is a document request for pagination 10', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AB', 'this is a document request for pagination 11', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AB', 'this is a document request for pagination 11', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AC', 'this is a document request for pagination 12', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AC', 'this is a document request for pagination 12', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AD', 'this is a document request for pagination 13', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AD', 'this is a document request for pagination 13', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AE', 'this is a document request for pagination 14', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AE', 'this is a document request for pagination 14', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AF', 'this is a document request for pagination 15', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81AF', 'this is a document request for pagination 15', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B1', 'this is a document request for pagination 16', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B1', 'this is a document request for pagination 16', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B2', 'this is a document request for pagination 17', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B2', 'this is a document request for pagination 17', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B3', 'this is a document request for pagination 18', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B3', 'this is a document request for pagination 18', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B4', 'this is a document request for pagination 19', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B4', 'this is a document request for pagination 19', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B5', 'this is a document request for pagination 20', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B5', 'this is a document request for pagination 20', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B6', 'this is a document request for pagination 21', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B6', 'this is a document request for pagination 21', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B7', 'this is a document request for pagination 22', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B7', 'this is a document request for pagination 22', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B8', 'this is a document request for pagination 23', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B8', 'this is a document request for pagination 23', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B9', 'this is a document request for pagination 24', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81B9', 'this is a document request for pagination 24', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BA', 'this is a document request for pagination 25', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BA', 'this is a document request for pagination 25', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BB', 'this is a document request for pagination 26', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BB', 'this is a document request for pagination 26', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BC', 'this is a document request for pagination 27', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BC', 'this is a document request for pagination 27', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BD', 'this is a document request for pagination 28', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BD', 'this is a document request for pagination 28', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BE', 'this is a document request for pagination 29', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BE', 'this is a document request for pagination 29', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BF', 'this is a document request for pagination 30', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81BF', 'this is a document request for pagination 30', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C1', 'this is a document request for pagination 31', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C1', 'this is a document request for pagination 31', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C2', 'this is a document request for pagination 32', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C2', 'this is a document request for pagination 32', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C3', 'this is a document request for pagination 33', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C3', 'this is a document request for pagination 33', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C4', 'this is a document request for pagination 34', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C4', 'this is a document request for pagination 34', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C5', 'this is a document request for pagination 35', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C5', 'this is a document request for pagination 35', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C6', 'this is a document request for pagination 36', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C6', 'this is a document request for pagination 36', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C7', 'this is a document request for pagination 37', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C7', 'this is a document request for pagination 37', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C8', 'this is a document request for pagination 38', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C8', 'this is a document request for pagination 38', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C9', 'this is a document request for pagination 39', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81C9', 'this is a document request for pagination 39', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CA', 'this is a document request for pagination 40', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CA', 'this is a document request for pagination 40', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CB', 'this is a document request for pagination 41', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CB', 'this is a document request for pagination 41', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CC', 'this is a document request for pagination 42', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CC', 'this is a document request for pagination 42', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CD', 'this is a document request for pagination 43', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CD', 'this is a document request for pagination 43', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CE', 'this is a document request for pagination 44', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CE', 'this is a document request for pagination 44', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CF', 'this is a document request for pagination 45', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81CF', 'this is a document request for pagination 45', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D1', 'this is a document request for pagination 46', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D1', 'this is a document request for pagination 46', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D2', 'this is a document request for pagination 47', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D2', 'this is a document request for pagination 47', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D3', 'this is a document request for pagination 48', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D3', 'this is a document request for pagination 48', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D4', 'this is a document request for pagination 49', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D4', 'this is a document request for pagination 49', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D5', 'this is a document request for pagination 50', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D5', 'this is a document request for pagination 50', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D6', 'this is a document request for pagination 51', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D6', 'this is a document request for pagination 51', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D7', 'this is a document request for pagination 52', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D7', 'this is a document request for pagination 52', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D8', 'this is a document request for pagination 53', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D8', 'this is a document request for pagination 53', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D9', 'this is a document request for pagination 54', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81D9', 'this is a document request for pagination 54', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DA', 'this is a document request for pagination 55', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DA', 'this is a document request for pagination 55', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DB', 'this is a document request for pagination 56', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DB', 'this is a document request for pagination 56', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DC', 'this is a document request for pagination 57', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DC', 'this is a document request for pagination 57', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DD', 'this is a document request for pagination 58', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DD', 'this is a document request for pagination 58', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DE', 'this is a document request for pagination 59', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DE', 'this is a document request for pagination 59', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DF', 'this is a document request for pagination 60', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('E2803B2F-BD0D-4EFF-BE8C-92887B6C81DF', 'this is a document request for pagination 60', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 2, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('E91F7236-2813-957E-53A0-066B18232846', 'Entry request seven', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381582, 1, NULL, NULL), | | ('E91F7236-2813-957E-53A0-066B18232846', 'Entry request seven', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381582, 1, NULL, NULL), |
| ('EE9B9D0E-A53F-A3C8-F94C-BB34D114E84C', 'Please submit a document for approval', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('EE9B9D0E-A53F-A3C8-F94C-BB34D114E84C', 'Please submit a document for approval', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('F502B30C-324A-9A86-230F-BD7025AFEE36', 'Entry request five', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381580, 1, NULL, NULL), | | ('F502B30C-324A-9A86-230F-BD7025AFEE36', 'Entry request five', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381580, 1, NULL, NULL), |
| ('FDB7CD9E-2AB9-CE70-A27D-5E82C2E13311', 'Entry request eight', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381583, 1, NULL, NULL), | | ('FDB7CD9E-2AB9-CE70-A27D-5E82C2E13311', 'Entry request eight', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 1, 1, 1, NULL, NULL, 1, 1, 1685986386, 1685381583, 1, NULL, NULL), |
| ('FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'Please submit a document for resubmission', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), | | ('FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'Please submit a document for resubmission', '2879558128', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', NULL, 2, 1, 1, 1, NULL, 1, 1, 1685986386, 1685381586, 1, NULL, NULL), |
| ('FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'this is an ontime submission request', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 1, 1, 1685381588, 1685381586, 0, NULL, NULL); | | ('FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'this is an ontime submission request', '3088786031', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1, 2, 1, 1, NULL, NULL, 1, 1, 1685381588, 1685381586, 0, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `messages_overridden_recipients` | | -- Table structure for table `messages_overridden_recipients` |
| -- | | -- |
| | | |
| CREATE TABLE `messages_overridden_recipients` ( | | CREATE TABLE `messages_overridden_recipients` ( |
| `morecipient_id` int(10) UNSIGNED NOT NULL, | | `morecipient_id` int(10) UNSIGNED NOT NULL, |
| `mmessages_id` varchar(36) NOT NULL, | | `mmessages_id` varchar(36) NOT NULL, |
| `emappings_id` varchar(36) NOT NULL, | | `emappings_id` varchar(36) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(10) UNSIGNED DEFAULT NULL | | `deleted_by` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `messages_overridden_recipients` | | -- Dumping data for table `messages_overridden_recipients` |
| -- | | -- |
| | | |
| INSERT INTO `messages_overridden_recipients` (`morecipient_id`, `mmessages_id`, `emappings_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `messages_overridden_recipients` (`morecipient_id`, `mmessages_id`, `emappings_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, '9820AEE6-5FA2-4ACB-A1DD-85381210D2DD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 1685381582, 1, NULL, NULL), | | (1, '9820AEE6-5FA2-4ACB-A1DD-85381210D2DD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 1685381582, 1, NULL, NULL), |
| (2, 'DD990EAB-94F0-41BD-970C-36276F8F3730', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1685381583, 1, NULL, NULL), | | (2, 'DD990EAB-94F0-41BD-970C-36276F8F3730', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE', 1685381583, 1, NULL, NULL), |
| (3, 'EB2E5B1B-ABB9-4274-9DD9-0165EB87BE38', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 1685381584, 1, NULL, NULL), | | (3, 'EB2E5B1B-ABB9-4274-9DD9-0165EB87BE38', 'F7F4C09F-4344-5549-53A8-C9196A3CC222', 1685381584, 1, NULL, NULL), |
| (4, '7B7332E3-B888-40F2-A490-16710B6ABB99', '9AB064C3-D941-3FA0-740C-2072920F49E1', 1685381585, 1, NULL, NULL); | | (4, '7B7332E3-B888-40F2-A490-16710B6ABB99', '9AB064C3-D941-3FA0-740C-2072920F49E1', 1685381585, 1, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `messages_recipients` | | -- Table structure for table `messages_recipients` |
| -- | | -- |
| | | |
| CREATE TABLE `messages_recipients` ( | | CREATE TABLE `messages_recipients` ( |
| `mrecipients_id` varchar(36) NOT NULL, | | `mrecipients_id` varchar(36) NOT NULL, |
| `mmheaders_id` varchar(36) NOT NULL, | | `mmheaders_id` varchar(36) NOT NULL, |
| `emappings_id` varchar(36) NOT NULL | | `emappings_id` varchar(36) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `messages_recipients` | | -- Dumping data for table `messages_recipients` |
| -- | | -- |
| | | |
| INSERT INTO `messages_recipients` (`mrecipients_id`, `mmheaders_id`, `emappings_id`) VALUES | | INSERT INTO `messages_recipients` (`mrecipients_id`, `mmheaders_id`, `emappings_id`) VALUES |
| ('03D3642A-8A62-81C2-F8C4-5C903D0FB573', '384702CC-9E7C-4D97-D24E-3F041C24D40A', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), | | ('03D3642A-8A62-81C2-F8C4-5C903D0FB573', '384702CC-9E7C-4D97-D24E-3F041C24D40A', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), |
| ('03D3642A-8A62-81C2-F8C4-5C903D0FB574', '384702CC-9E7C-4D97-D24E-3F041C24D40B', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), | | ('03D3642A-8A62-81C2-F8C4-5C903D0FB574', '384702CC-9E7C-4D97-D24E-3F041C24D40B', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), |
| ('03D3642A-8A62-81C2-F8C4-5C903D0FB575', '384702CC-9E7C-4D97-D24E-3F041C24D40C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), | | ('03D3642A-8A62-81C2-F8C4-5C903D0FB575', '384702CC-9E7C-4D97-D24E-3F041C24D40C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), |
| ('0acaa0f6-b0fd-166a-b2e4-a3a6b5d3c401', '3B87241B-B111-1BEE-BBC1-2BB2214A6B91', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'), | | ('0acaa0f6-b0fd-166a-b2e4-a3a6b5d3c401', '3B87241B-B111-1BEE-BBC1-2BB2214A6B91', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA51', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA51', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA52', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA52', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA53', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA53', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA54', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA54', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA55', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A5', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA55', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A5', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA56', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A6', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA56', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A6', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA57', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA57', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA58', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA58', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA59', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A9', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA59', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81A9', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA5A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA5A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA5B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AB', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA5B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AB', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA5C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AC', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA5C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AC', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA5D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA5D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA5E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AE', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA5E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AE', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA5F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AF', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA5F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81AF', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA61', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA61', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA62', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA62', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA63', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA63', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA64', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA64', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA65', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B5', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA65', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B5', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA66', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B6', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA66', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B6', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA67', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA67', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA68', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA68', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA69', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B9', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA69', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81B9', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA6A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA6A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA6B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BB', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA6B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BB', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA6C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BC', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA6C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BC', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA6D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA6D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA6E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BE', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA6E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BE', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA6F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BF', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA6F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81BF', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA71', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA71', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA72', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA72', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA73', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA73', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA74', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA74', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA75', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C5', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA75', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C5', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA76', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C6', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA76', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C6', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA77', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA77', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA78', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA78', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA79', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C9', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA79', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81C9', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA7A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA7A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA7B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CB', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA7B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CB', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA7C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CC', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA7C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CC', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA7D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA7D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA7E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CE', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA7E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CE', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA7F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CF', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA7F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81CF', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA81', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA81', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D1', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA82', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA82', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA83', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA83', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA84', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA84', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA85', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D5', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA85', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D5', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA86', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D6', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA86', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D6', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA87', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA87', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D7', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA88', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA88', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D8', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA89', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D9', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA89', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81D9', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA8A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA8A', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA8B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DB', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA8B', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DB', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA8C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DC', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA8C', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DC', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA8D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA8D', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DD', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA8E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DE', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA8E', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DE', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('0C046BE8-9DEE-44BD-866E-67F487C0EA8F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DF', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('0C046BE8-9DEE-44BD-866E-67F487C0EA8F', 'E2803B2F-BD0D-4EFF-BE8C-92887B6C81DF', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('1115193D-C3DF-ABAD-F18D-16478B6BDCAA', '3168A350-1AB8-17E7-C0CC-149502AA7D1E', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), | | ('1115193D-C3DF-ABAD-F18D-16478B6BDCAA', '3168A350-1AB8-17E7-C0CC-149502AA7D1E', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), |
| ('1115193D-C3DF-ABAD-F18D-16478B6BDCAB', '3168A350-1AB8-17E7-C0CC-149502AA7D1E', '303E82E5-437A-525C-8184-D95C513777A0'), | | ('1115193D-C3DF-ABAD-F18D-16478B6BDCAB', '3168A350-1AB8-17E7-C0CC-149502AA7D1E', '303E82E5-437A-525C-8184-D95C513777A0'), |
| ('1267B8D6-F02B-5F8E-861D-A59AC651191D', '8F9F9E0E-13EA-7EE5-C957-3737D4D5967A', 'E78E73E7-CE31-392A-3908-F16DBF67F7A5'), | | ('1267B8D6-F02B-5F8E-861D-A59AC651191D', '8F9F9E0E-13EA-7EE5-C957-3737D4D5967A', 'E78E73E7-CE31-392A-3908-F16DBF67F7A5'), |
| ('129100DD-DD63-63B8-1EF2-DD3A867F1E81', '982EBDF3-0D5C-86C8-DE7F-12F28C61D7DC', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), | | ('129100DD-DD63-63B8-1EF2-DD3A867F1E81', '982EBDF3-0D5C-86C8-DE7F-12F28C61D7DC', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), |
| ('1485193D-C3DF-AAAD-F18D-16478B6BDCAA', '6118A351-1CB7-14E7-C0CC-149501FE7D1E', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), | | ('1485193D-C3DF-AAAD-F18D-16478B6BDCAA', '6118A351-1CB7-14E7-C0CC-149501FE7D1E', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), |
| ('1485193D-C3DF-ABAD-F18D-16478B6BDCAA', '1788E359-5CB7-34E7-C0CC-149504FE7D9E', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), | | ('1485193D-C3DF-ABAD-F18D-16478B6BDCAA', '1788E359-5CB7-34E7-C0CC-149504FE7D9E', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), |
| ('1485193D-C3DF-ABAD-F18D-16478B6BDCAB', '1788E359-5CB7-34E7-C0CC-149504FE7D9E', '303E82E5-437A-525C-8184-D95C513777A0'), | | ('1485193D-C3DF-ABAD-F18D-16478B6BDCAB', '1788E359-5CB7-34E7-C0CC-149504FE7D9E', '303E82E5-437A-525C-8184-D95C513777A0'), |
| ('1485193D-C3DF-BBAD-F18D-16478B6BDCAB', '6118A351-1CB7-14E7-C0CC-149501FE7D1E', '303E82E5-437A-525C-8184-D95C513777A0'), | | ('1485193D-C3DF-BBAD-F18D-16478B6BDCAB', '6118A351-1CB7-14E7-C0CC-149501FE7D1E', '303E82E5-437A-525C-8184-D95C513777A0'), |
| ('15BEEE0C-8058-51D8-B923-691E39B36E6D', '577D8FEC-9D63-D409-00DD-738D7C20BE79', '73EE562F-972A-1D73-C296-575748A37392'), | | ('15BEEE0C-8058-51D8-B923-691E39B36E6D', '577D8FEC-9D63-D409-00DD-738D7C20BE79', '73EE562F-972A-1D73-C296-575748A37392'), |
| ('1acab0f5-c0fd-422a-a2e4-b3a6b5d3c403', '0468CA1E-430D-0D9C-502D-FFB897480753', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('1acab0f5-c0fd-422a-a2e4-b3a6b5d3c403', '0468CA1E-430D-0D9C-502D-FFB897480753', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('1B289E8C-3EA9-92D7-0297-11AAA1CCE45A', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('1B289E8C-3EA9-92D7-0297-11AAA1CCE45A', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('1B289E8C-3EA9-92D7-0297-11AAA1CCE45B', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'), | | ('1B289E8C-3EA9-92D7-0297-11AAA1CCE45B', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'), |
| ('1B289E8C-3EA9-92D7-0297-11AAA1CCE45C', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'FDF35082-5D9E-A9B0-1DB4-A7C361C3ED5D'), | | ('1B289E8C-3EA9-92D7-0297-11AAA1CCE45C', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'FDF35082-5D9E-A9B0-1DB4-A7C361C3ED5D'), |
| ('1B289E8C-3EA9-92D7-0297-11AAA1CCE45D', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'RDF25092-5A9E-A9V0-1DB4-A7C361C3ED5D'), | | ('1B289E8C-3EA9-92D7-0297-11AAA1CCE45D', '1A87232A-A222-3BAA-ABC1-1AA2214A6C2B', 'RDF25092-5A9E-A9V0-1DB4-A7C361C3ED5D'), |
| ('1B389E8C-3EA9-92D7-0297-73AAA1CCE19A', 'FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('1B389E8C-3EA9-92D7-0297-73AAA1CCE19A', 'FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('210FEC86-71D2-BF4C-9B32-105C5E2180D8', '0CA5626A-582F-CCD8-4B1A-2BFB003BC627', 'E78E73E7-CE31-392A-3908-F16DBF67F7A5'), | | ('210FEC86-71D2-BF4C-9B32-105C5E2180D8', '0CA5626A-582F-CCD8-4B1A-2BFB003BC627', 'E78E73E7-CE31-392A-3908-F16DBF67F7A5'), |
| ('2291DEB1-D495-13E7-9017-6001A208256B', '41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('2291DEB1-D495-13E7-9017-6001A208256B', '41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('2291DEB1-D495-13E7-9017-6001A208256C', '41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), | | ('2291DEB1-D495-13E7-9017-6001A208256C', '41BCF5FD-FCA1-9128-6649-ECAE9EE20BD2', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), |
| ('25533DB8-92B9-6123-65A4-E3CEC5E7E76F', 'E91F7236-2813-957E-53A0-066B18232846', '73EE562F-972A-1D73-C296-575748A37392'), | | ('25533DB8-92B9-6123-65A4-E3CEC5E7E76F', 'E91F7236-2813-957E-53A0-066B18232846', '73EE562F-972A-1D73-C296-575748A37392'), |
| ('26416F00-5A04-B12A-ADE1-090FD1ABF4F7', '4F37CF3C-E8B9-B84C-01DB-CBF343335125', '303E82E5-437A-525C-8184-D95C513777A0'), | | ('26416F00-5A04-B12A-ADE1-090FD1ABF4F7', '4F37CF3C-E8B9-B84C-01DB-CBF343335125', '303E82E5-437A-525C-8184-D95C513777A0'), |
| ('2A389E8C-3EA9-92D7-0297-73AAA1CCE45B', 'AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('2A389E8C-3EA9-92D7-0297-73AAA1CCE45B', 'AB1B9D0E-A53F-B3C8-F94C-CC34D114E54A', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('3DEBD413-73F8-80D2-7C8E-3CD97BD049C7', '266EFEE6-02CD-9727-0CE3-A7840B33BDFA', '303E82E5-437A-525C-8184-D95C513777A0'), | | ('3DEBD413-73F8-80D2-7C8E-3CD97BD049C7', '266EFEE6-02CD-9727-0CE3-A7840B33BDFA', '303E82E5-437A-525C-8184-D95C513777A0'), |
| ('4DFBA412-71F8-81D2-7P8E-2CA97BH049C8', '0468CA1E-430D-0D9C-502D-FFB897480753', 'RDF25092-5A9E-A9V0-1DB4-A7C361C3ED5D'), | | ('4DFBA412-71F8-81D2-7P8E-2CA97BH049C8', '0468CA1E-430D-0D9C-502D-FFB897480753', 'RDF25092-5A9E-A9V0-1DB4-A7C361C3ED5D'), |
| ('4DFBA412-73F8-80D2-7C8E-3CD97BD049C7', '0468CA1E-430D-0D9C-502D-FFB897480753', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'), | | ('4DFBA412-73F8-80D2-7C8E-3CD97BD049C7', '0468CA1E-430D-0D9C-502D-FFB897480753', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'), |
| ('56cc92e3-e7e2-4614-9a22-a6d3d77cf4b3', '8B87241A-A567-1BEE-CBC3-7BB2214A6B32', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('56cc92e3-e7e2-4614-9a22-a6d3d77cf4b3', '8B87241A-A567-1BEE-CBC3-7BB2214A6B32', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('58FC6A36-F50B-CB47-55B9-EB582FC4CB54', 'E91F7236-2813-957E-53A0-066B18232846', 'E78E73E7-CE31-392A-3908-F16DBF67F7A5'), | | ('58FC6A36-F50B-CB47-55B9-EB582FC4CB54', 'E91F7236-2813-957E-53A0-066B18232846', 'E78E73E7-CE31-392A-3908-F16DBF67F7A5'), |
| ('5FF12737-A018-58CE-19C3-03692507EBAC', '266EFEE6-02CD-9727-0CE3-A7840B33BDFA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('5FF12737-A018-58CE-19C3-03692507EBAC', '266EFEE6-02CD-9727-0CE3-A7840B33BDFA', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('612E3BED-E655-1218-2C37-CEAD5DA6497B', '7F6970A7-AA46-C7AD-6B34-72EEE61C6CD3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('612E3BED-E655-1218-2C37-CEAD5DA6497B', '7F6970A7-AA46-C7AD-6B34-72EEE61C6CD3', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('6B1A5142-C149-1615-6024-601157C1FB52', 'E91F7236-2813-957E-53A0-066B18232846', '6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35'), | | ('6B1A5142-C149-1615-6024-601157C1FB52', 'E91F7236-2813-957E-53A0-066B18232846', '6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35'), |
| ('6B535B6B-5790-1733-8200-8A9A60BD9BD8', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('6B535B6B-5790-1733-8200-8A9A60BD9BD8', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('7661990A-1141-2B0B-1B49-86D297A942EF', 'FDB7CD9E-2AB9-CE70-A27D-5E82C2E13311', '6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35'), | | ('7661990A-1141-2B0B-1B49-86D297A942EF', 'FDB7CD9E-2AB9-CE70-A27D-5E82C2E13311', '6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35'), |
| ('7907becc-4b92-4c50-88a0-df2822cd643d', '0468CA1E-430D-0D9C-502D-FFB897480753', '303E82E5-437A-525C-8184-D95C513777A0'), | | ('7907becc-4b92-4c50-88a0-df2822cd643d', '0468CA1E-430D-0D9C-502D-FFB897480753', '303E82E5-437A-525C-8184-D95C513777A0'), |
| ('7b9b8378-377b-4e9e-b210-62c7535e59b2', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('7b9b8378-377b-4e9e-b210-62c7535e59b2', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('7c18db3f-e0f2-49f8-896b-bb32de38f9f8', '8B87241A-A567-1BEE-CBC3-7BB2214A6B32', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'), | | ('7c18db3f-e0f2-49f8-896b-bb32de38f9f8', '8B87241A-A567-1BEE-CBC3-7BB2214A6B32', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'), |
| ('83DDDC7E-D725-1BDB-0580-ABEF49087B78', '62688D0A-8AB5-1251-1FB6-12C357735D89', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), | | ('83DDDC7E-D725-1BDB-0580-ABEF49087B78', '62688D0A-8AB5-1251-1FB6-12C357735D89', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), |
| ('83DDDC7E-D725-1BDB-0580-ABEF49087B7B', '62688D0A-8AB5-1251-1FB6-12C357735D89', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('83DDDC7E-D725-1BDB-0580-ABEF49087B7B', '62688D0A-8AB5-1251-1FB6-12C357735D89', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('8A389E8C-3EA9-92D7-0297-73ABC1CCE19F', 'EE9B9D0E-A53F-A3C8-F94C-BB34D114E84C', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('8A389E8C-3EA9-92D7-0297-73ABC1CCE19F', 'EE9B9D0E-A53F-A3C8-F94C-BB34D114E84C', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('8A389E8C-3EA9-92D7-0297-73DDD1CCE19F', 'DC95A55A-5872-DDDC-2B38-55D03904D4A4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('8A389E8C-3EA9-92D7-0297-73DDD1CCE19F', 'DC95A55A-5872-DDDC-2B38-55D03904D4A4', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('92CD670E-BB90-7CA3-D36A-6BCDAEED923C', 'F502B30C-324A-9A86-230F-BD7025AFEE36', 'E2003BBA-7F3D-C634-48BC-DDA4174B4956'), | | ('92CD670E-BB90-7CA3-D36A-6BCDAEED923C', 'F502B30C-324A-9A86-230F-BD7025AFEE36', 'E2003BBA-7F3D-C634-48BC-DDA4174B4956'), |
| ('945C1C8C-C750-EDA7-E7E2-FF249DCF84A1', '97C3CFD4-77F6-ACF5-7581-3ADBE241339E', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'), | | ('945C1C8C-C750-EDA7-E7E2-FF249DCF84A1', '97C3CFD4-77F6-ACF5-7581-3ADBE241339E', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'), |
| ('9485193D-C3DF-ABAD-F18D-00478B6BDCAA', '6168A351-1AB7-14E7-C0CC-849501FA7D1A', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), | | ('9485193D-C3DF-ABAD-F18D-00478B6BDCAA', '6168A351-1AB7-14E7-C0CC-849501FA7D1A', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), |
| ('9485193D-C3DF-ABAD-F18D-00478B6BDCAB', '6168A351-1AB7-14E7-C0CC-849501FA7D1A', '303E82E5-437A-525C-8184-D95C513777A0'), | | ('9485193D-C3DF-ABAD-F18D-00478B6BDCAB', '6168A351-1AB7-14E7-C0CC-849501FA7D1A', '303E82E5-437A-525C-8184-D95C513777A0'), |
| ('9485193D-C3DF-ABAD-F18D-16478B6BDCAB', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('9485193D-C3DF-ABAD-F18D-16478B6BDCAB', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('9485193D-C3DF-ABAD-F18D-16478B6BDCAE', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), | | ('9485193D-C3DF-ABAD-F18D-16478B6BDCAE', '8788E319-5CB7-34E7-C0CC-049504FE7D9C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), |
| ('9485193D-C3DF-ABAD-F18D-23478B6BDCAA', '0118A359-5CB7-34E7-C0CC-249501FE7D1A', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), | | ('9485193D-C3DF-ABAD-F18D-23478B6BDCAA', '0118A359-5CB7-34E7-C0CC-249501FE7D1A', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), |
| ('9485193D-C3DF-ABAD-F18D-23478B6BDCAB', '0118A359-5CB7-34E7-C0CC-249501FE7D1A', '303E82E5-437A-525C-8184-D95C513777A0'), | | ('9485193D-C3DF-ABAD-F18D-23478B6BDCAB', '0118A359-5CB7-34E7-C0CC-249501FE7D1A', '303E82E5-437A-525C-8184-D95C513777A0'), |
| ('969C0B74-2576-B654-64B4-F6CBD999D86D', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', '6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35'), | | ('969C0B74-2576-B654-64B4-F6CBD999D86D', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', '6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35'), |
| ('9acab0f6-c0fd-666a-a2e4-b3a6b5d3c403', '9998CA1E-990D-0D9C-502D-FFB897480999', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('9acab0f6-c0fd-666a-a2e4-b3a6b5d3c403', '9998CA1E-990D-0D9C-502D-FFB897480999', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('9acab0f6-c0fd-666a-a2e4-b3a6b5d3c404', '97C3CFD4-77F6-ACF5-7581-3ADBE241349F', '303E82E5-437A-525C-8184-D95C513777A0'), | | ('9acab0f6-c0fd-666a-a2e4-b3a6b5d3c404', '97C3CFD4-77F6-ACF5-7581-3ADBE241349F', '303E82E5-437A-525C-8184-D95C513777A0'), |
| ('9acab0f6-c0fd-666a-a2e4-b3a6b5d3c405', '97C3CFD4-77F6-ACF5-7581-3ADBE241349F', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'), | | ('9acab0f6-c0fd-666a-a2e4-b3a6b5d3c405', '97C3CFD4-77F6-ACF5-7581-3ADBE241349F', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'), |
| ('9cbafc97-8307-4f1d-babf-d7362554dbd6', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), | | ('9cbafc97-8307-4f1d-babf-d7362554dbd6', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), |
| ('A164D283-7998-D1CC-9B75-24114946F899', '011CB2D6-75D1-FC64-5CD5-8BC81462B91C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), | | ('A164D283-7998-D1CC-9B75-24114946F899', '011CB2D6-75D1-FC64-5CD5-8BC81462B91C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), |
| ('A164D283-7998-D1CC-9B75-24114946F89B', '011CB2D6-75D1-FC64-5CD5-8BC81462B91C', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('A164D283-7998-D1CC-9B75-24114946F89B', '011CB2D6-75D1-FC64-5CD5-8BC81462B91C', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('a1a22c9b-344a-4556-86a1-51a23aac13b4', '2A87232C-A222-1DAD-ABB1-2BB2214A6C1C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), | | ('a1a22c9b-344a-4556-86a1-51a23aac13b4', '2A87232C-A222-1DAD-ABB1-2BB2214A6C1C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), |
| ('A2AAECDB-A03B-1621-D493-6FE0925C61EA', 'FDB7CD9E-2AB9-CE70-A27D-5E82C2E13311', 'E78E73E7-CE31-392A-3908-F16DBF67F7A5'), | | ('A2AAECDB-A03B-1621-D493-6FE0925C61EA', 'FDB7CD9E-2AB9-CE70-A27D-5E82C2E13311', 'E78E73E7-CE31-392A-3908-F16DBF67F7A5'), |
| ('A4716F91-5969-4B44-A975-B860DAE181BC', 'FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'RDF25092-5A9E-A9V0-1DB4-A7C361C3ED5D'), | | ('A4716F91-5969-4B44-A975-B860DAE181BC', 'FE0B0D0E-A50F-A3C8-F94C-BB34D114E80B', 'RDF25092-5A9E-A9V0-1DB4-A7C361C3ED5D'), |
| ('AF57525B-B65B-FDE6-60BA-F86176DA2FE1', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', '303E82E5-437A-525C-8184-D95C513777A0'), | | ('AF57525B-B65B-FDE6-60BA-F86176DA2FE1', 'B2B4CDD7-3377-7610-2A41-DC3B500A9329', '303E82E5-437A-525C-8184-D95C513777A0'), |
| ('B1EB4395-B097-75A1-602B-0C8BD274E69C', 'F502B30C-324A-9A86-230F-BD7025AFEE36', '90CB4591-B3FE-6713-A9A4-640C8624BF65'), | | ('B1EB4395-B097-75A1-602B-0C8BD274E69C', 'F502B30C-324A-9A86-230F-BD7025AFEE36', '90CB4591-B3FE-6713-A9A4-640C8624BF65'), |
| ('B456D56E-47C2-4895-41A8-4D426D0E2AC9', '577D8FEC-9D63-D409-00DD-738D7C20BE79', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'), | | ('B456D56E-47C2-4895-41A8-4D426D0E2AC9', '577D8FEC-9D63-D409-00DD-738D7C20BE79', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'), |
| ('B4EFC0F1-6F7B-5C6B-D014-8E2BE08DCE66', '4F37CF3C-E8B9-B84C-01DB-CBF343335125', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('B4EFC0F1-6F7B-5C6B-D014-8E2BE08DCE66', '4F37CF3C-E8B9-B84C-01DB-CBF343335125', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('D0DC1252-61DE-9A5C-5937-5D4DD2442B83', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', '303E82E5-437A-525C-8184-D95C513777A0'), | | ('D0DC1252-61DE-9A5C-5937-5D4DD2442B83', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', '303E82E5-437A-525C-8184-D95C513777A0'), |
| ('d1d22c9b-344f-4556-86c1-51d23cac13b4', '1A87111C-A011-8DAD-ABB3-3BB0014A6C1C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), | | ('d1d22c9b-344f-4556-86c1-51d23cac13b4', '1A87111C-A011-8DAD-ABB3-3BB0014A6C1C', '1C045D5A-6225-CD8D-0329-23D0E98E1EBE'), |
| ('d5d28c9b-754f-4521-86c1-51d00cac13b4', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('d5d28c9b-754f-4521-86c1-51d00cac13b4', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('d88c512a-69f8-4a37-a05b-d60113d9c258', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('d88c512a-69f8-4a37-a05b-d60113d9c258', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('dddd2ae0-fe76-4eba-9fa9-aebc28b48a48', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', '303E82E5-437A-525C-8184-D95C513777A0'), | | ('dddd2ae0-fe76-4eba-9fa9-aebc28b48a48', '8A68C52A-D443-E0CE-F2E9-EF536C495E3B', '303E82E5-437A-525C-8184-D95C513777A0'), |
| ('E6B0C1DE-140F-70CA-5EA6-EAFC97B9FC84', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), | | ('E6B0C1DE-140F-70CA-5EA6-EAFC97B9FC84', 'CAC7130F-7532-8BA5-1E8E-13D12365D475', 'F7F4C09F-4344-5549-53A8-C9196A3CC222'), |
| ('EC3FB050-7F12-D1EB-F0A2-6F2C623B332D', '0CA5626A-582F-CCD8-4B1A-2BFB003BC627', '6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35'), | | ('EC3FB050-7F12-D1EB-F0A2-6F2C623B332D', '0CA5626A-582F-CCD8-4B1A-2BFB003BC627', '6A3FBED8-0C0E-D5F2-EE4E-0CF6B1F98B35'), |
| ('f85fe64e-2bb8-4faf-9fab-4cf88292f2c0', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'), | | ('f85fe64e-2bb8-4faf-9fab-4cf88292f2c0', '1AA1245B-A567-2A11-BBC9-1AA2214A6B31', '0FC40D75-B541-8B8A-D5EE-449287A00F4A'), |
| ('fb537534-754f-42a9-b643-7e5821965da7', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', '303E82E5-437A-525C-8184-D95C513777A0'), | | ('fb537534-754f-42a9-b643-7e5821965da7', 'FF9B2D0E-D53F-A3C8-F94C-BB00D774E84B', '303E82E5-437A-525C-8184-D95C513777A0'), |
| ('FF90ADF8-6910-2B89-C378-DA0AD719519C', '97C3CFD4-77F6-ACF5-7581-3ADBE241339E', '73EE562F-972A-1D73-C296-575748A37392'); | | ('FF90ADF8-6910-2B89-C378-DA0AD719519C', '97C3CFD4-77F6-ACF5-7581-3ADBE241339E', '73EE562F-972A-1D73-C296-575748A37392'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `messages_recipient_groups` | | -- Table structure for table `messages_recipient_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `messages_recipient_groups` ( | | CREATE TABLE `messages_recipient_groups` ( |
| `mrgroups_id` varchar(36) NOT NULL, | | `mrgroups_id` varchar(36) NOT NULL, |
| `mmheaders_id` varchar(36) NOT NULL, | | `mmheaders_id` varchar(36) NOT NULL, |
| `group_id` int(11) NOT NULL, | | `group_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL DEFAULT '0', | | `created_date` bigint(64) NOT NULL DEFAULT '0', |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(10) UNSIGNED DEFAULT NULL | | `deleted_by` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `messages_recipient_groups` | | -- Dumping data for table `messages_recipient_groups` |
| -- | | -- |
| | | |
| INSERT INTO `messages_recipient_groups` (`mrgroups_id`, `mmheaders_id`, `group_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `messages_recipient_groups` (`mrgroups_id`, `mmheaders_id`, `group_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES |
| ('B2A4CAA7-1387-8115-1B41-AC3B102A3429', '1A87111C-A011-8DAD-ABB3-3BB0014A6C1C', 1, 1685381586, 1, NULL, NULL); | | ('B2A4CAA7-1387-8115-1B41-AC3B102A3429', '1A87111C-A011-8DAD-ABB3-3BB0014A6C1C', 1, 1685381586, 1, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `messages_recipient_types` | | -- Table structure for table `messages_recipient_types` |
| -- | | -- |
| | | |
| CREATE TABLE `messages_recipient_types` ( | | CREATE TABLE `messages_recipient_types` ( |
| `mrtypes_id` int(11) NOT NULL, | | `mrtypes_id` int(11) NOT NULL, |
| `name` varchar(45) NOT NULL | | `name` varchar(45) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `messages_recipient_types` | | -- Dumping data for table `messages_recipient_types` |
| -- | | -- |
| | | |
| INSERT INTO `messages_recipient_types` (`mrtypes_id`, `name`) VALUES | | INSERT INTO `messages_recipient_types` (`mrtypes_id`, `name`) VALUES |
| (1, 'Learner'), | | (1, 'Learner'), |
| (2, 'Cohort'); | | (2, 'Cohort'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `messages_requested_by` | | -- Table structure for table `messages_requested_by` |
| -- | | -- |
| | | |
| CREATE TABLE `messages_requested_by` ( | | CREATE TABLE `messages_requested_by` ( |
| `mrby_id` varchar(36) NOT NULL, | | `mrby_id` varchar(36) NOT NULL, |
| `entity_mapping_id` varchar(36) NOT NULL, | | `entity_mapping_id` varchar(36) NOT NULL, |
| `mmheaders_id` varchar(36) NOT NULL | | `mmheaders_id` varchar(36) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `messages_requested_by` | | -- Dumping data for table `messages_requested_by` |
| -- | | -- |
| | | |
| INSERT INTO `messages_requested_by` (`mrby_id`, `entity_mapping_id`, `mmheaders_id`) VALUES | | INSERT INTO `messages_requested_by` (`mrby_id`, `entity_mapping_id`, `mmheaders_id`) VALUES |
| ('2C435D6A-1124-CD8D-1349-21D0E18E1EBE', '73EE562F-972A-1D73-C296-575748A37392', '2A87232C-A222-1DAD-ABB1-2BB2214A6C1C'); | | ('2C435D6A-1124-CD8D-1349-21D0E18E1EBE', '73EE562F-972A-1D73-C296-575748A37392', '2A87232C-A222-1DAD-ABB1-2BB2214A6C1C'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `messages_request_types` | | -- Table structure for table `messages_request_types` |
| -- | | -- |
| | | |
| CREATE TABLE `messages_request_types` ( | | CREATE TABLE `messages_request_types` ( |
| `mrqtypes_id` int(11) NOT NULL, | | `mrqtypes_id` int(11) NOT NULL, |
| `name` varchar(45) NOT NULL | | `name` varchar(45) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `messages_request_types` | | -- Dumping data for table `messages_request_types` |
| -- | | -- |
| | | |
| INSERT INTO `messages_request_types` (`mrqtypes_id`, `name`) VALUES | | INSERT INTO `messages_request_types` (`mrqtypes_id`, `name`) VALUES |
| (1, 'Generic'), | | (1, 'Generic'), |
| (2, 'Institutional'), | | (2, 'Institutional'), |
| (3, 'Required for Rotation'); | | (3, 'Required for Rotation'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `messages_statuses` | | -- Table structure for table `messages_statuses` |
| -- | | -- |
| | | |
| CREATE TABLE `messages_statuses` ( | | CREATE TABLE `messages_statuses` ( |
| `mstatuses_id` int(11) NOT NULL, | | `mstatuses_id` int(11) NOT NULL, |
| `gmodules_id` varchar(36) NOT NULL, | | `gmodules_id` varchar(36) NOT NULL, |
| `name` varchar(45) NOT NULL, | | `name` varchar(45) NOT NULL, |
| `is_default` tinyint(4) NOT NULL DEFAULT '0', | | `is_default` tinyint(4) NOT NULL DEFAULT '0', |
| `is_global` tinyint(4) NOT NULL | | `is_global` tinyint(4) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `messages_statuses` | | -- Dumping data for table `messages_statuses` |
| -- | | -- |
| | | |
| INSERT INTO `messages_statuses` (`mstatuses_id`, `gmodules_id`, `name`, `is_default`, `is_global`) VALUES | | INSERT INTO `messages_statuses` (`mstatuses_id`, `gmodules_id`, `name`, `is_default`, `is_global`) VALUES |
| (1, '3088786031', 'Not Submitted', 1, 1), | | (1, '3088786031', 'Not Submitted', 1, 1), |
| (2, '3088786031', 'Pending Review', 0, 1), | | (2, '3088786031', 'Pending Review', 0, 1), |
| (3, '3088786031', 'Re-Submission Requested', 0, 1), | | (3, '3088786031', 'Re-Submission Requested', 0, 1), |
| (4, '3088786031', 'Reviewed', 0, 0), | | (4, '3088786031', 'Reviewed', 0, 0), |
| (5, '2879558128', 'Approved', 0, 0), | | (5, '2879558128', 'Approved', 0, 0), |
| (6, '2879558128', 'Deleted', 0, 1); | | (6, '2879558128', 'Deleted', 0, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `messages_templates` | | -- Table structure for table `messages_templates` |
| -- | | -- |
| | | |
| CREATE TABLE `messages_templates` ( | | CREATE TABLE `messages_templates` ( |
| `mtemplates_id` int(11) UNSIGNED NOT NULL, | | `mtemplates_id` int(11) UNSIGNED NOT NULL, |
| `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1', | | `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '1', |
| `title` varchar(200) NOT NULL, | | `title` varchar(200) NOT NULL, |
| `description` mediumtext, | | `description` mediumtext, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` varchar(36) NOT NULL, | | `created_by` varchar(36) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` varchar(36) NOT NULL, | | `updated_by` varchar(36) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `messages_templates` | | -- Dumping data for table `messages_templates` |
| -- | | -- |
| | | |
| INSERT INTO `messages_templates` (`mtemplates_id`, `active`, `title`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `messages_templates` (`mtemplates_id`, `active`, `title`, `description`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 'Lottery schedule variation successful', 'Template for successful lottery schedule variation generation', 1685381582, '1', 1685381582, '', NULL), | | (1, 1, 'Lottery schedule variation successful', 'Template for successful lottery schedule variation generation', 1685381582, '1', 1685381582, '', NULL), |
| (2, 2, 'Lottery schedule variation failed', 'Template for failed lottery schedule variation generation', 1685381582, '1', 1685381582, '', NULL), | | (2, 2, 'Lottery schedule variation failed', 'Template for failed lottery schedule variation generation', 1685381582, '1', 1685381582, '', NULL), |
| (3, 1, 'Document Request Created', 'A New Document Request has been Created', 1685381582, '1', 1685381582, '1', NULL), | | (3, 1, 'Document Request Created', 'A New Document Request has been Created', 1685381582, '1', 1685381582, '1', NULL), |
| (4, 1, 'Document Request Response Created', 'A Document is Ready for Review', 1685381582, '1', 1685381582, '1', NULL), | | (4, 1, 'Document Request Response Created', 'A Document is Ready for Review', 1685381582, '1', 1685381582, '1', NULL), |
| (5, 1, 'Admin Proxy Upload Notification', 'A Document has been uploaded by an admin on user\'s behalf', 1685381582, '1', 1685381582, '1', NULL), | | (5, 1, 'Admin Proxy Upload Notification', 'A Document has been uploaded by an admin on user\'s behalf', 1685381582, '1', 1685381582, '1', NULL), |
| (6, 1, 'Deletion Document Request Notification', ':requestName is no longer required and has been cancelled by an administrator. Any file submissions you have made to this request have been removed from the system.', 1685381582, '1', 1685381582, '1', NULL), | | (6, 1, 'Deletion Document Request Notification', ':requestName is no longer required and has been cancelled by an administrator. Any file submissions you have made to this request have been removed from the system.', 1685381582, '1', 1685381582, '1', NULL), |
| (7, 1, 'A Resubmission has been Requested', 'Document Request Status is Updated to Resubmission Requested', 1685381582, '1', 1685381582, '1', NULL), | | (7, 1, 'A Resubmission has been Requested', 'Document Request Status is Updated to Resubmission Requested', 1685381582, '1', 1685381582, '1', NULL), |
| (8, 1, 'A Document Submission has been Approved', 'Document Submission has been Approved', 1685381582, '1', 1685381582, '1', NULL), | | (8, 1, 'A Document Submission has been Approved', 'Document Submission has been Approved', 1685381582, '1', 1685381582, '1', NULL), |
| (9, 1, 'A Document Request Due Date just changed', 'The due date for :requestName has changed to :newDueDate', 1685381582, '1', 1685381582, '1', NULL), | | (9, 1, 'A Document Request Due Date just changed', 'The due date for :requestName has changed to :newDueDate', 1685381582, '1', 1685381582, '1', NULL), |
| (10, 1, 'An agreement will expire', 'An agreement is about to expire', 1685381582, '1', 1685381582, '1', NULL), | | (10, 1, 'An agreement will expire', 'An agreement is about to expire', 1685381582, '1', 1685381582, '1', NULL), |
| (11, 1, 'User\'s metadata will expire', 'A user metadata is about to expire', 1685381582, '1', 1685381582, '1', NULL); | | (11, 1, 'User\'s metadata will expire', 'A user metadata is about to expire', 1685381582, '1', 1685381582, '1', NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `messages_templates_i18n` | | -- Table structure for table `messages_templates_i18n` |
| -- | | -- |
| | | |
| CREATE TABLE `messages_templates_i18n` ( | | CREATE TABLE `messages_templates_i18n` ( |
| `language_key` varchar(10) NOT NULL, | | `language_key` varchar(10) NOT NULL, |
| `mtemplates_id` int(11) UNSIGNED NOT NULL, | | `mtemplates_id` int(11) UNSIGNED NOT NULL, |
| `subject` varchar(250) NOT NULL, | | `subject` varchar(250) NOT NULL, |
| `message` varchar(1000) NOT NULL | | `message` varchar(1000) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `messages_templates_i18n` | | -- Dumping data for table `messages_templates_i18n` |
| -- | | -- |
| | | |
| INSERT INTO `messages_templates_i18n` (`language_key`, `mtemplates_id`, `subject`, `message`) VALUES | | INSERT INTO `messages_templates_i18n` (`language_key`, `mtemplates_id`, `subject`, `message`) VALUES |
| ('en_us', 1, 'Variations Generated Successfully', '[:lotteryId] [:lotteryTitle] Variations Generated Successfully'), | | ('en_us', 1, 'Variations Generated Successfully', '[:lotteryId] [:lotteryTitle] Variations Generated Successfully'), |
| ('en_us', 2, 'Variations Failed to Generate', '[:lotteryId] [:lotteryTitle] Variations Failed to Generate'), | | ('en_us', 2, 'Variations Failed to Generate', '[:lotteryId] [:lotteryTitle] Variations Failed to Generate'), |
| ('en_us', 3, 'A New Document Request has been Created', ':requestName has been assigned to you.'), | | ('en_us', 3, 'A New Document Request has been Created', ':requestName has been assigned to you.'), |
| ('en_us', 4, 'A Document is Ready for Review', ':learnerName has made a new :requestName submission.'), | | ('en_us', 4, 'A Document is Ready for Review', ':learnerName has made a new :requestName submission.'), |
| ('en_us', 5, 'A Document has been uploaded on your behalf', 'A file for :requestName has been uploaded on your behalf and approved.'), | | ('en_us', 5, 'A Document has been uploaded on your behalf', 'A file for :requestName has been uploaded on your behalf and approved.'), |
| ('en_us', 6, ':requestName is no longer required and has been cancelled by an administrator. Any file submissions you have made to this request have been removed from the system.', ':requestName is no longer required and has been cancelled by an administrator. Any file submissions you have made to this request have been removed from the system.'), | | ('en_us', 6, ':requestName is no longer required and has been cancelled by an administrator. Any file submissions you have made to this request have been removed from the system.', ':requestName is no longer required and has been cancelled by an administrator. Any file submissions you have made to this request have been removed from the system.'), |
| ('en_us', 7, 'A Resubmission has been Requested', 'A new file submission has been requested for :requestName.'), | | ('en_us', 7, 'A Resubmission has been Requested', 'A new file submission has been requested for :requestName.'), |
| ('en_us', 8, 'A Document Submission has been Approved', 'Your submission to :requestName has been approved.'), | | ('en_us', 8, 'A Document Submission has been Approved', 'Your submission to :requestName has been approved.'), |
| ('en_us', 9, 'The due date for :requestName has changed to :newDueDate', 'The due date for :requestName has changed to :newDueDate'), | | ('en_us', 9, 'The due date for :requestName has changed to :newDueDate', 'The due date for :requestName has changed to :newDueDate'), |
| ('en_us', 10, 'An agreement is about to expire', 'Agreement for :itemName will expire in :expDays days.'), | | ('en_us', 10, 'An agreement is about to expire', 'Agreement for :itemName will expire in :expDays days.'), |
| ('en_us', 11, 'User\'s metadata will expire', ':metaLabel for :fullName will expire in :expDays days.'), | | ('en_us', 11, 'User\'s metadata will expire', ':metaLabel for :fullName will expire in :expDays days.'), |
| ('fr_ca', 1, 'Variations générées avec succès', '[:lotteryId] [:lotteryTitle] Variations générées avec succès'), | | ('fr_ca', 1, 'Variations générées avec succès', '[:lotteryId] [:lotteryTitle] Variations générées avec succès'), |
| ('fr_ca', 2, 'Échec de la génération des variantes', '[:lotteryId] [:lotteryTitle] Échec de la génération des variantes'), | | ('fr_ca', 2, 'Échec de la génération des variantes', '[:lotteryId] [:lotteryTitle] Échec de la génération des variantes'), |
| ('fr_ca', 3, 'Une nouvelle demande de document a été créée', ':requestName vous a été attribué.'), | | ('fr_ca', 3, 'Une nouvelle demande de document a été créée', ':requestName vous a été attribué.'), |
| ('fr_ca', 4, 'Un document est prêt pour la révision', ':learnerName a fait une nouvelle soumission pour :requestName.'), | | ('fr_ca', 4, 'Un document est prêt pour la révision', ':learnerName a fait une nouvelle soumission pour :requestName.'), |
| ('fr_ca', 5, 'Un document a été téléchargé en votre nom', 'Un fichier pour :requestName a été téléchargé en votre nom et approuvé.'), | | ('fr_ca', 5, 'Un document a été téléchargé en votre nom', 'Un fichier pour :requestName a été téléchargé en votre nom et approuvé.'), |
| ('fr_ca', 6, '', ''), | | ('fr_ca', 6, '', ''), |
| ('fr_ca', 7, 'Une nouvelle soumission a été demandée', 'Une nouvelle soumission de fichier a été demandée pour :requestName.'), | | ('fr_ca', 7, 'Une nouvelle soumission a été demandée', 'Une nouvelle soumission de fichier a été demandée pour :requestName.'), |
| ('fr_ca', 8, 'Une soumission de document a été approuvée', 'Votre soumission à :requestName a été approuvée.'), | | ('fr_ca', 8, 'Une soumission de document a été approuvée', 'Votre soumission à :requestName a été approuvée.'), |
| ('fr_ca', 9, '', ''), | | ('fr_ca', 9, '', ''), |
| ('fr_ca', 10, '', ''), | | ('fr_ca', 10, '', ''), |
| ('fr_ca', 11, '', ''), | | ('fr_ca', 11, '', ''), |
| ('zh_cn', 1, '', ''), | | ('zh_cn', 1, '', ''), |
| ('zh_cn', 2, '', ''), | | ('zh_cn', 2, '', ''), |
| ('zh_cn', 3, '', ''), | | ('zh_cn', 3, '', ''), |
| ('zh_cn', 4, '', ''), | | ('zh_cn', 4, '', ''), |
| ('zh_cn', 5, '', ''), | | ('zh_cn', 5, '', ''), |
| ('zh_cn', 6, '', ''), | | ('zh_cn', 6, '', ''), |
| ('zh_cn', 7, '', ''), | | ('zh_cn', 7, '', ''), |
| ('zh_cn', 8, '', ''), | | ('zh_cn', 8, '', ''), |
| ('zh_cn', 9, '', ''), | | ('zh_cn', 9, '', ''), |
| ('zh_cn', 10, '', ''), | | ('zh_cn', 10, '', ''), |
| ('zh_cn', 11, '', ''); | | ('zh_cn', 11, '', ''); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `messages_template_settings` | | -- Table structure for table `messages_template_settings` |
| -- | | -- |
| | | |
| CREATE TABLE `messages_template_settings` ( | | CREATE TABLE `messages_template_settings` ( |
| `mtsettings_id` int(11) UNSIGNED NOT NULL, | | `mtsettings_id` int(11) UNSIGNED NOT NULL, |
| `mtemplates_id` int(11) UNSIGNED NOT NULL, | | `mtemplates_id` int(11) UNSIGNED NOT NULL, |
| `gmodules_id` varchar(36) NOT NULL, | | `gmodules_id` varchar(36) NOT NULL, |
| `event_code` varchar(45) NOT NULL, | | `event_code` varchar(45) NOT NULL, |
| `mtypes_id` int(11) UNSIGNED NOT NULL, | | `mtypes_id` int(11) UNSIGNED NOT NULL, |
| `audience_type` varchar(200) DEFAULT NULL, | | `audience_type` varchar(200) DEFAULT NULL, |
| `audience_value` varchar(200) DEFAULT NULL, | | `audience_value` varchar(200) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL, | | `updated_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `messages_template_settings` | | -- Dumping data for table `messages_template_settings` |
| -- | | -- |
| | | |
| INSERT INTO `messages_template_settings` (`mtsettings_id`, `mtemplates_id`, `gmodules_id`, `event_code`, `mtypes_id`, `audience_type`, `audience_value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `messages_template_settings` (`mtsettings_id`, `mtemplates_id`, `gmodules_id`, `event_code`, `mtypes_id`, `audience_type`, `audience_value`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, '1498247419', '1000', 5, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL), | | (1, 1, '1498247419', '1000', 5, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL), |
| (2, 1, '1498247419', '1000', 5, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL), | | (2, 1, '1498247419', '1000', 5, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL), |
| (3, 2, '1498247419', '1010', 5, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL), | | (3, 2, '1498247419', '1010', 5, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL), |
| (4, 2, '1498247419', '1010', 5, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL), | | (4, 2, '1498247419', '1010', 5, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL), |
| (5, 3, '2879558128', '1000', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL), | | (5, 3, '2879558128', '1000', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL), |
| (6, 4, '2879558128', '1010', 5, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL), | | (6, 4, '2879558128', '1010', 5, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL), |
| (7, 4, '2879558128', '1010', 5, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL), | | (7, 4, '2879558128', '1010', 5, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL), |
| (8, 5, '2879558128', '1020', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL), | | (8, 5, '2879558128', '1020', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL), |
| (9, 6, '2879558128', '1030', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL), | | (9, 6, '2879558128', '1030', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL), |
| (10, 7, '2879558128', '1040', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL), | | (10, 7, '2879558128', '1040', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL), |
| (11, 8, '2879558128', '1050', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL), | | (11, 8, '2879558128', '1050', 5, 'group', 'student', 1685381582, 1, 1685381582, 1, NULL), |
| (12, 9, '2879558128', '1060', 5, 'group:role', 'student:student', 1685381582, 1, 1685381582, 1, NULL), | | (12, 9, '2879558128', '1060', 5, 'group:role', 'student:student', 1685381582, 1, 1685381582, 1, NULL), |
| (13, 10, '1498247419', '1020', 4, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL), | | (13, 10, '1498247419', '1020', 4, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL), |
| (14, 10, '1498247419', '1020', 4, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL), | | (14, 10, '1498247419', '1020', 4, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL), |
| (15, 10, '1498247419', '1030', 4, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL), | | (15, 10, '1498247419', '1030', 4, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL), |
| (16, 10, '1498247419', '1030', 4, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL), | | (16, 10, '1498247419', '1030', 4, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL), |
| (17, 11, '1393041922', '1000', 4, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL), | | (17, 11, '1393041922', '1000', 4, 'group:role', 'medtech:admin', 1685381582, 1, 1685381582, 1, NULL), |
| (18, 11, '1393041922', '1000', 4, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL); | | (18, 11, '1393041922', '1000', 4, 'group:role', 'staff:admin', 1685381582, 1, 1685381582, 1, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `messages_types` | | -- Table structure for table `messages_types` |
| -- | | -- |
| | | |
| CREATE TABLE `messages_types` ( | | CREATE TABLE `messages_types` ( |
| `mtypes_id` int(11) NOT NULL, | | `mtypes_id` int(11) NOT NULL, |
| `type` varchar(45) NOT NULL | | `type` varchar(45) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `messages_types` | | -- Dumping data for table `messages_types` |
| -- | | -- |
| | | |
| INSERT INTO `messages_types` (`mtypes_id`, `type`) VALUES | | INSERT INTO `messages_types` (`mtypes_id`, `type`) VALUES |
| (1, 'Message'), | | (1, 'Message'), |
| (2, 'Submission'), | | (2, 'Submission'), |
| (3, 'Comment'), | | (3, 'Comment'), |
| (4, 'Reminder'), | | (4, 'Reminder'), |
| (5, 'Notification'), | | (5, 'Notification'), |
| (6, 'Exception'); | | (6, 'Exception'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `meta_types` | | -- Table structure for table `meta_types` |
| -- | | -- |
| | | |
| CREATE TABLE `meta_types` ( | | CREATE TABLE `meta_types` ( |
| `meta_type_id` int(10) UNSIGNED NOT NULL, | | `meta_type_id` int(10) UNSIGNED NOT NULL, |
| `label` varchar(255) NOT NULL, | | `label` varchar(255) NOT NULL, |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `parent_type_id` int(10) UNSIGNED DEFAULT NULL, | | `parent_type_id` int(10) UNSIGNED DEFAULT NULL, |
| `restricted` tinyint(1) NOT NULL DEFAULT '1' | | `restricted` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `meta_types` | | -- Dumping data for table `meta_types` |
| -- | | -- |
| | | |
| INSERT INTO `meta_types` (`meta_type_id`, `label`, `description`, `parent_type_id`, `restricted`) VALUES | | INSERT INTO `meta_types` (`meta_type_id`, `label`, `description`, `parent_type_id`, `restricted`) VALUES |
| (1, 'N95 Mask Fit', 'Make, Model, and size definition of required N95 masks.', NULL, 1), | | (1, 'N95 Mask Fit', 'Make, Model, and size definition of required N95 masks.', NULL, 1), |
| (2, 'Police Record Check', 'Police Record Checks to verify background as clear of events which could prevent placement in hospitals or clinics.', NULL, 1), | | (2, 'Police Record Check', 'Police Record Checks to verify background as clear of events which could prevent placement in hospitals or clinics.', NULL, 1), |
| (3, 'Full', 'Full record check. Due to differences in how police departments handle reporting of background checks, vulnerable sector screening (VSS) is a separate type of record', 2, 1), | | (3, 'Full', 'Full record check. Due to differences in how police departments handle reporting of background checks, vulnerable sector screening (VSS) is a separate type of record', 2, 1), |
| (4, 'Vulnerable Sector Screening', 'Required for placement in hospitals or clinics. May be included in full police record checks or may be a separate document.', 2, 1), | | (4, 'Vulnerable Sector Screening', 'Required for placement in hospitals or clinics. May be included in full police record checks or may be a separate document.', 2, 1), |
| (5, 'Assertion', 'Yearly or bi-yearly assertion that prior police background checks remain valid.', 2, 1), | | (5, 'Assertion', 'Yearly or bi-yearly assertion that prior police background checks remain valid.', 2, 1), |
| (6, 'Immunization/Health Check', '', NULL, 1), | | (6, 'Immunization/Health Check', '', NULL, 1), |
| (7, 'Hepatitis B', '', 6, 1), | | (7, 'Hepatitis B', '', 6, 1), |
| (8, 'Tuberculosis', '', 6, 1), | | (8, 'Tuberculosis', '', 6, 1), |
| (9, 'Measles', '', 6, 1), | | (9, 'Measles', '', 6, 1), |
| (10, 'Mumps', '', 6, 1), | | (10, 'Mumps', '', 6, 1), |
| (11, 'Rubella', '', 6, 1), | | (11, 'Rubella', '', 6, 1), |
| (12, 'Tetanus/Diptheria', '', 6, 1), | | (12, 'Tetanus/Diptheria', '', 6, 1), |
| (13, 'Polio', '', 6, 1), | | (13, 'Polio', '', 6, 1), |
| (14, 'Varicella', '', 6, 1), | | (14, 'Varicella', '', 6, 1), |
| (15, 'Pertussis', '', 6, 1), | | (15, 'Pertussis', '', 6, 1), |
| (16, 'Influenza', 'Each student is required to obtain an annual influenza immunization. The Ontario government provides the influenza vaccine free to all citizens during the flu season. Students will be required to follow Public Health guidelines put forward for health care professionals. Thia immunization must be received by December 1st each academic year and documentation forwarded to the UGME office by the student', 6, 1), | | (16, 'Influenza', 'Each student is required to obtain an annual influenza immunization. The Ontario government provides the influenza vaccine free to all citizens during the flu season. Students will be required to follow Public Health guidelines put forward for health care professionals. Thia immunization must be received by December 1st each academic year and documentation forwarded to the UGME office by the student', 6, 1), |
| (17, 'Hepatitis C', '', 6, 1), | | (17, 'Hepatitis C', '', 6, 1), |
| (18, 'HIV', '', 6, 1), | | (18, 'HIV', '', 6, 1), |
| (19, 'Cardiac Life Support', '', NULL, 1), | | (19, 'Cardiac Life Support', '', NULL, 1), |
| (20, 'Basic', '', 19, 1), | | (20, 'Basic', '', 19, 1), |
| (21, 'Advanced', '', 19, 1), | | (21, 'Advanced', '', 19, 1), |
| (22, 'Instructors Restricted', '', NULL, 1), | | (22, 'Instructors Restricted', '', NULL, 1), |
| (23, 'Instructor Public Viewable', '', NULL, 0), | | (23, 'Instructor Public Viewable', '', NULL, 0), |
| (24, 'Institution ID', '', 23, 0), | | (24, 'Institution ID', '', 23, 0), |
| (25, 'Vendor ID', '', 22, 1), | | (25, 'Vendor ID', '', 22, 1), |
| (26, 'Board Certified', '', 23, 0), | | (26, 'Board Certified', '', 23, 0), |
| (27, 'Med. Licence Expiration Date', '', 22, 1), | | (27, 'Med. Licence Expiration Date', '', 22, 1), |
| (28, 'Liability Insurance Date', '', 22, 1); | | (28, 'Liability Insurance Date', '', 22, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `meta_type_relations` | | -- Table structure for table `meta_type_relations` |
| -- | | -- |
| | | |
| CREATE TABLE `meta_type_relations` ( | | CREATE TABLE `meta_type_relations` ( |
| `meta_data_relation_id` int(11) NOT NULL, | | `meta_data_relation_id` int(11) NOT NULL, |
| `meta_type_id` int(10) UNSIGNED DEFAULT NULL, | | `meta_type_id` int(10) UNSIGNED DEFAULT NULL, |
| `entity_type` varchar(63) NOT NULL, | | `entity_type` varchar(63) NOT NULL, |
| `entity_value` varchar(63) NOT NULL | | `entity_value` varchar(63) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `meta_type_relations` | | -- Dumping data for table `meta_type_relations` |
| -- | | -- |
| | | |
| INSERT INTO `meta_type_relations` (`meta_data_relation_id`, `meta_type_id`, `entity_type`, `entity_value`) VALUES | | INSERT INTO `meta_type_relations` (`meta_data_relation_id`, `meta_type_id`, `entity_type`, `entity_value`) VALUES |
| (1, 1, 'organisation:group', '1:student'), | | (1, 1, 'organisation:group', '1:student'), |
| (3, 3, 'organisation:group', '1:student'), | | (3, 3, 'organisation:group', '1:student'), |
| (4, 4, 'organisation:group', '1:student'), | | (4, 4, 'organisation:group', '1:student'), |
| (5, 5, 'organisation:group', '1:student'), | | (5, 5, 'organisation:group', '1:student'), |
| (2, 7, 'organisation:group', '1:student'), | | (2, 7, 'organisation:group', '1:student'), |
| (6, 8, 'organisation:group', '1:student'), | | (6, 8, 'organisation:group', '1:student'), |
| (7, 9, 'organisation:group', '1:student'), | | (7, 9, 'organisation:group', '1:student'), |
| (8, 10, 'organisation:group', '1:student'), | | (8, 10, 'organisation:group', '1:student'), |
| (9, 11, 'organisation:group', '1:student'), | | (9, 11, 'organisation:group', '1:student'), |
| (10, 12, 'organisation:group', '1:student'), | | (10, 12, 'organisation:group', '1:student'), |
| (11, 13, 'organisation:group', '1:student'), | | (11, 13, 'organisation:group', '1:student'), |
| (12, 14, 'organisation:group', '1:student'), | | (12, 14, 'organisation:group', '1:student'), |
| (13, 15, 'organisation:group', '1:student'), | | (13, 15, 'organisation:group', '1:student'), |
| (14, 16, 'organisation:group', '1:student'), | | (14, 16, 'organisation:group', '1:student'), |
| (15, 17, 'organisation:group', '1:student'), | | (15, 17, 'organisation:group', '1:student'), |
| (16, 18, 'organisation:group', '1:student'), | | (16, 18, 'organisation:group', '1:student'), |
| (17, 20, 'organisation:group', '1:student'), | | (17, 20, 'organisation:group', '1:student'), |
| (18, 21, 'organisation:group', '1:student'), | | (18, 21, 'organisation:group', '1:student'), |
| (19, 27, 'organisation:group', '1:faculty'); | | (19, 27, 'organisation:group', '1:faculty'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `meta_values` | | -- Table structure for table `meta_values` |
| -- | | -- |
| | | |
| CREATE TABLE `meta_values` ( | | CREATE TABLE `meta_values` ( |
| `meta_value_id` int(10) UNSIGNED NOT NULL, | | `meta_value_id` int(10) UNSIGNED NOT NULL, |
| `meta_type_id` int(10) UNSIGNED NOT NULL, | | `meta_type_id` int(10) UNSIGNED NOT NULL, |
| `proxy_id` int(10) UNSIGNED NOT NULL, | | `proxy_id` int(10) UNSIGNED NOT NULL, |
| `data_value` varchar(255) NOT NULL, | | `data_value` varchar(255) NOT NULL, |
| `value_notes` text NOT NULL, | | `value_notes` text NOT NULL, |
| `effective_date` bigint(20) DEFAULT NULL, | | `effective_date` bigint(20) DEFAULT NULL, |
| `expiry_date` bigint(20) DEFAULT NULL | | `expiry_date` bigint(20) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `meta_values` | | -- Dumping data for table `meta_values` |
| -- | | -- |
| | | |
| INSERT INTO `meta_values` (`meta_value_id`, `meta_type_id`, `proxy_id`, `data_value`, `value_notes`, `effective_date`, `expiry_date`) VALUES | | INSERT INTO `meta_values` (`meta_value_id`, `meta_type_id`, `proxy_id`, `data_value`, `value_notes`, `effective_date`, `expiry_date`) VALUES |
| (1, 24, 7, '123456789', '', NULL, NULL), | | (1, 24, 7, '123456789', '', NULL, NULL), |
| (2, 25, 7, 'AB123456', '', NULL, NULL), | | (2, 25, 7, 'AB123456', '', NULL, NULL), |
| (3, 26, 7, 'Yes', '', NULL, NULL), | | (3, 26, 7, 'Yes', '', NULL, NULL), |
| (4, 27, 7, '', '', NULL, 1700933585), | | (4, 27, 7, '', '', NULL, 1700933585), |
| (5, 28, 7, '', '', 1682789585, NULL), | | (5, 28, 7, '', '', 1682789585, NULL), |
| (6, 25, 9, 'AB654321', '', NULL, NULL), | | (6, 25, 9, 'AB654321', '', NULL, NULL), |
| (7, 26, 5, 'No', '', NULL, NULL); | | (7, 26, 5, 'No', '', NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `migrations` | | -- Table structure for table `migrations` |
| -- | | -- |
| | | |
| CREATE TABLE `migrations` ( | | CREATE TABLE `migrations` ( |
| `migration` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, | | `migration` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, |
| `batch` int(11) NOT NULL, | | `batch` int(11) NOT NULL, |
| `success` int(4) NOT NULL DEFAULT '0', | | `success` int(4) NOT NULL DEFAULT '0', |
| `fail` int(4) NOT NULL DEFAULT '0', | | `fail` int(4) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL | | `updated_date` bigint(64) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `migrations` | | -- Dumping data for table `migrations` |
| -- | | -- |
| | | |
| INSERT INTO `migrations` (`migration`, `batch`, `success`, `fail`, `updated_date`) VALUES | | INSERT INTO `migrations` (`migration`, `batch`, `success`, `fail`, `updated_date`) VALUES |
| ('2015_01_28_143720_556', 1, 0, 0, 1450108251), | | ('2015_01_28_143720_556', 1, 0, 0, 1450108251), |
| ('2015_01_28_154313_558', 1, 48, 0, 1483495901), | | ('2015_01_28_154313_558', 1, 48, 0, 1483495901), |
| ('2015_02_06_141230_501', 1, 14, 0, 1464582935), | | ('2015_02_06_141230_501', 1, 14, 0, 1464582935), |
| ('2015_02_10_162530_501', 1, 4, 0, 1464582935), | | ('2015_02_10_162530_501', 1, 4, 0, 1464582935), |
| ('2015_02_13_100237_558', 1, 1, 0, 1483495901), | | ('2015_02_13_100237_558', 1, 1, 0, 1483495901), |
| ('2015_02_20_103041_560', 1, 2, 0, 1483495901), | | ('2015_02_20_103041_560', 1, 2, 0, 1483495901), |
| ('2015_02_20_130446_558', 1, 4, 0, 1483495901), | | ('2015_02_20_130446_558', 1, 4, 0, 1483495901), |
| ('2015_02_24_083616_558', 1, 0, 0, 1483495902), | | ('2015_02_24_083616_558', 1, 0, 0, 1483495902), |
| ('2015_02_24_124946_558', 1, 1, 0, 1483495902), | | ('2015_02_24_124946_558', 1, 1, 0, 1483495902), |
| ('2015_02_24_142830_558', 1, 3, 0, 1483495902), | | ('2015_02_24_142830_558', 1, 3, 0, 1483495902), |
| ('2015_02_24_160446_558', 1, 6, 0, 1483495902), | | ('2015_02_24_160446_558', 1, 6, 0, 1483495902), |
| ('2015_02_25_160706_558', 1, 1, 0, 1483495902), | | ('2015_02_25_160706_558', 1, 1, 0, 1483495902), |
| ('2015_02_25_161433_558', 1, 2, 0, 1483495902), | | ('2015_02_25_161433_558', 1, 2, 0, 1483495902), |
| ('2015_02_25_194020_558', 1, 1, 0, 1483495902), | | ('2015_02_25_194020_558', 1, 1, 0, 1483495902), |
| ('2015_02_25_200000_558', 1, 1, 0, 1483495902), | | ('2015_02_25_200000_558', 1, 1, 0, 1483495902), |
| ('2015_02_26_094149_558', 1, 3, 0, 1483495902), | | ('2015_02_26_094149_558', 1, 3, 0, 1483495902), |
| ('2015_02_26_143839_558', 1, 9, 0, 1483495902), | | ('2015_02_26_143839_558', 1, 9, 0, 1483495902), |
| ('2015_02_26_173341_558', 1, 1, 0, 1483495902), | | ('2015_02_26_173341_558', 1, 1, 0, 1483495902), |
| ('2015_02_26_191105_558', 1, 1, 0, 1483495902), | | ('2015_02_26_191105_558', 1, 1, 0, 1483495902), |
| ('2015_03_03_131415_558', 1, 1, 0, 1483495902), | | ('2015_03_03_131415_558', 1, 1, 0, 1483495902), |
| ('2015_03_03_141256_558', 1, 2, 0, 1483495902), | | ('2015_03_03_141256_558', 1, 2, 0, 1483495902), |
| ('2015_04_10_145114_558', 1, 1, 0, 1483495902), | | ('2015_04_10_145114_558', 1, 1, 0, 1483495902), |
| ('2015_04_23_213148_701', 1, 2, 0, 1464582935), | | ('2015_04_23_213148_701', 1, 2, 0, 1464582935), |
| ('2015_05_15_130638_558', 1, 3, 0, 1483495902), | | ('2015_05_15_130638_558', 1, 3, 0, 1483495902), |
| ('2015_05_20_125455_558', 1, 1, 0, 1483495902), | | ('2015_05_20_125455_558', 1, 1, 0, 1483495902), |
| ('2015_05_22_093608_558', 1, 1, 0, 1483495902), | | ('2015_05_22_093608_558', 1, 1, 0, 1483495902), |
| ('2015_05_22_105753_558', 1, 1, 0, 1483495902), | | ('2015_05_22_105753_558', 1, 1, 0, 1483495902), |
| ('2015_05_27_141448_558', 1, 1, 0, 1483495902), | | ('2015_05_27_141448_558', 1, 1, 0, 1483495902), |
| ('2015_06_25_162521_558', 1, 1, 0, 1483495902), | | ('2015_06_25_162521_558', 1, 1, 0, 1483495902), |
| ('2015_06_26_103137_558', 1, 2, 0, 1483495902), | | ('2015_06_26_103137_558', 1, 2, 0, 1483495902), |
| ('2015_06_30_132039_558', 1, 1, 0, 1483495902), | | ('2015_06_30_132039_558', 1, 1, 0, 1483495902), |
| ('2015_07_07_112833_558', 1, 3, 0, 1483495902), | | ('2015_07_07_112833_558', 1, 3, 0, 1483495902), |
| ('2015_07_15_134443_558', 1, 1, 0, 1483495902), | | ('2015_07_15_134443_558', 1, 1, 0, 1483495902), |
| ('2015_07_27_085651_558', 1, 4, 0, 1483495902), | | ('2015_07_27_085651_558', 1, 4, 0, 1483495902), |
| ('2015_07_27_110335_558', 1, 4, 0, 1483495902), | | ('2015_07_27_110335_558', 1, 4, 0, 1483495902), |
| ('2015_07_27_123307_558', 1, 1, 0, 1483495902), | | ('2015_07_27_123307_558', 1, 1, 0, 1483495902), |
| ('2015_08_07_134306_558', 1, 8, 0, 1483495902), | | ('2015_08_07_134306_558', 1, 8, 0, 1483495902), |
| ('2015_08_12_120043_558', 1, 3, 0, 1483495902), | | ('2015_08_12_120043_558', 1, 3, 0, 1483495902), |
| ('2015_08_12_145426_558', 1, 2, 0, 1483495902), | | ('2015_08_12_145426_558', 1, 2, 0, 1483495902), |
| ('2015_08_25_100105_558', 1, 1, 0, 1483495902), | | ('2015_08_25_100105_558', 1, 1, 0, 1483495902), |
| ('2015_08_27_131116_558', 1, 1, 0, 1483495902), | | ('2015_08_27_131116_558', 1, 1, 0, 1483495902), |
| ('2015_09_01_134859_558', 1, 1, 0, 1483495902), | | ('2015_09_01_134859_558', 1, 1, 0, 1483495902), |
| ('2015_09_03_094219_558', 1, 1, 0, 1483495902), | | ('2015_09_03_094219_558', 1, 1, 0, 1483495902), |
| ('2015_09_08_105058_558', 1, 2, 0, 1483495902), | | ('2015_09_08_105058_558', 1, 2, 0, 1483495902), |
| ('2015_09_10_090232_573', 1, 2, 0, 1483495902), | | ('2015_09_10_090232_573', 1, 2, 0, 1483495902), |
| ('2015_09_11_104429_558', 1, 1, 0, 1483495902), | | ('2015_09_11_104429_558', 1, 1, 0, 1483495902), |
| ('2015_09_16_142818_558', 1, 3, 0, 1483495902), | | ('2015_09_16_142818_558', 1, 3, 0, 1483495902), |
| ('2015_09_29_101115_558', 1, 2, 0, 1483495902), | | ('2015_09_29_101115_558', 1, 2, 0, 1483495902), |
| ('2015_10_02_144459_558', 1, 2, 0, 1483495902), | | ('2015_10_02_144459_558', 1, 2, 0, 1483495902), |
| ('2015_10_05_115238_571', 1, 1, 0, 1450108251), | | ('2015_10_05_115238_571', 1, 1, 0, 1450108251), |
| ('2015_10_07_140708_607', 1, 1, 0, 1450108251), | | ('2015_10_07_140708_607', 1, 1, 0, 1450108251), |
| ('2015_10_08_114141_558', 1, 1, 0, 1483495902), | | ('2015_10_08_114141_558', 1, 1, 0, 1483495902), |
| ('2015_10_15_105816_558', 1, 3, 0, 1483495902), | | ('2015_10_15_105816_558', 1, 3, 0, 1483495902), |
| ('2015_11_02_143612_445', 1, 3, 0, 1464582935), | | ('2015_11_02_143612_445', 1, 3, 0, 1464582935), |
| ('2015_11_09_114101_211', 1, 3, 0, 1450108251), | | ('2015_11_09_114101_211', 1, 3, 0, 1450108251), |
| ('2015_11_18_091429_558', 1, 9, 0, 1483495903), | | ('2015_11_18_091429_558', 1, 9, 0, 1483495903), |
| ('2015_11_18_133543_558', 1, 1, 0, 1483495903), | | ('2015_11_18_133543_558', 1, 1, 0, 1483495903), |
| ('2015_11_19_141523_555', 1, 1, 0, 1450108251), | | ('2015_11_19_141523_555', 1, 1, 0, 1450108251), |
| ('2015_11_30_105832_558', 1, 1, 0, 1483495903), | | ('2015_11_30_105832_558', 1, 1, 0, 1483495903), |
| ('2015_12_03_100956_558', 1, 1, 0, 1483495903), | | ('2015_12_03_100956_558', 1, 1, 0, 1483495903), |
| ('2015_12_10_104135_558', 1, 1, 0, 1483495903), | | ('2015_12_10_104135_558', 1, 1, 0, 1483495903), |
| ('2015_12_14_100257_655', 1, 0, 0, 1450108251), | | ('2015_12_14_100257_655', 1, 0, 0, 1450108251), |
| ('2015_12_23_000231_648', 1, 2, 0, 1464582935), | | ('2015_12_23_000231_648', 1, 2, 0, 1464582935), |
| ('2016_01_14_104922_558', 1, 1, 0, 1483495903), | | ('2016_01_14_104922_558', 1, 1, 0, 1483495903), |
| ('2016_01_14_163721_658', 1, 250, 0, 1464582935), | | ('2016_01_14_163721_658', 1, 250, 0, 1464582935), |
| ('2016_01_20_121723_558', 1, 3, 0, 1483495903), | | ('2016_01_20_121723_558', 1, 3, 0, 1483495903), |
| ('2016_01_21_143258_558', 1, 1, 0, 1483495903), | | ('2016_01_21_143258_558', 1, 1, 0, 1483495903), |
| ('2016_01_22_091315_558', 1, 1, 0, 1483495903), | | ('2016_01_22_091315_558', 1, 1, 0, 1483495903), |
| ('2016_01_28_111745_558', 1, 0, 0, 1483495903), | | ('2016_01_28_111745_558', 1, 0, 0, 1483495903), |
| ('2016_01_29_151435_666', 1, 3, 0, 1464582936), | | ('2016_01_29_151435_666', 1, 3, 0, 1464582936), |
| ('2016_01_30_124831_502', 1, 4, 0, 1492431737), | | ('2016_01_30_124831_502', 1, 4, 0, 1492431737), |
| ('2016_02_03_145049_558', 1, 1, 0, 1483495903), | | ('2016_02_03_145049_558', 1, 1, 0, 1483495903), |
| ('2016_03_01_093559_558', 1, 2, 0, 1483495903), | | ('2016_03_01_093559_558', 1, 2, 0, 1483495903), |
| ('2016_03_03_140754_670', 1, 2, 0, 1510375498), | | ('2016_03_03_140754_670', 1, 2, 0, 1510375498), |
| ('2016_03_07_104809_558', 1, 1, 0, 1483495903), | | ('2016_03_07_104809_558', 1, 1, 0, 1483495903), |
| ('2016_03_10_124616_686', 1, 1, 0, 1464582936), | | ('2016_03_10_124616_686', 1, 1, 0, 1464582936), |
| ('2016_03_18_130654_670', 1, 1, 0, 1510375499), | | ('2016_03_18_130654_670', 1, 1, 0, 1510375499), |
| ('2016_03_23_225930_706', 1, 1, 0, 1464582936), | | ('2016_03_23_225930_706', 1, 1, 0, 1464582936), |
| ('2016_03_28_194377_640', 1, 4, 0, 1500348839), | | ('2016_03_28_194377_640', 1, 4, 0, 1500348839), |
| ('2016_03_28_202227_707', 1, 1, 0, 1464582936), | | ('2016_03_28_202227_707', 1, 1, 0, 1464582936), |
| ('2016_03_28_211819_726', 1, 3, 0, 1464582936), | | ('2016_03_28_211819_726', 1, 3, 0, 1464582936), |
| ('2016_03_29_113528_696', 1, 3, 0, 1464582936), | | ('2016_03_29_113528_696', 1, 3, 0, 1464582936), |
| ('2016_04_05_094031_558', 1, 2, 0, 1483495903), | | ('2016_04_05_094031_558', 1, 2, 0, 1483495903), |
| ('2016_04_05_105040_745', 1, 3, 0, 1464582936), | | ('2016_04_05_105040_745', 1, 3, 0, 1464582936), |
| ('2016_04_05_145610_747', 1, 3, 0, 1464582936), | | ('2016_04_05_145610_747', 1, 3, 0, 1464582936), |
| ('2016_04_07_164823_695', 1, 1, 0, 1483495903), | | ('2016_04_07_164823_695', 1, 1, 0, 1483495903), |
| ('2016_04_08_093542_762', 1, 3, 0, 1483495903), | | ('2016_04_08_093542_762', 1, 3, 0, 1483495903), |
| ('2016_04_08_163323_744', 1, 5, 0, 1483495903), | | ('2016_04_08_163323_744', 1, 5, 0, 1483495903), |
| ('2016_04_22_113127_780', 1, 2, 0, 1483495903), | | ('2016_04_22_113127_780', 1, 2, 0, 1483495903), |
| ('2016_04_28_111323_29', 1, 5, 0, 1483495903), | | ('2016_04_28_111323_29', 1, 5, 0, 1483495903), |
| ('2016_05_02_152214_695', 1, 14, 0, 1483495903), | | ('2016_05_02_152214_695', 1, 14, 0, 1483495903), |
| ('2016_05_05_145709_695', 1, 2, 0, 1483495903), | | ('2016_05_05_145709_695', 1, 2, 0, 1483495903), |
| ('2016_05_06_094958_695', 1, 1, 0, 1483495903), | | ('2016_05_06_094958_695', 1, 1, 0, 1483495903), |
| ('2016_05_06_100718_695', 1, 1, 0, 1483495903), | | ('2016_05_06_100718_695', 1, 1, 0, 1483495903), |
| ('2016_05_06_133104_695', 1, 1, 0, 1483495903), | | ('2016_05_06_133104_695', 1, 1, 0, 1483495903), |
| ('2016_05_09_095058_806', 1, 1, 0, 1483495903), | | ('2016_05_09_095058_806', 1, 1, 0, 1483495903), |
| ('2016_05_09_145312_793', 1, 1, 0, 1483495903), | | ('2016_05_09_145312_793', 1, 1, 0, 1483495903), |
| ('2016_05_10_085657_558', 1, 3, 0, 1483495903), | | ('2016_05_10_085657_558', 1, 3, 0, 1483495903), |
| ('2016_05_13_145916_695', 1, 3, 0, 1483495903), | | ('2016_05_13_145916_695', 1, 3, 0, 1483495903), |
| ('2016_05_20_084021_841', 1, 1, 0, 1483495903), | | ('2016_05_20_084021_841', 1, 1, 0, 1483495903), |
| ('2016_05_24_102734_558', 1, 1, 0, 1483495903), | | ('2016_05_24_102734_558', 1, 1, 0, 1483495903), |
| ('2016_05_24_105810_695', 1, 1, 0, 1483495903), | | ('2016_05_24_105810_695', 1, 1, 0, 1483495903), |
| ('2016_05_26_132210_558', 1, 2, 0, 1483495903), | | ('2016_05_26_132210_558', 1, 2, 0, 1483495903), |
| ('2016_05_29_235550_857', 1, 2, 0, 1464582936), | | ('2016_05_29_235550_857', 1, 2, 0, 1464582936), |
| ('2016_05_30_095337_695', 1, 1, 0, 1483495903), | | ('2016_05_30_095337_695', 1, 1, 0, 1483495903), |
| ('2016_05_31_133812_558', 1, 1, 0, 1483495903), | | ('2016_05_31_133812_558', 1, 1, 0, 1483495903), |
| ('2016_06_06_114233_885', 1, 3, 0, 1483495903), | | ('2016_06_06_114233_885', 1, 3, 0, 1483495903), |
| ('2016_06_08_165817_902', 1, 5, 0, 1510375499), | | ('2016_06_08_165817_902', 1, 5, 0, 1510375499), |
| ('2016_06_09_150429_889', 1, 2, 0, 1483495903), | | ('2016_06_09_150429_889', 1, 2, 0, 1483495903), |
| ('2016_06_09_152346_901', 1, 4, 0, 1483495904), | | ('2016_06_09_152346_901', 1, 4, 0, 1483495904), |
| ('2016_06_10_121603_902', 1, 1, 0, 1510375499), | | ('2016_06_10_121603_902', 1, 1, 0, 1510375499), |
| ('2016_06_10_182935_900', 1, 29, 0, 1492431737), | | ('2016_06_10_182935_900', 1, 29, 0, 1492431737), |
| ('2016_06_10_201813_900', 1, 2, 0, 1492431737), | | ('2016_06_10_201813_900', 1, 2, 0, 1492431737), |
| ('2016_06_10_203558_900', 1, 1, 0, 1492431737), | | ('2016_06_10_203558_900', 1, 1, 0, 1492431737), |
| ('2016_06_13_083546_883', 1, 1, 0, 1483495904), | | ('2016_06_13_083546_883', 1, 1, 0, 1483495904), |
| ('2016_06_13_114418_810', 1, 1, 0, 1483495904), | | ('2016_06_13_114418_810', 1, 1, 0, 1483495904), |
| ('2016_06_14_100522_914', 1, 1, 0, 1483495904), | | ('2016_06_14_100522_914', 1, 1, 0, 1483495904), |
| ('2016_06_14_102557_923', 1, 1, 0, 1483495904), | | ('2016_06_14_102557_923', 1, 1, 0, 1483495904), |
| ('2016_06_16_115300_932', 1, 1, 0, 1483495904), | | ('2016_06_16_115300_932', 1, 1, 0, 1483495904), |
| ('2016_06_17_131437_558', 1, 3, 0, 1483495904), | | ('2016_06_17_131437_558', 1, 3, 0, 1483495904), |
| ('2016_06_21_162705_957', 1, 1, 0, 1483495904), | | ('2016_06_21_162705_957', 1, 1, 0, 1483495904), |
| ('2016_06_27_090833_949', 1, 1, 0, 1483495904), | | ('2016_06_27_090833_949', 1, 1, 0, 1483495904), |
| ('2016_06_30_100114_971', 1, 1, 0, 1483495904), | | ('2016_06_30_100114_971', 1, 1, 0, 1483495904), |
| ('2016_07_04_141351_695', 1, 1, 0, 1483495904), | | ('2016_07_04_141351_695', 1, 1, 0, 1483495904), |
| ('2016_07_04_163356_695', 1, 1, 0, 1483495904), | | ('2016_07_04_163356_695', 1, 1, 0, 1483495904), |
| ('2016_07_04_164821_695', 1, 1, 0, 1483495904), | | ('2016_07_04_164821_695', 1, 1, 0, 1483495904), |
| ('2016_07_06_125605_994', 1, 1, 0, 1483495904), | | ('2016_07_06_125605_994', 1, 1, 0, 1483495904), |
| ('2016_07_06_172924_000', 1, 1, 0, 1510375499), | | ('2016_07_06_172924_000', 1, 1, 0, 1510375499), |
| ('2016_07_11_085528_942', 1, 4, 0, 1483495904), | | ('2016_07_11_085528_942', 1, 4, 0, 1483495904), |
| ('2016_07_11_141024_558', 1, 3, 0, 1483495904), | | ('2016_07_11_141024_558', 1, 3, 0, 1483495904), |
| ('2016_07_12_182633_900', 1, 2, 0, 1492431737), | | ('2016_07_12_182633_900', 1, 2, 0, 1492431737), |
| ('2016_07_13_162523_900', 1, 0, 0, 1492431737), | | ('2016_07_13_162523_900', 1, 0, 0, 1492431737), |
| ('2016_07_18_161953_175', 1, 1, 0, 1492431737), | | ('2016_07_18_161953_175', 1, 1, 0, 1492431737), |
| ('2016_07_18_163204_175', 1, 0, 0, 1492431737), | | ('2016_07_18_163204_175', 1, 0, 0, 1492431737), |
| ('2016_07_18_185148_175', 1, 1, 0, 1492431737), | | ('2016_07_18_185148_175', 1, 1, 0, 1492431737), |
| ('2016_07_19_164804_1023', 1, 1, 0, 1510375499), | | ('2016_07_19_164804_1023', 1, 1, 0, 1510375499), |
| ('2016_07_21_102058_1443', 1, 1, 0, 1492431737), | | ('2016_07_21_102058_1443', 1, 1, 0, 1492431737), |
| ('2016_07_22_132727_1023', 1, 1, 0, 1510375499), | | ('2016_07_22_132727_1023', 1, 1, 0, 1510375499), |
| ('2016_07_25_092223_1040', 1, 1, 0, 1483495904), | | ('2016_07_25_092223_1040', 1, 1, 0, 1483495904), |
| ('2016_07_25_093116_1028', 1, 1, 0, 1483495904), | | ('2016_07_25_093116_1028', 1, 1, 0, 1483495904), |
| ('2016_07_27_142633_1023', 1, 2, 0, 1510375499), | | ('2016_07_27_142633_1023', 1, 2, 0, 1510375499), |
| ('2016_08_02_150657_1023', 1, 1, 0, 1510375499), | | ('2016_08_02_150657_1023', 1, 1, 0, 1510375499), |
| ('2016_08_02_162650_1023', 1, 1, 0, 1510375499), | | ('2016_08_02_162650_1023', 1, 1, 0, 1510375499), |
| ('2016_08_04_124811_1023', 1, 1, 0, 1510375499), | | ('2016_08_04_124811_1023', 1, 1, 0, 1510375499), |
| ('2016_08_04_173453_1023', 1, 1, 0, 1510375499), | | ('2016_08_04_173453_1023', 1, 1, 0, 1510375499), |
| ('2016_08_05_172223_1023', 1, 1, 0, 1510375499), | | ('2016_08_05_172223_1023', 1, 1, 0, 1510375499), |
| ('2016_08_05_185507_1023', 1, 1, 0, 1510375499), | | ('2016_08_05_185507_1023', 1, 1, 0, 1510375499), |
| ('2016_08_07_002215_1060', 1, 1, 0, 1492431737), | | ('2016_08_07_002215_1060', 1, 1, 0, 1492431737), |
| ('2016_08_07_002634_1060', 1, 1, 0, 1492431737), | | ('2016_08_07_002634_1060', 1, 1, 0, 1492431737), |
| ('2016_08_08_140019_1023', 1, 1, 0, 1510375499), | | ('2016_08_08_140019_1023', 1, 1, 0, 1510375499), |
| ('2016_08_09_152643_1023', 1, 1, 0, 1510375499), | | ('2016_08_09_152643_1023', 1, 1, 0, 1510375499), |
| ('2016_08_12_132048_558', 1, 3, 0, 1483495904), | | ('2016_08_12_132048_558', 1, 3, 0, 1483495904), |
| ('2016_08_16_151741_1072', 1, 1, 0, 1510375499), | | ('2016_08_16_151741_1072', 1, 1, 0, 1510375499), |
| ('2016_08_16_171553_1098', 1, 1, 0, 1483495904), | | ('2016_08_16_171553_1098', 1, 1, 0, 1483495904), |
| ('2016_08_22_153916_1529', 1, 1, 0, 1492431737), | | ('2016_08_22_153916_1529', 1, 1, 0, 1492431737), |
| ('2016_08_24_155228_1072', 1, 1, 0, 1510375499), | | ('2016_08_24_155228_1072', 1, 1, 0, 1510375499), |
| ('2016_08_24_155601_1072', 1, 1, 0, 1510375499), | | ('2016_08_24_155601_1072', 1, 1, 0, 1510375499), |
| ('2016_08_25_083636_1087', 1, 3, 0, 1483495904), | | ('2016_08_25_083636_1087', 1, 3, 0, 1483495904), |
| ('2016_08_25_093740_558', 1, 1, 0, 1483495904), | | ('2016_08_25_093740_558', 1, 1, 0, 1483495904), |
| ('2016_08_25_101403_1541', 1, 0, 0, 1492431738), | | ('2016_08_25_101403_1541', 1, 0, 0, 1492431738), |
| ('2016_08_25_111933_1081', 1, 1, 0, 1483495904), | | ('2016_08_25_111933_1081', 1, 1, 0, 1483495904), |
| ('2016_08_26_143049_1090', 1, 1, 0, 1483495904), | | ('2016_08_26_143049_1090', 1, 1, 0, 1483495904), |
| ('2016_09_01_091420_1110', 1, 1, 0, 1483495904), | | ('2016_09_01_091420_1110', 1, 1, 0, 1483495904), |
| ('2016_09_01_214358_1547', 1, 1, 0, 1492431738), | | ('2016_09_01_214358_1547', 1, 1, 0, 1492431738), |
| ('2016_09_06_143101_1101', 1, 2, 0, 1483495904), | | ('2016_09_06_143101_1101', 1, 2, 0, 1483495904), |
| ('2016_09_06_184418_1072', 1, 1, 0, 1510375499), | | ('2016_09_06_184418_1072', 1, 1, 0, 1510375499), |
| ('2016_09_07_192943_1548', 1, 1, 0, 1492431738), | | ('2016_09_07_192943_1548', 1, 1, 0, 1492431738), |
| ('2016_09_13_121207_358', 1, 1, 0, 1483495904), | | ('2016_09_13_121207_358', 1, 1, 0, 1483495904), |
| ('2016_09_13_122218_1118', 1, 1, 0, 1483495904), | | ('2016_09_13_122218_1118', 1, 1, 0, 1483495904), |
| ('2016_09_16_083715_1004', 1, 2, 0, 1483495904), | | ('2016_09_16_083715_1004', 1, 2, 0, 1483495904), |
| ('2016_09_18_124637_1573', 1, 2, 0, 1492431738), | | ('2016_09_18_124637_1573', 1, 2, 0, 1492431738), |
| ('2016_09_19_155932_1330', 1, 2, 0, 1492431738), | | ('2016_09_19_155932_1330', 1, 2, 0, 1492431738), |
| ('2016_09_19_183432_1573', 1, 3, 0, 1492431738), | | ('2016_09_19_183432_1573', 1, 3, 0, 1492431738), |
| ('2016_09_21_110533_494', 1, 2, 0, 1500348839), | | ('2016_09_21_110533_494', 1, 2, 0, 1500348839), |
| ('2016_10_05_085608_1184', 1, 2, 0, 1483495904), | | ('2016_10_05_085608_1184', 1, 2, 0, 1483495904), |
| ('2016_10_05_100952_558', 1, 5, 0, 1483495904), | | ('2016_10_05_100952_558', 1, 5, 0, 1483495904), |
| ('2016_10_14_102857_1583', 1, 1, 0, 1492431738), | | ('2016_10_14_102857_1583', 1, 1, 0, 1492431738), |
| ('2016_10_14_104207_1583', 1, 0, 0, 1492431738), | | ('2016_10_14_104207_1583', 1, 0, 0, 1492431738), |
| ('2016_10_14_152629_558', 1, 1, 0, 1483495904), | | ('2016_10_14_152629_558', 1, 1, 0, 1483495904), |
| ('2016_10_14_153051_558', 1, 1, 0, 1483495904), | | ('2016_10_14_153051_558', 1, 1, 0, 1483495904), |
| ('2016_10_15_111346_1605', 1, 3, 0, 1492431738), | | ('2016_10_15_111346_1605', 1, 3, 0, 1492431738), |
| ('2016_10_17_185451_1605', 1, 1, 0, 1492431738), | | ('2016_10_17_185451_1605', 1, 1, 0, 1492431738), |
| ('2016_10_19_100101_502', 1, 1, 0, 1492431738), | | ('2016_10_19_100101_502', 1, 1, 0, 1492431738), |
| ('2016_10_20_145751_1126', 1, 1, 0, 1483495904), | | ('2016_10_20_145751_1126', 1, 1, 0, 1483495904), |
| ('2016_10_24_183148_1182', 1, 0, 0, 1510375499), | | ('2016_10_24_183148_1182', 1, 0, 0, 1510375499), |
| ('2016_10_28_150043_558', 1, 1, 0, 1492431738), | | ('2016_10_28_150043_558', 1, 1, 0, 1492431738), |
| ('2016_11_03_123219_1031', 1, 2, 0, 1483495904), | | ('2016_11_03_123219_1031', 1, 2, 0, 1483495904), |
| ('2016_11_04_095730_1306', 1, 3, 0, 1483495904), | | ('2016_11_04_095730_1306', 1, 3, 0, 1483495904), |
| ('2016_11_06_103801_1082', 1, 6, 0, 1510375500), | | ('2016_11_06_103801_1082', 1, 6, 0, 1510375500), |
| ('2016_11_11_085655_1354', 1, 1, 0, 1483495904), | | ('2016_11_11_085655_1354', 1, 1, 0, 1483495904), |
| ('2016_11_15_172222_532', 1, 2, 0, 1483495904), | | ('2016_11_15_172222_532', 1, 2, 0, 1483495904), |
| ('2016_11_16_215252_1633', 1, 1, 0, 1492431738), | | ('2016_11_16_215252_1633', 1, 1, 0, 1492431738), |
| ('2016_11_18_150018_1391', 1, 1, 0, 1510375500), | | ('2016_11_18_150018_1391', 1, 1, 0, 1510375500), |
| ('2016_11_23_121842_1342', 1, 2, 0, 1483495905), | | ('2016_11_23_121842_1342', 1, 2, 0, 1483495905), |
| ('2016_11_23_170858_558', 1, 14, 0, 1510375500), | | ('2016_11_23_170858_558', 1, 14, 0, 1510375500), |
| ('2016_11_28_102729_1426', 1, 1, 0, 1483495905), | | ('2016_11_28_102729_1426', 1, 1, 0, 1483495905), |
| ('2016_12_06_163749_1391', 1, 1, 0, 1510375500), | | ('2016_12_06_163749_1391', 1, 1, 0, 1510375500), |
| ('2016_12_07_115513_558', 1, 1, 0, 1483495905), | | ('2016_12_07_115513_558', 1, 1, 0, 1483495905), |
| ('2016_12_08_114447_1466', 1, 4, 0, 1567088376), | | ('2016_12_08_114447_1466', 1, 4, 0, 1567088376), |
| ('2016_12_09_135100_1466', 1, 0, 0, 1567088376), | | ('2016_12_09_135100_1466', 1, 0, 0, 1567088376), |
| ('2016_12_09_212941_1466', 1, 1, 0, 1567088376), | | ('2016_12_09_212941_1466', 1, 1, 0, 1567088376), |
| ('2016_12_09_224953_1466', 1, 3, 0, 1567088376), | | ('2016_12_09_224953_1466', 1, 3, 0, 1567088376), |
| ('2016_12_09_230706_1466', 1, 3, 0, 1567088377), | | ('2016_12_09_230706_1466', 1, 3, 0, 1567088377), |
| ('2016_12_09_231314_1466', 1, 0, 0, 1567088377), | | ('2016_12_09_231314_1466', 1, 0, 0, 1567088377), |
| ('2016_12_10_134623_1466', 1, 0, 0, 1567088377), | | ('2016_12_10_134623_1466', 1, 0, 0, 1567088377), |
| ('2016_12_11_220602_1466', 1, 3, 0, 1567088377), | | ('2016_12_11_220602_1466', 1, 3, 0, 1567088377), |
| ('2016_12_11_223901_1466', 1, 4, 0, 1567088377), | | ('2016_12_11_223901_1466', 1, 4, 0, 1567088377), |
| ('2016_12_13_105226_1466', 1, 0, 0, 1567088377), | | ('2016_12_13_105226_1466', 1, 0, 0, 1567088377), |
| ('2016_12_14_083255_1466', 1, 1, 0, 1567088377), | | ('2016_12_14_083255_1466', 1, 1, 0, 1567088377), |
| ('2016_12_14_184932_1466', 1, 1, 0, 1567088377), | | ('2016_12_14_184932_1466', 1, 1, 0, 1567088377), |
| ('2017_01_03_124412_1506', 1, 1, 0, 1492431738), | | ('2017_01_03_124412_1506', 1, 1, 0, 1492431738), |
| ('2017_01_03_201034_1508', 1, 2, 0, 1483495905), | | ('2017_01_03_201034_1508', 1, 2, 0, 1483495905), |
| ('2017_01_04_095257_1292', 1, 9, 0, 1492431738), | | ('2017_01_04_095257_1292', 1, 9, 0, 1492431738), |
| ('2017_01_11_093418_558', 1, 2, 0, 1510375500), | | ('2017_01_11_093418_558', 1, 2, 0, 1510375500), |
| ('2017_01_16_081101_558', 1, 2, 0, 1510375500), | | ('2017_01_16_081101_558', 1, 2, 0, 1510375500), |
| ('2017_01_16_154551_558', 1, 5, 0, 1510375500), | | ('2017_01_16_154551_558', 1, 5, 0, 1510375500), |
| ('2017_01_18_131738_558', 1, 13, 0, 1510375501), | | ('2017_01_18_131738_558', 1, 13, 0, 1510375501), |
| ('2017_01_25_103134_1700', 1, 0, 0, 1492431738), | | ('2017_01_25_103134_1700', 1, 0, 0, 1492431738), |
| ('2017_01_26_114159_558', 1, 1, 0, 1510375501), | | ('2017_01_26_114159_558', 1, 1, 0, 1510375501), |
| ('2017_01_31_081059_558', 1, 1, 0, 1492431738), | | ('2017_01_31_081059_558', 1, 1, 0, 1492431738), |
| ('2017_01_31_154701_558', 1, 1, 0, 1510375501), | | ('2017_01_31_154701_558', 1, 1, 0, 1510375501), |
| ('2017_02_03_101938_558', 1, 4, 0, 1510375501), | | ('2017_02_03_101938_558', 1, 4, 0, 1510375501), |
| ('2017_02_03_133221_558', 1, 1, 0, 1492431738), | | ('2017_02_03_133221_558', 1, 1, 0, 1492431738), |
| ('2017_02_03_215956_units', 1, 0, 0, 1510375501), | | ('2017_02_03_215956_units', 1, 0, 0, 1510375501), |
| ('2017_02_09_102028_558', 1, 0, 0, 1492431738), | | ('2017_02_09_102028_558', 1, 0, 0, 1492431738), |
| ('2017_02_09_145025_558', 1, 1, 0, 1492431738), | | ('2017_02_09_145025_558', 1, 1, 0, 1492431738), |
| ('2017_02_10_135318_558', 1, 1, 0, 1492431738), | | ('2017_02_10_135318_558', 1, 1, 0, 1492431738), |
| ('2017_02_13_092722_558', 1, 1, 0, 1510375501), | | ('2017_02_13_092722_558', 1, 1, 0, 1510375501), |
| ('2017_02_14_021253_1618', 1, 1, 0, 1492431738), | | ('2017_02_14_021253_1618', 1, 1, 0, 1492431738), |
| ('2017_02_15_133254_1594', 1, 1, 0, 1492431738), | | ('2017_02_15_133254_1594', 1, 1, 0, 1492431738), |
| ('2017_02_16_100856_558', 1, 1, 0, 1510375501), | | ('2017_02_16_100856_558', 1, 1, 0, 1510375501), |
| ('2017_02_17_095629_1622', 1, 1, 0, 1492431738), | | ('2017_02_17_095629_1622', 1, 1, 0, 1492431738), |
| ('2017_02_17_150147_1646', 1, 3, 0, 1500348839), | | ('2017_02_17_150147_1646', 1, 3, 0, 1500348839), |
| ('2017_02_23_100009_558', 1, 8, 0, 1492431738), | | ('2017_02_23_100009_558', 1, 8, 0, 1492431738), |
| ('2017_02_23_103108_558', 1, 4, 0, 1510375501), | | ('2017_02_23_103108_558', 1, 4, 0, 1510375501), |
| ('2017_02_27_095212_1606', 1, 1, 0, 1521522163), | | ('2017_02_27_095212_1606', 1, 1, 0, 1521522163), |
| ('2017_02_27_112704_558', 1, 2, 0, 1510375501), | | ('2017_02_27_112704_558', 1, 2, 0, 1510375501), |
| ('2017_02_27_140733_1606', 1, 0, 0, 1521522163), | | ('2017_02_27_140733_1606', 1, 0, 0, 1521522163), |
| ('2017_02_28_213416_1606', 1, 0, 0, 1521522163), | | ('2017_02_28_213416_1606', 1, 0, 0, 1521522163), |
| ('2017_03_01_123517_558', 1, 2, 0, 1510375501), | | ('2017_03_01_123517_558', 1, 2, 0, 1510375501), |
| ('2017_03_01_161920_900', 1, 3, 0, 1492431738), | | ('2017_03_01_161920_900', 1, 3, 0, 1492431738), |
| ('2017_03_02_133337_558', 1, 9, 0, 1510375501), | | ('2017_03_02_133337_558', 1, 9, 0, 1510375501), |
| ('2017_03_06_095940_558', 1, 2, 0, 1510375502), | | ('2017_03_06_095940_558', 1, 2, 0, 1510375502), |
| ('2017_03_07_152626_558', 1, 3, 0, 1510375502), | | ('2017_03_07_152626_558', 1, 3, 0, 1510375502), |
| ('2017_03_08_152522_558', 1, 4, 0, 1510375502), | | ('2017_03_08_152522_558', 1, 4, 0, 1510375502), |
| ('2017_03_09_123944_558', 1, 1, 0, 1510375502), | | ('2017_03_09_123944_558', 1, 1, 0, 1510375502), |
| ('2017_03_09_124107_1679', 1, 1, 0, 1492431738), | | ('2017_03_09_124107_1679', 1, 1, 0, 1492431738), |
| ('2017_03_13_093227_558', 1, 3, 0, 1510375502), | | ('2017_03_13_093227_558', 1, 3, 0, 1510375502), |
| ('2017_03_13_094539_558', 1, 1, 0, 1510375502), | | ('2017_03_13_094539_558', 1, 1, 0, 1510375502), |
| ('2017_03_13_132425_1692', 1, 1, 0, 1492431738), | | ('2017_03_13_132425_1692', 1, 1, 0, 1492431738), |
| ('2017_03_14_143617_900', 1, 1, 0, 1492431739), | | ('2017_03_14_143617_900', 1, 1, 0, 1492431739), |
| ('2017_03_14_151620_1695', 1, 1, 0, 1492431739), | | ('2017_03_14_151620_1695', 1, 1, 0, 1492431739), |
| ('2017_03_16_104744_558', 1, 8, 0, 1510375502), | | ('2017_03_16_104744_558', 1, 8, 0, 1510375502), |
| ('2017_03_16_135210_558', 1, 4, 0, 1510375502), | | ('2017_03_16_135210_558', 1, 4, 0, 1510375502), |
| ('2017_03_17_152438_558', 1, 12, 0, 1510375503), | | ('2017_03_17_152438_558', 1, 12, 0, 1510375503), |
| ('2017_03_20_085128_558', 1, 3, 0, 1510375503), | | ('2017_03_20_085128_558', 1, 3, 0, 1510375503), |
| ('2017_03_21_141211_558', 1, 1, 0, 1510375503), | | ('2017_03_21_141211_558', 1, 1, 0, 1510375503), |
| ('2017_03_24_094203_558', 1, 2, 0, 1510375503), | | ('2017_03_24_094203_558', 1, 2, 0, 1510375503), |
| ('2017_03_24_102101_558', 1, 1, 0, 1510375503), | | ('2017_03_24_102101_558', 1, 1, 0, 1510375503), |
| ('2017_03_27_212435_1155', 1, 2, 0, 1492431739), | | ('2017_03_27_212435_1155', 1, 2, 0, 1492431739), |
| ('2017_03_28_103552_558', 1, 1, 0, 1510375503), | | ('2017_03_28_103552_558', 1, 1, 0, 1510375503), |
| ('2017_03_28_162020_1693', 1, 1, 0, 1492431739), | | ('2017_03_28_162020_1693', 1, 1, 0, 1492431739), |
| ('2017_03_28_162825_1693', 1, 1, 0, 1492431739), | | ('2017_03_28_162825_1693', 1, 1, 0, 1492431739), |
| ('2017_03_31_094258_900', 1, 3, 0, 1492431739), | | ('2017_03_31_094258_900', 1, 3, 0, 1492431739), |
| ('2017_04_03_155026_558', 1, 1, 0, 1510375503), | | ('2017_04_03_155026_558', 1, 1, 0, 1510375503), |
| ('2017_04_04_130332_558', 1, 1, 0, 1510375503), | | ('2017_04_04_130332_558', 1, 1, 0, 1510375503), |
| ('2017_04_05_123631_1764', 1, 1, 0, 1492431739), | | ('2017_04_05_123631_1764', 1, 1, 0, 1492431739), |
| ('2017_04_07_112731_1807', 1, 1, 0, 1492431739), | | ('2017_04_07_112731_1807', 1, 1, 0, 1492431739), |
| ('2017_04_07_143522_1381', 1, 1, 0, 1510375503), | | ('2017_04_07_143522_1381', 1, 1, 0, 1510375503), |
| ('2017_04_07_145011_558', 1, 4, 0, 1510375503), | | ('2017_04_07_145011_558', 1, 4, 0, 1510375503), |
| ('2017_04_12_110900_558', 1, 1, 0, 1510375503), | | ('2017_04_12_110900_558', 1, 1, 0, 1510375503), |
| ('2017_04_17_081350_1805', 1, 2, 0, 1492431739), | | ('2017_04_17_081350_1805', 1, 2, 0, 1492431739), |
| ('2017_04_19_120521_1764', 1, 1, 0, 1567088377), | | ('2017_04_19_120521_1764', 1, 1, 0, 1567088377), |
| ('2017_04_19_120605_1764', 1, 1, 0, 1567088377), | | ('2017_04_19_120605_1764', 1, 1, 0, 1567088377), |
| ('2017_04_19_120611_1764', 1, 1, 0, 1567088377), | | ('2017_04_19_120611_1764', 1, 1, 0, 1567088377), |
| ('2017_04_19_135311_1381', 1, 1, 0, 1510375503), | | ('2017_04_19_135311_1381', 1, 1, 0, 1510375503), |
| ('2017_04_20_092417_558', 1, 1, 0, 1510375503), | | ('2017_04_20_092417_558', 1, 1, 0, 1510375503), |
| ('2017_04_20_112808_558', 1, 1, 0, 1510375503), | | ('2017_04_20_112808_558', 1, 1, 0, 1510375503), |
| ('2017_04_21_090045_558', 1, 1, 0, 1510375503), | | ('2017_04_21_090045_558', 1, 1, 0, 1510375503), |
| ('2017_04_24_173650_1855', 1, 1, 0, 1500348839), | | ('2017_04_24_173650_1855', 1, 1, 0, 1500348839), |
| ('2017_04_25_082919_558', 1, 1, 0, 1510375503), | | ('2017_04_25_082919_558', 1, 1, 0, 1510375503), |
| ('2017_04_25_140512_558', 1, 1, 0, 1510375503), | | ('2017_04_25_140512_558', 1, 1, 0, 1510375503), |
| ('2017_04_26_094144_558', 1, 9, 0, 1510375504), | | ('2017_04_26_094144_558', 1, 9, 0, 1510375504), |
| ('2017_04_26_152826_494', 1, 1, 0, 1500348839), | | ('2017_04_26_152826_494', 1, 1, 0, 1500348839), |
| ('2017_04_27_085017_558', 1, 2, 0, 1510375504), | | ('2017_04_27_085017_558', 1, 2, 0, 1510375504), |
| ('2017_04_27_095507_558', 1, 1, 0, 1510375504), | | ('2017_04_27_095507_558', 1, 1, 0, 1510375504), |
| ('2017_04_27_144954_558', 1, 1, 0, 1510375504), | | ('2017_04_27_144954_558', 1, 1, 0, 1510375504), |
| ('2017_05_01_120247_1896', 1, 3, 0, 1500348839), | | ('2017_05_01_120247_1896', 1, 3, 0, 1500348839), |
| ('2017_05_05_095904_558', 1, 2, 0, 1510375504), | | ('2017_05_05_095904_558', 1, 2, 0, 1510375504), |
| ('2017_05_05_105255_1855', 1, 1, 0, 1500348839), | | ('2017_05_05_105255_1855', 1, 1, 0, 1500348839), |
| ('2017_05_05_112829_1855', 1, 3, 0, 1500348839), | | ('2017_05_05_112829_1855', 1, 3, 0, 1500348839), |
| ('2017_05_09_155431_1099', 1, 6, 0, 1500348839), | | ('2017_05_09_155431_1099', 1, 6, 0, 1500348839), |
| ('2017_05_10_141501_1855', 1, 1, 0, 1500348839), | | ('2017_05_10_141501_1855', 1, 1, 0, 1500348839), |
| ('2017_05_15_130941_1917', 1, 1, 0, 1500348839), | | ('2017_05_15_130941_1917', 1, 1, 0, 1500348839), |
| ('2017_05_16_085408_1699', 1, 1, 0, 1500348839), | | ('2017_05_16_085408_1699', 1, 1, 0, 1500348839), |
| ('2017_05_16_095210_1781', 1, 2, 0, 1521522163), | | ('2017_05_16_095210_1781', 1, 2, 0, 1521522163), |
| ('2017_05_16_145557_558', 1, 5, 0, 1510375504), | | ('2017_05_16_145557_558', 1, 5, 0, 1510375504), |
| ('2017_05_17_104914_558', 1, 3, 0, 1510375504), | | ('2017_05_17_104914_558', 1, 3, 0, 1510375504), |
| ('2017_05_17_105328_558', 1, 1, 0, 1510375504), | | ('2017_05_17_105328_558', 1, 1, 0, 1510375504), |
| ('2017_05_18_144912_558', 1, 3, 0, 1510375504), | | ('2017_05_18_144912_558', 1, 3, 0, 1510375504), |
| ('2017_05_23_105137_558', 1, 1, 0, 1510375504), | | ('2017_05_23_105137_558', 1, 1, 0, 1510375504), |
| ('2017_05_25_142831_558', 1, 1, 0, 1510375504), | | ('2017_05_25_142831_558', 1, 1, 0, 1510375504), |
| ('2017_05_29_104331_558', 1, 1, 0, 1510375504), | | ('2017_05_29_104331_558', 1, 1, 0, 1510375504), |
| ('2017_05_31_153320_1957', 1, 1, 0, 1500348839), | | ('2017_05_31_153320_1957', 1, 1, 0, 1500348839), |
| ('2017_06_01_113027_558', 1, 3, 0, 1510375504), | | ('2017_06_01_113027_558', 1, 3, 0, 1510375504), |
| ('2017_06_02_093520_558', 1, 3, 0, 1510375505), | | ('2017_06_02_093520_558', 1, 3, 0, 1510375505), |
| ('2017_06_03_101951_1791', 1, 1, 0, 1521522163), | | ('2017_06_03_101951_1791', 1, 1, 0, 1521522163), |
| ('2017_06_03_115641_1791', 1, 1, 0, 1521522163), | | ('2017_06_03_115641_1791', 1, 1, 0, 1521522163), |
| ('2017_06_05_205130_1791', 1, 1, 0, 1521522163), | | ('2017_06_05_205130_1791', 1, 1, 0, 1521522163), |
| ('2017_06_05_211842_1791', 1, 2, 0, 1521522163), | | ('2017_06_05_211842_1791', 1, 2, 0, 1521522163), |
| ('2017_06_06_093810_1850', 1, 24, 0, 1510375505), | | ('2017_06_06_093810_1850', 1, 24, 0, 1510375505), |
| ('2017_06_06_125950_1981', 1, 3, 0, 1500348839), | | ('2017_06_06_125950_1981', 1, 3, 0, 1500348839), |
| ('2017_06_07_103838_1988', 1, 1, 0, 1500348840), | | ('2017_06_07_103838_1988', 1, 1, 0, 1500348840), |
| ('2017_06_07_124324_1791', 1, 1, 0, 1521522163), | | ('2017_06_07_124324_1791', 1, 1, 0, 1521522163), |
| ('2017_06_09_141256_558', 1, 3, 0, 1510375505), | | ('2017_06_09_141256_558', 1, 3, 0, 1510375505), |
| ('2017_06_12_085412_1850', 1, 5, 0, 1510375505), | | ('2017_06_12_085412_1850', 1, 5, 0, 1510375505), |
| ('2017_06_12_112448_558', 1, 1, 0, 1510375505), | | ('2017_06_12_112448_558', 1, 1, 0, 1510375505), |
| ('2017_06_13_190540_1928', 1, 2, 0, 1500348840), | | ('2017_06_13_190540_1928', 1, 2, 0, 1500348840), |
| ('2017_06_15_113638_558', 1, 2, 0, 1510375506), | | ('2017_06_15_113638_558', 1, 2, 0, 1510375506), |
| ('2017_06_15_143816_1779', 1, 1, 0, 1500348840), | | ('2017_06_15_143816_1779', 1, 1, 0, 1500348840), |
| ('2017_06_16_161308_558', 1, 1, 0, 1510375506), | | ('2017_06_16_161308_558', 1, 1, 0, 1510375506), |
| ('2017_06_20_140212_2041', 1, 2, 0, 1500348840), | | ('2017_06_20_140212_2041', 1, 2, 0, 1500348840), |
| ('2017_06_20_140332_2041', 1, 1, 0, 1500348840), | | ('2017_06_20_140332_2041', 1, 1, 0, 1500348840), |
| ('2017_06_22_090031_558', 1, 1, 0, 1510375506), | | ('2017_06_22_090031_558', 1, 1, 0, 1510375506), |
| ('2017_06_29_145530_558', 1, 1, 0, 1510375506), | | ('2017_06_29_145530_558', 1, 1, 0, 1510375506), |
| ('2017_06_29_154727_2082', 1, 1, 0, 1500348840), | | ('2017_06_29_154727_2082', 1, 1, 0, 1500348840), |
| ('2017_06_30_091900_558', 1, 6, 0, 1510375506), | | ('2017_06_30_091900_558', 1, 6, 0, 1510375506), |
| ('2017_07_07_091424_2105', 1, 0, 0, 1500348840), | | ('2017_07_07_091424_2105', 1, 0, 0, 1500348840), |
| ('2017_07_11_113433_558', 1, 1, 0, 1510375506), | | ('2017_07_11_113433_558', 1, 1, 0, 1510375506), |
| ('2017_07_11_184003_1482', 1, 2, 0, 1510375506), | | ('2017_07_11_184003_1482', 1, 2, 0, 1510375506), |
| ('2017_07_12_101353_558', 1, 7, 0, 1510375506), | | ('2017_07_12_101353_558', 1, 7, 0, 1510375506), |
| ('2017_07_12_154650_2122', 1, 1, 0, 1510375506), | | ('2017_07_12_154650_2122', 1, 1, 0, 1510375506), |
| ('2017_07_17_203832_191', 1, 4, 0, 1521522163), | | ('2017_07_17_203832_191', 1, 4, 0, 1521522163), |
| ('2017_07_17_225402_2151', 1, 2, 0, 1500348840), | | ('2017_07_17_225402_2151', 1, 2, 0, 1500348840), |
| ('2017_07_18_105302_2108', 1, 1, 0, 1510375506), | | ('2017_07_18_105302_2108', 1, 1, 0, 1510375506), |
| ('2017_07_18_124834_558', 1, 3, 0, 1510375506), | | ('2017_07_18_124834_558', 1, 3, 0, 1510375506), |
| ('2017_07_18_134945_558', 1, 1, 0, 1510375506), | | ('2017_07_18_134945_558', 1, 1, 0, 1510375506), |
| ('2017_07_20_111114_1850', 1, 1, 0, 1510375506), | | ('2017_07_20_111114_1850', 1, 1, 0, 1510375506), |
| ('2017_07_24_183958_2178', 1, 2, 0, 1510375506), | | ('2017_07_24_183958_2178', 1, 2, 0, 1510375506), |
| ('2017_07_25_141505_558', 1, 1, 0, 1510375506), | | ('2017_07_25_141505_558', 1, 1, 0, 1510375506), |
| ('2017_07_28_115956_558', 1, 1, 0, 1510375506), | | ('2017_07_28_115956_558', 1, 1, 0, 1510375506), |
| ('2017_08_02_130152_558', 1, 2, 0, 1510375506), | | ('2017_08_02_130152_558', 1, 2, 0, 1510375506), |
| ('2017_08_08_103125_558', 1, 1, 0, 1510375506), | | ('2017_08_08_103125_558', 1, 1, 0, 1510375506), |
| ('2017_08_08_135144_558', 1, 2, 0, 1510375507), | | ('2017_08_08_135144_558', 1, 2, 0, 1510375507), |
| ('2017_08_09_123058_1955', 1, 6, 0, 1510375507), | | ('2017_08_09_123058_1955', 1, 6, 0, 1510375507), |
| ('2017_08_09_155747_1955', 1, 1, 0, 1510375507), | | ('2017_08_09_155747_1955', 1, 1, 0, 1510375507), |
| ('2017_08_16_100159_1955', 1, 3, 0, 1510375508), | | ('2017_08_16_100159_1955', 1, 3, 0, 1510375508), |
| ('2017_08_29_100605_558', 1, 1, 0, 1510375508), | | ('2017_08_29_100605_558', 1, 1, 0, 1510375508), |
| ('2017_09_05_084508_558', 1, 1, 0, 1510375508), | | ('2017_09_05_084508_558', 1, 1, 0, 1510375508), |
| ('2017_09_05_093949_558', 1, 1, 0, 1510375508), | | ('2017_09_05_093949_558', 1, 1, 0, 1510375508), |
| ('2017_09_05_094150_558', 1, 1, 0, 1510375508), | | ('2017_09_05_094150_558', 1, 1, 0, 1510375508), |
| ('2017_09_07_085754_2029', 1, 4, 0, 1510375508), | | ('2017_09_07_085754_2029', 1, 4, 0, 1510375508), |
| ('2017_09_13_130012_1939', 1, 1, 0, 1521522163), | | ('2017_09_13_130012_1939', 1, 1, 0, 1521522163), |
| ('2017_09_13_130415_1939', 1, 1, 0, 1521522163), | | ('2017_09_13_130415_1939', 1, 1, 0, 1521522163), |
| ('2017_09_14_143027_1955', 1, 1, 0, 1510375508), | | ('2017_09_14_143027_1955', 1, 1, 0, 1510375508), |
| ('2017_09_18_134331_558', 1, 0, 0, 1510375508), | | ('2017_09_18_134331_558', 1, 0, 0, 1510375508), |
| ('2017_09_22_110736_558', 1, 1, 0, 1510375508), | | ('2017_09_22_110736_558', 1, 1, 0, 1510375508), |
| ('2017_09_22_151148_558', 1, 2, 0, 1510375508), | | ('2017_09_22_151148_558', 1, 2, 0, 1510375508), |
| ('2017_09_25_143258_2338', 1, 1, 0, 1521522163), | | ('2017_09_25_143258_2338', 1, 1, 0, 1521522163), |
| ('2017_09_26_122639_2338', 1, 1, 0, 1521522163), | | ('2017_09_26_122639_2338', 1, 1, 0, 1521522163), |
| ('2017_09_28_114432_558', 1, 1, 0, 1510375508), | | ('2017_09_28_114432_558', 1, 1, 0, 1510375508), |
| ('2017_10_03_111249_558', 1, 1, 0, 1510375508), | | ('2017_10_03_111249_558', 1, 1, 0, 1510375508), |
| ('2017_10_03_112606_2350', 1, 1, 0, 1510375508), | | ('2017_10_03_112606_2350', 1, 1, 0, 1510375508), |
| ('2017_10_10_115902_558', 1, 1, 0, 1510375508), | | ('2017_10_10_115902_558', 1, 1, 0, 1510375508), |
| ('2017_10_17_155454_558', 1, 1, 0, 1521522163), | | ('2017_10_17_155454_558', 1, 1, 0, 1521522163), |
| ('2017_10_19_130551_558', 1, 4, 0, 1510375508), | | ('2017_10_19_130551_558', 1, 4, 0, 1510375508), |
| ('2017_10_24_125559_2388', 1, 2, 0, 1510375508), | | ('2017_10_24_125559_2388', 1, 2, 0, 1510375508), |
| ('2017_10_26_095137_2398', 1, 2, 0, 1510375508), | | ('2017_10_26_095137_2398', 1, 2, 0, 1510375508), |
| ('2017_10_26_164845_2406', 1, 1, 0, 1521522163), | | ('2017_10_26_164845_2406', 1, 1, 0, 1521522163), |
| ('2017_10_31_130445_1946', 1, 1, 0, 1510375509), | | ('2017_10_31_130445_1946', 1, 1, 0, 1510375509), |
| ('2017_10_31_150445_1946', 1, 1, 0, 1510375509), | | ('2017_10_31_150445_1946', 1, 1, 0, 1510375509), |
| ('2017_11_01_143730_558', 1, 1, 0, 1510375509), | | ('2017_11_01_143730_558', 1, 1, 0, 1510375509), |
| ('2017_11_03_100712_2430', 1, 1, 0, 1510375509), | | ('2017_11_03_100712_2430', 1, 1, 0, 1510375509), |
| ('2017_11_08_085227_2444', 1, 6, 0, 1510375509), | | ('2017_11_08_085227_2444', 1, 6, 0, 1510375509), |
| ('2017_11_08_120827_558', 1, 1, 0, 1510375509), | | ('2017_11_08_120827_558', 1, 1, 0, 1510375509), |
| ('2017_11_10_232247_2429', 1, 2, 0, 1510375509), | | ('2017_11_10_232247_2429', 1, 2, 0, 1510375509), |
| ('2017_11_15_135043_2466', 1, 100, 0, 1556670354), | | ('2017_11_15_135043_2466', 1, 100, 0, 1556670354), |
| ('2017_11_16_095123_558', 1, 2, 0, 1511726333), | | ('2017_11_16_095123_558', 1, 2, 0, 1511726333), |
| ('2017_11_26_145640_2509', 1, 2, 0, 1511726333), | | ('2017_11_26_145640_2509', 1, 2, 0, 1511726333), |
| ('2017_11_29_092935_2520', 1, 1, 0, 1521522163), | | ('2017_11_29_092935_2520', 1, 1, 0, 1521522163), |
| ('2017_12_01_111151_789', 1, 20, 0, 1533328309), | | ('2017_12_01_111151_789', 1, 20, 0, 1533328309), |
| ('2017_12_01_131926_789', 1, 270, 0, 1533328313), | | ('2017_12_01_131926_789', 1, 270, 0, 1533328313), |
| ('2017_12_01_132225_789', 1, 24, 0, 1533328314), | | ('2017_12_01_132225_789', 1, 24, 0, 1533328314), |
| ('2017_12_01_134429_789', 1, 54, 0, 1533328314), | | ('2017_12_01_134429_789', 1, 54, 0, 1533328314), |
| ('2017_12_04_102257_558', 1, 1, 0, 1521522163), | | ('2017_12_04_102257_558', 1, 1, 0, 1521522163), |
| ('2017_12_05_122229_2550', 1, 1, 0, 1521496137), | | ('2017_12_05_122229_2550', 1, 1, 0, 1521496137), |
| ('2017_12_10_130453_2550', 1, 1, 0, 1521496137), | | ('2017_12_10_130453_2550', 1, 1, 0, 1521496137), |
| ('2017_12_12_114856_2507', 1, 12, 0, 1521522163), | | ('2017_12_12_114856_2507', 1, 12, 0, 1521522163), |
| ('2017_12_18_085231_558', 1, 1, 0, 1521522163), | | ('2017_12_18_085231_558', 1, 1, 0, 1521522163), |
| ('2017_12_20_143137_2567', 1, 3, 0, 1521522163), | | ('2017_12_20_143137_2567', 1, 3, 0, 1521522163), |
| ('2018_01_03_125914_558', 1, 5, 0, 1521522163), | | ('2018_01_03_125914_558', 1, 5, 0, 1521522163), |
| ('2018_01_17_135956_558', 1, 1, 0, 1521522163), | | ('2018_01_17_135956_558', 1, 1, 0, 1521522163), |
| ('2018_01_23_130934_558', 1, 1, 0, 1521522163), | | ('2018_01_23_130934_558', 1, 1, 0, 1521522163), |
| ('2018_01_23_151834_2678', 1, 1, 0, 1521496137), | | ('2018_01_23_151834_2678', 1, 1, 0, 1521496137), |
| ('2018_01_26_135653_2678', 1, 1, 0, 1521496137), | | ('2018_01_26_135653_2678', 1, 1, 0, 1521496137), |
| ('2018_01_28_161014_2678', 1, 1, 0, 1521496137), | | ('2018_01_28_161014_2678', 1, 1, 0, 1521496137), |
| ('2018_01_31_092020_558', 1, 1, 0, 1521522163), | | ('2018_01_31_092020_558', 1, 1, 0, 1521522163), |
| ('2018_02_06_094310_2507', 1, 1, 0, 1521522163), | | ('2018_02_06_094310_2507', 1, 1, 0, 1521522163), |
| ('2018_02_07_141333_2507', 1, 2, 0, 1521522163), | | ('2018_02_07_141333_2507', 1, 2, 0, 1521522163), |
| ('2018_02_12_093535_2507', 1, 2, 0, 1521522163), | | ('2018_02_12_093535_2507', 1, 2, 0, 1521522163), |
| ('2018_02_12_095404_2507', 1, 1, 0, 1521522163), | | ('2018_02_12_095404_2507', 1, 1, 0, 1521522163), |
| ('2018_02_14_121300_2507', 1, 2, 0, 1521522163), | | ('2018_02_14_121300_2507', 1, 2, 0, 1521522163), |
| ('2018_02_14_175622_1569', 1, 2, 0, 1521522163), | | ('2018_02_14_175622_1569', 1, 2, 0, 1521522163), |
| ('2018_02_15_020201_925', 1, 6, 0, 1521522164), | | ('2018_02_15_020201_925', 1, 6, 0, 1521522164), |
| ('2018_02_16_144234_1539', 1, 1, 0, 1521522164), | | ('2018_02_16_144234_1539', 1, 1, 0, 1521522164), |
| ('2018_02_20_105831_2507', 1, 1, 0, 1521522164), | | ('2018_02_20_105831_2507', 1, 1, 0, 1521522164), |
| ('2018_02_20_122533_558', 1, 9, 0, 1521522164), | | ('2018_02_20_122533_558', 1, 9, 0, 1521522164), |
| ('2018_02_21_123318_1980', 1, 1, 0, 1533328314), | | ('2018_02_21_123318_1980', 1, 1, 0, 1533328314), |
| ('2018_02_21_142251_558', 1, 1, 0, 1521522164), | | ('2018_02_21_142251_558', 1, 1, 0, 1521522164), |
| ('2018_02_22_111038_2482', 1, 3, 0, 1533328315), | | ('2018_02_22_111038_2482', 1, 3, 0, 1533328315), |
| ('2018_02_23_145621_ME113', 1, 2, 0, 1533328315), | | ('2018_02_23_145621_ME113', 1, 2, 0, 1533328315), |
| ('2018_03_01_153919_558', 1, 2, 0, 1533328315), | | ('2018_03_01_153919_558', 1, 2, 0, 1533328315), |
| ('2018_03_07_113443_558', 1, 2, 0, 1521522164), | | ('2018_03_07_113443_558', 1, 2, 0, 1521522164), |
| ('2018_03_09_205633_2865', 1, 1, 0, 1521522164), | | ('2018_03_09_205633_2865', 1, 1, 0, 1521522164), |
| ('2018_03_13_120303_558', 1, 1, 0, 1533328315), | | ('2018_03_13_120303_558', 1, 1, 0, 1533328315), |
| ('2018_03_18_211752_2507', 1, 1, 0, 1521522164), | | ('2018_03_18_211752_2507', 1, 1, 0, 1521522164), |
| ('2018_03_19_133603_2943', 1, 2, 0, 1521840810), | | ('2018_03_19_133603_2943', 1, 2, 0, 1521840810), |
| ('2018_03_19_174726_2894', 1, 2, 0, 1521496137), | | ('2018_03_19_174726_2894', 1, 2, 0, 1521496137), |
| ('2018_03_19_201452_2941', 1, 1, 0, 1521840810), | | ('2018_03_19_201452_2941', 1, 1, 0, 1521840810), |
| ('2018_03_20_005112_2899', 1, 2, 0, 1521522164), | | ('2018_03_20_005112_2899', 1, 2, 0, 1521522164), |
| ('2018_03_23_125903_2893', 1, 21, 0, 1533328315), | | ('2018_03_23_125903_2893', 1, 21, 0, 1533328315), |
| ('2018_03_27_113819_2893', 1, 1, 0, 1533328315), | | ('2018_03_27_113819_2893', 1, 1, 0, 1533328315), |
| ('2018_03_27_121928_2893', 1, 4, 0, 1533328315), | | ('2018_03_27_121928_2893', 1, 4, 0, 1533328315), |
| ('2018_04_03_094813_558', 1, 1, 0, 1542424584), | | ('2018_04_03_094813_558', 1, 1, 0, 1542424584), |
| ('2018_04_03_153412_2893', 1, 5, 0, 1533328315), | | ('2018_04_03_153412_2893', 1, 5, 0, 1533328315), |
| ('2018_04_09_153634_558', 1, 1, 0, 1533328315), | | ('2018_04_09_153634_558', 1, 1, 0, 1533328315), |
| ('2018_04_12_105355_558', 1, 10, 0, 1533328315), | | ('2018_04_12_105355_558', 1, 10, 0, 1533328315), |
| ('2018_04_12_143246_2893', 1, 39, 0, 1533328315), | | ('2018_04_12_143246_2893', 1, 39, 0, 1533328315), |
| ('2018_04_13_103406_3027', 1, 1, 0, 1533328315), | | ('2018_04_13_103406_3027', 1, 1, 0, 1533328315), |
| ('2018_04_13_151309_2893', 1, 9, 0, 1533328315), | | ('2018_04_13_151309_2893', 1, 9, 0, 1533328315), |
| ('2018_04_13_155454_558', 1, 0, 0, 1533328315), | | ('2018_04_13_155454_558', 1, 0, 0, 1533328315), |
| ('2018_04_17_154011_ME_6', 1, 2, 0, 1533328316), | | ('2018_04_17_154011_ME_6', 1, 2, 0, 1533328316), |
| ('2018_04_18_161128_2893', 1, 1, 0, 1533328316), | | ('2018_04_18_161128_2893', 1, 1, 0, 1533328316), |
| ('2018_04_19_111004_2484', 1, 24, 0, 1533328316), | | ('2018_04_19_111004_2484', 1, 24, 0, 1533328316), |
| ('2018_04_20_155454_558', 1, 1, 0, 1533328316), | | ('2018_04_20_155454_558', 1, 1, 0, 1533328316), |
| ('2018_04_21_233456_ME113', 1, 0, 0, 1533328316), | | ('2018_04_21_233456_ME113', 1, 0, 0, 1533328316), |
| ('2018_04_23_153834_ME10', 1, 1, 0, 1533328316), | | ('2018_04_23_153834_ME10', 1, 1, 0, 1533328316), |
| ('2018_04_25_091055_ME11', 1, 15, 0, 1542424584), | | ('2018_04_25_091055_ME11', 1, 15, 0, 1542424584), |
| ('2018_04_25_140031_3077', 1, 1, 0, 1533328316), | | ('2018_04_25_140031_3077', 1, 1, 0, 1533328316), |
| ('2018_04_25_143437_3077', 1, 0, 0, 1533328316), | | ('2018_04_25_143437_3077', 1, 0, 0, 1533328316), |
| ('2018_04_25_155454_558', 1, 0, 0, 1533328316), | | ('2018_04_25_155454_558', 1, 0, 0, 1533328316), |
| ('2018_04_26_071426_3074', 1, 1, 0, 1533328316), | | ('2018_04_26_071426_3074', 1, 1, 0, 1533328316), |
| ('2018_04_26_111738_3089', 1, 1, 0, 1533328316), | | ('2018_04_26_111738_3089', 1, 1, 0, 1533328316), |
| ('2018_05_14_140744_ME42', 1, 5, 0, 1533328316), | | ('2018_05_14_140744_ME42', 1, 5, 0, 1533328316), |
| ('2018_05_23_155229_ME_75', 1, 2, 0, 1542424584), | | ('2018_05_23_155229_ME_75', 1, 2, 0, 1542424584), |
| ('2018_05_28_150701_ME109', 1, 10, 0, 1533328316), | | ('2018_05_28_150701_ME109', 1, 10, 0, 1533328316), |
| ('2018_05_30_082721_ME128', 1, 0, 0, 1533328316), | | ('2018_05_30_082721_ME128', 1, 0, 0, 1533328316), |
| ('2018_06_06_161323_2893', 1, 0, 0, 1533328316), | | ('2018_06_06_161323_2893', 1, 0, 0, 1533328316), |
| ('2018_06_07_114302_2893', 1, 9, 0, 1533328316), | | ('2018_06_07_114302_2893', 1, 9, 0, 1533328316), |
| ('2018_06_11_131436_116', 1, 3, 0, 1588743482), | | ('2018_06_11_131436_116', 1, 3, 0, 1588743482), |
| ('2018_06_11_131436_ME116', 1, 0, 0, 1599626412), | | ('2018_06_11_131436_ME116', 1, 0, 0, 1599626412), |
| ('2018_06_11_132051_116', 1, 2, 0, 1588743482), | | ('2018_06_11_132051_116', 1, 2, 0, 1588743482), |
| ('2018_06_11_132051_ME116', 1, 0, 0, 1599626412), | | ('2018_06_11_132051_ME116', 1, 0, 0, 1599626412), |
| ('2018_06_19_175638_3157', 1, 1, 0, 1556670354), | | ('2018_06_19_175638_3157', 1, 1, 0, 1556670354), |
| ('2018_06_25_104331_ME24', 1, 3, 0, 1533328316), | | ('2018_06_25_104331_ME24', 1, 3, 0, 1533328316), |
| ('2018_06_25_152244_ME205', 1, 2, 0, 1556670354), | | ('2018_06_25_152244_ME205', 1, 2, 0, 1556670354), |
| ('2018_06_25_195601_3146', 1, 1, 0, 1556670354), | | ('2018_06_25_195601_3146', 1, 1, 0, 1556670354), |
| ('2018_06_27_205731_UM4', 1, 5, 0, 1588743482), | | ('2018_06_27_205731_UM4', 1, 5, 0, 1588743482), |
| ('2018_06_28_151951_UM4', 1, 1, 0, 1588743482), | | ('2018_06_28_151951_UM4', 1, 1, 0, 1588743482), |
| ('2018_07_05_105057_ME147', 1, 1, 0, 1533328316), | | ('2018_07_05_105057_ME147', 1, 1, 0, 1533328316), |
| ('2018_07_10_120219_ME186', 1, 7, 0, 1533328316), | | ('2018_07_10_120219_ME186', 1, 7, 0, 1533328316), |
| ('2018_07_11_140401_ME326', 1, 1, 0, 1533328316), | | ('2018_07_11_140401_ME326', 1, 1, 0, 1533328316), |
| ('2018_07_12_083835_ME315', 1, 5, 0, 1533328316), | | ('2018_07_12_083835_ME315', 1, 5, 0, 1533328316), |
| ('2018_07_13_085313_ME314', 1, 4, 0, 1533328316), | | ('2018_07_13_085313_ME314', 1, 4, 0, 1533328316), |
| ('2018_07_13_125028_ME327', 1, 1, 0, 1533328316), | | ('2018_07_13_125028_ME327', 1, 1, 0, 1533328316), |
| ('2018_07_13_153613_ME113', 1, 1, 0, 1533328316), | | ('2018_07_13_153613_ME113', 1, 1, 0, 1533328316), |
| ('2018_07_16_135939_ME319', 1, 1, 0, 1533328316), | | ('2018_07_16_135939_ME319', 1, 1, 0, 1533328316), |
| ('2018_07_17_101227_ME323', 1, 2, 0, 1533328316), | | ('2018_07_17_101227_ME323', 1, 2, 0, 1533328316), |
| ('2018_07_17_150539_UM4', 1, 5, 0, 1588743482), | | ('2018_07_17_150539_UM4', 1, 5, 0, 1588743482), |
| ('2018_07_17_161830_3146', 1, 1, 0, 1556670354), | | ('2018_07_17_161830_3146', 1, 1, 0, 1556670354), |
| ('2018_07_18_025720_ME168', 1, 2, 0, 1542424585), | | ('2018_07_18_025720_ME168', 1, 2, 0, 1542424585), |
| ('2018_07_23_082637_ME38', 1, 1, 0, 1533328317), | | ('2018_07_23_082637_ME38', 1, 1, 0, 1533328317), |
| ('2018_07_23_101949_ME363', 1, 2, 0, 1533328317), | | ('2018_07_23_101949_ME363', 1, 2, 0, 1533328317), |
| ('2018_07_23_161930_ME306', 1, 0, 0, 1533328317), | | ('2018_07_23_161930_ME306', 1, 0, 0, 1533328317), |
| ('2018_07_25_091301_ME38', 1, 1, 0, 1533328317), | | ('2018_07_25_091301_ME38', 1, 1, 0, 1533328317), |
| ('2018_07_25_162445_ME113', 1, 3, 0, 1533328317), | | ('2018_07_25_162445_ME113', 1, 3, 0, 1533328317), |
| ('2018_07_31_110511_ME113', 1, 2, 0, 1533328317), | | ('2018_07_31_110511_ME113', 1, 2, 0, 1533328317), |
| ('2018_07_31_141842_ME427', 1, 1, 0, 1588743482), | | ('2018_07_31_141842_ME427', 1, 1, 0, 1588743482), |
| ('2018_08_01_143312_ME113', 1, 1, 0, 1533328317), | | ('2018_08_01_143312_ME113', 1, 1, 0, 1533328317), |
| ('2018_08_01_162413_ME113', 1, 1, 0, 1533328317), | | ('2018_08_01_162413_ME113', 1, 1, 0, 1533328317), |
| ('2018_08_02_124214_ME463', 1, 1, 0, 1556670354), | | ('2018_08_02_124214_ME463', 1, 1, 0, 1556670354), |
| ('2018_08_02_150157_ME464', 1, 1, 0, 1576865082), | | ('2018_08_02_150157_ME464', 1, 1, 0, 1576865082), |
| ('2018_08_03_104338_ME333', 1, 1, 0, 1542424585), | | ('2018_08_03_104338_ME333', 1, 1, 0, 1542424585), |
| ('2018_08_03_124151_ME458', 1, 2, 0, 1533328317), | | ('2018_08_03_124151_ME458', 1, 2, 0, 1533328317), |
| ('2018_08_09_104840_ME499', 1, 1, 0, 1556670354), | | ('2018_08_09_104840_ME499', 1, 1, 0, 1556670354), |
| ('2018_08_10_093502_ME530', 1, 1, 0, 1542424585), | | ('2018_08_10_093502_ME530', 1, 1, 0, 1542424585), |
| ('2018_08_13_102549_ME54', 1, 2, 0, 1542424585), | | ('2018_08_13_102549_ME54', 1, 2, 0, 1542424585), |
| ('2018_08_15_113455_ME270ME348', 1, 4, 0, 1567088377), | | ('2018_08_15_113455_ME270ME348', 1, 4, 0, 1567088377), |
| ('2018_08_20_131604_ME595', 1, 1, 0, 1542424585), | | ('2018_08_20_131604_ME595', 1, 1, 0, 1542424585), |
| ('2018_08_20_155707_ME530', 1, 0, 0, 1542424585), | | ('2018_08_20_155707_ME530', 1, 0, 0, 1542424585), |
| ('2018_08_22_130956_ME605', 1, 2, 0, 1542424585), | | ('2018_08_22_130956_ME605', 1, 2, 0, 1542424585), |
| ('2018_08_24_152417_ME505', 1, 6, 0, 1542424585), | | ('2018_08_24_152417_ME505', 1, 6, 0, 1542424585), |
| ('2018_08_27_154832_ME626', 1, 1, 0, 1556670354), | | ('2018_08_27_154832_ME626', 1, 1, 0, 1556670354), |
| ('2018_08_28_132835_ME629', 1, 1, 0, 1556670354), | | ('2018_08_28_132835_ME629', 1, 1, 0, 1556670354), |
| ('2018_08_28_135417_ME86', 1, 4, 0, 1542424585), | | ('2018_08_28_135417_ME86', 1, 4, 0, 1542424585), |
| ('2018_09_07_145643_ME999', 1, 3, 0, 1576865083), | | ('2018_09_07_145643_ME999', 1, 3, 0, 1576865083), |
| ('2018_09_07_152722_ME45', 1, 2, 0, 1542424585), | | ('2018_09_07_152722_ME45', 1, 2, 0, 1542424585), |
| ('2018_09_11_113526_ME35', 1, 1, 0, 1556670355), | | ('2018_09_11_113526_ME35', 1, 1, 0, 1556670355), |
| ('2018_09_12_131607_ME672', 1, 2, 0, 1576865083), | | ('2018_09_12_131607_ME672', 1, 2, 0, 1576865083), |
| ('2018_09_13_142723_ME750', 1, 1, 0, 1576865083), | | ('2018_09_13_142723_ME750', 1, 1, 0, 1576865083), |
| ('2018_09_13_163621_ME709', 1, 1, 0, 1556670355), | | ('2018_09_13_163621_ME709', 1, 1, 0, 1556670355), |
| ('2018_09_15_074213_ME717', 1, 1, 0, 1608242224), | | ('2018_09_15_074213_ME717', 1, 1, 0, 1608242224), |
| ('2018_09_18_142250_ME722', 1, 5, 0, 1542424585), | | ('2018_09_18_142250_ME722', 1, 5, 0, 1542424585), |
| ('2018_09_19_102205_ME4', 1, 1, 0, 1542424585), | | ('2018_09_19_102205_ME4', 1, 1, 0, 1542424585), |
| ('2018_09_19_152830_ME725', 1, 4, 0, 1556670355), | | ('2018_09_19_152830_ME725', 1, 4, 0, 1556670355), |
| ('2018_09_21_090738_ME726', 1, 2, 0, 1542424585), | | ('2018_09_21_090738_ME726', 1, 2, 0, 1542424585), |
| ('2018_09_24_143134_ME697', 1, 1, 0, 1567088377), | | ('2018_09_24_143134_ME697', 1, 1, 0, 1567088377), |
| ('2018_09_25_105334_ME737', 1, 2, 0, 1567087067), | | ('2018_09_25_105334_ME737', 1, 2, 0, 1567087067), |
| ('2018_10_01_143524_ME87', 1, 2, 0, 1542424585), | | ('2018_10_01_143524_ME87', 1, 2, 0, 1542424585), |
| ('2018_10_03_114235_ME753', 1, 4, 0, 1542424585), | | ('2018_10_03_114235_ME753', 1, 4, 0, 1542424585), |
| ('2018_10_12_153130_ME787', 1, 9, 0, 1685381580), | | ('2018_10_12_153130_ME787', 1, 9, 0, 1685381580), |
| ('2018_10_15_150453_ME785', 1, 3, 0, 1588743483), | | ('2018_10_15_150453_ME785', 1, 3, 0, 1588743483), |
| ('2018_10_16_112430_ME796', 1, 1, 0, 1556670355), | | ('2018_10_16_112430_ME796', 1, 1, 0, 1556670355), |
| ('2018_10_18_143859_ME818', 1, 2, 0, 1542424585), | | ('2018_10_18_143859_ME818', 1, 2, 0, 1542424585), |
| ('2018_10_25_085041_ME854', 1, 2, 0, 1556670355), | | ('2018_10_25_085041_ME854', 1, 2, 0, 1556670355), |
| ('2018_10_25_142900_ME685', 1, 1, 0, 1542424585), | | ('2018_10_25_142900_ME685', 1, 1, 0, 1542424585), |
| ('2018_10_25_152224_ME857', 1, 1, 0, 1542424585), | | ('2018_10_25_152224_ME857', 1, 1, 0, 1542424585), |
| ('2018_10_26_165914_ME742', 1, 4, 0, 1542424585), | | ('2018_10_26_165914_ME742', 1, 4, 0, 1542424585), |
| ('2018_10_30_085912_ME11', 1, 5, 0, 1542424585), | | ('2018_10_30_085912_ME11', 1, 5, 0, 1542424585), |
| ('2018_10_30_090022_ME1682', 1, 1, 0, 1556658286), | | ('2018_10_30_090022_ME1682', 1, 1, 0, 1556658286), |
| ('2018_10_30_115352_ME520', 1, 1, 0, 1542424585), | | ('2018_10_30_115352_ME520', 1, 1, 0, 1542424585), |
| ('2018_10_31_104743_ME561', 1, 1, 0, 1542424585), | | ('2018_10_31_104743_ME561', 1, 1, 0, 1542424585), |
| ('2018_10_31_124914_ME561', 1, 1, 0, 1542424585), | | ('2018_10_31_124914_ME561', 1, 1, 0, 1542424585), |
| ('2018_10_31_125724_ME561', 1, 1, 0, 1542424585), | | ('2018_10_31_125724_ME561', 1, 1, 0, 1542424585), |
| ('2018_11_01_113501_ME591', 1, 1, 0, 1542424585), | | ('2018_11_01_113501_ME591', 1, 1, 0, 1542424585), |
| ('2018_11_01_113846_ME591', 1, 1, 0, 1542424585), | | ('2018_11_01_113846_ME591', 1, 1, 0, 1542424585), |
| ('2018_11_01_114103_ME591', 1, 1, 0, 1542424585), | | ('2018_11_01_114103_ME591', 1, 1, 0, 1542424585), |
| ('2018_11_01_114751_ME591', 1, 1, 0, 1542424585), | | ('2018_11_01_114751_ME591', 1, 1, 0, 1542424585), |
| ('2018_11_01_115013_ME591', 1, 1, 0, 1542424585), | | ('2018_11_01_115013_ME591', 1, 1, 0, 1542424585), |
| ('2018_11_01_115342_ME591', 1, 1, 0, 1542424585), | | ('2018_11_01_115342_ME591', 1, 1, 0, 1542424585), |
| ('2018_11_01_115717_ME591', 1, 1, 0, 1542424585), | | ('2018_11_01_115717_ME591', 1, 1, 0, 1542424585), |
| ('2018_11_01_115953_ME591', 1, 1, 0, 1542424585), | | ('2018_11_01_115953_ME591', 1, 1, 0, 1542424585), |
| ('2018_11_01_120127_ME591', 1, 1, 0, 1542424585), | | ('2018_11_01_120127_ME591', 1, 1, 0, 1542424585), |
| ('2018_11_01_120237_ME591', 1, 1, 0, 1542424585), | | ('2018_11_01_120237_ME591', 1, 1, 0, 1542424585), |
| ('2018_11_01_120409_ME591', 1, 1, 0, 1542424585), | | ('2018_11_01_120409_ME591', 1, 1, 0, 1542424585), |
| ('2018_11_01_120528_ME591', 1, 1, 0, 1542424585), | | ('2018_11_01_120528_ME591', 1, 1, 0, 1542424585), |
| ('2018_11_01_120846_ME591', 1, 1, 0, 1542424585), | | ('2018_11_01_120846_ME591', 1, 1, 0, 1542424585), |
| ('2018_11_01_121536_ME591', 1, 1, 0, 1542424585), | | ('2018_11_01_121536_ME591', 1, 1, 0, 1542424585), |
| ('2018_11_01_122047_ME591', 1, 1, 0, 1542424585), | | ('2018_11_01_122047_ME591', 1, 1, 0, 1542424585), |
| ('2018_11_01_122346_ME591', 1, 1, 0, 1542424586), | | ('2018_11_01_122346_ME591', 1, 1, 0, 1542424586), |
| ('2018_11_07_135757_ME23', 1, 0, 0, 1556670355), | | ('2018_11_07_135757_ME23', 1, 0, 0, 1556670355), |
| ('2018_11_09_111349_ME733', 1, 3, 0, 1556670355), | | ('2018_11_09_111349_ME733', 1, 3, 0, 1556670355), |
| ('2018_11_09_141233_921', 1, 1, 0, 1556670355), | | ('2018_11_09_141233_921', 1, 1, 0, 1556670355), |
| ('2018_11_16_131644_ME823', 1, 1, 0, 1556670355), | | ('2018_11_16_131644_ME823', 1, 1, 0, 1556670355), |
| ('2018_11_16_211707_ME487', 1, 1, 0, 1542424586), | | ('2018_11_16_211707_ME487', 1, 1, 0, 1542424586), |
| ('2018_11_16_212351_ME993', 1, 2, 0, 1542424586), | | ('2018_11_16_212351_ME993', 1, 2, 0, 1542424586), |
| ('2018_11_19_113832_ME999', 1, 2, 0, 1556670355), | | ('2018_11_19_113832_ME999', 1, 2, 0, 1556670355), |
| ('2018_11_19_164114_ME1014', 1, 4, 0, 1543249079), | | ('2018_11_19_164114_ME1014', 1, 4, 0, 1543249079), |
| ('2018_11_27_112311_ME1043', 1, 6, 0, 1576865083), | | ('2018_11_27_112311_ME1043', 1, 6, 0, 1576865083), |
| ('2018_11_28_091708_ME1048', 1, 2, 0, 1556670355), | | ('2018_11_28_091708_ME1048', 1, 2, 0, 1556670355), |
| ('2018_11_28_110401_ME1048', 1, 4, 0, 1556670355), | | ('2018_11_28_110401_ME1048', 1, 4, 0, 1556670355), |
| ('2018_11_30_092043_ME486', 1, 1, 0, 1556670355), | | ('2018_11_30_092043_ME486', 1, 1, 0, 1556670355), |
| ('2018_12_03_105701_ME367', 1, 0, 0, 1556670355), | | ('2018_12_03_105701_ME367', 1, 0, 0, 1556670355), |
| ('2018_12_05_143015_ME1061', 1, 1, 0, 1556670355), | | ('2018_12_05_143015_ME1061', 1, 1, 0, 1556670355), |
| ('2018_12_06_094118_ME1028', 1, 6, 0, 1556670355), | | ('2018_12_06_094118_ME1028', 1, 6, 0, 1556670355), |
| ('2018_12_10_110632_ME1090', 1, 1, 0, 1546636848), | | ('2018_12_10_110632_ME1090', 1, 1, 0, 1546636848), |
| ('2018_12_13_140951_ME1025', 1, 1, 0, 1556658286), | | ('2018_12_13_140951_ME1025', 1, 1, 0, 1556658286), |
| ('2018_12_17_110756_ME812', 1, 1, 0, 1556670355), | | ('2018_12_17_110756_ME812', 1, 1, 0, 1556670355), |
| ('2018_12_20_132110_ME1422', 1, 4, 0, 1556670355), | | ('2018_12_20_132110_ME1422', 1, 4, 0, 1556670355), |
| ('2018_12_29_171028_UM4', 1, 2, 0, 1588743483), | | ('2018_12_29_171028_UM4', 1, 2, 0, 1588743483), |
| ('2019_01_04_145442_ME1135', 1, 2, 0, 1546632193), | | ('2019_01_04_145442_ME1135', 1, 2, 0, 1546632193), |
| ('2019_01_07_133832_ME1137', 1, 2, 0, 1556670355), | | ('2019_01_07_133832_ME1137', 1, 2, 0, 1556670355), |
| ('2019_01_09_094445_ME1149', 1, 1, 0, 1556658286), | | ('2019_01_09_094445_ME1149', 1, 1, 0, 1556658286), |
| ('2019_01_10_135325_ME1048', 1, 3, 0, 1556670355), | | ('2019_01_10_135325_ME1048', 1, 3, 0, 1556670355), |
| ('2019_01_10_141603_ME1152', 1, 2, 0, 1567087067), | | ('2019_01_10_141603_ME1152', 1, 2, 0, 1567087067), |
| ('2019_01_15_094401_ME1160', 1, 1, 0, 1608242224), | | ('2019_01_15_094401_ME1160', 1, 1, 0, 1608242224), |
| ('2019_01_19_170620_UM4', 1, 1, 0, 1588743483), | | ('2019_01_19_170620_UM4', 1, 1, 0, 1588743483), |
| ('2019_01_21_162209_ME1188', 1, 1, 0, 1567088377), | | ('2019_01_21_162209_ME1188', 1, 1, 0, 1567088377), |
| ('2019_01_23_210156_ME1043', 1, 4, 0, 1576865083), | | ('2019_01_23_210156_ME1043', 1, 4, 0, 1576865083), |
| ('2019_01_25_085913_ME1203', 1, 1, 0, 1556670355), | | ('2019_01_25_085913_ME1203', 1, 1, 0, 1556670355), |
| ('2019_01_29_141614_ME1193', 1, 1, 0, 1556670355), | | ('2019_01_29_141614_ME1193', 1, 1, 0, 1556670355), |
| ('2019_02_01_093859_ME1073', 1, 1, 0, 1556670355), | | ('2019_02_01_093859_ME1073', 1, 1, 0, 1556670355), |
| ('2019_02_08_151255_ME1165', 1, 1, 0, 1608242224), | | ('2019_02_08_151255_ME1165', 1, 1, 0, 1608242224), |
| ('2019_02_12_112734_ME35', 1, 1, 0, 1556670356), | | ('2019_02_12_112734_ME35', 1, 1, 0, 1556670356), |
| ('2019_02_13_164408_ME1364', 1, 13, 0, 1556670356), | | ('2019_02_13_164408_ME1364', 1, 13, 0, 1556670356), |
| ('2019_02_22_101240_ME1437', 1, 9, 0, 1556670356), | | ('2019_02_22_101240_ME1437', 1, 9, 0, 1556670356), |
| ('2019_02_26_104008_ME1441', 1, 3, 0, 1556670356), | | ('2019_02_26_104008_ME1441', 1, 3, 0, 1556670356), |
| ('2019_02_27_093943_ME83', 1, 0, 0, 1556670356), | | ('2019_02_27_093943_ME83', 1, 0, 0, 1556670356), |
| ('2019_02_27_135315_ME1448', 1, 1, 0, 1576865083), | | ('2019_02_27_135315_ME1448', 1, 1, 0, 1576865083), |
| ('2019_03_06_115350_ME1043', 1, 1, 0, 1576865083), | | ('2019_03_06_115350_ME1043', 1, 1, 0, 1576865083), |
| ('2019_03_11_110007_ME1471', 1, 2, 0, 1556670356), | | ('2019_03_11_110007_ME1471', 1, 2, 0, 1556670356), |
| ('2019_03_13_124916_ME1490', 1, 3, 0, 1556670356), | | ('2019_03_13_124916_ME1490', 1, 3, 0, 1556670356), |
| ('2019_03_13_132849_ME1490', 1, 2, 0, 1567087067), | | ('2019_03_13_132849_ME1490', 1, 2, 0, 1567087067), |
| ('2019_03_15_114947_ME1074', 1, 1, 0, 1556670356), | | ('2019_03_15_114947_ME1074', 1, 1, 0, 1556670356), |
| ('2019_03_20_110512_ME1516', 1, 5, 0, 1556670356), | | ('2019_03_20_110512_ME1516', 1, 5, 0, 1556670356), |
| ('2019_03_20_111208_ME1361', 1, 5, 0, 1576865083), | | ('2019_03_20_111208_ME1361', 1, 5, 0, 1576865083), |
| ('2019_03_27_140519_ME1336', 1, 1, 0, 1556670356), | | ('2019_03_27_140519_ME1336', 1, 1, 0, 1556670356), |
| ('2019_03_28_104103_ME1416', 1, 1, 0, 1556670356), | | ('2019_03_28_104103_ME1416', 1, 1, 0, 1556670356), |
| ('2019_04_02_132717_ME1565', 1, 35, 0, 1556670356), | | ('2019_04_02_132717_ME1565', 1, 35, 0, 1556670356), |
| ('2019_04_03_111544_ME1554', 1, 7, 0, 1576865083), | | ('2019_04_03_111544_ME1554', 1, 7, 0, 1576865083), |
| ('2019_04_03_143127_ME1402', 1, 30, 0, 1556670356), | | ('2019_04_03_143127_ME1402', 1, 30, 0, 1556670356), |
| ('2019_04_04_112436_ME834', 1, 4, 0, 1556670356), | | ('2019_04_04_112436_ME834', 1, 4, 0, 1556670356), |
| ('2019_04_08_112206_ME1578', 1, 5, 0, 1556670357), | | ('2019_04_08_112206_ME1578', 1, 5, 0, 1556670357), |
| ('2019_04_08_141656_ME1361', 1, 14, 0, 1576865084), | | ('2019_04_08_141656_ME1361', 1, 14, 0, 1576865084), |
| ('2019_04_15_120900_ME1603', 1, 2, 0, 1576865084), | | ('2019_04_15_120900_ME1603', 1, 2, 0, 1576865084), |
| ('2019_04_15_123428_ME1601', 1, 6, 0, 1567087067), | | ('2019_04_15_123428_ME1601', 1, 6, 0, 1567087067), |
| ('2019_04_17_083547_ME1216', 1, 25, 0, 1588743483), | | ('2019_04_17_083547_ME1216', 1, 25, 0, 1588743483), |
| ('2019_04_17_131513_ME1216', 1, 1, 0, 1588743483), | | ('2019_04_17_131513_ME1216', 1, 1, 0, 1588743483), |
| ('2019_04_18_161219_ME1336', 1, 1, 0, 1556670357), | | ('2019_04_18_161219_ME1336', 1, 1, 0, 1556670357), |
| ('2019_04_19_162045_ME1632', 1, 4, 0, 1567087067), | | ('2019_04_19_162045_ME1632', 1, 4, 0, 1567087067), |
| ('2019_04_23_103525_ME1642', 1, 0, 0, 1567087067), | | ('2019_04_23_103525_ME1642', 1, 0, 0, 1567087067), |
| ('2019_04_29_084428_ME1681', 1, 1, 0, 1556670357), | | ('2019_04_29_084428_ME1681', 1, 1, 0, 1556670357), |
| ('2019_04_29_104109_ME1683', 1, 0, 0, 1556670357), | | ('2019_04_29_104109_ME1683', 1, 0, 0, 1556670357), |
| ('2019_04_29_112240_ME1683', 1, 3, 0, 1556670357), | | ('2019_04_29_112240_ME1683', 1, 3, 0, 1556670357), |
| ('2019_04_29_141057_ME1568', 1, 1, 0, 1556658286), | | ('2019_04_29_141057_ME1568', 1, 1, 0, 1556658286), |
| ('2019_04_30_110909_ME1612', 1, 1, 0, 1567088377), | | ('2019_04_30_110909_ME1612', 1, 1, 0, 1567088377), |
| ('2019_04_30_162442_ME1163', 1, 2, 0, 1556658286), | | ('2019_04_30_162442_ME1163', 1, 2, 0, 1556658286), |
| ('2019_04_30_191809_ME525', 1, 1, 0, 1556670357), | | ('2019_04_30_191809_ME525', 1, 1, 0, 1556670357), |
| ('2019_04_30_201838_ME1164', 1, 2, 0, 1556670357), | | ('2019_04_30_201838_ME1164', 1, 2, 0, 1556670357), |
| ('2019_05_06_150206_ME1741', 1, 1, 0, 1557513606), | | ('2019_05_06_150206_ME1741', 1, 1, 0, 1557513606), |
| ('2019_05_09_101000_ME1603', 1, 1, 0, 1576865084), | | ('2019_05_09_101000_ME1603', 1, 1, 0, 1576865084), |
| ('2019_05_13_143813_ME1779', 1, 1, 0, 1558025290), | | ('2019_05_13_143813_ME1779', 1, 1, 0, 1558025290), |
| ('2019_05_14_095449_ME1784', 1, 1, 0, 1558025290), | | ('2019_05_14_095449_ME1784', 1, 1, 0, 1558025290), |
| ('2019_05_16_112302_ME1579', 1, 2, 0, 1567088377), | | ('2019_05_16_112302_ME1579', 1, 2, 0, 1567088377), |
| ('2019_05_23_141656_ME1361', 1, 9, 0, 1576865084), | | ('2019_05_23_141656_ME1361', 1, 9, 0, 1576865084), |
| ('2019_06_03_093024_ME1861', 1, 1, 0, 1608242224), | | ('2019_06_03_093024_ME1861', 1, 1, 0, 1608242224), |
| ('2019_06_04_144817_ME1860', 1, 1, 0, 1567087067), | | ('2019_06_04_144817_ME1860', 1, 1, 0, 1567087067), |
| ('2019_06_10_103210_ME1878', 1, 3, 0, 1567087067), | | ('2019_06_10_103210_ME1878', 1, 3, 0, 1567087067), |
| ('2019_06_12_121651_ME1923', 1, 1, 0, 1588743483), | | ('2019_06_12_121651_ME1923', 1, 1, 0, 1588743483), |
| ('2019_06_21_143155_ME1935', 1, 6, 0, 1576865084), | | ('2019_06_21_143155_ME1935', 1, 6, 0, 1576865084), |
| ('2019_06_24_093436_ME1920', 1, 1, 0, 1588743483), | | ('2019_06_24_093436_ME1920', 1, 1, 0, 1588743483), |
| ('2019_06_24_114256_ME1904', 1, 3, 0, 1567088377), | | ('2019_06_24_114256_ME1904', 1, 3, 0, 1567088377), |
| ('2019_06_24_123219_ME1920', 1, 1, 0, 1588743483), | | ('2019_06_24_123219_ME1920', 1, 1, 0, 1588743483), |
| ('2019_06_27_103732_ME1935', 1, 3, 0, 1576865084), | | ('2019_06_27_103732_ME1935', 1, 3, 0, 1576865084), |
| ('2019_06_28_102523_ME1969', 1, 4, 0, 1576865084), | | ('2019_06_28_102523_ME1969', 1, 4, 0, 1576865084), |
| ('2019_06_28_143637_ME1967', 1, 0, 0, 1567087067), | | ('2019_06_28_143637_ME1967', 1, 0, 0, 1567087067), |
| ('2019_06_28_144450_ME2786', 1, 1, 0, 1588743484), | | ('2019_06_28_144450_ME2786', 1, 1, 0, 1588743484), |
| ('2019_07_02_144310_ME1960', 1, 1, 0, 1567087067), | | ('2019_07_02_144310_ME1960', 1, 1, 0, 1567087067), |
| ('2019_07_03_120520_ME761', 1, 30, 0, 1567088378), | | ('2019_07_03_120520_ME761', 1, 30, 0, 1567088378), |
| ('2019_07_04_143428_ME1987', 1, 1, 0, 1567088378), | | ('2019_07_04_143428_ME1987', 1, 1, 0, 1567088378), |
| ('2019_07_11_135423_ME2014', 1, 1, 0, 1567087067), | | ('2019_07_11_135423_ME2014', 1, 1, 0, 1567087067), |
| ('2019_07_17_091029_ME1692', 1, 6, 0, 1588743484), | | ('2019_07_17_091029_ME1692', 1, 6, 0, 1588743484), |
| ('2019_07_17_121329_ME2032', 1, 1, 0, 1576865084), | | ('2019_07_17_121329_ME2032', 1, 1, 0, 1576865084), |
| ('2019_07_17_154254_ME2033', 1, 1, 0, 1576851454), | | ('2019_07_17_154254_ME2033', 1, 1, 0, 1576851454), |
| ('2019_07_18_093946_ME2034', 1, 1, 0, 1567088378), | | ('2019_07_18_093946_ME2034', 1, 1, 0, 1567088378), |
| ('2019_07_19_112141_ME1935', 1, 4, 0, 1576865084), | | ('2019_07_19_112141_ME1935', 1, 4, 0, 1576865084), |
| ('2019_07_21_100329_ME2039', 1, 1, 0, 1685381580), | | ('2019_07_21_100329_ME2039', 1, 1, 0, 1685381580), |
| ('2019_07_25_082257_ME2042', 1, 2, 0, 1685381580), | | ('2019_07_25_082257_ME2042', 1, 2, 0, 1685381580), |
| ('2019_07_30_144255_ME2055', 1, 1, 0, 1567088378), | | ('2019_07_30_144255_ME2055', 1, 1, 0, 1567088378), |
| ('2019_08_01_150127_ME1999', 1, 4, 0, 1567088378), | | ('2019_08_01_150127_ME1999', 1, 4, 0, 1567088378), |
| ('2019_08_02_142038_2061', 1, 0, 0, 1685381580), | | ('2019_08_02_142038_2061', 1, 0, 0, 1685381580), |
| ('2019_08_06_105205_ME2066', 1, 1, 0, 1685381580), | | ('2019_08_06_105205_ME2066', 1, 1, 0, 1685381580), |
| ('2019_08_07_095728_ME2072', 1, 1, 0, 1599626412), | | ('2019_08_07_095728_ME2072', 1, 1, 0, 1599626412), |
| ('2019_08_08_094446_ME1940', 1, 2, 0, 1588743484), | | ('2019_08_08_094446_ME1940', 1, 2, 0, 1588743484), |
| ('2019_08_08_133701_ME1974', 1, 1, 0, 1567088378), | | ('2019_08_08_133701_ME1974', 1, 1, 0, 1567088378), |
| ('2019_08_08_134530_ME2073', 1, 1, 0, 1685381580), | | ('2019_08_08_134530_ME2073', 1, 1, 0, 1685381580), |
| ('2019_08_08_160544_ME2070', 1, 4, 0, 1619472142), | | ('2019_08_08_160544_ME2070', 1, 4, 0, 1619472142), |
| ('2019_08_09_152605_ME2052', 1, 1, 0, 1567087067), | | ('2019_08_09_152605_ME2052', 1, 1, 0, 1567087067), |
| ('2019_08_13_100446_ME2081', 1, 1, 0, 1576865084), | | ('2019_08_13_100446_ME2081', 1, 1, 0, 1576865084), |
| ('2019_08_16_075445_ME2038', 1, 1, 0, 1685381580), | | ('2019_08_16_075445_ME2038', 1, 1, 0, 1685381580), |
| ('2019_08_19_104613_ME2095', 1, 1, 0, 1685381580), | | ('2019_08_19_104613_ME2095', 1, 1, 0, 1685381580), |
| ('2019_08_20_104707_ME2286', 1, 2, 0, 1588743484), | | ('2019_08_20_104707_ME2286', 1, 2, 0, 1588743484), |
| ('2019_08_20_112641_ME2286', 1, 1, 0, 1588743484), | | ('2019_08_20_112641_ME2286', 1, 1, 0, 1588743484), |
| ('2019_08_22_174258_ME2286', 1, 1, 0, 1588743484), | | ('2019_08_22_174258_ME2286', 1, 1, 0, 1588743484), |
| ('2019_08_29_082333_ME2105', 1, 2, 0, 1567087067), | | ('2019_08_29_082333_ME2105', 1, 2, 0, 1567087067), |
| ('2019_08_29_095418_ME2106', 1, 2, 0, 1567087067), | | ('2019_08_29_095418_ME2106', 1, 2, 0, 1567087067), |
| ('2019_08_29_101810_ME2107', 1, 2, 0, 1567088378), | | ('2019_08_29_101810_ME2107', 1, 2, 0, 1567088378), |
| ('2019_08_29_103948_ME2134', 1, 1, 0, 1608242224), | | ('2019_08_29_103948_ME2134', 1, 1, 0, 1608242224), |
| ('2019_09_03_154359_ME2286', 1, 1, 0, 1588743484), | | ('2019_09_03_154359_ME2286', 1, 1, 0, 1588743484), |
| ('2019_09_04_214825_ME2286', 1, 0, 0, 1588743484), | | ('2019_09_04_214825_ME2286', 1, 0, 0, 1588743484), |
| ('2019_09_05_135401_APP73', 1, 1, 0, 1576851454), | | ('2019_09_05_135401_APP73', 1, 1, 0, 1576851454), |
| ('2019_09_05_194331_ME2286', 1, 0, 0, 1588743484), | | ('2019_09_05_194331_ME2286', 1, 0, 0, 1588743484), |
| ('2019_09_11_112733_ME2160', 1, 1, 0, 1588743484), | | ('2019_09_11_112733_ME2160', 1, 1, 0, 1588743484), |
| ('2019_09_17_131803_ME2195', 1, 1, 0, 1588743484), | | ('2019_09_17_131803_ME2195', 1, 1, 0, 1588743484), |
| ('2019_09_17_143810_ME2195', 1, 1, 0, 1588743484), | | ('2019_09_17_143810_ME2195', 1, 1, 0, 1588743484), |
| ('2019_09_19_111334_2203', 1, 1, 0, 1576851454), | | ('2019_09_19_111334_2203', 1, 1, 0, 1576851454), |
| ('2019_09_19_111334_ME2203', 1, 0, 0, 1576865084), | | ('2019_09_19_111334_ME2203', 1, 0, 0, 1576865084), |
| ('2019_09_26_150655_ME2206', 1, 1, 0, 1576865084), | | ('2019_09_26_150655_ME2206', 1, 1, 0, 1576865084), |
| ('2019_09_30_201735_ME2210', 1, 1, 0, 1599626412), | | ('2019_09_30_201735_ME2210', 1, 1, 0, 1599626412), |
| ('2019_10_02_094141_ME2233', 1, 6, 0, 1576865084), | | ('2019_10_02_094141_ME2233', 1, 6, 0, 1576865084), |
| ('2019_10_03_154110_ME2230', 1, 1, 0, 1576851454), | | ('2019_10_03_154110_ME2230', 1, 1, 0, 1576851454), |
| ('2019_10_04_160659_ME1924', 1, 1, 0, 1588743484), | | ('2019_10_04_160659_ME1924', 1, 1, 0, 1588743484), |
| ('2019_10_07_125302_ME2258', 1, 1, 0, 1588743484), | | ('2019_10_07_125302_ME2258', 1, 1, 0, 1588743484), |
| ('2019_10_07_135305_ME2208', 1, 1, 0, 1576851454), | | ('2019_10_07_135305_ME2208', 1, 1, 0, 1576851454), |
| ('2019_10_09_102119_ME2264', 1, 21, 0, 1619472143), | | ('2019_10_09_102119_ME2264', 1, 21, 0, 1619472143), |
| ('2019_10_18_163854_ME2204', 1, 7, 0, 1685381580), | | ('2019_10_18_163854_ME2204', 1, 7, 0, 1685381580), |
| ('2019_10_22_174639_ME2294', 1, 3, 0, 1619472143), | | ('2019_10_22_174639_ME2294', 1, 3, 0, 1619472143), |
| ('2019_10_25_165316_ME2294', 1, 1, 0, 1619472143), | | ('2019_10_25_165316_ME2294', 1, 1, 0, 1619472143), |
| ('2019_10_28_085342_ME2195', 1, 2, 0, 1588743484), | | ('2019_10_28_085342_ME2195', 1, 2, 0, 1588743484), |
| ('2019_11_13_120352_ME1043', 1, 3, 0, 1576865085), | | ('2019_11_13_120352_ME1043', 1, 3, 0, 1576865085), |
| ('2019_11_14_095736_ME2384', 1, 3, 0, 1576851454), | | ('2019_11_14_095736_ME2384', 1, 3, 0, 1576851454), |
| ('2019_11_15_115929_ME2366', 1, 3, 0, 1599626412), | | ('2019_11_15_115929_ME2366', 1, 3, 0, 1599626412), |
| ('2019_11_21_111242_ME2431', 1, 2, 0, 1588743484), | | ('2019_11_21_111242_ME2431', 1, 2, 0, 1588743484), |
| ('2019_11_22_152357_ME2444', 1, 0, 0, 1608242224), | | ('2019_11_22_152357_ME2444', 1, 0, 0, 1608242224), |
| ('2019_11_25_100538_ME2445', 1, 1, 0, 1588743484), | | ('2019_11_25_100538_ME2445', 1, 1, 0, 1588743484), |
| ('2019_11_29_105631_ME2487', 1, 9, 0, 1576865085), | | ('2019_11_29_105631_ME2487', 1, 9, 0, 1576865085), |
| ('2019_12_10_133432_ME2524', 1, 1, 0, 1576851454), | | ('2019_12_10_133432_ME2524', 1, 1, 0, 1576851454), |
| ('2019_12_10_134755_ME662', 1, 1, 0, 1576865085), | | ('2019_12_10_134755_ME662', 1, 1, 0, 1576865085), |
| ('2019_12_11_113113_ME2525', 1, 3, 0, 1576865085), | | ('2019_12_11_113113_ME2525', 1, 3, 0, 1576865085), |
| ('2019_12_11_132902_ME2533', 1, 1, 0, 1576865085), | | ('2019_12_11_132902_ME2533', 1, 1, 0, 1576865085), |
| ('2019_12_11_151649_ME2537', 1, 17, 0, 1608242224), | | ('2019_12_11_151649_ME2537', 1, 17, 0, 1608242224), |
| ('2019_12_16_104116_ME2424', 1, 2, 0, 1588743485), | | ('2019_12_16_104116_ME2424', 1, 2, 0, 1588743485), |
| ('2019_12_18_143939_ME2569', 1, 1, 0, 1576865085), | | ('2019_12_18_143939_ME2569', 1, 1, 0, 1576865085), |
| ('2019_12_18_151206_ME662', 1, 1, 0, 1576865085), | | ('2019_12_18_151206_ME662', 1, 1, 0, 1576865085), |
| ('2019_12_20_091634_ME2563', 1, 2, 0, 1576851454), | | ('2019_12_20_091634_ME2563', 1, 2, 0, 1576851454), |
| ('2019_12_20_092510_ME2564', 1, 2, 0, 1576865085), | | ('2019_12_20_092510_ME2564', 1, 2, 0, 1576865085), |
| ('2019_12_23_093846_ME2327', 1, 7, 0, 1599626412), | | ('2019_12_23_093846_ME2327', 1, 7, 0, 1599626412), |
| ('2020_01_06_161558_2588', 1, 2, 0, 1588743485), | | ('2020_01_06_161558_2588', 1, 2, 0, 1588743485), |
| ('2020_01_06_161558_ME2588', 1, 2, 0, 1599626412), | | ('2020_01_06_161558_ME2588', 1, 2, 0, 1599626412), |
| ('2020_01_08_115302_ME2608', 1, 1, 0, 1599626412), | | ('2020_01_08_115302_ME2608', 1, 1, 0, 1599626412), |
| ('2020_01_14_115651_ME2301', 1, 1, 0, 1685381580), | | ('2020_01_14_115651_ME2301', 1, 1, 0, 1685381580), |
| ('2020_01_15_120822_ME2623', 1, 1, 0, 1588743485), | | ('2020_01_15_120822_ME2623', 1, 1, 0, 1588743485), |
| ('2020_01_15_124610_ME2653', 1, 1, 0, 1599626412), | | ('2020_01_15_124610_ME2653', 1, 1, 0, 1599626412), |
| ('2020_01_22_114050_ME1634', 1, 1, 0, 1588743485), | | ('2020_01_22_114050_ME1634', 1, 1, 0, 1588743485), |
| ('2020_01_23_112327_ME2693', 1, 8, 0, 1588743485), | | ('2020_01_23_112327_ME2693', 1, 8, 0, 1588743485), |
| ('2020_01_23_123004_ME2160', 1, 1, 0, 1588743485), | | ('2020_01_23_123004_ME2160', 1, 1, 0, 1588743485), |
| ('2020_01_23_125313_ME2160', 1, 1, 0, 1588743485), | | ('2020_01_23_125313_ME2160', 1, 1, 0, 1588743485), |
| ('2020_01_23_135737_ME2160', 1, 1, 0, 1588743485), | | ('2020_01_23_135737_ME2160', 1, 1, 0, 1588743485), |
| ('2020_01_23_160439_ME2677', 1, 1, 0, 1599626412), | | ('2020_01_23_160439_ME2677', 1, 1, 0, 1599626412), |
| ('2020_01_29_091235_ME2965', 1, 3, 0, 1588743485), | | ('2020_01_29_091235_ME2965', 1, 3, 0, 1588743485), |
| ('2020_01_29_120750_ME2740', 1, 0, 0, 1588743485), | | ('2020_01_29_120750_ME2740', 1, 0, 0, 1588743485), |
| ('2020_01_31_141459_ME2760', 1, 1, 0, 1608242224), | | ('2020_01_31_141459_ME2760', 1, 1, 0, 1608242224), |
| ('2020_02_05_115704_ME2693', 1, 1, 0, 1588743485), | | ('2020_02_05_115704_ME2693', 1, 1, 0, 1588743485), |
| ('2020_02_07_095043_ME2750', 1, 2, 0, 1588743486), | | ('2020_02_07_095043_ME2750', 1, 2, 0, 1588743486), |
| ('2020_02_10_12101880_ME2807', 1, 1, 0, 1599626412), | | ('2020_02_10_12101880_ME2807', 1, 1, 0, 1599626412), |
| ('2020_02_11_094247_ME2795', 1, 1, 0, 1588743486), | | ('2020_02_11_094247_ME2795', 1, 1, 0, 1588743486), |
| ('2020_02_11_142443_ME2810', 1, 1, 0, 1588743486), | | ('2020_02_11_142443_ME2810', 1, 1, 0, 1588743486), |
| ('2020_02_12_124612_ME2807', 1, 3, 0, 1599626412), | | ('2020_02_12_124612_ME2807', 1, 3, 0, 1599626412), |
| ('2020_02_13_145834_ME1939', 1, 2, 0, 1608242224), | | ('2020_02_13_145834_ME1939', 1, 2, 0, 1608242224), |
| ('2020_02_18_084514_ME2789', 1, 1, 0, 1685381580), | | ('2020_02_18_084514_ME2789', 1, 1, 0, 1685381580), |
| ('2020_02_18_100809_ME2835', 1, 4, 0, 1599626412), | | ('2020_02_18_100809_ME2835', 1, 4, 0, 1599626412), |
| ('2020_02_20_104207_ME2806', 1, 2, 0, 1588743486), | | ('2020_02_20_104207_ME2806', 1, 2, 0, 1588743486), |
| ('2020_02_24_100000_ME2787', 1, 1, 0, 1588743486), | | ('2020_02_24_100000_ME2787', 1, 1, 0, 1588743486), |
| ('2020_02_25_153317_ME2755', 1, 2, 0, 1588743486), | | ('2020_02_25_153317_ME2755', 1, 2, 0, 1588743486), |
| ('2020_02_28_005902_ME2872', 1, 2, 0, 1588743486), | | ('2020_02_28_005902_ME2872', 1, 2, 0, 1588743486), |
| ('2020_03_02_114256_ME1934', 1, 1, 0, 1599626412), | | ('2020_03_02_114256_ME1934', 1, 1, 0, 1599626412), |
| ('2020_03_06_152120_ME2905', 1, 1, 0, 1588743486), | | ('2020_03_06_152120_ME2905', 1, 1, 0, 1588743486), |
| ('2020_03_06_153617_ME2905', 1, 2, 0, 1588743486), | | ('2020_03_06_153617_ME2905', 1, 2, 0, 1588743486), |
| ('2020_03_10_133650_ME2869', 1, 1, 0, 1588743486), | | ('2020_03_10_133650_ME2869', 1, 1, 0, 1588743486), |
| ('2020_03_11_121356_ME2905', 1, 1, 0, 1588743486), | | ('2020_03_11_121356_ME2905', 1, 1, 0, 1588743486), |
| ('2020_03_11_125127_ME2905', 1, 1, 0, 1588743486), | | ('2020_03_11_125127_ME2905', 1, 1, 0, 1588743486), |
| ('2020_03_11_125614_ME2905', 1, 1, 0, 1588743486), | | ('2020_03_11_125614_ME2905', 1, 1, 0, 1588743486), |
| ('2020_03_11_171958_ME2681', 1, 3, 0, 1599626412), | | ('2020_03_11_171958_ME2681', 1, 3, 0, 1599626412), |
| ('2020_03_12_143102_ME2905', 1, 1, 0, 1588743486), | | ('2020_03_12_143102_ME2905', 1, 1, 0, 1588743486), |
| ('2020_03_13_123438_ME2846', 1, 3, 0, 1588743486), | | ('2020_03_13_123438_ME2846', 1, 3, 0, 1588743486), |
| ('2020_03_15_114544_ME2884', 1, 1, 0, 1685381580), | | ('2020_03_15_114544_ME2884', 1, 1, 0, 1685381580), |
| ('2020_03_16_100847_ME2753', 1, 2, 0, 1588743486), | | ('2020_03_16_100847_ME2753', 1, 2, 0, 1588743486), |
| ('2020_03_16_115703_ME2754', 1, 2, 0, 1588743486), | | ('2020_03_16_115703_ME2754', 1, 2, 0, 1588743486), |
| ('2020_03_16_133556_ME2751', 1, 1, 0, 1588743486), | | ('2020_03_16_133556_ME2751', 1, 1, 0, 1588743486), |
| ('2020_03_18_111838_ME2956', 1, 3, 0, 1619472143), | | ('2020_03_18_111838_ME2956', 1, 3, 0, 1619472143), |
| ('2020_03_20_141923_ME83', 1, 1, 0, 1588743486), | | ('2020_03_20_141923_ME83', 1, 1, 0, 1588743486), |
| ('2020_03_20_145012_ME2983', 1, 0, 0, 1588743486), | | ('2020_03_20_145012_ME2983', 1, 0, 0, 1588743486), |
| ('2020_03_24_122435_ME3005', 1, 2, 0, 1599626412), | | ('2020_03_24_122435_ME3005', 1, 2, 0, 1599626412), |
| ('2020_03_24_125424_ME2998', 1, 2, 0, 1599626412), | | ('2020_03_24_125424_ME2998', 1, 2, 0, 1599626412), |
| ('2020_03_24_131156_ME2996', 1, 3, 0, 1599626412), | | ('2020_03_24_131156_ME2996', 1, 3, 0, 1599626412), |
| ('2020_03_24_132854_ME2997', 1, 1, 0, 1599626412), | | ('2020_03_24_132854_ME2997', 1, 1, 0, 1599626412), |
| ('2020_03_24_143635_ME3010', 1, 2, 0, 1599626412), | | ('2020_03_24_143635_ME3010', 1, 2, 0, 1599626412), |
| ('2020_03_24_223905_ME3008', 1, 1, 0, 1599626412), | | ('2020_03_24_223905_ME3008', 1, 1, 0, 1599626412), |
| ('2020_03_25_014350_ME2999', 1, 2, 0, 1608242224), | | ('2020_03_25_014350_ME2999', 1, 2, 0, 1608242224), |
| ('2020_03_25_163948_ME2905', 1, 2, 0, 1588743486), | | ('2020_03_25_163948_ME2905', 1, 2, 0, 1588743486), |
| ('2020_03_30_150902_ME2722', 1, 2, 0, 1588743486), | | ('2020_03_30_150902_ME2722', 1, 2, 0, 1588743486), |
| ('2020_03_31_154513_ME2932', 1, 1, 0, 1685381580), | | ('2020_03_31_154513_ME2932', 1, 1, 0, 1685381580), |
| ('2020_04_08_112344_ME2935', 1, 0, 0, 1588743486), | | ('2020_04_08_112344_ME2935', 1, 0, 0, 1588743486), |
| ('2020_04_09_165153_3072', 1, 3, 0, 1685381580), | | ('2020_04_09_165153_3072', 1, 3, 0, 1685381580), |
| ('2020_04_15_154914_ME2879', 1, 0, 0, 1588743486), | | ('2020_04_15_154914_ME2879', 1, 0, 0, 1588743486), |
| ('2020_04_16_094603_ME2808', 1, 3, 0, 1588743487), | | ('2020_04_16_094603_ME2808', 1, 3, 0, 1588743487), |
| ('2020_04_17_132853_ME33', 1, 1, 0, 1588743487), | | ('2020_04_17_132853_ME33', 1, 1, 0, 1588743487), |
| ('2020_04_20_162057_ME3043', 1, 2, 0, 1599626412), | | ('2020_04_20_162057_ME3043', 1, 2, 0, 1599626412), |
| ('2020_04_22_105106_ME3144', 1, 1, 0, 1619472143), | | ('2020_04_22_105106_ME3144', 1, 1, 0, 1619472143), |
| ('2020_04_22_105352_ME2936', 1, 1, 0, 1588743487), | | ('2020_04_22_105352_ME2936', 1, 1, 0, 1588743487), |
| ('2020_04_22_154040_ME3105', 1, 2, 0, 1685381580), | | ('2020_04_22_154040_ME3105', 1, 2, 0, 1685381580), |
| ('2020_04_24_143021_ME3123', 1, 0, 0, 1588743487), | | ('2020_04_24_143021_ME3123', 1, 0, 0, 1588743487), |
| ('2020_04_27_110501_ME3147', 1, 1, 0, 1630594155), | | ('2020_04_27_110501_ME3147', 1, 1, 0, 1630594155), |
| ('2020_04_27_123418_ME3176', 1, 1, 0, 1588743487), | | ('2020_04_27_123418_ME3176', 1, 1, 0, 1588743487), |
| ('2020_04_27_151637_ME3157', 1, 1, 0, 1599626412), | | ('2020_04_27_151637_ME3157', 1, 1, 0, 1599626412), |
| ('2020_04_28_135344_ME3217', 1, 1, 0, 1599626412), | | ('2020_04_28_135344_ME3217', 1, 1, 0, 1599626412), |
| ('2020_04_28_142024_ME3188', 1, 1, 0, 1599626412), | | ('2020_04_28_142024_ME3188', 1, 1, 0, 1599626412), |
| ('2020_05_04_103734_ME3214', 1, 1, 0, 1599626412), | | ('2020_05_04_103734_ME3214', 1, 1, 0, 1599626412), |
| ('2020_05_05_084112_ME3171', 1, 1, 0, 1608242224), | | ('2020_05_05_084112_ME3171', 1, 1, 0, 1608242224), |
| ('2020_05_05_104518_ME3149', 1, 7, 0, 1619472143), | | ('2020_05_05_104518_ME3149', 1, 7, 0, 1619472143), |
| ('2020_05_05_114043_ME3229', 1, 1, 0, 1599626412), | | ('2020_05_05_114043_ME3229', 1, 1, 0, 1599626412), |
| ('2020_05_05_222922_ME3067', 1, 1, 0, 1589480553), | | ('2020_05_05_222922_ME3067', 1, 1, 0, 1589480553), |
| ('2020_05_06_001510_ME2830', 1, 2, 0, 1588743487), | | ('2020_05_06_001510_ME2830', 1, 2, 0, 1588743487), |
| ('2020_05_06_004549_ME2831', 1, 2, 0, 1588743487), | | ('2020_05_06_004549_ME2831', 1, 2, 0, 1588743487), |
| ('2020_05_06_012156_ME2832', 1, 2, 0, 1588743487), | | ('2020_05_06_012156_ME2832', 1, 2, 0, 1588743487), |
| ('2020_05_06_012858_ME2833', 1, 2, 0, 1588743487), | | ('2020_05_06_012858_ME2833', 1, 2, 0, 1588743487), |
| ('2020_05_10_090857_ME3196', 1, 1, 0, 1599626412), | | ('2020_05_10_090857_ME3196', 1, 1, 0, 1599626412), |
| ('2020_05_14_175950_3233', 1, 3, 0, 1608242224), | | ('2020_05_14_175950_3233', 1, 3, 0, 1608242224), |
| ('2020_05_15_141824_ME3012', 1, 1, 0, 1599626412), | | ('2020_05_15_141824_ME3012', 1, 1, 0, 1599626412), |
| ('2020_05_17_115639_GR3021', 1, 3, 0, 1608242224), | | ('2020_05_17_115639_GR3021', 1, 3, 0, 1608242224), |
| ('2020_05_17_121151_GR3021', 1, 3, 0, 1608242224), | | ('2020_05_17_121151_GR3021', 1, 3, 0, 1608242224), |
| ('2020_05_17_123802_GR3021', 1, 9, 0, 1608242224), | | ('2020_05_17_123802_GR3021', 1, 9, 0, 1608242224), |
| ('2020_05_19_092108_BHSC186', 1, 3, 0, 1685381580), | | ('2020_05_19_092108_BHSC186', 1, 3, 0, 1685381580), |
| ('2020_05_19_144940_ME3343', 1, 1, 0, 1599626412), | | ('2020_05_19_144940_ME3343', 1, 1, 0, 1599626412), |
| ('2020_05_25_221139_ME3277', 1, 1, 0, 1599626412), | | ('2020_05_25_221139_ME3277', 1, 1, 0, 1599626412), |
| ('2020_05_26_155029_ME3233', 1, 5, 0, 1608242224), | | ('2020_05_26_155029_ME3233', 1, 5, 0, 1608242224), |
| ('2020_05_27_061022_ME3337', 1, 1, 0, 1599626412), | | ('2020_05_27_061022_ME3337', 1, 1, 0, 1599626412), |
| ('2020_05_27_182005_ME2982', 1, 2, 0, 1608242225), | | ('2020_05_27_182005_ME2982', 1, 2, 0, 1608242225), |
| ('2020_06_01_102113_ME813', 1, 4, 0, 1608242225), | | ('2020_06_01_102113_ME813', 1, 4, 0, 1608242225), |
| ('2020_06_01_142242_ME3277', 1, 1, 0, 1599626412), | | ('2020_06_01_142242_ME3277', 1, 1, 0, 1599626412), |
| ('2020_06_02_155513_ME3393', 1, 1, 0, 1608242225), | | ('2020_06_02_155513_ME3393', 1, 1, 0, 1608242225), |
| ('2020_06_14_133110_2679', 1, 1, 0, 1685381580), | | ('2020_06_14_133110_2679', 1, 1, 0, 1685381580), |
| ('2020_06_15_110725_545', 1, 1, 0, 1685381580), | | ('2020_06_15_110725_545', 1, 1, 0, 1685381580), |
| ('2020_06_15_113212_ME3446', 1, 1, 0, 1599626412), | | ('2020_06_15_113212_ME3446', 1, 1, 0, 1599626412), |
| ('2020_06_16_105136_ME2966', 1, 1, 0, 1599626412), | | ('2020_06_16_105136_ME2966', 1, 1, 0, 1599626412), |
| ('2020_06_28_152707_ME3515', 1, 1, 0, 1599626412), | | ('2020_06_28_152707_ME3515', 1, 1, 0, 1599626412), |
| ('2020_06_28_161304_ME3516', 1, 1, 0, 1608242225), | | ('2020_06_28_161304_ME3516', 1, 1, 0, 1608242225), |
| ('2020_06_28_165659_ME3518', 1, 1, 0, 1608242225), | | ('2020_06_28_165659_ME3518', 1, 1, 0, 1608242225), |
| ('2020_07_07_141022_ME3354', 1, 1, 0, 1599626412), | | ('2020_07_07_141022_ME3354', 1, 1, 0, 1599626412), |
| ('2020_07_09_145420_ME3279', 1, 1, 0, 1599626412), | | ('2020_07_09_145420_ME3279', 1, 1, 0, 1599626412), |
| ('2020_07_09_223705_ME3280', 1, 1, 0, 1599626412), | | ('2020_07_09_223705_ME3280', 1, 1, 0, 1599626412), |
| ('2020_07_14_112427_ME3273', 1, 1, 0, 1599626412), | | ('2020_07_14_112427_ME3273', 1, 1, 0, 1599626412), |
| ('2020_07_14_132907_ME2192', 1, 3, 0, 1619472143), | | ('2020_07_14_132907_ME2192', 1, 3, 0, 1619472143), |
| ('2020_07_16_103637_3591', 1, 1, 0, 1685381580), | | ('2020_07_16_103637_3591', 1, 1, 0, 1685381580), |
| ('2020_07_16_115544_GR3070', 1, 2, 0, 1599626412), | | ('2020_07_16_115544_GR3070', 1, 2, 0, 1599626412), |
| ('2020_07_17_144812_ME3537', 1, 1, 0, 1599626412), | | ('2020_07_17_144812_ME3537', 1, 1, 0, 1599626412), |
| ('2020_07_21_120000_ME2903', 1, 4, 0, 1599626412), | | ('2020_07_21_120000_ME2903', 1, 4, 0, 1599626412), |
| ('2020_07_29_145057_ME3670', 1, 2, 0, 1599626412), | | ('2020_07_29_145057_ME3670', 1, 2, 0, 1599626412), |
| ('2020_07_29_145057_ME3708', 1, 1, 0, 1608242225), | | ('2020_07_29_145057_ME3708', 1, 1, 0, 1608242225), |
| ('2020_07_29_145741_ME3270', 1, 3, 0, 1599626412), | | ('2020_07_29_145741_ME3270', 1, 3, 0, 1599626412), |
| ('2020_08_05_115226_ME3396', 1, 2, 0, 1608242225), | | ('2020_08_05_115226_ME3396', 1, 2, 0, 1608242225), |
| ('2020_08_06_023436_ME3672', 1, 1, 0, 1599626412), | | ('2020_08_06_023436_ME3672', 1, 1, 0, 1599626412), |
| ('2020_08_07_104245_ME3589', 1, 4, 0, 1685381580), | | ('2020_08_07_104245_ME3589', 1, 4, 0, 1685381580), |
| ('2020_08_07_141639_ME3589', 1, 2, 0, 1685381580), | | ('2020_08_07_141639_ME3589', 1, 2, 0, 1685381580), |
| ('2020_08_11_194452_ME3168', 1, 1, 0, 1630594155), | | ('2020_08_11_194452_ME3168', 1, 1, 0, 1630594155), |
| ('2020_08_12_110254_ME3272', 1, 2, 0, 1599626412), | | ('2020_08_12_110254_ME3272', 1, 2, 0, 1599626412), |
| ('2020_08_13_152936_ME3539', 1, 3, 0, 1619472143), | | ('2020_08_13_152936_ME3539', 1, 3, 0, 1619472143), |
| ('2020_08_13_155247_ME3589', 1, 1, 0, 1685381580), | | ('2020_08_13_155247_ME3589', 1, 1, 0, 1685381580), |
| ('2020_08_14_105719_ME3272', 1, 1, 0, 1599626412), | | ('2020_08_14_105719_ME3272', 1, 1, 0, 1599626412), |
| ('2020_08_19_183223_ME3274', 1, 2, 0, 1599626412), | | ('2020_08_19_183223_ME3274', 1, 2, 0, 1599626412), |
| ('2020_08_20_121529_ME3784', 1, 1, 0, 1608242225), | | ('2020_08_20_121529_ME3784', 1, 1, 0, 1608242225), |
| ('2020_08_21_093015_ME2903', 1, 3, 0, 1599626412), | | ('2020_08_21_093015_ME2903', 1, 3, 0, 1599626412), |
| ('2020_08_21_145057_ME3709', 1, 2, 0, 1608242225), | | ('2020_08_21_145057_ME3709', 1, 2, 0, 1608242225), |
| ('2020_08_26_160833_ME3307', 1, 2, 0, 1599626413), | | ('2020_08_26_160833_ME3307', 1, 2, 0, 1599626413), |
| ('2020_08_26_162506_ME3308', 1, 2, 0, 1599626413), | | ('2020_08_26_162506_ME3308', 1, 2, 0, 1599626413), |
| ('2020_08_26_170033_ME3309', 1, 2, 0, 1599626413), | | ('2020_08_26_170033_ME3309', 1, 2, 0, 1599626413), |
| ('2020_08_26_202622_ME3635', 1, 1, 0, 1685381580), | | ('2020_08_26_202622_ME3635', 1, 1, 0, 1685381580), |
| ('2020_08_27_091826_ME3639', 1, 8, 0, 1685381580), | | ('2020_08_27_091826_ME3639', 1, 8, 0, 1685381580), |
| ('2020_08_28_133908_ME3118', 1, 1, 0, 1619472143), | | ('2020_08_28_133908_ME3118', 1, 1, 0, 1619472143), |
| ('2020_09_01_095528_ME3850', 1, 1, 0, 1599626413), | | ('2020_09_01_095528_ME3850', 1, 1, 0, 1599626413), |
| ('2020_09_01_131255_ME3855', 1, 2, 0, 1599626413), | | ('2020_09_01_131255_ME3855', 1, 2, 0, 1599626413), |
| ('2020_09_01_145758_ME3635', 1, 1, 0, 1685381580), | | ('2020_09_01_145758_ME3635', 1, 1, 0, 1685381580), |
| ('2020_09_04_124003_ME3885', 1, 0, 0, 1599626413), | | ('2020_09_04_124003_ME3885', 1, 0, 0, 1599626413), |
| ('2020_09_04_150059_ME3876', 1, 2, 0, 1599626413), | | ('2020_09_04_150059_ME3876', 1, 2, 0, 1599626413), |
| ('2020_09_09_003807_ME3310', 1, 2, 0, 1599626413), | | ('2020_09_09_003807_ME3310', 1, 2, 0, 1599626413), |
| ('2020_09_09_164052_ME3643', 1, 1, 0, 1608242225), | | ('2020_09_09_164052_ME3643', 1, 1, 0, 1608242225), |
| ('2020_09_09_164455_ME3904', 1, 1, 0, 1608242225), | | ('2020_09_09_164455_ME3904', 1, 1, 0, 1608242225), |
| ('2020_09_10_105210_ME3335', 1, 1, 0, 1608242225), | | ('2020_09_10_105210_ME3335', 1, 1, 0, 1608242225), |
| ('2020_09_16_125440_ME3906', 1, 1, 0, 1619472143), | | ('2020_09_16_125440_ME3906', 1, 1, 0, 1619472143), |
| ('2020_09_22_145057_ME3965', 1, 2, 0, 1685381580), | | ('2020_09_22_145057_ME3965', 1, 2, 0, 1685381580), |
| ('2020_09_24_100347_ME3993', 1, 1, 0, 1608242225), | | ('2020_09_24_100347_ME3993', 1, 1, 0, 1608242225), |
| ('2020_09_24_152148_ME3962', 1, 2, 0, 1619472143), | | ('2020_09_24_152148_ME3962', 1, 2, 0, 1619472143), |
| ('2020_09_24_160097_ME3985', 1, 1, 0, 1608242225), | | ('2020_09_24_160097_ME3985', 1, 1, 0, 1608242225), |
| ('2020_09_28_003807_ME2398', 1, 2, 0, 1619472144), | | ('2020_09_28_003807_ME2398', 1, 2, 0, 1619472144), |
| ('2020_09_30_224329_GR2936', 1, 1, 0, 1619472144), | | ('2020_09_30_224329_GR2936', 1, 1, 0, 1619472144), |
| ('2020_10_01_122503_ME3494', 1, 1, 0, 1608242225), | | ('2020_10_01_122503_ME3494', 1, 1, 0, 1608242225), |
| ('2020_10_02_133859_ME4017', 1, 1, 0, 1608242225), | | ('2020_10_02_133859_ME4017', 1, 1, 0, 1608242225), |
| ('2020_10_02_145523_ME3494', 1, 1, 0, 1608242225), | | ('2020_10_02_145523_ME3494', 1, 1, 0, 1608242225), |
| ('2020_10_08_141953_ME4067', 1, 9, 0, 1685381580), | | ('2020_10_08_141953_ME4067', 1, 9, 0, 1685381580), |
| ('2020_10_28_133358_ME813', 1, 0, 0, 1608242225), | | ('2020_10_28_133358_ME813', 1, 0, 0, 1608242225), |
| ('2020_11_03_152637_ME2793', 1, 1, 0, 1608242225), | | ('2020_11_03_152637_ME2793', 1, 1, 0, 1608242225), |
| ('2020_11_10_131228_ME717', 1, 1, 0, 1608242225), | | ('2020_11_10_131228_ME717', 1, 1, 0, 1608242225), |
| ('2020_11_10_152314_ME4191', 1, 1, 0, 1608242225), | | ('2020_11_10_152314_ME4191', 1, 1, 0, 1608242225), |
| ('2020_11_11_000358_ME3878', 1, 1, 0, 1608242225), | | ('2020_11_11_000358_ME3878', 1, 1, 0, 1608242225), |
| ('2020_11_12_141914_ME4064', 1, 1, 0, 1608242225), | | ('2020_11_12_141914_ME4064', 1, 1, 0, 1608242225), |
| ('2020_11_16_115055_ME4206', 1, 1, 0, 1685381580), | | ('2020_11_16_115055_ME4206', 1, 1, 0, 1685381580), |
| ('2020_11_17_140222_ME4083', 1, 2, 0, 1608242225), | | ('2020_11_17_140222_ME4083', 1, 2, 0, 1608242225), |
| ('2020_11_17_172957_ME4194', 1, 1, 0, 1619472144), | | ('2020_11_17_172957_ME4194', 1, 1, 0, 1619472144), |
| ('2020_11_18_000000_ME2170', 1, 13, 0, 1619472144), | | ('2020_11_18_000000_ME2170', 1, 13, 0, 1619472144), |
| ('2020_11_20_144652_ME4194', 1, 1, 0, 1619472144), | | ('2020_11_20_144652_ME4194', 1, 1, 0, 1619472144), |
| ('2020_11_27_123915_ME4005', 1, 0, 0, 1608242225), | | ('2020_11_27_123915_ME4005', 1, 0, 0, 1608242225), |
| ('2020_12_01_114052_ME4264', 1, 1, 0, 1619472144), | | ('2020_12_01_114052_ME4264', 1, 1, 0, 1619472144), |
| ('2020_12_09_140844_ME4224', 1, 2, 0, 1630594155), | | ('2020_12_09_140844_ME4224', 1, 2, 0, 1630594155), |
| ('2020_12_10_143812_ME4298', 1, 1, 0, 1619472144), | | ('2020_12_10_143812_ME4298', 1, 1, 0, 1619472144), |
| ('2020_12_14_114637_ME4308', 1, 1, 0, 1685381580), | | ('2020_12_14_114637_ME4308', 1, 1, 0, 1685381580), |
| ('2020_12_17_115713_ME4237', 1, 1, 0, 1685381580), | | ('2020_12_17_115713_ME4237', 1, 1, 0, 1685381580), |
| ('2020_12_17_122238_ME3924', 1, 2, 0, 1608242225), | | ('2020_12_17_122238_ME3924', 1, 2, 0, 1608242225), |
| ('2020_12_17_125339_ME3925', 1, 2, 0, 1608242225), | | ('2020_12_17_125339_ME3925', 1, 2, 0, 1608242225), |
| ('2020_12_17_150506_ME3926', 1, 2, 0, 1608242225), | | ('2020_12_17_150506_ME3926', 1, 2, 0, 1608242225), |
| ('2020_12_17_151637_ME3927', 1, 2, 0, 1608242225), | | ('2020_12_17_151637_ME3927', 1, 2, 0, 1608242225), |
| ('2021_01_02_222112_ME4014', 1, 1, 0, 1619472144), | | ('2021_01_02_222112_ME4014', 1, 1, 0, 1619472144), |
| ('2021_01_06_014526_ME4014', 1, 0, 0, 1619472144), | | ('2021_01_06_014526_ME4014', 1, 0, 0, 1619472144), |
| ('2021_01_06_161413_ME4337', 1, 0, 0, 1630594155), | | ('2021_01_06_161413_ME4337', 1, 0, 0, 1630594155), |
| ('2021_01_10_235622_ME4015', 1, 1, 0, 1619472144), | | ('2021_01_10_235622_ME4015', 1, 1, 0, 1619472144), |
| ('2021_01_14_014718_ME4015', 1, 1, 0, 1619472144), | | ('2021_01_14_014718_ME4015', 1, 1, 0, 1619472144), |
| ('2021_01_19_134758_ME4543', 1, 1, 0, 1619472144), | | ('2021_01_19_134758_ME4543', 1, 1, 0, 1619472144), |
| ('2021_01_22_102708_ME4419', 1, 3, 0, 1685381580), | | ('2021_01_22_102708_ME4419', 1, 3, 0, 1685381580), |
| ('2021_01_24_153046_ME4559', 1, 1, 0, 1619472144), | | ('2021_01_24_153046_ME4559', 1, 1, 0, 1619472144), |
| ('2021_02_02_144038_ME3286', 1, 1, 0, 1685381580), | | ('2021_02_02_144038_ME3286', 1, 1, 0, 1685381580), |
| ('2021_02_03_145343_ME2170', 1, 1, 0, 1619472144), | | ('2021_02_03_145343_ME2170', 1, 1, 0, 1619472144), |
| ('2021_02_04_022428_ME3733', 1, 1, 0, 1685381580), | | ('2021_02_04_022428_ME3733', 1, 1, 0, 1685381580), |
| ('2021_02_04_065449_ME4060', 1, 4, 0, 1630594155), | | ('2021_02_04_065449_ME4060', 1, 4, 0, 1630594155), |
| ('2021_02_04_162856_ME3428', 1, 1, 0, 1619472144), | | ('2021_02_04_162856_ME3428', 1, 1, 0, 1619472144), |
| ('2021_02_05_151028_ME4609', 1, 1, 0, 1685381580), | | ('2021_02_05_151028_ME4609', 1, 1, 0, 1685381580), |
| ('2021_02_08_120000_ME4628', 1, 12, 0, 1619472144), | | ('2021_02_08_120000_ME4628', 1, 12, 0, 1619472144), |
| ('2021_02_10_121802_ME3661', 1, 1, 0, 1685381580), | | ('2021_02_10_121802_ME3661', 1, 1, 0, 1685381580), |
| ('2021_02_16_091122_ME4200', 1, 1, 0, 1619472144), | | ('2021_02_16_091122_ME4200', 1, 1, 0, 1619472144), |
| ('2021_02_17_100717_ME4224', 1, 5, 0, 1630594155), | | ('2021_02_17_100717_ME4224', 1, 5, 0, 1630594155), |
| ('2021_02_17_110559_ME3682', 1, 1, 0, 1619472144), | | ('2021_02_17_110559_ME3682', 1, 1, 0, 1619472144), |
| ('2021_02_18_151534_ME4067', 1, 1, 0, 1685381580), | | ('2021_02_18_151534_ME4067', 1, 1, 0, 1685381580), |
| ('2021_02_19_221251_ME3902', 1, 1, 0, 1685381580), | | ('2021_02_19_221251_ME3902', 1, 1, 0, 1685381580), |
| ('2021_02_24_032814_ME4391', 1, 1, 0, 1685381580), | | ('2021_02_24_032814_ME4391', 1, 1, 0, 1685381580), |
| ('2021_02_26_111048_ME4240', 1, 12, 0, 1685381580), | | ('2021_02_26_111048_ME4240', 1, 12, 0, 1685381580), |
| ('2021_03_10_152815_ME4779', 1, 1, 0, 1619472145), | | ('2021_03_10_152815_ME4779', 1, 1, 0, 1619472145), |
| ('2021_03_11_134738_ME4777', 1, 1, 0, 1619472145), | | ('2021_03_11_134738_ME4777', 1, 1, 0, 1619472145), |
| ('2021_03_12_095440_ME4298', 1, 1, 0, 1619472145), | | ('2021_03_12_095440_ME4298', 1, 1, 0, 1619472145), |
| ('2021_03_12_130220_ME4778', 1, 3, 0, 1619472145), | | ('2021_03_12_130220_ME4778', 1, 3, 0, 1619472145), |
| ('2021_03_15_142119_ME4779', 1, 0, 0, 1619472145), | | ('2021_03_15_142119_ME4779', 1, 0, 0, 1619472145), |
| ('2021_03_15_142138_ME4298', 1, 2, 0, 1619472145), | | ('2021_03_15_142138_ME4298', 1, 2, 0, 1619472145), |
| ('2021_03_22_114500_ME4125', 1, 1, 0, 1619472145), | | ('2021_03_22_114500_ME4125', 1, 1, 0, 1619472145), |
| ('2021_03_24_103002_ME4722', 1, 1, 0, 1685381580), | | ('2021_03_24_103002_ME4722', 1, 1, 0, 1685381580), |
| ('2021_03_25_140159_uCalMigrate', 1, 1, 0, 1685381580), | | ('2021_03_25_140159_uCalMigrate', 1, 1, 0, 1685381580), |
| ('2021_03_26_094506_ME4821', 1, 1, 0, 1619472145), | | ('2021_03_26_094506_ME4821', 1, 1, 0, 1619472145), |
| ('2021_03_31_082628_ME3048', 1, 107, 0, 1685381581), | | ('2021_03_31_082628_ME3048', 1, 107, 0, 1685381581), |
| ('2021_04_08_111457_ME3089', 1, 4, 0, 1619472145), | | ('2021_04_08_111457_ME3089', 1, 4, 0, 1619472145), |
| ('2021_04_09_112657_ME4885', 1, 8, 0, 1630594155), | | ('2021_04_09_112657_ME4885', 1, 8, 0, 1630594155), |
| ('2021_04_09_152144_ME4902', 1, 1, 0, 1685381581), | | ('2021_04_09_152144_ME4902', 1, 1, 0, 1685381581), |
| ('2021_04_13_161219_uCalMigrate', 1, 1, 0, 1685381581), | | ('2021_04_13_161219_uCalMigrate', 1, 1, 0, 1685381581), |
| ('2021_04_14_093522_ME4926', 1, 1, 0, 1685381581), | | ('2021_04_14_093522_ME4926', 1, 1, 0, 1685381581), |
| ('2021_04_15_100001_ME2679', 1, 34, 0, 1685381581), | | ('2021_04_15_100001_ME2679', 1, 34, 0, 1685381581), |
| ('2021_04_15_100002_ME2679', 1, 9, 0, 1685381581), | | ('2021_04_15_100002_ME2679', 1, 9, 0, 1685381581), |
| ('2021_04_15_100003_ME2679', 1, 1, 0, 1685381581), | | ('2021_04_15_100003_ME2679', 1, 1, 0, 1685381581), |
| ('2021_04_15_100004_ME2679', 1, 2, 0, 1685381581), | | ('2021_04_15_100004_ME2679', 1, 2, 0, 1685381581), |
| ('2021_04_15_100005_ME2679', 1, 10, 0, 1685381581), | | ('2021_04_15_100005_ME2679', 1, 10, 0, 1685381581), |
| ('2021_04_15_143922_ME4557', 1, 1, 0, 1619472145), | | ('2021_04_15_143922_ME4557', 1, 1, 0, 1619472145), |
| ('2021_04_20_110638_ME4858', 1, 1, 0, 1619472145), | | ('2021_04_20_110638_ME4858', 1, 1, 0, 1619472145), |
| ('2021_04_20_112319_ME4824', 1, 1, 0, 1619472145), | | ('2021_04_20_112319_ME4824', 1, 1, 0, 1619472145), |
| ('2021_04_26_124205_ME4963', 1, 2, 0, 1619472145), | | ('2021_04_26_124205_ME4963', 1, 2, 0, 1619472145), |
| ('2021_04_26_131459_ME4964', 1, 2, 0, 1619472145), | | ('2021_04_26_131459_ME4964', 1, 2, 0, 1619472145), |
| ('2021_04_26_143256_ME4965', 1, 2, 0, 1619472145), | | ('2021_04_26_143256_ME4965', 1, 2, 0, 1619472145), |
| ('2021_04_26_152811_ME4966', 1, 2, 0, 1619472145), | | ('2021_04_26_152811_ME4966', 1, 2, 0, 1619472145), |
| ('2021_04_29_170515_ME2679', 1, 0, 0, 1685381581), | | ('2021_04_29_170515_ME2679', 1, 0, 0, 1685381581), |
| ('2021_04_30_162037_ME2679', 1, 1, 0, 1685381581), | | ('2021_04_30_162037_ME2679', 1, 1, 0, 1685381581), |
| ('2021_05_11_145453_ME5043', 1, 1, 0, 1630594155), | | ('2021_05_11_145453_ME5043', 1, 1, 0, 1630594155), |
| ('2021_05_11_145601_ME4894', 1, 1, 0, 1685381581), | | ('2021_05_11_145601_ME4894', 1, 1, 0, 1685381581), |
| ('2021_05_11_153244_ME5072', 1, 1, 0, 1630594155), | | ('2021_05_11_153244_ME5072', 1, 1, 0, 1630594155), |
| ('2021_05_17_141422_ME2679', 1, 1, 0, 1685381581), | | ('2021_05_17_141422_ME2679', 1, 1, 0, 1685381581), |
| ('2021_05_18_153911_ME2679', 1, 0, 0, 1685381581), | | ('2021_05_18_153911_ME2679', 1, 0, 0, 1685381581), |
| ('2021_05_31_152031_ME5058', 1, 1, 0, 1630594155), | | ('2021_05_31_152031_ME5058', 1, 1, 0, 1630594155), |
| ('2021_05_31_155158_ME5105', 1, 1, 0, 1630594155), | | ('2021_05_31_155158_ME5105', 1, 1, 0, 1630594155), |
| ('2021_05_31_221452_ME2679', 1, 5, 0, 1685381581), | | ('2021_05_31_221452_ME2679', 1, 5, 0, 1685381581), |
| ('2021_06_02_084355_ME3048', 1, 22, 0, 1685381581), | | ('2021_06_02_084355_ME3048', 1, 22, 0, 1685381581), |
| ('2021_06_02_174148_ME2679', 1, 1, 0, 1685381581), | | ('2021_06_02_174148_ME2679', 1, 1, 0, 1685381581), |
| ('2021_06_04_013435_ME5014', 1, 1, 0, 1630594155), | | ('2021_06_04_013435_ME5014', 1, 1, 0, 1630594155), |
| ('2021_06_04_120747_ME5043', 1, 1, 0, 1630594155), | | ('2021_06_04_120747_ME5043', 1, 1, 0, 1630594155), |
| ('2021_06_07_072317_ME5039', 1, 1, 0, 1685381581), | | ('2021_06_07_072317_ME5039', 1, 1, 0, 1685381581), |
| ('2021_06_07_113407_ME5128', 1, 0, 0, 1630594155), | | ('2021_06_07_113407_ME5128', 1, 0, 0, 1630594155), |
| ('2021_06_07_133525_ME5043', 1, 2, 0, 1630594155), | | ('2021_06_07_133525_ME5043', 1, 2, 0, 1630594155), |
| ('2021_06_10_105124_ME2679', 1, 2, 0, 1685381581), | | ('2021_06_10_105124_ME2679', 1, 2, 0, 1685381581), |
| ('2021_06_10_161304_ME5136', 1, 1, 0, 1685381581), | | ('2021_06_10_161304_ME5136', 1, 1, 0, 1685381581), |
| ('2021_06_14_111120_ME5044', 1, 1, 0, 1630594155), | | ('2021_06_14_111120_ME5044', 1, 1, 0, 1630594155), |
| ('2021_06_14_140047_ME5044', 1, 1, 0, 1630594155), | | ('2021_06_14_140047_ME5044', 1, 1, 0, 1630594155), |
| ('2021_06_14_152609_ME5044', 1, 1, 0, 1630594155), | | ('2021_06_14_152609_ME5044', 1, 1, 0, 1630594155), |
| ('2021_06_15_184700_ME5044', 1, 1, 0, 1630594155), | | ('2021_06_15_184700_ME5044', 1, 1, 0, 1630594155), |
| ('2021_06_16_083815_ME5155', 1, 1, 0, 1630594155), | | ('2021_06_16_083815_ME5155', 1, 1, 0, 1630594155), |
| ('2021_06_16_100634_ME5182', 1, 1, 0, 1685381581), | | ('2021_06_16_100634_ME5182', 1, 1, 0, 1685381581), |
| ('2021_06_17_133126_ME2679', 1, 1, 0, 1685381581), | | ('2021_06_17_133126_ME2679', 1, 1, 0, 1685381581), |
| ('2021_06_21_103033_ME5044', 1, 1, 0, 1630594155), | | ('2021_06_21_103033_ME5044', 1, 1, 0, 1630594155), |
| ('2021_06_22_101238_uCalMigrate', 1, 1, 0, 1685381581), | | ('2021_06_22_101238_uCalMigrate', 1, 1, 0, 1685381581), |
| ('2021_06_23_220834_ME5014', 1, 1, 0, 1630594155), | | ('2021_06_23_220834_ME5014', 1, 1, 0, 1630594155), |
| ('2021_06_23_220947_ME5014', 1, 1, 0, 1630594155), | | ('2021_06_23_220947_ME5014', 1, 1, 0, 1630594155), |
| ('2021_06_23_220952_ME5014', 1, 1, 0, 1630594155), | | ('2021_06_23_220952_ME5014', 1, 1, 0, 1630594155), |
| ('2021_06_24_153556_ME4623', 1, 1, 0, 1630594155), | | ('2021_06_24_153556_ME4623', 1, 1, 0, 1630594155), |
| ('2021_06_24_153847_ME4623', 1, 1, 0, 1630594155), | | ('2021_06_24_153847_ME4623', 1, 1, 0, 1630594155), |
| ('2021_06_24_162801_ME4626', 1, 1, 0, 1630594155), | | ('2021_06_24_162801_ME4626', 1, 1, 0, 1630594155), |
| ('2021_07_06_221209_ME5014', 1, 2, 0, 1630594155), | | ('2021_07_06_221209_ME5014', 1, 2, 0, 1630594155), |
| ('2021_07_19_005213_ME5014', 1, 1, 0, 1630594155), | | ('2021_07_19_005213_ME5014', 1, 1, 0, 1630594155), |
| ('2021_07_19_101226_ME2679', 1, 1, 0, 1685381581), | | ('2021_07_19_101226_ME2679', 1, 1, 0, 1685381581), |
| ('2021_07_26_205158_ME5156', 1, 1, 0, 1685381581), | | ('2021_07_26_205158_ME5156', 1, 1, 0, 1685381581), |
| ('2021_07_28_101808_ME5213', 1, 1, 0, 1630594155), | | ('2021_07_28_101808_ME5213', 1, 1, 0, 1630594155), |
| ('2021_07_28_113407_ME5295', 1, 7, 0, 1630594155), | | ('2021_07_28_113407_ME5295', 1, 7, 0, 1630594155), |
| ('2021_08_13_065754_ME5351', 1, 116, 0, 1630594155), | | ('2021_08_13_065754_ME5351', 1, 116, 0, 1630594155), |
| ('2021_08_30_124210_ME5374', 1, 2, 0, 1630594155), | | ('2021_08_30_124210_ME5374', 1, 2, 0, 1630594155), |
| ('2021_08_30_124443_ME5375', 1, 2, 0, 1630594155), | | ('2021_08_30_124443_ME5375', 1, 2, 0, 1630594155), |
| ('2021_08_30_124745_ME5376', 1, 2, 0, 1630594155), | | ('2021_08_30_124745_ME5376', 1, 2, 0, 1630594155), |
| ('2021_08_30_125040_ME5377', 1, 2, 0, 1630594155), | | ('2021_08_30_125040_ME5377', 1, 2, 0, 1630594155), |
| ('2021_09_01_234824_ME5442', 1, 1, 0, 1685381581), | | ('2021_09_01_234824_ME5442', 1, 1, 0, 1685381581), |
| ('2021_09_15_135328_ME5469', 1, 1, 0, 1685381581), | | ('2021_09_15_135328_ME5469', 1, 1, 0, 1685381581), |
| ('2021_09_15_145935_ME5469', 1, 1, 0, 1685381581), | | ('2021_09_15_145935_ME5469', 1, 1, 0, 1685381581), |
| ('2021_09_17_134255_ME5595', 1, 2, 0, 1685381581), | | ('2021_09_17_134255_ME5595', 1, 2, 0, 1685381581), |
| ('2021_09_20_101648_ME4934', 1, 1, 0, 1685381581), | | ('2021_09_20_101648_ME4934', 1, 1, 0, 1685381581), |
| ('2021_09_23_140523_ME5597', 1, 1, 0, 1685381581), | | ('2021_09_23_140523_ME5597', 1, 1, 0, 1685381581), |
| ('2021_09_30_110328_ME5640', 1, 1, 0, 1685381581), | | ('2021_09_30_110328_ME5640', 1, 1, 0, 1685381581), |
| ('2021_10_01_095157_ME5388', 1, 6, 0, 1685381581), | | ('2021_10_01_095157_ME5388', 1, 6, 0, 1685381581), |
| ('2021_10_12_135838_ME2098', 1, 1, 0, 1685381581), | | ('2021_10_12_135838_ME2098', 1, 1, 0, 1685381581), |
| ('2021_10_14_954628_ME5651', 1, 1, 0, 1685381581), | | ('2021_10_14_954628_ME5651', 1, 1, 0, 1685381581), |
| ('2021_10_22_112818_ME5808', 1, 27, 0, 1685381581), | | ('2021_10_22_112818_ME5808', 1, 27, 0, 1685381581), |
| ('2021_10_22_143241_ME5492', 1, 1, 0, 1685381581), | | ('2021_10_22_143241_ME5492', 1, 1, 0, 1685381581), |
| ('2021_10_22_587432_ME5718', 1, 2, 0, 1685381581), | | ('2021_10_22_587432_ME5718', 1, 2, 0, 1685381581), |
| ('2021_10_28_134143_ME5492', 1, 1, 0, 1685381581), | | ('2021_10_28_134143_ME5492', 1, 1, 0, 1685381581), |
| ('2021_10_28_170131_ME5492', 1, 2, 0, 1685381581), | | ('2021_10_28_170131_ME5492', 1, 2, 0, 1685381581), |
| ('2021_10_29_145354_ME5836', 1, 0, 0, 1685381581), | | ('2021_10_29_145354_ME5836', 1, 0, 0, 1685381581), |
| ('2021_11_03_094840_ME4617', 1, 4, 0, 1685381581), | | ('2021_11_03_094840_ME4617', 1, 4, 0, 1685381581), |
| ('2021_11_08_144033_ME5864', 1, 0, 0, 1685381581), | | ('2021_11_08_144033_ME5864', 1, 0, 0, 1685381581), |
| ('2021_11_10_092504_ME5875', 1, 1, 0, 1685381581), | | ('2021_11_10_092504_ME5875', 1, 1, 0, 1685381581), |
| ('2021_11_12_143440_ME5726', 1, 4, 0, 1685381581), | | ('2021_11_12_143440_ME5726', 1, 4, 0, 1685381581), |
| ('2021_11_23_182903_OPS245', 1, 1, 0, 1685381581), | | ('2021_11_23_182903_OPS245', 1, 1, 0, 1685381581), |
| ('2021_12_09_110031_OPS475', 1, 1, 0, 1685381581), | | ('2021_12_09_110031_OPS475', 1, 1, 0, 1685381581), |
| ('2021_12_10_141906_ME5973', 1, 34, 0, 1685381581), | | ('2021_12_10_141906_ME5973', 1, 34, 0, 1685381581), |
| ('2021_12_10_161914_OPS486', 1, 1, 0, 1685381581), | | ('2021_12_10_161914_OPS486', 1, 1, 0, 1685381581), |
| ('2021_12_21_111242_ME5958', 1, 1, 0, 1685381581), | | ('2021_12_21_111242_ME5958', 1, 1, 0, 1685381581), |
| ('2022_01_20_163006_OPS683', 1, 0, 0, 1685381581), | | ('2022_01_20_163006_OPS683', 1, 0, 0, 1685381581), |
| ('2022_01_21_128847_OPS680', 1, 1, 0, 1685381581), | | ('2022_01_21_128847_OPS680', 1, 1, 0, 1685381581), |
| ('2022_02_01_214346_OPS727', 1, 0, 0, 1685381581), | | ('2022_02_01_214346_OPS727', 1, 0, 0, 1685381581), |
| ('2022_02_07_163939_ME3589', 1, 2, 0, 1685381581), | | ('2022_02_07_163939_ME3589', 1, 2, 0, 1685381581), |
| ('2022_02_09_143202_ME5818', 1, 1, 0, 1685381581), | | ('2022_02_09_143202_ME5818', 1, 1, 0, 1685381581), |
| ('2022_02_11_112324_ME6026', 1, 1, 0, 1685381581), | | ('2022_02_11_112324_ME6026', 1, 1, 0, 1685381581), |
| ('2022_02_14_145016_ME6023', 1, 2, 0, 1685381581), | | ('2022_02_14_145016_ME6023', 1, 2, 0, 1685381581), |
| ('2022_02_15_142738_ME6217', 1, 1, 0, 1685381581), | | ('2022_02_15_142738_ME6217', 1, 1, 0, 1685381581), |
| ('2022_02_16_122325_ME6215', 1, 1, 0, 1685381581), | | ('2022_02_16_122325_ME6215', 1, 1, 0, 1685381581), |
| ('2022_02_22_110002_ME5817', 1, 1, 0, 1685381581), | | ('2022_02_22_110002_ME5817', 1, 1, 0, 1685381581), |
| ('2022_02_22_160616_ME6218', 1, 1, 0, 1685381581), | | ('2022_02_22_160616_ME6218', 1, 1, 0, 1685381581), |
| ('2022_02_28_115007_ME5981', 1, 1, 0, 1685381581), | | ('2022_02_28_115007_ME5981', 1, 1, 0, 1685381581), |
| ('2022_02_28_463856_OPS893', 1, 1, 0, 1685381581), | | ('2022_02_28_463856_OPS893', 1, 1, 0, 1685381581), |
| ('2022_03_03_125901_ME5830', 1, 1, 0, 1685381581), | | ('2022_03_03_125901_ME5830', 1, 1, 0, 1685381581), |
| ('2022_03_06_115762_ME6577', 1, 53, 0, 1685381581), | | ('2022_03_06_115762_ME6577', 1, 53, 0, 1685381581), |
| ('2022_03_07_123949_ME6313', 1, 2, 0, 1685381581), | | ('2022_03_07_123949_ME6313', 1, 2, 0, 1685381581), |
| ('2022_03_08_113209_ME6339', 1, 5, 0, 1685381581), | | ('2022_03_08_113209_ME6339', 1, 5, 0, 1685381581), |
| ('2022_03_09_142219_ME6609', 1, 2, 0, 1685381581), | | ('2022_03_09_142219_ME6609', 1, 2, 0, 1685381581), |
| ('2022_03_09_154433_ME6610', 1, 2, 0, 1685381581), | | ('2022_03_09_154433_ME6610', 1, 2, 0, 1685381581), |
| ('2022_03_10_101716_ME6616', 1, 2, 0, 1685381581), | | ('2022_03_10_101716_ME6616', 1, 2, 0, 1685381581), |
| ('2022_03_14_144926_ME5830', 1, 1, 0, 1685381581), | | ('2022_03_14_144926_ME5830', 1, 1, 0, 1685381581), |
| ('2022_03_15_163475_OPS1026', 1, 1, 0, 1685381581), | | ('2022_03_15_163475_OPS1026', 1, 1, 0, 1685381581), |
| ('2022_03_24_141419_ME6784', 1, 1, 0, 1685381581), | | ('2022_03_24_141419_ME6784', 1, 1, 0, 1685381581), |
| ('2022_03_30_155050_ME6557', 1, 1, 0, 1685381581), | | ('2022_03_30_155050_ME6557', 1, 1, 0, 1685381581), |
| ('2022_03_31_094029_ME6528', 1, 1, 0, 1685381581), | | ('2022_03_31_094029_ME6528', 1, 1, 0, 1685381581), |
| ('2022_04_04_143542_OPS566', 1, 9, 0, 1685381581), | | ('2022_04_04_143542_OPS566', 1, 9, 0, 1685381581), |
| ('2022_04_05_174946_ME6762', 1, 1, 0, 1685381581), | | ('2022_04_05_174946_ME6762', 1, 1, 0, 1685381581), |
| ('2022_04_07_204708_OPS1051', 1, 1, 0, 1685381581), | | ('2022_04_07_204708_OPS1051', 1, 1, 0, 1685381581), |
| ('2022_04_13_105939_ME6991', 1, 2, 0, 1685381581), | | ('2022_04_13_105939_ME6991', 1, 2, 0, 1685381581), |
| ('2022_04_13_210900_ME7003', 1, 4, 0, 1685381581), | | ('2022_04_13_210900_ME7003', 1, 4, 0, 1685381581), |
| ('2022_04_19_142556_ME6762', 1, 1, 0, 1685381581), | | ('2022_04_19_142556_ME6762', 1, 1, 0, 1685381581), |
| ('2022_04_22_145303_OPS1148', 1, 3, 0, 1685381581), | | ('2022_04_22_145303_OPS1148', 1, 3, 0, 1685381581), |
| ('2022_04_27_104201_OPS1219', 1, 0, 0, 1685381581), | | ('2022_04_27_104201_OPS1219', 1, 0, 0, 1685381581), |
| ('2022_05_06_145137_ME5492', 1, 1, 0, 1685381581), | | ('2022_05_06_145137_ME5492', 1, 1, 0, 1685381581), |
| ('2022_05_11_105440_ME6822', 1, 1, 0, 1685381581), | | ('2022_05_11_105440_ME6822', 1, 1, 0, 1685381581), |
| ('2022_05_13_104122_ME7164', 1, 3, 0, 1685381581), | | ('2022_05_13_104122_ME7164', 1, 3, 0, 1685381581), |
| ('2022_05_24_119302_OPS1373', 1, 9, 0, 1685381581), | | ('2022_05_24_119302_OPS1373', 1, 9, 0, 1685381581), |
| ('2022_05_24_143119_ME7171', 1, 8, 0, 1685381581), | | ('2022_05_24_143119_ME7171', 1, 8, 0, 1685381581), |
| ('2022_06_03_112712_ME6577', 1, 8, 0, 1685381581), | | ('2022_06_03_112712_ME6577', 1, 8, 0, 1685381581), |
| ('2022_06_08_120405_ME7367', 1, 3, 0, 1685381581), | | ('2022_06_08_120405_ME7367', 1, 3, 0, 1685381581), |
| ('2022_06_08_122211_ME6577', 1, 0, 0, 1685381581), | | ('2022_06_08_122211_ME6577', 1, 0, 0, 1685381581), |
| ('2022_06_09_134213_ME6577', 1, 2, 0, 1685381581), | | ('2022_06_09_134213_ME6577', 1, 2, 0, 1685381581), |
| ('2022_06_09_135432_ME6577', 1, 0, 0, 1685381581), | | ('2022_06_09_135432_ME6577', 1, 0, 0, 1685381581), |
| ('2022_06_20_131311_ME6577', 1, 8, 0, 1685381581), | | ('2022_06_20_131311_ME6577', 1, 8, 0, 1685381581), |
| ('2022_06_20_131312_ME6577', 1, 8, 0, 1685381581), | | ('2022_06_20_131312_ME6577', 1, 8, 0, 1685381581), |
| ('2022_06_20_144747_OPS1548', 1, 1, 0, 1685381581), | | ('2022_06_20_144747_OPS1548', 1, 1, 0, 1685381581), |
| ('2022_06_21_112312_ME6577', 1, 5, 0, 1685381581), | | ('2022_06_21_112312_ME6577', 1, 5, 0, 1685381581), |
| ('2022_06_23_095520_OPS1525', 1, 8, 0, 1685381581), | | ('2022_06_23_095520_OPS1525', 1, 8, 0, 1685381581), |
| ('2022_06_28_114222_ME6577', 1, 0, 0, 1685381582), | | ('2022_06_28_114222_ME6577', 1, 0, 0, 1685381582), |
| ('2022_06_29_113212_ME6577', 1, 0, 0, 1685381582), | | ('2022_06_29_113212_ME6577', 1, 0, 0, 1685381582), |
| ('2022_07_06_123550_OPS1223', 1, 1, 0, 1685381582), | | ('2022_07_06_123550_OPS1223', 1, 1, 0, 1685381582), |
| ('2022_07_13_162817_OPS1870', 1, 1, 0, 1685381582); | | ('2022_07_13_162817_OPS1870', 1, 1, 0, 1685381582); |
| INSERT INTO `migrations` (`migration`, `batch`, `success`, `fail`, `updated_date`) VALUES | | INSERT INTO `migrations` (`migration`, `batch`, `success`, `fail`, `updated_date`) VALUES |
| ('2022_07_14_112452_OPS1770', 1, 1, 0, 1685381582), | | ('2022_07_14_112452_OPS1770', 1, 1, 0, 1685381582), |
| ('2022_07_14_124614_OPS1878', 1, 7, 0, 1685381582), | | ('2022_07_14_124614_OPS1878', 1, 7, 0, 1685381582), |
| ('2022_07_18_094633_OPS1870', 1, 1, 0, 1685381582), | | ('2022_07_18_094633_OPS1870', 1, 1, 0, 1685381582), |
| ('2022_07_18_164614_OPS1870', 1, 1, 0, 1685381582), | | ('2022_07_18_164614_OPS1870', 1, 1, 0, 1685381582), |
| ('2022_07_19_114454_OPS1844', 1, 7, 0, 1685381582), | | ('2022_07_19_114454_OPS1844', 1, 7, 0, 1685381582), |
| ('2022_07_21_125318_OPS1788', 1, 1, 0, 1685381582), | | ('2022_07_21_125318_OPS1788', 1, 1, 0, 1685381582), |
| ('2022_07_21_165245_OPS1725', 1, 1, 0, 1685381582), | | ('2022_07_21_165245_OPS1725', 1, 1, 0, 1685381582), |
| ('2022_07_28_143717_OPS1592', 1, 3, 0, 1685381582), | | ('2022_07_28_143717_OPS1592', 1, 3, 0, 1685381582), |
| ('2022_08_08_142512_OPS2184', 1, 1, 0, 1685381582), | | ('2022_08_08_142512_OPS2184', 1, 1, 0, 1685381582), |
| ('2022_08_15_094624_OPS2260', 1, 1, 0, 1685381582), | | ('2022_08_15_094624_OPS2260', 1, 1, 0, 1685381582), |
| ('2022_08_15_141414_OPS2118', 1, 1, 0, 1685381582), | | ('2022_08_15_141414_OPS2118', 1, 1, 0, 1685381582), |
| ('2022_08_25_155148_OPS1890', 1, 1, 0, 1685381582), | | ('2022_08_25_155148_OPS1890', 1, 1, 0, 1685381582), |
| ('2022_08_29_152222_OPS2055', 1, 1, 0, 1685381582), | | ('2022_08_29_152222_OPS2055', 1, 1, 0, 1685381582), |
| ('2022_09_19_121423_OPS2466', 1, 8, 0, 1685381582), | | ('2022_09_19_121423_OPS2466', 1, 8, 0, 1685381582), |
| ('2022_09_21_144613_OPS2690', 1, 1, 0, 1685381582), | | ('2022_09_21_144613_OPS2690', 1, 1, 0, 1685381582), |
| ('2022_09_22_114132_OPS2541', 1, 1, 0, 1685381582), | | ('2022_09_22_114132_OPS2541', 1, 1, 0, 1685381582), |
| ('2022_10_03_103512_OPS2703', 1, 1, 0, 1685381582), | | ('2022_10_03_103512_OPS2703', 1, 1, 0, 1685381582), |
| ('2022_10_03_111776_OPS1442', 1, 1, 0, 1685381582), | | ('2022_10_03_111776_OPS1442', 1, 1, 0, 1685381582), |
| ('2022_10_03_121110_OPS1437', 1, 1, 0, 1685381582), | | ('2022_10_03_121110_OPS1437', 1, 1, 0, 1685381582), |
| ('2022_10_12_021230_OPS2854', 1, 1, 0, 1685381582), | | ('2022_10_12_021230_OPS2854', 1, 1, 0, 1685381582), |
| ('2022_10_13_160320_OPS2807', 1, 3, 0, 1685381582), | | ('2022_10_13_160320_OPS2807', 1, 3, 0, 1685381582), |
| ('2022_10_17_143233_OPS2920', 1, 2, 0, 1685381582), | | ('2022_10_17_143233_OPS2920', 1, 2, 0, 1685381582), |
| ('2022_10_18_104957_OPS1594', 1, 5, 0, 1685381582), | | ('2022_10_18_104957_OPS1594', 1, 5, 0, 1685381582), |
| ('2022_10_20_112652_OPS2793', 1, 16, 0, 1685381582), | | ('2022_10_20_112652_OPS2793', 1, 16, 0, 1685381582), |
| ('2022_10_20_113436_OPS2450', 1, 4, 0, 1685381582), | | ('2022_10_20_113436_OPS2450', 1, 4, 0, 1685381582), |
| ('2022_10_24_171957_OPS2939', 1, 1, 0, 1685381582), | | ('2022_10_24_171957_OPS2939', 1, 1, 0, 1685381582), |
| ('2022_10_28_153442_ME8312', 1, 2, 0, 1685381582), | | ('2022_10_28_153442_ME8312', 1, 2, 0, 1685381582), |
| ('2022_10_28_154555_ME8311', 1, 2, 0, 1685381582), | | ('2022_10_28_154555_ME8311', 1, 2, 0, 1685381582), |
| ('2022_11_03_090647_OPS3116', 1, 1, 0, 1685381582), | | ('2022_11_03_090647_OPS3116', 1, 1, 0, 1685381582), |
| ('2022_11_08_074744_OPS2793', 1, 1, 0, 1685381582), | | ('2022_11_08_074744_OPS2793', 1, 1, 0, 1685381582), |
| ('2022_11_08_080301_OPS2793', 1, 2, 0, 1685381582), | | ('2022_11_08_080301_OPS2793', 1, 2, 0, 1685381582), |
| ('2022_11_08_130425_OPS3160', 1, 1, 0, 1685381582), | | ('2022_11_08_130425_OPS3160', 1, 1, 0, 1685381582), |
| ('2022_11_17_132622_OPS1842', 1, 0, 0, 1685381582), | | ('2022_11_17_132622_OPS1842', 1, 0, 0, 1685381582), |
| ('2022_11_22_105026_OPS3274', 1, 4, 0, 1685381582), | | ('2022_11_22_105026_OPS3274', 1, 4, 0, 1685381582), |
| ('2022_11_22_143828_OPS3297', 1, 1, 0, 1685381582), | | ('2022_11_22_143828_OPS3297', 1, 1, 0, 1685381582), |
| ('2022_11_25_101022_ME8377', 1, 1, 0, 1685381582), | | ('2022_11_25_101022_ME8377', 1, 1, 0, 1685381582), |
| ('2022_11_28_105333_OPS3323', 1, 0, 0, 1685381582), | | ('2022_11_28_105333_OPS3323', 1, 0, 0, 1685381582), |
| ('2022_11_28_120337_OPS1674', 1, 5, 0, 1685381582), | | ('2022_11_28_120337_OPS1674', 1, 5, 0, 1685381582), |
| ('2022_12_06_102211_OPS8420', 1, 21, 0, 1685381582), | | ('2022_12_06_102211_OPS8420', 1, 21, 0, 1685381582), |
| ('2022_12_07_105123_OPS3395', 1, 1, 0, 1685381582), | | ('2022_12_07_105123_OPS3395', 1, 1, 0, 1685381582), |
| ('2022_12_07_125326_OPS1674', 1, 3, 0, 1685381582), | | ('2022_12_07_125326_OPS1674', 1, 3, 0, 1685381582), |
| ('2022_12_09_105544_OPS3417', 1, 1, 0, 1685381582), | | ('2022_12_09_105544_OPS3417', 1, 1, 0, 1685381582), |
| ('2022_12_15_102222_OPS8420', 1, 2, 0, 1685381582), | | ('2022_12_15_102222_OPS8420', 1, 2, 0, 1685381582), |
| ('2022_12_15_223136_OPS1873', 1, 1, 0, 1685381582), | | ('2022_12_15_223136_OPS1873', 1, 1, 0, 1685381582), |
| ('2022_12_16_181602_OPS3493', 1, 1, 0, 1685381582), | | ('2022_12_16_181602_OPS3493', 1, 1, 0, 1685381582), |
| ('2022_12_21_121108_OPS3464', 1, 1, 0, 1685381582), | | ('2022_12_21_121108_OPS3464', 1, 1, 0, 1685381582), |
| ('2022_12_21_130838_OPS3350', 1, 2, 0, 1685381582), | | ('2022_12_21_130838_OPS3350', 1, 2, 0, 1685381582), |
| ('2022_12_28_111631_OPS3366', 1, 10, 0, 1685381582), | | ('2022_12_28_111631_OPS3366', 1, 10, 0, 1685381582), |
| ('2023_01_04_142300_OPS3034', 1, 6, 0, 1685381582), | | ('2023_01_04_142300_OPS3034', 1, 6, 0, 1685381582), |
| ('2023_01_09_093122_OPS1696', 1, 1, 0, 1685381582), | | ('2023_01_09_093122_OPS1696', 1, 1, 0, 1685381582), |
| ('2023_01_09_170555_OPS1696', 1, 3, 0, 1685381582), | | ('2023_01_09_170555_OPS1696', 1, 3, 0, 1685381582), |
| ('2023_01_09_210149_OPS1696', 1, 3, 0, 1685381582), | | ('2023_01_09_210149_OPS1696', 1, 3, 0, 1685381582), |
| ('2023_01_11_222717_OPS1696', 1, 1, 0, 1685381582), | | ('2023_01_11_222717_OPS1696', 1, 1, 0, 1685381582), |
| ('2023_01_12_112432_OPS3001', 1, 1, 0, 1685381582), | | ('2023_01_12_112432_OPS3001', 1, 1, 0, 1685381582), |
| ('2023_01_12_151210_OPS3696', 1, 5, 0, 1685381582), | | ('2023_01_12_151210_OPS3696', 1, 5, 0, 1685381582), |
| ('2023_01_12_162132_OPS3695', 1, 1, 0, 1685381582), | | ('2023_01_12_162132_OPS3695', 1, 1, 0, 1685381582), |
| ('2023_01_13_155611_OPS3667', 1, 1, 0, 1685381582), | | ('2023_01_13_155611_OPS3667', 1, 1, 0, 1685381582), |
| ('2023_01_18_140418_OPS3669', 1, 1, 0, 1685381582), | | ('2023_01_18_140418_OPS3669', 1, 1, 0, 1685381582), |
| ('2023_01_19_172054_OPS2737', 1, 1, 0, 1685381582), | | ('2023_01_19_172054_OPS2737', 1, 1, 0, 1685381582), |
| ('2023_01_20_153904_ME8420', 1, 2, 0, 1685381582), | | ('2023_01_20_153904_ME8420', 1, 2, 0, 1685381582), |
| ('2023_01_27_181505_ME8420', 1, 1, 0, 1685381582), | | ('2023_01_27_181505_ME8420', 1, 1, 0, 1685381582), |
| ('2023_01_30_105123_OPS3834', 1, 1, 0, 1685381582), | | ('2023_01_30_105123_OPS3834', 1, 1, 0, 1685381582), |
| ('2023_01_31_102920_OPS3852', 1, 0, 0, 1685381582), | | ('2023_01_31_102920_OPS3852', 1, 0, 0, 1685381582), |
| ('2023_02_01_110950_ME8420', 1, 3, 0, 1685381582), | | ('2023_02_01_110950_ME8420', 1, 3, 0, 1685381582), |
| ('2023_02_02_180135_OPS3561', 1, 12, 0, 1685381582), | | ('2023_02_02_180135_OPS3561', 1, 12, 0, 1685381582), |
| ('2023_02_03_093028_ME8420', 1, 1, 0, 1685381582), | | ('2023_02_03_093028_ME8420', 1, 1, 0, 1685381582), |
| ('2023_02_16_142710_OPS3992', 1, 2, 0, 1685381582), | | ('2023_02_16_142710_OPS3992', 1, 2, 0, 1685381582), |
| ('2023_02_16_152310_OPS3904', 1, 1, 0, 1685381582), | | ('2023_02_16_152310_OPS3904', 1, 1, 0, 1685381582), |
| ('2023_02_17_102920_OPS4031', 1, 2, 0, 1685381582), | | ('2023_02_17_102920_OPS4031', 1, 2, 0, 1685381582), |
| ('2023_02_23_143131_OPS3957', 1, 2, 0, 1685381582), | | ('2023_02_23_143131_OPS3957', 1, 2, 0, 1685381582), |
| ('2023_03_01_110621_OPS3916', 1, 1, 0, 1685381582), | | ('2023_03_01_110621_OPS3916', 1, 1, 0, 1685381582), |
| ('2023_03_03_111847_OPS3610', 1, 3, 0, 1685381582), | | ('2023_03_03_111847_OPS3610', 1, 3, 0, 1685381582), |
| ('2023_03_03_154248_OPS3591', 1, 3, 0, 1685381582), | | ('2023_03_03_154248_OPS3591', 1, 3, 0, 1685381582), |
| ('2023_03_08_155530_OPS3591', 1, 1, 0, 1685381582), | | ('2023_03_08_155530_OPS3591', 1, 1, 0, 1685381582), |
| ('2023_03_09_091654_OPS3591', 1, 1, 0, 1685381582), | | ('2023_03_09_091654_OPS3591', 1, 1, 0, 1685381582), |
| ('2023_03_13_143308_OPS4216', 1, 2, 0, 1685381582), | | ('2023_03_13_143308_OPS4216', 1, 2, 0, 1685381582), |
| ('2023_03_13_150840_OPS4025', 1, 0, 0, 1685381582), | | ('2023_03_13_150840_OPS4025', 1, 0, 0, 1685381582), |
| ('2023_03_14_121749_OPS4234', 1, 3, 0, 1685381582), | | ('2023_03_14_121749_OPS4234', 1, 3, 0, 1685381582), |
| ('2023_03_14_143849_OPS3508', 1, 1, 0, 1685381582), | | ('2023_03_14_143849_OPS3508', 1, 1, 0, 1685381582), |
| ('2023_03_15_094123_OPS4224', 1, 1, 0, 1685381582), | | ('2023_03_15_094123_OPS4224', 1, 1, 0, 1685381582), |
| ('2023_03_16_130558_OPS4095', 1, 1, 0, 1685381582), | | ('2023_03_16_130558_OPS4095', 1, 1, 0, 1685381582), |
| ('2023_03_16_163042_OPS4254', 1, 2, 0, 1685381582), | | ('2023_03_16_163042_OPS4254', 1, 2, 0, 1685381582), |
| ('2023_03_17_155326_OPS4230', 1, 1, 0, 1685381582), | | ('2023_03_17_155326_OPS4230', 1, 1, 0, 1685381582), |
| ('2023_03_20_095519_OPS3613', 1, 4, 0, 1685381582), | | ('2023_03_20_095519_OPS3613', 1, 4, 0, 1685381582), |
| ('2023_03_20_114725_OPS3969', 1, 4, 0, 1685381582), | | ('2023_03_20_114725_OPS3969', 1, 4, 0, 1685381582), |
| ('2023_03_20_121956_OPS3614', 1, 4, 0, 1685381582), | | ('2023_03_20_121956_OPS3614', 1, 4, 0, 1685381582), |
| ('2023_03_20_150934_OPS3612', 1, 4, 0, 1685381582), | | ('2023_03_20_150934_OPS3612', 1, 4, 0, 1685381582), |
| ('2023_03_22_142244_OPS4309', 1, 1, 0, 1685381582), | | ('2023_03_22_142244_OPS4309', 1, 1, 0, 1685381582), |
| ('2023_03_22_164020_OPS4279', 1, 4, 0, 1685381582), | | ('2023_03_22_164020_OPS4279', 1, 4, 0, 1685381582), |
| ('2023_03_23_105612_OPS4321', 1, 15, 0, 1685381582), | | ('2023_03_23_105612_OPS4321', 1, 15, 0, 1685381582), |
| ('2023_03_24_145421_OPS4324', 1, 2, 0, 1685381582), | | ('2023_03_24_145421_OPS4324', 1, 2, 0, 1685381582), |
| ('2023_03_24_154139_OPS4136', 1, 4, 0, 1685381582), | | ('2023_03_24_154139_OPS4136', 1, 4, 0, 1685381582), |
| ('2023_03_24_162213_OPS4328', 1, 4, 0, 1685381582), | | ('2023_03_24_162213_OPS4328', 1, 4, 0, 1685381582), |
| ('2023_03_27_093604_OPS4317', 1, 10, 0, 1685381582), | | ('2023_03_27_093604_OPS4317', 1, 10, 0, 1685381582), |
| ('2023_03_29_100507_OPS4019', 1, 1, 0, 1685381582), | | ('2023_03_29_100507_OPS4019', 1, 1, 0, 1685381582), |
| ('2023_03_29_152231_OPS4135', 1, 3, 0, 1685381582), | | ('2023_03_29_152231_OPS4135', 1, 3, 0, 1685381582), |
| ('2023_03_29_155858_OPS4357', 1, 13, 0, 1685381582), | | ('2023_03_29_155858_OPS4357', 1, 13, 0, 1685381582), |
| ('2023_03_30_143959_ME8636', 1, 2, 0, 1685381582), | | ('2023_03_30_143959_ME8636', 1, 2, 0, 1685381582), |
| ('2023_04_03_140811_OPS4137', 1, 5, 0, 1685381582), | | ('2023_04_03_140811_OPS4137', 1, 5, 0, 1685381582), |
| ('2023_04_03_165143_OPS4362', 1, 8, 0, 1685381582), | | ('2023_04_03_165143_OPS4362', 1, 8, 0, 1685381582), |
| ('2023_04_06_191445_OPS4337', 1, 1, 0, 1685381582), | | ('2023_04_06_191445_OPS4337', 1, 1, 0, 1685381582), |
| ('2023_04_19_154751_OPS4353', 1, 1, 0, 1685381582), | | ('2023_04_19_154751_OPS4353', 1, 1, 0, 1685381582), |
| ('2023_04_19_171802_OPS4388', 1, 3, 0, 1685381582), | | ('2023_04_19_171802_OPS4388', 1, 3, 0, 1685381582), |
| ('2023_04_24_162757_OPS4518', 1, 1, 0, 1685381582), | | ('2023_04_24_162757_OPS4518', 1, 1, 0, 1685381582), |
| ('2023_04_24_164452_OPS4518', 1, 1, 0, 1685381582), | | ('2023_04_24_164452_OPS4518', 1, 1, 0, 1685381582), |
| ('2023_04_25_114306_OPS4287', 1, 1, 0, 1685381582), | | ('2023_04_25_114306_OPS4287', 1, 1, 0, 1685381582), |
| ('2023_04_25_115153_OPS4545', 1, 0, 0, 1685381582), | | ('2023_04_25_115153_OPS4545', 1, 0, 0, 1685381582), |
| ('2023_04_26_160937_OPS4547', 1, 0, 0, 1685381582), | | ('2023_04_26_160937_OPS4547', 1, 0, 0, 1685381582), |
| ('2023_05_01_101615_OPS1161', 1, 1, 0, 1685381582), | | ('2023_05_01_101615_OPS1161', 1, 1, 0, 1685381582), |
| ('2023_05_10_164926_OPS4653', 1, 4, 0, 1685381583), | | ('2023_05_10_164926_OPS4653', 1, 4, 0, 1685381583), |
| ('2023_05_11_134458_OPS4647', 1, 2, 0, 1685381583), | | ('2023_05_11_134458_OPS4647', 1, 2, 0, 1685381583), |
| ('2023_05_11_135619_OPS4647', 1, 1, 0, 1685381583), | | ('2023_05_11_135619_OPS4647', 1, 1, 0, 1685381583), |
| ('2023_05_16_114440_OPS4680', 1, 2, 0, 1685381583), | | ('2023_05_16_114440_OPS4680', 1, 2, 0, 1685381583), |
| ('2023_05_17_111404_OPS4700', 1, 3, 0, 1685381583), | | ('2023_05_17_111404_OPS4700', 1, 3, 0, 1685381583), |
| ('2023_05_23_104805_OPS4735', 1, 3, 0, 1685381583); | | ('2023_05_23_104805_OPS4735', 1, 3, 0, 1685381583); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `mtd_categories` | | -- Table structure for table `mtd_categories` |
| -- | | -- |
| | | |
| CREATE TABLE `mtd_categories` ( | | CREATE TABLE `mtd_categories` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `category_code` varchar(3) NOT NULL, | | `category_code` varchar(3) NOT NULL, |
| `category_description` varchar(100) NOT NULL | | `category_description` varchar(100) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `mtd_facilities` | | -- Table structure for table `mtd_facilities` |
| -- | | -- |
| | | |
| CREATE TABLE `mtd_facilities` ( | | CREATE TABLE `mtd_facilities` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `facility_code` int(3) NOT NULL, | | `facility_code` int(3) NOT NULL, |
| `facility_name` varchar(50) NOT NULL, | | `facility_name` varchar(50) NOT NULL, |
| `kingston` int(1) NOT NULL | | `kingston` int(1) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `mtd_locale_duration` | | -- Table structure for table `mtd_locale_duration` |
| -- | | -- |
| | | |
| CREATE TABLE `mtd_locale_duration` ( | | CREATE TABLE `mtd_locale_duration` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `location_id` int(3) NOT NULL, | | `location_id` int(3) NOT NULL, |
| `percent_time` int(3) NOT NULL, | | `percent_time` int(3) NOT NULL, |
| `schedule_id` int(11) NOT NULL | | `schedule_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `mtd_moh_program_codes` | | -- Table structure for table `mtd_moh_program_codes` |
| -- | | -- |
| | | |
| CREATE TABLE `mtd_moh_program_codes` ( | | CREATE TABLE `mtd_moh_program_codes` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `program_code` varchar(3) NOT NULL, | | `program_code` varchar(3) NOT NULL, |
| `program_description` varchar(100) NOT NULL | | `program_description` varchar(100) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `mtd_moh_service_codes` | | -- Table structure for table `mtd_moh_service_codes` |
| -- | | -- |
| | | |
| CREATE TABLE `mtd_moh_service_codes` ( | | CREATE TABLE `mtd_moh_service_codes` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `service_code` varchar(3) NOT NULL, | | `service_code` varchar(3) NOT NULL, |
| `service_description` varchar(50) NOT NULL | | `service_description` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `mtd_pgme_moh_programs` | | -- Table structure for table `mtd_pgme_moh_programs` |
| -- | | -- |
| | | |
| CREATE TABLE `mtd_pgme_moh_programs` ( | | CREATE TABLE `mtd_pgme_moh_programs` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `pgme_program_name` varchar(100) NOT NULL, | | `pgme_program_name` varchar(100) NOT NULL, |
| `moh_service_name` varchar(100) NOT NULL | | `moh_service_name` varchar(100) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `mtd_schedule` | | -- Table structure for table `mtd_schedule` |
| -- | | -- |
| | | |
| CREATE TABLE `mtd_schedule` ( | | CREATE TABLE `mtd_schedule` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `start_date` date NOT NULL, | | `start_date` date NOT NULL, |
| `end_date` date NOT NULL, | | `end_date` date NOT NULL, |
| `service_id` int(3) NOT NULL, | | `service_id` int(3) NOT NULL, |
| `resident_id` int(11) NOT NULL, | | `resident_id` int(11) NOT NULL, |
| `creator_id` int(12) NOT NULL, | | `creator_id` int(12) NOT NULL, |
| `type_code` varchar(1) NOT NULL, | | `type_code` varchar(1) NOT NULL, |
| `updated_date` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP, | | `updated_date` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `category_id` int(3) DEFAULT NULL, | | `category_id` int(3) DEFAULT NULL, |
| `home_program_id` int(3) DEFAULT NULL, | | `home_program_id` int(3) DEFAULT NULL, |
| `home_school_id` int(3) DEFAULT NULL | | `home_school_id` int(3) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `mtd_schools` | | -- Table structure for table `mtd_schools` |
| -- | | -- |
| | | |
| CREATE TABLE `mtd_schools` ( | | CREATE TABLE `mtd_schools` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `school_code` varchar(3) NOT NULL, | | `school_code` varchar(3) NOT NULL, |
| `school_description` varchar(100) NOT NULL | | `school_description` varchar(100) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `mtd_type` | | -- Table structure for table `mtd_type` |
| -- | | -- |
| | | |
| CREATE TABLE `mtd_type` ( | | CREATE TABLE `mtd_type` ( |
| `id` int(12) NOT NULL, | | `id` int(12) NOT NULL, |
| `type_code` varchar(1) NOT NULL, | | `type_code` varchar(1) NOT NULL, |
| `type_description` varchar(100) NOT NULL | | `type_description` varchar(100) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `mtd_type` | | -- Dumping data for table `mtd_type` |
| -- | | -- |
| | | |
| INSERT INTO `mtd_type` (`id`, `type_code`, `type_description`) VALUES | | INSERT INTO `mtd_type` (`id`, `type_code`, `type_description`) VALUES |
| (1, 'I', 'in-patient/emergency'), | | (1, 'I', 'in-patient/emergency'), |
| (2, 'O', 'out-patient'); | | (2, 'O', 'out-patient'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `notices` | | -- Table structure for table `notices` |
| -- | | -- |
| | | |
| CREATE TABLE `notices` ( | | CREATE TABLE `notices` ( |
| `notice_id` int(12) NOT NULL, | | `notice_id` int(12) NOT NULL, |
| `organisation_id` int(12) DEFAULT NULL, | | `organisation_id` int(12) DEFAULT NULL, |
| `notice_title` varchar(256) DEFAULT NULL, | | `notice_title` varchar(256) DEFAULT NULL, |
| `notice_summary` text NOT NULL, | | `notice_summary` text NOT NULL, |
| `display_from` bigint(64) NOT NULL DEFAULT '0', | | `display_from` bigint(64) NOT NULL DEFAULT '0', |
| `display_until` bigint(64) NOT NULL DEFAULT '0', | | `display_until` bigint(64) NOT NULL DEFAULT '0', |
| `send_email` tinyint(4) DEFAULT '0', | | `send_email` tinyint(4) DEFAULT '0', |
| `email_sent_at` bigint(20) DEFAULT NULL, | | `email_sent_at` bigint(20) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `created_by` int(12) NOT NULL DEFAULT '0' | | `created_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `notices_read` | | -- Table structure for table `notices_read` |
| -- | | -- |
| | | |
| CREATE TABLE `notices_read` ( | | CREATE TABLE `notices_read` ( |
| `notice_read_id` int(12) UNSIGNED NOT NULL, | | `notice_read_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `notice_id` int(12) UNSIGNED NOT NULL, | | `notice_id` int(12) UNSIGNED NOT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL | | `created_date` bigint(64) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `notice_audience` | | -- Table structure for table `notice_audience` |
| -- | | -- |
| | | |
| CREATE TABLE `notice_audience` ( | | CREATE TABLE `notice_audience` ( |
| `naudience_id` int(11) NOT NULL, | | `naudience_id` int(11) NOT NULL, |
| `notice_id` int(11) NOT NULL, | | `notice_id` int(11) NOT NULL, |
| `audience_type` varchar(20) NOT NULL, | | `audience_type` varchar(20) NOT NULL, |
| `audience_value` int(11) NOT NULL DEFAULT '0', | | `audience_value` int(11) NOT NULL DEFAULT '0', |
| `updated_by` int(11) NOT NULL DEFAULT '0', | | `updated_by` int(11) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0' | | `updated_date` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `notifications` | | -- Table structure for table `notifications` |
| -- | | -- |
| | | |
| CREATE TABLE `notifications` ( | | CREATE TABLE `notifications` ( |
| `notification_id` int(11) UNSIGNED NOT NULL, | | `notification_id` int(11) UNSIGNED NOT NULL, |
| `nuser_id` int(11) NOT NULL, | | `nuser_id` int(11) NOT NULL, |
| `notification_body` text NOT NULL, | | `notification_body` text NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `from_email` varchar(255) DEFAULT NULL, | | `from_email` varchar(255) DEFAULT NULL, |
| `from_firstname` varchar(255) DEFAULT NULL, | | `from_firstname` varchar(255) DEFAULT NULL, |
| `from_lastname` varchar(255) DEFAULT NULL, | | `from_lastname` varchar(255) DEFAULT NULL, |
| `digest` tinyint(1) NOT NULL DEFAULT '0', | | `digest` tinyint(1) NOT NULL DEFAULT '0', |
| `sent` tinyint(1) NOT NULL DEFAULT '0', | | `sent` tinyint(1) NOT NULL DEFAULT '0', |
| `sent_date` bigint(64) DEFAULT '0' | | `sent_date` bigint(64) DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `notifications` | | -- Dumping data for table `notifications` |
| -- | | -- |
| | | |
| INSERT INTO `notifications` (`notification_id`, `nuser_id`, `notification_body`, `proxy_id`, `from_email`, `from_firstname`, `from_lastname`, `digest`, `sent`, `sent_date`) VALUES | | INSERT INTO `notifications` (`notification_id`, `nuser_id`, `notification_body`, `proxy_id`, `from_email`, `from_firstname`, `from_lastname`, `digest`, `sent`, `sent_date`) VALUES |
| (1, 3, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n <template lang=\"en\">\n <subject>Teacher Jones Assessing Jane Doe [CBME Test] - Flagged Response(s) Selected</subject>\n <body>\n An assessment or evaluation has been completed by user [Teacher Jones] in which a response was flagged.\n\n Further details regarding this user\'s completed assessment or evaluation can be found below:\n\n Title: CBME Test\n\n The completed assessment or evaluation can be found here:\n http://elentra-1x-me.localhost/assessments/assessment?dassessment_id=4&aprogress_id=4&highlight_prompted_responses=true\n\n Regards,\n \n The Elentra ME team,\n http://elentra-1x-me.localhost\n </body>\n </template>\n</templates>', 5, NULL, NULL, NULL, 0, 1, 1685381586), | | (1, 3, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n <template lang=\"en\">\n <subject>Teacher Jones Assessing Jane Doe [CBME Test] - Flagged Response(s) Selected</subject>\n <body>\n An assessment or evaluation has been completed by user [Teacher Jones] in which a response was flagged.\n\n Further details regarding this user\'s completed assessment or evaluation can be found below:\n\n Title: CBME Test\n\n The completed assessment or evaluation can be found here:\n http://elentra-1x-me.localhost/assessments/assessment?dassessment_id=4&aprogress_id=4&highlight_prompted_responses=true\n\n Regards,\n \n The Elentra ME team,\n http://elentra-1x-me.localhost\n </body>\n </template>\n</templates>', 5, NULL, NULL, NULL, 0, 1, 1685381586), |
| (2, 4, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n <template lang=\"en\">\n <subject>Action Required: New Assessment / Evaluation Task</subject>\n <body>\n Dear Kate External,\n\n A new assessment or evaluation task has been made available for you to complete\n (or delegate) in Elentra. To proceed, please click the following link:\n\n http://me.dev.elentra.cloud/assessment/?dassessment_id=5&external_hash=7d8e2da1cdd1a66f67b49a6d1bb5a0ea\n\n If you have any questions or concerns, please don\\\'t hesitate to let me know.\n\n Sincerely,\n CBE Student\n test@student.com\n </body>\n </template>\n</templates>\n', 2, 'test@student.com', 'CBE', 'Student', 0, 1, 1685381586), | | (2, 4, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n <template lang=\"en\">\n <subject>Action Required: New Assessment / Evaluation Task</subject>\n <body>\n Dear Kate External,\n\n A new assessment or evaluation task has been made available for you to complete\n (or delegate) in Elentra. To proceed, please click the following link:\n\n http://me.dev.elentra.cloud/assessment/?dassessment_id=5&external_hash=7d8e2da1cdd1a66f67b49a6d1bb5a0ea\n\n If you have any questions or concerns, please don\\\'t hesitate to let me know.\n\n Sincerely,\n CBE Student\n test@student.com\n </body>\n </template>\n</templates>\n', 2, 'test@student.com', 'CBE', 'Student', 0, 1, 1685381586), |
| n | (3, 5, '<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?>\\n<templates>\\n <template lang=\\\"en\\\">\\n <subject>Action Required: New Assessment \\/ Evaluation Task<\\/subject>\\n <body>\\n Dear Faculty Director,\\n\\n A new assessment or evaluation task has been made available for you to complete\\n (or delegate) in Elentra. To proceed, please click the following link:\\n\\n http:\\/\\/me.dev.elentra.cloud\\/assessments\\n \\n If you have received this email on an earlier date, please be advised that the link\\n to this assessment has been revised, we apologize for any inconvenience this may\\n have caused.\\n\\n If you have any questions about the assessment\\/evaluation tasks in your task list,\\n please contact your program administrator for assistance.\\n\\n Regards,\\n\\n The Elentra ME team\\n <\\/body>\\n <\\/template>\\n<\\/templates>\\n', 7, 'local@me.dev.elentra.cloud', 'System', 'Adminstrator', 0, 0, 0); | n | (3, 5, '<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?>\\n<templates>\\n <template lang=\\\"en\\\">\\n <subject>Action Required: New Assessment \\/ Evaluation Task<\\/subject>\\n <body>\\n Dear Faculty Director,\\n\\n A new assessment or evaluation task has been made available for you to complete\\n (or delegate) in Elentra. To proceed, please click the following link:\\n\\n http:\\/\\/me.dev.elentra.cloud\\/assessments\\n \\n If you have received this email on an earlier date, please be advised that the link\\n to this assessment has been revised, we apologize for any inconvenience this may\\n have caused.\\n\\n If you have any questions about the assessment\\/evaluation tasks in your task list,\\n please contact your program administrator for assistance.\\n\\n Regards,\\n\\n The Elentra ME team\\n <\\/body>\\n <\\/template>\\n<\\/templates>\\n', 7, 'local@me.dev.elentra.cloud', 'System', 'Adminstrator', 0, 0, 0), |
| | | (4, 6, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n <template lang=\"en\">\n <subject>Action Required: New Assessment / Evaluation Task</subject>\n <body>\n Dear Faculty Director,\n\n A new assessment or evaluation task has been made available for you to complete\n (or delegate) in Elentra. To proceed, please click the following link:\n\n http://me.dev.elentra.cloud/assessments/assessment?dassessment_id=7\n \n If you have received this email on an earlier date, please be advised that the link\n to this assessment has been revised, we apologize for any inconvenience this may\n have caused.\n\n If you have any questions or concerns, please don\'t hesitate to let me know.\n\n Sincerely,\n John student\n developer4@elentra.com\n </body>\n </template>\n</templates>\n', 7, 'developer4@elentra.com', 'John', 'student', 0, 0, 0), |
| | | (5, 7, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n <template lang=\"en\">\n <subject>Action Required: New Assessment / Evaluation Task</subject>\n <body>\n Dear Faculty Director,\n\n A new assessment or evaluation task has been made available for you to complete\n (or delegate) in Elentra. To proceed, please click the following link:\n\n http://me.dev.elentra.cloud/assessments/assessment?dassessment_id=9\n \n If you have received this email on an earlier date, please be advised that the link\n to this assessment has been revised, we apologize for any inconvenience this may\n have caused.\n\n If you have any questions or concerns, please don\'t hesitate to let me know.\n\n Sincerely,\n Jane student\n developer2@elentra.com\n </body>\n </template>\n</templates>\n', 7, 'developer2@elentra.com', 'Jane', 'student', 0, 0, 0), |
| | | (6, 8, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n <template lang=\"en\">\n <subject>Action Required: New Assessment / Evaluation Task</subject>\n <body>\n Dear Teacher Jones,\n\n A new assessment or evaluation task has been made available for you to complete\n (or delegate) in Elentra. To proceed, please click the following link:\n\n http://me.dev.elentra.cloud/assessments/assessment?dassessment_id=11\n \n If you have received this email on an earlier date, please be advised that the link\n to this assessment has been revised, we apologize for any inconvenience this may\n have caused.\n\n If you have any questions or concerns, please don\'t hesitate to let me know.\n\n Sincerely,\n John student\n developer4@elentra.com\n </body>\n </template>\n</templates>\n', 5, 'developer4@elentra.com', 'John', 'student', 0, 0, 0), |
| | | (7, 9, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n <template lang=\"en\">\n <subject>Action Required: New Assessment / Evaluation Task</subject>\n <body>\n Dear Faculty Director,\n\n A new assessment or evaluation task has been made available for you to complete\n (or delegate) in Elentra. To proceed, please click the following link:\n\n http://me.dev.elentra.cloud/assessments/assessment?dassessment_id=12\n \n If you have received this email on an earlier date, please be advised that the link\n to this assessment has been revised, we apologize for any inconvenience this may\n have caused.\n\n If you have any questions or concerns, please don\'t hesitate to let me know.\n\n Sincerely,\n John student\n developer4@elentra.com\n </body>\n </template>\n</templates>\n', 7, 'developer4@elentra.com', 'John', 'student', 0, 0, 0), |
| | | (8, 10, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n <template lang=\"en\">\n <subject>Action Required: New Assessment / Evaluation Task</subject>\n <body>\n Dear Faculty Director,\n\n A new assessment or evaluation task has been made available for you to complete\n (or delegate) in Elentra. To proceed, please click the following link:\n\n http://me.dev.elentra.cloud/assessments/assessment?dassessment_id=13\n \n If you have received this email on an earlier date, please be advised that the link\n to this assessment has been revised, we apologize for any inconvenience this may\n have caused.\n\n If you have any questions or concerns, please don\'t hesitate to let me know.\n\n Sincerely,\n John student\n developer4@elentra.com\n </body>\n </template>\n</templates>\n', 7, 'developer4@elentra.com', 'John', 'student', 0, 0, 0), |
| | | (9, 11, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n <template lang=\"en\">\n <subject>Action Required: New Assessment / Evaluation Task</subject>\n <body>\n Dear Faculty Director,\n\n A new assessment or evaluation task has been made available for you to complete\n (or delegate) in Elentra. To proceed, please click the following link:\n\n http://me.dev.elentra.cloud/assessments/assessment?dassessment_id=14\n \n If you have received this email on an earlier date, please be advised that the link\n to this assessment has been revised, we apologize for any inconvenience this may\n have caused.\n\n If you have any questions or concerns, please don\'t hesitate to let me know.\n\n Sincerely,\n John student\n developer4@elentra.com\n </body>\n </template>\n</templates>\n', 7, 'developer4@elentra.com', 'John', 'student', 0, 0, 0), |
| | | (10, 12, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n <template lang=\"en\">\n <subject>Action Required: New Assessment / Evaluation Task</subject>\n <body>\n Dear Faculty Instructor,\n\n A new assessment or evaluation task has been made available for you to complete\n (or delegate) in Elentra. To proceed, please click the following link:\n\n http://me.dev.elentra.cloud/assessments/assessment?dassessment_id=15\n \n If you have received this email on an earlier date, please be advised that the link\n to this assessment has been revised, we apologize for any inconvenience this may\n have caused.\n\n If you have any questions or concerns, please don\'t hesitate to let me know.\n\n Sincerely,\n John student\n developer4@elentra.com\n </body>\n </template>\n</templates>\n', 9, 'developer4@elentra.com', 'John', 'student', 0, 0, 0), |
| | | (11, 13, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n <template lang=\"en\">\n <subject>Action Required: New Assessment / Evaluation Task</subject>\n <body>\n Dear Faculty Instructor,\n\n A new assessment or evaluation task has been made available for you to complete\n (or delegate) in Elentra. To proceed, please click the following link:\n\n http://me.dev.elentra.cloud/assessments/assessment?dassessment_id=16\n \n If you have received this email on an earlier date, please be advised that the link\n to this assessment has been revised, we apologize for any inconvenience this may\n have caused.\n\n If you have any questions or concerns, please don\'t hesitate to let me know.\n\n Sincerely,\n John student\n developer4@elentra.com\n </body>\n </template>\n</templates>\n', 9, 'developer4@elentra.com', 'John', 'student', 0, 0, 0), |
| | | (12, 14, '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<templates>\n <template lang=\"en\">\n <subject>Action Required: New Assessment / Evaluation Task</subject>\n <body>\n Dear Faculty Lecturer,\n\n A new assessment or evaluation task has been made available for you to complete\n (or delegate) in Elentra. To proceed, please click the following link:\n\n http://me.dev.elentra.cloud/assessments/assessment?dassessment_id=17\n \n If you have received this email on an earlier date, please be advised that the link\n to this assessment has been revised, we apologize for any inconvenience this may\n have caused.\n\n If you have any questions or concerns, please don\'t hesitate to let me know.\n\n Sincerely,\n John student\n developer4@elentra.com\n </body>\n </template>\n</templates>\n', 6, 'developer4@elentra.com', 'John', 'student', 0, 0, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `notification_users` | | -- Table structure for table `notification_users` |
| -- | | -- |
| | | |
| CREATE TABLE `notification_users` ( | | CREATE TABLE `notification_users` ( |
| `nuser_id` int(11) UNSIGNED NOT NULL, | | `nuser_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `notification_user_type` enum('proxy_id','external_assessor_id') NOT NULL DEFAULT 'proxy_id', | | `notification_user_type` enum('proxy_id','external_assessor_id') NOT NULL DEFAULT 'proxy_id', |
| `content_type` varchar(48) NOT NULL DEFAULT '', | | `content_type` varchar(48) NOT NULL DEFAULT '', |
| `record_id` int(11) NOT NULL, | | `record_id` int(11) NOT NULL, |
| `record_proxy_id` int(11) DEFAULT NULL, | | `record_proxy_id` int(11) DEFAULT NULL, |
| `notify_active` tinyint(1) NOT NULL DEFAULT '0', | | `notify_active` tinyint(1) NOT NULL DEFAULT '0', |
| `digest_mode` tinyint(1) NOT NULL DEFAULT '0', | | `digest_mode` tinyint(1) NOT NULL DEFAULT '0', |
| `next_notification_date` int(64) NOT NULL DEFAULT '0' | | `next_notification_date` int(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `notification_users` | | -- Dumping data for table `notification_users` |
| -- | | -- |
| | | |
| INSERT INTO `notification_users` (`nuser_id`, `proxy_id`, `notification_user_type`, `content_type`, `record_id`, `record_proxy_id`, `notify_active`, `digest_mode`, `next_notification_date`) VALUES | | INSERT INTO `notification_users` (`nuser_id`, `proxy_id`, `notification_user_type`, `content_type`, `record_id`, `record_proxy_id`, `notify_active`, `digest_mode`, `next_notification_date`) VALUES |
| (1, 5, 'proxy_id', 'assessment_general', 3, 5, 1, 0, 0), | | (1, 5, 'proxy_id', 'assessment_general', 3, 5, 1, 0, 0), |
| (2, 5, 'proxy_id', 'assessment_general', 4, 5, 1, 0, 0), | | (2, 5, 'proxy_id', 'assessment_general', 4, 5, 1, 0, 0), |
| (3, 5, 'proxy_id', 'assessment_flagged_response', 4, 5, 1, 0, 0), | | (3, 5, 'proxy_id', 'assessment_flagged_response', 4, 5, 1, 0, 0), |
| (4, 2, 'external_assessor_id', 'assessment', 5, 2, 1, 0, 0), | | (4, 2, 'external_assessor_id', 'assessment', 5, 2, 1, 0, 0), |
| n | (5, 7, 'proxy_id', 'assessment_general', 6, 7, 1, 0, 1685381586); | n | (5, 7, 'proxy_id', 'assessment_general', 6, 7, 1, 0, 1685381586), |
| | | (6, 7, 'proxy_id', 'assessment', 7, 7, 1, 0, 1685392244), |
| | | (7, 7, 'proxy_id', 'assessment', 9, 7, 1, 0, 1685472987), |
| | | (8, 5, 'proxy_id', 'assessment', 11, 5, 1, 0, 1685539667), |
| | | (9, 7, 'proxy_id', 'assessment', 12, 7, 1, 0, 1685540944), |
| | | (10, 7, 'proxy_id', 'assessment', 13, 7, 1, 0, 1685543931), |
| | | (11, 7, 'proxy_id', 'assessment', 14, 7, 1, 0, 1685544008), |
| | | (12, 9, 'proxy_id', 'assessment', 15, 9, 1, 0, 1685544082), |
| | | (13, 9, 'proxy_id', 'assessment', 16, 9, 1, 0, 1685544112), |
| | | (14, 6, 'proxy_id', 'assessment', 17, 6, 1, 0, 1685544152); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `objective_audience` | | -- Table structure for table `objective_audience` |
| -- | | -- |
| | | |
| CREATE TABLE `objective_audience` ( | | CREATE TABLE `objective_audience` ( |
| `oaudience_id` int(12) UNSIGNED NOT NULL, | | `oaudience_id` int(12) UNSIGNED NOT NULL, |
| `objective_id` int(12) NOT NULL, | | `objective_id` int(12) NOT NULL, |
| `organisation_id` int(12) NOT NULL, | | `organisation_id` int(12) NOT NULL, |
| `audience_type` enum('COURSE','EVENT') NOT NULL DEFAULT 'COURSE', | | `audience_type` enum('COURSE','EVENT') NOT NULL DEFAULT 'COURSE', |
| `audience_value` varchar(12) NOT NULL DEFAULT '', | | `audience_value` varchar(12) NOT NULL DEFAULT '', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `objective_audience` | | -- Dumping data for table `objective_audience` |
| -- | | -- |
| | | |
| INSERT INTO `objective_audience` (`oaudience_id`, `objective_id`, `organisation_id`, `audience_type`, `audience_value`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `objective_audience` (`oaudience_id`, `objective_id`, `organisation_id`, `audience_type`, `audience_value`, `updated_date`, `updated_by`) VALUES |
| (1, 1, 1, 'COURSE', 'all', 0, 0), | | (1, 1, 1, 'COURSE', 'all', 0, 0), |
| (2, 200, 1, 'COURSE', 'all', 0, 0), | | (2, 200, 1, 'COURSE', 'all', 0, 0), |
| (3, 309, 1, 'COURSE', 'all', 0, 0), | | (3, 309, 1, 'COURSE', 'all', 0, 0), |
| (4, 2403, 1, 'COURSE', 'none', 1685381586, 1), | | (4, 2403, 1, 'COURSE', 'none', 1685381586, 1), |
| (5, 2404, 1, 'COURSE', 'none', 1685381586, 1), | | (5, 2404, 1, 'COURSE', 'none', 1685381586, 1), |
| (6, 2405, 1, 'COURSE', 'none', 1685381586, 1), | | (6, 2405, 1, 'COURSE', 'none', 1685381586, 1), |
| (7, 2406, 1, 'COURSE', 'none', 1685381586, 1), | | (7, 2406, 1, 'COURSE', 'none', 1685381586, 1), |
| (8, 2407, 1, 'COURSE', 'none', 1685381586, 1), | | (8, 2407, 1, 'COURSE', 'none', 1685381586, 1), |
| (9, 2415, 1, 'COURSE', 'none', 1685381586, 1), | | (9, 2415, 1, 'COURSE', 'none', 1685381586, 1), |
| (10, 2420, 1, 'COURSE', 'none', 1685381586, 1), | | (10, 2420, 1, 'COURSE', 'none', 1685381586, 1), |
| (11, 2434, 1, 'COURSE', 'none', 1685381586, 1), | | (11, 2434, 1, 'COURSE', 'none', 1685381586, 1), |
| (12, 2435, 1, 'COURSE', 'none', 1685381586, 1), | | (12, 2435, 1, 'COURSE', 'none', 1685381586, 1), |
| (13, 2328, 1, 'COURSE', 'all', 1685381586, 1), | | (13, 2328, 1, 'COURSE', 'all', 1685381586, 1), |
| (14, 2642, 2, 'COURSE', '13', 1685381586, 0); | | (14, 2642, 2, 'COURSE', '13', 1685381586, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `objective_history` | | -- Table structure for table `objective_history` |
| -- | | -- |
| | | |
| CREATE TABLE `objective_history` ( | | CREATE TABLE `objective_history` ( |
| `objective_history_id` int(12) NOT NULL, | | `objective_history_id` int(12) NOT NULL, |
| `objective_id` int(10) NOT NULL DEFAULT '0', | | `objective_id` int(10) NOT NULL DEFAULT '0', |
| `proxy_id` int(10) NOT NULL DEFAULT '0', | | `proxy_id` int(10) NOT NULL DEFAULT '0', |
| `history_message` text NOT NULL, | | `history_message` text NOT NULL, |
| `history_display` int(1) NOT NULL DEFAULT '0', | | `history_display` int(1) NOT NULL DEFAULT '0', |
| `history_timestamp` bigint(64) NOT NULL DEFAULT '0' | | `history_timestamp` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `objective_history` | | -- Dumping data for table `objective_history` |
| -- | | -- |
| | | |
| INSERT INTO `objective_history` (`objective_history_id`, `objective_id`, `proxy_id`, `history_message`, `history_display`, `history_timestamp`) VALUES | | INSERT INTO `objective_history` (`objective_history_id`, `objective_id`, `proxy_id`, `history_message`, `history_display`, `history_timestamp`) VALUES |
| (5, 2337, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586), | | (5, 2337, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586), |
| (6, 2337, 1, 'mapped [Curriculum Objectives] Professionalism', 1, 1685381586), | | (6, 2337, 1, 'mapped [Curriculum Objectives] Professionalism', 1, 1685381586), |
| (7, 2337, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586), | | (7, 2337, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586), |
| (8, 2349, 1, 'mapped [Curriculum Objectives] Communicator', 1, 1685381586), | | (8, 2349, 1, 'mapped [Curriculum Objectives] Communicator', 1, 1685381586), |
| (9, 2349, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586), | | (9, 2349, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586), |
| (10, 2349, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586), | | (10, 2349, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586), |
| (11, 2356, 1, 'mapped [Curriculum Objectives] Manager', 1, 1685381586), | | (11, 2356, 1, 'mapped [Curriculum Objectives] Manager', 1, 1685381586), |
| (12, 2356, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586), | | (12, 2356, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586), |
| (13, 2356, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586), | | (13, 2356, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586), |
| (14, 2367, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586), | | (14, 2367, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586), |
| (15, 2367, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586), | | (15, 2367, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586), |
| (16, 2367, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586), | | (16, 2367, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586), |
| (17, 2367, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586), | | (17, 2367, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586), |
| (18, 2367, 1, 'mapped [Curriculum Objectives] Manager', 1, 1685381586), | | (18, 2367, 1, 'mapped [Curriculum Objectives] Manager', 1, 1685381586), |
| (19, 2375, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586), | | (19, 2375, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586), |
| (20, 2375, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586), | | (20, 2375, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586), |
| (21, 2375, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586), | | (21, 2375, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586), |
| (22, 2375, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586), | | (22, 2375, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586), |
| (23, 2382, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586), | | (23, 2382, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586), |
| (24, 2382, 1, 'mapped [Curriculum Objectives] Professionalism', 1, 1685381586), | | (24, 2382, 1, 'mapped [Curriculum Objectives] Professionalism', 1, 1685381586), |
| (25, 2382, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586), | | (25, 2382, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586), |
| (26, 2382, 1, 'mapped [Curriculum Objectives] Communicator', 1, 1685381586), | | (26, 2382, 1, 'mapped [Curriculum Objectives] Communicator', 1, 1685381586), |
| (27, 2382, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586), | | (27, 2382, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586), |
| (28, 2382, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586), | | (28, 2382, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586), |
| (29, 2382, 1, 'mapped [Curriculum Objectives] Manager', 1, 1685381586), | | (29, 2382, 1, 'mapped [Curriculum Objectives] Manager', 1, 1685381586), |
| (30, 2389, 1, 'mapped [Curriculum Objectives] Professionalism', 1, 1685381586), | | (30, 2389, 1, 'mapped [Curriculum Objectives] Professionalism', 1, 1685381586), |
| (31, 2389, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586), | | (31, 2389, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586), |
| (32, 2389, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586), | | (32, 2389, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586), |
| (33, 2394, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586), | | (33, 2394, 1, 'mapped [Curriculum Objectives] Medical Expert', 1, 1685381586), |
| (34, 2394, 1, 'mapped [Curriculum Objectives] Professionalism', 1, 1685381586), | | (34, 2394, 1, 'mapped [Curriculum Objectives] Professionalism', 1, 1685381586), |
| (35, 2394, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586), | | (35, 2394, 1, 'mapped [Curriculum Objectives] Scholar', 1, 1685381586), |
| (36, 2394, 1, 'mapped [Curriculum Objectives] Communicator', 1, 1685381586), | | (36, 2394, 1, 'mapped [Curriculum Objectives] Communicator', 1, 1685381586), |
| (37, 2394, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586), | | (37, 2394, 1, 'mapped [Curriculum Objectives] Collaborator', 1, 1685381586), |
| (38, 2394, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586), | | (38, 2394, 1, 'mapped [Curriculum Objectives] Advocate', 1, 1685381586), |
| (39, 2394, 1, 'mapped [Curriculum Objectives] Manager', 1, 1685381586), | | (39, 2394, 1, 'mapped [Curriculum Objectives] Manager', 1, 1685381586), |
| (40, 2394, 1, 'mapped [Curriculum Objectives] Professional Behaviour', 1, 1685381586), | | (40, 2394, 1, 'mapped [Curriculum Objectives] Professional Behaviour', 1, 1685381586), |
| (41, 2394, 1, 'mapped [Curriculum Objectives] Principles of Professionalism', 1, 1685381586), | | (41, 2394, 1, 'mapped [Curriculum Objectives] Principles of Professionalism', 1, 1685381586), |
| (42, 2394, 1, 'mapped [Curriculum Objectives] P1.1 Professional Behaviour', 1, 1685381586), | | (42, 2394, 1, 'mapped [Curriculum Objectives] P1.1 Professional Behaviour', 1, 1685381586), |
| (43, 2394, 1, 'mapped [Curriculum Objectives] P1.2 Patient-Centered Care', 1, 1685381586), | | (43, 2394, 1, 'mapped [Curriculum Objectives] P1.2 Patient-Centered Care', 1, 1685381586), |
| (44, 2394, 1, 'mapped [Curriculum Objectives] P1.3 Self-Awareness', 1, 1685381586), | | (44, 2394, 1, 'mapped [Curriculum Objectives] P1.3 Self-Awareness', 1, 1685381586), |
| (45, 2394, 1, 'mapped [Curriculum Objectives] P1.1a', 1, 1685381586), | | (45, 2394, 1, 'mapped [Curriculum Objectives] P1.1a', 1, 1685381586), |
| (46, 2394, 1, 'mapped [Curriculum Objectives] P1.1b', 1, 1685381586); | | (46, 2394, 1, 'mapped [Curriculum Objectives] P1.1b', 1, 1685381586); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `objective_organisation` | | -- Table structure for table `objective_organisation` |
| -- | | -- |
| | | |
| CREATE TABLE `objective_organisation` ( | | CREATE TABLE `objective_organisation` ( |
| `objective_id` int(12) NOT NULL, | | `objective_id` int(12) NOT NULL, |
| `organisation_id` int(12) NOT NULL | | `organisation_id` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `objective_organisation` | | -- Dumping data for table `objective_organisation` |
| -- | | -- |
| | | |
| INSERT INTO `objective_organisation` (`objective_id`, `organisation_id`) VALUES | | INSERT INTO `objective_organisation` (`objective_id`, `organisation_id`) VALUES |
| (1, 1), | | (1, 1), |
| (2, 1), | | (2, 1), |
| (3, 1), | | (3, 1), |
| (4, 1), | | (4, 1), |
| (5, 1), | | (5, 1), |
| (6, 1), | | (6, 1), |
| (7, 1), | | (7, 1), |
| (8, 1), | | (8, 1), |
| (9, 1), | | (9, 1), |
| (10, 1), | | (10, 1), |
| (11, 1), | | (11, 1), |
| (12, 1), | | (12, 1), |
| (13, 1), | | (13, 1), |
| (14, 1), | | (14, 1), |
| (15, 1), | | (15, 1), |
| (16, 1), | | (16, 1), |
| (17, 1), | | (17, 1), |
| (18, 1), | | (18, 1), |
| (19, 1), | | (19, 1), |
| (20, 1), | | (20, 1), |
| (21, 1), | | (21, 1), |
| (22, 1), | | (22, 1), |
| (23, 1), | | (23, 1), |
| (24, 1), | | (24, 1), |
| (25, 1), | | (25, 1), |
| (26, 1), | | (26, 1), |
| (27, 1), | | (27, 1), |
| (28, 1), | | (28, 1), |
| (29, 1), | | (29, 1), |
| (30, 1), | | (30, 1), |
| (32, 1), | | (32, 1), |
| (33, 1), | | (33, 1), |
| (34, 1), | | (34, 1), |
| (35, 1), | | (35, 1), |
| (36, 1), | | (36, 1), |
| (37, 1), | | (37, 1), |
| (38, 1), | | (38, 1), |
| (39, 1), | | (39, 1), |
| (40, 1), | | (40, 1), |
| (41, 1), | | (41, 1), |
| (42, 1), | | (42, 1), |
| (43, 1), | | (43, 1), |
| (44, 1), | | (44, 1), |
| (45, 1), | | (45, 1), |
| (46, 1), | | (46, 1), |
| (47, 1), | | (47, 1), |
| (48, 1), | | (48, 1), |
| (49, 1), | | (49, 1), |
| (50, 1), | | (50, 1), |
| (51, 1), | | (51, 1), |
| (52, 1), | | (52, 1), |
| (53, 1), | | (53, 1), |
| (54, 1), | | (54, 1), |
| (55, 1), | | (55, 1), |
| (56, 1), | | (56, 1), |
| (57, 1), | | (57, 1), |
| (58, 1), | | (58, 1), |
| (59, 1), | | (59, 1), |
| (60, 1), | | (60, 1), |
| (61, 1), | | (61, 1), |
| (62, 1), | | (62, 1), |
| (63, 1), | | (63, 1), |
| (64, 1), | | (64, 1), |
| (65, 1), | | (65, 1), |
| (66, 1), | | (66, 1), |
| (67, 1), | | (67, 1), |
| (68, 1), | | (68, 1), |
| (69, 1), | | (69, 1), |
| (70, 1), | | (70, 1), |
| (71, 1), | | (71, 1), |
| (72, 1), | | (72, 1), |
| (73, 1), | | (73, 1), |
| (74, 1), | | (74, 1), |
| (75, 1), | | (75, 1), |
| (76, 1), | | (76, 1), |
| (77, 1), | | (77, 1), |
| (78, 1), | | (78, 1), |
| (79, 1), | | (79, 1), |
| (80, 1), | | (80, 1), |
| (81, 1), | | (81, 1), |
| (82, 1), | | (82, 1), |
| (83, 1), | | (83, 1), |
| (84, 1), | | (84, 1), |
| (85, 1), | | (85, 1), |
| (86, 1), | | (86, 1), |
| (87, 1), | | (87, 1), |
| (88, 1), | | (88, 1), |
| (89, 1), | | (89, 1), |
| (90, 1), | | (90, 1), |
| (91, 1), | | (91, 1), |
| (92, 1), | | (92, 1), |
| (93, 1), | | (93, 1), |
| (94, 1), | | (94, 1), |
| (95, 1), | | (95, 1), |
| (96, 1), | | (96, 1), |
| (97, 1), | | (97, 1), |
| (98, 1), | | (98, 1), |
| (99, 1), | | (99, 1), |
| (100, 1), | | (100, 1), |
| (101, 1), | | (101, 1), |
| (102, 1), | | (102, 1), |
| (103, 1), | | (103, 1), |
| (104, 1), | | (104, 1), |
| (105, 1), | | (105, 1), |
| (106, 1), | | (106, 1), |
| (107, 1), | | (107, 1), |
| (108, 1), | | (108, 1), |
| (109, 1), | | (109, 1), |
| (110, 1), | | (110, 1), |
| (111, 1), | | (111, 1), |
| (112, 1), | | (112, 1), |
| (113, 1), | | (113, 1), |
| (114, 1), | | (114, 1), |
| (115, 1), | | (115, 1), |
| (116, 1), | | (116, 1), |
| (117, 1), | | (117, 1), |
| (118, 1), | | (118, 1), |
| (119, 1), | | (119, 1), |
| (120, 1), | | (120, 1), |
| (121, 1), | | (121, 1), |
| (122, 1), | | (122, 1), |
| (123, 1), | | (123, 1), |
| (124, 1), | | (124, 1), |
| (125, 1), | | (125, 1), |
| (126, 1), | | (126, 1), |
| (127, 1), | | (127, 1), |
| (128, 1), | | (128, 1), |
| (129, 1), | | (129, 1), |
| (130, 1), | | (130, 1), |
| (131, 1), | | (131, 1), |
| (132, 1), | | (132, 1), |
| (133, 1), | | (133, 1), |
| (134, 1), | | (134, 1), |
| (135, 1), | | (135, 1), |
| (136, 1), | | (136, 1), |
| (137, 1), | | (137, 1), |
| (138, 1), | | (138, 1), |
| (139, 1), | | (139, 1), |
| (140, 1), | | (140, 1), |
| (141, 1), | | (141, 1), |
| (142, 1), | | (142, 1), |
| (143, 1), | | (143, 1), |
| (144, 1), | | (144, 1), |
| (145, 1), | | (145, 1), |
| (146, 1), | | (146, 1), |
| (147, 1), | | (147, 1), |
| (148, 1), | | (148, 1), |
| (149, 1), | | (149, 1), |
| (150, 1), | | (150, 1), |
| (151, 1), | | (151, 1), |
| (152, 1), | | (152, 1), |
| (153, 1), | | (153, 1), |
| (154, 1), | | (154, 1), |
| (155, 1), | | (155, 1), |
| (156, 1), | | (156, 1), |
| (157, 1), | | (157, 1), |
| (158, 1), | | (158, 1), |
| (159, 1), | | (159, 1), |
| (160, 1), | | (160, 1), |
| (161, 1), | | (161, 1), |
| (162, 1), | | (162, 1), |
| (163, 1), | | (163, 1), |
| (164, 1), | | (164, 1), |
| (165, 1), | | (165, 1), |
| (166, 1), | | (166, 1), |
| (167, 1), | | (167, 1), |
| (168, 1), | | (168, 1), |
| (169, 1), | | (169, 1), |
| (170, 1), | | (170, 1), |
| (171, 1), | | (171, 1), |
| (172, 1), | | (172, 1), |
| (173, 1), | | (173, 1), |
| (174, 1), | | (174, 1), |
| (175, 1), | | (175, 1), |
| (176, 1), | | (176, 1), |
| (177, 1), | | (177, 1), |
| (178, 1), | | (178, 1), |
| (179, 1), | | (179, 1), |
| (180, 1), | | (180, 1), |
| (181, 1), | | (181, 1), |
| (182, 1), | | (182, 1), |
| (183, 1), | | (183, 1), |
| (184, 1), | | (184, 1), |
| (185, 1), | | (185, 1), |
| (186, 1), | | (186, 1), |
| (187, 1), | | (187, 1), |
| (188, 1), | | (188, 1), |
| (189, 1), | | (189, 1), |
| (190, 1), | | (190, 1), |
| (191, 1), | | (191, 1), |
| (200, 1), | | (200, 1), |
| (201, 1), | | (201, 1), |
| (202, 1), | | (202, 1), |
| (203, 1), | | (203, 1), |
| (204, 1), | | (204, 1), |
| (205, 1), | | (205, 1), |
| (206, 1), | | (206, 1), |
| (207, 1), | | (207, 1), |
| (208, 1), | | (208, 1), |
| (209, 1), | | (209, 1), |
| (210, 1), | | (210, 1), |
| (211, 1), | | (211, 1), |
| (212, 1), | | (212, 1), |
| (213, 1), | | (213, 1), |
| (214, 1), | | (214, 1), |
| (215, 1), | | (215, 1), |
| (216, 1), | | (216, 1), |
| (217, 1), | | (217, 1), |
| (218, 1), | | (218, 1), |
| (219, 1), | | (219, 1), |
| (221, 1), | | (221, 1), |
| (222, 1), | | (222, 1), |
| (223, 1), | | (223, 1), |
| (224, 1), | | (224, 1), |
| (225, 1), | | (225, 1), |
| (226, 1), | | (226, 1), |
| (228, 1), | | (228, 1), |
| (233, 1), | | (233, 1), |
| (234, 1), | | (234, 1), |
| (235, 1), | | (235, 1), |
| (236, 1), | | (236, 1), |
| (237, 1), | | (237, 1), |
| (238, 1), | | (238, 1), |
| (239, 1), | | (239, 1), |
| (240, 1), | | (240, 1), |
| (241, 1), | | (241, 1), |
| (242, 1), | | (242, 1), |
| (257, 1), | | (257, 1), |
| (258, 1), | | (258, 1), |
| (259, 1), | | (259, 1), |
| (260, 1), | | (260, 1), |
| (261, 1), | | (261, 1), |
| (262, 1), | | (262, 1), |
| (263, 1), | | (263, 1), |
| (264, 1), | | (264, 1), |
| (265, 1), | | (265, 1), |
| (266, 1), | | (266, 1), |
| (267, 1), | | (267, 1), |
| (268, 1), | | (268, 1), |
| (269, 1), | | (269, 1), |
| (270, 1), | | (270, 1), |
| (271, 1), | | (271, 1), |
| (272, 1), | | (272, 1), |
| (273, 1), | | (273, 1), |
| (274, 1), | | (274, 1), |
| (275, 1), | | (275, 1), |
| (276, 1), | | (276, 1), |
| (277, 1), | | (277, 1), |
| (278, 1), | | (278, 1), |
| (279, 1), | | (279, 1), |
| (280, 1), | | (280, 1), |
| (281, 1), | | (281, 1), |
| (282, 1), | | (282, 1), |
| (283, 1), | | (283, 1), |
| (284, 1), | | (284, 1), |
| (286, 1), | | (286, 1), |
| (287, 1), | | (287, 1), |
| (288, 1), | | (288, 1), |
| (289, 1), | | (289, 1), |
| (290, 1), | | (290, 1), |
| (291, 1), | | (291, 1), |
| (292, 1), | | (292, 1), |
| (293, 1), | | (293, 1), |
| (294, 1), | | (294, 1), |
| (295, 1), | | (295, 1), |
| (296, 1), | | (296, 1), |
| (299, 1), | | (299, 1), |
| (300, 1), | | (300, 1), |
| (303, 1), | | (303, 1), |
| (304, 1), | | (304, 1), |
| (305, 1), | | (305, 1), |
| (306, 1), | | (306, 1), |
| (307, 1), | | (307, 1), |
| (308, 1), | | (308, 1), |
| (309, 1), | | (309, 1), |
| (310, 1), | | (310, 1), |
| (311, 1), | | (311, 1), |
| (312, 1), | | (312, 1), |
| (313, 1), | | (313, 1), |
| (314, 1), | | (314, 1), |
| (315, 1), | | (315, 1), |
| (316, 1), | | (316, 1), |
| (317, 1), | | (317, 1), |
| (318, 1), | | (318, 1), |
| (319, 1), | | (319, 1), |
| (320, 1), | | (320, 1), |
| (321, 1), | | (321, 1), |
| (322, 1), | | (322, 1), |
| (323, 1), | | (323, 1), |
| (324, 1), | | (324, 1), |
| (325, 1), | | (325, 1), |
| (326, 1), | | (326, 1), |
| (327, 1), | | (327, 1), |
| (328, 1), | | (328, 1), |
| (329, 1), | | (329, 1), |
| (330, 1), | | (330, 1), |
| (331, 1), | | (331, 1), |
| (332, 1), | | (332, 1), |
| (333, 1), | | (333, 1), |
| (334, 1), | | (334, 1), |
| (335, 1), | | (335, 1), |
| (336, 1), | | (336, 1), |
| (337, 1), | | (337, 1), |
| (338, 1), | | (338, 1), |
| (339, 1), | | (339, 1), |
| (340, 1), | | (340, 1), |
| (341, 1), | | (341, 1), |
| (342, 1), | | (342, 1), |
| (343, 1), | | (343, 1), |
| (344, 1), | | (344, 1), |
| (345, 1), | | (345, 1), |
| (346, 1), | | (346, 1), |
| (347, 1), | | (347, 1), |
| (348, 1), | | (348, 1), |
| (349, 1), | | (349, 1), |
| (350, 1), | | (350, 1), |
| (351, 1), | | (351, 1), |
| (352, 1), | | (352, 1), |
| (353, 1), | | (353, 1), |
| (354, 1), | | (354, 1), |
| (355, 1), | | (355, 1), |
| (356, 1), | | (356, 1), |
| (357, 1), | | (357, 1), |
| (358, 1), | | (358, 1), |
| (359, 1), | | (359, 1), |
| (360, 1), | | (360, 1), |
| (361, 1), | | (361, 1), |
| (362, 1), | | (362, 1), |
| (363, 1), | | (363, 1), |
| (364, 1), | | (364, 1), |
| (365, 1), | | (365, 1), |
| (366, 1), | | (366, 1), |
| (367, 1), | | (367, 1), |
| (368, 1), | | (368, 1), |
| (369, 1), | | (369, 1), |
| (370, 1), | | (370, 1), |
| (371, 1), | | (371, 1), |
| (372, 1), | | (372, 1), |
| (373, 1), | | (373, 1), |
| (374, 1), | | (374, 1), |
| (375, 1), | | (375, 1), |
| (376, 1), | | (376, 1), |
| (377, 1), | | (377, 1), |
| (378, 1), | | (378, 1), |
| (379, 1), | | (379, 1), |
| (380, 1), | | (380, 1), |
| (381, 1), | | (381, 1), |
| (382, 1), | | (382, 1), |
| (383, 1), | | (383, 1), |
| (384, 1), | | (384, 1), |
| (385, 1), | | (385, 1), |
| (386, 1), | | (386, 1), |
| (387, 1), | | (387, 1), |
| (388, 1), | | (388, 1), |
| (389, 1), | | (389, 1), |
| (390, 1), | | (390, 1), |
| (391, 1), | | (391, 1), |
| (392, 1), | | (392, 1), |
| (393, 1), | | (393, 1), |
| (394, 1), | | (394, 1), |
| (395, 1), | | (395, 1), |
| (396, 1), | | (396, 1), |
| (397, 1), | | (397, 1), |
| (398, 1), | | (398, 1), |
| (399, 1), | | (399, 1), |
| (400, 1), | | (400, 1), |
| (401, 1), | | (401, 1), |
| (402, 1), | | (402, 1), |
| (403, 1), | | (403, 1), |
| (404, 1), | | (404, 1), |
| (405, 1), | | (405, 1), |
| (406, 1), | | (406, 1), |
| (407, 1), | | (407, 1), |
| (408, 1), | | (408, 1), |
| (409, 1), | | (409, 1), |
| (410, 1), | | (410, 1), |
| (411, 1), | | (411, 1), |
| (412, 1), | | (412, 1), |
| (413, 1), | | (413, 1), |
| (414, 1), | | (414, 1), |
| (415, 1), | | (415, 1), |
| (416, 1), | | (416, 1), |
| (417, 1), | | (417, 1), |
| (418, 1), | | (418, 1), |
| (419, 1), | | (419, 1), |
| (420, 1), | | (420, 1), |
| (421, 1), | | (421, 1), |
| (422, 1), | | (422, 1), |
| (423, 1), | | (423, 1), |
| (424, 1), | | (424, 1), |
| (425, 1), | | (425, 1), |
| (426, 1), | | (426, 1), |
| (427, 1), | | (427, 1), |
| (428, 1), | | (428, 1), |
| (429, 1), | | (429, 1), |
| (430, 1), | | (430, 1), |
| (431, 1), | | (431, 1), |
| (432, 1), | | (432, 1), |
| (433, 1), | | (433, 1), |
| (434, 1), | | (434, 1), |
| (435, 1), | | (435, 1), |
| (436, 1), | | (436, 1), |
| (437, 1), | | (437, 1), |
| (438, 1), | | (438, 1), |
| (439, 1), | | (439, 1), |
| (440, 1), | | (440, 1), |
| (441, 1), | | (441, 1), |
| (442, 1), | | (442, 1), |
| (443, 1), | | (443, 1), |
| (444, 1), | | (444, 1), |
| (445, 1), | | (445, 1), |
| (446, 1), | | (446, 1), |
| (447, 1), | | (447, 1), |
| (448, 1), | | (448, 1), |
| (449, 1), | | (449, 1), |
| (450, 1), | | (450, 1), |
| (451, 1), | | (451, 1), |
| (452, 1), | | (452, 1), |
| (453, 1), | | (453, 1), |
| (454, 1), | | (454, 1), |
| (455, 1), | | (455, 1), |
| (456, 1), | | (456, 1), |
| (457, 1), | | (457, 1), |
| (458, 1), | | (458, 1), |
| (459, 1), | | (459, 1), |
| (460, 1), | | (460, 1), |
| (461, 1), | | (461, 1), |
| (462, 1), | | (462, 1), |
| (463, 1), | | (463, 1), |
| (464, 1), | | (464, 1), |
| (465, 1), | | (465, 1), |
| (466, 1), | | (466, 1), |
| (467, 1), | | (467, 1), |
| (468, 1), | | (468, 1), |
| (469, 1), | | (469, 1), |
| (470, 1), | | (470, 1), |
| (471, 1), | | (471, 1), |
| (472, 1), | | (472, 1), |
| (473, 1), | | (473, 1), |
| (474, 1), | | (474, 1), |
| (475, 1), | | (475, 1), |
| (476, 1), | | (476, 1), |
| (477, 1), | | (477, 1), |
| (478, 1), | | (478, 1), |
| (479, 1), | | (479, 1), |
| (480, 1), | | (480, 1), |
| (481, 1), | | (481, 1), |
| (482, 1), | | (482, 1), |
| (483, 1), | | (483, 1), |
| (484, 1), | | (484, 1), |
| (485, 1), | | (485, 1), |
| (486, 1), | | (486, 1), |
| (487, 1), | | (487, 1), |
| (488, 1), | | (488, 1), |
| (489, 1), | | (489, 1), |
| (490, 1), | | (490, 1), |
| (491, 1), | | (491, 1), |
| (492, 1), | | (492, 1), |
| (493, 1), | | (493, 1), |
| (494, 1), | | (494, 1), |
| (495, 1), | | (495, 1), |
| (496, 1), | | (496, 1), |
| (497, 1), | | (497, 1), |
| (498, 1), | | (498, 1), |
| (499, 1), | | (499, 1), |
| (500, 1), | | (500, 1), |
| (501, 1), | | (501, 1), |
| (502, 1), | | (502, 1), |
| (503, 1), | | (503, 1), |
| (504, 1), | | (504, 1), |
| (505, 1), | | (505, 1), |
| (506, 1), | | (506, 1), |
| (507, 1), | | (507, 1), |
| (508, 1), | | (508, 1), |
| (509, 1), | | (509, 1), |
| (510, 1), | | (510, 1), |
| (511, 1), | | (511, 1), |
| (512, 1), | | (512, 1), |
| (513, 1), | | (513, 1), |
| (514, 1), | | (514, 1), |
| (515, 1), | | (515, 1), |
| (516, 1), | | (516, 1), |
| (517, 1), | | (517, 1), |
| (518, 1), | | (518, 1), |
| (519, 1), | | (519, 1), |
| (520, 1), | | (520, 1), |
| (521, 1), | | (521, 1), |
| (522, 1), | | (522, 1), |
| (523, 1), | | (523, 1), |
| (524, 1), | | (524, 1), |
| (525, 1), | | (525, 1), |
| (526, 1), | | (526, 1), |
| (527, 1), | | (527, 1), |
| (528, 1), | | (528, 1), |
| (529, 1), | | (529, 1), |
| (2328, 1), | | (2328, 1), |
| (2329, 1), | | (2329, 1), |
| (2330, 1), | | (2330, 1), |
| (2331, 1), | | (2331, 1), |
| (2332, 1), | | (2332, 1), |
| (2333, 1), | | (2333, 1), |
| (2334, 1), | | (2334, 1), |
| (2335, 1), | | (2335, 1), |
| (2336, 1), | | (2336, 1), |
| (2337, 1), | | (2337, 1), |
| (2338, 1), | | (2338, 1), |
| (2339, 1), | | (2339, 1), |
| (2340, 1), | | (2340, 1), |
| (2341, 1), | | (2341, 1), |
| (2342, 1), | | (2342, 1), |
| (2343, 1), | | (2343, 1), |
| (2344, 1), | | (2344, 1), |
| (2345, 1), | | (2345, 1), |
| (2346, 1), | | (2346, 1), |
| (2347, 1), | | (2347, 1), |
| (2348, 1), | | (2348, 1), |
| (2349, 1), | | (2349, 1), |
| (2350, 1), | | (2350, 1), |
| (2351, 1), | | (2351, 1), |
| (2352, 1), | | (2352, 1), |
| (2353, 1), | | (2353, 1), |
| (2354, 1), | | (2354, 1), |
| (2355, 1), | | (2355, 1), |
| (2356, 1), | | (2356, 1), |
| (2357, 1), | | (2357, 1), |
| (2358, 1), | | (2358, 1), |
| (2359, 1), | | (2359, 1), |
| (2360, 1), | | (2360, 1), |
| (2361, 1), | | (2361, 1), |
| (2362, 1), | | (2362, 1), |
| (2363, 1), | | (2363, 1), |
| (2364, 1), | | (2364, 1), |
| (2365, 1), | | (2365, 1), |
| (2366, 1), | | (2366, 1), |
| (2367, 1), | | (2367, 1), |
| (2368, 1), | | (2368, 1), |
| (2369, 1), | | (2369, 1), |
| (2370, 1), | | (2370, 1), |
| (2371, 1), | | (2371, 1), |
| (2372, 1), | | (2372, 1), |
| (2373, 1), | | (2373, 1), |
| (2374, 1), | | (2374, 1), |
| (2375, 1), | | (2375, 1), |
| (2376, 1), | | (2376, 1), |
| (2377, 1), | | (2377, 1), |
| (2378, 1), | | (2378, 1), |
| (2379, 1), | | (2379, 1), |
| (2380, 1), | | (2380, 1), |
| (2381, 1), | | (2381, 1), |
| (2382, 1), | | (2382, 1), |
| (2383, 1), | | (2383, 1), |
| (2384, 1), | | (2384, 1), |
| (2385, 1), | | (2385, 1), |
| (2386, 1), | | (2386, 1), |
| (2387, 1), | | (2387, 1), |
| (2388, 1), | | (2388, 1), |
| (2389, 1), | | (2389, 1), |
| (2390, 1), | | (2390, 1), |
| (2391, 1), | | (2391, 1), |
| (2392, 1), | | (2392, 1), |
| (2393, 1), | | (2393, 1), |
| (2394, 1), | | (2394, 1), |
| (2395, 1), | | (2395, 1), |
| (2396, 1), | | (2396, 1), |
| (2397, 1), | | (2397, 1), |
| (2398, 1), | | (2398, 1), |
| (2399, 1), | | (2399, 1), |
| (2400, 1), | | (2400, 1), |
| (2401, 1), | | (2401, 1), |
| (2402, 1), | | (2402, 1), |
| (2403, 1), | | (2403, 1), |
| (2404, 1), | | (2404, 1), |
| (2405, 1), | | (2405, 1), |
| (2406, 1), | | (2406, 1), |
| (2407, 1), | | (2407, 1), |
| (2408, 1), | | (2408, 1), |
| (2409, 1), | | (2409, 1), |
| (2410, 1), | | (2410, 1), |
| (2411, 1), | | (2411, 1), |
| (2412, 1), | | (2412, 1), |
| (2413, 1), | | (2413, 1), |
| (2414, 1), | | (2414, 1), |
| (2415, 1), | | (2415, 1), |
| (2416, 1), | | (2416, 1), |
| (2417, 1), | | (2417, 1), |
| (2418, 1), | | (2418, 1), |
| (2419, 1), | | (2419, 1), |
| (2420, 1), | | (2420, 1), |
| (2421, 1), | | (2421, 1), |
| (2422, 1), | | (2422, 1), |
| (2423, 1), | | (2423, 1), |
| (2424, 1), | | (2424, 1), |
| (2425, 1), | | (2425, 1), |
| (2426, 1), | | (2426, 1), |
| (2427, 1), | | (2427, 1), |
| (2428, 1), | | (2428, 1), |
| (2429, 1), | | (2429, 1), |
| (2430, 1), | | (2430, 1), |
| (2431, 1), | | (2431, 1), |
| (2432, 1), | | (2432, 1), |
| (2433, 1), | | (2433, 1), |
| (2434, 1), | | (2434, 1), |
| (2435, 1), | | (2435, 1), |
| (2436, 1), | | (2436, 1), |
| (2437, 1), | | (2437, 1), |
| (2438, 1), | | (2438, 1), |
| (2439, 1), | | (2439, 1), |
| (2440, 1), | | (2440, 1), |
| (2441, 1), | | (2441, 1), |
| (2442, 1), | | (2442, 1), |
| (2443, 1), | | (2443, 1), |
| (2444, 1), | | (2444, 1), |
| (2445, 1), | | (2445, 1), |
| (2446, 1), | | (2446, 1), |
| (2447, 1), | | (2447, 1), |
| (2448, 1), | | (2448, 1), |
| (2449, 1), | | (2449, 1), |
| (2450, 1), | | (2450, 1), |
| (2451, 1), | | (2451, 1), |
| (2452, 1), | | (2452, 1), |
| (2453, 1), | | (2453, 1), |
| (2454, 1), | | (2454, 1), |
| (2455, 1), | | (2455, 1), |
| (2456, 1), | | (2456, 1), |
| (2457, 1), | | (2457, 1), |
| (2458, 1), | | (2458, 1), |
| (2459, 1), | | (2459, 1), |
| (2460, 1), | | (2460, 1), |
| (2461, 1), | | (2461, 1), |
| (2462, 1), | | (2462, 1), |
| (2463, 1), | | (2463, 1), |
| (2464, 1), | | (2464, 1), |
| (2465, 1), | | (2465, 1), |
| (2466, 1), | | (2466, 1), |
| (2467, 1), | | (2467, 1), |
| (2468, 1), | | (2468, 1), |
| (2469, 1), | | (2469, 1), |
| (2470, 1), | | (2470, 1), |
| (2471, 1), | | (2471, 1), |
| (2472, 1), | | (2472, 1), |
| (2473, 1), | | (2473, 1), |
| (2474, 1), | | (2474, 1), |
| (2475, 1), | | (2475, 1), |
| (2476, 1), | | (2476, 1), |
| (2477, 1), | | (2477, 1), |
| (2478, 1), | | (2478, 1), |
| (2479, 1), | | (2479, 1), |
| (2480, 1), | | (2480, 1), |
| (2481, 1), | | (2481, 1), |
| (2482, 1), | | (2482, 1), |
| (2483, 1), | | (2483, 1), |
| (2484, 1), | | (2484, 1), |
| (2485, 1), | | (2485, 1), |
| (2486, 1), | | (2486, 1), |
| (2487, 1), | | (2487, 1), |
| (2488, 1), | | (2488, 1), |
| (2489, 1), | | (2489, 1), |
| (2490, 1), | | (2490, 1), |
| (2491, 1), | | (2491, 1), |
| (2492, 1), | | (2492, 1), |
| (2526, 2), | | (2526, 2), |
| (2527, 2), | | (2527, 2), |
| (2528, 2), | | (2528, 2), |
| (2529, 2), | | (2529, 2), |
| (2530, 2), | | (2530, 2), |
| (2531, 2), | | (2531, 2), |
| (2532, 2), | | (2532, 2), |
| (2533, 2), | | (2533, 2), |
| (2534, 2), | | (2534, 2), |
| (2535, 2), | | (2535, 2), |
| (2536, 2), | | (2536, 2), |
| (2537, 2), | | (2537, 2), |
| (2538, 2), | | (2538, 2), |
| (2539, 2), | | (2539, 2), |
| (2540, 2), | | (2540, 2), |
| (2541, 2), | | (2541, 2), |
| (2542, 2), | | (2542, 2), |
| (2543, 2), | | (2543, 2), |
| (2544, 2), | | (2544, 2), |
| (2545, 2), | | (2545, 2), |
| (2546, 2), | | (2546, 2), |
| (2547, 2), | | (2547, 2), |
| (2548, 2), | | (2548, 2), |
| (2549, 2), | | (2549, 2), |
| (2550, 2), | | (2550, 2), |
| (2551, 2), | | (2551, 2), |
| (2552, 2), | | (2552, 2), |
| (2553, 2), | | (2553, 2), |
| (2554, 2), | | (2554, 2), |
| (2555, 2), | | (2555, 2), |
| (2556, 2), | | (2556, 2), |
| (2557, 2), | | (2557, 2), |
| (2558, 2), | | (2558, 2), |
| (2559, 2), | | (2559, 2), |
| (2560, 2), | | (2560, 2), |
| (2561, 2), | | (2561, 2), |
| (2562, 2), | | (2562, 2), |
| (2563, 2), | | (2563, 2), |
| (2564, 2), | | (2564, 2), |
| (2565, 2), | | (2565, 2), |
| (2566, 2), | | (2566, 2), |
| (2567, 2), | | (2567, 2), |
| (2568, 2), | | (2568, 2), |
| (2569, 2), | | (2569, 2), |
| (2570, 2), | | (2570, 2), |
| (2571, 2), | | (2571, 2), |
| (2572, 2), | | (2572, 2), |
| (2573, 2), | | (2573, 2), |
| (2574, 2), | | (2574, 2), |
| (2575, 2), | | (2575, 2), |
| (2576, 2), | | (2576, 2), |
| (2577, 2), | | (2577, 2), |
| (2578, 2), | | (2578, 2), |
| (2579, 2), | | (2579, 2), |
| (2580, 2), | | (2580, 2), |
| (2581, 2), | | (2581, 2), |
| (2582, 2), | | (2582, 2), |
| (2583, 2), | | (2583, 2), |
| (2584, 2), | | (2584, 2), |
| (2585, 2), | | (2585, 2), |
| (2586, 2), | | (2586, 2), |
| (2587, 2), | | (2587, 2), |
| (2588, 2), | | (2588, 2), |
| (2589, 2), | | (2589, 2), |
| (2590, 2), | | (2590, 2), |
| (2591, 2), | | (2591, 2), |
| (2592, 2), | | (2592, 2), |
| (2593, 2), | | (2593, 2), |
| (2594, 2), | | (2594, 2), |
| (2595, 2), | | (2595, 2), |
| (2596, 2), | | (2596, 2), |
| (2597, 2), | | (2597, 2), |
| (2598, 2), | | (2598, 2), |
| (2599, 2), | | (2599, 2), |
| (2600, 2), | | (2600, 2), |
| (2601, 2), | | (2601, 2), |
| (2602, 2), | | (2602, 2), |
| (2603, 2), | | (2603, 2), |
| (2604, 2), | | (2604, 2), |
| (2605, 2), | | (2605, 2), |
| (2606, 2), | | (2606, 2), |
| (2607, 2), | | (2607, 2), |
| (2608, 2), | | (2608, 2), |
| (2609, 2), | | (2609, 2), |
| (2610, 2), | | (2610, 2), |
| (2611, 2), | | (2611, 2), |
| (2612, 2), | | (2612, 2), |
| (2613, 2), | | (2613, 2), |
| (2614, 2), | | (2614, 2), |
| (2615, 2), | | (2615, 2), |
| (2616, 2), | | (2616, 2), |
| (2617, 2), | | (2617, 2), |
| (2618, 2), | | (2618, 2), |
| (2619, 2), | | (2619, 2), |
| (2620, 2), | | (2620, 2), |
| (2621, 2), | | (2621, 2), |
| (2622, 2), | | (2622, 2), |
| (2623, 2), | | (2623, 2), |
| (2624, 2), | | (2624, 2), |
| (2625, 2), | | (2625, 2), |
| (2626, 2), | | (2626, 2), |
| (2627, 2), | | (2627, 2), |
| (2628, 2), | | (2628, 2), |
| (2629, 2), | | (2629, 2), |
| (2630, 2), | | (2630, 2), |
| (2631, 2), | | (2631, 2), |
| (2632, 2), | | (2632, 2), |
| (2633, 2), | | (2633, 2), |
| (2634, 2), | | (2634, 2), |
| (2635, 2), | | (2635, 2), |
| (2636, 2), | | (2636, 2), |
| (2637, 2), | | (2637, 2), |
| (2638, 2), | | (2638, 2), |
| (2639, 2), | | (2639, 2), |
| (2640, 2), | | (2640, 2), |
| (2641, 2), | | (2641, 2), |
| (2642, 2), | | (2642, 2), |
| (2643, 2), | | (2643, 2), |
| (2644, 2), | | (2644, 2), |
| (2645, 2), | | (2645, 2), |
| (2646, 2), | | (2646, 2), |
| (2647, 2), | | (2647, 2), |
| (2648, 2), | | (2648, 2), |
| (2649, 2), | | (2649, 2), |
| (2650, 2), | | (2650, 2), |
| (2651, 2), | | (2651, 2), |
| (2652, 2), | | (2652, 2), |
| (2653, 2), | | (2653, 2), |
| (2654, 2), | | (2654, 2), |
| (2655, 2), | | (2655, 2), |
| (2656, 2), | | (2656, 2), |
| (2657, 2), | | (2657, 2), |
| (2658, 2), | | (2658, 2), |
| (2659, 2), | | (2659, 2), |
| (2660, 2), | | (2660, 2), |
| (2661, 2), | | (2661, 2), |
| (2662, 2), | | (2662, 2), |
| (2663, 2), | | (2663, 2), |
| (2664, 2), | | (2664, 2), |
| (2665, 2), | | (2665, 2), |
| (2666, 2), | | (2666, 2), |
| (2667, 2), | | (2667, 2), |
| (2668, 2), | | (2668, 2), |
| (2669, 2), | | (2669, 2), |
| (2670, 2), | | (2670, 2), |
| (2671, 2), | | (2671, 2), |
| (2672, 2), | | (2672, 2), |
| (2673, 2), | | (2673, 2), |
| (2674, 2), | | (2674, 2), |
| (2675, 2), | | (2675, 2), |
| (2676, 2), | | (2676, 2), |
| (2677, 2), | | (2677, 2), |
| (2678, 2), | | (2678, 2), |
| (2679, 2), | | (2679, 2), |
| (2680, 2), | | (2680, 2), |
| (2681, 2), | | (2681, 2), |
| (2682, 2), | | (2682, 2), |
| (2683, 2), | | (2683, 2), |
| (2684, 2), | | (2684, 2), |
| (2685, 2), | | (2685, 2), |
| (2686, 2), | | (2686, 2), |
| n | (2687, 2); | n | (2687, 2), |
| | | (2688, 1), |
| | | (2689, 1), |
| | | (2690, 1), |
| | | (2691, 1), |
| | | (2692, 1), |
| | | (2693, 1), |
| | | (2694, 1), |
| | | (2695, 1), |
| | | (2696, 1), |
| | | (2697, 1), |
| | | (2698, 1), |
| | | (2699, 1), |
| | | (2700, 1), |
| | | (2701, 1), |
| | | (2702, 1), |
| | | (2703, 1), |
| | | (2704, 1), |
| | | (2705, 1), |
| | | (2706, 1), |
| | | (2707, 1), |
| | | (2708, 1), |
| | | (2709, 1), |
| | | (2710, 1), |
| | | (2711, 1), |
| | | (2712, 1), |
| | | (2713, 1), |
| | | (2714, 1), |
| | | (2715, 1), |
| | | (2716, 1), |
| | | (2717, 1), |
| | | (2718, 1), |
| | | (2719, 1), |
| | | (2720, 1), |
| | | (2721, 1), |
| | | (2722, 1), |
| | | (2723, 1), |
| | | (2724, 1), |
| | | (2725, 1), |
| | | (2726, 1), |
| | | (2727, 1), |
| | | (2728, 1), |
| | | (2729, 1), |
| | | (2730, 1), |
| | | (2731, 1), |
| | | (2732, 1), |
| | | (2733, 1), |
| | | (2734, 1), |
| | | (2735, 1), |
| | | (2736, 1), |
| | | (2737, 1), |
| | | (2738, 1), |
| | | (2739, 1), |
| | | (2740, 1), |
| | | (2741, 1), |
| | | (2742, 1), |
| | | (2743, 1), |
| | | (2744, 1), |
| | | (2745, 1), |
| | | (2746, 1), |
| | | (2747, 1), |
| | | (2748, 1), |
| | | (2749, 1), |
| | | (2750, 1), |
| | | (2751, 1), |
| | | (2752, 1), |
| | | (2753, 1), |
| | | (2754, 1), |
| | | (2755, 1), |
| | | (2756, 1), |
| | | (2757, 1), |
| | | (2758, 1), |
| | | (2759, 1), |
| | | (2760, 1), |
| | | (2761, 1), |
| | | (2762, 1), |
| | | (2763, 1), |
| | | (2764, 1), |
| | | (2765, 1), |
| | | (2766, 1), |
| | | (2767, 1), |
| | | (2768, 1), |
| | | (2769, 1), |
| | | (2770, 1), |
| | | (2771, 1), |
| | | (2772, 1), |
| | | (2773, 1), |
| | | (2774, 1), |
| | | (2775, 1), |
| | | (2776, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `objective_status` | | -- Table structure for table `objective_status` |
| -- | | -- |
| | | |
| CREATE TABLE `objective_status` ( | | CREATE TABLE `objective_status` ( |
| `objective_status_id` int(12) NOT NULL, | | `objective_status_id` int(12) NOT NULL, |
| `objective_status_description` varchar(50) NOT NULL, | | `objective_status_description` varchar(50) NOT NULL, |
| `updated_date` bigint(20) NOT NULL, | | `updated_date` bigint(20) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `objective_status` | | -- Dumping data for table `objective_status` |
| -- | | -- |
| | | |
| INSERT INTO `objective_status` (`objective_status_id`, `objective_status_description`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `objective_status` (`objective_status_id`, `objective_status_description`, `updated_date`, `updated_by`) VALUES |
| (1, 'Draft', 0, 0), | | (1, 'Draft', 0, 0), |
| (2, 'Active', 0, 0), | | (2, 'Active', 0, 0), |
| (3, 'Retired', 0, 0); | | (3, 'Retired', 0, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `objective_tag_attributes` | | -- Table structure for table `objective_tag_attributes` |
| -- | | -- |
| | | |
| CREATE TABLE `objective_tag_attributes` ( | | CREATE TABLE `objective_tag_attributes` ( |
| `otag_attribute_id` int(11) NOT NULL, | | `otag_attribute_id` int(11) NOT NULL, |
| `objective_set_id` int(11) NOT NULL, | | `objective_set_id` int(11) NOT NULL, |
| `target_objective_set_id` int(11) NOT NULL, | | `target_objective_set_id` int(11) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `objective_tag_attributes` | | -- Dumping data for table `objective_tag_attributes` |
| -- | | -- |
| | | |
| INSERT INTO `objective_tag_attributes` (`otag_attribute_id`, `objective_set_id`, `target_objective_set_id`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `objective_tag_attributes` (`otag_attribute_id`, `objective_set_id`, `target_objective_set_id`, `updated_date`, `updated_by`) VALUES |
| (1, 9, 6, 1685381586, 1); | | (1, 9, 6, 1685381586, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `objective_tag_levels` | | -- Table structure for table `objective_tag_levels` |
| -- | | -- |
| | | |
| CREATE TABLE `objective_tag_levels` ( | | CREATE TABLE `objective_tag_levels` ( |
| `otag_level_id` int(11) NOT NULL, | | `otag_level_id` int(11) NOT NULL, |
| `objective_set_id` int(11) NOT NULL, | | `objective_set_id` int(11) NOT NULL, |
| `level` int(2) NOT NULL, | | `level` int(2) NOT NULL, |
| `label` varchar(36) DEFAULT NULL, | | `label` varchar(36) DEFAULT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `objective_tag_levels` | | -- Dumping data for table `objective_tag_levels` |
| -- | | -- |
| | | |
| INSERT INTO `objective_tag_levels` (`otag_level_id`, `objective_set_id`, `level`, `label`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `objective_tag_levels` (`otag_level_id`, `objective_set_id`, `level`, `label`, `updated_date`, `updated_by`) VALUES |
| (1, 9, 1, '', 1685381586, 1), | | (1, 9, 1, '', 1685381586, 1), |
| (2, 9, 2, '', 1685381586, 1); | | (2, 9, 2, '', 1685381586, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `objective_translation` | | -- Table structure for table `objective_translation` |
| -- | | -- |
| | | |
| CREATE TABLE `objective_translation` ( | | CREATE TABLE `objective_translation` ( |
| `objective_translation_id` int(12) NOT NULL, | | `objective_translation_id` int(12) NOT NULL, |
| `objective_id` int(12) NOT NULL, | | `objective_id` int(12) NOT NULL, |
| `language_id` int(12) NOT NULL, | | `language_id` int(12) NOT NULL, |
| `objective_name` text, | | `objective_name` text, |
| `objective_description` text, | | `objective_description` text, |
| `updated_date` bigint(20) NOT NULL, | | `updated_date` bigint(20) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `objective_translation_status` | | -- Table structure for table `objective_translation_status` |
| -- | | -- |
| | | |
| CREATE TABLE `objective_translation_status` ( | | CREATE TABLE `objective_translation_status` ( |
| `objective_translation_status_id` int(12) NOT NULL, | | `objective_translation_status_id` int(12) NOT NULL, |
| `objective_translation_status_description` varchar(30) NOT NULL, | | `objective_translation_status_description` varchar(30) NOT NULL, |
| `updated_date` bigint(20) NOT NULL, | | `updated_date` bigint(20) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='A status of requested or completed and possibly not required.'; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='A status of requested or completed and possibly not required.'; |
| | | |
| -- | | -- |
| -- Dumping data for table `objective_translation_status` | | -- Dumping data for table `objective_translation_status` |
| -- | | -- |
| | | |
| INSERT INTO `objective_translation_status` (`objective_translation_status_id`, `objective_translation_status_description`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `objective_translation_status` (`objective_translation_status_id`, `objective_translation_status_description`, `updated_date`, `updated_by`) VALUES |
| (1, 'Requested', 1, 1), | | (1, 'Requested', 1, 1), |
| (2, 'Completed', 1, 1); | | (2, 'Completed', 1, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `observership_reflections` | | -- Table structure for table `observership_reflections` |
| -- | | -- |
| | | |
| CREATE TABLE `observership_reflections` ( | | CREATE TABLE `observership_reflections` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `observership_id` int(11) NOT NULL, | | `observership_id` int(11) NOT NULL, |
| `physicians_role` text NOT NULL, | | `physicians_role` text NOT NULL, |
| `physician_reflection` text NOT NULL, | | `physician_reflection` text NOT NULL, |
| `role_practice` text, | | `role_practice` text, |
| `observership_challenge` text NOT NULL, | | `observership_challenge` text NOT NULL, |
| `discipline_reflection` text NOT NULL, | | `discipline_reflection` text NOT NULL, |
| `challenge_predictions` text, | | `challenge_predictions` text, |
| `questions` text, | | `questions` text, |
| `career` tinyint(1) NOT NULL DEFAULT '1', | | `career` tinyint(1) NOT NULL DEFAULT '1', |
| `other` text, | | `other` text, |
| `career_exploration` text | | `career_exploration` text |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `organisation_lu_restricted_days` | | -- Table structure for table `organisation_lu_restricted_days` |
| -- | | -- |
| | | |
| CREATE TABLE `organisation_lu_restricted_days` ( | | CREATE TABLE `organisation_lu_restricted_days` ( |
| `orday_id` int(12) UNSIGNED NOT NULL, | | `orday_id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(12) NOT NULL, | | `organisation_id` int(12) NOT NULL, |
| `date_type` enum('specific','computed','weekly','monthly') NOT NULL DEFAULT 'specific', | | `date_type` enum('specific','computed','weekly','monthly') NOT NULL DEFAULT 'specific', |
| `offset` tinyint(1) DEFAULT NULL, | | `offset` tinyint(1) DEFAULT NULL, |
| `day` tinyint(2) DEFAULT NULL, | | `day` tinyint(2) DEFAULT NULL, |
| `month` tinyint(2) DEFAULT NULL, | | `month` tinyint(2) DEFAULT NULL, |
| `year` int(4) DEFAULT NULL, | | `year` int(4) DEFAULT NULL, |
| `reason` varchar(128) DEFAULT NULL, | | `reason` varchar(128) DEFAULT NULL, |
| `updated_date` int(12) NOT NULL, | | `updated_date` int(12) NOT NULL, |
| `updated_by` int(12) NOT NULL, | | `updated_by` int(12) NOT NULL, |
| `day_active` tinyint(1) NOT NULL DEFAULT '1' | | `day_active` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `org_community_types` | | -- Table structure for table `org_community_types` |
| -- | | -- |
| | | |
| CREATE TABLE `org_community_types` ( | | CREATE TABLE `org_community_types` ( |
| `octype_id` int(12) NOT NULL, | | `octype_id` int(12) NOT NULL, |
| `organisation_id` int(12) NOT NULL, | | `organisation_id` int(12) NOT NULL, |
| `community_type_name` varchar(84) NOT NULL DEFAULT '', | | `community_type_name` varchar(84) NOT NULL DEFAULT '', |
| `default_community_template` varchar(30) NOT NULL DEFAULT 'default', | | `default_community_template` varchar(30) NOT NULL DEFAULT 'default', |
| `default_community_theme` varchar(12) NOT NULL DEFAULT 'default', | | `default_community_theme` varchar(12) NOT NULL DEFAULT 'default', |
| `default_community_keywords` varchar(255) NOT NULL DEFAULT '', | | `default_community_keywords` varchar(255) NOT NULL DEFAULT '', |
| `default_community_protected` int(1) NOT NULL DEFAULT '1', | | `default_community_protected` int(1) NOT NULL DEFAULT '1', |
| `default_community_registration` int(1) NOT NULL DEFAULT '1', | | `default_community_registration` int(1) NOT NULL DEFAULT '1', |
| `default_community_members` text NOT NULL, | | `default_community_members` text NOT NULL, |
| `default_mail_list_type` enum('announcements','discussion','inactive') NOT NULL DEFAULT 'inactive', | | `default_mail_list_type` enum('announcements','discussion','inactive') NOT NULL DEFAULT 'inactive', |
| `community_type_options` text NOT NULL, | | `community_type_options` text NOT NULL, |
| `community_type_active` int(1) NOT NULL DEFAULT '1' | | `community_type_active` int(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `org_community_types` | | -- Dumping data for table `org_community_types` |
| -- | | -- |
| | | |
| INSERT INTO `org_community_types` (`octype_id`, `organisation_id`, `community_type_name`, `default_community_template`, `default_community_theme`, `default_community_keywords`, `default_community_protected`, `default_community_registration`, `default_community_members`, `default_mail_list_type`, `community_type_options`, `community_type_active`) VALUES | | INSERT INTO `org_community_types` (`octype_id`, `organisation_id`, `community_type_name`, `default_community_template`, `default_community_theme`, `default_community_keywords`, `default_community_protected`, `default_community_registration`, `default_community_members`, `default_mail_list_type`, `community_type_options`, `community_type_active`) VALUES |
| (1, 1, 'Community', 'default', 'default', '', 1, 0, '', 'inactive', '{}', 1), | | (1, 1, 'Community', 'default', 'default', '', 1, 0, '', 'inactive', '{}', 1), |
| (2, 1, 'Course Website', 'course', 'course', '', 1, 0, '', 'inactive', '{\"course_website\":\"1\"}', 1), | | (2, 1, 'Course Website', 'course', 'course', '', 1, 0, '', 'inactive', '{\"course_website\":\"1\"}', 1), |
| (3, 1, 'Learning Module', 'learningmodule', 'default', '', 1, 0, '', 'inactive', '{\"sequential_navigation\":\"1\"}', 1); | | (3, 1, 'Learning Module', 'learningmodule', 'default', '', 1, 0, '', 'inactive', '{\"sequential_navigation\":\"1\"}', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `permissions` | | -- Table structure for table `permissions` |
| -- | | -- |
| | | |
| CREATE TABLE `permissions` ( | | CREATE TABLE `permissions` ( |
| `permission_id` int(12) NOT NULL, | | `permission_id` int(12) NOT NULL, |
| `assigned_by` int(12) NOT NULL DEFAULT '0', | | `assigned_by` int(12) NOT NULL DEFAULT '0', |
| `assigned_to` int(12) NOT NULL DEFAULT '0', | | `assigned_to` int(12) NOT NULL DEFAULT '0', |
| `valid_from` bigint(64) NOT NULL DEFAULT '0', | | `valid_from` bigint(64) NOT NULL DEFAULT '0', |
| `valid_until` bigint(64) NOT NULL DEFAULT '0', | | `valid_until` bigint(64) NOT NULL DEFAULT '0', |
| `teaching_reminders` tinyint(1) NOT NULL DEFAULT '1' | | `teaching_reminders` tinyint(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `pg_blocks` | | -- Table structure for table `pg_blocks` |
| -- | | -- |
| | | |
| CREATE TABLE `pg_blocks` ( | | CREATE TABLE `pg_blocks` ( |
| `id` int(12) NOT NULL, | | `id` int(12) NOT NULL, |
| `block_name` varchar(8) NOT NULL, | | `block_name` varchar(8) NOT NULL, |
| `start_date` date NOT NULL, | | `start_date` date NOT NULL, |
| `end_date` date NOT NULL, | | `end_date` date NOT NULL, |
| `year` varchar(9) NOT NULL | | `year` varchar(9) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `pg_blocks` | | -- Dumping data for table `pg_blocks` |
| -- | | -- |
| | | |
| INSERT INTO `pg_blocks` (`id`, `block_name`, `start_date`, `end_date`, `year`) VALUES | | INSERT INTO `pg_blocks` (`id`, `block_name`, `start_date`, `end_date`, `year`) VALUES |
| (1, '1', '2010-07-01', '2010-07-26', '2010-2011'), | | (1, '1', '2010-07-01', '2010-07-26', '2010-2011'), |
| (2, '2', '2010-07-27', '2010-08-23', '2010-2011'), | | (2, '2', '2010-07-27', '2010-08-23', '2010-2011'), |
| (3, '3', '2010-08-24', '2010-09-20', '2010-2011'), | | (3, '3', '2010-08-24', '2010-09-20', '2010-2011'), |
| (4, '4', '2010-09-21', '2010-10-18', '2010-2011'), | | (4, '4', '2010-09-21', '2010-10-18', '2010-2011'), |
| (5, '5', '2010-10-19', '2010-11-15', '2010-2011'), | | (5, '5', '2010-10-19', '2010-11-15', '2010-2011'), |
| (6, '6', '2010-11-16', '2010-12-13', '2010-2011'), | | (6, '6', '2010-11-16', '2010-12-13', '2010-2011'), |
| (7, '7', '2010-12-14', '2011-01-10', '2010-2011'), | | (7, '7', '2010-12-14', '2011-01-10', '2010-2011'), |
| (8, '8', '2011-01-11', '2011-02-07', '2010-2011'), | | (8, '8', '2011-01-11', '2011-02-07', '2010-2011'), |
| (9, '9', '2011-02-08', '2011-03-07', '2010-2011'), | | (9, '9', '2011-02-08', '2011-03-07', '2010-2011'), |
| (10, '10', '2011-03-08', '2011-04-04', '2010-2011'), | | (10, '10', '2011-03-08', '2011-04-04', '2010-2011'), |
| (11, '11', '2011-04-05', '2011-05-02', '2010-2011'), | | (11, '11', '2011-04-05', '2011-05-02', '2010-2011'), |
| (12, '12', '2011-05-03', '2011-05-30', '2010-2011'), | | (12, '12', '2011-05-03', '2011-05-30', '2010-2011'), |
| (13, '13', '2011-05-31', '2011-06-30', '2010-2011'), | | (13, '13', '2011-05-31', '2011-06-30', '2010-2011'), |
| (14, '1', '2011-07-01', '2011-08-01', '2011-2012'), | | (14, '1', '2011-07-01', '2011-08-01', '2011-2012'), |
| (15, '2', '2011-08-02', '2011-08-29', '2011-2012'), | | (15, '2', '2011-08-02', '2011-08-29', '2011-2012'), |
| (16, '3', '2011-08-30', '2011-09-26', '2011-2012'), | | (16, '3', '2011-08-30', '2011-09-26', '2011-2012'), |
| (17, '4', '2011-09-27', '2011-10-24', '2011-2012'), | | (17, '4', '2011-09-27', '2011-10-24', '2011-2012'), |
| (18, '5', '2011-10-25', '2011-11-21', '2011-2012'), | | (18, '5', '2011-10-25', '2011-11-21', '2011-2012'), |
| (19, '6', '2011-11-22', '2011-12-19', '2011-2012'), | | (19, '6', '2011-11-22', '2011-12-19', '2011-2012'), |
| (20, '7', '2012-12-20', '2012-01-16', '2011-2012'), | | (20, '7', '2012-12-20', '2012-01-16', '2011-2012'), |
| (21, '8', '2012-01-17', '2012-02-13', '2011-2012'), | | (21, '8', '2012-01-17', '2012-02-13', '2011-2012'), |
| (22, '9', '2012-02-14', '2012-03-12', '2011-2012'), | | (22, '9', '2012-02-14', '2012-03-12', '2011-2012'), |
| (23, '10', '2012-03-13', '2012-04-09', '2011-2012'), | | (23, '10', '2012-03-13', '2012-04-09', '2011-2012'), |
| (24, '11', '2012-04-10', '2012-05-07', '2011-2012'), | | (24, '11', '2012-04-10', '2012-05-07', '2011-2012'), |
| (25, '12', '2012-05-08', '2012-06-04', '2011-2012'), | | (25, '12', '2012-05-08', '2012-06-04', '2011-2012'), |
| (26, '13', '2012-06-05', '2012-06-30', '2011-2012'); | | (26, '13', '2012-06-05', '2012-06-30', '2011-2012'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `pg_eval_response_rates` | | -- Table structure for table `pg_eval_response_rates` |
| -- | | -- |
| | | |
| CREATE TABLE `pg_eval_response_rates` ( | | CREATE TABLE `pg_eval_response_rates` ( |
| `id` int(12) NOT NULL, | | `id` int(12) NOT NULL, |
| `program_name` varchar(100) NOT NULL, | | `program_name` varchar(100) NOT NULL, |
| `response_type` varchar(20) NOT NULL, | | `response_type` varchar(20) NOT NULL, |
| `completed` int(10) NOT NULL, | | `completed` int(10) NOT NULL, |
| `distributed` int(10) NOT NULL, | | `distributed` int(10) NOT NULL, |
| `percent_complete` int(3) NOT NULL, | | `percent_complete` int(3) NOT NULL, |
| `gen_date` date NOT NULL | | `gen_date` date NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `pg_one45_community` | | -- Table structure for table `pg_one45_community` |
| -- | | -- |
| | | |
| CREATE TABLE `pg_one45_community` ( | | CREATE TABLE `pg_one45_community` ( |
| `id` int(12) NOT NULL, | | `id` int(12) NOT NULL, |
| `one45_name` varchar(50) NOT NULL, | | `one45_name` varchar(50) NOT NULL, |
| `community_name` varchar(50) NOT NULL | | `community_name` varchar(50) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `poll_answers` | | -- Table structure for table `poll_answers` |
| -- | | -- |
| | | |
| CREATE TABLE `poll_answers` ( | | CREATE TABLE `poll_answers` ( |
| `answer_id` int(12) NOT NULL, | | `answer_id` int(12) NOT NULL, |
| `poll_id` int(12) NOT NULL DEFAULT '0', | | `poll_id` int(12) NOT NULL DEFAULT '0', |
| `answer_text` varchar(255) NOT NULL, | | `answer_text` varchar(255) NOT NULL, |
| `answer_order` int(2) NOT NULL DEFAULT '0' | | `answer_order` int(2) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `poll_questions` | | -- Table structure for table `poll_questions` |
| -- | | -- |
| | | |
| CREATE TABLE `poll_questions` ( | | CREATE TABLE `poll_questions` ( |
| `poll_id` int(12) NOT NULL, | | `poll_id` int(12) NOT NULL, |
| `poll_target_type` enum('group','grad_year','cohort') NOT NULL, | | `poll_target_type` enum('group','grad_year','cohort') NOT NULL, |
| `poll_target` varchar(32) NOT NULL DEFAULT 'all', | | `poll_target` varchar(32) NOT NULL DEFAULT 'all', |
| `poll_question` text NOT NULL, | | `poll_question` text NOT NULL, |
| `poll_from` bigint(64) NOT NULL DEFAULT '0', | | `poll_from` bigint(64) NOT NULL DEFAULT '0', |
| `poll_until` bigint(64) NOT NULL DEFAULT '0' | | `poll_until` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `poll_results` | | -- Table structure for table `poll_results` |
| -- | | -- |
| | | |
| CREATE TABLE `poll_results` ( | | CREATE TABLE `poll_results` ( |
| `result_id` int(12) NOT NULL, | | `result_id` int(12) NOT NULL, |
| `poll_id` int(12) NOT NULL DEFAULT '0', | | `poll_id` int(12) NOT NULL DEFAULT '0', |
| `answer_id` int(12) NOT NULL DEFAULT '0', | | `answer_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `ip` varchar(64) NOT NULL, | | `ip` varchar(64) NOT NULL, |
| `timestamp` bigint(64) NOT NULL DEFAULT '0' | | `timestamp` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolios_course_groups` | | -- Table structure for table `portfolios_course_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolios_course_groups` ( | | CREATE TABLE `portfolios_course_groups` ( |
| `pcgroup_id` int(10) UNSIGNED NOT NULL, | | `pcgroup_id` int(10) UNSIGNED NOT NULL, |
| `pportfolios_id` int(10) UNSIGNED NOT NULL, | | `pportfolios_id` int(10) UNSIGNED NOT NULL, |
| `cgroup_id` int(11) NOT NULL, | | `cgroup_id` int(11) NOT NULL, |
| `pcperiod_id` int(10) UNSIGNED DEFAULT NULL, | | `pcperiod_id` int(10) UNSIGNED DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(10) UNSIGNED DEFAULT NULL | | `deleted_by` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `portfolios_course_groups` | | -- Dumping data for table `portfolios_course_groups` |
| -- | | -- |
| | | |
| INSERT INTO `portfolios_course_groups` (`pcgroup_id`, `pportfolios_id`, `cgroup_id`, `pcperiod_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `portfolios_course_groups` (`pcgroup_id`, `pportfolios_id`, `cgroup_id`, `pcperiod_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 1, 1, NULL, 1685381586, 1, NULL, NULL), | | (1, 1, 1, NULL, 1685381586, 1, NULL, NULL), |
| (2, 2, 1, NULL, 1685381586, 1, NULL, NULL), | | (2, 2, 1, NULL, 1685381586, 1, NULL, NULL), |
| (3, 4, 3, NULL, 1685381586, 1, NULL, NULL), | | (3, 4, 3, NULL, 1685381586, 1, NULL, NULL), |
| (4, 6, 3, NULL, 1685381586, 1, NULL, NULL), | | (4, 6, 3, NULL, 1685381586, 1, NULL, NULL), |
| (5, 8, 1, NULL, 1685381586, 1, NULL, NULL), | | (5, 8, 1, NULL, 1685381586, 1, NULL, NULL), |
| (6, 10, 1, NULL, 1685381586, 1, NULL, NULL), | | (6, 10, 1, NULL, 1685381586, 1, NULL, NULL), |
| (7, 15, 5, NULL, 1685381586, 1, NULL, NULL); | | (7, 15, 5, NULL, 1685381586, 1, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolios_curriculum_periods` | | -- Table structure for table `portfolios_curriculum_periods` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolios_curriculum_periods` ( | | CREATE TABLE `portfolios_curriculum_periods` ( |
| `pcperiod_id` int(10) UNSIGNED NOT NULL, | | `pcperiod_id` int(10) UNSIGNED NOT NULL, |
| `pportfolios_id` int(10) UNSIGNED NOT NULL, | | `pportfolios_id` int(10) UNSIGNED NOT NULL, |
| `cperiod_id` int(11) NOT NULL, | | `cperiod_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(10) UNSIGNED DEFAULT NULL | | `deleted_by` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `portfolios_curriculum_periods` | | -- Dumping data for table `portfolios_curriculum_periods` |
| -- | | -- |
| | | |
| INSERT INTO `portfolios_curriculum_periods` (`pcperiod_id`, `pportfolios_id`, `cperiod_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `portfolios_curriculum_periods` (`pcperiod_id`, `pportfolios_id`, `cperiod_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 1, 1, 1685381586, 1, NULL, NULL), | | (1, 1, 1, 1685381586, 1, NULL, NULL), |
| (2, 2, 1, 1685381586, 1, NULL, NULL), | | (2, 2, 1, 1685381586, 1, NULL, NULL), |
| (3, 3, 1, 1685381586, 1, NULL, NULL), | | (3, 3, 1, 1685381586, 1, NULL, NULL), |
| (4, 4, 1, 1685381586, 1, NULL, NULL), | | (4, 4, 1, 1685381586, 1, NULL, NULL), |
| (5, 5, 1, 1685381586, 1, NULL, NULL), | | (5, 5, 1, 1685381586, 1, NULL, NULL), |
| (6, 6, 1, 1685381586, 1, NULL, NULL), | | (6, 6, 1, 1685381586, 1, NULL, NULL), |
| (7, 7, 1, 1685381586, 1, NULL, NULL), | | (7, 7, 1, 1685381586, 1, NULL, NULL), |
| (8, 8, 1, 1685381586, 1, NULL, NULL), | | (8, 8, 1, 1685381586, 1, NULL, NULL), |
| (9, 9, 1, 1685381586, 1, NULL, NULL), | | (9, 9, 1, 1685381586, 1, NULL, NULL), |
| (10, 10, 1, 1685381586, 1, NULL, NULL), | | (10, 10, 1, 1685381586, 1, NULL, NULL), |
| (11, 11, 1, 1685381586, 1, NULL, NULL), | | (11, 11, 1, 1685381586, 1, NULL, NULL), |
| (13, 13, 1, 1685381586, 1, NULL, NULL), | | (13, 13, 1, 1685381586, 1, NULL, NULL), |
| (14, 14, 1, 1685381586, 1, NULL, NULL), | | (14, 14, 1, 1685381586, 1, NULL, NULL), |
| (15, 15, 1, 1685381586, 1, NULL, NULL), | | (15, 15, 1, 1685381586, 1, NULL, NULL), |
| (16, 16, 1, 1685381586, 1, NULL, NULL), | | (16, 16, 1, 1685381586, 1, NULL, NULL), |
| (17, 17, 1, 1685381586, 1, NULL, NULL); | | (17, 17, 1, 1685381586, 1, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolios_groups` | | -- Table structure for table `portfolios_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolios_groups` ( | | CREATE TABLE `portfolios_groups` ( |
| `pgroup_id` int(10) UNSIGNED NOT NULL, | | `pgroup_id` int(10) UNSIGNED NOT NULL, |
| `pportfolios_id` int(10) UNSIGNED NOT NULL, | | `pportfolios_id` int(10) UNSIGNED NOT NULL, |
| `group_id` int(12) NOT NULL, | | `group_id` int(12) NOT NULL, |
| `pcperiod_id` int(10) UNSIGNED DEFAULT NULL, | | `pcperiod_id` int(10) UNSIGNED DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(10) UNSIGNED DEFAULT NULL | | `deleted_by` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `portfolios_groups` | | -- Dumping data for table `portfolios_groups` |
| -- | | -- |
| | | |
| INSERT INTO `portfolios_groups` (`pgroup_id`, `pportfolios_id`, `group_id`, `pcperiod_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `portfolios_groups` (`pgroup_id`, `pportfolios_id`, `group_id`, `pcperiod_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 1, 1, NULL, 1685381586, 1, NULL, NULL), | | (1, 1, 1, NULL, 1685381586, 1, NULL, NULL), |
| (2, 1, 2, NULL, 1685381586, 1, NULL, NULL), | | (2, 1, 2, NULL, 1685381586, 1, NULL, NULL), |
| (3, 1, 4, NULL, 1685381586, 1, NULL, NULL), | | (3, 1, 4, NULL, 1685381586, 1, NULL, NULL), |
| (4, 2, 4, NULL, 1685381586, 1, NULL, NULL), | | (4, 2, 4, NULL, 1685381586, 1, NULL, NULL), |
| (5, 3, 3, NULL, 1685381586, 1, NULL, NULL), | | (5, 3, 3, NULL, 1685381586, 1, NULL, NULL), |
| (6, 4, 4, NULL, 1685381586, 1, NULL, NULL), | | (6, 4, 4, NULL, 1685381586, 1, NULL, NULL), |
| (7, 5, 2, NULL, 1685381586, 1, NULL, NULL), | | (7, 5, 2, NULL, 1685381586, 1, NULL, NULL), |
| (8, 5, 3, NULL, 1685381586, 1, NULL, NULL), | | (8, 5, 3, NULL, 1685381586, 1, NULL, NULL), |
| (9, 5, 3, NULL, 1685381586, 1, NULL, NULL), | | (9, 5, 3, NULL, 1685381586, 1, NULL, NULL), |
| (10, 8, 3, NULL, 1685381586, 1, NULL, NULL), | | (10, 8, 3, NULL, 1685381586, 1, NULL, NULL), |
| (11, 11, 3, NULL, 1685381586, 1, NULL, NULL), | | (11, 11, 3, NULL, 1685381586, 1, NULL, NULL), |
| (12, 11, 4, NULL, 1685381586, 1, NULL, NULL), | | (12, 11, 4, NULL, 1685381586, 1, NULL, NULL), |
| (13, 15, 2, NULL, 1685381586, 1, NULL, NULL), | | (13, 15, 2, NULL, 1685381586, 1, NULL, NULL), |
| (14, 16, 3, NULL, 1685381586, 1, NULL, NULL); | | (14, 16, 3, NULL, 1685381586, 1, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolios_learners` | | -- Table structure for table `portfolios_learners` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolios_learners` ( | | CREATE TABLE `portfolios_learners` ( |
| `plearner_id` int(11) NOT NULL, | | `plearner_id` int(11) NOT NULL, |
| `pportfolios_id` int(10) UNSIGNED NOT NULL, | | `pportfolios_id` int(10) UNSIGNED NOT NULL, |
| `proxy_id` int(11) UNSIGNED NOT NULL, | | `proxy_id` int(11) UNSIGNED NOT NULL, |
| `pcperiod_id` int(10) UNSIGNED DEFAULT NULL, | | `pcperiod_id` int(10) UNSIGNED DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(10) UNSIGNED DEFAULT NULL | | `deleted_by` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `portfolios_learners` | | -- Dumping data for table `portfolios_learners` |
| -- | | -- |
| | | |
| INSERT INTO `portfolios_learners` (`plearner_id`, `pportfolios_id`, `proxy_id`, `pcperiod_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `portfolios_learners` (`plearner_id`, `pportfolios_id`, `proxy_id`, `pcperiod_id`, `created_date`, `created_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 1, 10, 1, 1685381586, 1, NULL, NULL), | | (1, 1, 10, 1, 1685381586, 1, NULL, NULL), |
| (2, 2, 4, 1, 1685381586, 1, NULL, NULL), | | (2, 2, 4, 1, 1685381586, 1, NULL, NULL), |
| (3, 3, 4, 1, 1685381586, 1, NULL, NULL), | | (3, 3, 4, 1, 1685381586, 1, NULL, NULL), |
| (4, 3, 10, 1, 1685381586, 1, NULL, NULL), | | (4, 3, 10, 1, 1685381586, 1, NULL, NULL), |
| (5, 5, 10, 1, 1685381586, 1, NULL, NULL), | | (5, 5, 10, 1, 1685381586, 1, NULL, NULL), |
| (6, 7, 10, 1, 1685381586, 1, NULL, NULL), | | (6, 7, 10, 1, 1685381586, 1, NULL, NULL), |
| (7, 9, 10, 1, 1685381586, 1, NULL, NULL), | | (7, 9, 10, 1, 1685381586, 1, NULL, NULL), |
| (8, 15, 15, 1, 1685381586, 1, NULL, NULL), | | (8, 15, 15, 1, 1685381586, 1, NULL, NULL), |
| (9, 17, 10, 1, 1685381586, 1, NULL, NULL); | | (9, 17, 10, 1, 1685381586, 1, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolios_portfolios` | | -- Table structure for table `portfolios_portfolios` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolios_portfolios` ( | | CREATE TABLE `portfolios_portfolios` ( |
| `pportfolios_id` int(10) UNSIGNED NOT NULL, | | `pportfolios_id` int(10) UNSIGNED NOT NULL, |
| `organisation_id` int(12) UNSIGNED DEFAULT NULL, | | `organisation_id` int(12) UNSIGNED DEFAULT NULL, |
| `name` varchar(120) NOT NULL, | | `name` varchar(120) NOT NULL, |
| `is_learner_visible` tinyint(4) NOT NULL DEFAULT '0', | | `is_learner_visible` tinyint(4) NOT NULL DEFAULT '0', |
| `is_learner_exportable` tinyint(4) NOT NULL DEFAULT '0', | | `is_learner_exportable` tinyint(4) NOT NULL DEFAULT '0', |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(10) UNSIGNED DEFAULT NULL, | | `updated_by` int(10) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(10) UNSIGNED DEFAULT NULL | | `deleted_by` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `portfolios_portfolios` | | -- Dumping data for table `portfolios_portfolios` |
| -- | | -- |
| | | |
| INSERT INTO `portfolios_portfolios` (`pportfolios_id`, `organisation_id`, `name`, `is_learner_visible`, `is_learner_exportable`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `portfolios_portfolios` (`pportfolios_id`, `organisation_id`, `name`, `is_learner_visible`, `is_learner_exportable`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 1, 'Portfolio one - visible', 1, 1, 1678728786, 1, 1685381586, 1, NULL, NULL), | | (1, 1, 'Portfolio one - visible', 1, 1, 1678728786, 1, 1685381586, 1, NULL, NULL), |
| (2, 1, 'Portfolio two', 0, 1, 1679333586, 1, 1685381586, 1, NULL, NULL), | | (2, 1, 'Portfolio two', 0, 1, 1679333586, 1, 1685381586, 1, NULL, NULL), |
| (3, 1, 'Portfolio three - visible', 1, 1, 1679938386, 1, 1685381586, 1, NULL, NULL), | | (3, 1, 'Portfolio three - visible', 1, 1, 1679938386, 1, 1685381586, 1, NULL, NULL), |
| (4, 1, 'Portfolio four', 0, 1, 1680543186, 1, 1685381586, 1, NULL, NULL), | | (4, 1, 'Portfolio four', 0, 1, 1680543186, 1, 1685381586, 1, NULL, NULL), |
| (5, 1, 'Portfolio five - visible', 1, 1, 1681147986, 1, 1685381586, 1, NULL, NULL), | | (5, 1, 'Portfolio five - visible', 1, 1, 1681147986, 1, 1685381586, 1, NULL, NULL), |
| (6, 1, 'Portfolio six', 0, 1, 1681752786, 1, 1685381586, 1, NULL, NULL), | | (6, 1, 'Portfolio six', 0, 1, 1681752786, 1, 1685381586, 1, NULL, NULL), |
| (7, 1, 'Portfolio seven - visible', 1, 1, 1682357586, 1, 1685381586, 1, NULL, NULL), | | (7, 1, 'Portfolio seven - visible', 1, 1, 1682357586, 1, 1685381586, 1, NULL, NULL), |
| (8, 1, 'Portfolio eight', 0, 1, 1682962386, 1, NULL, 1, NULL, NULL), | | (8, 1, 'Portfolio eight', 0, 1, 1682962386, 1, NULL, 1, NULL, NULL), |
| (9, 1, 'Portfolio nine - visible', 1, 1, 1683567186, 1, NULL, 1, NULL, NULL), | | (9, 1, 'Portfolio nine - visible', 1, 1, 1683567186, 1, NULL, 1, NULL, NULL), |
| (10, 1, 'Portfolio ten', 0, 1, 1684171986, 1, NULL, 1, NULL, NULL), | | (10, 1, 'Portfolio ten', 0, 1, 1684171986, 1, NULL, 1, NULL, NULL), |
| (11, 1, 'this is an updatable portfolio', 0, 0, 1685381586, 1, 1685381586, 1, NULL, NULL), | | (11, 1, 'this is an updatable portfolio', 0, 0, 1685381586, 1, 1685381586, 1, NULL, NULL), |
| (12, 1, 'deletable portfolio', 0, 0, 1685381586, 1, 1685381586, 1, NULL, NULL), | | (12, 1, 'deletable portfolio', 0, 0, 1685381586, 1, 1685381586, 1, NULL, NULL), |
| (13, 1, 'invisible portfolio turned to visible', 0, 0, 1685381586, 1, 1685381586, 1, NULL, NULL), | | (13, 1, 'invisible portfolio turned to visible', 0, 0, 1685381586, 1, 1685381586, 1, NULL, NULL), |
| (14, 1, 'visible portfolio turned to invisible', 1, 0, 1685381586, 1, 1685381586, 1, NULL, NULL), | | (14, 1, 'visible portfolio turned to invisible', 1, 0, 1685381586, 1, 1685381586, 1, NULL, NULL), |
| (15, 1, 'portfolio with all audience types', 1, 0, 1685381586, 1, 1685381586, 1, NULL, NULL), | | (15, 1, 'portfolio with all audience types', 1, 0, 1685381586, 1, 1685381586, 1, NULL, NULL), |
| (16, 1, 'portfolio with cohort 2022 as audience', 1, 0, 1685381586, 1, 1685381586, 1, NULL, NULL), | | (16, 1, 'portfolio with cohort 2022 as audience', 1, 0, 1685381586, 1, 1685381586, 1, NULL, NULL), |
| (17, 1, 'portfolio with learner Ana as audience', 1, 0, 1685381586, 1, 1685381586, 1, NULL, NULL); | | (17, 1, 'portfolio with learner Ana as audience', 1, 0, 1685381586, 1, 1685381586, 1, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolios_tasks` | | -- Table structure for table `portfolios_tasks` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolios_tasks` ( | | CREATE TABLE `portfolios_tasks` ( |
| `ptask_id` int(10) UNSIGNED NOT NULL, | | `ptask_id` int(10) UNSIGNED NOT NULL, |
| `ptrequest_id` int(10) UNSIGNED NOT NULL, | | `ptrequest_id` int(10) UNSIGNED NOT NULL, |
| `name` varchar(130) NOT NULL, | | `name` varchar(130) NOT NULL, |
| `description` varchar(255) NOT NULL, | | `description` varchar(255) NOT NULL, |
| `type` enum('Text','File','Form') NOT NULL, | | `type` enum('Text','File','Form') NOT NULL, |
| `advisor_form_id` int(10) UNSIGNED DEFAULT NULL, | | `advisor_form_id` int(10) UNSIGNED DEFAULT NULL, |
| `student_form_id` int(10) UNSIGNED DEFAULT NULL, | | `student_form_id` int(10) UNSIGNED DEFAULT NULL, |
| `due_date` bigint(64) NOT NULL, | | `due_date` bigint(64) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(10) UNSIGNED NOT NULL, | | `updated_by` int(10) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(10) UNSIGNED DEFAULT NULL | | `deleted_by` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `portfolios_tasks` | | -- Dumping data for table `portfolios_tasks` |
| -- | | -- |
| | | |
| INSERT INTO `portfolios_tasks` (`ptask_id`, `ptrequest_id`, `name`, `description`, `type`, `advisor_form_id`, `student_form_id`, `due_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `portfolios_tasks` (`ptask_id`, `ptrequest_id`, `name`, `description`, `type`, `advisor_form_id`, `student_form_id`, `due_date`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 1, 'Task one - Type Text', '', 'Text', NULL, NULL, 0, 1678728786, 1, 1685381586, 1, NULL, NULL), | | (1, 1, 'Task one - Type Text', '', 'Text', NULL, NULL, 0, 1678728786, 1, 1685381586, 1, NULL, NULL), |
| (2, 2, 'Task two - Type File', '', 'File', NULL, NULL, 0, 1679333586, 1, 1685381586, 1, NULL, NULL), | | (2, 2, 'Task two - Type File', '', 'File', NULL, NULL, 0, 1679333586, 1, 1685381586, 1, NULL, NULL), |
| (3, 3, 'Task three - Type Text', '', 'Text', NULL, NULL, 0, 1679938386, 1, 1685381586, 1, NULL, NULL), | | (3, 3, 'Task three - Type Text', '', 'Text', NULL, NULL, 0, 1679938386, 1, 1685381586, 1, NULL, NULL), |
| (4, 4, 'Task four - File Text', '', 'File', NULL, NULL, 0, 1680543186, 1, 1685381586, 1, NULL, NULL), | | (4, 4, 'Task four - File Text', '', 'File', NULL, NULL, 0, 1680543186, 1, 1685381586, 1, NULL, NULL), |
| (5, 5, 'Task five - Type Text', '', 'Text', NULL, NULL, 0, 1681147986, 1, 1685381586, 1, NULL, NULL), | | (5, 5, 'Task five - Type Text', '', 'Text', NULL, NULL, 0, 1681147986, 1, 1685381586, 1, NULL, NULL), |
| (6, 6, 'Task six - File Text', '', 'File', NULL, NULL, 0, 1681752786, 1, 1685381586, 1, NULL, NULL), | | (6, 6, 'Task six - File Text', '', 'File', NULL, NULL, 0, 1681752786, 1, 1685381586, 1, NULL, NULL), |
| (7, 7, 'Task seven - Type Text', '', 'Text', NULL, NULL, 0, 1682357586, 1, 1685381586, 1, NULL, NULL), | | (7, 7, 'Task seven - Type Text', '', 'Text', NULL, NULL, 0, 1682357586, 1, 1685381586, 1, NULL, NULL), |
| (8, 8, 'Task eight - File Text', '', 'File', NULL, NULL, 0, 1682962386, 1, 1685381586, 1, NULL, NULL), | | (8, 8, 'Task eight - File Text', '', 'File', NULL, NULL, 0, 1682962386, 1, 1685381586, 1, NULL, NULL), |
| (9, 9, 'Task nine - Type Text', '', 'File', NULL, NULL, 0, 1683567186, 1, 1685381586, 1, NULL, NULL), | | (9, 9, 'Task nine - Type Text', '', 'File', NULL, NULL, 0, 1683567186, 1, 1685381586, 1, NULL, NULL), |
| (10, 10, 'Task ten - Type Text', '', 'File', NULL, NULL, 0, 1684171986, 1, 0, 0, NULL, NULL), | | (10, 10, 'Task ten - Type Text', '', 'File', NULL, NULL, 0, 1684171986, 1, 0, 0, NULL, NULL), |
| (12, 10, 'Deletable Portfolio Task', '', 'Text', NULL, NULL, 0, 1685381586, 1, 0, 0, NULL, NULL); | | (12, 10, 'Deletable Portfolio Task', '', 'Text', NULL, NULL, 0, 1685381586, 1, 0, 0, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolios_tasks_requests` | | -- Table structure for table `portfolios_tasks_requests` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolios_tasks_requests` ( | | CREATE TABLE `portfolios_tasks_requests` ( |
| `ptrequest_id` int(10) UNSIGNED NOT NULL, | | `ptrequest_id` int(10) UNSIGNED NOT NULL, |
| `pportfolios_id` int(10) UNSIGNED NOT NULL, | | `pportfolios_id` int(10) UNSIGNED NOT NULL, |
| `folder` varchar(130) NOT NULL, | | `folder` varchar(130) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(10) UNSIGNED NOT NULL, | | `updated_by` int(10) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(10) UNSIGNED DEFAULT NULL | | `deleted_by` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `portfolios_tasks_requests` | | -- Dumping data for table `portfolios_tasks_requests` |
| -- | | -- |
| | | |
| INSERT INTO `portfolios_tasks_requests` (`ptrequest_id`, `pportfolios_id`, `folder`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `portfolios_tasks_requests` (`ptrequest_id`, `pportfolios_id`, `folder`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 1, 'Academic Folder', 1678728786, 1, 1685381586, 1, NULL, NULL), | | (1, 1, 'Academic Folder', 1678728786, 1, 1685381586, 1, NULL, NULL), |
| (2, 2, 'Academic Folder', 1679333586, 1, 1685381586, 1, NULL, NULL), | | (2, 2, 'Academic Folder', 1679333586, 1, 1685381586, 1, NULL, NULL), |
| (3, 3, 'Academic Folder', 1679938386, 1, 1685381586, 1, NULL, NULL), | | (3, 3, 'Academic Folder', 1679938386, 1, 1685381586, 1, NULL, NULL), |
| (4, 4, 'Academic Folder', 1680543186, 1, 1685381586, 1, NULL, NULL), | | (4, 4, 'Academic Folder', 1680543186, 1, 1685381586, 1, NULL, NULL), |
| (5, 5, 'Academic Folder', 1681147986, 1, 1685381586, 1, NULL, NULL), | | (5, 5, 'Academic Folder', 1681147986, 1, 1685381586, 1, NULL, NULL), |
| (6, 6, 'Academic Folder', 1681752786, 1, 1685381586, 1, NULL, NULL), | | (6, 6, 'Academic Folder', 1681752786, 1, 1685381586, 1, NULL, NULL), |
| (7, 7, 'Academic Folder', 1682357586, 1, 1685381586, 1, NULL, NULL), | | (7, 7, 'Academic Folder', 1682357586, 1, 1685381586, 1, NULL, NULL), |
| (8, 8, 'Academic Folder', 1682962386, 1, 1685381586, 1, NULL, NULL), | | (8, 8, 'Academic Folder', 1682962386, 1, 1685381586, 1, NULL, NULL), |
| (9, 9, 'Academic Folder', 1683567186, 1, 1685381586, 1, NULL, NULL), | | (9, 9, 'Academic Folder', 1683567186, 1, 1685381586, 1, NULL, NULL), |
| (10, 10, 'Academic Folder', 1684171986, 1, 1685381586, 1, NULL, NULL); | | (10, 10, 'Academic Folder', 1684171986, 1, 1685381586, 1, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolios_task_request_recipient_course_groups` | | -- Table structure for table `portfolios_task_request_recipient_course_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolios_task_request_recipient_course_groups` ( | | CREATE TABLE `portfolios_task_request_recipient_course_groups` ( |
| `ptrrcgroup_id` int(10) UNSIGNED NOT NULL, | | `ptrrcgroup_id` int(10) UNSIGNED NOT NULL, |
| `ptrequest_id` int(10) UNSIGNED NOT NULL, | | `ptrequest_id` int(10) UNSIGNED NOT NULL, |
| `pcgroup_id` int(10) UNSIGNED NOT NULL, | | `pcgroup_id` int(10) UNSIGNED NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(10) UNSIGNED NOT NULL, | | `updated_by` int(10) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(10) UNSIGNED DEFAULT NULL | | `deleted_by` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolios_task_request_recipient_groups` | | -- Table structure for table `portfolios_task_request_recipient_groups` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolios_task_request_recipient_groups` ( | | CREATE TABLE `portfolios_task_request_recipient_groups` ( |
| `ptrrgroup_id` int(10) UNSIGNED NOT NULL, | | `ptrrgroup_id` int(10) UNSIGNED NOT NULL, |
| `ptrequest_id` int(10) UNSIGNED NOT NULL, | | `ptrequest_id` int(10) UNSIGNED NOT NULL, |
| `pgroup_id` int(10) UNSIGNED NOT NULL, | | `pgroup_id` int(10) UNSIGNED NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(10) UNSIGNED NOT NULL, | | `updated_by` int(10) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(10) UNSIGNED DEFAULT NULL | | `deleted_by` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolios_task_request_recipient_learners` | | -- Table structure for table `portfolios_task_request_recipient_learners` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolios_task_request_recipient_learners` ( | | CREATE TABLE `portfolios_task_request_recipient_learners` ( |
| `ptrrlearner_id` int(10) UNSIGNED NOT NULL, | | `ptrrlearner_id` int(10) UNSIGNED NOT NULL, |
| `ptrequest_id` int(10) UNSIGNED NOT NULL, | | `ptrequest_id` int(10) UNSIGNED NOT NULL, |
| `plearner_id` int(11) NOT NULL, | | `plearner_id` int(11) NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(10) UNSIGNED NOT NULL, | | `updated_by` int(10) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(10) UNSIGNED DEFAULT NULL | | `deleted_by` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolios_task_statuses` | | -- Table structure for table `portfolios_task_statuses` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolios_task_statuses` ( | | CREATE TABLE `portfolios_task_statuses` ( |
| `ptstatus_id` int(10) UNSIGNED NOT NULL, | | `ptstatus_id` int(10) UNSIGNED NOT NULL, |
| `name` varchar(36) NOT NULL | | `name` varchar(36) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `portfolios_task_statuses` | | -- Dumping data for table `portfolios_task_statuses` |
| -- | | -- |
| | | |
| INSERT INTO `portfolios_task_statuses` (`ptstatus_id`, `name`) VALUES | | INSERT INTO `portfolios_task_statuses` (`ptstatus_id`, `name`) VALUES |
| (1, 'Not Submitted'), | | (1, 'Not Submitted'), |
| (2, 'Pending Review'), | | (2, 'Pending Review'), |
| (3, 'Overdue'), | | (3, 'Overdue'), |
| (4, 'Reviewed'); | | (4, 'Reviewed'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolios_task_submissions` | | -- Table structure for table `portfolios_task_submissions` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolios_task_submissions` ( | | CREATE TABLE `portfolios_task_submissions` ( |
| `ptsubmission_id` int(10) UNSIGNED NOT NULL, | | `ptsubmission_id` int(10) UNSIGNED NOT NULL, |
| `ptask_id` int(10) UNSIGNED NOT NULL, | | `ptask_id` int(10) UNSIGNED NOT NULL, |
| `ptstatus_id` int(10) UNSIGNED NOT NULL, | | `ptstatus_id` int(10) UNSIGNED NOT NULL, |
| `text_entry` text, | | `text_entry` text, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(10) UNSIGNED NOT NULL, | | `created_by` int(10) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(10) UNSIGNED NOT NULL, | | `updated_by` int(10) UNSIGNED NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(10) UNSIGNED DEFAULT NULL | | `deleted_by` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `portfolios_task_submissions` | | -- Dumping data for table `portfolios_task_submissions` |
| -- | | -- |
| | | |
| INSERT INTO `portfolios_task_submissions` (`ptsubmission_id`, `ptask_id`, `ptstatus_id`, `text_entry`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `portfolios_task_submissions` (`ptsubmission_id`, `ptask_id`, `ptstatus_id`, `text_entry`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`, `deleted_by`) VALUES |
| (1, 12, 2, ' Jane\'s Submission', 1678728786, 0, 1685381586, 0, NULL, NULL); | | (1, 12, 2, ' Jane\'s Submission', 1678728786, 0, 1685381586, 0, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolio_advisor_portfolio` | | -- Table structure for table `portfolio_advisor_portfolio` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolio_advisor_portfolio` ( | | CREATE TABLE `portfolio_advisor_portfolio` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `advisor_id` int(12) UNSIGNED NOT NULL, | | `advisor_id` int(12) UNSIGNED NOT NULL, |
| `portfolio_id` int(11) UNSIGNED DEFAULT NULL | | `portfolio_id` int(11) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolio_advisor_student` | | -- Table structure for table `portfolio_advisor_student` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolio_advisor_student` ( | | CREATE TABLE `portfolio_advisor_student` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `advisor_id` int(12) UNSIGNED NOT NULL, | | `advisor_id` int(12) UNSIGNED NOT NULL, |
| `student_id` int(12) UNSIGNED NOT NULL | | `student_id` int(12) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolio_artifacts` | | -- Table structure for table `portfolio_artifacts` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolio_artifacts` ( | | CREATE TABLE `portfolio_artifacts` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `folder_id` int(11) UNSIGNED NOT NULL, | | `folder_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED DEFAULT NULL, | | `proxy_id` int(12) UNSIGNED DEFAULT NULL, |
| `title` varchar(128) NOT NULL, | | `title` varchar(128) NOT NULL, |
| `description` text, | | `description` text, |
| `start_date` bigint(64) UNSIGNED DEFAULT NULL, | | `start_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `finish_date` bigint(64) UNSIGNED DEFAULT NULL, | | `finish_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `allow_commenting` tinyint(1) NOT NULL DEFAULT '0', | | `allow_commenting` tinyint(1) NOT NULL DEFAULT '0', |
| `active` tinyint(1) NOT NULL DEFAULT '1', | | `active` tinyint(1) NOT NULL DEFAULT '1', |
| `updated_at` bigint(20) NOT NULL, | | `updated_at` bigint(20) NOT NULL, |
| `updated_by` int(12) UNSIGNED NOT NULL, | | `updated_by` int(12) UNSIGNED NOT NULL, |
| `allowed_type` enum('file','reflection','url','any') DEFAULT 'any' | | `allowed_type` enum('file','reflection','url','any') DEFAULT 'any' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='List of artifacts within a particular portfolio folder.'; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='List of artifacts within a particular portfolio folder.'; |
| | | |
| -- | | -- |
| -- Dumping data for table `portfolio_artifacts` | | -- Dumping data for table `portfolio_artifacts` |
| -- | | -- |
| | | |
| INSERT INTO `portfolio_artifacts` (`id`, `folder_id`, `proxy_id`, `title`, `description`, `start_date`, `finish_date`, `allow_commenting`, `active`, `updated_at`, `updated_by`, `allowed_type`) VALUES | | INSERT INTO `portfolio_artifacts` (`id`, `folder_id`, `proxy_id`, `title`, `description`, `start_date`, `finish_date`, `allow_commenting`, `active`, `updated_at`, `updated_by`, `allowed_type`) VALUES |
| (1, 1, NULL, 'Test Artifact 1', 'No description provided', 0, 0, 0, 1, 1685381586, 1, 'any'), | | (1, 1, NULL, 'Test Artifact 1', 'No description provided', 0, 0, 0, 1, 1685381586, 1, 'any'), |
| (2, 2, NULL, 'Test artifact 2', 'No description provided', 0, 0, 0, 1, 1685381586, 1, 'any'); | | (2, 2, NULL, 'Test artifact 2', 'No description provided', 0, 0, 0, 1, 1685381586, 1, 'any'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolio_artifact_curriculum_tag` | | -- Table structure for table `portfolio_artifact_curriculum_tag` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolio_artifact_curriculum_tag` ( | | CREATE TABLE `portfolio_artifact_curriculum_tag` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `artifact_id` int(11) UNSIGNED NOT NULL, | | `artifact_id` int(11) UNSIGNED NOT NULL, |
| `curriculum_tag_id` int(12) NOT NULL | | `curriculum_tag_id` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolio_artifact_permissions` | | -- Table structure for table `portfolio_artifact_permissions` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolio_artifact_permissions` ( | | CREATE TABLE `portfolio_artifact_permissions` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `entry_id` int(11) UNSIGNED NOT NULL, | | `entry_id` int(11) UNSIGNED NOT NULL, |
| `allow_to` int(12) UNSIGNED NOT NULL, | | `allow_to` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `view` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', | | `view` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', |
| `comment` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', | | `comment` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', |
| `edit` tinyint(1) UNSIGNED NOT NULL DEFAULT '0' | | `edit` tinyint(1) UNSIGNED NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolio_artifact_reviewers` | | -- Table structure for table `portfolio_artifact_reviewers` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolio_artifact_reviewers` ( | | CREATE TABLE `portfolio_artifact_reviewers` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `entry_id` int(11) UNSIGNED NOT NULL, | | `entry_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '1', | | `active` tinyint(1) NOT NULL DEFAULT '1', |
| `updated_at` bigint(20) NOT NULL, | | `updated_at` bigint(20) NOT NULL, |
| `updated_by` int(12) UNSIGNED NOT NULL | | `updated_by` int(12) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='List teachers responsible for reviewing an artifact.'; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='List teachers responsible for reviewing an artifact.'; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolio_comments` | | -- Table structure for table `portfolio_comments` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolio_comments` ( | | CREATE TABLE `portfolio_comments` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `entry_id` int(11) UNSIGNED NOT NULL, | | `entry_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `comment` text NOT NULL, | | `comment` text NOT NULL, |
| `submitted_date` bigint(64) UNSIGNED NOT NULL, | | `submitted_date` bigint(64) UNSIGNED NOT NULL, |
| `flag` tinyint(1) NOT NULL DEFAULT '0', | | `flag` tinyint(1) NOT NULL DEFAULT '0', |
| `active` tinyint(1) NOT NULL DEFAULT '1', | | `active` tinyint(1) NOT NULL DEFAULT '1', |
| `updated_at` bigint(20) NOT NULL, | | `updated_at` bigint(20) NOT NULL, |
| `updated_by` int(12) UNSIGNED NOT NULL | | `updated_by` int(12) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Used to store comments on particular portfolio entries.'; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Used to store comments on particular portfolio entries.'; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolio_document_attachments` | | -- Table structure for table `portfolio_document_attachments` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolio_document_attachments` ( | | CREATE TABLE `portfolio_document_attachments` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `file_name` varchar(256) NOT NULL, | | `file_name` varchar(256) NOT NULL, |
| `file_path` varchar(512) NOT NULL, | | `file_path` varchar(512) NOT NULL, |
| `title` varchar(256) DEFAULT NULL, | | `title` varchar(256) DEFAULT NULL, |
| `description` varchar(256) DEFAULT NULL, | | `description` varchar(256) DEFAULT NULL, |
| `preview` varchar(512) DEFAULT NULL | | `preview` varchar(512) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolio_entries` | | -- Table structure for table `portfolio_entries` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolio_entries` ( | | CREATE TABLE `portfolio_entries` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `artifact_id` int(11) UNSIGNED NOT NULL, | | `artifact_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `submitted_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0', | | `submitted_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0', |
| `reviewed_date` bigint(20) DEFAULT NULL, | | `reviewed_date` bigint(20) DEFAULT NULL, |
| `reviewed_by` int(12) UNSIGNED DEFAULT NULL, | | `reviewed_by` int(12) UNSIGNED DEFAULT NULL, |
| `flag` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', | | `flag` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', |
| `flagged_by` int(12) UNSIGNED DEFAULT NULL, | | `flagged_by` int(12) UNSIGNED DEFAULT NULL, |
| `flagged_date` bigint(20) DEFAULT NULL, | | `flagged_date` bigint(20) DEFAULT NULL, |
| `is_assessable` tinyint(4) NOT NULL DEFAULT '1', | | `is_assessable` tinyint(4) NOT NULL DEFAULT '1', |
| `is_assessable_set_by` int(12) UNSIGNED DEFAULT NULL, | | `is_assessable_set_by` int(12) UNSIGNED DEFAULT NULL, |
| `is_assessable_set_date` bigint(64) UNSIGNED DEFAULT NULL, | | `is_assessable_set_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '1', | | `active` tinyint(1) NOT NULL DEFAULT '1', |
| `updated_at` bigint(20) NOT NULL, | | `updated_at` bigint(20) NOT NULL, |
| `updated_by` int(12) UNSIGNED NOT NULL, | | `updated_by` int(12) UNSIGNED NOT NULL, |
| `_edata` text, | | `_edata` text, |
| `enterable_id` int(12) UNSIGNED DEFAULT NULL, | | `enterable_id` int(12) UNSIGNED DEFAULT NULL, |
| `enterable_type` enum('reflection','url','document') NOT NULL | | `enterable_type` enum('reflection','url','document') NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Used to record portfolio entries made by learners.'; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Used to record portfolio entries made by learners.'; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolio_folders` | | -- Table structure for table `portfolio_folders` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolio_folders` ( | | CREATE TABLE `portfolio_folders` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `portfolio_id` int(11) UNSIGNED NOT NULL, | | `portfolio_id` int(11) UNSIGNED NOT NULL, |
| `title` varchar(64) NOT NULL, | | `title` varchar(64) NOT NULL, |
| `description` text NOT NULL, | | `description` text NOT NULL, |
| `allow_learner_artifacts` tinyint(1) NOT NULL DEFAULT '0', | | `allow_learner_artifacts` tinyint(1) NOT NULL DEFAULT '0', |
| `active` tinyint(1) NOT NULL DEFAULT '1', | | `active` tinyint(1) NOT NULL DEFAULT '1', |
| `updated_at` bigint(20) NOT NULL, | | `updated_at` bigint(20) NOT NULL, |
| `updated_by` int(12) UNSIGNED NOT NULL | | `updated_by` int(12) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The list of folders within each portfolio.'; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The list of folders within each portfolio.'; |
| | | |
| -- | | -- |
| -- Dumping data for table `portfolio_folders` | | -- Dumping data for table `portfolio_folders` |
| -- | | -- |
| | | |
| INSERT INTO `portfolio_folders` (`id`, `portfolio_id`, `title`, `description`, `allow_learner_artifacts`, `active`, `updated_at`, `updated_by`) VALUES | | INSERT INTO `portfolio_folders` (`id`, `portfolio_id`, `title`, `description`, `allow_learner_artifacts`, `active`, `updated_at`, `updated_by`) VALUES |
| (1, 1, 'Test Folder 1', 'test folder description', 0, 1, 1685381586, 1), | | (1, 1, 'Test Folder 1', 'test folder description', 0, 1, 1685381586, 1), |
| (2, 2, 'Test Folder 2', 'test description', 0, 1, 1685381586, 1); | | (2, 2, 'Test Folder 2', 'test description', 0, 1, 1685381586, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolio_personal_reflections` | | -- Table structure for table `portfolio_personal_reflections` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolio_personal_reflections` ( | | CREATE TABLE `portfolio_personal_reflections` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `description` text NOT NULL | | `description` text NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolio_portfolios` | | -- Table structure for table `portfolio_portfolios` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolio_portfolios` ( | | CREATE TABLE `portfolio_portfolios` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `group_id` int(12) NOT NULL, | | `group_id` int(12) NOT NULL, |
| `name` varchar(128) DEFAULT NULL, | | `name` varchar(128) DEFAULT NULL, |
| `start_date` bigint(64) UNSIGNED NOT NULL, | | `start_date` bigint(64) UNSIGNED NOT NULL, |
| `finish_date` bigint(64) UNSIGNED NOT NULL, | | `finish_date` bigint(64) UNSIGNED NOT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '1', | | `active` tinyint(1) NOT NULL DEFAULT '1', |
| `updated_at` bigint(20) NOT NULL, | | `updated_at` bigint(20) NOT NULL, |
| `updated_by` int(12) UNSIGNED NOT NULL, | | `updated_by` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(12) UNSIGNED NOT NULL, | | `organisation_id` int(12) UNSIGNED NOT NULL, |
| `allow_student_export` tinyint(1) UNSIGNED DEFAULT '1' | | `allow_student_export` tinyint(1) UNSIGNED DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The portfolio container for each class of learners.'; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The portfolio container for each class of learners.'; |
| | | |
| -- | | -- |
| -- Dumping data for table `portfolio_portfolios` | | -- Dumping data for table `portfolio_portfolios` |
| -- | | -- |
| | | |
| INSERT INTO `portfolio_portfolios` (`id`, `group_id`, `name`, `start_date`, `finish_date`, `active`, `updated_at`, `updated_by`, `organisation_id`, `allow_student_export`) VALUES | | INSERT INTO `portfolio_portfolios` (`id`, `group_id`, `name`, `start_date`, `finish_date`, `active`, `updated_at`, `updated_by`, `organisation_id`, `allow_student_export`) VALUES |
| (1, 5, 'Class of 2024', 1685381586, 1687800786, 1, 1685381586, 1, 1, 0), | | (1, 5, 'Class of 2024', 1685381586, 1687800786, 1, 1685381586, 1, 1, 0), |
| (2, 4, 'Class of 2023', 1685381586, 1687800786, 1, 1685381586, 1, 1, 0); | | (2, 4, 'Class of 2023', 1685381586, 1687800786, 1, 1685381586, 1, 1, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `portfolio_urls` | | -- Table structure for table `portfolio_urls` |
| -- | | -- |
| | | |
| CREATE TABLE `portfolio_urls` ( | | CREATE TABLE `portfolio_urls` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `title` varchar(256) NOT NULL, | | `title` varchar(256) NOT NULL, |
| `url` varchar(512) NOT NULL | | `url` varchar(512) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `profile_custom_fields` | | -- Table structure for table `profile_custom_fields` |
| -- | | -- |
| | | |
| CREATE TABLE `profile_custom_fields` ( | | CREATE TABLE `profile_custom_fields` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `department_id` int(11) NOT NULL, | | `department_id` int(11) NOT NULL, |
| `organisation_id` int(11) NOT NULL, | | `organisation_id` int(11) NOT NULL, |
| `title` varchar(255) NOT NULL DEFAULT '', | | `title` varchar(255) NOT NULL DEFAULT '', |
| `name` varchar(32) NOT NULL DEFAULT '', | | `name` varchar(32) NOT NULL DEFAULT '', |
| `type` enum('TEXTAREA','TEXTINPUT','CHECKBOX','RICHTEXT','LINK') NOT NULL DEFAULT 'TEXTAREA', | | `type` enum('TEXTAREA','TEXTINPUT','CHECKBOX','RICHTEXT','LINK') NOT NULL DEFAULT 'TEXTAREA', |
| `active` tinyint(1) NOT NULL DEFAULT '1', | | `active` tinyint(1) NOT NULL DEFAULT '1', |
| `length` smallint(3) DEFAULT NULL, | | `length` smallint(3) DEFAULT NULL, |
| `required` tinyint(1) NOT NULL DEFAULT '0', | | `required` tinyint(1) NOT NULL DEFAULT '0', |
| `order` smallint(3) NOT NULL DEFAULT '0' | | `order` smallint(3) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `profile_custom_responses` | | -- Table structure for table `profile_custom_responses` |
| -- | | -- |
| | | |
| CREATE TABLE `profile_custom_responses` ( | | CREATE TABLE `profile_custom_responses` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `field_id` int(11) NOT NULL, | | `field_id` int(11) NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `value` text NOT NULL | | `value` text NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `prompted_response_comments` | | -- Table structure for table `prompted_response_comments` |
| -- | | -- |
| | | |
| CREATE TABLE `prompted_response_comments` ( | | CREATE TABLE `prompted_response_comments` ( |
| `prcomment_id` int(11) UNSIGNED NOT NULL, | | `prcomment_id` int(11) UNSIGNED NOT NULL, |
| `dassessment_id` int(11) UNSIGNED NOT NULL, | | `dassessment_id` int(11) UNSIGNED NOT NULL, |
| `aprogress_id` int(11) UNSIGNED NOT NULL, | | `aprogress_id` int(11) UNSIGNED NOT NULL, |
| `comment` text NOT NULL, | | `comment` text NOT NULL, |
| `active` int(1) NOT NULL DEFAULT '1', | | `active` int(1) NOT NULL DEFAULT '1', |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `created_by` int(11) UNSIGNED DEFAULT NULL, | | `created_by` int(11) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(11) UNSIGNED DEFAULT NULL | | `deleted_by` int(11) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `prompted_response_reviews` | | -- Table structure for table `prompted_response_reviews` |
| -- | | -- |
| | | |
| CREATE TABLE `prompted_response_reviews` ( | | CREATE TABLE `prompted_response_reviews` ( |
| `prreview_id` int(11) UNSIGNED NOT NULL, | | `prreview_id` int(11) UNSIGNED NOT NULL, |
| `dassessment_id` int(11) UNSIGNED NOT NULL, | | `dassessment_id` int(11) UNSIGNED NOT NULL, |
| `aprogress_id` int(11) UNSIGNED NOT NULL, | | `aprogress_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) UNSIGNED NOT NULL, | | `proxy_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `created_by` int(11) UNSIGNED DEFAULT NULL, | | `created_by` int(11) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(11) UNSIGNED DEFAULT NULL | | `deleted_by` int(11) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `push_notification_tokens` | | -- Table structure for table `push_notification_tokens` |
| -- | | -- |
| | | |
| CREATE TABLE `push_notification_tokens` ( | | CREATE TABLE `push_notification_tokens` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `proxy_id` int(12) NOT NULL, | | `proxy_id` int(12) NOT NULL, |
| `token` varchar(128) NOT NULL, | | `token` varchar(128) NOT NULL, |
| `device_brand` varchar(128) NOT NULL, | | `device_brand` varchar(128) NOT NULL, |
| `device_model` varchar(128) NOT NULL, | | `device_model` varchar(128) NOT NULL, |
| `device_name` varchar(128) NOT NULL, | | `device_name` varchar(128) NOT NULL, |
| `created_at` int(11) NOT NULL, | | `created_at` int(11) NOT NULL, |
| `updated_at` int(11) NOT NULL | | `updated_at` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `quizzes` | | -- Table structure for table `quizzes` |
| -- | | -- |
| | | |
| CREATE TABLE `quizzes` ( | | CREATE TABLE `quizzes` ( |
| `quiz_id` int(12) NOT NULL, | | `quiz_id` int(12) NOT NULL, |
| `quiz_title` varchar(64) NOT NULL, | | `quiz_title` varchar(64) NOT NULL, |
| `quiz_description` text NOT NULL, | | `quiz_description` text NOT NULL, |
| `quiz_active` int(1) NOT NULL DEFAULT '1', | | `quiz_active` int(1) NOT NULL DEFAULT '1', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `created_by` int(12) NOT NULL DEFAULT '0' | | `created_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `quizzes` | | -- Dumping data for table `quizzes` |
| -- | | -- |
| | | |
| INSERT INTO `quizzes` (`quiz_id`, `quiz_title`, `quiz_description`, `quiz_active`, `updated_date`, `updated_by`, `created_by`) VALUES | | INSERT INTO `quizzes` (`quiz_id`, `quiz_title`, `quiz_description`, `quiz_active`, `updated_date`, `updated_by`, `created_by`) VALUES |
| (1, 'Test Quiz - OPS-698', '', 1, 1685381586, 1, 1); | | (1, 'Test Quiz - OPS-698', '', 1, 1685381586, 1, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `quizzes_lu_questiontypes` | | -- Table structure for table `quizzes_lu_questiontypes` |
| -- | | -- |
| | | |
| CREATE TABLE `quizzes_lu_questiontypes` ( | | CREATE TABLE `quizzes_lu_questiontypes` ( |
| `questiontype_id` int(12) NOT NULL, | | `questiontype_id` int(12) NOT NULL, |
| `questiontype_title` varchar(64) NOT NULL, | | `questiontype_title` varchar(64) NOT NULL, |
| `questiontype_description` text NOT NULL, | | `questiontype_description` text NOT NULL, |
| `questiontype_active` int(1) NOT NULL DEFAULT '1', | | `questiontype_active` int(1) NOT NULL DEFAULT '1', |
| `questiontype_order` int(1) NOT NULL DEFAULT '0' | | `questiontype_order` int(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `quizzes_lu_questiontypes` | | -- Dumping data for table `quizzes_lu_questiontypes` |
| -- | | -- |
| | | |
| INSERT INTO `quizzes_lu_questiontypes` (`questiontype_id`, `questiontype_title`, `questiontype_description`, `questiontype_active`, `questiontype_order`) VALUES | | INSERT INTO `quizzes_lu_questiontypes` (`questiontype_id`, `questiontype_title`, `questiontype_description`, `questiontype_active`, `questiontype_order`) VALUES |
| (1, 'Multiple Choice Question', '', 1, 0), | | (1, 'Multiple Choice Question', '', 1, 0), |
| (2, 'Descriptive Text', '', 1, 0), | | (2, 'Descriptive Text', '', 1, 0), |
| (3, 'Page Break', '', 1, 0); | | (3, 'Page Break', '', 1, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `quizzes_lu_quiztypes` | | -- Table structure for table `quizzes_lu_quiztypes` |
| -- | | -- |
| | | |
| CREATE TABLE `quizzes_lu_quiztypes` ( | | CREATE TABLE `quizzes_lu_quiztypes` ( |
| `quiztype_id` int(12) NOT NULL, | | `quiztype_id` int(12) NOT NULL, |
| `quiztype_code` varchar(12) NOT NULL, | | `quiztype_code` varchar(12) NOT NULL, |
| `quiztype_title` varchar(64) NOT NULL, | | `quiztype_title` varchar(64) NOT NULL, |
| `quiztype_description` text NOT NULL, | | `quiztype_description` text NOT NULL, |
| `quiztype_active` int(1) NOT NULL DEFAULT '1', | | `quiztype_active` int(1) NOT NULL DEFAULT '1', |
| `quiztype_order` int(3) NOT NULL DEFAULT '0' | | `quiztype_order` int(3) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `quizzes_lu_quiztypes` | | -- Dumping data for table `quizzes_lu_quiztypes` |
| -- | | -- |
| | | |
| INSERT INTO `quizzes_lu_quiztypes` (`quiztype_id`, `quiztype_code`, `quiztype_title`, `quiztype_description`, `quiztype_active`, `quiztype_order`) VALUES | | INSERT INTO `quizzes_lu_quiztypes` (`quiztype_id`, `quiztype_code`, `quiztype_title`, `quiztype_description`, `quiztype_active`, `quiztype_order`) VALUES |
| (1, 'delayed', 'Delayed Quiz Results', 'This option restricts the learners ability to review the results of a quiz attempt (i.e. score, correct / incorrect responses, and question feedback) until after the time release period has expired.', 1, 0), | | (1, 'delayed', 'Delayed Quiz Results', 'This option restricts the learners ability to review the results of a quiz attempt (i.e. score, correct / incorrect responses, and question feedback) until after the time release period has expired.', 1, 0), |
| (2, 'immediate', 'Immediate Quiz Results', 'This option will allow the learner to review the results of a quiz attempt (i.e. score, correct / incorrect responses, and question feedback) immediately after they complete the quiz.', 1, 1), | | (2, 'immediate', 'Immediate Quiz Results', 'This option will allow the learner to review the results of a quiz attempt (i.e. score, correct / incorrect responses, and question feedback) immediately after they complete the quiz.', 1, 1), |
| (3, 'hide', 'Hide Quiz Results', 'This option restricts the learners ability to review the results of a quiz attempt (i.e. score, correct / incorrect responses, and question feedback), and requires either manual release of the results to the students, or use of a Gradebook Assessment to release the resulting score.', 1, 2); | | (3, 'hide', 'Hide Quiz Results', 'This option restricts the learners ability to review the results of a quiz attempt (i.e. score, correct / incorrect responses, and question feedback), and requires either manual release of the results to the students, or use of a Gradebook Assessment to release the resulting score.', 1, 2); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `quiz_contacts` | | -- Table structure for table `quiz_contacts` |
| -- | | -- |
| | | |
| CREATE TABLE `quiz_contacts` ( | | CREATE TABLE `quiz_contacts` ( |
| `qcontact_id` int(12) NOT NULL, | | `qcontact_id` int(12) NOT NULL, |
| `quiz_id` int(12) NOT NULL DEFAULT '0', | | `quiz_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `quiz_contacts` | | -- Dumping data for table `quiz_contacts` |
| -- | | -- |
| | | |
| INSERT INTO `quiz_contacts` (`qcontact_id`, `quiz_id`, `proxy_id`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `quiz_contacts` (`qcontact_id`, `quiz_id`, `proxy_id`, `updated_date`, `updated_by`) VALUES |
| (1, 1, 1, 1685381586, 1); | | (1, 1, 1, 1685381586, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `quiz_progress` | | -- Table structure for table `quiz_progress` |
| -- | | -- |
| | | |
| CREATE TABLE `quiz_progress` ( | | CREATE TABLE `quiz_progress` ( |
| `qprogress_id` int(12) UNSIGNED NOT NULL, | | `qprogress_id` int(12) UNSIGNED NOT NULL, |
| `aquiz_id` int(12) UNSIGNED NOT NULL, | | `aquiz_id` int(12) UNSIGNED NOT NULL, |
| `content_type` enum('event','community_page') DEFAULT 'event', | | `content_type` enum('event','community_page') DEFAULT 'event', |
| `content_id` int(12) UNSIGNED NOT NULL, | | `content_id` int(12) UNSIGNED NOT NULL, |
| `quiz_id` int(12) UNSIGNED NOT NULL, | | `quiz_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `progress_value` varchar(16) NOT NULL, | | `progress_value` varchar(16) NOT NULL, |
| `quiz_score` int(12) NOT NULL, | | `quiz_score` int(12) NOT NULL, |
| `quiz_value` int(12) NOT NULL, | | `quiz_value` int(12) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) UNSIGNED NOT NULL | | `updated_by` int(12) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `quiz_progress_responses` | | -- Table structure for table `quiz_progress_responses` |
| -- | | -- |
| | | |
| CREATE TABLE `quiz_progress_responses` ( | | CREATE TABLE `quiz_progress_responses` ( |
| `qpresponse_id` int(12) UNSIGNED NOT NULL, | | `qpresponse_id` int(12) UNSIGNED NOT NULL, |
| `qprogress_id` int(12) UNSIGNED NOT NULL, | | `qprogress_id` int(12) UNSIGNED NOT NULL, |
| `aquiz_id` int(12) UNSIGNED NOT NULL, | | `aquiz_id` int(12) UNSIGNED NOT NULL, |
| `content_type` enum('event','community_page') NOT NULL DEFAULT 'event', | | `content_type` enum('event','community_page') NOT NULL DEFAULT 'event', |
| `content_id` int(12) UNSIGNED NOT NULL, | | `content_id` int(12) UNSIGNED NOT NULL, |
| `quiz_id` int(12) UNSIGNED NOT NULL, | | `quiz_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `qquestion_id` int(12) UNSIGNED NOT NULL, | | `qquestion_id` int(12) UNSIGNED NOT NULL, |
| `qqresponse_id` int(12) UNSIGNED NOT NULL, | | `qqresponse_id` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) UNSIGNED NOT NULL | | `updated_by` int(12) UNSIGNED NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `quiz_questions` | | -- Table structure for table `quiz_questions` |
| -- | | -- |
| | | |
| CREATE TABLE `quiz_questions` ( | | CREATE TABLE `quiz_questions` ( |
| `qquestion_id` int(12) NOT NULL, | | `qquestion_id` int(12) NOT NULL, |
| `quiz_id` int(12) NOT NULL DEFAULT '0', | | `quiz_id` int(12) NOT NULL DEFAULT '0', |
| `questiontype_id` int(12) NOT NULL DEFAULT '1', | | `questiontype_id` int(12) NOT NULL DEFAULT '1', |
| `question_text` longtext NOT NULL, | | `question_text` longtext NOT NULL, |
| `question_points` int(6) NOT NULL DEFAULT '0', | | `question_points` int(6) NOT NULL DEFAULT '0', |
| `question_order` int(6) NOT NULL DEFAULT '0', | | `question_order` int(6) NOT NULL DEFAULT '0', |
| `qquestion_group_id` int(12) UNSIGNED DEFAULT NULL, | | `qquestion_group_id` int(12) UNSIGNED DEFAULT NULL, |
| `question_active` int(1) NOT NULL DEFAULT '1', | | `question_active` int(1) NOT NULL DEFAULT '1', |
| `randomize_responses` int(1) NOT NULL | | `randomize_responses` int(1) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `quiz_questions` | | -- Dumping data for table `quiz_questions` |
| -- | | -- |
| | | |
| INSERT INTO `quiz_questions` (`qquestion_id`, `quiz_id`, `questiontype_id`, `question_text`, `question_points`, `question_order`, `qquestion_group_id`, `question_active`, `randomize_responses`) VALUES | | INSERT INTO `quiz_questions` (`qquestion_id`, `quiz_id`, `questiontype_id`, `question_text`, `question_points`, `question_order`, `qquestion_group_id`, `question_active`, `randomize_responses`) VALUES |
| (1, 1, 1, 'Quiz Question 1', 1, 1, NULL, 1, 0); | | (1, 1, 1, 'Quiz Question 1', 1, 1, NULL, 1, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `quiz_question_responses` | | -- Table structure for table `quiz_question_responses` |
| -- | | -- |
| | | |
| CREATE TABLE `quiz_question_responses` ( | | CREATE TABLE `quiz_question_responses` ( |
| `qqresponse_id` int(12) UNSIGNED NOT NULL, | | `qqresponse_id` int(12) UNSIGNED NOT NULL, |
| `qquestion_id` int(12) UNSIGNED NOT NULL, | | `qquestion_id` int(12) UNSIGNED NOT NULL, |
| `response_text` longtext NOT NULL, | | `response_text` longtext NOT NULL, |
| `response_order` int(3) UNSIGNED NOT NULL, | | `response_order` int(3) UNSIGNED NOT NULL, |
| `response_correct` enum('0','1') NOT NULL DEFAULT '0', | | `response_correct` enum('0','1') NOT NULL DEFAULT '0', |
| `response_is_html` enum('0','1') NOT NULL, | | `response_is_html` enum('0','1') NOT NULL, |
| `response_feedback` text NOT NULL, | | `response_feedback` text NOT NULL, |
| `response_active` int(1) NOT NULL DEFAULT '1' | | `response_active` int(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `quiz_question_responses` | | -- Dumping data for table `quiz_question_responses` |
| -- | | -- |
| | | |
| INSERT INTO `quiz_question_responses` (`qqresponse_id`, `qquestion_id`, `response_text`, `response_order`, `response_correct`, `response_is_html`, `response_feedback`, `response_active`) VALUES | | INSERT INTO `quiz_question_responses` (`qqresponse_id`, `qquestion_id`, `response_text`, `response_order`, `response_correct`, `response_is_html`, `response_feedback`, `response_active`) VALUES |
| (1, 1, 'Test Answer', 1, '0', '0', '', 1), | | (1, 1, 'Test Answer', 1, '0', '0', '', 1), |
| (2, 1, 'Test Answer', 2, '1', '0', '', 1), | | (2, 1, 'Test Answer', 2, '1', '0', '', 1), |
| (3, 1, 'Test Answer', 3, '0', '0', '', 1), | | (3, 1, 'Test Answer', 3, '0', '0', '', 1), |
| (4, 1, 'Test Answer', 4, '0', '0', '', 1), | | (4, 1, 'Test Answer', 4, '0', '0', '', 1), |
| (5, 1, 'Test Answer', 5, '0', '0', '', 1); | | (5, 1, 'Test Answer', 5, '0', '0', '', 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `reports_aamc_ci` | | -- Table structure for table `reports_aamc_ci` |
| -- | | -- |
| | | |
| CREATE TABLE `reports_aamc_ci` ( | | CREATE TABLE `reports_aamc_ci` ( |
| `raci_id` int(12) NOT NULL, | | `raci_id` int(12) NOT NULL, |
| `organisation_id` int(12) NOT NULL, | | `organisation_id` int(12) NOT NULL, |
| `report_title` varchar(255) NOT NULL, | | `report_title` varchar(255) NOT NULL, |
| `report_date` bigint(64) NOT NULL DEFAULT '0', | | `report_date` bigint(64) NOT NULL DEFAULT '0', |
| `report_start` varchar(10) NOT NULL DEFAULT '', | | `report_start` varchar(10) NOT NULL DEFAULT '', |
| `report_finish` varchar(10) NOT NULL DEFAULT '', | | `report_finish` varchar(10) NOT NULL DEFAULT '', |
| `collection_start` bigint(64) NOT NULL DEFAULT '0', | | `collection_start` bigint(64) NOT NULL DEFAULT '0', |
| `collection_finish` bigint(64) NOT NULL DEFAULT '0', | | `collection_finish` bigint(64) NOT NULL DEFAULT '0', |
| `report_langauge` varchar(12) NOT NULL DEFAULT 'en-us', | | `report_langauge` varchar(12) NOT NULL DEFAULT 'en-us', |
| `report_description` text NOT NULL, | | `report_description` text NOT NULL, |
| `report_supporting_link` text NOT NULL, | | `report_supporting_link` text NOT NULL, |
| `program_level_objective_id` int(12) DEFAULT NULL, | | `program_level_objective_id` int(12) DEFAULT NULL, |
| `report_params` text NOT NULL, | | `report_params` text NOT NULL, |
| `allowed_curriculum_types` varchar(500) DEFAULT NULL, | | `allowed_curriculum_types` varchar(500) DEFAULT NULL, |
| `use_curriculum_levels` int(1) DEFAULT NULL, | | `use_curriculum_levels` int(1) DEFAULT NULL, |
| `report_active` tinyint(1) NOT NULL DEFAULT '1', | | `report_active` tinyint(1) NOT NULL DEFAULT '1', |
| `report_status` enum('draft','published') NOT NULL DEFAULT 'draft', | | `report_status` enum('draft','published') NOT NULL DEFAULT 'draft', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `reports_aamc_ci_learner` | | -- Table structure for table `reports_aamc_ci_learner` |
| -- | | -- |
| | | |
| CREATE TABLE `reports_aamc_ci_learner` ( | | CREATE TABLE `reports_aamc_ci_learner` ( |
| `report_learner_id` int(12) NOT NULL, | | `report_learner_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL, | | `proxy_id` int(12) NOT NULL, |
| `collection_start` bigint(64) NOT NULL DEFAULT '0', | | `collection_start` bigint(64) NOT NULL DEFAULT '0', |
| `collection_finish` bigint(64) NOT NULL DEFAULT '0', | | `collection_finish` bigint(64) NOT NULL DEFAULT '0', |
| `raci_id` int(12) NOT NULL, | | `raci_id` int(12) NOT NULL, |
| `curriculum_type_id` int(12) UNSIGNED DEFAULT NULL, | | `curriculum_type_id` int(12) UNSIGNED DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL DEFAULT '0', | | `created_date` bigint(64) NOT NULL DEFAULT '0', |
| `created_by` int(12) NOT NULL DEFAULT '0', | | `created_by` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(12) DEFAULT NULL | | `deleted_by` int(12) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `resource_images` | | -- Table structure for table `resource_images` |
| -- | | -- |
| | | |
| CREATE TABLE `resource_images` ( | | CREATE TABLE `resource_images` ( |
| `image_id` int(12) UNSIGNED NOT NULL, | | `image_id` int(12) UNSIGNED NOT NULL, |
| `resource_type` enum('course','track','objective','case','link') DEFAULT 'course', | | `resource_type` enum('course','track','objective','case','link') DEFAULT 'course', |
| `resource_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `resource_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `image_mimetype` varchar(64) DEFAULT NULL, | | `image_mimetype` varchar(64) DEFAULT NULL, |
| `image_filesize` int(32) NOT NULL DEFAULT '0', | | `image_filesize` int(32) NOT NULL DEFAULT '0', |
| `image_active` int(1) NOT NULL DEFAULT '1', | | `image_active` int(1) NOT NULL DEFAULT '1', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0' | | `updated_date` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `room_reservations` | | -- Table structure for table `room_reservations` |
| -- | | -- |
| | | |
| CREATE TABLE `room_reservations` ( | | CREATE TABLE `room_reservations` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `room_id` int(11) UNSIGNED NOT NULL, | | `room_id` int(11) UNSIGNED NOT NULL, |
| `start_date` bigint(64) NOT NULL, | | `start_date` bigint(64) NOT NULL, |
| `finish_date` bigint(64) NOT NULL | | `finish_date` bigint(64) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `rp_now_config` | | -- Table structure for table `rp_now_config` |
| -- | | -- |
| | | |
| CREATE TABLE `rp_now_config` ( | | CREATE TABLE `rp_now_config` ( |
| `rpnow_id` int(11) UNSIGNED NOT NULL, | | `rpnow_id` int(11) UNSIGNED NOT NULL, |
| `exam_url` varchar(128) DEFAULT NULL, | | `exam_url` varchar(128) DEFAULT NULL, |
| `exam_sponsor` int(11) UNSIGNED DEFAULT NULL, | | `exam_sponsor` int(11) UNSIGNED DEFAULT NULL, |
| `rpnow_reviewed_exam` int(1) DEFAULT '0', | | `rpnow_reviewed_exam` int(1) DEFAULT '0', |
| `rpnow_reviewer_notes` text, | | `rpnow_reviewer_notes` text, |
| `exam_post_id` int(11) UNSIGNED NOT NULL, | | `exam_post_id` int(11) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `rp_now_users` | | -- Table structure for table `rp_now_users` |
| -- | | -- |
| | | |
| CREATE TABLE `rp_now_users` ( | | CREATE TABLE `rp_now_users` ( |
| `rpnow_id` int(11) UNSIGNED NOT NULL, | | `rpnow_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) UNSIGNED NOT NULL, | | `proxy_id` int(11) UNSIGNED NOT NULL, |
| `exam_code` varchar(20) NOT NULL, | | `exam_code` varchar(20) NOT NULL, |
| `ssi_record_locator` varchar(50) DEFAULT NULL, | | `ssi_record_locator` varchar(50) DEFAULT NULL, |
| `rpnow_config_id` int(11) UNSIGNED NOT NULL, | | `rpnow_config_id` int(11) UNSIGNED NOT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `deleted_by` int(11) DEFAULT NULL | | `deleted_by` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `sandboxes` | | -- Table structure for table `sandboxes` |
| -- | | -- |
| | | |
| CREATE TABLE `sandboxes` ( | | CREATE TABLE `sandboxes` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `title` varchar(128) NOT NULL DEFAULT '', | | `title` varchar(128) NOT NULL DEFAULT '', |
| `description` text, | | `description` text, |
| `created_date` bigint(64) UNSIGNED DEFAULT NULL, | | `created_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `created_by` int(12) UNSIGNED DEFAULT NULL, | | `created_by` int(12) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_by` int(12) UNSIGNED DEFAULT NULL | | `deleted_by` int(12) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `scorm_cmis` | | -- Table structure for table `scorm_cmis` |
| -- | | -- |
| | | |
| CREATE TABLE `scorm_cmis` ( | | CREATE TABLE `scorm_cmis` ( |
| `scorm_cmi_id` int(12) UNSIGNED NOT NULL, | | `scorm_cmi_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `learning_object_id` int(12) NOT NULL, | | `learning_object_id` int(12) NOT NULL, |
| `cmi_name` varchar(64) NOT NULL, | | `cmi_name` varchar(64) NOT NULL, |
| `cmi_value` varchar(4096) NOT NULL, | | `cmi_value` varchar(4096) NOT NULL, |
| `created_by` int(12) UNSIGNED DEFAULT NULL, | | `created_by` int(12) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `created_at` bigint(64) DEFAULT NULL, | | `created_at` bigint(64) DEFAULT NULL, |
| `updated_at` bigint(64) DEFAULT NULL | | `updated_at` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- | | -- |
| -- Dumping data for table `scorm_cmis` | | -- Dumping data for table `scorm_cmis` |
| -- | | -- |
| | | |
| INSERT INTO `scorm_cmis` (`scorm_cmi_id`, `proxy_id`, `learning_object_id`, `cmi_name`, `cmi_value`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES | | INSERT INTO `scorm_cmis` (`scorm_cmi_id`, `proxy_id`, `learning_object_id`, `cmi_name`, `cmi_value`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES |
| (1, 2, 1, 'cmi.suspend_data', 'Old suspend data', NULL, NULL, 1685295186, 1685295186), | | (1, 2, 1, 'cmi.suspend_data', 'Old suspend data', NULL, NULL, 1685295186, 1685295186), |
| (2, 2, 1, 'cmi.suspend_data', 'Newest suspend data', NULL, NULL, 1685295186, 1685295186), | | (2, 2, 1, 'cmi.suspend_data', 'Newest suspend data', NULL, NULL, 1685295186, 1685295186), |
| (3, 2, 1, 'cmi.suspend_data', 'Jane is not allowed to retrieve this', NULL, NULL, 1685295186, 1685295186); | | (3, 2, 1, 'cmi.suspend_data', 'Jane is not allowed to retrieve this', NULL, NULL, 1685295186, 1685295186); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `secure_access_files` | | -- Table structure for table `secure_access_files` |
| -- | | -- |
| | | |
| CREATE TABLE `secure_access_files` ( | | CREATE TABLE `secure_access_files` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `resource_type` enum('exam_post','attached_quiz') DEFAULT 'exam_post', | | `resource_type` enum('exam_post','attached_quiz') DEFAULT 'exam_post', |
| `resource_id` int(11) DEFAULT NULL, | | `resource_id` int(11) DEFAULT NULL, |
| `file_name` varchar(255) DEFAULT NULL, | | `file_name` varchar(255) DEFAULT NULL, |
| `file_type` varchar(255) DEFAULT NULL, | | `file_type` varchar(255) DEFAULT NULL, |
| `file_title` varchar(128) DEFAULT NULL, | | `file_title` varchar(128) DEFAULT NULL, |
| `file_size` varchar(32) DEFAULT NULL, | | `file_size` varchar(32) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `secure_access_keys` | | -- Table structure for table `secure_access_keys` |
| -- | | -- |
| | | |
| CREATE TABLE `secure_access_keys` ( | | CREATE TABLE `secure_access_keys` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `resource_type` enum('exam_post','attached_quiz') DEFAULT 'exam_post', | | `resource_type` enum('exam_post','attached_quiz') DEFAULT 'exam_post', |
| `resource_id` int(11) DEFAULT NULL, | | `resource_id` int(11) DEFAULT NULL, |
| `key` text, | | `key` text, |
| `version` varchar(64) DEFAULT NULL, | | `version` varchar(64) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `settings` | | -- Table structure for table `settings` |
| -- | | -- |
| | | |
| CREATE TABLE `settings` ( | | CREATE TABLE `settings` ( |
| `setting_id` int(12) NOT NULL, | | `setting_id` int(12) NOT NULL, |
| `shortname` varchar(64) NOT NULL, | | `shortname` varchar(64) NOT NULL, |
| `organisation_id` int(12) DEFAULT NULL, | | `organisation_id` int(12) DEFAULT NULL, |
| `value` text NOT NULL, | | `value` text NOT NULL, |
| `description` text | | `description` text |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `settings` | | -- Dumping data for table `settings` |
| -- | | -- |
| | | |
| INSERT INTO `settings` (`setting_id`, `shortname`, `organisation_id`, `value`, `description`) VALUES | | INSERT INTO `settings` (`setting_id`, `shortname`, `organisation_id`, `value`, `description`) VALUES |
| (1, 'version_db', NULL, '122300', NULL), | | (1, 'version_db', NULL, '122300', NULL), |
| (2, 'version_entrada', NULL, '1.22.3', NULL), | | (2, 'version_entrada', NULL, '1.22.3', NULL), |
| (3, 'export_weighted_grade', NULL, '1', NULL), | | (3, 'export_weighted_grade', NULL, '1', NULL), |
| (4, 'export_calculated_grade', NULL, '{\"enabled\":0}', NULL), | | (4, 'export_calculated_grade', NULL, '{\"enabled\":0}', NULL), |
| (5, 'course_webpage_assessment_cohorts_count', NULL, '4', NULL), | | (5, 'course_webpage_assessment_cohorts_count', NULL, '4', NULL), |
| (6, 'valid_mimetypes', NULL, '{\"default\":[\"image\\/jpeg\",\"image\\/gif\",\"image\\/png\",\"text\\/csv\",\"text\\/richtext\",\"application\\/rtf\",\"application\\/pdf\",\"application\\/zip\",\"application\\/msword\",\"application\\/vnd.ms-office\",\"application\\/vnd.ms-powerpoint\",\"application\\/vnd.ms-write\",\"application\\/vnd.ms-excel\",\"application\\/vnd.ms-access\",\"application\\/vnd.ms-project\",\"application\\/vnd.openxmlformats-officedocument.wordprocessingml.document\",\"application\\/vnd.openxmlformats-officedocument.wordprocessingml.template\",\"application\\/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\"application\\/vnd.openxmlformats-officedocument.spreadsheetml.template\",\"application\\/vnd.openxmlformats-officedocument.presentationml.presentation\",\"application\\/vnd.openxmlformats-officedocument.presentationml.slideshow\",\"application\\/vnd.openxmlformats-officedocument.presentationml.template\",\"application\\/vnd.openxmlformats-officedocument.presentationml.slide\",\"application\\/onenote\",\"application\\/vnd.apple.keynote\",\"application\\/vnd.apple.numbers\",\"application\\/vnd.apple.pages\"],\"lor\":[\"image\\/jpeg\",\"image\\/gif\",\"image\\/png\",\"text\\/csv\",\"text\\/richtext\",\"application\\/rtf\",\"application\\/pdf\",\"application\\/zip\",\"application\\/msword\",\"application\\/vnd.ms-office\",\"application\\/vnd.ms-powerpoint\",\"application\\/vnd.ms-write\",\"application\\/vnd.ms-excel\",\"application\\/vnd.ms-access\",\"application\\/vnd.ms-project\",\"application\\/vnd.openxmlformats-officedocument.wordprocessingml.document\",\"application\\/vnd.openxmlformats-officedocument.wordprocessingml.template\",\"application\\/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\"application\\/vnd.openxmlformats-officedocument.spreadsheetml.template\",\"application\\/vnd.openxmlformats-officedocument.presentationml.presentation\",\"application\\/vnd.openxmlformats-officedocument.presentationml.slideshow\",\"application\\/vnd.openxmlformats-officedocument.presentationml.template\",\"application\\/vnd.openxmlformats-officedocument.presentationml.slide\",\"application\\/onenote\",\"application\\/vnd.apple.keynote\",\"application\\/vnd.apple.numbers\",\"application\\/vnd.apple.pages\"]}', NULL), | | (6, 'valid_mimetypes', NULL, '{\"default\":[\"image\\/jpeg\",\"image\\/gif\",\"image\\/png\",\"text\\/csv\",\"text\\/richtext\",\"application\\/rtf\",\"application\\/pdf\",\"application\\/zip\",\"application\\/msword\",\"application\\/vnd.ms-office\",\"application\\/vnd.ms-powerpoint\",\"application\\/vnd.ms-write\",\"application\\/vnd.ms-excel\",\"application\\/vnd.ms-access\",\"application\\/vnd.ms-project\",\"application\\/vnd.openxmlformats-officedocument.wordprocessingml.document\",\"application\\/vnd.openxmlformats-officedocument.wordprocessingml.template\",\"application\\/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\"application\\/vnd.openxmlformats-officedocument.spreadsheetml.template\",\"application\\/vnd.openxmlformats-officedocument.presentationml.presentation\",\"application\\/vnd.openxmlformats-officedocument.presentationml.slideshow\",\"application\\/vnd.openxmlformats-officedocument.presentationml.template\",\"application\\/vnd.openxmlformats-officedocument.presentationml.slide\",\"application\\/onenote\",\"application\\/vnd.apple.keynote\",\"application\\/vnd.apple.numbers\",\"application\\/vnd.apple.pages\"],\"lor\":[\"image\\/jpeg\",\"image\\/gif\",\"image\\/png\",\"text\\/csv\",\"text\\/richtext\",\"application\\/rtf\",\"application\\/pdf\",\"application\\/zip\",\"application\\/msword\",\"application\\/vnd.ms-office\",\"application\\/vnd.ms-powerpoint\",\"application\\/vnd.ms-write\",\"application\\/vnd.ms-excel\",\"application\\/vnd.ms-access\",\"application\\/vnd.ms-project\",\"application\\/vnd.openxmlformats-officedocument.wordprocessingml.document\",\"application\\/vnd.openxmlformats-officedocument.wordprocessingml.template\",\"application\\/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\"application\\/vnd.openxmlformats-officedocument.spreadsheetml.template\",\"application\\/vnd.openxmlformats-officedocument.presentationml.presentation\",\"application\\/vnd.openxmlformats-officedocument.presentationml.slideshow\",\"application\\/vnd.openxmlformats-officedocument.presentationml.template\",\"application\\/vnd.openxmlformats-officedocument.presentationml.slide\",\"application\\/onenote\",\"application\\/vnd.apple.keynote\",\"application\\/vnd.apple.numbers\",\"application\\/vnd.apple.pages\"]}', NULL), |
| (7, 'lrs_endpoint', NULL, '', 'Stores information if you\'re using a learner record service?'), | | (7, 'lrs_endpoint', NULL, '', 'Stores information if you\'re using a learner record service?'), |
| (8, 'lrs_version', NULL, '', 'Stores information if you\'re using a learner record service?'), | | (8, 'lrs_version', NULL, '', 'Stores information if you\'re using a learner record service?'), |
| (9, 'lrs_username', NULL, '', 'Stores information if you\'re using a learner record service?'), | | (9, 'lrs_username', NULL, '', 'Stores information if you\'re using a learner record service?'), |
| (10, 'lrs_password', NULL, '', 'Stores information if you\'re using a learner record service?'), | | (10, 'lrs_password', NULL, '', 'Stores information if you\'re using a learner record service?'), |
| (12, 'flagging_notifications', 1, '1', NULL), | | (12, 'flagging_notifications', 1, '1', NULL), |
| (13, 'twitter_consumer_key', NULL, '', NULL), | | (13, 'twitter_consumer_key', NULL, '', NULL), |
| (14, 'twitter_consumer_secret', NULL, '', NULL), | | (14, 'twitter_consumer_secret', NULL, '', NULL), |
| (15, 'twitter_language', NULL, 'en', NULL), | | (15, 'twitter_language', NULL, 'en', NULL), |
| (16, 'twitter_sort_order', NULL, 'recent', NULL), | | (16, 'twitter_sort_order', NULL, 'recent', NULL), |
| (17, 'twitter_update_interval', NULL, '5', NULL), | | (17, 'twitter_update_interval', NULL, '5', NULL), |
| (18, 'caliper_endpoint', NULL, '', NULL), | | (18, 'caliper_endpoint', NULL, '', NULL), |
| (19, 'caliper_sensor_id', NULL, '', NULL), | | (19, 'caliper_sensor_id', NULL, '', NULL), |
| (20, 'caliper_api_key', NULL, '', NULL), | | (20, 'caliper_api_key', NULL, '', NULL), |
| (21, 'caliper_debug', NULL, '0', NULL), | | (21, 'caliper_debug', NULL, '0', NULL), |
| (22, 'prizm_doc_settings', NULL, '{\"url\" : \"\\/\\/api.accusoft.com\\/v1\\/viewer\\/\",\"key\" : \"b2GVmI5r7iL2zAKFZDww4HqCCmac5NRnFzgfDzco_xEIdZz3rbwrsX4o4-7lOF7L\",\"viewertype\" : \"html5\",\"viewerheight\" : \"600\",\"viewerwidth\" : \"100%\",\"upperToolbarColor\" : \"000000\",\"lowerToolbarColor\" : \"88909e\",\"bottomToolbarColor\" : \"000000\",\"backgroundColor\" : \"e4eaee\",\"fontColor\" : \"ffffff\",\"buttonColor\" : \"white\",\"hidden\" : \"esign,redact\"}', NULL), | | (22, 'prizm_doc_settings', NULL, '{\"url\" : \"\\/\\/api.accusoft.com\\/v1\\/viewer\\/\",\"key\" : \"b2GVmI5r7iL2zAKFZDww4HqCCmac5NRnFzgfDzco_xEIdZz3rbwrsX4o4-7lOF7L\",\"viewertype\" : \"html5\",\"viewerheight\" : \"600\",\"viewerwidth\" : \"100%\",\"upperToolbarColor\" : \"000000\",\"lowerToolbarColor\" : \"88909e\",\"bottomToolbarColor\" : \"000000\",\"backgroundColor\" : \"e4eaee\",\"fontColor\" : \"ffffff\",\"buttonColor\" : \"white\",\"hidden\" : \"esign,redact\"}', NULL), |
| (23, 'podcast_display_sidebar', NULL, '0', 'Controls whether the podcast link displays'), | | (23, 'podcast_display_sidebar', NULL, '0', 'Controls whether the podcast link displays'), |
| (24, 'bookmarks_display_sidebar', NULL, '1', NULL), | | (24, 'bookmarks_display_sidebar', NULL, '1', NULL), |
| (25, 'profile_name_extensions', NULL, '', 'Allows for Post Nominal letters IE: Ph.D , MD'), | | (25, 'profile_name_extensions', NULL, '', 'Allows for Post Nominal letters IE: Ph.D , MD'), |
| (26, 'eportfolio_entry_is_assessable_by_default', NULL, '1', 'These settings define who can specify if an eportfolio is assessalbe (in the case that the eportfolio is attached to a gradebook).'), | | (26, 'eportfolio_entry_is_assessable_by_default', NULL, '1', 'These settings define who can specify if an eportfolio is assessalbe (in the case that the eportfolio is attached to a gradebook).'), |
| (27, 'eportfolio_entry_is_assessable_set_by_learner', NULL, '1', NULL), | | (27, 'eportfolio_entry_is_assessable_set_by_learner', NULL, '1', NULL), |
| (28, 'eportfolio_entry_is_assessable_set_by_advisor', NULL, '1', NULL), | | (28, 'eportfolio_entry_is_assessable_set_by_advisor', NULL, '1', NULL), |
| (29, 'eportfolio_can_attach_to_gradebook_assessment', NULL, '1', NULL), | | (29, 'eportfolio_can_attach_to_gradebook_assessment', NULL, '1', NULL), |
| (30, 'eportfolio_show_comments_in_gradebook_assessment', NULL, '0', NULL), | | (30, 'eportfolio_show_comments_in_gradebook_assessment', NULL, '0', NULL), |
| (31, 'calendar_display_start_hour', NULL, '7', 'Defines display on learner dashboard calendar'), | | (31, 'calendar_display_start_hour', NULL, '7', 'Defines display on learner dashboard calendar'), |
| (32, 'calendar_display_last_hour', NULL, '19', 'Defines display on learner dashboard calendar'), | | (32, 'calendar_display_last_hour', NULL, '19', 'Defines display on learner dashboard calendar'), |
| (33, 'exams_html_encode_import_questions', NULL, '1', 'Defines whether to run html_encode when importing questions. Use when the questions you are importing contain HTML markup.'), | | (33, 'exams_html_encode_import_questions', NULL, '1', 'Defines whether to run html_encode when importing questions. Use when the questions you are importing contain HTML markup.'), |
| (34, 'personnel_api_director_show_all_faculty', NULL, '0', 'Whether or not all faculty members will show up when adding Course Directors to Courses. Also note that non-faculty:directors will not be able to access the CBME Program Dashboard for learners.'), | | (34, 'personnel_api_director_show_all_faculty', NULL, '0', 'Whether or not all faculty members will show up when adding Course Directors to Courses. Also note that non-faculty:directors will not be able to access the CBME Program Dashboard for learners.'), |
| (35, 'personnel_api_curriculum_coord_show_all_faculty', NULL, '0', 'Whether or not all faculty will show up when adding curriculum coordinators as course contacts? (Presumably anyone added gets full course and event access)'), | | (35, 'personnel_api_curriculum_coord_show_all_faculty', NULL, '0', 'Whether or not all faculty will show up when adding curriculum coordinators as course contacts? (Presumably anyone added gets full course and event access)'), |
| (36, 'personnel_api_curriculum_coord_show_all_staff', NULL, '0', 'Whether or not all staff will show up when adding curriculum coordinators as course contacts? (Presumably anyone added gets full course and event access)'), | | (36, 'personnel_api_curriculum_coord_show_all_staff', NULL, '0', 'Whether or not all staff will show up when adding curriculum coordinators as course contacts? (Presumably anyone added gets full course and event access)'), |
| (37, 'community_course_outline_hide_pcoordinators', NULL, '0', 'Hides the user view of pcoordinators on a course page'), | | (37, 'community_course_outline_hide_pcoordinators', NULL, '0', 'Hides the user view of pcoordinators on a course page'), |
| (38, 'language_supported', NULL, '{\"en\":{\"name\" : \"English\"}}', NULL), | | (38, 'language_supported', NULL, '{\"en\":{\"name\" : \"English\"}}', NULL), |
| (39, 'curriculum_tagsets_allow_attributes ', NULL, '1', 'Defines whether you let users create hierarchical tag sets in Manage Curriculum'), | | (39, 'curriculum_tagsets_allow_attributes ', NULL, '1', 'Defines whether you let users create hierarchical tag sets in Manage Curriculum'), |
| (40, 'curriculum_tagsets_max_allow_levels ', NULL, '9', 'Sets the maximum number of hierarchical levels in a tag set in Manage Curriculum'), | | (40, 'curriculum_tagsets_max_allow_levels ', NULL, '9', 'Sets the maximum number of hierarchical levels in a tag set in Manage Curriculum'), |
| (41, 'curriculum_tags_default_status', NULL, '2', NULL), | | (41, 'curriculum_tags_default_status', NULL, '2', NULL), |
| (42, 'curriculum_weeks_enabled', NULL, '1', 'Enables curriculum weeks which is required if you want to use Units or Cases'), | | (42, 'curriculum_weeks_enabled', NULL, '1', 'Enables curriculum weeks which is required if you want to use Units or Cases'), |
| (43, 'assessment_tasks_show_all_multiphase_assessments', NULL, '0', 'On A&E dashboard for admin? For all users?'), | | (43, 'assessment_tasks_show_all_multiphase_assessments', NULL, '0', 'On A&E dashboard for admin? For all users?'), |
| (44, 'cbme_enabled', 1, '1', 'Defines whether an organisation is using the CBME module (will change learner view of dashboard)'), | | (44, 'cbme_enabled', 1, '1', 'Defines whether an organisation is using the CBME module (will change learner view of dashboard)'), |
| (45, 'community_share_show_file_versions', NULL, '1', 'Defines whether or not you allow members of a community to view file versions (on Document pages only?)'), | | (45, 'community_share_show_file_versions', NULL, '1', 'Defines whether or not you allow members of a community to view file versions (on Document pages only?)'), |
| (46, 'cbme_standard_kc_ec_objectives', NULL, '0', 'CBME specific. Defines whether or not you allow programs uploading CBME data to select between using standard key and enabling competencies or program-specific key and enabling competencies (Step 3 of data import?)'), | | (46, 'cbme_standard_kc_ec_objectives', NULL, '0', 'CBME specific. Defines whether or not you allow programs uploading CBME data to select between using standard key and enabling competencies or program-specific key and enabling competencies (Step 3 of data import?)'), |
| (47, 'sites_enabled', NULL, '0', 'Defines whether you use sites (aka Manage Locations)?'), | | (47, 'sites_enabled', NULL, '0', 'Defines whether you use sites (aka Manage Locations)?'), |
| (48, 'filesystem_hash', NULL, 'sha256', NULL), | | (48, 'filesystem_hash', NULL, 'sha256', NULL), |
| (49, 'filesystem_chunksplit', NULL, '8', NULL), | | (49, 'filesystem_chunksplit', NULL, '8', NULL), |
| (50, 'capture_enabled', NULL, '1', 'Defines whether you use automated lecture capture feature for learning events.'), | | (50, 'capture_enabled', NULL, '1', 'Defines whether you use automated lecture capture feature for learning events.'), |
| (51, 'capture_min_available_after_event', NULL, '30', 'If using lecture capture, defines when videos will be available after a recorded learning event.'), | | (51, 'capture_min_available_after_event', NULL, '30', 'If using lecture capture, defines when videos will be available after a recorded learning event.'), |
| (52, 'capture_resource_default_embed_code', NULL, '', NULL), | | (52, 'capture_resource_default_embed_code', NULL, '', NULL), |
| (53, 'capture_stream_time_format', NULL, 'Ymd-His', 'Ymd-His'), | | (53, 'capture_stream_time_format', NULL, 'Ymd-His', 'Ymd-His'), |
| (54, 'capture_resource_default_title', NULL, 'Lecture Recording', 'Lecture Recording'), | | (54, 'capture_resource_default_title', NULL, 'Lecture Recording', 'Lecture Recording'), |
| (55, 'capture_resource_default_description', NULL, 'This is a recording of the event.', 'This is a recording of the event.'), | | (55, 'capture_resource_default_description', NULL, 'This is a recording of the event.', 'This is a recording of the event.'), |
| (56, 'capture_stream_file_format', NULL, '{prefix}-{timestamp}-{channel}', '{prefix}-{timestamp}-{channel}'), | | (56, 'capture_stream_file_format', NULL, '{prefix}-{timestamp}-{channel}', '{prefix}-{timestamp}-{channel}'), |
| (57, 'logbook_active', NULL, '1', 'Defines whether you are using the Logbook feature (i.e., getting students to log encounters).'), | | (57, 'logbook_active', NULL, '1', 'Defines whether you are using the Logbook feature (i.e., getting students to log encounters).'), |
| (58, 'cbme_memory_table_publish', NULL, '1', 'When creating a new CBME Objective Tree Version, the CBME Abstraction Layer will attempt to utilize a memory table when building a new version, instead of using the CBME objective tree table directly. Enabling this feature greatly improves version creation performance. It should only be enabled when the database user has access to create memory tables.'), | | (58, 'cbme_memory_table_publish', NULL, '1', 'When creating a new CBME Objective Tree Version, the CBME Abstraction Layer will attempt to utilize a memory table when building a new version, instead of using the CBME objective tree table directly. Enabling this feature greatly improves version creation performance. It should only be enabled when the database user has access to create memory tables.'), |
| (59, 'assessment_triggered_by_target', NULL, '1', 'These settings are about adhoc distributions and who can trigger a task once the distribution has been created.'), | | (59, 'assessment_triggered_by_target', NULL, '1', 'These settings are about adhoc distributions and who can trigger a task once the distribution has been created.'), |
| (60, 'assessment_triggered_by_assessor', NULL, '1', 'These settings are about adhoc distributions and who can trigger a task once the distribution has been created.'), | | (60, 'assessment_triggered_by_assessor', NULL, '1', 'These settings are about adhoc distributions and who can trigger a task once the distribution has been created.'), |
| (61, 'assessment_method_complete_and_confirm_by_pin', NULL, '1', 'These settings are about adhoc distributions and which form completion methods are allowed.'), | | (61, 'assessment_method_complete_and_confirm_by_pin', NULL, '1', 'These settings are about adhoc distributions and which form completion methods are allowed.'), |
| (62, 'assessment_method_send_blank_form', NULL, '1', 'These settings are about adhoc distributions and which form completion methods are allowed.'), | | (62, 'assessment_method_send_blank_form', NULL, '1', 'These settings are about adhoc distributions and which form completion methods are allowed.'), |
| (63, 'capture_calendar_id', NULL, '', NULL), | | (63, 'capture_calendar_id', NULL, '', NULL), |
| (64, 'capture_google_app_name', NULL, '', NULL), | | (64, 'capture_google_app_name', NULL, '', NULL), |
| (65, 'capture_google_sync_interval', NULL, '', NULL), | | (65, 'capture_google_sync_interval', NULL, '', NULL), |
| (66, 'capture_google_calendar_sync_enabled', NULL, '', NULL), | | (66, 'capture_google_calendar_sync_enabled', NULL, '', NULL), |
| (67, 'lor_objective_tagging', NULL, '1', 'This defines whether or not you allow admin users to assign curriculum objectives to objects in the Learning Object Repository.'), | | (67, 'lor_objective_tagging', NULL, '1', 'This defines whether or not you allow admin users to assign curriculum objectives to objects in the Learning Object Repository.'), |
| (68, 'lottery_enabled', NULL, '1', 'Defines whether you are using the Lottery module.'), | | (68, 'lottery_enabled', NULL, '1', 'Defines whether you are using the Lottery module.'), |
| (69, 'cbme_enable_tree_aggregates', NULL, '1', 'This defines whether the CBME Objective Tree abstraction layer will attempt to read from an aggregated version of the CBME objective tree table instead of the main CBME Objective Tree table. The aggregates are scoped to tree ID, user and/or course.'), | | (69, 'cbme_enable_tree_aggregates', NULL, '1', 'This defines whether the CBME Objective Tree abstraction layer will attempt to read from an aggregated version of the CBME objective tree table instead of the main CBME Objective Tree table. The aggregates are scoped to tree ID, user and/or course.'), |
| (70, 'cbme_enable_tree_aggregate_build', NULL, '1', 'This defines whether or not the CBME Objective Tree abstraction layer will attempt to build aggregate trees when needed.'), | | (70, 'cbme_enable_tree_aggregate_build', NULL, '1', 'This defines whether or not the CBME Objective Tree abstraction layer will attempt to build aggregate trees when needed.'), |
| (71, 'cbme_enable_tree_caching', NULL, '1', 'This defines whether or not the CBME Objective Tree abstraction layer will read/write CBME Objective tree datasets to cache.'), | | (71, 'cbme_enable_tree_caching', NULL, '1', 'This defines whether or not the CBME Objective Tree abstraction layer will read/write CBME Objective tree datasets to cache.'), |
| (72, 'logbook_outstanding_percentage', NULL, '50', 'Define the threshold for level of completion to trigger \'complete\' status in Clinical Experience > Logbook'), | | (72, 'logbook_outstanding_percentage', NULL, '50', 'Define the threshold for level of completion to trigger \'complete\' status in Clinical Experience > Logbook'), |
| (73, 'default_stage_objective', 2, '2416', ''), | | (73, 'default_stage_objective', 2, '2416', ''), |
| (74, 'personnel_api_reviewer_show_all_admin', NULL, '0', 'Whether or not all faculty members will show up when adding Course Directors to Courses. Also note that non-faculty:directors will not be able to access the CBME Program Dashboard for learners.'), | | (74, 'personnel_api_reviewer_show_all_admin', NULL, '0', 'Whether or not all faculty members will show up when adding Course Directors to Courses. Also note that non-faculty:directors will not be able to access the CBME Program Dashboard for learners.'), |
| (75, 'events_resource_bulk_upload', NULL, '1', NULL), | | (75, 'events_resource_bulk_upload', NULL, '1', NULL), |
| (76, 'events_resource_allow_no_timeframe', NULL, '1', NULL), | | (76, 'events_resource_allow_no_timeframe', NULL, '1', NULL), |
| (77, 'gradebook_assessment_document_delivery_enabled', NULL, '0', 'Allows you to provide documents to learners via a course gradebook'), | | (77, 'gradebook_assessment_document_delivery_enabled', NULL, '0', 'Allows you to provide documents to learners via a course gradebook'), |
| (78, 'cases_enabled', NULL, '0', NULL), | | (78, 'cases_enabled', NULL, '0', NULL), |
| (79, 'cases_restrict_learner_view', NULL, '1', 'Hide future Cases from learners'), | | (79, 'cases_restrict_learner_view', NULL, '1', 'Hide future Cases from learners'), |
| (80, 'legacy_clerkship_events_enabled', NULL, '0', '(Only applicable to Queen\'s?)'), | | (80, 'legacy_clerkship_events_enabled', NULL, '0', '(Only applicable to Queen\'s?)'), |
| (81, 'calendar_display_scroll_hour', NULL, '7', 'Learner dashboard calendar?'), | | (81, 'calendar_display_scroll_hour', NULL, '7', 'Learner dashboard calendar?'), |
| (83, 'clinical_event_approval_enabled', NULL, '0', 'Granular clinical events - allows learner to accept, reject or modify a scheduled granular clinical event'), | | (83, 'clinical_event_approval_enabled', NULL, '0', 'Granular clinical events - allows learner to accept, reject or modify a scheduled granular clinical event'), |
| (84, 'unauthenticated_internal_assessments', NULL, '0', 'Enables the ability to complete distribution assessments as an internal account user without logging in via a unique hash provided via email'), | | (84, 'unauthenticated_internal_assessments', NULL, '0', 'Enables the ability to complete distribution assessments as an internal account user without logging in via a unique hash provided via email'), |
| (85, 'disable_distribution_assessor_notifications', NULL, '0', 'This goes hand in hand with unauthenticated_internal_assessments and enable_distribution_assessor_summary_notifications. When using unauthenticated distribution assessments, you probably want an single summary email with a link to each task rather than an email for each new task. This disables the per-task reminders.'), | | (85, 'disable_distribution_assessor_notifications', NULL, '0', 'This goes hand in hand with unauthenticated_internal_assessments and enable_distribution_assessor_summary_notifications. When using unauthenticated distribution assessments, you probably want an single summary email with a link to each task rather than an email for each new task. This disables the per-task reminders.'), |
| (86, 'enable_distribution_assessor_summary_notifications', NULL, '0', 'This adjusts the emails for distribution assessments to have a nightly summary of all new tasks, and then a weekly summary of tasks that are still incomplete.'), | | (86, 'enable_distribution_assessor_summary_notifications', NULL, '0', 'This adjusts the emails for distribution assessments to have a nightly summary of all new tasks, and then a weekly summary of tasks that are still incomplete.'), |
| (87, 'allow_course_director_manage_stage', NULL, '0', NULL), | | (87, 'allow_course_director_manage_stage', NULL, '0', NULL), |
| (88, 'allow_program_coordinator_manage_stage', NULL, '0', NULL), | | (88, 'allow_program_coordinator_manage_stage', NULL, '0', NULL), |
| (89, 'clinical_experience_default_filter', NULL, 'course', 'dictates which filter is the default when land on Admin > Clinical Experience'), | | (89, 'clinical_experience_default_filter', NULL, 'course', 'dictates which filter is the default when land on Admin > Clinical Experience'), |
| (90, 'events_freetext_objectives_enabled', NULL, '1', 'Defines whether free text objectives can be entered on a learning event page'), | | (90, 'events_freetext_objectives_enabled', NULL, '1', 'Defines whether free text objectives can be entered on a learning event page'), |
| (91, 'allow_program_coordinator_manage_booked_slots', NULL, '1', 'When the setting allow_program_coordinator_manage_booked_slots is set to 0 in the settings table (by default it’s 1), the pcoordinators won’t be able to (1) delete slots that have off-service learners booked in them, (2) make any changes to the slot spaces'), | | (91, 'allow_program_coordinator_manage_booked_slots', NULL, '1', 'When the setting allow_program_coordinator_manage_booked_slots is set to 0 in the settings table (by default it’s 1), the pcoordinators won’t be able to (1) delete slots that have off-service learners booked in them, (2) make any changes to the slot spaces'), |
| (92, 'mobile_logbook_enabled', NULL, '1', 'Defines whether or not logbook is active in mobile'), | | (92, 'mobile_logbook_enabled', NULL, '1', 'Defines whether or not logbook is active in mobile'), |
| (93, 'calendar_assignments_enabled', NULL, '1', 'Defines whether or not assessments from a course gradebook are displayed on a learner\'s dashboard calendar'), | | (93, 'calendar_assignments_enabled', NULL, '1', 'Defines whether or not assessments from a course gradebook are displayed on a learner\'s dashboard calendar'), |
| (94, 'gradebook_passing_grade', NULL, '50', 'define a passing grade as used in System Report > Learner Report > Student Report Card'), | | (94, 'gradebook_passing_grade', NULL, '50', 'define a passing grade as used in System Report > Learner Report > Student Report Card'), |
| (95, 'cbme_ondemand_start_assessment', 2, '1', NULL), | | (95, 'cbme_ondemand_start_assessment', 2, '1', NULL), |
| (96, 'cbme_ondemand_start_assessment_shortcut_button', NULL, '1', 'optional, if selected a short cut icon will be displayed to learner in their cbme dashboard beside corresponding EPAs'), | | (96, 'cbme_ondemand_start_assessment_shortcut_button', NULL, '1', 'optional, if selected a short cut icon will be displayed to learner in their cbme dashboard beside corresponding EPAs'), |
| (97, 'cbme_ondemand_start_assessment_add_assessor', NULL, '0', 'optional, if selected you will have the ability to add new assessors. By default these added assessor will be stored in the cbl_external_assessors table. If you want the added assessor to be an internal user you must also merge ME-1434 to get this complete feature'), | | (97, 'cbme_ondemand_start_assessment_add_assessor', NULL, '0', 'optional, if selected you will have the ability to add new assessors. By default these added assessor will be stored in the cbl_external_assessors table. If you want the added assessor to be an internal user you must also merge ME-1434 to get this complete feature'), |
| (98, 'cbme_ondemand_start_assessment_director_as_staff_workflow', NULL, '0', 'toggle whether faculty directors get the staff workflow view. Default is off (0) - all faculty get the faculty workflow view'), | | (98, 'cbme_ondemand_start_assessment_director_as_staff_workflow', NULL, '0', 'toggle whether faculty directors get the staff workflow view. Default is off (0) - all faculty get the faculty workflow view'), |
| (99, 'cbme_ondemand_start_assessment_replace_admin_trigger', NULL, '0', 'to toggle whether the “Trigger Assessment” button on /admin/assessments gets switched over to use the workflow view. Default is off (0).'), | | (99, 'cbme_ondemand_start_assessment_replace_admin_trigger', NULL, '0', 'to toggle whether the “Trigger Assessment” button on /admin/assessments gets switched over to use the workflow view. Default is off (0).'), |
| (100, 'events_download_all_files', NULL, '', 'Defines whether you allow learners to bulk download events from their Events tab'), | | (100, 'events_download_all_files', NULL, '', 'Defines whether you allow learners to bulk download events from their Events tab'), |
| (101, 'events_sms_attendance_enabled', NULL, '0', NULL), | | (101, 'events_sms_attendance_enabled', NULL, '0', NULL), |
| (102, 'course_objective_category_enabled', NULL, '0', 'Enables the category select (primary, secondary, tertiary) in the new Curriculum Tag Selector'), | | (102, 'course_objective_category_enabled', NULL, '0', 'Enables the category select (primary, secondary, tertiary) in the new Curriculum Tag Selector'), |
| (103, 'twilio_enabled', NULL, '0', NULL), | | (103, 'twilio_enabled', NULL, '0', NULL), |
| (104, 'notices_send_email', NULL, '1', 'Enable to allow users to optionally send an email when they send a notice via Admin > Manage Notices'), | | (104, 'notices_send_email', NULL, '1', 'Enable to allow users to optionally send an email when they send a notice via Admin > Manage Notices'), |
| (105, 'absence_enabled', NULL, '0', 'Enable to use the Absence Management Module'), | | (105, 'absence_enabled', NULL, '0', 'Enable to use the Absence Management Module'), |
| (106, 'enable_prompted_responses_comments_and_reviews', NULL, '0', 'Allows staff and faculty users to have a personalized A&E prompted responses tab where they can take action on prompted responses'), | | (106, 'enable_prompted_responses_comments_and_reviews', NULL, '0', 'Allows staff and faculty users to have a personalized A&E prompted responses tab where they can take action on prompted responses'), |
| (107, 'learner_explorer_enabled', NULL, '1', 'Enable to turn on the Learner Explorer and allow faculty and admin staff to see an overview of a learner\'s performance across courses on gradebook assessments'), | | (107, 'learner_explorer_enabled', NULL, '1', 'Enable to turn on the Learner Explorer and allow faculty and admin staff to see an overview of a learner\'s performance across courses on gradebook assessments'), |
| (108, 'grading_scale_max_gpa', NULL, '4.3', 'Sets the maximum value for the GPA, used in grading scales under admin - system settings - grading scales'), | | (108, 'grading_scale_max_gpa', NULL, '4.3', 'Sets the maximum value for the GPA, used in grading scales under admin - system settings - grading scales'), |
| (109, 'calendar_display_hour_date', NULL, '%H:%i', NULL), | | (109, 'calendar_display_hour_date', NULL, '%H:%i', NULL), |
| (110, 'calendar_display_month_day', NULL, '%d', NULL), | | (110, 'calendar_display_month_day', NULL, '%d', NULL), |
| (111, 'calendar_display_default_date', NULL, '%j %M %Y', NULL), | | (111, 'calendar_display_default_date', NULL, '%j %M %Y', NULL), |
| (112, 'event_recurring_fields_edit', NULL, '', NULL), | | (112, 'event_recurring_fields_edit', NULL, '', NULL), |
| (113, 'event_recurring_fields_content', NULL, '', NULL), | | (113, 'event_recurring_fields_content', NULL, '', NULL), |
| (114, 'show_personal_meeting_links', NULL, '0', 'Learning Events (link to web conference tool)'), | | (114, 'show_personal_meeting_links', NULL, '0', 'Learning Events (link to web conference tool)'), |
| (115, 'personal_meeting_url_prefix', NULL, '', 'Define the web conference tool meeting id prefix'), | | (115, 'personal_meeting_url_prefix', NULL, '', 'Define the web conference tool meeting id prefix'), |
| (116, 'personal_meeting_window_minutes', NULL, '10', 'Define how long before an event starts users can access the meeting url'), | | (116, 'personal_meeting_window_minutes', NULL, '10', 'Define how long before an event starts users can access the meeting url'), |
| (117, 'personal_meeting_platform_provider', NULL, '', 'Provide the name of the web conference platform provider'), | | (117, 'personal_meeting_platform_provider', NULL, '', 'Provide the name of the web conference platform provider'), |
| (118, 'personal_meeting_intro_text', NULL, '', 'Provide any intro. text to appear before the url'), | | (118, 'personal_meeting_intro_text', NULL, '', 'Provide any intro. text to appear before the url'), |
| (119, 'personal_meeting_event_types', NULL, '', 'Specify the Learning Event Types to include the web conference url'), | | (119, 'personal_meeting_event_types', NULL, '', 'Specify the Learning Event Types to include the web conference url'), |
| (120, 'learner_levels_enabled', NULL, '0', 'sets whether or not users can see UI to manage learner levels on course enrolment tab *previously this was not currently added to Elentra by default, developers may need to manually add this setting'), | | (120, 'learner_levels_enabled', NULL, '0', 'sets whether or not users can see UI to manage learner levels on course enrolment tab *previously this was not currently added to Elentra by default, developers may need to manually add this setting'), |
| (121, 'personal_meeting_event_types_excluded', NULL, '', 'Exclude any Learning Event Types that should never has web conferencing url provided'), | | (121, 'personal_meeting_event_types_excluded', NULL, '', 'Exclude any Learning Event Types that should never has web conferencing url provided'), |
| (122, 'personal_meeting_courses', NULL, '', 'Specify the Courses to include the web conference url'), | | (122, 'personal_meeting_courses', NULL, '', 'Specify the Courses to include the web conference url'), |
| (123, 'calendar_start_on_monday_dashboard', NULL, '0', 'Start calendar from Monday on dashboard. Overridden by default by calendar_excluded_days_dashboard'), | | (123, 'calendar_start_on_monday_dashboard', NULL, '0', 'Start calendar from Monday on dashboard. Overridden by default by calendar_excluded_days_dashboard'), |
| (124, 'calendar_excluded_days_dashboard', NULL, '0,6', 'Set which days to exclude from dashboard calendar ( 0 is sunday, 1 is monday etc..)'), | | (124, 'calendar_excluded_days_dashboard', NULL, '0,6', 'Set which days to exclude from dashboard calendar ( 0 is sunday, 1 is monday etc..)'), |
| (125, 'calendar_start_on_monday_events', NULL, '0', 'Start calendar from Monday on events page. Overridden by default by calendar_excluded_days_events'), | | (125, 'calendar_start_on_monday_events', NULL, '0', 'Start calendar from Monday on events page. Overridden by default by calendar_excluded_days_events'), |
| (126, 'calendar_excluded_days_events', NULL, '0,6', 'Set which days to exclude from events calendar ( 0 is sunday, 1 is monday etc..)'), | | (126, 'calendar_excluded_days_events', NULL, '0,6', 'Set which days to exclude from events calendar ( 0 is sunday, 1 is monday etc..)'), |
| (127, 'user_menu_ordering', NULL, 'learners,gradebook,assignments,documentrequests,exams,quizzes,absences,logbook,dutyhours,portfolio,portfoliolist,observerships,meetings,lotteries,instructors,locations,mspr,assistants,gradingtasks,annualreport,privacy,notifications', NULL), | | (127, 'user_menu_ordering', NULL, 'learners,gradebook,assignments,documentrequests,exams,quizzes,absences,logbook,dutyhours,portfolio,portfoliolist,observerships,meetings,lotteries,instructors,locations,mspr,assistants,gradingtasks,annualreport,privacy,notifications', NULL), |
| (128, 'course_website_autoenroll_audience', NULL, '0', 'Enable/disable auto-enrolling course audience into a course website. You can still override this on a per-course basis, by adding a record in the course_settings table, using the course ID and the same shortname course_website_autoenroll_audience'), | | (128, 'course_website_autoenroll_audience', NULL, '0', 'Enable/disable auto-enrolling course audience into a course website. You can still override this on a per-course basis, by adding a record in the course_settings table, using the course ID and the same shortname course_website_autoenroll_audience'), |
| (129, 'events_discussions_enabled', NULL, '1', 'allows org. to hide discussion and comments section of learning event page'), | | (129, 'events_discussions_enabled', NULL, '1', 'allows org. to hide discussion and comments section of learning event page'), |
| (130, 'reservation_enabled', NULL, '0', 'settings for use with external room reservation tool'), | | (130, 'reservation_enabled', NULL, '0', 'settings for use with external room reservation tool'), |
| (131, 'api_reservation_class', NULL, '\\Entrada\\Modules\\Reservations\\Services\\ReservationService', 'settings for use with external room reservation tool'), | | (131, 'api_reservation_class', NULL, '\\Entrada\\Modules\\Reservations\\Services\\ReservationService', 'settings for use with external room reservation tool'), |
| (132, 'reservation_user_id', NULL, '', NULL), | | (132, 'reservation_user_id', NULL, '', NULL), |
| (133, 'reservation_password', NULL, '', NULL), | | (133, 'reservation_password', NULL, '', NULL), |
| (134, 'reservation_create_url', NULL, '', 'settings for use with external room reservation tool'), | | (134, 'reservation_create_url', NULL, '', 'settings for use with external room reservation tool'), |
| (135, 'reservation_modify_url', NULL, '', 'settings for use with external room reservation tool'), | | (135, 'reservation_modify_url', NULL, '', 'settings for use with external room reservation tool'), |
| (136, 'reservation_cancel_url', NULL, '', 'settings for use with external room reservation tool'), | | (136, 'reservation_cancel_url', NULL, '', 'settings for use with external room reservation tool'), |
| (137, 'capture_consent_enabled', NULL, '1', 'used to allow org. to not require faculty to consent to lecture capture in personal profile'), | | (137, 'capture_consent_enabled', NULL, '1', 'used to allow org. to not require faculty to consent to lecture capture in personal profile'), |
| (138, 'cbme_assessment_form_embargo', NULL, '0', 'allows CBME org. to apply embargo conditions to Rubric forms so they are hidden from targets until specific conditions met'), | | (138, 'cbme_assessment_form_embargo', NULL, '0', 'allows CBME org. to apply embargo conditions to Rubric forms so they are hidden from targets until specific conditions met'), |
| (139, 'location_attendance_active', NULL, '1', 'allows learners to mark their own attendance at events based on their physical location'), | | (139, 'location_attendance_active', NULL, '1', 'allows learners to mark their own attendance at events based on their physical location'), |
| (140, 'tbl_enabled', NULL, '1', 'whether or not the TBL tools in Elentra are available'), | | (140, 'tbl_enabled', NULL, '1', 'whether or not the TBL tools in Elentra are available'), |
| (141, 'include_name_in_flagged_notifications', 1, '1', 'defines whether or not to include names of users in prompted response notifications in Assessment and Evaluation items'), | | (141, 'include_name_in_flagged_notifications', 1, '1', 'defines whether or not to include names of users in prompted response notifications in Assessment and Evaluation items'), |
| (142, 'events_resource_require_time_estimate', NULL, '1', 'allows for admin/teaching faculty to enter estimated times to complete resource attached to events'), | | (142, 'events_resource_require_time_estimate', NULL, '1', 'allows for admin/teaching faculty to enter estimated times to complete resource attached to events'), |
| (143, 'events_resource_display_time_estimate', NULL, '1', 'Show learners the time estimates for event resources'), | | (143, 'events_resource_display_time_estimate', NULL, '1', 'Show learners the time estimates for event resources'), |
| (144, 'event_resource_requirement_labels', NULL, '{\"required\":\"Required\",\"optional\":\"Optional\"}', 'allows for easy renaming of learning event resource category '), | | (144, 'event_resource_requirement_labels', NULL, '{\"required\":\"Required\",\"optional\":\"Optional\"}', 'allows for easy renaming of learning event resource category '), |
| (145, 'curriculum_tracks_enabled', NULL, '1', 'allows org. to disable Curriculum Tracks feature so it won\'t display in System Settings)'), | | (145, 'curriculum_tracks_enabled', NULL, '1', 'allows org. to disable Curriculum Tracks feature so it won\'t display in System Settings)'), |
| (146, 'cbme_ondemand_expiry', NULL, '1', 'allows on-demand tasks to have an expiry date added'), | | (146, 'cbme_ondemand_expiry', NULL, '1', 'allows on-demand tasks to have an expiry date added'), |
| (147, 'cbme_ondemand_expiry_offset', NULL, '+7 days', 'if using automatic expiry for on-demand tasks, set duration of time after which they should expire'), | | (147, 'cbme_ondemand_expiry_offset', NULL, '+7 days', 'if using automatic expiry for on-demand tasks, set duration of time after which they should expire'), |
| (148, 'cbme_ondemand_expiry_workflow_shortnames', NULL, '[]', 'if using automatic expiry for on-demand tasks,'), | | (148, 'cbme_ondemand_expiry_workflow_shortnames', NULL, '[]', 'if using automatic expiry for on-demand tasks,'), |
| (149, 'course_website_associated_faculty_admins', NULL, '1', 'option to have Associated Faculty on course setup tabs automatically made Administrators of the related course websites'), | | (149, 'course_website_associated_faculty_admins', NULL, '1', 'option to have Associated Faculty on course setup tabs automatically made Administrators of the related course websites'), |
| (150, 'gradebook_assessment_bonus_marks', NULL, '1', 'used to control whether to allow a course gradebook to accept values over 100%'), | | (150, 'gradebook_assessment_bonus_marks', NULL, '1', 'used to control whether to allow a course gradebook to accept values over 100%'), |
| (151, 'events_limit_color_update_trigger', NULL, '1', 'used to control whether events with recently added or updated links change color'), | | (151, 'events_limit_color_update_trigger', NULL, '1', 'used to control whether events with recently added or updated links change color'), |
| (152, 'people_display_group_role', NULL, '1', 'used to control is users’ group and role are displayed in People Search results'), | | (152, 'people_display_group_role', NULL, '1', 'used to control is users’ group and role are displayed in People Search results'), |
| (153, 'calendar_display_rotations', NULL, '1', 'used to control whether or not to show learners their rotation schedule in the event calendar view on the dashboard'), | | (153, 'calendar_display_rotations', NULL, '1', 'used to control whether or not to show learners their rotation schedule in the event calendar view on the dashboard'), |
| (154, 'calendar_display_rotations_clinical_event_threshold', NULL, '1', NULL), | | (154, 'calendar_display_rotations_clinical_event_threshold', NULL, '1', NULL), |
| (155, 'calendar_display_rotations_excluded_courses', NULL, '', NULL), | | (155, 'calendar_display_rotations_excluded_courses', NULL, '', NULL), |
| (156, 'community_display_guest_enrollment', NULL, '1', NULL), | | (156, 'community_display_guest_enrollment', NULL, '1', NULL), |
| (157, 'community_allow_leave_community', NULL, '1', 'used to control whether users can leave communities they were added to by an admin'), | | (157, 'community_allow_leave_community', NULL, '1', 'used to control whether users can leave communities they were added to by an admin'), |
| (158, 'assessment_delegation_auto_submit_single_target', NULL, '1', NULL), | | (158, 'assessment_delegation_auto_submit_single_target', NULL, '1', NULL), |
| (159, 'events_default_color', NULL, '', 'allows you to set a default color for events added to the calendar, can help with school branding'), | | (159, 'events_default_color', NULL, '', 'allows you to set a default color for events added to the calendar, can help with school branding'), |
| (160, 'logbook_log_inactive_rotations', NULL, '1', 'used to control whether or not to allow learners to create logbook entries for courses where their enrolement in the curriculum period has passed'), | | (160, 'logbook_log_inactive_rotations', NULL, '1', 'used to control whether or not to allow learners to create logbook entries for courses where their enrolement in the curriculum period has passed'), |
| (161, 'duty_hours_options', NULL, 'on_duty,off_duty,on_call,absence', 'allows you to configure which duty hour options display to learners'), | | (161, 'duty_hours_options', NULL, 'on_duty,off_duty,on_call,absence', 'allows you to configure which duty hour options display to learners'), |
| (162, 'assessment_display_tasks_from_removed_assessors', NULL, '1', NULL), | | (162, 'assessment_display_tasks_from_removed_assessors', NULL, '1', NULL), |
| (163, 'event_objectives_filter_by_course', NULL, '1', 'allows you to configure whether or not to automatically apply a course filter on the curriculum tag selector used on a learning event page'), | | (163, 'event_objectives_filter_by_course', NULL, '1', 'allows you to configure whether or not to automatically apply a course filter on the curriculum tag selector used on a learning event page'), |
| (164, 'disclaimer_preamble_creation', NULL, '1', NULL), | | (164, 'disclaimer_preamble_creation', NULL, '1', NULL), |
| (165, 'media_source_sync_attempt_retries', NULL, '25', NULL), | | (165, 'media_source_sync_attempt_retries', NULL, '25', NULL), |
| (166, 'custom_course_contacts_enabled', NULL, '1', NULL), | | (166, 'custom_course_contacts_enabled', NULL, '1', NULL), |
| (167, 'events_resource_access_code_default', NULL, '1', NULL), | | (167, 'events_resource_access_code_default', NULL, '1', NULL), |
| (168, 'personnel_api_program_coordinator_show_admins', NULL, '0', NULL), | | (168, 'personnel_api_program_coordinator_show_admins', NULL, '0', NULL), |
| (169, 'events_teaching_minutes_enabled', NULL, '1', NULL), | | (169, 'events_teaching_minutes_enabled', NULL, '1', NULL), |
| (170, 'events_teaching_minutes_self_edit_enabled', NULL, '0', NULL), | | (170, 'events_teaching_minutes_self_edit_enabled', NULL, '0', NULL), |
| (171, 'gradebook_assignment_show_form_options', NULL, 'graded,ungraded,graded_ungraded,hide', NULL), | | (171, 'gradebook_assignment_show_form_options', NULL, 'graded,ungraded,graded_ungraded,hide', NULL), |
| (172, 'calendar_separate_short_events_enabled', NULL, '0', NULL), | | (172, 'calendar_separate_short_events_enabled', NULL, '0', NULL), |
| (173, 'exams_student_submit_after_date_enabled', NULL, '0', NULL), | | (173, 'exams_student_submit_after_date_enabled', NULL, '0', NULL), |
| (174, 'housing_distributions_enabled', NULL, '0', 'Enables Housing based distributions '), | | (174, 'housing_distributions_enabled', NULL, '0', 'Enables Housing based distributions '), |
| (175, 'gradebook_adjusted_grades_enabled', NULL, '1', 'Add ability to enter an Adjusted Total to the Grading Spreadsheet for a Course Gradebook '), | | (175, 'gradebook_adjusted_grades_enabled', NULL, '1', 'Add ability to enter an Adjusted Total to the Grading Spreadsheet for a Course Gradebook '), |
| (176, 'peer_assessment_target_release_enabled', NULL, '1', 'Overrides default assessment behavior for peer assessments. Sets default release options(checkbox) for peer assessments (never release, immediately report)'), | | (176, 'peer_assessment_target_release_enabled', NULL, '1', 'Overrides default assessment behavior for peer assessments. Sets default release options(checkbox) for peer assessments (never release, immediately report)'), |
| (177, 'lti_custom_parameter_prefix_token', NULL, 'custom_%s', NULL), | | (177, 'lti_custom_parameter_prefix_token', NULL, 'custom_%s', NULL), |
| (183, 'lti_anonymous_username', NULL, 'anonymous', NULL), | | (183, 'lti_anonymous_username', NULL, 'anonymous', NULL), |
| (184, 'lti_anonymous_user_id', NULL, 'anonymous', NULL), | | (184, 'lti_anonymous_user_id', NULL, 'anonymous', NULL), |
| (185, 'clerkship_housing_department_id', 1, '0', 'Stores a Housing Department ID for an organization'), | | (185, 'clerkship_housing_department_id', 1, '0', 'Stores a Housing Department ID for an organization'), |
| (188, 'lti_replacement_token_course_name', NULL, '%CNAME%', NULL), | | (188, 'lti_replacement_token_course_name', NULL, '%CNAME%', NULL), |
| (189, 'lti_replacement_token_course_code', NULL, '%CCODE%', NULL), | | (189, 'lti_replacement_token_course_code', NULL, '%CCODE%', NULL), |
| (190, 'lti_replacement_token_course', NULL, '%CID%', NULL), | | (190, 'lti_replacement_token_course', NULL, '%CID%', NULL), |
| (191, 'lti_replacement_token_community', NULL, '%CMID%', NULL), | | (191, 'lti_replacement_token_community', NULL, '%CMID%', NULL), |
| (192, 'lti_replacement_token_user', NULL, '%UID%', NULL), | | (192, 'lti_replacement_token_user', NULL, '%UID%', NULL), |
| (193, 'lti_replacement_token_username', NULL, '%UNAME%', NULL), | | (193, 'lti_replacement_token_username', NULL, '%UNAME%', NULL), |
| (194, 'lti_replacement_token_event', NULL, '%EID%', NULL), | | (194, 'lti_replacement_token_event', NULL, '%EID%', NULL), |
| (195, 'gradebook_include_ungraded_assessments', NULL, '1', 'define whether an unentered grade in a Course Gradebook assessment is ignored or counts as 0 '), | | (195, 'gradebook_include_ungraded_assessments', NULL, '1', 'define whether an unentered grade in a Course Gradebook assessment is ignored or counts as 0 '), |
| (196, 'cbme_enable_visual_summary', NULL, '1', 'Enables CBME Visual Summary Dashboard added in '), | | (196, 'cbme_enable_visual_summary', NULL, '1', 'Enables CBME Visual Summary Dashboard added in '), |
| (197, 'evaluation_data_visible', NULL, '0', NULL), | | (197, 'evaluation_data_visible', NULL, '0', NULL), |
| (198, 'show_evaluator_data', NULL, '0', NULL), | | (198, 'show_evaluator_data', NULL, '0', NULL), |
| (199, 'profile_pronoun_enabled', NULL, '0', 'Enables the inclusion of a pronoun field in the user profile'), | | (199, 'profile_pronoun_enabled', NULL, '0', 'Enables the inclusion of a pronoun field in the user profile'), |
| (200, 'profile_pronoun_edit_enabled', NULL, '0', 'Enables the ability to select and change the preferred pronoun using the field on the user profile'), | | (200, 'profile_pronoun_edit_enabled', NULL, '0', 'Enables the ability to select and change the preferred pronoun using the field on the user profile'), |
| (201, 'exam_security_options', NULL, 'basic,seb,rp_now,examity,respondus', NULL), | | (201, 'exam_security_options', NULL, 'basic,seb,rp_now,examity,respondus', NULL), |
| (202, 'respondus_secret_1', NULL, '', NULL), | | (202, 'respondus_secret_1', NULL, '', NULL), |
| (203, 'respondus_secret_2', NULL, '', NULL), | | (203, 'respondus_secret_2', NULL, '', NULL), |
| (204, 'respondus_launch_prefix', NULL, 'na', NULL), | | (204, 'respondus_launch_prefix', NULL, 'na', NULL), |
| (205, 'respondus_download_win', NULL, 'https://downloads.respondus.com/OEM/LockDownBrowserOEMSetup.exe', 'A download URL for a specific version of Respondus'), | | (205, 'respondus_download_win', NULL, 'https://downloads.respondus.com/OEM/LockDownBrowserOEMSetup.exe', 'A download URL for a specific version of Respondus'), |
| (206, 'respondus_download_lab', NULL, 'https://downloads.respondus.com/OEM/LockDownBrowserLabOEMSetup.exe', 'A download URL for a specific version of Respondus'), | | (206, 'respondus_download_lab', NULL, 'https://downloads.respondus.com/OEM/LockDownBrowserLabOEMSetup.exe', 'A download URL for a specific version of Respondus'), |
| (207, 'respondus_download_msi', NULL, 'https://downloads.respondus.com/OEM/LockDownBrowserLabOEM-MSI.zip', 'A download URL for a specific version of Respondus'), | | (207, 'respondus_download_msi', NULL, 'https://downloads.respondus.com/OEM/LockDownBrowserLabOEM-MSI.zip', 'A download URL for a specific version of Respondus'), |
| (208, 'respondus_download_macos', NULL, 'https://downloads.respondus.com/OEM/InstallLDBOEM.zip', 'A download URL for a specific version of Respondus'), | | (208, 'respondus_download_macos', NULL, 'https://downloads.respondus.com/OEM/InstallLDBOEM.zip', 'A download URL for a specific version of Respondus'), |
| (209, 'microsoft_teams_enabled', NULL, '0', 'Enables the Microsoft Teams integration feature'), | | (209, 'microsoft_teams_enabled', NULL, '0', 'Enables the Microsoft Teams integration feature'), |
| (210, 'microsoft_teams_event_sync_limit', NULL, '+30 days', NULL), | | (210, 'microsoft_teams_event_sync_limit', NULL, '+30 days', NULL), |
| (211, 'events_recently_updated_offset', NULL, '-2 days', NULL), | | (211, 'events_recently_updated_offset', NULL, '-2 days', NULL), |
| (212, 'disable_target_viewable_release_override', NULL, '0', NULL), | | (212, 'disable_target_viewable_release_override', NULL, '0', NULL), |
| (213, 'box_api_token', NULL, '', 'An API token from Box.com (for integrating folders and files within a Box.com account as Event Resources)'), | | (213, 'box_api_token', NULL, '', 'An API token from Box.com (for integrating folders and files within a Box.com account as Event Resources)'), |
| (214, 'box_api_token_expiry', NULL, '', 'The expiration value for an API token from Box.com (for integrating folders and files within a Box.com account as Event Resources)'), | | (214, 'box_api_token_expiry', NULL, '', 'The expiration value for an API token from Box.com (for integrating folders and files within a Box.com account as Event Resources)'), |
| (215, 'people_search_limit', NULL, '0', NULL), | | (215, 'people_search_limit', NULL, '0', NULL), |
| (216, 'domain_template_override', NULL, '0', NULL), | | (216, 'domain_template_override', NULL, '0', NULL), |
| (217, 'domain_template_override_color', NULL, '0', NULL), | | (217, 'domain_template_override_color', NULL, '0', NULL), |
| (218, 'calendar_include_event_location', NULL, '', NULL), | | (218, 'calendar_include_event_location', NULL, '', NULL), |
| (219, 'events_show_detail_overlay', NULL, '', NULL), | | (219, 'events_show_detail_overlay', NULL, '', NULL), |
| (220, 'events_custom_objective_display', NULL, '0', NULL), | | (220, 'events_custom_objective_display', NULL, '0', NULL), |
| (221, 'events_collapse_objectives', NULL, '', NULL), | | (221, 'events_collapse_objectives', NULL, '', NULL), |
| (222, 'disable_learner_explorer_faculty_access', NULL, '0', NULL), | | (222, 'disable_learner_explorer_faculty_access', NULL, '0', NULL), |
| (223, 'email_update_enabled_sso', NULL, '1', NULL), | | (223, 'email_update_enabled_sso', NULL, '1', NULL), |
| (224, 'dashboard_links_fetch_from_db', NULL, '1', NULL), | | (224, 'dashboard_links_fetch_from_db', NULL, '1', NULL), |
| (225, 'learner_access_to_status_history', NULL, '1', NULL), | | (225, 'learner_access_to_status_history', NULL, '1', NULL), |
| (226, 'event_session_links', NULL, '1', NULL), | | (226, 'event_session_links', NULL, '1', NULL), |
| (227, 'turnitin_enabled', NULL, '1', NULL), | | (227, 'turnitin_enabled', NULL, '1', NULL), |
| (228, 'custom_sidebar_buttons', NULL, '', NULL), | | (228, 'custom_sidebar_buttons', NULL, '', NULL), |
| (229, 'display_parent_curriculum_tag', NULL, '1', NULL), | | (229, 'display_parent_curriculum_tag', NULL, '1', NULL), |
| (230, 'anonymous_evaluation_prompted_responses', NULL, '0', NULL), | | (230, 'anonymous_evaluation_prompted_responses', NULL, '0', NULL), |
| (231, 'external_download_pdf_enabled', NULL, '0', NULL), | | (231, 'external_download_pdf_enabled', NULL, '0', NULL), |
| (232, 'cbme_show_concern_items_to_target', NULL, '0', NULL), | | (232, 'cbme_show_concern_items_to_target', NULL, '0', NULL), |
| (233, 'assessment_reminder_limit_enabled', NULL, '1', NULL), | | (233, 'assessment_reminder_limit_enabled', NULL, '1', NULL), |
| (234, 'cbe_versionable_root_default', NULL, '0', NULL), | | (234, 'cbe_versionable_root_default', NULL, '0', NULL), |
| (235, 'cbe_tree_publish_values_per_query', NULL, '200', NULL), | | (235, 'cbe_tree_publish_values_per_query', NULL, '200', NULL), |
| (236, 'cbe_smart_tags_items_autoselect', NULL, '1', NULL), | | (236, 'cbe_smart_tags_items_autoselect', NULL, '1', NULL), |
| (237, 'cbe_smart_tags_add_associated_objectives', NULL, '1', NULL), | | (237, 'cbe_smart_tags_add_associated_objectives', NULL, '1', NULL), |
| (238, 'cbe_smart_tags_items_mandatory', NULL, '0', NULL), | | (238, 'cbe_smart_tags_items_mandatory', NULL, '0', NULL), |
| (239, 'task_progress_user_number_constraint_enabled', NULL, '1', NULL), | | (239, 'task_progress_user_number_constraint_enabled', NULL, '1', NULL), |
| (240, 'cbe_smart_tags_items_assessor_all_objectives_selectable', NULL, '1', NULL), | | (240, 'cbe_smart_tags_items_assessor_all_objectives_selectable', NULL, '1', NULL), |
| (241, 'cbe_smart_tags_items_target_all_objectives_selectable', NULL, '0', NULL), | | (241, 'cbe_smart_tags_items_target_all_objectives_selectable', NULL, '0', NULL), |
| (242, 'cbe_smart_tags_items_all_objectives_selectable_override', NULL, '0', NULL), | | (242, 'cbe_smart_tags_items_all_objectives_selectable_override', NULL, '0', NULL), |
| (243, 'event_resource_external_upload_default_timeframe', NULL, 'none', NULL), | | (243, 'event_resource_external_upload_default_timeframe', NULL, 'none', NULL), |
| (244, 'cbe_dashboard_allow_learner_self_assessment', 2, '1', ''), | | (244, 'cbe_dashboard_allow_learner_self_assessment', 2, '1', ''), |
| (245, 'cbe_dashboard_allow_learner_self_assessment', NULL, '0', NULL), | | (245, 'cbe_dashboard_allow_learner_self_assessment', NULL, '0', NULL), |
| (246, 'privacy_policy_url', NULL, '', NULL), | | (246, 'privacy_policy_url', NULL, '', NULL), |
| (247, 'locale_preferences_enabled', NULL, '0', NULL), | | (247, 'locale_preferences_enabled', NULL, '0', NULL), |
| (248, 'time_zone_preferences_enabled', NULL, '1', NULL), | | (248, 'time_zone_preferences_enabled', NULL, '1', NULL), |
| (249, 'ce_lottery_enabled', 1, '1', 'Enable/Disable Manage Lotteries Module'), | | (249, 'ce_lottery_enabled', 1, '1', 'Enable/Disable Manage Lotteries Module'), |
| (250, 'ce_managelocations_enabled', 1, '1', 'Enable/Disable Manage Locations'), | | (250, 'ce_managelocations_enabled', 1, '1', 'Enable/Disable Manage Locations'), |
| (251, 'ce_manageinstructors_enabled', 1, '1', 'Enable/Disable Manage Instructors'), | | (251, 'ce_manageinstructors_enabled', 1, '1', 'Enable/Disable Manage Instructors'), |
| (252, 'schedule_slot_spaces', NULL, '14', NULL), | | (252, 'schedule_slot_spaces', NULL, '14', NULL), |
| (253, 'schedule_slot_min_spaces', NULL, '6', NULL), | | (253, 'schedule_slot_min_spaces', NULL, '6', NULL), |
| (254, 'cbme_enabled', 2, '1', 'Defines whether an organisation is using the CBME module (will change learner view of dashboard)'), | | (254, 'cbme_enabled', 2, '1', 'Defines whether an organisation is using the CBME module (will change learner view of dashboard)'), |
| (255, 'week_start_day', NULL, '{\"default\":\"monday\",\"other\":[\"saturday\",\"sunday\"]}', NULL), | | (255, 'week_start_day', NULL, '{\"default\":\"monday\",\"other\":[\"saturday\",\"sunday\"]}', NULL), |
| (256, 'learner_event_attendance_visibility', NULL, '2', 'Flag to decide if learners can view whether attendance is required for an event. 0 - Learners see nothing. 1 - Learners see required only. 2 - Learners see all.'), | | (256, 'learner_event_attendance_visibility', NULL, '2', 'Flag to decide if learners can view whether attendance is required for an event. 0 - Learners see nothing. 1 - Learners see required only. 2 - Learners see all.'), |
| (257, 'curriculum_levels_enabled', NULL, '0', 'Defines whether the AAMC report can pull more than 10 levels'), | | (257, 'curriculum_levels_enabled', NULL, '0', 'Defines whether the AAMC report can pull more than 10 levels'), |
| (258, 'gradebook_display_weighted_total', NULL, '1', 'Flag to decide if learners can view the weighted total in their gradebook. 0 - Learners see nothing. 1 - Learners see weighted total.'), | | (258, 'gradebook_display_weighted_total', NULL, '1', 'Flag to decide if learners can view the weighted total in their gradebook. 0 - Learners see nothing. 1 - Learners see weighted total.'), |
| (259, 'enhanced_portfolios_enabled', NULL, '1', 'Enable/disable enhanced portfolio'), | | (259, 'enhanced_portfolios_enabled', NULL, '1', 'Enable/disable enhanced portfolio'), |
| (260, 'standard_portfolios_enabled', NULL, '0', 'Enable/disable legacy portfolio'), | | (260, 'standard_portfolios_enabled', NULL, '0', 'Enable/disable legacy portfolio'), |
| (261, 'email_aliases_enabled', NULL, '0', 'Defines whether the Email Aliases module is visible or not'), | | (261, 'email_aliases_enabled', NULL, '0', 'Defines whether the Email Aliases module is visible or not'), |
| (262, 'calendar_separate_short_events_enabled', NULL, '1', 'Defines whether Squished event allowed or not.'), | | (262, 'calendar_separate_short_events_enabled', NULL, '1', 'Defines whether Squished event allowed or not.'), |
| (263, 'block_email_domain_enabled', NULL, '0', 'Defines whether the Block Email/Domains module is visible or not'), | | (263, 'block_email_domain_enabled', NULL, '0', 'Defines whether the Block Email/Domains module is visible or not'), |
| (264, 'manage_documents_enabled', NULL, '1', 'Enable/disable Document Requests module.'), | | (264, 'manage_documents_enabled', NULL, '1', 'Enable/disable Document Requests module.'), |
| (265, 'analytics_enabled', NULL, '0', NULL), | | (265, 'analytics_enabled', NULL, '0', NULL), |
| (266, 'system_notifications_enabled', NULL, '0', 'This feature enables the system notifications icon, page and preferences'), | | (266, 'system_notifications_enabled', NULL, '0', 'This feature enables the system notifications icon, page and preferences'), |
| (267, 'gradebook_display_mean_grade', NULL, '1', 'Flag to decide if learners can view the mean grade in their gradebook. 0 - Learners cannot see class mean. 1 - Learners see class mean.'), | | (267, 'gradebook_display_mean_grade', NULL, '1', 'Flag to decide if learners can view the mean grade in their gradebook. 0 - Learners cannot see class mean. 1 - Learners see class mean.'), |
| (268, 'gradebook_display_median_grade', NULL, '1', 'Flag to decide if learners can view the median grade in their gradebook. 0 - Learners cannot see class median. 1 - Learners see class median.'), | | (268, 'gradebook_display_median_grade', NULL, '1', 'Flag to decide if learners can view the median grade in their gradebook. 0 - Learners cannot see class median. 1 - Learners see class median.'), |
| (269, 'centralized_notifications_broadcast', NULL, '0', 'Control whether the notifications broadcast'), | | (269, 'centralized_notifications_broadcast', NULL, '0', 'Control whether the notifications broadcast'), |
| (270, 'retain_notifications_days', NULL, '60', NULL), | | (270, 'retain_notifications_days', NULL, '60', NULL), |
| (271, 'rotation_header_use_short_blocks', NULL, '0', 'Define if the shortest blocks should be used as headers in rotation schedules'), | | (271, 'rotation_header_use_short_blocks', NULL, '0', 'Define if the shortest blocks should be used as headers in rotation schedules'), |
| (272, 'secondary_import_settings', NULL, '{\n \"secondary\": {\n \"group\": {\n \"classes\": [\n \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportScheduleDraft\",\n \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportScheduleDraftAuthor\",\n \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportScheduleDraftCourse\",\n \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportScheduleAudience\",\n \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportSchedule\"\n ],\n \"params\": {\n \"curriculum_type_ids\": [\n 9\n ]\n }\n }\n }\n }', 'secondary import queries to run once an import is complete'); | | (272, 'secondary_import_settings', NULL, '{\n \"secondary\": {\n \"group\": {\n \"classes\": [\n \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportScheduleDraft\",\n \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportScheduleDraftAuthor\",\n \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportScheduleDraftCourse\",\n \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportScheduleAudience\",\n \"Entrada\\\\Modules\\\\ClinicalExperience\\\\Models\\\\Imports\\\\ImportSchedule\"\n ],\n \"params\": {\n \"curriculum_type_ids\": [\n 9\n ]\n }\n }\n }\n }', 'secondary import queries to run once an import is complete'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `site_linked_objectives` | | -- Table structure for table `site_linked_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `site_linked_objectives` ( | | CREATE TABLE `site_linked_objectives` ( |
| `slobjective_id` int(12) UNSIGNED NOT NULL, | | `slobjective_id` int(12) UNSIGNED NOT NULL, |
| `site_id` int(12) UNSIGNED NOT NULL, | | `site_id` int(12) UNSIGNED NOT NULL, |
| `objective_id` int(12) UNSIGNED NOT NULL, | | `objective_id` int(12) UNSIGNED NOT NULL, |
| `target_objective_id` int(12) UNSIGNED NOT NULL, | | `target_objective_id` int(12) UNSIGNED NOT NULL, |
| `active` tinyint(1) DEFAULT '1', | | `active` tinyint(1) DEFAULT '1', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL | | `updated_by` int(12) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `statistics` | | -- Table structure for table `statistics` |
| -- | | -- |
| | | |
| CREATE TABLE `statistics` ( | | CREATE TABLE `statistics` ( |
| `statistic_id` int(12) NOT NULL, | | `statistic_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `timestamp` bigint(64) NOT NULL DEFAULT '0', | | `timestamp` bigint(64) NOT NULL DEFAULT '0', |
| `module` varchar(64) NOT NULL DEFAULT 'undefined', | | `module` varchar(64) NOT NULL DEFAULT 'undefined', |
| `action` varchar(64) NOT NULL DEFAULT 'undefined', | | `action` varchar(64) NOT NULL DEFAULT 'undefined', |
| `action_field` varchar(64) DEFAULT NULL, | | `action_field` varchar(64) DEFAULT NULL, |
| `action_value` varchar(64) DEFAULT NULL, | | `action_value` varchar(64) DEFAULT NULL, |
| `prune_after` bigint(64) NOT NULL DEFAULT '0' | | `prune_after` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| n | | n | -- |
| | | -- Dumping data for table `statistics` |
| | | -- |
| | | |
| | | INSERT INTO `statistics` (`statistic_id`, `proxy_id`, `timestamp`, `module`, `action`, `action_field`, `action_value`, `prune_after`) VALUES |
| | | (1, 1, 1685387416, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (2, 1, 1685387416, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (3, 1, 1685387416, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (4, 1, 1685387416, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (5, 1, 1685387417, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (6, 1, 1685387417, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (7, 1, 1685387417, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (8, 1, 1685387417, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (9, 1, 1685387418, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (10, 1, 1685387418, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (11, 1, 1685387418, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (12, 1, 1685387418, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (13, 1, 1685387418, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (14, 1, 1685387418, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (15, 1, 1685387443, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (16, 1, 1685387448, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (17, 1, 1685387458, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (18, 1, 1685387534, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (19, 1, 1685387539, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (20, 1, 1685387550, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (21, 1, 1685387584, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (22, 1, 1685387591, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (23, 1, 1685387604, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (24, 1, 1685387604, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (25, 1, 1685387608, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (26, 1, 1685387608, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (27, 1, 1685387609, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (28, 1, 1685387614, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (29, 1, 1685387673, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (30, 1, 1685387674, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (31, 1, 1685387674, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (32, 1, 1685387675, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (33, 1, 1685387677, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (34, 1, 1685387731, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (35, 1, 1685387732, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (36, 1, 1685387732, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (37, 1, 1685387733, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (38, 1, 1685387736, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (39, 1, 1685387758, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (40, 1, 1685387759, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (41, 1, 1685387759, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (42, 1, 1685387760, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (43, 1, 1685387772, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (44, 1, 1685387781, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (45, 1, 1685387782, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (46, 1, 1685387787, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (47, 1, 1685387788, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (48, 1, 1685387794, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (49, 1, 1685387795, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (50, 1, 1685387795, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (51, 1, 1685387799, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (52, 1, 1685387799, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (53, 1, 1685387807, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (54, 1, 1685387808, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (55, 1, 1685387827, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (56, 1, 1685387827, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (57, 1, 1685387828, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (58, 1, 1685387864, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (59, 1, 1685387864, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (60, 1, 1685387867, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (61, 1, 1685387920, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (62, 1, 1685387920, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (63, 1, 1685387924, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (64, 1, 1685387930, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (65, 1, 1685387930, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (66, 1, 1685387931, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (67, 1, 1685387944, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (68, 1, 1685387944, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (69, 1, 1685387956, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (70, 1, 1685387957, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (71, 1, 1685387958, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (72, 1, 1685387958, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (73, 1, 1685387959, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (74, 1, 1685387963, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (75, 1, 1685387963, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (76, 1, 1685387964, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (77, 1, 1685387965, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (78, 1, 1685387965, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (79, 1, 1685387968, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (80, 1, 1685387968, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (81, 1, 1685387969, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (82, 1, 1685387970, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (83, 1, 1685387970, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (84, 1, 1685387971, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (85, 1, 1685387972, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (86, 1, 1685387973, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (87, 1, 1685387973, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (88, 1, 1685387974, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (89, 1, 1685388047, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (90, 1, 1685388085, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (91, 1, 1685388109, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (92, 1, 1685388120, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (93, 1, 1685388121, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (94, 1, 1685388121, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (95, 1, 1685388122, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (96, 1, 1685388156, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (97, 1, 1685388157, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (98, 1, 1685388158, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (99, 1, 1685388158, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (100, 1, 1685388163, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (101, 1, 1685388164, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (102, 1, 1685388445, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (103, 1, 1685388446, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (104, 1, 1685388446, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (105, 1, 1685388447, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (106, 1, 1685388463, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (107, 1, 1685388467, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (108, 1, 1685388468, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (109, 1, 1685388470, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (110, 1, 1685388471, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (111, 1, 1685388471, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (112, 1, 1685388472, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (113, 1, 1685388472, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (114, 1, 1685388473, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (115, 1, 1685388579, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (116, 1, 1685388596, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (117, 1, 1685388597, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (118, 1, 1685388597, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (119, 1, 1685388598, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (120, 1, 1685388609, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (121, 1, 1685388610, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (122, 1, 1685388610, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (123, 1, 1685388654, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (124, 1, 1685388657, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (125, 1, 1685388694, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (126, 1, 1685388694, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (127, 1, 1685388695, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (128, 1, 1685388696, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (129, 1, 1685388696, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (130, 1, 1685388819, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (131, 1, 1685388870, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (132, 1, 1685388956, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (133, 1, 1685388956, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (134, 1, 1685388962, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (135, 1, 1685388969, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (136, 1, 1685388975, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (137, 1, 1685389032, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (138, 1, 1685389035, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (139, 1, 1685389039, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (140, 1, 1685389226, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (141, 1, 1685389233, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (142, 1, 1685389243, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (143, 1, 1685389249, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (144, 1, 1685389468, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (145, 1, 1685389477, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (146, 1, 1685389477, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (147, 1, 1685389486, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (148, 1, 1685389491, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (149, 1, 1685389768, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (150, 1, 1685389774, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (151, 1, 1685389774, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (152, 1, 1685389790, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (153, 1, 1685389792, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (154, 1, 1685389795, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (155, 1, 1685389819, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (156, 1, 1685390700, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (157, 1, 1685390700, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (158, 1, 1685390702, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (159, 1, 1685390706, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (160, 1, 1685390708, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (161, 1, 1685390708, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (162, 1, 1685390709, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (163, 1, 1685390713, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (164, 1, 1685390717, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (165, 1, 1685390775, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (166, 1, 1685390781, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (167, 1, 1685390808, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (168, 1, 1685390808, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (169, 1, 1685390809, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (170, 1, 1685390809, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (171, 1, 1685391045, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (172, 1, 1685391050, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (173, 1, 1685391144, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (174, 1, 1685391145, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (175, 1, 1685391854, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (176, 1, 1685391858, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (177, 4, 1685391860, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (178, 4, 1685391860, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (179, 1, 1685391860, 'users', 'login_as', 'proxy_id', '4', 1723694400), |
| | | (180, 4, 1685391861, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (181, 4, 1685391861, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (182, 4, 1685391862, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (183, 4, 1685391862, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (184, 4, 1685391863, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (185, 4, 1685391863, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (186, 4, 1685391864, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (187, 4, 1685391864, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (188, 4, 1685391865, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (189, 4, 1685391872, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (190, 4, 1685391873, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (191, 4, 1685391874, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (192, 4, 1685391875, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (193, 4, 1685391876, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (194, 4, 1685391881, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (195, 4, 1685391890, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (196, 4, 1685391890, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (197, 4, 1685391891, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (198, 4, 1685391914, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (199, 4, 1685391949, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (200, 4, 1685392070, 'index', 'logout', 'access_id', '4', 1723694400), |
| | | (201, 1, 1685392070, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (202, 1, 1685392070, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (203, 1, 1685392071, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (204, 1, 1685392071, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (205, 1, 1685392072, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (206, 1, 1685392072, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (207, 1, 1685392078, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (208, 7, 1685392081, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (209, 7, 1685392082, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (210, 1, 1685392082, 'users', 'login_as', 'proxy_id', '7', 1723694400), |
| | | (211, 7, 1685392082, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (212, 7, 1685392082, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (213, 7, 1685392083, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (214, 7, 1685392083, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (215, 7, 1685392083, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (216, 7, 1685392084, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (217, 7, 1685392299, 'index', 'logout', 'access_id', '8', 1723694400), |
| | | (218, 1, 1685392299, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (219, 1, 1685392300, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (220, 1, 1685392300, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (221, 1, 1685392300, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (222, 1, 1685392301, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (223, 1, 1685392301, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (224, 1, 1685392325, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (225, 1, 1685392325, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (226, 1, 1685392339, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (227, 1, 1685392339, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (228, 1, 1685392351, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (229, 1, 1685392369, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (230, 1, 1685392370, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (231, 1, 1685392370, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (232, 1, 1685392371, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (233, 1, 1685392371, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (234, 1, 1685392376, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (235, 1, 1685392377, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (236, 1, 1685456011, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (237, 1, 1685456011, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (238, 1, 1685456012, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (239, 1, 1685456012, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (240, 1, 1685456013, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (241, 1, 1685456013, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (242, 1, 1685456013, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (243, 1, 1685456013, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (244, 1, 1685456014, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (245, 1, 1685456014, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (246, 1, 1685456094, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (247, 1, 1685456098, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (248, 1, 1685456101, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (249, 1, 1685456153, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (250, 1, 1685456156, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (251, 1, 1685456164, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (252, 1, 1685456170, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (253, 1, 1685456173, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (254, 1, 1685456179, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (255, 1, 1685456219, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (256, 1, 1685456219, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (257, 1, 1685456227, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (258, 1, 1685456230, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (259, 1, 1685456230, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (260, 1, 1685456233, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (261, 1, 1685456244, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (262, 1, 1685456246, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (263, 1, 1685456249, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (264, 1, 1685456282, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (265, 1, 1685456284, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (266, 1, 1685456286, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (267, 1, 1685457064, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (268, 1, 1685457069, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (269, 1, 1685457070, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (270, 1, 1685457071, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (271, 1, 1685457072, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (272, 1, 1685457074, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (273, 1, 1685457076, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (274, 1, 1685459695, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (275, 1, 1685459696, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (276, 1, 1685459708, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (277, 1, 1685460357, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (278, 1, 1685460358, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (279, 1, 1685460358, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (280, 1, 1685460359, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (281, 1, 1685460359, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (282, 1, 1685460359, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (283, 1, 1685460360, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (284, 1, 1685460360, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (285, 1, 1685460361, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (286, 1, 1685460361, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (287, 1, 1685460368, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (288, 1, 1685460368, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (289, 1, 1685460369, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (290, 1, 1685460370, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (291, 1, 1685460370, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (292, 1, 1685460427, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (293, 1, 1685460427, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (294, 1, 1685460428, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (295, 1, 1685460428, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (296, 1, 1685460429, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (297, 1, 1685460491, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (298, 1, 1685460492, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (299, 1, 1685460492, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (300, 1, 1685460493, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (301, 1, 1685460493, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (302, 1, 1685460624, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (303, 1, 1685460625, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (304, 1, 1685460625, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (305, 1, 1685460626, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (306, 1, 1685460626, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (307, 1, 1685465926, 'index', 'logout', 'access_id', '1', 1723694400), |
| | | (308, 1, 1685468229, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (309, 1, 1685468229, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (310, 1, 1685468236, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (311, 1, 1685468236, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (312, 1, 1685468236, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (313, 1, 1685468237, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (314, 1, 1685468237, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (315, 1, 1685468237, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (316, 1, 1685468237, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (317, 1, 1685468238, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (318, 1, 1685468238, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (319, 1, 1685468238, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (320, 1, 1685469583, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (321, 1, 1685469587, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (322, 1, 1685469588, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (323, 1, 1685469589, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (324, 1, 1685469590, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (325, 1, 1685469594, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (326, 1, 1685469596, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (327, 1, 1685469702, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (328, 1, 1685469703, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (329, 1, 1685469703, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (330, 1, 1685469705, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (331, 1, 1685469708, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (332, 1, 1685469737, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (333, 1, 1685469742, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (334, 1, 1685469742, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (335, 1, 1685469742, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (336, 1, 1685469744, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (337, 1, 1685469744, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (338, 1, 1685469746, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (339, 1, 1685469750, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (340, 1, 1685469751, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (341, 1, 1685469752, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (342, 1, 1685469754, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (343, 1, 1685469756, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (344, 1, 1685469803, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (345, 1, 1685469804, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (346, 1, 1685469804, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (347, 1, 1685469804, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (348, 1, 1685469806, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (349, 1, 1685469806, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (350, 1, 1685469808, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (351, 1, 1685469813, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (352, 1, 1685469813, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (353, 1, 1685469814, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (354, 1, 1685469816, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (355, 1, 1685469824, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (356, 1, 1685469992, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (357, 1, 1685469994, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (358, 1, 1685470012, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (359, 1, 1685470012, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (360, 1, 1685470016, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (361, 1, 1685470043, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (362, 1, 1685470044, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (363, 1, 1685470045, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (364, 1, 1685470199, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (365, 1, 1685470274, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (366, 1, 1685470288, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (367, 1, 1685470292, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (368, 1, 1685470320, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (369, 1, 1685470320, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (370, 1, 1685470324, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (371, 1, 1685470327, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (372, 1, 1685470328, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (373, 1, 1685470330, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (374, 1, 1685470331, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (375, 1, 1685470335, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (376, 1, 1685470339, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (377, 1, 1685470341, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (378, 1, 1685470354, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (379, 1, 1685470355, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (380, 1, 1685470355, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (381, 1, 1685470357, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (382, 1, 1685470474, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (383, 1, 1685470480, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (384, 1, 1685470625, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (385, 1, 1685470625, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (386, 1, 1685470640, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (387, 1, 1685472578, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (388, 1, 1685472589, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (389, 2, 1685472592, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (390, 2, 1685472592, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (391, 1, 1685472592, 'users', 'login_as', 'proxy_id', '2', 1723694400), |
| | | (392, 2, 1685472593, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (393, 2, 1685472593, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (394, 2, 1685472594, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (395, 2, 1685472594, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (396, 2, 1685472595, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (397, 2, 1685472596, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (398, 2, 1685472596, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (399, 2, 1685472597, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (400, 2, 1685472603, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (401, 2, 1685472604, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (402, 2, 1685472605, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (403, 2, 1685472607, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (404, 2, 1685472607, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (405, 2, 1685472611, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (406, 2, 1685472613, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (407, 2, 1685472620, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (408, 2, 1685472620, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (409, 2, 1685472621, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (410, 2, 1685472642, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (411, 2, 1685472692, 'index', 'login', 'access_id', '2', 1723694400), |
| | | (412, 2, 1685472700, 'index', 'logout', 'access_id', '2', 1723694400), |
| | | (413, 1, 1685472700, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (414, 1, 1685472700, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (415, 1, 1685472701, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (416, 1, 1685472701, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (417, 1, 1685472702, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (418, 1, 1685472704, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (419, 1, 1685472711, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (420, 7, 1685472714, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (421, 7, 1685472714, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (422, 1, 1685472714, 'users', 'login_as', 'proxy_id', '7', 1723694400), |
| | | (423, 7, 1685472715, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (424, 7, 1685472715, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (425, 7, 1685472715, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (426, 7, 1685472716, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (427, 7, 1685472742, 'index', 'logout', 'access_id', '8', 1723694400), |
| | | (428, 1, 1685472742, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (429, 1, 1685472743, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (430, 1, 1685472743, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (431, 1, 1685472744, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (432, 1, 1685472744, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (433, 1, 1685472747, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (434, 1, 1685476364, 'index', 'logout', 'access_id', '1', 1723694400), |
| | | (435, 1, 1685476984, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (436, 1, 1685476984, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (437, 1, 1685476985, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (438, 1, 1685476985, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (439, 1, 1685476986, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (440, 1, 1685476986, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (441, 1, 1685538911, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (442, 1, 1685538911, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (443, 1, 1685538911, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (444, 1, 1685538911, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (445, 1, 1685538912, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (446, 1, 1685538912, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (447, 1, 1685538912, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (448, 1, 1685538912, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (449, 1, 1685538913, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (450, 1, 1685538913, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (451, 1, 1685539075, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (452, 6, 1685539086, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (453, 6, 1685539086, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (454, 1, 1685539086, 'users', 'login_as', 'proxy_id', '6', 1723694400), |
| | | (455, 6, 1685539086, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (456, 6, 1685539087, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (457, 6, 1685539087, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (458, 6, 1685539088, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (459, 6, 1685539098, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (460, 6, 1685539102, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (461, 6, 1685539186, 'index', 'logout', 'access_id', '7', 1723694400), |
| | | (462, 1, 1685539186, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (463, 1, 1685539187, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (464, 1, 1685539187, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (465, 1, 1685539188, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (466, 1, 1685539188, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (467, 1, 1685539189, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (468, 1, 1685539192, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (469, 1, 1685539238, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (470, 1, 1685539239, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (471, 1, 1685539243, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (472, 1, 1685539252, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (473, 1, 1685539253, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (474, 1, 1685539262, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (475, 4, 1685539274, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (476, 4, 1685539274, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (477, 1, 1685539274, 'users', 'login_as', 'proxy_id', '4', 1723694400), |
| | | (478, 4, 1685539274, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (479, 4, 1685539274, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (480, 4, 1685539275, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (481, 4, 1685539275, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (482, 4, 1685539275, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (483, 4, 1685539275, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (484, 4, 1685539276, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (485, 4, 1685539276, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (486, 4, 1685539276, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (487, 4, 1685539277, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (488, 4, 1685539294, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (489, 4, 1685539294, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (490, 4, 1685539309, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (491, 4, 1685539316, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (492, 4, 1685539316, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (493, 4, 1685539319, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (494, 4, 1685539319, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (495, 4, 1685539320, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (496, 4, 1685539323, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (497, 4, 1685539333, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (498, 4, 1685539335, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (499, 4, 1685539336, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (500, 4, 1685539338, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (501, 4, 1685539377, 'index', 'logout', 'access_id', '4', 1723694400), |
| | | (502, 1, 1685539378, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (503, 1, 1685539378, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (504, 1, 1685539378, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (505, 1, 1685539379, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (506, 1, 1685539379, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (507, 1, 1685539380, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (508, 1, 1685539388, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (509, 5, 1685539390, 'index', 'login', 'access_id', '5', 1723694400), |
| | | (510, 5, 1685539390, 'index', 'login', 'access_id', '5', 1723694400), |
| | | (511, 1, 1685539390, 'users', 'login_as', 'proxy_id', '5', 1723694400), |
| | | (512, 5, 1685539390, 'index', 'login', 'access_id', '5', 1723694400), |
| | | (513, 5, 1685539391, 'index', 'login', 'access_id', '5', 1723694400), |
| | | (514, 5, 1685539391, 'index', 'login', 'access_id', '5', 1723694400), |
| | | (515, 5, 1685539392, 'index', 'login', 'access_id', '5', 1723694400), |
| | | (516, 5, 1685539444, 'index', 'logout', 'access_id', '5', 1723694400), |
| | | (517, 1, 1685539444, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (518, 1, 1685539444, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (519, 1, 1685539445, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (520, 1, 1685539445, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (521, 1, 1685539445, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (522, 1, 1685539445, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (523, 1, 1685539446, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (524, 1, 1685539446, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (525, 1, 1685539446, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (526, 1, 1685539451, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (527, 1, 1685539454, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (528, 1, 1685540571, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (529, 1, 1685540571, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (530, 1, 1685540577, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (531, 1, 1685540581, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (532, 1, 1685540606, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (533, 4, 1685540611, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (534, 4, 1685540611, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (535, 1, 1685540611, 'users', 'login_as', 'proxy_id', '4', 1723694400), |
| | | (536, 4, 1685540611, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (537, 4, 1685540612, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (538, 4, 1685540612, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (539, 4, 1685540612, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (540, 4, 1685540613, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (541, 4, 1685540613, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (542, 4, 1685540617, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (543, 4, 1685540618, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (544, 4, 1685540619, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (545, 4, 1685540622, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (546, 4, 1685540629, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (547, 4, 1685540648, 'index', 'logout', 'access_id', '4', 1723694400), |
| | | (548, 1, 1685540648, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (549, 1, 1685540649, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (550, 1, 1685540649, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (551, 1, 1685540650, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (552, 1, 1685540650, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (553, 1, 1685540650, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (554, 1, 1685540650, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (555, 1, 1685540650, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (556, 1, 1685540650, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (557, 1, 1685540732, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (558, 7, 1685540741, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (559, 7, 1685540741, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (560, 1, 1685540741, 'users', 'login_as', 'proxy_id', '7', 1723694400), |
| | | (561, 7, 1685540742, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (562, 7, 1685540742, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (563, 7, 1685540743, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (564, 7, 1685540743, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (565, 7, 1685540784, 'index', 'logout', 'access_id', '8', 1723694400), |
| | | (566, 1, 1685540784, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (567, 1, 1685540784, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (568, 1, 1685540785, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (569, 1, 1685540785, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (570, 1, 1685540786, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (571, 1, 1685540786, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (572, 1, 1685541539, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (573, 1, 1685541541, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (574, 1, 1685541544, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (575, 1, 1685541544, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (576, 1, 1685541546, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (577, 1, 1685541549, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (578, 1, 1685541551, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (579, 1, 1685541589, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (580, 1, 1685541589, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (581, 1, 1685541593, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (582, 1, 1685541595, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (583, 1, 1685541596, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (584, 1, 1685541598, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (585, 1, 1685541601, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (586, 1, 1685541603, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (587, 1, 1685541610, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (588, 1, 1685541611, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (589, 1, 1685541613, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (590, 1, 1685541638, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (591, 1, 1685541640, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (592, 1, 1685541682, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (593, 1, 1685542324, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (594, 1, 1685542331, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (595, 1, 1685542336, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (596, 1, 1685542365, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (597, 1, 1685542367, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (598, 1, 1685542405, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (599, 1, 1685542420, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (600, 1, 1685542429, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (601, 1, 1685542497, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (602, 1, 1685542501, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (603, 1, 1685542554, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (604, 1, 1685542556, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (605, 1, 1685542613, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (606, 1, 1685542635, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (607, 1, 1685542688, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (608, 1, 1685542692, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (609, 1, 1685542705, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (610, 1, 1685542705, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (611, 1, 1685542713, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (612, 1, 1685542715, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (613, 1, 1685542715, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (614, 1, 1685542717, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (615, 1, 1685542718, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (616, 1, 1685542720, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (617, 1, 1685542724, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (618, 1, 1685542728, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (619, 1, 1685542730, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (620, 1, 1685542731, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (621, 1, 1685542733, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (622, 1, 1685542735, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (623, 1, 1685542737, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (624, 1, 1685542739, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (625, 1, 1685542742, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (626, 1, 1685542765, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (627, 1, 1685542767, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (628, 1, 1685542770, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (629, 1, 1685542774, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (630, 1, 1685542782, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (631, 1, 1685542784, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (632, 1, 1685542786, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (633, 1, 1685542793, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (634, 1, 1685542800, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (635, 1, 1685542809, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (636, 1, 1685542823, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (637, 1, 1685542825, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (638, 1, 1685542826, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (639, 1, 1685542828, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (640, 1, 1685542839, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (641, 1, 1685542841, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (642, 1, 1685542847, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (643, 1, 1685542850, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (644, 1, 1685542852, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (645, 1, 1685542853, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (646, 1, 1685542857, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (647, 1, 1685542912, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (648, 1, 1685542914, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (649, 1, 1685542916, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (650, 1, 1685542923, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (651, 1, 1685542925, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (652, 1, 1685542939, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (653, 1, 1685542943, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (654, 1, 1685542947, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (655, 1, 1685543018, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (656, 1, 1685543028, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (657, 1, 1685543028, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (658, 1, 1685543028, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (659, 1, 1685543033, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (660, 1, 1685543033, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (661, 1, 1685543038, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (662, 1, 1685543042, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (663, 1, 1685543046, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (664, 1, 1685543048, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (665, 1, 1685543115, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (666, 1, 1685543327, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (667, 1, 1685543339, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (668, 1, 1685543340, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (669, 1, 1685543344, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (670, 1, 1685543346, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (671, 1, 1685543347, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (672, 1, 1685543349, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (673, 1, 1685543351, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (674, 1, 1685543354, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (675, 1, 1685543356, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (676, 1, 1685543405, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (677, 1, 1685543411, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (678, 1, 1685543415, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (679, 1, 1685543416, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (680, 1, 1685543416, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (681, 1, 1685543418, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (682, 1, 1685543464, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (683, 1, 1685543469, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (684, 1, 1685543585, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (685, 4, 1685543591, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (686, 4, 1685543591, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (687, 1, 1685543591, 'users', 'login_as', 'proxy_id', '4', 1723694400), |
| | | (688, 4, 1685543592, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (689, 4, 1685543592, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (690, 4, 1685543593, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (691, 4, 1685543593, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (692, 4, 1685543593, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (693, 4, 1685543593, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (694, 4, 1685543594, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (695, 4, 1685543594, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (696, 4, 1685543601, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (697, 4, 1685543601, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (698, 4, 1685543602, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (699, 4, 1685543607, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (700, 4, 1685543621, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (701, 4, 1685543637, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (702, 4, 1685543665, 'courses', 'view', 'course_id', '16', 1723694400), |
| | | (703, 4, 1685543679, 'courses', 'view', 'course_id', '16', 1723694400), |
| | | (704, 4, 1685543684, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (705, 4, 1685543685, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (706, 4, 1685543685, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (707, 4, 1685543686, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (708, 4, 1685543687, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (709, 4, 1685543690, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (710, 4, 1685543691, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (711, 4, 1685543692, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (712, 4, 1685543705, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (713, 4, 1685543716, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (714, 4, 1685543721, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (715, 4, 1685543722, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (716, 4, 1685543762, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (717, 4, 1685543762, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (718, 4, 1685543764, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (719, 4, 1685543766, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (720, 4, 1685543768, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (721, 4, 1685543788, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (722, 4, 1685543789, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (723, 4, 1685543789, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (724, 4, 1685543790, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (725, 4, 1685543795, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (726, 4, 1685543796, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (727, 4, 1685543798, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (728, 4, 1685543818, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (729, 4, 1685543832, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (730, 4, 1685543832, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (731, 4, 1685543834, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (732, 4, 1685543839, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (733, 4, 1685543841, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (734, 4, 1685543862, 'index', 'logout', 'access_id', '4', 1723694400); |
| | | INSERT INTO `statistics` (`statistic_id`, `proxy_id`, `timestamp`, `module`, `action`, `action_field`, `action_value`, `prune_after`) VALUES |
| | | (735, 1, 1685543862, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (736, 1, 1685543863, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (737, 1, 1685543863, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (738, 1, 1685543863, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (739, 1, 1685543864, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (740, 1, 1685543864, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (741, 1, 1685543864, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (742, 1, 1685543864, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (743, 1, 1685543865, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (744, 1, 1685543867, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (745, 7, 1685543883, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (746, 7, 1685543883, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (747, 1, 1685543883, 'users', 'login_as', 'proxy_id', '7', 1723694400), |
| | | (748, 7, 1685543883, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (749, 7, 1685543884, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (750, 7, 1685543884, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (751, 7, 1685543884, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (752, 7, 1685543885, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (753, 7, 1685543885, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (754, 7, 1685543965, 'index', 'logout', 'access_id', '8', 1723694400), |
| | | (755, 1, 1685543965, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (756, 1, 1685543966, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (757, 1, 1685543966, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (758, 1, 1685543967, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (759, 1, 1685543967, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (760, 1, 1685543969, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (761, 9, 1685544015, 'index', 'login', 'access_id', '10', 1723694400), |
| | | (762, 9, 1685544015, 'index', 'login', 'access_id', '10', 1723694400), |
| | | (763, 1, 1685544015, 'users', 'login_as', 'proxy_id', '9', 1723694400), |
| | | (764, 9, 1685544016, 'index', 'login', 'access_id', '10', 1723694400), |
| | | (765, 9, 1685544016, 'index', 'login', 'access_id', '10', 1723694400), |
| | | (766, 9, 1685544017, 'index', 'login', 'access_id', '10', 1723694400), |
| | | (767, 9, 1685544017, 'index', 'login', 'access_id', '10', 1723694400), |
| | | (768, 9, 1685544081, 'index', 'logout', 'access_id', '10', 1723694400), |
| | | (769, 1, 1685544081, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (770, 1, 1685544081, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (771, 1, 1685544082, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (772, 1, 1685544082, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (773, 1, 1685544083, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (774, 1, 1685544085, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (775, 1, 1685544184, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (776, 1, 1685544193, 'index', 'logout', 'access_id', '1', 1723694400), |
| | | (777, 1, 1685544201, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (778, 1, 1685544201, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (779, 1, 1685544205, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (780, 1, 1685544206, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (781, 1, 1685544206, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (782, 1, 1685544206, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (783, 1, 1685544206, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (784, 1, 1685544206, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (785, 1, 1685544207, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (786, 1, 1685544207, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (787, 1, 1685544207, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (788, 1, 1685544207, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (789, 1, 1685544207, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (790, 1, 1685544207, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (791, 1, 1685544215, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (792, 6, 1685544221, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (793, 6, 1685544221, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (794, 1, 1685544221, 'users', 'login_as', 'proxy_id', '6', 1723694400), |
| | | (795, 6, 1685544222, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (796, 6, 1685544222, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (797, 6, 1685544222, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (798, 6, 1685544223, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (799, 6, 1685544223, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (800, 6, 1685544223, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (801, 6, 1685544223, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (802, 6, 1685544223, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (803, 6, 1685544223, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (804, 6, 1685544224, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (805, 6, 1685544224, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (806, 6, 1685544224, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (807, 6, 1685544246, 'index', 'logout', 'access_id', '7', 1723694400), |
| | | (808, 1, 1685544246, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (809, 1, 1685544247, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (810, 1, 1685544247, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (811, 1, 1685544247, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (812, 1, 1685544247, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (813, 1, 1685544247, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (814, 1, 1685544248, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (815, 1, 1685544248, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (816, 1, 1685544248, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (817, 1, 1685544248, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (818, 1, 1685544248, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (819, 1, 1685544249, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (820, 1, 1685544249, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (821, 1, 1685544395, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (822, 1, 1685544399, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (823, 1, 1685544418, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (824, 1, 1685544484, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (825, 1, 1685544493, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (826, 1, 1685544500, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (827, 1, 1685544500, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (828, 1, 1685544506, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (829, 1, 1685544508, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (830, 1, 1685544510, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (831, 1, 1685544512, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (832, 1, 1685544514, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (833, 1, 1685544515, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (834, 1, 1685544515, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (835, 1, 1685544517, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (836, 1, 1685544572, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (837, 1, 1685544577, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (838, 1, 1685544586, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (839, 7, 1685544591, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (840, 7, 1685544591, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (841, 1, 1685544591, 'users', 'login_as', 'proxy_id', '7', 1723694400), |
| | | (842, 7, 1685544592, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (843, 7, 1685544592, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (844, 7, 1685544593, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (845, 7, 1685544593, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (846, 7, 1685544604, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (847, 7, 1685544615, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (848, 7, 1685544656, 'index', 'logout', 'access_id', '8', 1723694400), |
| | | (849, 1, 1685544656, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (850, 1, 1685544656, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (851, 1, 1685544657, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (852, 1, 1685544657, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (853, 1, 1685544658, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (854, 1, 1685544658, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (855, 1, 1685544659, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (856, 1, 1685544660, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (857, 6, 1685544665, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (858, 6, 1685544665, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (859, 1, 1685544665, 'users', 'login_as', 'proxy_id', '6', 1723694400), |
| | | (860, 6, 1685544666, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (861, 6, 1685544666, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (862, 6, 1685544667, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (863, 6, 1685544667, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (864, 6, 1685544668, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (865, 6, 1685544668, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (866, 6, 1685544674, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (867, 6, 1685544683, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (868, 6, 1685544718, 'index', 'logout', 'access_id', '7', 1723694400), |
| | | (869, 1, 1685544718, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (870, 1, 1685544718, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (871, 1, 1685544719, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (872, 1, 1685544719, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (873, 1, 1685544719, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (874, 1, 1685544719, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (875, 1, 1685544719, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (876, 1, 1685544719, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (877, 1, 1685544720, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (878, 1, 1685544720, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (879, 1, 1685544720, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (880, 1, 1685544720, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (881, 1, 1685544720, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (882, 1, 1685544778, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (883, 4, 1685544784, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (884, 4, 1685544784, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (885, 1, 1685544784, 'users', 'login_as', 'proxy_id', '4', 1723694400), |
| | | (886, 4, 1685544784, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (887, 4, 1685544785, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (888, 4, 1685544785, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (889, 4, 1685544786, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (890, 4, 1685544786, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (891, 4, 1685544786, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (892, 4, 1685544787, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (893, 4, 1685544787, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (894, 4, 1685544788, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (895, 4, 1685544789, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (896, 4, 1685544804, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (897, 4, 1685544806, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (898, 4, 1685544807, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (899, 4, 1685544812, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (900, 4, 1685544812, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (901, 4, 1685544822, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (902, 4, 1685544822, 'index', 'login', 'access_id', '4', 1723694400), |
| | | (903, 4, 1685544833, 'index', 'logout', 'access_id', '4', 1723694400), |
| | | (904, 1, 1685544833, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (905, 1, 1685544833, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (906, 1, 1685544834, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (907, 1, 1685544834, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (908, 1, 1685544835, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (909, 1, 1685544835, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (910, 1, 1685544836, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (911, 1, 1685544837, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (912, 1, 1685544958, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (913, 1, 1685544959, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (914, 1, 1685544967, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (915, 1, 1685545100, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (916, 1, 1685545100, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (917, 1, 1685545111, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (918, 1, 1685545289, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (919, 1, 1685545290, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (920, 1, 1685545296, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (921, 7, 1685545316, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (922, 7, 1685545316, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (923, 1, 1685545316, 'users', 'login_as', 'proxy_id', '7', 1723694400), |
| | | (924, 7, 1685545316, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (925, 7, 1685545317, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (926, 7, 1685545317, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (927, 7, 1685545318, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (928, 7, 1685545468, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (929, 7, 1685545468, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (930, 7, 1685545478, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (931, 7, 1685545486, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (932, 7, 1685545501, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (933, 7, 1685545505, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (934, 7, 1685545520, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (935, 7, 1685545552, 'index', 'logout', 'access_id', '8', 1723694400), |
| | | (936, 1, 1685545552, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (937, 1, 1685545552, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (938, 1, 1685545553, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (939, 1, 1685545553, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (940, 1, 1685545554, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (941, 1, 1685545554, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (942, 1, 1685545554, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (943, 1, 1685545556, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (944, 1, 1685545580, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (945, 1, 1685545581, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (946, 7, 1685545615, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (947, 7, 1685545615, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (948, 1, 1685545615, 'users', 'login_as', 'proxy_id', '7', 1723694400), |
| | | (949, 7, 1685545616, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (950, 7, 1685545616, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (951, 7, 1685545617, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (952, 7, 1685545617, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (953, 7, 1685549224, 'index', 'logout', 'access_id', '8', 1723694400), |
| | | (954, 1, 1685549224, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (955, 1, 1685549224, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (956, 1, 1685549225, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (957, 1, 1685549225, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (958, 1, 1685549226, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (959, 1, 1685549228, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (960, 1, 1685549259, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (961, 1, 1685549259, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (962, 1, 1685549267, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (963, 1, 1685549271, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (964, 1, 1685549273, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (965, 1, 1685549278, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (966, 1, 1685549279, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (967, 1, 1685549285, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (968, 1, 1685549317, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (969, 1, 1685549318, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (970, 1, 1685549323, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (971, 7, 1685549329, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (972, 7, 1685549329, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (973, 1, 1685549329, 'users', 'login_as', 'proxy_id', '7', 1723694400), |
| | | (974, 7, 1685549330, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (975, 7, 1685549330, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (976, 7, 1685549330, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (977, 7, 1685549331, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (978, 7, 1685549331, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (979, 7, 1685549331, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (980, 7, 1685549331, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (981, 7, 1685549332, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (982, 7, 1685553145, 'index', 'logout', 'access_id', '8', 1723694400), |
| | | (983, 1, 1685553145, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (984, 1, 1685553146, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (985, 1, 1685553146, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (986, 1, 1685553147, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (987, 1, 1685553147, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (988, 1, 1685553150, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (989, 1, 1685556692, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (990, 7, 1685556696, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (991, 7, 1685556696, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (992, 1, 1685556696, 'users', 'login_as', 'proxy_id', '7', 1723694400), |
| | | (993, 7, 1685556697, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (994, 7, 1685556697, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (995, 7, 1685556697, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (996, 7, 1685556698, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (997, 7, 1685556710, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (998, 7, 1685556711, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (999, 7, 1685556722, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1000, 7, 1685556729, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1001, 7, 1685556736, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1002, 7, 1685556742, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1003, 7, 1685556901, 'index', 'logout', 'access_id', '8', 1723694400), |
| | | (1004, 1, 1685556901, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1005, 1, 1685556902, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1006, 1, 1685556902, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1007, 1, 1685556903, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1008, 1, 1685556903, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1009, 1, 1685556905, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1010, 1, 1685557317, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1011, 1, 1685557317, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1012, 1, 1685557325, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1013, 1, 1685557338, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1014, 7, 1685557342, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1015, 7, 1685557342, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1016, 1, 1685557342, 'users', 'login_as', 'proxy_id', '7', 1723694400), |
| | | (1017, 7, 1685557342, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1018, 7, 1685557343, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1019, 7, 1685557343, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1020, 7, 1685557344, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1021, 7, 1685557344, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1022, 7, 1685557344, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1023, 7, 1685557346, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1024, 1, 1685558017, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1025, 1, 1685558017, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1026, 1, 1685558662, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1027, 1, 1685558662, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1028, 1, 1685558663, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1029, 1, 1685558663, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1030, 1, 1685558664, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1031, 1, 1685558664, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1032, 1, 1685558677, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1033, 1, 1685558778, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1034, 1, 1685558778, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1035, 1, 1685558779, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1036, 1, 1685558779, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1037, 7, 1685558882, 'index', 'logout', 'access_id', '8', 1723694400), |
| | | (1038, 1, 1685558882, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1039, 1, 1685558883, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1040, 1, 1685558883, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1041, 1, 1685558884, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1042, 1, 1685558884, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1043, 1, 1685558886, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1044, 1, 1685558912, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1045, 1, 1685558912, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1046, 1, 1685558931, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1047, 1, 1685558931, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1048, 1, 1685558932, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1049, 1, 1685558932, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1050, 7, 1685558933, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1051, 7, 1685558933, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1052, 7, 1685558992, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1053, 7, 1685558992, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1054, 7, 1685558993, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1055, 7, 1685558993, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1056, 7, 1685558994, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1057, 7, 1685558994, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1058, 7, 1685559063, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1059, 7, 1685559063, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1060, 7, 1685559064, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1061, 7, 1685559064, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1062, 7, 1685559175, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1063, 7, 1685559175, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1064, 7, 1685559226, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1065, 7, 1685559226, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1066, 7, 1685559227, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1067, 7, 1685559227, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1068, 1, 1685559228, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1069, 1, 1685559228, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1070, 1, 1685559975, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1071, 1, 1685559975, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1072, 1, 1685559976, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1073, 1, 1685559976, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1074, 1, 1685559977, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1075, 1, 1685559977, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1076, 1, 1685560050, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1077, 1, 1685560085, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1078, 1, 1685560086, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1079, 1, 1685560086, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1080, 1, 1685560087, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1081, 7, 1685560211, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1082, 7, 1685560211, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1083, 7, 1685560785, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1084, 7, 1685560785, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1085, 7, 1685560786, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1086, 7, 1685560786, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1087, 7, 1685560787, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1088, 7, 1685560787, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1089, 7, 1685561090, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1090, 7, 1685561090, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1091, 7, 1685561091, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1092, 7, 1685561091, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1093, 7, 1685561092, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1094, 7, 1685561092, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1095, 1, 1685625718, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1096, 1, 1685625718, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1097, 1, 1685625718, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1098, 1, 1685625719, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1099, 1, 1685625719, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1100, 1, 1685625720, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1101, 7, 1685626201, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1102, 7, 1685626201, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1103, 1, 1685627466, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1104, 7, 1685627468, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1105, 7, 1685627468, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1106, 1, 1685627468, 'users', 'login_as', 'proxy_id', '7', 1723694400), |
| | | (1107, 7, 1685627468, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1108, 7, 1685627469, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1109, 7, 1685627469, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1110, 7, 1685627470, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1111, 7, 1685628108, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1112, 7, 1685628736, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1113, 7, 1685628736, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1114, 7, 1685628737, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1115, 7, 1685628737, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1116, 7, 1685628737, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1117, 7, 1685631331, 'index', 'logout', 'access_id', '8', 1723694400), |
| | | (1118, 1, 1685631331, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1119, 1, 1685631331, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1120, 1, 1685631332, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1121, 1, 1685631332, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1122, 1, 1685631333, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1123, 1, 1685631335, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1124, 7, 1685631346, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1125, 7, 1685631346, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1126, 1, 1685631346, 'users', 'login_as', 'proxy_id', '7', 1723694400), |
| | | (1127, 7, 1685631347, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1128, 7, 1685631347, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1129, 7, 1685631348, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1130, 7, 1685631348, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1131, 7, 1685631411, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1132, 7, 1685631413, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1133, 7, 1685631417, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1134, 7, 1685631419, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1135, 7, 1685631420, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1136, 7, 1685631428, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1137, 7, 1685631434, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1138, 7, 1685631436, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1139, 7, 1685631438, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1140, 7, 1685631439, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1141, 7, 1685631441, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1142, 7, 1685631444, 'index', 'logout', 'access_id', '8', 1723694400), |
| | | (1143, 1, 1685631444, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1144, 1, 1685631445, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1145, 1, 1685631445, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1146, 1, 1685631446, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1147, 1, 1685631446, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1148, 1, 1685631449, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1149, 7, 1685631472, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1150, 7, 1685631472, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1151, 1, 1685631472, 'users', 'login_as', 'proxy_id', '7', 1723694400), |
| | | (1152, 7, 1685631473, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1153, 7, 1685631473, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1154, 7, 1685631474, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1155, 7, 1685631474, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1156, 1, 1685631711, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1157, 1, 1685631711, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1158, 1, 1685631712, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1159, 1, 1685631713, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1160, 1, 1685631713, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1161, 1, 1685631713, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1162, 1, 1685631738, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1163, 1, 1685631816, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1164, 7, 1685631839, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1165, 7, 1685631839, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1166, 1, 1685631839, 'users', 'login_as', 'proxy_id', '7', 1723694400), |
| | | (1167, 7, 1685631840, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1168, 7, 1685631840, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1169, 7, 1685631841, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1170, 7, 1685631841, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1171, 7, 1685635627, 'index', 'logout', 'access_id', '8', 1723694400), |
| | | (1172, 1, 1685635627, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1173, 1, 1685635627, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1174, 1, 1685635628, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1175, 1, 1685635628, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1176, 1, 1685635629, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1177, 1, 1685635631, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1178, 1, 1685639286, 'index', 'logout', 'access_id', '1', 1723694400), |
| | | (1179, 1, 1685641906, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1180, 1, 1685641906, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1181, 1, 1685641907, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1182, 1, 1685641907, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1183, 1, 1685641908, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1184, 1, 1685641908, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1185, 1, 1685641925, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1186, 7, 1685641928, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1187, 7, 1685641928, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1188, 1, 1685641928, 'users', 'login_as', 'proxy_id', '7', 1723694400), |
| | | (1189, 7, 1685641929, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1190, 7, 1685641929, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1191, 7, 1685641930, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1192, 7, 1685641930, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1193, 7, 1685642321, 'index', 'logout', 'access_id', '8', 1723694400), |
| | | (1194, 1, 1685642321, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1195, 1, 1685642322, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1196, 1, 1685642322, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1197, 1, 1685642323, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1198, 1, 1685642323, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1199, 1, 1685642325, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1200, 1, 1685642506, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1201, 7, 1685642509, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1202, 7, 1685642509, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1203, 1, 1685642509, 'users', 'login_as', 'proxy_id', '7', 1723694400), |
| | | (1204, 7, 1685642509, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1205, 7, 1685642510, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1206, 7, 1685642510, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1207, 7, 1685642511, 'index', 'login', 'access_id', '8', 1723694400), |
| | | (1208, 7, 1685644328, 'index', 'logout', 'access_id', '8', 1723694400), |
| | | (1209, 1, 1685644328, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1210, 1, 1685644328, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1211, 1, 1685644329, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1212, 1, 1685644329, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1213, 1, 1685644330, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1214, 1, 1685644332, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1215, 1, 1685644347, 'index', 'login', 'access_id', '1', 1723694400), |
| | | (1216, 6, 1685644353, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (1217, 6, 1685644353, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (1218, 1, 1685644353, 'users', 'login_as', 'proxy_id', '6', 1723694400), |
| | | (1219, 6, 1685644354, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (1220, 6, 1685644355, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (1221, 6, 1685644355, 'index', 'login', 'access_id', '7', 1723694400), |
| | | (1222, 6, 1685644356, 'index', 'login', 'access_id', '7', 1723694400); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `statistics_archive` | | -- Table structure for table `statistics_archive` |
| -- | | -- |
| | | |
| CREATE TABLE `statistics_archive` ( | | CREATE TABLE `statistics_archive` ( |
| `statistic_id` int(12) NOT NULL, | | `statistic_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `timestamp` bigint(64) NOT NULL DEFAULT '0', | | `timestamp` bigint(64) NOT NULL DEFAULT '0', |
| `module` varchar(64) NOT NULL DEFAULT 'undefined', | | `module` varchar(64) NOT NULL DEFAULT 'undefined', |
| `action` varchar(64) NOT NULL DEFAULT 'undefined', | | `action` varchar(64) NOT NULL DEFAULT 'undefined', |
| `action_field` varchar(64) DEFAULT NULL, | | `action_field` varchar(64) DEFAULT NULL, |
| `action_value` varchar(64) DEFAULT NULL, | | `action_value` varchar(64) DEFAULT NULL, |
| `prune_after` bigint(64) NOT NULL DEFAULT '0' | | `prune_after` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `student_awards_external` | | -- Table structure for table `student_awards_external` |
| -- | | -- |
| | | |
| CREATE TABLE `student_awards_external` ( | | CREATE TABLE `student_awards_external` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `user_id` int(11) NOT NULL, | | `user_id` int(11) NOT NULL, |
| `title` varchar(255) NOT NULL DEFAULT '', | | `title` varchar(255) NOT NULL DEFAULT '', |
| `year` year(4) NOT NULL, | | `year` year(4) NOT NULL, |
| `awarding_body` varchar(4096) NOT NULL, | | `awarding_body` varchar(4096) NOT NULL, |
| `award_terms` mediumtext NOT NULL, | | `award_terms` mediumtext NOT NULL, |
| `status` tinyint(1) NOT NULL DEFAULT '0', | | `status` tinyint(1) NOT NULL DEFAULT '0', |
| `comment` varchar(4096) DEFAULT NULL | | `comment` varchar(4096) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `student_awards_internal` | | -- Table structure for table `student_awards_internal` |
| -- | | -- |
| | | |
| CREATE TABLE `student_awards_internal` ( | | CREATE TABLE `student_awards_internal` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `user_id` int(11) NOT NULL, | | `user_id` int(11) NOT NULL, |
| `award_id` int(11) NOT NULL, | | `award_id` int(11) NOT NULL, |
| `year` year(4) NOT NULL | | `year` year(4) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `student_awards_internal_types` | | -- Table structure for table `student_awards_internal_types` |
| -- | | -- |
| | | |
| CREATE TABLE `student_awards_internal_types` ( | | CREATE TABLE `student_awards_internal_types` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `award_terms` mediumtext NOT NULL, | | `award_terms` mediumtext NOT NULL, |
| `title` varchar(200) NOT NULL DEFAULT '', | | `title` varchar(200) NOT NULL DEFAULT '', |
| `disabled` tinyint(1) NOT NULL DEFAULT '0' | | `disabled` tinyint(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `student_clineval_comments` | | -- Table structure for table `student_clineval_comments` |
| -- | | -- |
| | | |
| CREATE TABLE `student_clineval_comments` ( | | CREATE TABLE `student_clineval_comments` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `source` varchar(4096) NOT NULL, | | `source` varchar(4096) NOT NULL, |
| `comment` mediumtext NOT NULL, | | `comment` mediumtext NOT NULL, |
| `user_id` int(11) NOT NULL | | `user_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `student_community_health_and_epidemiology` | | -- Table structure for table `student_community_health_and_epidemiology` |
| -- | | -- |
| | | |
| CREATE TABLE `student_community_health_and_epidemiology` ( | | CREATE TABLE `student_community_health_and_epidemiology` ( |
| `user_id` int(11) NOT NULL, | | `user_id` int(11) NOT NULL, |
| `title` varchar(255) NOT NULL, | | `title` varchar(255) NOT NULL, |
| `organization` varchar(255) NOT NULL, | | `organization` varchar(255) NOT NULL, |
| `location` varchar(255) NOT NULL, | | `location` varchar(255) NOT NULL, |
| `supervisor` varchar(255) NOT NULL, | | `supervisor` varchar(255) NOT NULL, |
| `status` tinyint(1) NOT NULL DEFAULT '0', | | `status` tinyint(1) NOT NULL DEFAULT '0', |
| `comment` varchar(500) DEFAULT NULL | | `comment` varchar(500) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `student_contributions` | | -- Table structure for table `student_contributions` |
| -- | | -- |
| | | |
| CREATE TABLE `student_contributions` ( | | CREATE TABLE `student_contributions` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `role` varchar(4096) NOT NULL, | | `role` varchar(4096) NOT NULL, |
| `org_event` varchar(256) NOT NULL DEFAULT '', | | `org_event` varchar(256) NOT NULL DEFAULT '', |
| `date` varchar(256) NOT NULL DEFAULT '', | | `date` varchar(256) NOT NULL DEFAULT '', |
| `status` tinyint(1) NOT NULL DEFAULT '0', | | `status` tinyint(1) NOT NULL DEFAULT '0', |
| `user_id` int(11) NOT NULL, | | `user_id` int(11) NOT NULL, |
| `start_month` int(11) DEFAULT NULL, | | `start_month` int(11) DEFAULT NULL, |
| `start_year` int(11) DEFAULT NULL, | | `start_year` int(11) DEFAULT NULL, |
| `end_month` int(11) DEFAULT NULL, | | `end_month` int(11) DEFAULT NULL, |
| `end_year` int(11) DEFAULT NULL, | | `end_year` int(11) DEFAULT NULL, |
| `comment` varchar(4096) DEFAULT NULL | | `comment` varchar(4096) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `student_critical_enquiries` | | -- Table structure for table `student_critical_enquiries` |
| -- | | -- |
| | | |
| CREATE TABLE `student_critical_enquiries` ( | | CREATE TABLE `student_critical_enquiries` ( |
| `user_id` int(11) NOT NULL, | | `user_id` int(11) NOT NULL, |
| `title` varchar(255) NOT NULL, | | `title` varchar(255) NOT NULL, |
| `organization` varchar(255) NOT NULL, | | `organization` varchar(255) NOT NULL, |
| `location` varchar(255) NOT NULL, | | `location` varchar(255) NOT NULL, |
| `supervisor` varchar(255) NOT NULL, | | `supervisor` varchar(255) NOT NULL, |
| `status` tinyint(1) NOT NULL DEFAULT '0', | | `status` tinyint(1) NOT NULL DEFAULT '0', |
| `comment` varchar(4096) DEFAULT NULL | | `comment` varchar(4096) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `student_disciplinary_actions` | | -- Table structure for table `student_disciplinary_actions` |
| -- | | -- |
| | | |
| CREATE TABLE `student_disciplinary_actions` ( | | CREATE TABLE `student_disciplinary_actions` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `user_id` int(11) NOT NULL, | | `user_id` int(11) NOT NULL, |
| `action_details` mediumtext NOT NULL | | `action_details` mediumtext NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `student_formal_remediations` | | -- Table structure for table `student_formal_remediations` |
| -- | | -- |
| | | |
| CREATE TABLE `student_formal_remediations` ( | | CREATE TABLE `student_formal_remediations` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `user_id` int(11) NOT NULL, | | `user_id` int(11) NOT NULL, |
| `remediation_details` mediumtext NOT NULL | | `remediation_details` mediumtext NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `student_international_activities` | | -- Table structure for table `student_international_activities` |
| -- | | -- |
| | | |
| CREATE TABLE `student_international_activities` ( | | CREATE TABLE `student_international_activities` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `student_id` int(11) NOT NULL, | | `student_id` int(11) NOT NULL, |
| `title` varchar(256) NOT NULL, | | `title` varchar(256) NOT NULL, |
| `location` varchar(256) NOT NULL, | | `location` varchar(256) NOT NULL, |
| `site` varchar(256) NOT NULL, | | `site` varchar(256) NOT NULL, |
| `start` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', | | `start` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', |
| `end` timestamp NULL DEFAULT NULL | | `end` timestamp NULL DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `student_leaves_of_absence` | | -- Table structure for table `student_leaves_of_absence` |
| -- | | -- |
| | | |
| CREATE TABLE `student_leaves_of_absence` ( | | CREATE TABLE `student_leaves_of_absence` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `user_id` int(11) NOT NULL, | | `user_id` int(11) NOT NULL, |
| `absence_details` mediumtext NOT NULL | | `absence_details` mediumtext NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `student_mspr` | | -- Table structure for table `student_mspr` |
| -- | | -- |
| | | |
| CREATE TABLE `student_mspr` ( | | CREATE TABLE `student_mspr` ( |
| `user_id` int(11) NOT NULL, | | `user_id` int(11) NOT NULL, |
| `last_update` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP, | | `last_update` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP, |
| `generated` bigint(64) DEFAULT NULL, | | `generated` bigint(64) DEFAULT NULL, |
| `closed` bigint(64) DEFAULT NULL, | | `closed` bigint(64) DEFAULT NULL, |
| `carms_number` int(10) UNSIGNED DEFAULT NULL | | `carms_number` int(10) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `student_mspr_class` | | -- Table structure for table `student_mspr_class` |
| -- | | -- |
| | | |
| CREATE TABLE `student_mspr_class` ( | | CREATE TABLE `student_mspr_class` ( |
| `year` int(11) NOT NULL DEFAULT '0', | | `year` int(11) NOT NULL DEFAULT '0', |
| `closed` int(11) DEFAULT NULL | | `closed` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `student_observerships` | | -- Table structure for table `student_observerships` |
| -- | | -- |
| | | |
| CREATE TABLE `student_observerships` ( | | CREATE TABLE `student_observerships` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `student_id` int(11) NOT NULL, | | `student_id` int(11) NOT NULL, |
| `title` varchar(256) NOT NULL, | | `title` varchar(256) NOT NULL, |
| `location` varchar(256) DEFAULT NULL, | | `location` varchar(256) DEFAULT NULL, |
| `city` varchar(32) DEFAULT NULL, | | `city` varchar(32) DEFAULT NULL, |
| `prov` varchar(32) DEFAULT NULL, | | `prov` varchar(32) DEFAULT NULL, |
| `country` varchar(32) DEFAULT NULL, | | `country` varchar(32) DEFAULT NULL, |
| `postal_code` varchar(12) DEFAULT NULL, | | `postal_code` varchar(12) DEFAULT NULL, |
| `address_l1` varchar(64) DEFAULT NULL, | | `address_l1` varchar(64) DEFAULT NULL, |
| `address_l2` varchar(64) DEFAULT NULL, | | `address_l2` varchar(64) DEFAULT NULL, |
| `observership_details` text, | | `observership_details` text, |
| `activity_type` varchar(32) DEFAULT NULL, | | `activity_type` varchar(32) DEFAULT NULL, |
| `clinical_discipline` varchar(32) DEFAULT NULL, | | `clinical_discipline` varchar(32) DEFAULT NULL, |
| `organisation` varchar(32) DEFAULT NULL, | | `organisation` varchar(32) DEFAULT NULL, |
| `order` int(3) DEFAULT '0', | | `order` int(3) DEFAULT '0', |
| `reflection_id` int(11) DEFAULT NULL, | | `reflection_id` int(11) DEFAULT NULL, |
| `site` varchar(256) DEFAULT NULL, | | `site` varchar(256) DEFAULT NULL, |
| `start` int(11) NOT NULL, | | `start` int(11) NOT NULL, |
| `end` int(11) DEFAULT NULL, | | `end` int(11) DEFAULT NULL, |
| `preceptor_prefix` varchar(4) DEFAULT NULL, | | `preceptor_prefix` varchar(4) DEFAULT NULL, |
| `preceptor_firstname` varchar(256) DEFAULT NULL, | | `preceptor_firstname` varchar(256) DEFAULT NULL, |
| `preceptor_lastname` varchar(256) DEFAULT NULL, | | `preceptor_lastname` varchar(256) DEFAULT NULL, |
| `preceptor_proxy_id` int(12) UNSIGNED DEFAULT NULL, | | `preceptor_proxy_id` int(12) UNSIGNED DEFAULT NULL, |
| `preceptor_email` varchar(255) DEFAULT NULL, | | `preceptor_email` varchar(255) DEFAULT NULL, |
| `status` enum('pending','approved','rejected','confirmed','denied') DEFAULT NULL, | | `status` enum('pending','approved','rejected','confirmed','denied') DEFAULT NULL, |
| `unique_id` varchar(64) DEFAULT NULL, | | `unique_id` varchar(64) DEFAULT NULL, |
| `notice_sent` int(11) DEFAULT NULL | | `notice_sent` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `student_research` | | -- Table structure for table `student_research` |
| -- | | -- |
| | | |
| CREATE TABLE `student_research` ( | | CREATE TABLE `student_research` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `user_id` int(11) NOT NULL, | | `user_id` int(11) NOT NULL, |
| `citation` varchar(4096) NOT NULL, | | `citation` varchar(4096) NOT NULL, |
| `status` tinyint(1) NOT NULL DEFAULT '0', | | `status` tinyint(1) NOT NULL DEFAULT '0', |
| `priority` tinyint(4) NOT NULL DEFAULT '0', | | `priority` tinyint(4) NOT NULL DEFAULT '0', |
| `comment` varchar(4096) DEFAULT NULL | | `comment` varchar(4096) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `student_studentships` | | -- Table structure for table `student_studentships` |
| -- | | -- |
| | | |
| CREATE TABLE `student_studentships` ( | | CREATE TABLE `student_studentships` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `user_id` int(11) NOT NULL, | | `user_id` int(11) NOT NULL, |
| `title` varchar(4096) NOT NULL, | | `title` varchar(4096) NOT NULL, |
| `year` year(4) NOT NULL DEFAULT '0000' | | `year` year(4) NOT NULL DEFAULT '0000' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `student_student_run_electives` | | -- Table structure for table `student_student_run_electives` |
| -- | | -- |
| | | |
| CREATE TABLE `student_student_run_electives` ( | | CREATE TABLE `student_student_run_electives` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `group_name` varchar(255) NOT NULL, | | `group_name` varchar(255) NOT NULL, |
| `university` varchar(255) NOT NULL, | | `university` varchar(255) NOT NULL, |
| `location` varchar(255) NOT NULL, | | `location` varchar(255) NOT NULL, |
| `user_id` int(11) NOT NULL, | | `user_id` int(11) NOT NULL, |
| `start_month` tinyint(2) UNSIGNED DEFAULT NULL, | | `start_month` tinyint(2) UNSIGNED DEFAULT NULL, |
| `start_year` smallint(4) UNSIGNED DEFAULT NULL, | | `start_year` smallint(4) UNSIGNED DEFAULT NULL, |
| `end_month` tinyint(2) UNSIGNED DEFAULT NULL, | | `end_month` tinyint(2) UNSIGNED DEFAULT NULL, |
| `end_year` smallint(4) UNSIGNED DEFAULT NULL | | `end_year` smallint(4) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `tbl_exam_post_reporter` | | -- Table structure for table `tbl_exam_post_reporter` |
| -- | | -- |
| | | |
| CREATE TABLE `tbl_exam_post_reporter` ( | | CREATE TABLE `tbl_exam_post_reporter` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `post_id` int(11) DEFAULT NULL, | | `post_id` int(11) DEFAULT NULL, |
| `cgroup_id` int(11) DEFAULT NULL, | | `cgroup_id` int(11) DEFAULT NULL, |
| `proxy_id` int(11) DEFAULT NULL | | `proxy_id` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `tbl_lu_answer_thresholds` | | -- Table structure for table `tbl_lu_answer_thresholds` |
| -- | | -- |
| | | |
| CREATE TABLE `tbl_lu_answer_thresholds` ( | | CREATE TABLE `tbl_lu_answer_thresholds` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(11) DEFAULT NULL, | | `organisation_id` int(11) DEFAULT NULL, |
| `numeric_grade_min` int(5) NOT NULL DEFAULT '0', | | `numeric_grade_min` int(5) NOT NULL DEFAULT '0', |
| `color` varchar(20) DEFAULT NULL, | | `color` varchar(20) DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `tbl_lu_answer_thresholds` | | -- Dumping data for table `tbl_lu_answer_thresholds` |
| -- | | -- |
| | | |
| INSERT INTO `tbl_lu_answer_thresholds` (`id`, `organisation_id`, `numeric_grade_min`, `color`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `tbl_lu_answer_thresholds` (`id`, `organisation_id`, `numeric_grade_min`, `color`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 0, '#dc3545', NULL, 1, NULL, NULL, NULL), | | (1, 1, 0, '#dc3545', NULL, 1, NULL, NULL, NULL), |
| (2, 1, 50, '#ffc107', NULL, 1, NULL, NULL, NULL), | | (2, 1, 50, '#ffc107', NULL, 1, NULL, NULL, NULL), |
| (3, 1, 70, '#343a40', NULL, 1, NULL, NULL, NULL), | | (3, 1, 70, '#343a40', NULL, 1, NULL, NULL, NULL), |
| (4, 1, 100, '#28a745', NULL, 1, NULL, NULL, NULL); | | (4, 1, 100, '#28a745', NULL, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `tbl_lu_trat_attempt_weighting` | | -- Table structure for table `tbl_lu_trat_attempt_weighting` |
| -- | | -- |
| | | |
| CREATE TABLE `tbl_lu_trat_attempt_weighting` ( | | CREATE TABLE `tbl_lu_trat_attempt_weighting` ( |
| `id` int(12) UNSIGNED NOT NULL, | | `id` int(12) UNSIGNED NOT NULL, |
| `organisation_id` int(11) DEFAULT NULL, | | `organisation_id` int(11) DEFAULT NULL, |
| `attempt` int(3) DEFAULT NULL, | | `attempt` int(3) DEFAULT NULL, |
| `label` varchar(255) DEFAULT NULL, | | `label` varchar(255) DEFAULT NULL, |
| `score` int(5) NOT NULL DEFAULT '0', | | `score` int(5) NOT NULL DEFAULT '0', |
| `color` varchar(20) DEFAULT NULL, | | `color` varchar(20) DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(12) DEFAULT NULL, | | `updated_by` int(12) DEFAULT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL | | `deleted_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `tbl_lu_trat_attempt_weighting` | | -- Dumping data for table `tbl_lu_trat_attempt_weighting` |
| -- | | -- |
| | | |
| INSERT INTO `tbl_lu_trat_attempt_weighting` (`id`, `organisation_id`, `attempt`, `label`, `score`, `color`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES | | INSERT INTO `tbl_lu_trat_attempt_weighting` (`id`, `organisation_id`, `attempt`, `label`, `score`, `color`, `created_date`, `created_by`, `updated_date`, `updated_by`, `deleted_date`) VALUES |
| (1, 1, 1, 'First Attempt', 4, '#28a745', NULL, 1, NULL, NULL, NULL), | | (1, 1, 1, 'First Attempt', 4, '#28a745', NULL, 1, NULL, NULL, NULL), |
| (2, 1, 2, 'Second Attempt', 2, '#343a40', NULL, 1, NULL, NULL, NULL), | | (2, 1, 2, 'Second Attempt', 2, '#343a40', NULL, 1, NULL, NULL, NULL), |
| (3, 1, 3, 'Third Attempt', 1, '#ffc107', NULL, 1, NULL, NULL, NULL), | | (3, 1, 3, 'Third Attempt', 1, '#ffc107', NULL, 1, NULL, NULL, NULL), |
| (4, 1, 4, 'Fourth Attempt', 0, '#dc3545', NULL, 1, NULL, NULL, NULL); | | (4, 1, 4, 'Fourth Attempt', 0, '#dc3545', NULL, 1, NULL, NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `topic_organisation` | | -- Table structure for table `topic_organisation` |
| -- | | -- |
| | | |
| CREATE TABLE `topic_organisation` ( | | CREATE TABLE `topic_organisation` ( |
| `topic_id` int(12) NOT NULL, | | `topic_id` int(12) NOT NULL, |
| `organisation_id` int(12) NOT NULL | | `organisation_id` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `turnitin_entities` | | -- Table structure for table `turnitin_entities` |
| -- | | -- |
| | | |
| CREATE TABLE `turnitin_entities` ( | | CREATE TABLE `turnitin_entities` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `name` text, | | `name` text, |
| `api_key` varchar(100) DEFAULT NULL, | | `api_key` varchar(100) DEFAULT NULL, |
| `api_url` text NOT NULL, | | `api_url` text NOT NULL, |
| `integration_name` varchar(100) DEFAULT NULL, | | `integration_name` varchar(100) DEFAULT NULL, |
| `integration_version` varchar(100) DEFAULT NULL, | | `integration_version` varchar(100) DEFAULT NULL, |
| `webhook_postback_url` text NOT NULL, | | `webhook_postback_url` text NOT NULL, |
| `webhook_signing_secret` varchar(200) DEFAULT NULL, | | `webhook_signing_secret` varchar(200) DEFAULT NULL, |
| `eula_version` varchar(100) DEFAULT NULL, | | `eula_version` varchar(100) DEFAULT NULL, |
| `active` tinyint(1) DEFAULT '0', | | `active` tinyint(1) DEFAULT '0', |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `turnitin_eula_acceptance` | | -- Table structure for table `turnitin_eula_acceptance` |
| -- | | -- |
| | | |
| CREATE TABLE `turnitin_eula_acceptance` ( | | CREATE TABLE `turnitin_eula_acceptance` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `version_id` varchar(100) NOT NULL, | | `version_id` varchar(100) NOT NULL, |
| `language` varchar(100) DEFAULT NULL, | | `language` varchar(100) DEFAULT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `turnitin_similarity_reports` | | -- Table structure for table `turnitin_similarity_reports` |
| -- | | -- |
| | | |
| CREATE TABLE `turnitin_similarity_reports` ( | | CREATE TABLE `turnitin_similarity_reports` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `submission_id` varchar(200) NOT NULL, | | `submission_id` varchar(200) NOT NULL, |
| `assignment_id` int(11) NOT NULL, | | `assignment_id` int(11) NOT NULL, |
| `afile_id` int(11) DEFAULT NULL, | | `afile_id` int(11) DEFAULT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `status` varchar(100) DEFAULT NULL, | | `status` varchar(100) DEFAULT NULL, |
| `overall_match_percentage` int(3) DEFAULT NULL, | | `overall_match_percentage` int(3) DEFAULT NULL, |
| `internet_match_percentage` int(3) DEFAULT NULL, | | `internet_match_percentage` int(3) DEFAULT NULL, |
| `publication_match_percentage` int(3) DEFAULT NULL, | | `publication_match_percentage` int(3) DEFAULT NULL, |
| `submitted_works_match_percentage` int(3) DEFAULT NULL, | | `submitted_works_match_percentage` int(3) DEFAULT NULL, |
| `top_source_largest_matched_word_count` int(10) DEFAULT NULL, | | `top_source_largest_matched_word_count` int(10) DEFAULT NULL, |
| `top_matches` text, | | `top_matches` text, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `turnitin_submissions` | | -- Table structure for table `turnitin_submissions` |
| -- | | -- |
| | | |
| CREATE TABLE `turnitin_submissions` ( | | CREATE TABLE `turnitin_submissions` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `submission_id` varchar(200) DEFAULT NULL, | | `submission_id` varchar(200) DEFAULT NULL, |
| `assignment_id` int(11) NOT NULL, | | `assignment_id` int(11) NOT NULL, |
| `afile_id` int(11) DEFAULT NULL, | | `afile_id` int(11) DEFAULT NULL, |
| `afversion_id` int(11) DEFAULT NULL, | | `afversion_id` int(11) DEFAULT NULL, |
| `proxy_id` int(11) NOT NULL, | | `proxy_id` int(11) NOT NULL, |
| `status` varchar(100) DEFAULT NULL, | | `status` varchar(100) DEFAULT NULL, |
| `description` text, | | `description` text, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `turnitin_submission_files` | | -- Table structure for table `turnitin_submission_files` |
| -- | | -- |
| | | |
| CREATE TABLE `turnitin_submission_files` ( | | CREATE TABLE `turnitin_submission_files` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `submission_id` varchar(200) NOT NULL, | | `submission_id` varchar(200) NOT NULL, |
| `assignment_id` int(11) NOT NULL, | | `assignment_id` int(11) NOT NULL, |
| `file_name` varchar(200) NOT NULL, | | `file_name` varchar(200) NOT NULL, |
| `file_size` varchar(100) DEFAULT NULL, | | `file_size` varchar(100) DEFAULT NULL, |
| `mime_type` varchar(100) DEFAULT NULL, | | `mime_type` varchar(100) DEFAULT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `turnitin_webhooks` | | -- Table structure for table `turnitin_webhooks` |
| -- | | -- |
| | | |
| CREATE TABLE `turnitin_webhooks` ( | | CREATE TABLE `turnitin_webhooks` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `turnitin_id` int(11) NOT NULL, | | `turnitin_id` int(11) NOT NULL, |
| `registered_id` varchar(200) DEFAULT NULL, | | `registered_id` varchar(200) DEFAULT NULL, |
| `webhook_type` varchar(100) DEFAULT NULL, | | `webhook_type` varchar(100) DEFAULT NULL, |
| `active` tinyint(1) DEFAULT '0', | | `active` tinyint(1) DEFAULT '0', |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `turnitin_webhook_responses` | | -- Table structure for table `turnitin_webhook_responses` |
| -- | | -- |
| | | |
| CREATE TABLE `turnitin_webhook_responses` ( | | CREATE TABLE `turnitin_webhook_responses` ( |
| `id` int(11) NOT NULL, | | `id` int(11) NOT NULL, |
| `webhook_type` varchar(100) DEFAULT NULL, | | `webhook_type` varchar(100) DEFAULT NULL, |
| `data` text NOT NULL, | | `data` text NOT NULL, |
| `processed` int(11) DEFAULT NULL, | | `processed` int(11) DEFAULT NULL, |
| `created_date` int(11) NOT NULL, | | `created_date` int(11) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `updated_date` int(11) DEFAULT NULL, | | `updated_date` int(11) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `deleted_date` int(11) DEFAULT NULL | | `deleted_date` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `tweets` | | -- Table structure for table `tweets` |
| -- | | -- |
| | | |
| CREATE TABLE `tweets` ( | | CREATE TABLE `tweets` ( |
| `id` int(11) UNSIGNED NOT NULL, | | `id` int(11) UNSIGNED NOT NULL, |
| `last_update` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | | `last_update` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, |
| `tweets_handle` char(16) DEFAULT NULL, | | `tweets_handle` char(16) DEFAULT NULL, |
| `tweets_hashtag` char(100) DEFAULT NULL, | | `tweets_hashtag` char(100) DEFAULT NULL, |
| `tweets` longtext NOT NULL | | `tweets` longtext NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `users_online` | | -- Table structure for table `users_online` |
| -- | | -- |
| | | |
| CREATE TABLE `users_online` ( | | CREATE TABLE `users_online` ( |
| `session_id` varchar(32) NOT NULL, | | `session_id` varchar(32) NOT NULL, |
| `ip_address` varchar(32) NOT NULL, | | `ip_address` varchar(32) NOT NULL, |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `username` varchar(32) NOT NULL, | | `username` varchar(32) NOT NULL, |
| `firstname` varchar(35) NOT NULL, | | `firstname` varchar(35) NOT NULL, |
| `lastname` varchar(35) NOT NULL, | | `lastname` varchar(35) NOT NULL, |
| `timestamp` bigint(64) NOT NULL DEFAULT '0' | | `timestamp` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `users_online` | | -- Dumping data for table `users_online` |
| -- | | -- |
| | | |
| INSERT INTO `users_online` (`session_id`, `ip_address`, `proxy_id`, `username`, `firstname`, `lastname`, `timestamp`) VALUES | | INSERT INTO `users_online` (`session_id`, `ip_address`, `proxy_id`, `username`, `firstname`, `lastname`, `timestamp`) VALUES |
| n | ('0tr8o32lf0t04ciqn8ik59fvm0', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | n | ('83oeb5gjupaps8m7lio6s7k4id', '172.21.0.1', 6, 'user6', 'Faculty', 'Lecturer', 1685644426); |
| ('1fvnutbvfpetfj16fu29r0gs4r', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('1q15i4g60s1r5nol1smg58f0jl', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('205aom2uem7ii2s95drj207f9b', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('28bbu0irphpiub673ac7infchh', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('2ib89k1663vrj5klpc9v7bo60p', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586), | | |
| ('2iqm2rqo95feo1igc2g8s881ma', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586), | | |
| ('3jif8kmitso8mc928c313p3kkq', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586), | | |
| ('3rqcnfr3jf92m1o57fs4104hbr', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('4ooju2a5sc86nes259csp634fr', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('4uecpv1utotc14iugm284olv3h', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('5f76mkgdvbaeug7fpnajbd9dbf', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1652900604), | | |
| ('5m4fm1i63uva4qhil8gfg0phhn', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586), | | |
| ('5sgrh382040hvgevi5s7da6954', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('74cemvtqs79pt165dlastl26e7', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('97io4r5qlkuhiip4ijbl87glsg', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('9okpvoudhdipci4pi6ibpu5t9c', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1652900874), | | |
| ('9p1o11dje5usm98q46g5oubd36', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('9r5e6vnegro715o1pgcen1c649', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586), | | |
| ('aa9f6d0f1kv3almjqcm3ovolh7', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('adcr5umm4n9nr03hn5j7ust7a5', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('agh5ipmp63na8stcrsht5431tl', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('asb7kn4j3m899j7e79s6g9sag2', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('b134d6r4ffsg65jeq0utg1jkuh', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1652900641), | | |
| ('b8km6gdo72fj82h80f6sa8jn7h', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('b9hs1quarpsq4png47rf66h78p', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('birodn3q8801b28r2gm1mp9a8m', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586), | | |
| ('blceictip51tjgrpm8lsu65ajf', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('bmi0har2kp56jta7bnitmk6ubm', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586), | | |
| ('bt5c91nlc2ift470vg5h1muhia', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('c03hbr6drapeir8sa4qijohm5g', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('c9o0otki9qqsdvr9ru6m83jrma', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586), | | |
| ('cdp537o7ldo63oogggoncaus90', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1652901844), | | |
| ('daqss09jspuumctnoj5brrf0vv', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('dc3lsksr7n6atj37q3vujturmg', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('dj8hibqa9lrpti2jn8br4j32c9', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586), | | |
| ('e3686o9a59aptc7qg56jvmch42', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('esnrufl3k5qepi1e0lhteked16', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1652900711), | | |
| ('ffk4tgcpcs9fc6jlgv7lcmb5hp', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('fu0aonvl3ue0elvu1175n5281k', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('fv9hqsg3m27t1ukgc12vjp4al6', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('g9qtjmo9ng3pk22c8494drh05u', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('hj9dc6pjoddiojlhoga9ag678r', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586), | | |
| ('i2d6k2vfbn23ls3d5s9b53rfck', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1652900007), | | |
| ('ic6lrpmn8bi1sgo2qorq9ttfej', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('iti15o2g2co30qad13mddu09de', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('j3u4tdn6eij1tjr4174ltj202h', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586), | | |
| ('j79thpraiead2f2vaik2bss586', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('jb9k0l9brtct752cbimc7d0sl4', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1652900504), | | |
| ('jbebu1un2pp69v6tpd3eoa7v7s', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586), | | |
| ('jmmg2htf4ss6pk2ajpsnsur0rl', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586), | | |
| ('jo53logt164trmiuh95k9b801s', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586), | | |
| ('jtq4f3pu58seqisvogau0ponft', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1652900458), | | |
| ('ktv7njcfla118q59i47l98fg3f', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('l8j2406nc7j3ooq7s67ao5641a', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1652900699), | | |
| ('lsi42bpekpi6vdane15e5cdgva', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1652900593), | | |
| ('m3q34t79cb13qsa8n6rd41bd63', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('ml739r3v2n8m8lkrh1sf2lt0fo', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('n86f5p436o22u9finc6brbid6t', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('ns4pqpp4e9l7lcprhtr13ndpo8', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1652900493), | | |
| ('of00g98q9883v9ldr2gck8seah', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('pf66l74ll713ah9p27944nbg6b', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586), | | |
| ('q8vtj4iu7grg4ltomng0n47h19', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('rinlsbfsn2dlu2ke1lbrnlbo2v', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('shh6uloqge4ndt380toh23q6rn', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('ssge4kuf7hpf4lr6hl3dbjsfh4', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('t5ui6834qcpov38k693e3uv1fm', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('tcmlqr8u8oh6d2sbf67qcgnbdl', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('u5ju88ilatjc3ajkjrmpn5skmk', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('un7dsqa8jj0gv0jmblhca6blqb', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586), | | |
| ('uv99aib4nu7c0931afv8k1470a', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586), | | |
| ('uvcm7tcinlhhubgs5gsn53lq0i', '172.19.0.1', 9, 'teswtest', 'testest', 'test', 1685381586), | | |
| ('v7gg7r8aapvuo1v4glteqdsc2i', '172.19.0.1', 1, 'user1', 'System', 'Adminstrator', 1685381586); | | |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_access_requests` | | -- Table structure for table `user_access_requests` |
| -- | | -- |
| | | |
| CREATE TABLE `user_access_requests` ( | | CREATE TABLE `user_access_requests` ( |
| `user_access_request_id` int(12) UNSIGNED NOT NULL, | | `user_access_request_id` int(12) UNSIGNED NOT NULL, |
| `receiving_proxy_id` int(12) UNSIGNED NOT NULL, | | `receiving_proxy_id` int(12) UNSIGNED NOT NULL, |
| `requested_user_firstname` varchar(35) NOT NULL, | | `requested_user_firstname` varchar(35) NOT NULL, |
| `requested_user_lastname` varchar(35) NOT NULL, | | `requested_user_lastname` varchar(35) NOT NULL, |
| `requested_user_email` varchar(255) NOT NULL, | | `requested_user_email` varchar(255) NOT NULL, |
| `requested_user_number` int(12) DEFAULT NULL, | | `requested_user_number` int(12) DEFAULT NULL, |
| `requested_group` varchar(35) NOT NULL, | | `requested_group` varchar(35) NOT NULL, |
| `requested_role` varchar(35) NOT NULL, | | `requested_role` varchar(35) NOT NULL, |
| `additional_comments` text, | | `additional_comments` text, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(12) UNSIGNED NOT NULL, | | `created_by` int(12) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by` int(12) UNSIGNED DEFAULT NULL, | | `updated_by` int(12) UNSIGNED DEFAULT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `user_learner_levels` | | -- Table structure for table `user_learner_levels` |
| -- | | -- |
| | | |
| CREATE TABLE `user_learner_levels` ( | | CREATE TABLE `user_learner_levels` ( |
| `user_learner_level_id` int(11) UNSIGNED NOT NULL, | | `user_learner_level_id` int(11) UNSIGNED NOT NULL, |
| `proxy_id` int(11) UNSIGNED NOT NULL, | | `proxy_id` int(11) UNSIGNED NOT NULL, |
| `level_id` int(11) UNSIGNED NOT NULL, | | `level_id` int(11) UNSIGNED NOT NULL, |
| `seniority` enum('junior','senior') COLLATE utf8_unicode_ci DEFAULT NULL, | | `seniority` enum('junior','senior') COLLATE utf8_unicode_ci DEFAULT NULL, |
| `course_id` int(11) UNSIGNED DEFAULT NULL, | | `course_id` int(11) UNSIGNED DEFAULT NULL, |
| `cbme` tinyint(1) NOT NULL DEFAULT '0', | | `cbme` tinyint(1) NOT NULL DEFAULT '0', |
| `stage_objective_id` int(11) UNSIGNED DEFAULT NULL, | | `stage_objective_id` int(11) UNSIGNED DEFAULT NULL, |
| `cperiod_id` int(11) UNSIGNED NOT NULL, | | `cperiod_id` int(11) UNSIGNED NOT NULL, |
| `start_date` bigint(64) UNSIGNED NOT NULL, | | `start_date` bigint(64) UNSIGNED NOT NULL, |
| `finish_date` bigint(64) DEFAULT NULL, | | `finish_date` bigint(64) DEFAULT NULL, |
| `status_id` int(11) UNSIGNED NOT NULL, | | `status_id` int(11) UNSIGNED NOT NULL, |
| `active` tinyint(1) NOT NULL DEFAULT '1', | | `active` tinyint(1) NOT NULL DEFAULT '1', |
| `notes` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, | | `notes` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, |
| `created_date` bigint(64) UNSIGNED NOT NULL, | | `created_date` bigint(64) UNSIGNED NOT NULL, |
| `created_by` int(11) UNSIGNED NOT NULL, | | `created_by` int(11) UNSIGNED NOT NULL, |
| `updated_by` int(11) UNSIGNED DEFAULT NULL, | | `updated_by` int(11) UNSIGNED DEFAULT NULL, |
| `updated_date` bigint(64) UNSIGNED DEFAULT NULL, | | `updated_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `updated_by_type` varchar(50) COLLATE utf8_unicode_ci NOT NULL, | | `updated_by_type` varchar(50) COLLATE utf8_unicode_ci NOT NULL, |
| `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, | | `deleted_date` bigint(64) UNSIGNED DEFAULT NULL, |
| `deleted_by` int(11) UNSIGNED DEFAULT NULL | | `deleted_by` int(11) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; |
| | | |
| -- | | -- |
| -- Dumping data for table `user_learner_levels` | | -- Dumping data for table `user_learner_levels` |
| -- | | -- |
| | | |
| INSERT INTO `user_learner_levels` (`user_learner_level_id`, `proxy_id`, `level_id`, `seniority`, `course_id`, `cbme`, `stage_objective_id`, `cperiod_id`, `start_date`, `finish_date`, `status_id`, `active`, `notes`, `created_date`, `created_by`, `updated_by`, `updated_date`, `updated_by_type`, `deleted_date`, `deleted_by`) VALUES | | INSERT INTO `user_learner_levels` (`user_learner_level_id`, `proxy_id`, `level_id`, `seniority`, `course_id`, `cbme`, `stage_objective_id`, `cperiod_id`, `start_date`, `finish_date`, `status_id`, `active`, `notes`, `created_date`, `created_by`, `updated_by`, `updated_date`, `updated_by_type`, `deleted_date`, `deleted_by`) VALUES |
| (1, 9, 1, NULL, 1, 1, NULL, 5, 1685381586, NULL, 1, 1, NULL, 1685381586, 1, NULL, NULL, 'manual', NULL, NULL); | | (1, 9, 1, NULL, 1, 1, NULL, 5, 1685381586, NULL, 1, 1, NULL, 1685381586, 1, NULL, NULL, 'manual', NULL, NULL); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `websockets_statistics_entries` | | -- Table structure for table `websockets_statistics_entries` |
| -- | | -- |
| | | |
| CREATE TABLE `websockets_statistics_entries` ( | | CREATE TABLE `websockets_statistics_entries` ( |
| `id` int(12) NOT NULL, | | `id` int(12) NOT NULL, |
| `app_id` varchar(255) DEFAULT NULL, | | `app_id` varchar(255) DEFAULT NULL, |
| `peak_connection_count` int(12) UNSIGNED DEFAULT NULL, | | `peak_connection_count` int(12) UNSIGNED DEFAULT NULL, |
| `websocket_message_count` int(12) UNSIGNED DEFAULT NULL, | | `websocket_message_count` int(12) UNSIGNED DEFAULT NULL, |
| `api_message_count` int(12) UNSIGNED DEFAULT NULL, | | `api_message_count` int(12) UNSIGNED DEFAULT NULL, |
| `created_date` bigint(64) DEFAULT NULL, | | `created_date` bigint(64) DEFAULT NULL, |
| `updated_date` bigint(64) DEFAULT NULL | | `updated_date` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `weeks` | | -- Table structure for table `weeks` |
| -- | | -- |
| | | |
| CREATE TABLE `weeks` ( | | CREATE TABLE `weeks` ( |
| `week_id` int(11) UNSIGNED NOT NULL, | | `week_id` int(11) UNSIGNED NOT NULL, |
| `curriculum_type_id` int(12) UNSIGNED DEFAULT NULL, | | `curriculum_type_id` int(12) UNSIGNED DEFAULT NULL, |
| `organisation_id` int(11) UNSIGNED DEFAULT NULL, | | `organisation_id` int(11) UNSIGNED DEFAULT NULL, |
| `week_title` varchar(128) NOT NULL DEFAULT '', | | `week_title` varchar(128) NOT NULL DEFAULT '', |
| `updated_date` bigint(64) DEFAULT NULL, | | `updated_date` bigint(64) DEFAULT NULL, |
| `updated_by` int(11) DEFAULT NULL, | | `updated_by` int(11) DEFAULT NULL, |
| `created_date` bigint(64) NOT NULL, | | `created_date` bigint(64) NOT NULL, |
| `created_by` int(11) NOT NULL, | | `created_by` int(11) NOT NULL, |
| `deleted_date` bigint(64) DEFAULT NULL, | | `deleted_date` bigint(64) DEFAULT NULL, |
| `week_order` int(12) NOT NULL DEFAULT '0' | | `week_order` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `weeks` | | -- Dumping data for table `weeks` |
| -- | | -- |
| | | |
| INSERT INTO `weeks` (`week_id`, `curriculum_type_id`, `organisation_id`, `week_title`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`, `week_order`) VALUES | | INSERT INTO `weeks` (`week_id`, `curriculum_type_id`, `organisation_id`, `week_title`, `updated_date`, `updated_by`, `created_date`, `created_by`, `deleted_date`, `week_order`) VALUES |
| (1, 1, 1, 'First Curriculum Week', 1685381586, 1, 1685381586, 1, NULL, 0), | | (1, 1, 1, 'First Curriculum Week', 1685381586, 1, 1685381586, 1, NULL, 0), |
| (2, 1, 1, 'Subsequent Curriculum Week', 1685381586, 1, 1685381586, 1, NULL, 0); | | (2, 1, 1, 'Subsequent Curriculum Week', 1685381586, 1, 1685381586, 1, NULL, 0); |
| | | |
| -- | | -- |
| -- Indexes for dumped tables | | -- Indexes for dumped tables |
| -- | | -- |
| | | |
| -- | | -- |
| -- Indexes for table `ali_resources` | | -- Indexes for table `ali_resources` |
| -- | | -- |
| ALTER TABLE `ali_resources` | | ALTER TABLE `ali_resources` |
| ADD PRIMARY KEY (`ali_resource_id`); | | ADD PRIMARY KEY (`ali_resource_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ali_resource_entities` | | -- Indexes for table `ali_resource_entities` |
| -- | | -- |
| ALTER TABLE `ali_resource_entities` | | ALTER TABLE `ali_resource_entities` |
| ADD PRIMARY KEY (`ali_resource_entity_id`); | | ADD PRIMARY KEY (`ali_resource_entity_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ali_resource_meta` | | -- Indexes for table `ali_resource_meta` |
| -- | | -- |
| ALTER TABLE `ali_resource_meta` | | ALTER TABLE `ali_resource_meta` |
| ADD PRIMARY KEY (`ali_resource_meta_id`); | | ADD PRIMARY KEY (`ali_resource_meta_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ali_resource_meta_types` | | -- Indexes for table `ali_resource_meta_types` |
| -- | | -- |
| ALTER TABLE `ali_resource_meta_types` | | ALTER TABLE `ali_resource_meta_types` |
| ADD PRIMARY KEY (`ali_resource_meta_type_id`); | | ADD PRIMARY KEY (`ali_resource_meta_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ali_resource_organisation` | | -- Indexes for table `ali_resource_organisation` |
| -- | | -- |
| ALTER TABLE `ali_resource_organisation` | | ALTER TABLE `ali_resource_organisation` |
| ADD PRIMARY KEY (`ali_resource_organisation_id`); | | ADD PRIMARY KEY (`ali_resource_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ali_resource_types` | | -- Indexes for table `ali_resource_types` |
| -- | | -- |
| ALTER TABLE `ali_resource_types` | | ALTER TABLE `ali_resource_types` |
| ADD PRIMARY KEY (`ali_resource_type_id`); | | ADD PRIMARY KEY (`ali_resource_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ali_resource_type_organisation` | | -- Indexes for table `ali_resource_type_organisation` |
| -- | | -- |
| ALTER TABLE `ali_resource_type_organisation` | | ALTER TABLE `ali_resource_type_organisation` |
| ADD PRIMARY KEY (`ali_resource_type_organisation_id`); | | ADD PRIMARY KEY (`ali_resource_type_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_book_chapter_mono` | | -- Indexes for table `ar_book_chapter_mono` |
| -- | | -- |
| ALTER TABLE `ar_book_chapter_mono` | | ALTER TABLE `ar_book_chapter_mono` |
| ADD PRIMARY KEY (`book_chapter_mono_id`); | | ADD PRIMARY KEY (`book_chapter_mono_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_clinical_activity` | | -- Indexes for table `ar_clinical_activity` |
| -- | | -- |
| ALTER TABLE `ar_clinical_activity` | | ALTER TABLE `ar_clinical_activity` |
| ADD PRIMARY KEY (`clinical_activity_id`); | | ADD PRIMARY KEY (`clinical_activity_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_clinical_education` | | -- Indexes for table `ar_clinical_education` |
| -- | | -- |
| ALTER TABLE `ar_clinical_education` | | ALTER TABLE `ar_clinical_education` |
| ADD PRIMARY KEY (`clinical_education_id`); | | ADD PRIMARY KEY (`clinical_education_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_clinical_innovation` | | -- Indexes for table `ar_clinical_innovation` |
| -- | | -- |
| ALTER TABLE `ar_clinical_innovation` | | ALTER TABLE `ar_clinical_innovation` |
| ADD PRIMARY KEY (`clinical_innovation_id`); | | ADD PRIMARY KEY (`clinical_innovation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_clinics` | | -- Indexes for table `ar_clinics` |
| -- | | -- |
| ALTER TABLE `ar_clinics` | | ALTER TABLE `ar_clinics` |
| ADD PRIMARY KEY (`clinics_id`); | | ADD PRIMARY KEY (`clinics_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_conference_papers` | | -- Indexes for table `ar_conference_papers` |
| -- | | -- |
| ALTER TABLE `ar_conference_papers` | | ALTER TABLE `ar_conference_papers` |
| ADD PRIMARY KEY (`conference_papers_id`); | | ADD PRIMARY KEY (`conference_papers_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_consults` | | -- Indexes for table `ar_consults` |
| -- | | -- |
| ALTER TABLE `ar_consults` | | ALTER TABLE `ar_consults` |
| ADD PRIMARY KEY (`consults_id`); | | ADD PRIMARY KEY (`consults_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_continuing_education` | | -- Indexes for table `ar_continuing_education` |
| -- | | -- |
| ALTER TABLE `ar_continuing_education` | | ALTER TABLE `ar_continuing_education` |
| ADD PRIMARY KEY (`continuing_education_id`); | | ADD PRIMARY KEY (`continuing_education_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_external_contributions` | | -- Indexes for table `ar_external_contributions` |
| -- | | -- |
| ALTER TABLE `ar_external_contributions` | | ALTER TABLE `ar_external_contributions` |
| ADD PRIMARY KEY (`external_contributions_id`); | | ADD PRIMARY KEY (`external_contributions_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_graduate_supervision` | | -- Indexes for table `ar_graduate_supervision` |
| -- | | -- |
| ALTER TABLE `ar_graduate_supervision` | | ALTER TABLE `ar_graduate_supervision` |
| ADD PRIMARY KEY (`graduate_supervision_id`); | | ADD PRIMARY KEY (`graduate_supervision_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_graduate_teaching` | | -- Indexes for table `ar_graduate_teaching` |
| -- | | -- |
| ALTER TABLE `ar_graduate_teaching` | | ALTER TABLE `ar_graduate_teaching` |
| ADD PRIMARY KEY (`graduate_teaching_id`); | | ADD PRIMARY KEY (`graduate_teaching_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_innovation` | | -- Indexes for table `ar_innovation` |
| -- | | -- |
| ALTER TABLE `ar_innovation` | | ALTER TABLE `ar_innovation` |
| ADD PRIMARY KEY (`innovation_id`); | | ADD PRIMARY KEY (`innovation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_internal_contributions` | | -- Indexes for table `ar_internal_contributions` |
| -- | | -- |
| ALTER TABLE `ar_internal_contributions` | | ALTER TABLE `ar_internal_contributions` |
| ADD PRIMARY KEY (`internal_contributions_id`); | | ADD PRIMARY KEY (`internal_contributions_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_activity_types` | | -- Indexes for table `ar_lu_activity_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_activity_types` | | ALTER TABLE `ar_lu_activity_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_clinical_locations` | | -- Indexes for table `ar_lu_clinical_locations` |
| -- | | -- |
| ALTER TABLE `ar_lu_clinical_locations` | | ALTER TABLE `ar_lu_clinical_locations` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_conference_paper_types` | | -- Indexes for table `ar_lu_conference_paper_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_conference_paper_types` | | ALTER TABLE `ar_lu_conference_paper_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_consult_locations` | | -- Indexes for table `ar_lu_consult_locations` |
| -- | | -- |
| ALTER TABLE `ar_lu_consult_locations` | | ALTER TABLE `ar_lu_consult_locations` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_contribution_roles` | | -- Indexes for table `ar_lu_contribution_roles` |
| -- | | -- |
| ALTER TABLE `ar_lu_contribution_roles` | | ALTER TABLE `ar_lu_contribution_roles` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_contribution_types` | | -- Indexes for table `ar_lu_contribution_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_contribution_types` | | ALTER TABLE `ar_lu_contribution_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_degree_types` | | -- Indexes for table `ar_lu_degree_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_degree_types` | | ALTER TABLE `ar_lu_degree_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_education_locations` | | -- Indexes for table `ar_lu_education_locations` |
| -- | | -- |
| ALTER TABLE `ar_lu_education_locations` | | ALTER TABLE `ar_lu_education_locations` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_focus_groups` | | -- Indexes for table `ar_lu_focus_groups` |
| -- | | -- |
| ALTER TABLE `ar_lu_focus_groups` | | ALTER TABLE `ar_lu_focus_groups` |
| ADD PRIMARY KEY (`group_id`), | | ADD PRIMARY KEY (`group_id`), |
| ADD KEY `focus_group` (`focus_group`); | | ADD KEY `focus_group` (`focus_group`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_hospital_location` | | -- Indexes for table `ar_lu_hospital_location` |
| -- | | -- |
| ALTER TABLE `ar_lu_hospital_location` | | ALTER TABLE `ar_lu_hospital_location` |
| ADD PRIMARY KEY (`hosp_id`), | | ADD PRIMARY KEY (`hosp_id`), |
| ADD KEY `hosp_desc` (`hosp_desc`); | | ADD KEY `hosp_desc` (`hosp_desc`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_innovation_types` | | -- Indexes for table `ar_lu_innovation_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_innovation_types` | | ALTER TABLE `ar_lu_innovation_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_membership_roles` | | -- Indexes for table `ar_lu_membership_roles` |
| -- | | -- |
| ALTER TABLE `ar_lu_membership_roles` | | ALTER TABLE `ar_lu_membership_roles` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_on_call_locations` | | -- Indexes for table `ar_lu_on_call_locations` |
| -- | | -- |
| ALTER TABLE `ar_lu_on_call_locations` | | ALTER TABLE `ar_lu_on_call_locations` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_other_locations` | | -- Indexes for table `ar_lu_other_locations` |
| -- | | -- |
| ALTER TABLE `ar_lu_other_locations` | | ALTER TABLE `ar_lu_other_locations` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_patent_types` | | -- Indexes for table `ar_lu_patent_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_patent_types` | | ALTER TABLE `ar_lu_patent_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_prize_categories` | | -- Indexes for table `ar_lu_prize_categories` |
| -- | | -- |
| ALTER TABLE `ar_lu_prize_categories` | | ALTER TABLE `ar_lu_prize_categories` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_prize_types` | | -- Indexes for table `ar_lu_prize_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_prize_types` | | ALTER TABLE `ar_lu_prize_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_profile_roles` | | -- Indexes for table `ar_lu_profile_roles` |
| -- | | -- |
| ALTER TABLE `ar_lu_profile_roles` | | ALTER TABLE `ar_lu_profile_roles` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_pr_roles` | | -- Indexes for table `ar_lu_pr_roles` |
| -- | | -- |
| ALTER TABLE `ar_lu_pr_roles` | | ALTER TABLE `ar_lu_pr_roles` |
| ADD PRIMARY KEY (`role_id`), | | ADD PRIMARY KEY (`role_id`), |
| ADD KEY `role_description` (`role_description`); | | ADD KEY `role_description` (`role_description`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_publication_statuses` | | -- Indexes for table `ar_lu_publication_statuses` |
| -- | | -- |
| ALTER TABLE `ar_lu_publication_statuses` | | ALTER TABLE `ar_lu_publication_statuses` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_publication_type` | | -- Indexes for table `ar_lu_publication_type` |
| -- | | -- |
| ALTER TABLE `ar_lu_publication_type` | | ALTER TABLE `ar_lu_publication_type` |
| ADD PRIMARY KEY (`type_id`), | | ADD PRIMARY KEY (`type_id`), |
| ADD KEY `type_description` (`type_description`); | | ADD KEY `type_description` (`type_description`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_research_types` | | -- Indexes for table `ar_lu_research_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_research_types` | | ALTER TABLE `ar_lu_research_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_scholarly_types` | | -- Indexes for table `ar_lu_scholarly_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_scholarly_types` | | ALTER TABLE `ar_lu_scholarly_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_self_education_types` | | -- Indexes for table `ar_lu_self_education_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_self_education_types` | | ALTER TABLE `ar_lu_self_education_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_supervision_types` | | -- Indexes for table `ar_lu_supervision_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_supervision_types` | | ALTER TABLE `ar_lu_supervision_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_trainee_levels` | | -- Indexes for table `ar_lu_trainee_levels` |
| -- | | -- |
| ALTER TABLE `ar_lu_trainee_levels` | | ALTER TABLE `ar_lu_trainee_levels` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_lu_undergraduate_supervision_courses` | | -- Indexes for table `ar_lu_undergraduate_supervision_courses` |
| -- | | -- |
| ALTER TABLE `ar_lu_undergraduate_supervision_courses` | | ALTER TABLE `ar_lu_undergraduate_supervision_courses` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_memberships` | | -- Indexes for table `ar_memberships` |
| -- | | -- |
| ALTER TABLE `ar_memberships` | | ALTER TABLE `ar_memberships` |
| ADD PRIMARY KEY (`memberships_id`); | | ADD PRIMARY KEY (`memberships_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_non_peer_reviewed_papers` | | -- Indexes for table `ar_non_peer_reviewed_papers` |
| -- | | -- |
| ALTER TABLE `ar_non_peer_reviewed_papers` | | ALTER TABLE `ar_non_peer_reviewed_papers` |
| ADD PRIMARY KEY (`non_peer_reviewed_papers_id`); | | ADD PRIMARY KEY (`non_peer_reviewed_papers_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_on_call` | | -- Indexes for table `ar_on_call` |
| -- | | -- |
| ALTER TABLE `ar_on_call` | | ALTER TABLE `ar_on_call` |
| ADD PRIMARY KEY (`on_call_id`); | | ADD PRIMARY KEY (`on_call_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_other` | | -- Indexes for table `ar_other` |
| -- | | -- |
| ALTER TABLE `ar_other` | | ALTER TABLE `ar_other` |
| ADD PRIMARY KEY (`other_id`); | | ADD PRIMARY KEY (`other_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_other_activity` | | -- Indexes for table `ar_other_activity` |
| -- | | -- |
| ALTER TABLE `ar_other_activity` | | ALTER TABLE `ar_other_activity` |
| ADD PRIMARY KEY (`other_activity_id`); | | ADD PRIMARY KEY (`other_activity_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_patent_activity` | | -- Indexes for table `ar_patent_activity` |
| -- | | -- |
| ALTER TABLE `ar_patent_activity` | | ALTER TABLE `ar_patent_activity` |
| ADD PRIMARY KEY (`patent_activity_id`); | | ADD PRIMARY KEY (`patent_activity_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_peer_reviewed_papers` | | -- Indexes for table `ar_peer_reviewed_papers` |
| -- | | -- |
| ALTER TABLE `ar_peer_reviewed_papers` | | ALTER TABLE `ar_peer_reviewed_papers` |
| ADD PRIMARY KEY (`peer_reviewed_papers_id`); | | ADD PRIMARY KEY (`peer_reviewed_papers_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_poster_reports` | | -- Indexes for table `ar_poster_reports` |
| -- | | -- |
| ALTER TABLE `ar_poster_reports` | | ALTER TABLE `ar_poster_reports` |
| ADD PRIMARY KEY (`poster_reports_id`); | | ADD PRIMARY KEY (`poster_reports_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_prizes` | | -- Indexes for table `ar_prizes` |
| -- | | -- |
| ALTER TABLE `ar_prizes` | | ALTER TABLE `ar_prizes` |
| ADD PRIMARY KEY (`prizes_id`); | | ADD PRIMARY KEY (`prizes_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_procedures` | | -- Indexes for table `ar_procedures` |
| -- | | -- |
| ALTER TABLE `ar_procedures` | | ALTER TABLE `ar_procedures` |
| ADD PRIMARY KEY (`procedures_id`); | | ADD PRIMARY KEY (`procedures_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_profile` | | -- Indexes for table `ar_profile` |
| -- | | -- |
| ALTER TABLE `ar_profile` | | ALTER TABLE `ar_profile` |
| ADD PRIMARY KEY (`profile_id`); | | ADD PRIMARY KEY (`profile_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_research` | | -- Indexes for table `ar_research` |
| -- | | -- |
| ALTER TABLE `ar_research` | | ALTER TABLE `ar_research` |
| ADD PRIMARY KEY (`research_id`); | | ADD PRIMARY KEY (`research_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_scholarly_activity` | | -- Indexes for table `ar_scholarly_activity` |
| -- | | -- |
| ALTER TABLE `ar_scholarly_activity` | | ALTER TABLE `ar_scholarly_activity` |
| ADD PRIMARY KEY (`scholarly_activity_id`); | | ADD PRIMARY KEY (`scholarly_activity_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_self_education` | | -- Indexes for table `ar_self_education` |
| -- | | -- |
| ALTER TABLE `ar_self_education` | | ALTER TABLE `ar_self_education` |
| ADD PRIMARY KEY (`self_education_id`); | | ADD PRIMARY KEY (`self_education_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_undergraduate_nonmedical_teaching` | | -- Indexes for table `ar_undergraduate_nonmedical_teaching` |
| -- | | -- |
| ALTER TABLE `ar_undergraduate_nonmedical_teaching` | | ALTER TABLE `ar_undergraduate_nonmedical_teaching` |
| ADD PRIMARY KEY (`undergraduate_nonmedical_teaching_id`); | | ADD PRIMARY KEY (`undergraduate_nonmedical_teaching_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_undergraduate_supervision` | | -- Indexes for table `ar_undergraduate_supervision` |
| -- | | -- |
| ALTER TABLE `ar_undergraduate_supervision` | | ALTER TABLE `ar_undergraduate_supervision` |
| ADD PRIMARY KEY (`undergraduate_supervision_id`); | | ADD PRIMARY KEY (`undergraduate_supervision_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_undergraduate_teaching` | | -- Indexes for table `ar_undergraduate_teaching` |
| -- | | -- |
| ALTER TABLE `ar_undergraduate_teaching` | | ALTER TABLE `ar_undergraduate_teaching` |
| ADD PRIMARY KEY (`undergraduate_teaching_id`); | | ADD PRIMARY KEY (`undergraduate_teaching_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ar_ward_supervision` | | -- Indexes for table `ar_ward_supervision` |
| -- | | -- |
| ALTER TABLE `ar_ward_supervision` | | ALTER TABLE `ar_ward_supervision` |
| ADD PRIMARY KEY (`ward_supervision_id`); | | ADD PRIMARY KEY (`ward_supervision_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessments` | | -- Indexes for table `assessments` |
| -- | | -- |
| ALTER TABLE `assessments` | | ALTER TABLE `assessments` |
| ADD PRIMARY KEY (`assessment_id`), | | ADD PRIMARY KEY (`assessment_id`), |
| ADD KEY `order` (`order`), | | ADD KEY `order` (`order`), |
| ADD KEY `marking_scheme_id` (`marking_scheme_id`); | | ADD KEY `marking_scheme_id` (`marking_scheme_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessments_lu_meta` | | -- Indexes for table `assessments_lu_meta` |
| -- | | -- |
| ALTER TABLE `assessments_lu_meta` | | ALTER TABLE `assessments_lu_meta` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessments_lu_meta_options` | | -- Indexes for table `assessments_lu_meta_options` |
| -- | | -- |
| ALTER TABLE `assessments_lu_meta_options` | | ALTER TABLE `assessments_lu_meta_options` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessments_lu_meta_scoring` | | -- Indexes for table `assessments_lu_meta_scoring` |
| -- | | -- |
| ALTER TABLE `assessments_lu_meta_scoring` | | ALTER TABLE `assessments_lu_meta_scoring` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_attached_quizzes` | | -- Indexes for table `assessment_attached_quizzes` |
| -- | | -- |
| ALTER TABLE `assessment_attached_quizzes` | | ALTER TABLE `assessment_attached_quizzes` |
| ADD PRIMARY KEY (`aaquiz_id`), | | ADD PRIMARY KEY (`aaquiz_id`), |
| ADD KEY `assessment_id` (`assessment_id`), | | ADD KEY `assessment_id` (`assessment_id`), |
| ADD KEY `quiz_id` (`aquiz_id`); | | ADD KEY `quiz_id` (`aquiz_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_collections` | | -- Indexes for table `assessment_collections` |
| -- | | -- |
| ALTER TABLE `assessment_collections` | | ALTER TABLE `assessment_collections` |
| ADD PRIMARY KEY (`collection_id`); | | ADD PRIMARY KEY (`collection_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_comments` | | -- Indexes for table `assessment_comments` |
| -- | | -- |
| ALTER TABLE `assessment_comments` | | ALTER TABLE `assessment_comments` |
| ADD PRIMARY KEY (`acomment_id`), | | ADD PRIMARY KEY (`acomment_id`), |
| ADD KEY `assessment_id` (`assessment_id`), | | ADD KEY `assessment_id` (`assessment_id`), |
| ADD KEY `student_id` (`student_id`), | | ADD KEY `student_id` (`student_id`), |
| ADD KEY `created_by` (`created_by`), | | ADD KEY `created_by` (`created_by`), |
| ADD KEY `updated_by` (`updated_by`); | | ADD KEY `updated_by` (`updated_by`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_events` | | -- Indexes for table `assessment_events` |
| -- | | -- |
| ALTER TABLE `assessment_events` | | ALTER TABLE `assessment_events` |
| ADD PRIMARY KEY (`assessment_event_id`); | | ADD PRIMARY KEY (`assessment_event_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_exceptions` | | -- Indexes for table `assessment_exceptions` |
| -- | | -- |
| ALTER TABLE `assessment_exceptions` | | ALTER TABLE `assessment_exceptions` |
| ADD PRIMARY KEY (`aexception_id`), | | ADD PRIMARY KEY (`aexception_id`), |
| ADD KEY `proxy_id` (`assessment_id`,`proxy_id`), | | ADD KEY `proxy_id` (`assessment_id`,`proxy_id`), |
| ADD KEY `assessment_id` (`assessment_id`); | | ADD KEY `assessment_id` (`assessment_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_graders` | | -- Indexes for table `assessment_graders` |
| -- | | -- |
| ALTER TABLE `assessment_graders` | | ALTER TABLE `assessment_graders` |
| ADD PRIMARY KEY (`ag_id`); | | ADD PRIMARY KEY (`ag_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_grades` | | -- Indexes for table `assessment_grades` |
| -- | | -- |
| ALTER TABLE `assessment_grades` | | ALTER TABLE `assessment_grades` |
| ADD PRIMARY KEY (`grade_id`), | | ADD PRIMARY KEY (`grade_id`), |
| ADD KEY `assessment_id` (`assessment_id`); | | ADD KEY `assessment_id` (`assessment_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_grade_form_comments` | | -- Indexes for table `assessment_grade_form_comments` |
| -- | | -- |
| ALTER TABLE `assessment_grade_form_comments` | | ALTER TABLE `assessment_grade_form_comments` |
| ADD PRIMARY KEY (`agfcomment_id`), | | ADD PRIMARY KEY (`agfcomment_id`), |
| ADD KEY `gafelement_id` (`gafelement_id`), | | ADD KEY `gafelement_id` (`gafelement_id`), |
| ADD KEY `assessment_id` (`assessment_id`); | | ADD KEY `assessment_id` (`assessment_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_grade_form_elements` | | -- Indexes for table `assessment_grade_form_elements` |
| -- | | -- |
| ALTER TABLE `assessment_grade_form_elements` | | ALTER TABLE `assessment_grade_form_elements` |
| ADD PRIMARY KEY (`agfelement_id`), | | ADD PRIMARY KEY (`agfelement_id`), |
| ADD KEY `gairesponse_id` (`gairesponse_id`), | | ADD KEY `gairesponse_id` (`gairesponse_id`), |
| ADD KEY `assessment_id` (`assessment_id`); | | ADD KEY `assessment_id` (`assessment_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_grading_range` | | -- Indexes for table `assessment_grading_range` |
| -- | | -- |
| ALTER TABLE `assessment_grading_range` | | ALTER TABLE `assessment_grading_range` |
| ADD PRIMARY KEY (`agrange_id`), | | ADD PRIMARY KEY (`agrange_id`), |
| ADD KEY `lgs_id` (`agscale_id`); | | ADD KEY `lgs_id` (`agscale_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_grading_scale` | | -- Indexes for table `assessment_grading_scale` |
| -- | | -- |
| ALTER TABLE `assessment_grading_scale` | | ALTER TABLE `assessment_grading_scale` |
| ADD PRIMARY KEY (`agscale_id`); | | ADD PRIMARY KEY (`agscale_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_groups` | | -- Indexes for table `assessment_groups` |
| -- | | -- |
| ALTER TABLE `assessment_groups` | | ALTER TABLE `assessment_groups` |
| ADD PRIMARY KEY (`agroup_id`), | | ADD PRIMARY KEY (`agroup_id`), |
| ADD KEY `cgroup_id` (`cgroup_id`), | | ADD KEY `cgroup_id` (`cgroup_id`), |
| ADD KEY `assessment_id` (`assessment_id`); | | ADD KEY `assessment_id` (`assessment_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_linked_objectives` | | -- Indexes for table `assessment_linked_objectives` |
| -- | | -- |
| ALTER TABLE `assessment_linked_objectives` | | ALTER TABLE `assessment_linked_objectives` |
| ADD PRIMARY KEY (`alobjective_id`), | | ADD PRIMARY KEY (`alobjective_id`), |
| ADD KEY `assessment_id` (`assessment_id`), | | ADD KEY `assessment_id` (`assessment_id`), |
| ADD KEY `objective_target` (`objective_id`,`target_objective_id`); | | ADD KEY `objective_target` (`objective_id`,`target_objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_marking_schemes` | | -- Indexes for table `assessment_marking_schemes` |
| -- | | -- |
| ALTER TABLE `assessment_marking_schemes` | | ALTER TABLE `assessment_marking_schemes` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_notificatons` | | -- Indexes for table `assessment_notificatons` |
| -- | | -- |
| ALTER TABLE `assessment_notificatons` | | ALTER TABLE `assessment_notificatons` |
| ADD PRIMARY KEY (`at_notificaton_id`), | | ADD PRIMARY KEY (`at_notificaton_id`), |
| ADD KEY `assessment_id` (`assessment_id`,`proxy_id`,`updated_by`); | | ADD KEY `assessment_id` (`assessment_id`,`proxy_id`,`updated_by`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_objectives` | | -- Indexes for table `assessment_objectives` |
| -- | | -- |
| ALTER TABLE `assessment_objectives` | | ALTER TABLE `assessment_objectives` |
| ADD PRIMARY KEY (`aobjective_id`), | | ADD PRIMARY KEY (`aobjective_id`), |
| ADD KEY `assessment_id` (`assessment_id`), | | ADD KEY `assessment_id` (`assessment_id`), |
| ADD KEY `objective_id` (`objective_id`); | | ADD KEY `objective_id` (`objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_options` | | -- Indexes for table `assessment_options` |
| -- | | -- |
| ALTER TABLE `assessment_options` | | ALTER TABLE `assessment_options` |
| ADD PRIMARY KEY (`aoption_id`), | | ADD PRIMARY KEY (`aoption_id`), |
| ADD KEY `assessment_id` (`assessment_id`); | | ADD KEY `assessment_id` (`assessment_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_option_values` | | -- Indexes for table `assessment_option_values` |
| -- | | -- |
| ALTER TABLE `assessment_option_values` | | ALTER TABLE `assessment_option_values` |
| ADD PRIMARY KEY (`aovalue_id`); | | ADD PRIMARY KEY (`aovalue_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_quiz_questions` | | -- Indexes for table `assessment_quiz_questions` |
| -- | | -- |
| ALTER TABLE `assessment_quiz_questions` | | ALTER TABLE `assessment_quiz_questions` |
| ADD PRIMARY KEY (`aqquestion_id`); | | ADD PRIMARY KEY (`aqquestion_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assessment_statistics` | | -- Indexes for table `assessment_statistics` |
| -- | | -- |
| ALTER TABLE `assessment_statistics` | | ALTER TABLE `assessment_statistics` |
| ADD PRIMARY KEY (`assessment_statistic_id`), | | ADD PRIMARY KEY (`assessment_statistic_id`), |
| ADD KEY `assessment_id` (`assessment_id`,`progress_id`), | | ADD KEY `assessment_id` (`assessment_id`,`progress_id`), |
| ADD KEY `proxy_id` (`proxy_id`,`assessment_id`); | | ADD KEY `proxy_id` (`proxy_id`,`assessment_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assigned_locations` | | -- Indexes for table `assigned_locations` |
| -- | | -- |
| ALTER TABLE `assigned_locations` | | ALTER TABLE `assigned_locations` |
| ADD PRIMARY KEY (`alocation_id`); | | ADD PRIMARY KEY (`alocation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assignments` | | -- Indexes for table `assignments` |
| -- | | -- |
| ALTER TABLE `assignments` | | ALTER TABLE `assignments` |
| ADD PRIMARY KEY (`assignment_id`); | | ADD PRIMARY KEY (`assignment_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assignment_comments` | | -- Indexes for table `assignment_comments` |
| -- | | -- |
| ALTER TABLE `assignment_comments` | | ALTER TABLE `assignment_comments` |
| ADD PRIMARY KEY (`acomment_id`), | | ADD PRIMARY KEY (`acomment_id`), |
| ADD KEY `assignment_id` (`assignment_id`,`proxy_id`,`comment_active`,`updated_date`,`updated_by`), | | ADD KEY `assignment_id` (`assignment_id`,`proxy_id`,`comment_active`,`updated_date`,`updated_by`), |
| ADD KEY `afile_id` (`proxy_to_id`), | | ADD KEY `afile_id` (`proxy_to_id`), |
| ADD KEY `release_date` (`release_date`); | | ADD KEY `release_date` (`release_date`); |
| | | |
| -- | | -- |
| -- Indexes for table `assignment_contacts` | | -- Indexes for table `assignment_contacts` |
| -- | | -- |
| ALTER TABLE `assignment_contacts` | | ALTER TABLE `assignment_contacts` |
| ADD PRIMARY KEY (`acontact_id`); | | ADD PRIMARY KEY (`acontact_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `assignment_files` | | -- Indexes for table `assignment_files` |
| -- | | -- |
| ALTER TABLE `assignment_files` | | ALTER TABLE `assignment_files` |
| ADD PRIMARY KEY (`afile_id`), | | ADD PRIMARY KEY (`afile_id`), |
| ADD KEY `assignment_files_assignment_proxy_id_idx` (`assignment_id`,`file_type`,`proxy_id`) USING BTREE; | | ADD KEY `assignment_files_assignment_proxy_id_idx` (`assignment_id`,`file_type`,`proxy_id`) USING BTREE; |
| | | |
| -- | | -- |
| -- Indexes for table `assignment_file_versions` | | -- Indexes for table `assignment_file_versions` |
| -- | | -- |
| ALTER TABLE `assignment_file_versions` | | ALTER TABLE `assignment_file_versions` |
| ADD PRIMARY KEY (`afversion_id`), | | ADD PRIMARY KEY (`afversion_id`), |
| ADD KEY `proxy_assignment_active` (`proxy_id`,`assignment_id`,`file_active`); | | ADD KEY `proxy_assignment_active` (`proxy_id`,`assignment_id`,`file_active`); |
| | | |
| -- | | -- |
| -- Indexes for table `assignment_turnitin_options` | | -- Indexes for table `assignment_turnitin_options` |
| -- | | -- |
| ALTER TABLE `assignment_turnitin_options` | | ALTER TABLE `assignment_turnitin_options` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `assignment_id` (`assignment_id`); | | ADD KEY `assignment_id` (`assignment_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `attached_quizzes` | | -- Indexes for table `attached_quizzes` |
| -- | | -- |
| ALTER TABLE `attached_quizzes` | | ALTER TABLE `attached_quizzes` |
| ADD PRIMARY KEY (`aquiz_id`), | | ADD PRIMARY KEY (`aquiz_id`), |
| ADD KEY `content_id` (`content_id`), | | ADD KEY `content_id` (`content_id`), |
| ADD KEY `required` (`required`), | | ADD KEY `required` (`required`), |
| ADD KEY `timeframe` (`timeframe`), | | ADD KEY `timeframe` (`timeframe`), |
| ADD KEY `quiztype_id` (`quiztype_id`), | | ADD KEY `quiztype_id` (`quiztype_id`), |
| ADD KEY `quiz_id` (`quiz_id`), | | ADD KEY `quiz_id` (`quiz_id`), |
| ADD KEY `accesses` (`accesses`), | | ADD KEY `accesses` (`accesses`), |
| ADD KEY `release_date` (`release_date`,`release_until`), | | ADD KEY `release_date` (`release_date`,`release_until`), |
| ADD KEY `quiz_timeout` (`quiz_timeout`), | | ADD KEY `quiz_timeout` (`quiz_timeout`), |
| ADD KEY `quiz_attempts` (`quiz_attempts`), | | ADD KEY `quiz_attempts` (`quiz_attempts`), |
| ADD KEY `content_id_2` (`content_id`,`release_date`,`release_until`); | | ADD KEY `content_id_2` (`content_id`,`release_date`,`release_until`); |
| | | |
| -- | | -- |
| -- Indexes for table `bookmarks` | | -- Indexes for table `bookmarks` |
| -- | | -- |
| ALTER TABLE `bookmarks` | | ALTER TABLE `bookmarks` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `bookmarks_blacklist` | | -- Indexes for table `bookmarks_blacklist` |
| -- | | -- |
| ALTER TABLE `bookmarks_blacklist` | | ALTER TABLE `bookmarks_blacklist` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `bookmarks_default` | | -- Indexes for table `bookmarks_default` |
| -- | | -- |
| ALTER TABLE `bookmarks_default` | | ALTER TABLE `bookmarks_default` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `bookmarks_global` | | -- Indexes for table `bookmarks_global` |
| -- | | -- |
| ALTER TABLE `bookmarks_global` | | ALTER TABLE `bookmarks_global` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cases` | | -- Indexes for table `cases` |
| -- | | -- |
| ALTER TABLE `cases` | | ALTER TABLE `cases` |
| ADD PRIMARY KEY (`case_id`), | | ADD PRIMARY KEY (`case_id`), |
| ADD KEY `week_id` (`week_id`), | | ADD KEY `week_id` (`week_id`), |
| ADD KEY `start_finish_date` (`start_date`,`finish_date`); | | ADD KEY `start_finish_date` (`start_date`,`finish_date`); |
| | | |
| -- | | -- |
| -- Indexes for table `case_contacts` | | -- Indexes for table `case_contacts` |
| -- | | -- |
| ALTER TABLE `case_contacts` | | ALTER TABLE `case_contacts` |
| ADD PRIMARY KEY (`ccontact_id`), | | ADD PRIMARY KEY (`ccontact_id`), |
| ADD KEY `case_id` (`case_id`); | | ADD KEY `case_id` (`case_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `case_periods` | | -- Indexes for table `case_periods` |
| -- | | -- |
| ALTER TABLE `case_periods` | | ALTER TABLE `case_periods` |
| ADD PRIMARY KEY (`case_period_id`), | | ADD PRIMARY KEY (`case_period_id`), |
| ADD KEY `case_id` (`case_id`); | | ADD KEY `case_id` (`case_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_academic_advisor_meetings` | | -- Indexes for table `cbl_academic_advisor_meetings` |
| -- | | -- |
| ALTER TABLE `cbl_academic_advisor_meetings` | | ALTER TABLE `cbl_academic_advisor_meetings` |
| ADD PRIMARY KEY (`meeting_id`); | | ADD PRIMARY KEY (`meeting_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_form_blueprint_authors` | | -- Indexes for table `cbl_assessments_form_blueprint_authors` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_form_blueprint_authors` | | ALTER TABLE `cbl_assessments_form_blueprint_authors` |
| ADD PRIMARY KEY (`afbauthor_id`), | | ADD PRIMARY KEY (`afbauthor_id`), |
| ADD KEY `form_blueprint_id` (`form_blueprint_id`); | | ADD KEY `form_blueprint_id` (`form_blueprint_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_form_blueprint_elements` | | -- Indexes for table `cbl_assessments_form_blueprint_elements` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_form_blueprint_elements` | | ALTER TABLE `cbl_assessments_form_blueprint_elements` |
| ADD PRIMARY KEY (`afblueprint_element_id`), | | ADD PRIMARY KEY (`afblueprint_element_id`), |
| ADD KEY `form_blueprint_id` (`form_blueprint_id`); | | ADD KEY `form_blueprint_id` (`form_blueprint_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_form_blueprint_item_templates` | | -- Indexes for table `cbl_assessments_form_blueprint_item_templates` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_form_blueprint_item_templates` | | ALTER TABLE `cbl_assessments_form_blueprint_item_templates` |
| ADD PRIMARY KEY (`afb_item_template_id`), | | ADD PRIMARY KEY (`afb_item_template_id`), |
| ADD KEY `blueprint_id` (`form_type_id`), | | ADD KEY `blueprint_id` (`form_type_id`), |
| ADD KEY `parent_item` (`parent_item`); | | ADD KEY `parent_item` (`parent_item`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_form_blueprint_objectives` | | -- Indexes for table `cbl_assessments_form_blueprint_objectives` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_form_blueprint_objectives` | | ALTER TABLE `cbl_assessments_form_blueprint_objectives` |
| ADD PRIMARY KEY (`afblueprint_objective_id`), | | ADD PRIMARY KEY (`afblueprint_objective_id`), |
| ADD KEY `objective_id` (`objective_id`,`afblueprint_objective_id`); | | ADD KEY `objective_id` (`objective_id`,`afblueprint_objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_form_blueprint_rating_scales` | | -- Indexes for table `cbl_assessments_form_blueprint_rating_scales` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_form_blueprint_rating_scales` | | ALTER TABLE `cbl_assessments_form_blueprint_rating_scales` |
| ADD PRIMARY KEY (`afblueprint_rating_scale_id`), | | ADD PRIMARY KEY (`afblueprint_rating_scale_id`), |
| ADD KEY `scale_id` (`rating_scale_id`,`afblueprint_rating_scale_id`); | | ADD KEY `scale_id` (`rating_scale_id`,`afblueprint_rating_scale_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_form_statistics` | | -- Indexes for table `cbl_assessments_form_statistics` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_form_statistics` | | ALTER TABLE `cbl_assessments_form_statistics` |
| ADD PRIMARY KEY (`afstatistic_id`), | | ADD PRIMARY KEY (`afstatistic_id`), |
| ADD KEY `form_id` (`course_id`,`form_id`,`proxy_id`); | | ADD KEY `form_id` (`course_id`,`form_id`,`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_form_type_component_settings` | | -- Indexes for table `cbl_assessments_form_type_component_settings` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_form_type_component_settings` | | ALTER TABLE `cbl_assessments_form_type_component_settings` |
| ADD PRIMARY KEY (`aftc_setting_id`); | | ADD PRIMARY KEY (`aftc_setting_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_form_type_organisation` | | -- Indexes for table `cbl_assessments_form_type_organisation` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_form_type_organisation` | | ALTER TABLE `cbl_assessments_form_type_organisation` |
| ADD PRIMARY KEY (`aftype_organisation_id`), | | ADD PRIMARY KEY (`aftype_organisation_id`), |
| ADD KEY `organisation_id` (`organisation_id`,`form_type_id`); | | ADD KEY `organisation_id` (`organisation_id`,`form_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_data_sources` | | -- Indexes for table `cbl_assessments_lu_data_sources` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_data_sources` | | ALTER TABLE `cbl_assessments_lu_data_sources` |
| ADD PRIMARY KEY (`dsource_id`); | | ADD PRIMARY KEY (`dsource_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_data_source_types` | | -- Indexes for table `cbl_assessments_lu_data_source_types` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_data_source_types` | | ALTER TABLE `cbl_assessments_lu_data_source_types` |
| ADD PRIMARY KEY (`dstype_id`); | | ADD PRIMARY KEY (`dstype_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_flags` | | -- Indexes for table `cbl_assessments_lu_flags` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_flags` | | ALTER TABLE `cbl_assessments_lu_flags` |
| ADD PRIMARY KEY (`flag_id`), | | ADD PRIMARY KEY (`flag_id`), |
| ADD KEY `organisation_id` (`organisation_id`); | | ADD KEY `organisation_id` (`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_forms` | | -- Indexes for table `cbl_assessments_lu_forms` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_forms` | | ALTER TABLE `cbl_assessments_lu_forms` |
| ADD PRIMARY KEY (`form_id`); | | ADD PRIMARY KEY (`form_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_form_blueprints` | | -- Indexes for table `cbl_assessments_lu_form_blueprints` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_form_blueprints` | | ALTER TABLE `cbl_assessments_lu_form_blueprints` |
| ADD PRIMARY KEY (`form_blueprint_id`); | | ADD PRIMARY KEY (`form_blueprint_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_form_blueprint_components` | | -- Indexes for table `cbl_assessments_lu_form_blueprint_components` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_form_blueprint_components` | | ALTER TABLE `cbl_assessments_lu_form_blueprint_components` |
| ADD PRIMARY KEY (`blueprint_component_id`); | | ADD PRIMARY KEY (`blueprint_component_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_form_relationships` | | -- Indexes for table `cbl_assessments_lu_form_relationships` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_form_relationships` | | ALTER TABLE `cbl_assessments_lu_form_relationships` |
| ADD PRIMARY KEY (`frelationship_id`), | | ADD PRIMARY KEY (`frelationship_id`), |
| ADD KEY `form_id` (`form_id`), | | ADD KEY `form_id` (`form_id`), |
| ADD KEY `first_parent_id` (`first_parent_id`), | | ADD KEY `first_parent_id` (`first_parent_id`), |
| ADD KEY `immediate_parent_id` (`immediate_parent_id`); | | ADD KEY `immediate_parent_id` (`immediate_parent_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_form_types` | | -- Indexes for table `cbl_assessments_lu_form_types` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_form_types` | | ALTER TABLE `cbl_assessments_lu_form_types` |
| ADD PRIMARY KEY (`form_type_id`), | | ADD PRIMARY KEY (`form_type_id`), |
| ADD KEY `category` (`category`); | | ADD KEY `category` (`category`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_form_type_workflow_link` | | -- Indexes for table `cbl_assessments_lu_form_type_workflow_link` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_form_type_workflow_link` | | ALTER TABLE `cbl_assessments_lu_form_type_workflow_link` |
| ADD PRIMARY KEY (`form_type_workflow_id`); | | ADD PRIMARY KEY (`form_type_workflow_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_form_workflows` | | -- Indexes for table `cbl_assessments_lu_form_workflows` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_form_workflows` | | ALTER TABLE `cbl_assessments_lu_form_workflows` |
| ADD PRIMARY KEY (`form_workflow_id`); | | ADD PRIMARY KEY (`form_workflow_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_form_workflow_groups` | | -- Indexes for table `cbl_assessments_lu_form_workflow_groups` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_form_workflow_groups` | | ALTER TABLE `cbl_assessments_lu_form_workflow_groups` |
| ADD PRIMARY KEY (`form_workflow_group_id`); | | ADD PRIMARY KEY (`form_workflow_group_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_items` | | -- Indexes for table `cbl_assessments_lu_items` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_items` | | ALTER TABLE `cbl_assessments_lu_items` |
| ADD PRIMARY KEY (`item_id`), | | ADD PRIMARY KEY (`item_id`), |
| ADD KEY `itemtype_id` (`itemtype_id`), | | ADD KEY `itemtype_id` (`itemtype_id`), |
| ADD KEY `item_group_id` (`item_group_id`), | | ADD KEY `item_group_id` (`item_group_id`), |
| ADD KEY `item_code` (`item_code`); | | ADD KEY `item_code` (`item_code`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_itemtypes` | | -- Indexes for table `cbl_assessments_lu_itemtypes` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_itemtypes` | | ALTER TABLE `cbl_assessments_lu_itemtypes` |
| ADD PRIMARY KEY (`itemtype_id`); | | ADD PRIMARY KEY (`itemtype_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_item_groups` | | -- Indexes for table `cbl_assessments_lu_item_groups` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_item_groups` | | ALTER TABLE `cbl_assessments_lu_item_groups` |
| ADD PRIMARY KEY (`item_group_id`), | | ADD PRIMARY KEY (`item_group_id`), |
| ADD KEY `form_type_id` (`form_type_id`); | | ADD KEY `form_type_id` (`form_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_item_relationships` | | -- Indexes for table `cbl_assessments_lu_item_relationships` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_item_relationships` | | ALTER TABLE `cbl_assessments_lu_item_relationships` |
| ADD PRIMARY KEY (`irelationship_id`), | | ADD PRIMARY KEY (`irelationship_id`), |
| ADD KEY `immediate_parent_id` (`immediate_parent_id`), | | ADD KEY `immediate_parent_id` (`immediate_parent_id`), |
| ADD KEY `cbl_assessments_lu_item_relationships_ibfk_1` (`item_id`), | | ADD KEY `cbl_assessments_lu_item_relationships_ibfk_1` (`item_id`), |
| ADD KEY `cbl_assessments_lu_item_relationships_ibfk_2` (`first_parent_id`); | | ADD KEY `cbl_assessments_lu_item_relationships_ibfk_2` (`first_parent_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_item_responses` | | -- Indexes for table `cbl_assessments_lu_item_responses` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_item_responses` | | ALTER TABLE `cbl_assessments_lu_item_responses` |
| ADD PRIMARY KEY (`iresponse_id`), | | ADD PRIMARY KEY (`iresponse_id`), |
| ADD KEY `item_id` (`item_id`), | | ADD KEY `item_id` (`item_id`), |
| ADD KEY `iresponse_flagresponse` (`iresponse_id`,`flag_response`); | | ADD KEY `iresponse_flagresponse` (`iresponse_id`,`flag_response`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_item_response_objectives` | | -- Indexes for table `cbl_assessments_lu_item_response_objectives` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_item_response_objectives` | | ALTER TABLE `cbl_assessments_lu_item_response_objectives` |
| ADD PRIMARY KEY (`irobjective_id`), | | ADD PRIMARY KEY (`irobjective_id`), |
| ADD KEY `iresponse_id` (`iresponse_id`), | | ADD KEY `iresponse_id` (`iresponse_id`), |
| ADD KEY `objective_id` (`objective_id`); | | ADD KEY `objective_id` (`objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_rating_scale_types` | | -- Indexes for table `cbl_assessments_lu_rating_scale_types` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_rating_scale_types` | | ALTER TABLE `cbl_assessments_lu_rating_scale_types` |
| ADD PRIMARY KEY (`rating_scale_type_id`), | | ADD PRIMARY KEY (`rating_scale_type_id`), |
| ADD KEY `organisation_id` (`organisation_id`), | | ADD KEY `organisation_id` (`organisation_id`), |
| ADD KEY `active` (`active`); | | ADD KEY `active` (`active`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_response_description_options` | | -- Indexes for table `cbl_assessments_lu_response_description_options` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_response_description_options` | | ALTER TABLE `cbl_assessments_lu_response_description_options` |
| ADD PRIMARY KEY (`rdoption_id`); | | ADD PRIMARY KEY (`rdoption_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_response_descriptors` | | -- Indexes for table `cbl_assessments_lu_response_descriptors` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_response_descriptors` | | ALTER TABLE `cbl_assessments_lu_response_descriptors` |
| ADD PRIMARY KEY (`ardescriptor_id`); | | ADD PRIMARY KEY (`ardescriptor_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_rubrics` | | -- Indexes for table `cbl_assessments_lu_rubrics` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_rubrics` | | ALTER TABLE `cbl_assessments_lu_rubrics` |
| ADD PRIMARY KEY (`rubric_id`); | | ADD PRIMARY KEY (`rubric_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_rubric_labels` | | -- Indexes for table `cbl_assessments_lu_rubric_labels` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_rubric_labels` | | ALTER TABLE `cbl_assessments_lu_rubric_labels` |
| ADD PRIMARY KEY (`rlabel_id`), | | ADD PRIMARY KEY (`rlabel_id`), |
| ADD KEY `cbl_assessment_rubric_labels_ibfk_1` (`rubric_id`); | | ADD KEY `cbl_assessment_rubric_labels_ibfk_1` (`rubric_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessments_lu_tags` | | -- Indexes for table `cbl_assessments_lu_tags` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_tags` | | ALTER TABLE `cbl_assessments_lu_tags` |
| ADD PRIMARY KEY (`tag_id`); | | ADD PRIMARY KEY (`tag_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_additional_tasks` | | -- Indexes for table `cbl_assessment_additional_tasks` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_additional_tasks` | | ALTER TABLE `cbl_assessment_additional_tasks` |
| ADD PRIMARY KEY (`additional_task_id`), | | ADD PRIMARY KEY (`additional_task_id`), |
| ADD KEY `cbl_assessment_additional_tasks_ibfk_1` (`adistribution_id`), | | ADD KEY `cbl_assessment_additional_tasks_ibfk_1` (`adistribution_id`), |
| ADD KEY `target_id` (`target_id`), | | ADD KEY `target_id` (`target_id`), |
| ADD KEY `assessor_type` (`assessor_type`,`assessor_value`); | | ADD KEY `assessor_type` (`assessor_type`,`assessor_value`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_blueprint_prompted_response_reviewers` | | -- Indexes for table `cbl_assessment_blueprint_prompted_response_reviewers` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_blueprint_prompted_response_reviewers` | | ALTER TABLE `cbl_assessment_blueprint_prompted_response_reviewers` |
| ADD PRIMARY KEY (`blueprint_prompted_response_reviewer_id`); | | ADD PRIMARY KEY (`blueprint_prompted_response_reviewer_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_deleted_tasks` | | -- Indexes for table `cbl_assessment_deleted_tasks` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_deleted_tasks` | | ALTER TABLE `cbl_assessment_deleted_tasks` |
| ADD PRIMARY KEY (`deleted_task_id`), | | ADD PRIMARY KEY (`deleted_task_id`), |
| ADD KEY `cbl_assessment_deleted_tasks_ibfk_1` (`adistribution_id`), | | ADD KEY `cbl_assessment_deleted_tasks_ibfk_1` (`adistribution_id`), |
| ADD KEY `cbl_assessment_deleted_tasks_ibfk_2` (`deleted_reason_id`), | | ADD KEY `cbl_assessment_deleted_tasks_ibfk_2` (`deleted_reason_id`), |
| ADD KEY `target_id` (`target_id`), | | ADD KEY `target_id` (`target_id`), |
| ADD KEY `assessor_type` (`assessor_type`,`assessor_value`); | | ADD KEY `assessor_type` (`assessor_type`,`assessor_value`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distributions` | | -- Indexes for table `cbl_assessment_distributions` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distributions` | | ALTER TABLE `cbl_assessment_distributions` |
| ADD PRIMARY KEY (`adistribution_id`), | | ADD PRIMARY KEY (`adistribution_id`), |
| ADD KEY `form_id` (`form_id`); | | ADD KEY `form_id` (`form_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_adhoc` | | -- Indexes for table `cbl_assessment_distribution_adhoc` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_adhoc` | | ALTER TABLE `cbl_assessment_distribution_adhoc` |
| ADD PRIMARY KEY (`dadhoc_id`); | | ADD PRIMARY KEY (`dadhoc_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_approvers` | | -- Indexes for table `cbl_assessment_distribution_approvers` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_approvers` | | ALTER TABLE `cbl_assessment_distribution_approvers` |
| ADD PRIMARY KEY (`adapprover_id`), | | ADD PRIMARY KEY (`adapprover_id`), |
| ADD KEY `adistribution_id` (`adistribution_id`), | | ADD KEY `adistribution_id` (`adistribution_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_assessors` | | -- Indexes for table `cbl_assessment_distribution_assessors` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_assessors` | | ALTER TABLE `cbl_assessment_distribution_assessors` |
| ADD PRIMARY KEY (`adassessor_id`), | | ADD PRIMARY KEY (`adassessor_id`), |
| ADD KEY `adistribution_id` (`adistribution_id`); | | ADD KEY `adistribution_id` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_authors` | | -- Indexes for table `cbl_assessment_distribution_authors` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_authors` | | ALTER TABLE `cbl_assessment_distribution_authors` |
| ADD PRIMARY KEY (`adauthor_id`), | | ADD PRIMARY KEY (`adauthor_id`), |
| ADD KEY `adistribution_id` (`adistribution_id`); | | ADD KEY `adistribution_id` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_delegations` | | -- Indexes for table `cbl_assessment_distribution_delegations` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_delegations` | | ALTER TABLE `cbl_assessment_distribution_delegations` |
| ADD PRIMARY KEY (`addelegation_id`), | | ADD PRIMARY KEY (`addelegation_id`), |
| ADD KEY `adistribution_id` (`adistribution_id`), | | ADD KEY `adistribution_id` (`adistribution_id`), |
| ADD KEY `idx_delegator_id_type` (`delegator_id`,`delegator_type`,`adistribution_id`); | | ADD KEY `idx_delegator_id_type` (`delegator_id`,`delegator_type`,`adistribution_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_delegation_assignments` | | -- Indexes for table `cbl_assessment_distribution_delegation_assignments` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_delegation_assignments` | | ALTER TABLE `cbl_assessment_distribution_delegation_assignments` |
| ADD PRIMARY KEY (`addassignment_id`), | | ADD PRIMARY KEY (`addassignment_id`), |
| ADD KEY `adistribution_id` (`adistribution_id`), | | ADD KEY `adistribution_id` (`adistribution_id`), |
| ADD KEY `dassessment_id` (`dassessment_id`); | | ADD KEY `dassessment_id` (`dassessment_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_delegators` | | -- Indexes for table `cbl_assessment_distribution_delegators` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_delegators` | | ALTER TABLE `cbl_assessment_distribution_delegators` |
| ADD PRIMARY KEY (`addelegator_id`), | | ADD PRIMARY KEY (`addelegator_id`), |
| ADD KEY `adistribution_id` (`adistribution_id`); | | ADD KEY `adistribution_id` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_events` | | -- Indexes for table `cbl_assessment_distribution_events` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_events` | | ALTER TABLE `cbl_assessment_distribution_events` |
| ADD PRIMARY KEY (`devent_id`); | | ADD PRIMARY KEY (`devent_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_eventtypes` | | -- Indexes for table `cbl_assessment_distribution_eventtypes` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_eventtypes` | | ALTER TABLE `cbl_assessment_distribution_eventtypes` |
| ADD PRIMARY KEY (`deventtype_id`); | | ADD PRIMARY KEY (`deventtype_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_linked_assessments` | | -- Indexes for table `cbl_assessment_distribution_linked_assessments` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_linked_assessments` | | ALTER TABLE `cbl_assessment_distribution_linked_assessments` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_linked_distributions` | | -- Indexes for table `cbl_assessment_distribution_linked_distributions` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_linked_distributions` | | ALTER TABLE `cbl_assessment_distribution_linked_distributions` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `adistribution_id` (`adistribution_id`), | | ADD KEY `adistribution_id` (`adistribution_id`), |
| ADD KEY `linked_distribution_id` (`linked_distribution_id`); | | ADD KEY `linked_distribution_id` (`linked_distribution_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_methods` | | -- Indexes for table `cbl_assessment_distribution_methods` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_methods` | | ALTER TABLE `cbl_assessment_distribution_methods` |
| ADD PRIMARY KEY (`admethod_id`); | | ADD PRIMARY KEY (`admethod_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_prerequisites` | | -- Indexes for table `cbl_assessment_distribution_prerequisites` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_prerequisites` | | ALTER TABLE `cbl_assessment_distribution_prerequisites` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `adistribution_id` (`adistribution_id`), | | ADD KEY `adistribution_id` (`adistribution_id`), |
| ADD KEY `prerequisite_distribution_id` (`prerequisite_distribution_id`); | | ADD KEY `prerequisite_distribution_id` (`prerequisite_distribution_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_reviewers` | | -- Indexes for table `cbl_assessment_distribution_reviewers` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_reviewers` | | ALTER TABLE `cbl_assessment_distribution_reviewers` |
| ADD PRIMARY KEY (`adreviewer_id`), | | ADD PRIMARY KEY (`adreviewer_id`), |
| ADD KEY `adistribution_id` (`adistribution_id`); | | ADD KEY `adistribution_id` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_schedule` | | -- Indexes for table `cbl_assessment_distribution_schedule` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_schedule` | | ALTER TABLE `cbl_assessment_distribution_schedule` |
| ADD PRIMARY KEY (`adschedule_id`), | | ADD PRIMARY KEY (`adschedule_id`), |
| ADD KEY `adistribution_id` (`adistribution_id`); | | ADD KEY `adistribution_id` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_schedule_sites` | | -- Indexes for table `cbl_assessment_distribution_schedule_sites` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_schedule_sites` | | ALTER TABLE `cbl_assessment_distribution_schedule_sites` |
| ADD PRIMARY KEY (`adssite_id`), | | ADD PRIMARY KEY (`adssite_id`), |
| ADD KEY `adschedule_id` (`adschedule_id`), | | ADD KEY `adschedule_id` (`adschedule_id`), |
| ADD KEY `site_id` (`site_id`); | | ADD KEY `site_id` (`site_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_senders` | | -- Indexes for table `cbl_assessment_distribution_senders` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_senders` | | ALTER TABLE `cbl_assessment_distribution_senders` |
| ADD PRIMARY KEY (`dsender_id`); | | ADD PRIMARY KEY (`dsender_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_targets` | | -- Indexes for table `cbl_assessment_distribution_targets` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_targets` | | ALTER TABLE `cbl_assessment_distribution_targets` |
| ADD PRIMARY KEY (`adtarget_id`), | | ADD PRIMARY KEY (`adtarget_id`), |
| ADD KEY `adistribution_id` (`adistribution_id`); | | ADD KEY `adistribution_id` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_target_report_releases` | | -- Indexes for table `cbl_assessment_distribution_target_report_releases` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_target_report_releases` | | ALTER TABLE `cbl_assessment_distribution_target_report_releases` |
| ADD PRIMARY KEY (`adt_report_release_id`), | | ADD PRIMARY KEY (`adt_report_release_id`), |
| ADD KEY `adistribution_id` (`adistribution_id`); | | ADD KEY `adistribution_id` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_distribution_target_task_releases` | | -- Indexes for table `cbl_assessment_distribution_target_task_releases` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_target_task_releases` | | ALTER TABLE `cbl_assessment_distribution_target_task_releases` |
| ADD PRIMARY KEY (`adt_task_release_id`), | | ADD PRIMARY KEY (`adt_task_release_id`), |
| ADD KEY `adistribution_id` (`adistribution_id`); | | ADD KEY `adistribution_id` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_embargo_forms` | | -- Indexes for table `cbl_assessment_embargo_forms` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_embargo_forms` | | ALTER TABLE `cbl_assessment_embargo_forms` |
| ADD PRIMARY KEY (`eform_id`), | | ADD PRIMARY KEY (`eform_id`), |
| ADD UNIQUE KEY `ux_cbl_assessment_embargo_forms_idx1` (`embargo_form_id`,`form_id`), | | ADD UNIQUE KEY `ux_cbl_assessment_embargo_forms_idx1` (`embargo_form_id`,`form_id`), |
| ADD KEY `fk_cbl_assessment_embargo_forms_key1` (`embargo_form_id`), | | ADD KEY `fk_cbl_assessment_embargo_forms_key1` (`embargo_form_id`), |
| ADD KEY `fk_cbl_assessment_embargo_forms_key2` (`form_id`); | | ADD KEY `fk_cbl_assessment_embargo_forms_key2` (`form_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_embargo_release` | | -- Indexes for table `cbl_assessment_embargo_release` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_embargo_release` | | ALTER TABLE `cbl_assessment_embargo_release` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `fk_dassessment` (`atarget_id`); | | ADD KEY `fk_dassessment` (`atarget_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_form_authors` | | -- Indexes for table `cbl_assessment_form_authors` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_form_authors` | | ALTER TABLE `cbl_assessment_form_authors` |
| ADD PRIMARY KEY (`afauthor_id`), | | ADD PRIMARY KEY (`afauthor_id`), |
| ADD KEY `form_id` (`form_id`); | | ADD KEY `form_id` (`form_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_form_elements` | | -- Indexes for table `cbl_assessment_form_elements` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_form_elements` | | ALTER TABLE `cbl_assessment_form_elements` |
| ADD PRIMARY KEY (`afelement_id`), | | ADD PRIMARY KEY (`afelement_id`), |
| ADD KEY `form_id` (`form_id`), | | ADD KEY `form_id` (`form_id`), |
| ADD KEY `rubric_id` (`rubric_id`), | | ADD KEY `rubric_id` (`rubric_id`), |
| ADD KEY `element_type` (`element_type`,`element_id`), | | ADD KEY `element_type` (`element_type`,`element_id`), |
| ADD KEY `form_id_2` (`form_id`,`element_type`); | | ADD KEY `form_id_2` (`form_id`,`element_type`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_form_objectives` | | -- Indexes for table `cbl_assessment_form_objectives` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_form_objectives` | | ALTER TABLE `cbl_assessment_form_objectives` |
| ADD PRIMARY KEY (`assessment_form_objective_id`), | | ADD PRIMARY KEY (`assessment_form_objective_id`), |
| ADD KEY `objective_id_organisation_id` (`objective_id`,`organisation_id`), | | ADD KEY `objective_id_organisation_id` (`objective_id`,`organisation_id`), |
| ADD KEY `objective_id` (`objective_id`), | | ADD KEY `objective_id` (`objective_id`), |
| ADD KEY `form_id_index` (`form_id`), | | ADD KEY `form_id_index` (`form_id`), |
| ADD KEY `form_id` (`form_id`), | | ADD KEY `form_id` (`form_id`), |
| ADD KEY `cbl_assessment_form_objectives_course_id_IDX` (`course_id`,`organisation_id`) USING BTREE; | | ADD KEY `cbl_assessment_form_objectives_course_id_IDX` (`course_id`,`organisation_id`) USING BTREE; |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_form_prompted_response_reviewers` | | -- Indexes for table `cbl_assessment_form_prompted_response_reviewers` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_form_prompted_response_reviewers` | | ALTER TABLE `cbl_assessment_form_prompted_response_reviewers` |
| ADD PRIMARY KEY (`form_prompted_response_reviewer_id`); | | ADD PRIMARY KEY (`form_prompted_response_reviewer_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_form_type_meta` | | -- Indexes for table `cbl_assessment_form_type_meta` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_form_type_meta` | | ALTER TABLE `cbl_assessment_form_type_meta` |
| ADD PRIMARY KEY (`form_type_meta_id`), | | ADD PRIMARY KEY (`form_type_meta_id`), |
| ADD KEY `form_type_id` (`form_type_id`), | | ADD KEY `form_type_id` (`form_type_id`), |
| ADD KEY `organisation_id` (`organisation_id`); | | ADD KEY `organisation_id` (`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_item_authors` | | -- Indexes for table `cbl_assessment_item_authors` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_item_authors` | | ALTER TABLE `cbl_assessment_item_authors` |
| ADD PRIMARY KEY (`aiauthor_id`), | | ADD PRIMARY KEY (`aiauthor_id`), |
| ADD KEY `item_id` (`item_id`); | | ADD KEY `item_id` (`item_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_item_objectives` | | -- Indexes for table `cbl_assessment_item_objectives` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_item_objectives` | | ALTER TABLE `cbl_assessment_item_objectives` |
| ADD PRIMARY KEY (`aiobjective_id`), | | ADD PRIMARY KEY (`aiobjective_id`), |
| ADD KEY `item_id` (`item_id`), | | ADD KEY `item_id` (`item_id`), |
| ADD KEY `objective_id` (`objective_id`); | | ADD KEY `objective_id` (`objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_item_tags` | | -- Indexes for table `cbl_assessment_item_tags` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_item_tags` | | ALTER TABLE `cbl_assessment_item_tags` |
| ADD PRIMARY KEY (`aitag_id`), | | ADD PRIMARY KEY (`aitag_id`), |
| ADD KEY `item_id` (`item_id`), | | ADD KEY `item_id` (`item_id`), |
| ADD KEY `tag_id` (`tag_id`); | | ADD KEY `tag_id` (`tag_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_lu_distribution_linked_assessment_types` | | -- Indexes for table `cbl_assessment_lu_distribution_linked_assessment_types` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_lu_distribution_linked_assessment_types` | | ALTER TABLE `cbl_assessment_lu_distribution_linked_assessment_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_lu_methods` | | -- Indexes for table `cbl_assessment_lu_methods` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_lu_methods` | | ALTER TABLE `cbl_assessment_lu_methods` |
| ADD PRIMARY KEY (`assessment_method_id`); | | ADD PRIMARY KEY (`assessment_method_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_lu_prompted_response_reviewer_types` | | -- Indexes for table `cbl_assessment_lu_prompted_response_reviewer_types` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_lu_prompted_response_reviewer_types` | | ALTER TABLE `cbl_assessment_lu_prompted_response_reviewer_types` |
| ADD PRIMARY KEY (`prompted_response_reviewer_type_id`); | | ADD PRIMARY KEY (`prompted_response_reviewer_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_lu_task_deleted_reasons` | | -- Indexes for table `cbl_assessment_lu_task_deleted_reasons` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_lu_task_deleted_reasons` | | ALTER TABLE `cbl_assessment_lu_task_deleted_reasons` |
| ADD PRIMARY KEY (`reason_id`), | | ADD PRIMARY KEY (`reason_id`), |
| ADD KEY `order_id` (`order_id`); | | ADD KEY `order_id` (`order_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_lu_task_reopen_reasons` | | -- Indexes for table `cbl_assessment_lu_task_reopen_reasons` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_lu_task_reopen_reasons` | | ALTER TABLE `cbl_assessment_lu_task_reopen_reasons` |
| ADD PRIMARY KEY (`reopen_reason_id`); | | ADD PRIMARY KEY (`reopen_reason_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_lu_types` | | -- Indexes for table `cbl_assessment_lu_types` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_lu_types` | | ALTER TABLE `cbl_assessment_lu_types` |
| ADD PRIMARY KEY (`assessment_type_id`), | | ADD PRIMARY KEY (`assessment_type_id`), |
| ADD KEY `shortname` (`shortname`); | | ADD KEY `shortname` (`shortname`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_method_groups` | | -- Indexes for table `cbl_assessment_method_groups` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_method_groups` | | ALTER TABLE `cbl_assessment_method_groups` |
| ADD PRIMARY KEY (`amethod_group_id`); | | ADD PRIMARY KEY (`amethod_group_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_method_group_meta` | | -- Indexes for table `cbl_assessment_method_group_meta` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_method_group_meta` | | ALTER TABLE `cbl_assessment_method_group_meta` |
| ADD PRIMARY KEY (`amethod_meta_id`), | | ADD PRIMARY KEY (`amethod_meta_id`), |
| ADD KEY `amethod_group_id` (`assessment_method_id`), | | ADD KEY `amethod_group_id` (`assessment_method_id`), |
| ADD KEY `group` (`group`), | | ADD KEY `group` (`group`), |
| ADD KEY `assessment_method_id` (`assessment_method_id`); | | ADD KEY `assessment_method_id` (`assessment_method_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_method_organisations` | | -- Indexes for table `cbl_assessment_method_organisations` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_method_organisations` | | ALTER TABLE `cbl_assessment_method_organisations` |
| ADD PRIMARY KEY (`amethod_organisation_id`); | | ADD PRIMARY KEY (`amethod_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_notifications` | | -- Indexes for table `cbl_assessment_notifications` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_notifications` | | ALTER TABLE `cbl_assessment_notifications` |
| ADD PRIMARY KEY (`anotification_id`), | | ADD PRIMARY KEY (`anotification_id`), |
| ADD KEY `adistribution_id` (`adistribution_id`), | | ADD KEY `adistribution_id` (`adistribution_id`), |
| ADD KEY `schedule_id` (`schedule_id`), | | ADD KEY `schedule_id` (`schedule_id`), |
| ADD KEY `notified` (`notified_type`,`notified_value`), | | ADD KEY `notified` (`notified_type`,`notified_value`), |
| ADD KEY `nuser_id` (`nuser_id`); | | ADD KEY `nuser_id` (`nuser_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_plans` | | -- Indexes for table `cbl_assessment_plans` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_plans` | | ALTER TABLE `cbl_assessment_plans` |
| ADD PRIMARY KEY (`assessment_plan_id`); | | ADD PRIMARY KEY (`assessment_plan_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_plan_containers` | | -- Indexes for table `cbl_assessment_plan_containers` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_plan_containers` | | ALTER TABLE `cbl_assessment_plan_containers` |
| ADD PRIMARY KEY (`assessment_plan_container_id`); | | ADD PRIMARY KEY (`assessment_plan_container_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_plan_container_users` | | -- Indexes for table `cbl_assessment_plan_container_users` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_plan_container_users` | | ALTER TABLE `cbl_assessment_plan_container_users` |
| ADD PRIMARY KEY (`assessment_plan_container_user_id`); | | ADD PRIMARY KEY (`assessment_plan_container_user_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_plan_forms` | | -- Indexes for table `cbl_assessment_plan_forms` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_plan_forms` | | ALTER TABLE `cbl_assessment_plan_forms` |
| ADD PRIMARY KEY (`assessment_plan_form_id`); | | ADD PRIMARY KEY (`assessment_plan_form_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_plan_form_cv_types` | | -- Indexes for table `cbl_assessment_plan_form_cv_types` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_plan_form_cv_types` | | ALTER TABLE `cbl_assessment_plan_form_cv_types` |
| ADD PRIMARY KEY (`assessment_plan_form_cv_type_id`); | | ADD PRIMARY KEY (`assessment_plan_form_cv_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_plan_form_objectives` | | -- Indexes for table `cbl_assessment_plan_form_objectives` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_plan_form_objectives` | | ALTER TABLE `cbl_assessment_plan_form_objectives` |
| ADD PRIMARY KEY (`assessment_plan_form_objective_id`), | | ADD PRIMARY KEY (`assessment_plan_form_objective_id`), |
| ADD KEY `cbl_assessment_plan_form_objectives_assessment_plan_id_IDX` (`assessment_plan_id`,`assessment_plan_form_id`,`assessment_plan_form_cv_type_id`) USING BTREE; | | ADD KEY `cbl_assessment_plan_form_objectives_assessment_plan_id_IDX` (`assessment_plan_id`,`assessment_plan_form_id`,`assessment_plan_form_cv_type_id`) USING BTREE; |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_plan_form_objective_groups` | | -- Indexes for table `cbl_assessment_plan_form_objective_groups` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_plan_form_objective_groups` | | ALTER TABLE `cbl_assessment_plan_form_objective_groups` |
| ADD PRIMARY KEY (`assessment_plan_form_objective_group_id`), | | ADD PRIMARY KEY (`assessment_plan_form_objective_group_id`), |
| ADD KEY `apfog_assessment_plan_id_fk_1` (`assessment_plan_id`), | | ADD KEY `apfog_assessment_plan_id_fk_1` (`assessment_plan_id`), |
| ADD KEY `apfog_assessment_plan_form_id_fk_2` (`assessment_plan_form_id`), | | ADD KEY `apfog_assessment_plan_form_id_fk_2` (`assessment_plan_form_id`), |
| ADD KEY `apfog_objective_group_id_fk_3` (`objective_group_id`); | | ADD KEY `apfog_objective_group_id_fk_3` (`objective_group_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_plan_lu_cv_types` | | -- Indexes for table `cbl_assessment_plan_lu_cv_types` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_plan_lu_cv_types` | | ALTER TABLE `cbl_assessment_plan_lu_cv_types` |
| ADD PRIMARY KEY (`assessment_plan_cv_type_id`); | | ADD PRIMARY KEY (`assessment_plan_cv_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_plan_objectives` | | -- Indexes for table `cbl_assessment_plan_objectives` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_plan_objectives` | | ALTER TABLE `cbl_assessment_plan_objectives` |
| ADD PRIMARY KEY (`assessment_plan_objective_id`); | | ADD PRIMARY KEY (`assessment_plan_objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_progress` | | -- Indexes for table `cbl_assessment_progress` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_progress` | | ALTER TABLE `cbl_assessment_progress` |
| ADD PRIMARY KEY (`aprogress_id`), | | ADD PRIMARY KEY (`aprogress_id`), |
| ADD KEY `adistribution_id` (`adistribution_id`), | | ADD KEY `adistribution_id` (`adistribution_id`), |
| ADD KEY `adtarget_id` (`adtarget_id`), | | ADD KEY `adtarget_id` (`adtarget_id`), |
| ADD KEY `dassessment_id` (`dassessment_id`), | | ADD KEY `dassessment_id` (`dassessment_id`), |
| ADD KEY `assessor_type_value` (`assessor_type`,`assessor_value`), | | ADD KEY `assessor_type_value` (`assessor_type`,`assessor_value`), |
| ADD KEY `dassessment_values` (`dassessment_id`,`progress_value`,`target_record_id`,`assessor_type`,`assessor_value`), | | ADD KEY `dassessment_values` (`dassessment_id`,`progress_value`,`target_record_id`,`assessor_type`,`assessor_value`), |
| ADD KEY `dassessment_aprogress_type_record_created` (`dassessment_id`,`aprogress_id`,`target_type`,`target_record_id`,`created_date`), | | ADD KEY `dassessment_aprogress_type_record_created` (`dassessment_id`,`aprogress_id`,`target_type`,`target_record_id`,`created_date`), |
| ADD KEY `aprogress_deleted_value` (`aprogress_id`,`deleted_date`,`progress_value`); | | ADD KEY `aprogress_deleted_value` (`aprogress_id`,`deleted_date`,`progress_value`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_progress_approvals` | | -- Indexes for table `cbl_assessment_progress_approvals` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_progress_approvals` | | ALTER TABLE `cbl_assessment_progress_approvals` |
| ADD PRIMARY KEY (`apapproval_id`), | | ADD PRIMARY KEY (`apapproval_id`), |
| ADD KEY `aprogress_id` (`aprogress_id`), | | ADD KEY `aprogress_id` (`aprogress_id`), |
| ADD KEY `adistribution_id` (`adistribution_id`); | | ADD KEY `adistribution_id` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_progress_responses` | | -- Indexes for table `cbl_assessment_progress_responses` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_progress_responses` | | ALTER TABLE `cbl_assessment_progress_responses` |
| ADD PRIMARY KEY (`epresponse_id`), | | ADD PRIMARY KEY (`epresponse_id`), |
| ADD KEY `aprogress_id` (`aprogress_id`), | | ADD KEY `aprogress_id` (`aprogress_id`), |
| ADD KEY `form_id` (`form_id`), | | ADD KEY `form_id` (`form_id`), |
| ADD KEY `adistribution_id` (`adistribution_id`), | | ADD KEY `adistribution_id` (`adistribution_id`), |
| ADD KEY `afelement_id` (`afelement_id`), | | ADD KEY `afelement_id` (`afelement_id`), |
| ADD KEY `iresponse_id` (`iresponse_id`), | | ADD KEY `iresponse_id` (`iresponse_id`), |
| ADD KEY `aprogress_form_deleted` (`aprogress_id`,`form_id`,`deleted_date`); | | ADD KEY `aprogress_form_deleted` (`aprogress_id`,`form_id`,`deleted_date`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_rating_scale` | | -- Indexes for table `cbl_assessment_rating_scale` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_rating_scale` | | ALTER TABLE `cbl_assessment_rating_scale` |
| ADD PRIMARY KEY (`rating_scale_id`), | | ADD PRIMARY KEY (`rating_scale_id`), |
| ADD KEY `rating_scale_type` (`rating_scale_type`); | | ADD KEY `rating_scale_type` (`rating_scale_type`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_rating_scale_authors` | | -- Indexes for table `cbl_assessment_rating_scale_authors` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_rating_scale_authors` | | ALTER TABLE `cbl_assessment_rating_scale_authors` |
| ADD PRIMARY KEY (`rating_scale_author_id`); | | ADD PRIMARY KEY (`rating_scale_author_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_rating_scale_responses` | | -- Indexes for table `cbl_assessment_rating_scale_responses` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_rating_scale_responses` | | ALTER TABLE `cbl_assessment_rating_scale_responses` |
| ADD PRIMARY KEY (`rating_scale_response_id`), | | ADD PRIMARY KEY (`rating_scale_response_id`), |
| ADD KEY `ind_rating_scale_id` (`rating_scale_id`), | | ADD KEY `ind_rating_scale_id` (`rating_scale_id`), |
| ADD KEY `ardescriptor_id` (`ardescriptor_id`), | | ADD KEY `ardescriptor_id` (`ardescriptor_id`), |
| ADD KEY `weight` (`weight`); | | ADD KEY `weight` (`weight`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_reports` | | -- Indexes for table `cbl_assessment_reports` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_reports` | | ALTER TABLE `cbl_assessment_reports` |
| ADD PRIMARY KEY (`areport_id`); | | ADD PRIMARY KEY (`areport_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_report_audience` | | -- Indexes for table `cbl_assessment_report_audience` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_report_audience` | | ALTER TABLE `cbl_assessment_report_audience` |
| ADD PRIMARY KEY (`araudience_id`), | | ADD PRIMARY KEY (`araudience_id`), |
| ADD KEY `areport_id` (`areport_id`); | | ADD KEY `areport_id` (`areport_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_report_caches` | | -- Indexes for table `cbl_assessment_report_caches` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_report_caches` | | ALTER TABLE `cbl_assessment_report_caches` |
| ADD PRIMARY KEY (`arcache_id`), | | ADD PRIMARY KEY (`arcache_id`), |
| ADD KEY `report_key` (`report_key`), | | ADD KEY `report_key` (`report_key`), |
| ADD KEY `proxy_id_target_type_target_value_report_meta_hash` (`target_type`,`target_value`,`report_meta_hash`), | | ADD KEY `proxy_id_target_type_target_value_report_meta_hash` (`target_type`,`target_value`,`report_meta_hash`), |
| ADD KEY `proxy_id_target_type_target_value_report_param_hash` (`target_type`,`target_value`,`report_param_hash`); | | ADD KEY `proxy_id_target_type_target_value_report_param_hash` (`target_type`,`target_value`,`report_param_hash`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_report_sources` | | -- Indexes for table `cbl_assessment_report_sources` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_report_sources` | | ALTER TABLE `cbl_assessment_report_sources` |
| ADD PRIMARY KEY (`arsource_id`), | | ADD PRIMARY KEY (`arsource_id`), |
| ADD KEY `areport_id` (`areport_id`); | | ADD KEY `areport_id` (`areport_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_report_source_targets` | | -- Indexes for table `cbl_assessment_report_source_targets` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_report_source_targets` | | ALTER TABLE `cbl_assessment_report_source_targets` |
| ADD PRIMARY KEY (`adtarget_id`), | | ADD PRIMARY KEY (`adtarget_id`), |
| ADD KEY `arsource_id` (`arsource_id`), | | ADD KEY `arsource_id` (`arsource_id`), |
| ADD KEY `areport_id` (`areport_id`); | | ADD KEY `areport_id` (`areport_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_rubric_authors` | | -- Indexes for table `cbl_assessment_rubric_authors` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_rubric_authors` | | ALTER TABLE `cbl_assessment_rubric_authors` |
| ADD PRIMARY KEY (`arauthor_id`), | | ADD PRIMARY KEY (`arauthor_id`), |
| ADD KEY `rubric_id` (`rubric_id`); | | ADD KEY `rubric_id` (`rubric_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_rubric_items` | | -- Indexes for table `cbl_assessment_rubric_items` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_rubric_items` | | ALTER TABLE `cbl_assessment_rubric_items` |
| ADD PRIMARY KEY (`aritem_id`), | | ADD PRIMARY KEY (`aritem_id`), |
| ADD KEY `rubric_id` (`rubric_id`), | | ADD KEY `rubric_id` (`rubric_id`), |
| ADD KEY `item_id` (`item_id`); | | ADD KEY `item_id` (`item_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_ss_existing_tasks` | | -- Indexes for table `cbl_assessment_ss_existing_tasks` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_ss_existing_tasks` | | ALTER TABLE `cbl_assessment_ss_existing_tasks` |
| ADD PRIMARY KEY (`existing_task_id`); | | ADD PRIMARY KEY (`existing_task_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_ss_future_tasks` | | -- Indexes for table `cbl_assessment_ss_future_tasks` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_ss_future_tasks` | | ALTER TABLE `cbl_assessment_ss_future_tasks` |
| ADD PRIMARY KEY (`future_task_id`), | | ADD PRIMARY KEY (`future_task_id`), |
| ADD KEY `cbl_assessment_future_tasks_ibfk_1` (`adistribution_id`); | | ADD KEY `cbl_assessment_future_tasks_ibfk_1` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessment_type_organisations` | | -- Indexes for table `cbl_assessment_type_organisations` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_type_organisations` | | ALTER TABLE `cbl_assessment_type_organisations` |
| ADD PRIMARY KEY (`atype_organisation_id`), | | ADD PRIMARY KEY (`atype_organisation_id`), |
| ADD KEY `assessment_type_id` (`assessment_type_id`), | | ADD KEY `assessment_type_id` (`assessment_type_id`), |
| ADD KEY `organisation_id` (`organisation_id`), | | ADD KEY `organisation_id` (`organisation_id`), |
| ADD KEY `organisation_id_2` (`organisation_id`,`assessment_type_id`); | | ADD KEY `organisation_id_2` (`organisation_id`,`assessment_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_assessor_target_feedback` | | -- Indexes for table `cbl_assessor_target_feedback` |
| -- | | -- |
| ALTER TABLE `cbl_assessor_target_feedback` | | ALTER TABLE `cbl_assessor_target_feedback` |
| ADD PRIMARY KEY (`atfeedback_id`); | | ADD PRIMARY KEY (`atfeedback_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_cbme_upload_history` | | -- Indexes for table `cbl_cbme_upload_history` |
| -- | | -- |
| ALTER TABLE `cbl_cbme_upload_history` | | ALTER TABLE `cbl_cbme_upload_history` |
| ADD PRIMARY KEY (`created_by`,`created_date`); | | ADD PRIMARY KEY (`created_by`,`created_date`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_course_contacts` | | -- Indexes for table `cbl_course_contacts` |
| -- | | -- |
| ALTER TABLE `cbl_course_contacts` | | ALTER TABLE `cbl_course_contacts` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `course_value_type` (`course_id`,`assessor_type`,`assessor_value`); | | ADD KEY `course_value_type` (`course_id`,`assessor_type`,`assessor_value`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_delivery_schedule` | | -- Indexes for table `cbl_delivery_schedule` |
| -- | | -- |
| ALTER TABLE `cbl_delivery_schedule` | | ALTER TABLE `cbl_delivery_schedule` |
| ADD PRIMARY KEY (`delivery_schedule_id`), | | ADD PRIMARY KEY (`delivery_schedule_id`), |
| ADD KEY `target_type_schedule_id` (`target_type`,`schedule_id`); | | ADD KEY `target_type_schedule_id` (`target_type`,`schedule_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_distribution_assessments` | | -- Indexes for table `cbl_distribution_assessments` |
| -- | | -- |
| ALTER TABLE `cbl_distribution_assessments` | | ALTER TABLE `cbl_distribution_assessments` |
| ADD PRIMARY KEY (`dassessment_id`), | | ADD PRIMARY KEY (`dassessment_id`), |
| ADD KEY `form_id` (`form_id`), | | ADD KEY `form_id` (`form_id`), |
| ADD KEY `associated_record_type_id` (`associated_record_id`,`associated_record_type`), | | ADD KEY `associated_record_type_id` (`associated_record_id`,`associated_record_type`), |
| ADD KEY `forwarded_from_assessment_id` (`forwarded_from_assessment_id`), | | ADD KEY `forwarded_from_assessment_id` (`forwarded_from_assessment_id`), |
| ADD KEY `cbl_distribution_assessments_course_id_IDX` (`course_id`,`assessor_type`) USING BTREE; | | ADD KEY `cbl_distribution_assessments_course_id_IDX` (`course_id`,`assessor_type`) USING BTREE; |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_distribution_assessment_assessors` | | -- Indexes for table `cbl_distribution_assessment_assessors` |
| -- | | -- |
| ALTER TABLE `cbl_distribution_assessment_assessors` | | ALTER TABLE `cbl_distribution_assessment_assessors` |
| ADD PRIMARY KEY (`aassessor_id`), | | ADD PRIMARY KEY (`aassessor_id`), |
| ADD KEY `cbl_distribution_assessment_assessors_ibfk_1` (`adistribution_id`); | | ADD KEY `cbl_distribution_assessment_assessors_ibfk_1` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_distribution_assessment_options` | | -- Indexes for table `cbl_distribution_assessment_options` |
| -- | | -- |
| ALTER TABLE `cbl_distribution_assessment_options` | | ALTER TABLE `cbl_distribution_assessment_options` |
| ADD PRIMARY KEY (`daoption_id`), | | ADD PRIMARY KEY (`daoption_id`), |
| ADD KEY `adistribution_id` (`adistribution_id`), | | ADD KEY `adistribution_id` (`adistribution_id`), |
| ADD KEY `dassessment_id` (`dassessment_id`), | | ADD KEY `dassessment_id` (`dassessment_id`), |
| ADD KEY `actor_id` (`actor_id`), | | ADD KEY `actor_id` (`actor_id`), |
| ADD KEY `option_name` (`option_name`); | | ADD KEY `option_name` (`option_name`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_distribution_assessment_targets` | | -- Indexes for table `cbl_distribution_assessment_targets` |
| -- | | -- |
| ALTER TABLE `cbl_distribution_assessment_targets` | | ALTER TABLE `cbl_distribution_assessment_targets` |
| ADD PRIMARY KEY (`atarget_id`), | | ADD PRIMARY KEY (`atarget_id`), |
| ADD KEY `cbl_distribution_assessment_targets_ibfk_1` (`adistribution_id`), | | ADD KEY `cbl_distribution_assessment_targets_ibfk_1` (`adistribution_id`), |
| ADD KEY `target_type` (`target_type`,`target_value`), | | ADD KEY `target_type` (`target_type`,`target_value`), |
| ADD KEY `dassessment_id` (`dassessment_id`), | | ADD KEY `dassessment_id` (`dassessment_id`), |
| ADD KEY `type_value_dassessment` (`target_type`,`target_value`,`dassessment_id`), | | ADD KEY `type_value_dassessment` (`target_type`,`target_value`,`dassessment_id`), |
| ADD KEY `dassessment_type_deleted` (`dassessment_id`,`task_type`,`deleted_date`); | | ADD KEY `dassessment_type_deleted` (`dassessment_id`,`task_type`,`deleted_date`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_distribution_groups` | | -- Indexes for table `cbl_distribution_groups` |
| -- | | -- |
| ALTER TABLE `cbl_distribution_groups` | | ALTER TABLE `cbl_distribution_groups` |
| ADD PRIMARY KEY (`distribution_group_id`); | | ADD PRIMARY KEY (`distribution_group_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_distribution_group_distributions` | | -- Indexes for table `cbl_distribution_group_distributions` |
| -- | | -- |
| ALTER TABLE `cbl_distribution_group_distributions` | | ALTER TABLE `cbl_distribution_group_distributions` |
| ADD PRIMARY KEY (`distribution_group_distribution_id`), | | ADD PRIMARY KEY (`distribution_group_distribution_id`), |
| ADD KEY `adistribution_id` (`adistribution_id`), | | ADD KEY `adistribution_id` (`adistribution_id`), |
| ADD KEY `distribution_group_id` (`distribution_group_id`); | | ADD KEY `distribution_group_id` (`distribution_group_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_external_assessors` | | -- Indexes for table `cbl_external_assessors` |
| -- | | -- |
| ALTER TABLE `cbl_external_assessors` | | ALTER TABLE `cbl_external_assessors` |
| ADD PRIMARY KEY (`eassessor_id`); | | ADD PRIMARY KEY (`eassessor_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_external_assessor_email_history` | | -- Indexes for table `cbl_external_assessor_email_history` |
| -- | | -- |
| ALTER TABLE `cbl_external_assessor_email_history` | | ALTER TABLE `cbl_external_assessor_email_history` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_learner_objectives_completion` | | -- Indexes for table `cbl_learner_objectives_completion` |
| -- | | -- |
| ALTER TABLE `cbl_learner_objectives_completion` | | ALTER TABLE `cbl_learner_objectives_completion` |
| ADD PRIMARY KEY (`lo_completion_id`), | | ADD PRIMARY KEY (`lo_completion_id`), |
| ADD KEY `proxy_id` (`proxy_id`,`objective_id`); | | ADD KEY `proxy_id` (`proxy_id`,`objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_learner_objectives_completion_files` | | -- Indexes for table `cbl_learner_objectives_completion_files` |
| -- | | -- |
| ALTER TABLE `cbl_learner_objectives_completion_files` | | ALTER TABLE `cbl_learner_objectives_completion_files` |
| ADD PRIMARY KEY (`learner_objectives_completion_file_id`), | | ADD PRIMARY KEY (`learner_objectives_completion_file_id`), |
| ADD KEY `lo_completion_id` (`lo_completion_id`); | | ADD KEY `lo_completion_id` (`lo_completion_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_learner_objectives_self_assessments` | | -- Indexes for table `cbl_learner_objectives_self_assessments` |
| -- | | -- |
| ALTER TABLE `cbl_learner_objectives_self_assessments` | | ALTER TABLE `cbl_learner_objectives_self_assessments` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `proxy_id` (`proxy_id`,`objective_id`); | | ADD KEY `proxy_id` (`proxy_id`,`objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_learner_objectives_self_assessment_files` | | -- Indexes for table `cbl_learner_objectives_self_assessment_files` |
| -- | | -- |
| ALTER TABLE `cbl_learner_objectives_self_assessment_files` | | ALTER TABLE `cbl_learner_objectives_self_assessment_files` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_learner_objectives_self_assessment_views` | | -- Indexes for table `cbl_learner_objectives_self_assessment_views` |
| -- | | -- |
| ALTER TABLE `cbl_learner_objectives_self_assessment_views` | | ALTER TABLE `cbl_learner_objectives_self_assessment_views` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_leave_tracking` | | -- Indexes for table `cbl_leave_tracking` |
| -- | | -- |
| ALTER TABLE `cbl_leave_tracking` | | ALTER TABLE `cbl_leave_tracking` |
| ADD PRIMARY KEY (`leave_id`); | | ADD PRIMARY KEY (`leave_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_likes` | | -- Indexes for table `cbl_likes` |
| -- | | -- |
| ALTER TABLE `cbl_likes` | | ALTER TABLE `cbl_likes` |
| ADD PRIMARY KEY (`like_id`), | | ADD PRIMARY KEY (`like_id`), |
| ADD KEY `aprogress_id` (`aprogress_id`); | | ADD KEY `aprogress_id` (`aprogress_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_linked_assessments` | | -- Indexes for table `cbl_linked_assessments` |
| -- | | -- |
| ALTER TABLE `cbl_linked_assessments` | | ALTER TABLE `cbl_linked_assessments` |
| ADD PRIMARY KEY (`link_id`), | | ADD PRIMARY KEY (`link_id`), |
| ADD KEY `originating_id` (`originating_id`); | | ADD KEY `originating_id` (`originating_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_linked_distributions` | | -- Indexes for table `cbl_linked_distributions` |
| -- | | -- |
| ALTER TABLE `cbl_linked_distributions` | | ALTER TABLE `cbl_linked_distributions` |
| ADD PRIMARY KEY (`link_id`), | | ADD PRIMARY KEY (`link_id`), |
| ADD KEY `originating_id` (`originating_id`); | | ADD KEY `originating_id` (`originating_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_lu_leave_tracking_types` | | -- Indexes for table `cbl_lu_leave_tracking_types` |
| -- | | -- |
| ALTER TABLE `cbl_lu_leave_tracking_types` | | ALTER TABLE `cbl_lu_leave_tracking_types` |
| ADD PRIMARY KEY (`type_id`); | | ADD PRIMARY KEY (`type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_meeting_files` | | -- Indexes for table `cbl_meeting_files` |
| -- | | -- |
| ALTER TABLE `cbl_meeting_files` | | ALTER TABLE `cbl_meeting_files` |
| ADD PRIMARY KEY (`meeting_file_id`), | | ADD PRIMARY KEY (`meeting_file_id`), |
| ADD KEY `meeting_id` (`meeting_id`); | | ADD KEY `meeting_id` (`meeting_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_pins` | | -- Indexes for table `cbl_pins` |
| -- | | -- |
| ALTER TABLE `cbl_pins` | | ALTER TABLE `cbl_pins` |
| ADD PRIMARY KEY (`pin_id`), | | ADD PRIMARY KEY (`pin_id`), |
| ADD KEY `aprogress_id` (`aprogress_id`); | | ADD KEY `aprogress_id` (`aprogress_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_read` | | -- Indexes for table `cbl_read` |
| -- | | -- |
| ALTER TABLE `cbl_read` | | ALTER TABLE `cbl_read` |
| ADD PRIMARY KEY (`read_id`), | | ADD PRIMARY KEY (`read_id`), |
| ADD KEY `aprogress_id` (`aprogress_id`); | | ADD KEY `aprogress_id` (`aprogress_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule` | | -- Indexes for table `cbl_schedule` |
| -- | | -- |
| ALTER TABLE `cbl_schedule` | | ALTER TABLE `cbl_schedule` |
| ADD PRIMARY KEY (`schedule_id`), | | ADD PRIMARY KEY (`schedule_id`), |
| ADD KEY `schedule_parent_id` (`schedule_parent_id`), | | ADD KEY `schedule_parent_id` (`schedule_parent_id`), |
| ADD KEY `draft_id` (`draft_id`), | | ADD KEY `draft_id` (`draft_id`), |
| ADD KEY `start_date_end_date` (`start_date`,`end_date`), | | ADD KEY `start_date_end_date` (`start_date`,`end_date`), |
| ADD KEY `cbl_schedule_title_ids` (`title`,`schedule_type`) USING BTREE; | | ADD KEY `cbl_schedule_title_ids` (`title`,`schedule_type`) USING BTREE; |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_audience` | | -- Indexes for table `cbl_schedule_audience` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_audience` | | ALTER TABLE `cbl_schedule_audience` |
| ADD PRIMARY KEY (`saudience_id`), | | ADD PRIMARY KEY (`saudience_id`), |
| ADD KEY `audience_type` (`audience_type`,`audience_value`), | | ADD KEY `audience_type` (`audience_type`,`audience_value`), |
| ADD KEY `schedule_id` (`schedule_id`); | | ADD KEY `schedule_id` (`schedule_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_audience_history` | | -- Indexes for table `cbl_schedule_audience_history` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_audience_history` | | ALTER TABLE `cbl_schedule_audience_history` |
| ADD PRIMARY KEY (`sahistory_id`), | | ADD PRIMARY KEY (`sahistory_id`), |
| ADD UNIQUE KEY `sahistory_id_UNIQUE` (`sahistory_id`); | | ADD UNIQUE KEY `sahistory_id_UNIQUE` (`sahistory_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_course_objectives` | | -- Indexes for table `cbl_schedule_course_objectives` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_course_objectives` | | ALTER TABLE `cbl_schedule_course_objectives` |
| ADD PRIMARY KEY (`sco_id`), | | ADD PRIMARY KEY (`sco_id`), |
| ADD KEY `schedule_id` (`schedule_id`), | | ADD KEY `schedule_id` (`schedule_id`), |
| ADD KEY `cbl_schedule_course_objectives_likelihood_id` (`likelihood_id`); | | ADD KEY `cbl_schedule_course_objectives_likelihood_id` (`likelihood_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_drafts` | | -- Indexes for table `cbl_schedule_drafts` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_drafts` | | ALTER TABLE `cbl_schedule_drafts` |
| ADD PRIMARY KEY (`cbl_schedule_draft_id`); | | ADD PRIMARY KEY (`cbl_schedule_draft_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_draft_authors` | | -- Indexes for table `cbl_schedule_draft_authors` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_draft_authors` | | ALTER TABLE `cbl_schedule_draft_authors` |
| ADD PRIMARY KEY (`cbl_schedule_draft_author_id`); | | ADD PRIMARY KEY (`cbl_schedule_draft_author_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_draft_courses` | | -- Indexes for table `cbl_schedule_draft_courses` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_draft_courses` | | ALTER TABLE `cbl_schedule_draft_courses` |
| ADD PRIMARY KEY (`cbl_schedule_course_id`), | | ADD PRIMARY KEY (`cbl_schedule_course_id`), |
| ADD KEY `cbl_schedule_draft_id` (`cbl_schedule_draft_id`), | | ADD KEY `cbl_schedule_draft_id` (`cbl_schedule_draft_id`), |
| ADD KEY `course_id` (`course_id`); | | ADD KEY `course_id` (`course_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_files` | | -- Indexes for table `cbl_schedule_files` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_files` | | ALTER TABLE `cbl_schedule_files` |
| ADD PRIMARY KEY (`schedule_file_id`), | | ADD PRIMARY KEY (`schedule_file_id`), |
| ADD KEY `schedule_id` (`schedule_id`); | | ADD KEY `schedule_id` (`schedule_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_lu_block_types` | | -- Indexes for table `cbl_schedule_lu_block_types` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_lu_block_types` | | ALTER TABLE `cbl_schedule_lu_block_types` |
| ADD PRIMARY KEY (`block_type_id`); | | ADD PRIMARY KEY (`block_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_sites` | | -- Indexes for table `cbl_schedule_sites` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_sites` | | ALTER TABLE `cbl_schedule_sites` |
| ADD PRIMARY KEY (`cssite_id`), | | ADD PRIMARY KEY (`cssite_id`), |
| ADD KEY `cbl_schedule_sites_schedule_id` (`schedule_id`), | | ADD KEY `cbl_schedule_sites_schedule_id` (`schedule_id`), |
| ADD KEY `cbl_schedule_slots_site_id` (`site_id`); | | ADD KEY `cbl_schedule_slots_site_id` (`site_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_slots` | | -- Indexes for table `cbl_schedule_slots` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_slots` | | ALTER TABLE `cbl_schedule_slots` |
| ADD PRIMARY KEY (`schedule_slot_id`), | | ADD PRIMARY KEY (`schedule_slot_id`), |
| ADD UNIQUE KEY `code_UNIQUE` (`code`), | | ADD UNIQUE KEY `code_UNIQUE` (`code`), |
| ADD KEY `schedule_id` (`schedule_id`), | | ADD KEY `schedule_id` (`schedule_id`), |
| ADD KEY `code_INDEX` (`code`); | | ADD KEY `code_INDEX` (`code`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_schedule_slot_types` | | -- Indexes for table `cbl_schedule_slot_types` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_slot_types` | | ALTER TABLE `cbl_schedule_slot_types` |
| ADD PRIMARY KEY (`slot_type_id`); | | ADD PRIMARY KEY (`slot_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbl_student_meetings_download_log` | | -- Indexes for table `cbl_student_meetings_download_log` |
| -- | | -- |
| ALTER TABLE `cbl_student_meetings_download_log` | | ALTER TABLE `cbl_student_meetings_download_log` |
| ADD PRIMARY KEY (`download_id`), | | ADD PRIMARY KEY (`download_id`), |
| ADD KEY `meeting_id` (`meeting_id`); | | ADD KEY `meeting_id` (`meeting_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_course_objectives` | | -- Indexes for table `cbme_course_objectives` |
| -- | | -- |
| ALTER TABLE `cbme_course_objectives` | | ALTER TABLE `cbme_course_objectives` |
| ADD PRIMARY KEY (`cbme_course_objective_id`), | | ADD PRIMARY KEY (`cbme_course_objective_id`), |
| ADD KEY `objective_id` (`objective_id`); | | ADD KEY `objective_id` (`objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_learner_epa_progress` | | -- Indexes for table `cbme_learner_epa_progress` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_progress` | | ALTER TABLE `cbme_learner_epa_progress` |
| ADD PRIMARY KEY (`learner_epa_progress_id`), | | ADD PRIMARY KEY (`learner_epa_progress_id`), |
| ADD KEY `clep_learner_stage_progress_id_fk_1` (`learner_stage_progress_id`); | | ADD KEY `clep_learner_stage_progress_id_fk_1` (`learner_stage_progress_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_learner_epa_progress_history` | | -- Indexes for table `cbme_learner_epa_progress_history` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_progress_history` | | ALTER TABLE `cbme_learner_epa_progress_history` |
| ADD PRIMARY KEY (`lep_history_id`); | | ADD PRIMARY KEY (`lep_history_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_learner_epa_requirements_progress_totals` | | -- Indexes for table `cbme_learner_epa_requirements_progress_totals` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_requirements_progress_totals` | | ALTER TABLE `cbme_learner_epa_requirements_progress_totals` |
| ADD PRIMARY KEY (`learner_epa_requirements_progress_totals_id`), | | ADD PRIMARY KEY (`learner_epa_requirements_progress_totals_id`), |
| ADD KEY `clerpt_learner_epa_progress_id_fk_1` (`learner_epa_progress_id`); | | ADD KEY `clerpt_learner_epa_progress_id_fk_1` (`learner_epa_progress_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_learner_epa_requirements_progress_totals_history` | | -- Indexes for table `cbme_learner_epa_requirements_progress_totals_history` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_requirements_progress_totals_history` | | ALTER TABLE `cbme_learner_epa_requirements_progress_totals_history` |
| ADD PRIMARY KEY (`lerpt_history_id`); | | ADD PRIMARY KEY (`lerpt_history_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_learner_epa_requirement_matching_assessments` | | -- Indexes for table `cbme_learner_epa_requirement_matching_assessments` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_requirement_matching_assessments` | | ALTER TABLE `cbme_learner_epa_requirement_matching_assessments` |
| ADD PRIMARY KEY (`learner_epa_requirement_matching_assessments_id`), | | ADD PRIMARY KEY (`learner_epa_requirement_matching_assessments_id`), |
| ADD KEY `clerma_learner_epa_requirement_progress_id_fk_1` (`learner_epa_requirement_progress_id`); | | ADD KEY `clerma_learner_epa_requirement_progress_id_fk_1` (`learner_epa_requirement_progress_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_learner_epa_requirement_matching_assessments_history` | | -- Indexes for table `cbme_learner_epa_requirement_matching_assessments_history` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_requirement_matching_assessments_history` | | ALTER TABLE `cbme_learner_epa_requirement_matching_assessments_history` |
| ADD PRIMARY KEY (`lerma_history_id`); | | ADD PRIMARY KEY (`lerma_history_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_learner_epa_requirement_progress` | | -- Indexes for table `cbme_learner_epa_requirement_progress` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_requirement_progress` | | ALTER TABLE `cbme_learner_epa_requirement_progress` |
| ADD PRIMARY KEY (`learner_epa_requirement_progress_id`), | | ADD PRIMARY KEY (`learner_epa_requirement_progress_id`), |
| ADD KEY `clerp_learner_epa_progress_id_fk_1` (`learner_epa_progress_id`); | | ADD KEY `clerp_learner_epa_progress_id_fk_1` (`learner_epa_progress_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_learner_epa_requirement_progress_history` | | -- Indexes for table `cbme_learner_epa_requirement_progress_history` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_requirement_progress_history` | | ALTER TABLE `cbme_learner_epa_requirement_progress_history` |
| ADD PRIMARY KEY (`lerp_history_id`); | | ADD PRIMARY KEY (`lerp_history_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_learner_stage_progress` | | -- Indexes for table `cbme_learner_stage_progress` |
| -- | | -- |
| ALTER TABLE `cbme_learner_stage_progress` | | ALTER TABLE `cbme_learner_stage_progress` |
| ADD PRIMARY KEY (`learner_stage_progress_id`); | | ADD PRIMARY KEY (`learner_stage_progress_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_learner_stage_progress_history` | | -- Indexes for table `cbme_learner_stage_progress_history` |
| -- | | -- |
| ALTER TABLE `cbme_learner_stage_progress_history` | | ALTER TABLE `cbme_learner_stage_progress_history` |
| ADD PRIMARY KEY (`lsp_history_id`); | | ADD PRIMARY KEY (`lsp_history_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_lu_objective_statuses` | | -- Indexes for table `cbme_lu_objective_statuses` |
| -- | | -- |
| ALTER TABLE `cbme_lu_objective_statuses` | | ALTER TABLE `cbme_lu_objective_statuses` |
| ADD PRIMARY KEY (`cbme_lu_objective_status_id`), | | ADD PRIMARY KEY (`cbme_lu_objective_status_id`), |
| ADD KEY `status` (`status`); | | ADD KEY `status` (`status`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_objective_groups` | | -- Indexes for table `cbme_objective_groups` |
| -- | | -- |
| ALTER TABLE `cbme_objective_groups` | | ALTER TABLE `cbme_objective_groups` |
| ADD PRIMARY KEY (`objective_group_id`); | | ADD PRIMARY KEY (`objective_group_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_objective_group_objectives` | | -- Indexes for table `cbme_objective_group_objectives` |
| -- | | -- |
| ALTER TABLE `cbme_objective_group_objectives` | | ALTER TABLE `cbme_objective_group_objectives` |
| ADD PRIMARY KEY (`cbme_objective_group_objective_id`); | | ADD PRIMARY KEY (`cbme_objective_group_objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_objective_trees` | | -- Indexes for table `cbme_objective_trees` |
| -- | | -- |
| ALTER TABLE `cbme_objective_trees` | | ALTER TABLE `cbme_objective_trees` |
| ADD PRIMARY KEY (`cbme_objective_tree_id`), | | ADD PRIMARY KEY (`cbme_objective_tree_id`), |
| ADD KEY `lft` (`left`,`right`), | | ADD KEY `lft` (`left`,`right`), |
| ADD KEY `objective_id` (`objective_id`), | | ADD KEY `objective_id` (`objective_id`), |
| ADD KEY `depth` (`depth`,`left`,`right`), | | ADD KEY `depth` (`depth`,`left`,`right`), |
| ADD KEY `tree_id` (`tree_id`), | | ADD KEY `tree_id` (`tree_id`), |
| ADD KEY `organisation_id` (`organisation_id`,`course_id`), | | ADD KEY `organisation_id` (`organisation_id`,`course_id`), |
| ADD KEY `tree_id_2` (`tree_id`,`organisation_id`,`course_id`), | | ADD KEY `tree_id_2` (`tree_id`,`organisation_id`,`course_id`), |
| ADD KEY `primary_2` (`primary`), | | ADD KEY `primary_2` (`primary`), |
| ADD KEY `tree_org_course_left` (`tree_id`,`organisation_id`,`course_id`,`left`), | | ADD KEY `tree_org_course_left` (`tree_id`,`organisation_id`,`course_id`,`left`), |
| ADD KEY `left_right_otid_tree_deleted` (`left`,`right`,`cbme_objective_tree_id`,`tree_id`,`deleted_date`); | | ADD KEY `left_right_otid_tree_deleted` (`left`,`right`,`cbme_objective_tree_id`,`tree_id`,`deleted_date`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_objective_tree_aggregates` | | -- Indexes for table `cbme_objective_tree_aggregates` |
| -- | | -- |
| ALTER TABLE `cbme_objective_tree_aggregates` | | ALTER TABLE `cbme_objective_tree_aggregates` |
| ADD PRIMARY KEY (`cbme_objective_tree_aggregate_id`), | | ADD PRIMARY KEY (`cbme_objective_tree_aggregate_id`), |
| ADD KEY `lft` (`left`,`right`), | | ADD KEY `lft` (`left`,`right`), |
| ADD KEY `objective_id` (`objective_id`), | | ADD KEY `objective_id` (`objective_id`), |
| ADD KEY `depth` (`depth`,`left`,`right`), | | ADD KEY `depth` (`depth`,`left`,`right`), |
| ADD KEY `tree_id` (`tree_id`), | | ADD KEY `tree_id` (`tree_id`), |
| ADD KEY `organisation_id` (`organisation_id`,`course_id`), | | ADD KEY `organisation_id` (`organisation_id`,`course_id`), |
| ADD KEY `tree_id_2` (`tree_id`,`organisation_id`,`course_id`), | | ADD KEY `tree_id_2` (`tree_id`,`organisation_id`,`course_id`), |
| ADD KEY `tree_version_viewer` (`tree_version_id`,`tree_viewer_type`,`tree_viewer_value`), | | ADD KEY `tree_version_viewer` (`tree_version_id`,`tree_viewer_type`,`tree_viewer_value`), |
| ADD KEY `cbme_objective_tree_id` (`cbme_objective_tree_id`); | | ADD KEY `cbme_objective_tree_id` (`cbme_objective_tree_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_objective_tree_map_branches` | | -- Indexes for table `cbme_objective_tree_map_branches` |
| -- | | -- |
| ALTER TABLE `cbme_objective_tree_map_branches` | | ALTER TABLE `cbme_objective_tree_map_branches` |
| ADD PRIMARY KEY (`cbme_objective_tree_map_branch_id`); | | ADD PRIMARY KEY (`cbme_objective_tree_map_branch_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_objective_tree_modifiers` | | -- Indexes for table `cbme_objective_tree_modifiers` |
| -- | | -- |
| ALTER TABLE `cbme_objective_tree_modifiers` | | ALTER TABLE `cbme_objective_tree_modifiers` |
| ADD PRIMARY KEY (`cbme_objective_tree_modifier_id`), | | ADD PRIMARY KEY (`cbme_objective_tree_modifier_id`), |
| ADD KEY `tree_viewer_type` (`tree_viewer_type`,`tree_viewer_value`), | | ADD KEY `tree_viewer_type` (`tree_viewer_type`,`tree_viewer_value`), |
| ADD KEY `node_exclusion_id` (`node_exclusion_id`), | | ADD KEY `node_exclusion_id` (`node_exclusion_id`), |
| ADD KEY `node_inclusion_id` (`node_inclusion_id`), | | ADD KEY `node_inclusion_id` (`node_inclusion_id`), |
| ADD KEY `node_inclusion_id_2` (`node_inclusion_id`,`tree_viewer_type`,`tree_viewer_value`); | | ADD KEY `node_inclusion_id_2` (`node_inclusion_id`,`tree_viewer_type`,`tree_viewer_value`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_objective_tree_node_versions` | | -- Indexes for table `cbme_objective_tree_node_versions` |
| -- | | -- |
| ALTER TABLE `cbme_objective_tree_node_versions` | | ALTER TABLE `cbme_objective_tree_node_versions` |
| ADD PRIMARY KEY (`cbme_objective_tree_node_version_id`), | | ADD PRIMARY KEY (`cbme_objective_tree_node_version_id`), |
| ADD KEY `cbme_objective_tree_version_id` (`cbme_objective_tree_version_id`), | | ADD KEY `cbme_objective_tree_version_id` (`cbme_objective_tree_version_id`), |
| ADD KEY `cbme_objective_tree_id` (`cbme_objective_tree_id`,`cbme_objective_tree_version_id`); | | ADD KEY `cbme_objective_tree_id` (`cbme_objective_tree_id`,`cbme_objective_tree_version_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_objective_tree_versions` | | -- Indexes for table `cbme_objective_tree_versions` |
| -- | | -- |
| ALTER TABLE `cbme_objective_tree_versions` | | ALTER TABLE `cbme_objective_tree_versions` |
| ADD PRIMARY KEY (`cbme_objective_tree_version_id`), | | ADD PRIMARY KEY (`cbme_objective_tree_version_id`), |
| ADD KEY `tree_id` (`tree_id`); | | ADD KEY `tree_id` (`tree_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_objective_tree_version_audit` | | -- Indexes for table `cbme_objective_tree_version_audit` |
| -- | | -- |
| ALTER TABLE `cbme_objective_tree_version_audit` | | ALTER TABLE `cbme_objective_tree_version_audit` |
| ADD PRIMARY KEY (`cbme_objective_tree_version_audit_id`); | | ADD PRIMARY KEY (`cbme_objective_tree_version_audit_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_objective_tree_version_changes` | | -- Indexes for table `cbme_objective_tree_version_changes` |
| -- | | -- |
| ALTER TABLE `cbme_objective_tree_version_changes` | | ALTER TABLE `cbme_objective_tree_version_changes` |
| ADD PRIMARY KEY (`cbme_objective_tree_version_change_id`), | | ADD PRIMARY KEY (`cbme_objective_tree_version_change_id`), |
| ADD KEY `objective_id` (`objective_id`), | | ADD KEY `objective_id` (`objective_id`), |
| ADD KEY `course_objectivetreeid_status` (`objective_status_id`,`cbme_objective_tree_id`,`course_id`); | | ADD KEY `course_objectivetreeid_status` (`objective_status_id`,`cbme_objective_tree_id`,`course_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_objective_tree_version_statuses` | | -- Indexes for table `cbme_objective_tree_version_statuses` |
| -- | | -- |
| ALTER TABLE `cbme_objective_tree_version_statuses` | | ALTER TABLE `cbme_objective_tree_version_statuses` |
| ADD PRIMARY KEY (`cbme_objective_tree_version_status_id`); | | ADD PRIMARY KEY (`cbme_objective_tree_version_status_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_procedure_epa_attributes` | | -- Indexes for table `cbme_procedure_epa_attributes` |
| -- | | -- |
| ALTER TABLE `cbme_procedure_epa_attributes` | | ALTER TABLE `cbme_procedure_epa_attributes` |
| ADD PRIMARY KEY (`epa_attribute_id`); | | ADD PRIMARY KEY (`epa_attribute_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_schedule_stats` | | -- Indexes for table `cbme_schedule_stats` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats` | | ALTER TABLE `cbme_schedule_stats` |
| ADD PRIMARY KEY (`schedule_stats_id`); | | ADD PRIMARY KEY (`schedule_stats_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_schedule_stats_completion_status` | | -- Indexes for table `cbme_schedule_stats_completion_status` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_completion_status` | | ALTER TABLE `cbme_schedule_stats_completion_status` |
| ADD PRIMARY KEY (`schedule_stats_completion_status_id`); | | ADD PRIMARY KEY (`schedule_stats_completion_status_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_schedule_stats_history` | | -- Indexes for table `cbme_schedule_stats_history` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_history` | | ALTER TABLE `cbme_schedule_stats_history` |
| ADD PRIMARY KEY (`ss_history_id`); | | ADD PRIMARY KEY (`ss_history_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_schedule_stats_learners` | | -- Indexes for table `cbme_schedule_stats_learners` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_learners` | | ALTER TABLE `cbme_schedule_stats_learners` |
| ADD PRIMARY KEY (`schedule_stats_learner_id`), | | ADD PRIMARY KEY (`schedule_stats_learner_id`), |
| ADD KEY `ssl_schedule_stats_id_fk_1` (`schedule_stats_id`); | | ADD KEY `ssl_schedule_stats_id_fk_1` (`schedule_stats_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_schedule_stats_learners_history` | | -- Indexes for table `cbme_schedule_stats_learners_history` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_learners_history` | | ALTER TABLE `cbme_schedule_stats_learners_history` |
| ADD PRIMARY KEY (`ssle_history_id`); | | ADD PRIMARY KEY (`ssle_history_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_schedule_stats_period` | | -- Indexes for table `cbme_schedule_stats_period` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_period` | | ALTER TABLE `cbme_schedule_stats_period` |
| ADD PRIMARY KEY (`schedule_stats_period_id`), | | ADD PRIMARY KEY (`schedule_stats_period_id`), |
| ADD KEY `ssp_schedule_stats_id_fk_1` (`schedule_stats_id`), | | ADD KEY `ssp_schedule_stats_id_fk_1` (`schedule_stats_id`), |
| ADD KEY `ssp.schedule_stats_period_type_fk_2` (`schedule_stats_period_type_id`); | | ADD KEY `ssp.schedule_stats_period_type_fk_2` (`schedule_stats_period_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_schedule_stats_period_assessments` | | -- Indexes for table `cbme_schedule_stats_period_assessments` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_period_assessments` | | ALTER TABLE `cbme_schedule_stats_period_assessments` |
| ADD PRIMARY KEY (`schedule_stats_period_assessment_id`), | | ADD PRIMARY KEY (`schedule_stats_period_assessment_id`), |
| ADD KEY `ssla_schedule_stats_id_fk_1` (`schedule_stats_id`), | | ADD KEY `ssla_schedule_stats_id_fk_1` (`schedule_stats_id`), |
| ADD KEY `ssla_schedule_stats_period_id_fk_2` (`schedule_stats_period_id`), | | ADD KEY `ssla_schedule_stats_period_id_fk_2` (`schedule_stats_period_id`), |
| ADD KEY `ssla_schedule_stats_completion_status_id_fk_3` (`schedule_stats_completion_status_id`); | | ADD KEY `ssla_schedule_stats_completion_status_id_fk_3` (`schedule_stats_completion_status_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_schedule_stats_period_assessments_history` | | -- Indexes for table `cbme_schedule_stats_period_assessments_history` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_period_assessments_history` | | ALTER TABLE `cbme_schedule_stats_period_assessments_history` |
| ADD PRIMARY KEY (`sspa_history_id`); | | ADD PRIMARY KEY (`sspa_history_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_schedule_stats_period_history` | | -- Indexes for table `cbme_schedule_stats_period_history` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_period_history` | | ALTER TABLE `cbme_schedule_stats_period_history` |
| ADD PRIMARY KEY (`ssp_history_id`); | | ADD PRIMARY KEY (`ssp_history_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_schedule_stats_period_type` | | -- Indexes for table `cbme_schedule_stats_period_type` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_period_type` | | ALTER TABLE `cbme_schedule_stats_period_type` |
| ADD PRIMARY KEY (`schedule_stats_period_type_id`); | | ADD PRIMARY KEY (`schedule_stats_period_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cbme_tree_version_objectives` | | -- Indexes for table `cbme_tree_version_objectives` |
| -- | | -- |
| ALTER TABLE `cbme_tree_version_objectives` | | ALTER TABLE `cbme_tree_version_objectives` |
| ADD PRIMARY KEY (`cbme_tree_version_objective_id`); | | ADD PRIMARY KEY (`cbme_tree_version_objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_instructor_capacity_overrides` | | -- Indexes for table `ce_instructor_capacity_overrides` |
| -- | | -- |
| ALTER TABLE `ce_instructor_capacity_overrides` | | ALTER TABLE `ce_instructor_capacity_overrides` |
| ADD PRIMARY KEY (`capacity_override_id`); | | ADD PRIMARY KEY (`capacity_override_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_instructor_contacts` | | -- Indexes for table `ce_instructor_contacts` |
| -- | | -- |
| ALTER TABLE `ce_instructor_contacts` | | ALTER TABLE `ce_instructor_contacts` |
| ADD PRIMARY KEY (`instructor_contact_id`); | | ADD PRIMARY KEY (`instructor_contact_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_instructor_credentials` | | -- Indexes for table `ce_instructor_credentials` |
| -- | | -- |
| ALTER TABLE `ce_instructor_credentials` | | ALTER TABLE `ce_instructor_credentials` |
| ADD PRIMARY KEY (`instructor_credential_id`); | | ADD PRIMARY KEY (`instructor_credential_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_instructor_documents` | | -- Indexes for table `ce_instructor_documents` |
| -- | | -- |
| ALTER TABLE `ce_instructor_documents` | | ALTER TABLE `ce_instructor_documents` |
| ADD PRIMARY KEY (`instructor_document_id`); | | ADD PRIMARY KEY (`instructor_document_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_instructor_metas` | | -- Indexes for table `ce_instructor_metas` |
| -- | | -- |
| ALTER TABLE `ce_instructor_metas` | | ALTER TABLE `ce_instructor_metas` |
| ADD PRIMARY KEY (`proxy_id`), | | ADD PRIMARY KEY (`proxy_id`), |
| ADD UNIQUE KEY `proxy_id_UNIQUE` (`proxy_id`); | | ADD UNIQUE KEY `proxy_id_UNIQUE` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_instructor_notes` | | -- Indexes for table `ce_instructor_notes` |
| -- | | -- |
| ALTER TABLE `ce_instructor_notes` | | ALTER TABLE `ce_instructor_notes` |
| ADD PRIMARY KEY (`instructor_note_id`); | | ADD PRIMARY KEY (`instructor_note_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_instructor_site_disciplines` | | -- Indexes for table `ce_instructor_site_disciplines` |
| -- | | -- |
| ALTER TABLE `ce_instructor_site_disciplines` | | ALTER TABLE `ce_instructor_site_disciplines` |
| ADD PRIMARY KEY (`instructor_site_discipline_id`); | | ADD PRIMARY KEY (`instructor_site_discipline_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_instructor_statuses` | | -- Indexes for table `ce_instructor_statuses` |
| -- | | -- |
| ALTER TABLE `ce_instructor_statuses` | | ALTER TABLE `ce_instructor_statuses` |
| ADD PRIMARY KEY (`instructor_status_id`), | | ADD PRIMARY KEY (`instructor_status_id`), |
| ADD KEY `fk_instructor_status_types` (`instructor_status_type_id`); | | ADD KEY `fk_instructor_status_types` (`instructor_status_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_instructor_stipends` | | -- Indexes for table `ce_instructor_stipends` |
| -- | | -- |
| ALTER TABLE `ce_instructor_stipends` | | ALTER TABLE `ce_instructor_stipends` |
| ADD PRIMARY KEY (`instructor_stipend_id`); | | ADD PRIMARY KEY (`instructor_stipend_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_instructor_stipend_event_types` | | -- Indexes for table `ce_instructor_stipend_event_types` |
| -- | | -- |
| ALTER TABLE `ce_instructor_stipend_event_types` | | ALTER TABLE `ce_instructor_stipend_event_types` |
| ADD PRIMARY KEY (`instructor_stipend_event_type_id`); | | ADD PRIMARY KEY (`instructor_stipend_event_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lotteries` | | -- Indexes for table `ce_lotteries` |
| -- | | -- |
| ALTER TABLE `ce_lotteries` | | ALTER TABLE `ce_lotteries` |
| ADD PRIMARY KEY (`lottery_id`), | | ADD PRIMARY KEY (`lottery_id`), |
| ADD KEY `organisation_id` (`organisation_id`), | | ADD KEY `organisation_id` (`organisation_id`), |
| ADD KEY `schedule_id` (`schedule_id`); | | ADD KEY `schedule_id` (`schedule_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lottery_schedule_variations` | | -- Indexes for table `ce_lottery_schedule_variations` |
| -- | | -- |
| ALTER TABLE `ce_lottery_schedule_variations` | | ALTER TABLE `ce_lottery_schedule_variations` |
| ADD PRIMARY KEY (`variation_id`), | | ADD PRIMARY KEY (`variation_id`), |
| ADD KEY `lottery_id` (`lottery_id`); | | ADD KEY `lottery_id` (`lottery_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_algorithms` | | -- Indexes for table `ce_lu_algorithms` |
| -- | | -- |
| ALTER TABLE `ce_lu_algorithms` | | ALTER TABLE `ce_lu_algorithms` |
| ADD PRIMARY KEY (`algorithm_id`); | | ADD PRIMARY KEY (`algorithm_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_document_types` | | -- Indexes for table `ce_lu_document_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_document_types` | | ALTER TABLE `ce_lu_document_types` |
| ADD PRIMARY KEY (`document_type_id`); | | ADD PRIMARY KEY (`document_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_document_type_organisations` | | -- Indexes for table `ce_lu_document_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_document_type_organisations` | | ALTER TABLE `ce_lu_document_type_organisations` |
| ADD PRIMARY KEY (`document_type_organisation_id`); | | ADD PRIMARY KEY (`document_type_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_event_rate_types` | | -- Indexes for table `ce_lu_event_rate_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_event_rate_types` | | ALTER TABLE `ce_lu_event_rate_types` |
| ADD PRIMARY KEY (`event_rate_type_id`); | | ADD PRIMARY KEY (`event_rate_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_event_rate_type_organisations` | | -- Indexes for table `ce_lu_event_rate_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_event_rate_type_organisations` | | ALTER TABLE `ce_lu_event_rate_type_organisations` |
| ADD PRIMARY KEY (`event_rate_type_organisation_id`); | | ADD PRIMARY KEY (`event_rate_type_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_instructor_credential_status_types` | | -- Indexes for table `ce_lu_instructor_credential_status_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_instructor_credential_status_types` | | ALTER TABLE `ce_lu_instructor_credential_status_types` |
| ADD PRIMARY KEY (`instructor_credential_status_type_id`); | | ADD PRIMARY KEY (`instructor_credential_status_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_instructor_credential_status_type_organisations` | | -- Indexes for table `ce_lu_instructor_credential_status_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_instructor_credential_status_type_organisations` | | ALTER TABLE `ce_lu_instructor_credential_status_type_organisations` |
| ADD PRIMARY KEY (`ce_lu_instructor_credential_status_type_organisation_id`); | | ADD PRIMARY KEY (`ce_lu_instructor_credential_status_type_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_instructor_note_types` | | -- Indexes for table `ce_lu_instructor_note_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_instructor_note_types` | | ALTER TABLE `ce_lu_instructor_note_types` |
| ADD PRIMARY KEY (`instructor_note_type_id`); | | ADD PRIMARY KEY (`instructor_note_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_instructor_note_type_organisations` | | -- Indexes for table `ce_lu_instructor_note_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_instructor_note_type_organisations` | | ALTER TABLE `ce_lu_instructor_note_type_organisations` |
| ADD PRIMARY KEY (`instructor_note_type_organisation_id`); | | ADD PRIMARY KEY (`instructor_note_type_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_instructor_status_types` | | -- Indexes for table `ce_lu_instructor_status_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_instructor_status_types` | | ALTER TABLE `ce_lu_instructor_status_types` |
| ADD PRIMARY KEY (`instructor_status_type_id`); | | ADD PRIMARY KEY (`instructor_status_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_instructor_status_type_organisations` | | -- Indexes for table `ce_lu_instructor_status_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_instructor_status_type_organisations` | | ALTER TABLE `ce_lu_instructor_status_type_organisations` |
| ADD PRIMARY KEY (`instructor_status_type_organisation_id`); | | ADD PRIMARY KEY (`instructor_status_type_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_learner_rank_options` | | -- Indexes for table `ce_lu_learner_rank_options` |
| -- | | -- |
| ALTER TABLE `ce_lu_learner_rank_options` | | ALTER TABLE `ce_lu_learner_rank_options` |
| ADD PRIMARY KEY (`learner_rank_option_id`); | | ADD PRIMARY KEY (`learner_rank_option_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_rankings` | | -- Indexes for table `ce_lu_rankings` |
| -- | | -- |
| ALTER TABLE `ce_lu_rankings` | | ALTER TABLE `ce_lu_rankings` |
| ADD PRIMARY KEY (`ranking_id`); | | ADD PRIMARY KEY (`ranking_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_schedule_status_types` | | -- Indexes for table `ce_lu_schedule_status_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_schedule_status_types` | | ALTER TABLE `ce_lu_schedule_status_types` |
| ADD PRIMARY KEY (`csstype_id`), | | ADD PRIMARY KEY (`csstype_id`), |
| ADD UNIQUE KEY `csstype_id_UNIQUE` (`csstype_id`); | | ADD UNIQUE KEY `csstype_id_UNIQUE` (`csstype_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_schedule_status_type_organisations` | | -- Indexes for table `ce_lu_schedule_status_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_schedule_status_type_organisations` | | ALTER TABLE `ce_lu_schedule_status_type_organisations` |
| ADD PRIMARY KEY (`csstorganisation_id`), | | ADD PRIMARY KEY (`csstorganisation_id`), |
| ADD UNIQUE KEY `unique_index` (`csstype_id`,`organisation_id`), | | ADD UNIQUE KEY `unique_index` (`csstype_id`,`organisation_id`), |
| ADD KEY `csstype_index` (`csstype_id`), | | ADD KEY `csstype_index` (`csstype_id`), |
| ADD KEY `org_index` (`organisation_id`); | | ADD KEY `org_index` (`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_site_affiliation_status_types` | | -- Indexes for table `ce_lu_site_affiliation_status_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_affiliation_status_types` | | ALTER TABLE `ce_lu_site_affiliation_status_types` |
| ADD PRIMARY KEY (`site_affiliation_status_type_id`); | | ADD PRIMARY KEY (`site_affiliation_status_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_site_affiliation_status_type_organisations` | | -- Indexes for table `ce_lu_site_affiliation_status_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_affiliation_status_type_organisations` | | ALTER TABLE `ce_lu_site_affiliation_status_type_organisations` |
| ADD PRIMARY KEY (`site_affiliation_status_type_organisation_id`); | | ADD PRIMARY KEY (`site_affiliation_status_type_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_site_document_status_types` | | -- Indexes for table `ce_lu_site_document_status_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_document_status_types` | | ALTER TABLE `ce_lu_site_document_status_types` |
| ADD PRIMARY KEY (`site_document_status_type_id`); | | ADD PRIMARY KEY (`site_document_status_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_site_document_status_type_organisations` | | -- Indexes for table `ce_lu_site_document_status_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_document_status_type_organisations` | | ALTER TABLE `ce_lu_site_document_status_type_organisations` |
| ADD PRIMARY KEY (`site_document_status_type_organisation_id`); | | ADD PRIMARY KEY (`site_document_status_type_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_site_note_types` | | -- Indexes for table `ce_lu_site_note_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_note_types` | | ALTER TABLE `ce_lu_site_note_types` |
| ADD PRIMARY KEY (`site_note_type_id`); | | ADD PRIMARY KEY (`site_note_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_site_note_type_organisations` | | -- Indexes for table `ce_lu_site_note_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_note_type_organisations` | | ALTER TABLE `ce_lu_site_note_type_organisations` |
| ADD PRIMARY KEY (`site_note_type_organisation_id`); | | ADD PRIMARY KEY (`site_note_type_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_site_required_document_types` | | -- Indexes for table `ce_lu_site_required_document_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_required_document_types` | | ALTER TABLE `ce_lu_site_required_document_types` |
| ADD PRIMARY KEY (`site_required_document_type_id`); | | ADD PRIMARY KEY (`site_required_document_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_site_required_document_type_organisations` | | -- Indexes for table `ce_lu_site_required_document_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_required_document_type_organisations` | | ALTER TABLE `ce_lu_site_required_document_type_organisations` |
| ADD PRIMARY KEY (`site_required_document_type_organisation_id`); | | ADD PRIMARY KEY (`site_required_document_type_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_site_status_types` | | -- Indexes for table `ce_lu_site_status_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_status_types` | | ALTER TABLE `ce_lu_site_status_types` |
| ADD PRIMARY KEY (`site_status_type_id`); | | ADD PRIMARY KEY (`site_status_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_site_status_type_organisations` | | -- Indexes for table `ce_lu_site_status_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_status_type_organisations` | | ALTER TABLE `ce_lu_site_status_type_organisations` |
| ADD PRIMARY KEY (`site_status_type_organisation_id`); | | ADD PRIMARY KEY (`site_status_type_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_site_stipend_fee_types` | | -- Indexes for table `ce_lu_site_stipend_fee_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_stipend_fee_types` | | ALTER TABLE `ce_lu_site_stipend_fee_types` |
| ADD PRIMARY KEY (`site_stipend_fee_type_id`); | | ADD PRIMARY KEY (`site_stipend_fee_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_site_stipend_fee_type_organisations` | | -- Indexes for table `ce_lu_site_stipend_fee_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_stipend_fee_type_organisations` | | ALTER TABLE `ce_lu_site_stipend_fee_type_organisations` |
| ADD PRIMARY KEY (`site_stipend_fee_type_organisation_id`); | | ADD PRIMARY KEY (`site_stipend_fee_type_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_site_stipend_instructor_payment_types` | | -- Indexes for table `ce_lu_site_stipend_instructor_payment_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_stipend_instructor_payment_types` | | ALTER TABLE `ce_lu_site_stipend_instructor_payment_types` |
| ADD PRIMARY KEY (`site_stipend_instructor_payment_type_id`); | | ADD PRIMARY KEY (`site_stipend_instructor_payment_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_site_stipend_instructor_payment_type_organisations` | | -- Indexes for table `ce_lu_site_stipend_instructor_payment_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_stipend_instructor_payment_type_organisations` | | ALTER TABLE `ce_lu_site_stipend_instructor_payment_type_organisations` |
| ADD PRIMARY KEY (`site_stipend_instructor_payment_type_organisation_id`); | | ADD PRIMARY KEY (`site_stipend_instructor_payment_type_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_site_stipend_payment_types` | | -- Indexes for table `ce_lu_site_stipend_payment_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_stipend_payment_types` | | ALTER TABLE `ce_lu_site_stipend_payment_types` |
| ADD PRIMARY KEY (`site_stipend_payment_type_id`); | | ADD PRIMARY KEY (`site_stipend_payment_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_site_stipend_payment_type_organisations` | | -- Indexes for table `ce_lu_site_stipend_payment_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_stipend_payment_type_organisations` | | ALTER TABLE `ce_lu_site_stipend_payment_type_organisations` |
| ADD PRIMARY KEY (`site_stipend_payment_type_organisation_id`); | | ADD PRIMARY KEY (`site_stipend_payment_type_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_site_visit_outcome_types` | | -- Indexes for table `ce_lu_site_visit_outcome_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_visit_outcome_types` | | ALTER TABLE `ce_lu_site_visit_outcome_types` |
| ADD PRIMARY KEY (`site_visit_outcome_type_id`); | | ADD PRIMARY KEY (`site_visit_outcome_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_site_visit_outcome_type_organisations` | | -- Indexes for table `ce_lu_site_visit_outcome_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_visit_outcome_type_organisations` | | ALTER TABLE `ce_lu_site_visit_outcome_type_organisations` |
| ADD PRIMARY KEY (`site_visit_outcome_type_organisation_id`); | | ADD PRIMARY KEY (`site_visit_outcome_type_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_stage_condition_options` | | -- Indexes for table `ce_lu_stage_condition_options` |
| -- | | -- |
| ALTER TABLE `ce_lu_stage_condition_options` | | ALTER TABLE `ce_lu_stage_condition_options` |
| ADD PRIMARY KEY (`stage_condition_option_id`); | | ADD PRIMARY KEY (`stage_condition_option_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_stage_condition_rules` | | -- Indexes for table `ce_lu_stage_condition_rules` |
| -- | | -- |
| ALTER TABLE `ce_lu_stage_condition_rules` | | ALTER TABLE `ce_lu_stage_condition_rules` |
| ADD PRIMARY KEY (`stage_condition_rule_id`); | | ADD PRIMARY KEY (`stage_condition_rule_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_stage_condition_target` | | -- Indexes for table `ce_lu_stage_condition_target` |
| -- | | -- |
| ALTER TABLE `ce_lu_stage_condition_target` | | ALTER TABLE `ce_lu_stage_condition_target` |
| ADD PRIMARY KEY (`stage_condition_target_id`); | | ADD PRIMARY KEY (`stage_condition_target_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_stage_condition_when` | | -- Indexes for table `ce_lu_stage_condition_when` |
| -- | | -- |
| ALTER TABLE `ce_lu_stage_condition_when` | | ALTER TABLE `ce_lu_stage_condition_when` |
| ADD PRIMARY KEY (`stage_condition_when_id`); | | ADD PRIMARY KEY (`stage_condition_when_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_stage_option_types` | | -- Indexes for table `ce_lu_stage_option_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_stage_option_types` | | ALTER TABLE `ce_lu_stage_option_types` |
| ADD PRIMARY KEY (`stage_option_type_id`); | | ADD PRIMARY KEY (`stage_option_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_stage_rules` | | -- Indexes for table `ce_lu_stage_rules` |
| -- | | -- |
| ALTER TABLE `ce_lu_stage_rules` | | ALTER TABLE `ce_lu_stage_rules` |
| ADD PRIMARY KEY (`stage_rule_id`); | | ADD PRIMARY KEY (`stage_rule_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_lu_stage_types` | | -- Indexes for table `ce_lu_stage_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_stage_types` | | ALTER TABLE `ce_lu_stage_types` |
| ADD PRIMARY KEY (`stage_type_id`); | | ADD PRIMARY KEY (`stage_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_objectives` | | -- Indexes for table `ce_objectives` |
| -- | | -- |
| ALTER TABLE `ce_objectives` | | ALTER TABLE `ce_objectives` |
| ADD PRIMARY KEY (`ce_objective_id`), | | ADD PRIMARY KEY (`ce_objective_id`), |
| ADD UNIQUE KEY `ce_objective_id_UNIQUE` (`ce_objective_id`), | | ADD UNIQUE KEY `ce_objective_id_UNIQUE` (`ce_objective_id`), |
| ADD UNIQUE KEY `ce_objective_UNIQUE` (`resource_type`,`resource_id`,`objective_id`,`deleted_date`); | | ADD UNIQUE KEY `ce_objective_UNIQUE` (`resource_type`,`resource_id`,`objective_id`,`deleted_date`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_schedule_variations` | | -- Indexes for table `ce_schedule_variations` |
| -- | | -- |
| ALTER TABLE `ce_schedule_variations` | | ALTER TABLE `ce_schedule_variations` |
| ADD PRIMARY KEY (`variation_id`), | | ADD PRIMARY KEY (`variation_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_site_affiliations` | | -- Indexes for table `ce_site_affiliations` |
| -- | | -- |
| ALTER TABLE `ce_site_affiliations` | | ALTER TABLE `ce_site_affiliations` |
| ADD PRIMARY KEY (`site_affiliation_id`); | | ADD PRIMARY KEY (`site_affiliation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_site_contacts` | | -- Indexes for table `ce_site_contacts` |
| -- | | -- |
| ALTER TABLE `ce_site_contacts` | | ALTER TABLE `ce_site_contacts` |
| ADD PRIMARY KEY (`site_contact_id`); | | ADD PRIMARY KEY (`site_contact_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_site_curriculum_tracks` | | -- Indexes for table `ce_site_curriculum_tracks` |
| -- | | -- |
| ALTER TABLE `ce_site_curriculum_tracks` | | ALTER TABLE `ce_site_curriculum_tracks` |
| ADD PRIMARY KEY (`site_curriculum_track_id`), | | ADD PRIMARY KEY (`site_curriculum_track_id`), |
| ADD UNIQUE KEY `site_curriculum_track_id_UNIQUE` (`site_curriculum_track_id`), | | ADD UNIQUE KEY `site_curriculum_track_id_UNIQUE` (`site_curriculum_track_id`), |
| ADD KEY `site_id_idx` (`site_id`), | | ADD KEY `site_id_idx` (`site_id`), |
| ADD KEY `curriculum_track_id_idx` (`curriculum_track_id`); | | ADD KEY `curriculum_track_id_idx` (`curriculum_track_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_site_disciplines` | | -- Indexes for table `ce_site_disciplines` |
| -- | | -- |
| ALTER TABLE `ce_site_disciplines` | | ALTER TABLE `ce_site_disciplines` |
| ADD PRIMARY KEY (`site_discipline_id`); | | ADD PRIMARY KEY (`site_discipline_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_site_discipline_instructors` | | -- Indexes for table `ce_site_discipline_instructors` |
| -- | | -- |
| ALTER TABLE `ce_site_discipline_instructors` | | ALTER TABLE `ce_site_discipline_instructors` |
| ADD PRIMARY KEY (`site_discipline_instructor_id`); | | ADD PRIMARY KEY (`site_discipline_instructor_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_site_documents` | | -- Indexes for table `ce_site_documents` |
| -- | | -- |
| ALTER TABLE `ce_site_documents` | | ALTER TABLE `ce_site_documents` |
| ADD PRIMARY KEY (`site_document_id`); | | ADD PRIMARY KEY (`site_document_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_site_instructors` | | -- Indexes for table `ce_site_instructors` |
| -- | | -- |
| ALTER TABLE `ce_site_instructors` | | ALTER TABLE `ce_site_instructors` |
| ADD PRIMARY KEY (`site_instructor_id`); | | ADD PRIMARY KEY (`site_instructor_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_site_notes` | | -- Indexes for table `ce_site_notes` |
| -- | | -- |
| ALTER TABLE `ce_site_notes` | | ALTER TABLE `ce_site_notes` |
| ADD PRIMARY KEY (`site_note_id`); | | ADD PRIMARY KEY (`site_note_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_site_required_documents` | | -- Indexes for table `ce_site_required_documents` |
| -- | | -- |
| ALTER TABLE `ce_site_required_documents` | | ALTER TABLE `ce_site_required_documents` |
| ADD PRIMARY KEY (`site_required_document_id`); | | ADD PRIMARY KEY (`site_required_document_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_site_statuses` | | -- Indexes for table `ce_site_statuses` |
| -- | | -- |
| ALTER TABLE `ce_site_statuses` | | ALTER TABLE `ce_site_statuses` |
| ADD PRIMARY KEY (`site_status_id`); | | ADD PRIMARY KEY (`site_status_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_site_stipend` | | -- Indexes for table `ce_site_stipend` |
| -- | | -- |
| ALTER TABLE `ce_site_stipend` | | ALTER TABLE `ce_site_stipend` |
| ADD PRIMARY KEY (`site_stipend_id`); | | ADD PRIMARY KEY (`site_stipend_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_site_visits` | | -- Indexes for table `ce_site_visits` |
| -- | | -- |
| ALTER TABLE `ce_site_visits` | | ALTER TABLE `ce_site_visits` |
| ADD PRIMARY KEY (`site_visit_id`); | | ADD PRIMARY KEY (`site_visit_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_stages` | | -- Indexes for table `ce_stages` |
| -- | | -- |
| ALTER TABLE `ce_stages` | | ALTER TABLE `ce_stages` |
| ADD PRIMARY KEY (`stage_id`), | | ADD PRIMARY KEY (`stage_id`), |
| ADD KEY `stage_type_id` (`stage_type_id`); | | ADD KEY `stage_type_id` (`stage_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_stage_algorithms` | | -- Indexes for table `ce_stage_algorithms` |
| -- | | -- |
| ALTER TABLE `ce_stage_algorithms` | | ALTER TABLE `ce_stage_algorithms` |
| ADD PRIMARY KEY (`stage_id`), | | ADD PRIMARY KEY (`stage_id`), |
| ADD KEY `algorithm_id` (`algorithm_id`); | | ADD KEY `algorithm_id` (`algorithm_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_stage_conditions` | | -- Indexes for table `ce_stage_conditions` |
| -- | | -- |
| ALTER TABLE `ce_stage_conditions` | | ALTER TABLE `ce_stage_conditions` |
| ADD PRIMARY KEY (`stage_condition_id`), | | ADD PRIMARY KEY (`stage_condition_id`), |
| ADD KEY `stage_id` (`stage_id`), | | ADD KEY `stage_id` (`stage_id`), |
| ADD KEY `stage_condition_option_id` (`stage_condition_option_id`), | | ADD KEY `stage_condition_option_id` (`stage_condition_option_id`), |
| ADD KEY `stage_condition_rule_id` (`stage_condition_rule_id`), | | ADD KEY `stage_condition_rule_id` (`stage_condition_rule_id`), |
| ADD KEY `stage_condition_when_id` (`stage_condition_when_id`), | | ADD KEY `stage_condition_when_id` (`stage_condition_when_id`), |
| ADD KEY `stage_condition_target_id` (`stage_condition_target_id`); | | ADD KEY `stage_condition_target_id` (`stage_condition_target_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_stage_courses` | | -- Indexes for table `ce_stage_courses` |
| -- | | -- |
| ALTER TABLE `ce_stage_courses` | | ALTER TABLE `ce_stage_courses` |
| ADD PRIMARY KEY (`stage_course_id`); | | ADD PRIMARY KEY (`stage_course_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_stage_learner_exclusions` | | -- Indexes for table `ce_stage_learner_exclusions` |
| -- | | -- |
| ALTER TABLE `ce_stage_learner_exclusions` | | ALTER TABLE `ce_stage_learner_exclusions` |
| ADD PRIMARY KEY (`stage_id`), | | ADD PRIMARY KEY (`stage_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_stage_learner_results` | | -- Indexes for table `ce_stage_learner_results` |
| -- | | -- |
| ALTER TABLE `ce_stage_learner_results` | | ALTER TABLE `ce_stage_learner_results` |
| ADD PRIMARY KEY (`stage_learner_result_id`), | | ADD PRIMARY KEY (`stage_learner_result_id`), |
| ADD KEY `stage_id` (`stage_id`), | | ADD KEY `stage_id` (`stage_id`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `schedule_slot_id` (`schedule_slot_id`), | | ADD KEY `schedule_slot_id` (`schedule_slot_id`), |
| ADD KEY `course_id` (`course_id`); | | ADD KEY `course_id` (`course_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_stage_options` | | -- Indexes for table `ce_stage_options` |
| -- | | -- |
| ALTER TABLE `ce_stage_options` | | ALTER TABLE `ce_stage_options` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `stage_id` (`stage_id`), | | ADD KEY `stage_id` (`stage_id`), |
| ADD KEY `stage_option_type_id` (`stage_option_type_id`); | | ADD KEY `stage_option_type_id` (`stage_option_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_stage_ranking` | | -- Indexes for table `ce_stage_ranking` |
| -- | | -- |
| ALTER TABLE `ce_stage_ranking` | | ALTER TABLE `ce_stage_ranking` |
| ADD PRIMARY KEY (`stage_ranking_id`), | | ADD PRIMARY KEY (`stage_ranking_id`), |
| ADD KEY `stage_id` (`stage_id`), | | ADD KEY `stage_id` (`stage_id`), |
| ADD KEY `ranking_id` (`ranking_id`); | | ADD KEY `ranking_id` (`ranking_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `ce_stage_rules` | | -- Indexes for table `ce_stage_rules` |
| -- | | -- |
| ALTER TABLE `ce_stage_rules` | | ALTER TABLE `ce_stage_rules` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `stage_id` (`stage_id`), | | ADD KEY `stage_id` (`stage_id`), |
| ADD KEY `stage_rule_id` (`stage_rule_id`); | | ADD KEY `stage_rule_id` (`stage_rule_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `clinical_events` | | -- Indexes for table `clinical_events` |
| -- | | -- |
| ALTER TABLE `clinical_events` | | ALTER TABLE `clinical_events` |
| ADD PRIMARY KEY (`clinical_event_id`), | | ADD PRIMARY KEY (`clinical_event_id`), |
| ADD KEY `clinical_events_clinical_event_recurring_id_foreign` (`clinical_event_recurring_id`), | | ADD KEY `clinical_events_clinical_event_recurring_id_foreign` (`clinical_event_recurring_id`), |
| ADD KEY `clinical_events_schedule_slot_id_foreign` (`schedule_slot_id`); | | ADD KEY `clinical_events_schedule_slot_id_foreign` (`schedule_slot_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `clinical_event_approval` | | -- Indexes for table `clinical_event_approval` |
| -- | | -- |
| ALTER TABLE `clinical_event_approval` | | ALTER TABLE `clinical_event_approval` |
| ADD PRIMARY KEY (`clinical_event_approval_id`), | | ADD PRIMARY KEY (`clinical_event_approval_id`), |
| ADD KEY `clinical_event_approval_attendance_id` (`clinical_event_attendance_id`); | | ADD KEY `clinical_event_approval_attendance_id` (`clinical_event_attendance_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `clinical_event_approval_history` | | -- Indexes for table `clinical_event_approval_history` |
| -- | | -- |
| ALTER TABLE `clinical_event_approval_history` | | ALTER TABLE `clinical_event_approval_history` |
| ADD PRIMARY KEY (`clinical_event_approval_history_id`), | | ADD PRIMARY KEY (`clinical_event_approval_history_id`), |
| ADD KEY `clinical_event_approval_history_approval_id` (`clinical_event_approval_id`), | | ADD KEY `clinical_event_approval_history_approval_id` (`clinical_event_approval_id`), |
| ADD KEY `clinical_event_approval_history_attendance_id` (`clinical_event_attendance_id`); | | ADD KEY `clinical_event_approval_history_attendance_id` (`clinical_event_attendance_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `clinical_event_attendance` | | -- Indexes for table `clinical_event_attendance` |
| -- | | -- |
| ALTER TABLE `clinical_event_attendance` | | ALTER TABLE `clinical_event_attendance` |
| ADD PRIMARY KEY (`clinical_event_attendance_id`), | | ADD PRIMARY KEY (`clinical_event_attendance_id`), |
| ADD KEY `clinical_event_attendance_clinical_event_id_foreign` (`clinical_event_id`), | | ADD KEY `clinical_event_attendance_clinical_event_id_foreign` (`clinical_event_id`), |
| ADD KEY `clinical_event_attendance_alocation_id_foreign` (`alocation_id`); | | ADD KEY `clinical_event_attendance_alocation_id_foreign` (`alocation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `clinical_event_attendance_history` | | -- Indexes for table `clinical_event_attendance_history` |
| -- | | -- |
| ALTER TABLE `clinical_event_attendance_history` | | ALTER TABLE `clinical_event_attendance_history` |
| ADD PRIMARY KEY (`clinical_event_attendance_history_id`), | | ADD PRIMARY KEY (`clinical_event_attendance_history_id`), |
| ADD KEY `clinical_event_attendance_history_attendance_id` (`clinical_event_attendance_id`), | | ADD KEY `clinical_event_attendance_history_attendance_id` (`clinical_event_attendance_id`), |
| ADD KEY `clinical_event_attendance_history_clinical_event_id_foreign` (`clinical_event_id`), | | ADD KEY `clinical_event_attendance_history_clinical_event_id_foreign` (`clinical_event_id`), |
| ADD KEY `clinical_event_attendance_history_alocation_id_foreign` (`alocation_id`); | | ADD KEY `clinical_event_attendance_history_alocation_id_foreign` (`alocation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `clinical_event_audiences` | | -- Indexes for table `clinical_event_audiences` |
| -- | | -- |
| ALTER TABLE `clinical_event_audiences` | | ALTER TABLE `clinical_event_audiences` |
| ADD PRIMARY KEY (`clinical_event_audience_id`), | | ADD PRIMARY KEY (`clinical_event_audience_id`), |
| ADD KEY `clinical_event_audiences_clinical_event_id_foreign` (`clinical_event_id`); | | ADD KEY `clinical_event_audiences_clinical_event_id_foreign` (`clinical_event_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `clinical_event_recurring` | | -- Indexes for table `clinical_event_recurring` |
| -- | | -- |
| ALTER TABLE `clinical_event_recurring` | | ALTER TABLE `clinical_event_recurring` |
| ADD PRIMARY KEY (`clinical_event_recurring_id`); | | ADD PRIMARY KEY (`clinical_event_recurring_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `clinical_locations` | | -- Indexes for table `clinical_locations` |
| -- | | -- |
| ALTER TABLE `clinical_locations` | | ALTER TABLE `clinical_locations` |
| ADD PRIMARY KEY (`clocation_id`), | | ADD PRIMARY KEY (`clocation_id`), |
| ADD KEY `clinical_location_resource` (`resource_type`,`resource_id`), | | ADD KEY `clinical_location_resource` (`resource_type`,`resource_id`), |
| ADD KEY `clinical_location_alocation_id_foreign` (`alocation_id`); | | ADD KEY `clinical_location_alocation_id_foreign` (`alocation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `clinical_preceptors` | | -- Indexes for table `clinical_preceptors` |
| -- | | -- |
| ALTER TABLE `clinical_preceptors` | | ALTER TABLE `clinical_preceptors` |
| ADD PRIMARY KEY (`cpreceptor_id`), | | ADD PRIMARY KEY (`cpreceptor_id`), |
| ADD KEY `clinical_preceptors_resource` (`resource_type`,`resource_id`), | | ADD KEY `clinical_preceptors_resource` (`resource_type`,`resource_id`), |
| ADD KEY `clinical_preceptors_role_id_foreign` (`role_id`); | | ADD KEY `clinical_preceptors_role_id_foreign` (`role_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `clinical_preceptor_roles` | | -- Indexes for table `clinical_preceptor_roles` |
| -- | | -- |
| ALTER TABLE `clinical_preceptor_roles` | | ALTER TABLE `clinical_preceptor_roles` |
| ADD PRIMARY KEY (`cprole_id`); | | ADD PRIMARY KEY (`cprole_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `communities` | | -- Indexes for table `communities` |
| -- | | -- |
| ALTER TABLE `communities` | | ALTER TABLE `communities` |
| ADD PRIMARY KEY (`community_id`), | | ADD PRIMARY KEY (`community_id`), |
| ADD KEY `sub_communities` (`sub_communities`), | | ADD KEY `sub_communities` (`sub_communities`), |
| ADD KEY `community_parent` (`community_parent`,`category_id`,`community_protected`,`community_registration`,`community_opened`,`updated_date`,`updated_by`), | | ADD KEY `community_parent` (`community_parent`,`category_id`,`community_protected`,`community_registration`,`community_opened`,`updated_date`,`updated_by`), |
| ADD KEY `community_shortname` (`community_shortname`), | | ADD KEY `community_shortname` (`community_shortname`), |
| ADD KEY `max_storage` (`storage_max`), | | ADD KEY `max_storage` (`storage_max`), |
| ADD KEY `storage_usage` (`storage_usage`), | | ADD KEY `storage_usage` (`storage_usage`), |
| ADD KEY `community_active` (`community_active`); | | ADD KEY `community_active` (`community_active`); |
| ALTER TABLE `communities` ADD FULLTEXT KEY `community_title` (`community_title`,`community_description`,`community_keywords`); | | ALTER TABLE `communities` ADD FULLTEXT KEY `community_title` (`community_title`,`community_description`,`community_keywords`); |
| ALTER TABLE `communities` ADD FULLTEXT KEY `community_url` (`community_url`); | | ALTER TABLE `communities` ADD FULLTEXT KEY `community_url` (`community_url`); |
| | | |
| -- | | -- |
| -- Indexes for table `communities_categories` | | -- Indexes for table `communities_categories` |
| -- | | -- |
| ALTER TABLE `communities_categories` | | ALTER TABLE `communities_categories` |
| ADD PRIMARY KEY (`category_id`), | | ADD PRIMARY KEY (`category_id`), |
| ADD KEY `category_parent` (`category_parent`,`category_keywords`), | | ADD KEY `category_parent` (`category_parent`,`category_keywords`), |
| ADD KEY `category_status` (`category_status`); | | ADD KEY `category_status` (`category_status`); |
| | | |
| -- | | -- |
| -- Indexes for table `communities_modules` | | -- Indexes for table `communities_modules` |
| -- | | -- |
| ALTER TABLE `communities_modules` | | ALTER TABLE `communities_modules` |
| ADD PRIMARY KEY (`module_id`), | | ADD PRIMARY KEY (`module_id`), |
| ADD KEY `module_shortname` (`module_shortname`), | | ADD KEY `module_shortname` (`module_shortname`), |
| ADD KEY `module_active` (`module_active`); | | ADD KEY `module_active` (`module_active`); |
| | | |
| -- | | -- |
| -- Indexes for table `communities_most_active` | | -- Indexes for table `communities_most_active` |
| -- | | -- |
| ALTER TABLE `communities_most_active` | | ALTER TABLE `communities_most_active` |
| ADD PRIMARY KEY (`cmactive_id`,`community_id`); | | ADD PRIMARY KEY (`cmactive_id`,`community_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `communities_template_permissions` | | -- Indexes for table `communities_template_permissions` |
| -- | | -- |
| ALTER TABLE `communities_template_permissions` | | ALTER TABLE `communities_template_permissions` |
| ADD PRIMARY KEY (`ctpermission_id`), | | ADD PRIMARY KEY (`ctpermission_id`), |
| ADD KEY `permission_index` (`permission_type`,`permission_value`,`template`); | | ADD KEY `permission_index` (`permission_type`,`permission_value`,`template`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_acl` | | -- Indexes for table `community_acl` |
| -- | | -- |
| ALTER TABLE `community_acl` | | ALTER TABLE `community_acl` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_acl_groups` | | -- Indexes for table `community_acl_groups` |
| -- | | -- |
| ALTER TABLE `community_acl_groups` | | ALTER TABLE `community_acl_groups` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_announcements` | | -- Indexes for table `community_announcements` |
| -- | | -- |
| ALTER TABLE `community_announcements` | | ALTER TABLE `community_announcements` |
| ADD PRIMARY KEY (`cannouncement_id`), | | ADD PRIMARY KEY (`cannouncement_id`), |
| ADD KEY `community_id` (`community_id`,`proxy_id`,`release_date`,`release_until`,`updated_date`,`updated_by`); | | ADD KEY `community_id` (`community_id`,`proxy_id`,`release_date`,`release_until`,`updated_date`,`updated_by`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_courses` | | -- Indexes for table `community_courses` |
| -- | | -- |
| ALTER TABLE `community_courses` | | ALTER TABLE `community_courses` |
| ADD PRIMARY KEY (`community_course_id`), | | ADD PRIMARY KEY (`community_course_id`), |
| ADD KEY `community_id` (`community_id`,`course_id`); | | ADD KEY `community_id` (`community_id`,`course_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_course_cperiods` | | -- Indexes for table `community_course_cperiods` |
| -- | | -- |
| ALTER TABLE `community_course_cperiods` | | ALTER TABLE `community_course_cperiods` |
| ADD PRIMARY KEY (`cccperiod_id`), | | ADD PRIMARY KEY (`cccperiod_id`), |
| ADD KEY `community_id` (`community_id`), | | ADD KEY `community_id` (`community_id`), |
| ADD KEY `course_id` (`course_id`), | | ADD KEY `course_id` (`course_id`), |
| ADD KEY `cperiod_id` (`cperiod_id`); | | ADD KEY `cperiod_id` (`cperiod_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_discussions` | | -- Indexes for table `community_discussions` |
| -- | | -- |
| ALTER TABLE `community_discussions` | | ALTER TABLE `community_discussions` |
| ADD PRIMARY KEY (`cdiscussion_id`), | | ADD PRIMARY KEY (`cdiscussion_id`), |
| ADD KEY `community_id` (`community_id`,`forum_order`,`allow_member_post`,`allow_member_reply`), | | ADD KEY `community_id` (`community_id`,`forum_order`,`allow_member_post`,`allow_member_reply`), |
| ADD KEY `release_date` (`release_date`), | | ADD KEY `release_date` (`release_date`), |
| ADD KEY `release_until` (`release_until`), | | ADD KEY `release_until` (`release_until`), |
| ADD KEY `allow_member_read` (`allow_member_read`), | | ADD KEY `allow_member_read` (`allow_member_read`), |
| ADD KEY `allow_public_read` (`allow_public_read`), | | ADD KEY `allow_public_read` (`allow_public_read`), |
| ADD KEY `allow_troll_read` (`allow_troll_read`), | | ADD KEY `allow_troll_read` (`allow_troll_read`), |
| ADD KEY `allow_troll_post` (`allow_troll_post`), | | ADD KEY `allow_troll_post` (`allow_troll_post`), |
| ADD KEY `allow_troll_reply` (`allow_troll_reply`), | | ADD KEY `allow_troll_reply` (`allow_troll_reply`), |
| ADD KEY `allow_public_post` (`allow_public_post`), | | ADD KEY `allow_public_post` (`allow_public_post`), |
| ADD KEY `allow_public_reply` (`allow_public_reply`), | | ADD KEY `allow_public_reply` (`allow_public_reply`), |
| ADD KEY `forum_active` (`forum_active`), | | ADD KEY `forum_active` (`forum_active`), |
| ADD KEY `admin_notification` (`admin_notifications`), | | ADD KEY `admin_notification` (`admin_notifications`), |
| ADD KEY `page_id` (`cdiscussion_id`,`cpage_id`,`community_id`), | | ADD KEY `page_id` (`cdiscussion_id`,`cpage_id`,`community_id`), |
| ADD KEY `community_id2` (`community_id`,`forum_active`,`cpage_id`,`forum_order`,`forum_title`); | | ADD KEY `community_id2` (`community_id`,`forum_active`,`cpage_id`,`forum_order`,`forum_title`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_discussions_files` | | -- Indexes for table `community_discussions_files` |
| -- | | -- |
| ALTER TABLE `community_discussions_files` | | ALTER TABLE `community_discussions_files` |
| ADD PRIMARY KEY (`cdfile_id`), | | ADD PRIMARY KEY (`cdfile_id`), |
| ADD KEY `cdfile_id` (`cdfile_id`,`community_id`,`proxy_id`,`updated_date`,`updated_by`), | | ADD KEY `cdfile_id` (`cdfile_id`,`community_id`,`proxy_id`,`updated_date`,`updated_by`), |
| ADD KEY `file_active` (`file_active`), | | ADD KEY `file_active` (`file_active`), |
| ADD KEY `release_date` (`release_date`,`release_until`), | | ADD KEY `release_date` (`release_date`,`release_until`), |
| ADD KEY `allow_member_edit` (`allow_member_revision`,`allow_troll_revision`), | | ADD KEY `allow_member_edit` (`allow_member_revision`,`allow_troll_revision`), |
| ADD KEY `access_method` (`access_method`); | | ADD KEY `access_method` (`access_method`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_discussions_open` | | -- Indexes for table `community_discussions_open` |
| -- | | -- |
| ALTER TABLE `community_discussions_open` | | ALTER TABLE `community_discussions_open` |
| ADD PRIMARY KEY (`cdopen_id`); | | ADD PRIMARY KEY (`cdopen_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_discussion_file_versions` | | -- Indexes for table `community_discussion_file_versions` |
| -- | | -- |
| ALTER TABLE `community_discussion_file_versions` | | ALTER TABLE `community_discussion_file_versions` |
| ADD PRIMARY KEY (`cdfversion_id`), | | ADD PRIMARY KEY (`cdfversion_id`), |
| ADD KEY `cdtopic_id` (`cdfile_id`,`cdtopic_id`,`community_id`,`proxy_id`,`file_version`,`updated_date`,`updated_by`), | | ADD KEY `cdtopic_id` (`cdfile_id`,`cdtopic_id`,`community_id`,`proxy_id`,`file_version`,`updated_date`,`updated_by`), |
| ADD KEY `file_active` (`file_active`); | | ADD KEY `file_active` (`file_active`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_discussion_topics` | | -- Indexes for table `community_discussion_topics` |
| -- | | -- |
| ALTER TABLE `community_discussion_topics` | | ALTER TABLE `community_discussion_topics` |
| ADD PRIMARY KEY (`cdtopic_id`), | | ADD PRIMARY KEY (`cdtopic_id`), |
| ADD KEY `cdiscussion_parent` (`cdtopic_parent`,`community_id`,`proxy_id`,`updated_date`,`updated_by`), | | ADD KEY `cdiscussion_parent` (`cdtopic_parent`,`community_id`,`proxy_id`,`updated_date`,`updated_by`), |
| ADD KEY `cdiscussion_id` (`cdiscussion_id`), | | ADD KEY `cdiscussion_id` (`cdiscussion_id`), |
| ADD KEY `topic_active` (`topic_active`), | | ADD KEY `topic_active` (`topic_active`), |
| ADD KEY `release_date` (`release_date`,`release_until`), | | ADD KEY `release_date` (`release_date`,`release_until`), |
| ADD KEY `community_id` (`cdtopic_id`,`community_id`), | | ADD KEY `community_id` (`cdtopic_id`,`community_id`), |
| ADD KEY `cdtopic_parent` (`cdtopic_parent`,`community_id`), | | ADD KEY `cdtopic_parent` (`cdtopic_parent`,`community_id`), |
| ADD KEY `user` (`cdiscussion_id`,`community_id`,`topic_active`,`cdtopic_parent`,`proxy_id`,`release_date`,`release_until`), | | ADD KEY `user` (`cdiscussion_id`,`community_id`,`topic_active`,`cdtopic_parent`,`proxy_id`,`release_date`,`release_until`), |
| ADD KEY `admin` (`cdiscussion_id`,`community_id`,`topic_active`,`cdtopic_parent`), | | ADD KEY `admin` (`cdiscussion_id`,`community_id`,`topic_active`,`cdtopic_parent`), |
| ADD KEY `post` (`proxy_id`,`community_id`,`cdtopic_id`,`cdtopic_parent`,`topic_active`), | | ADD KEY `post` (`proxy_id`,`community_id`,`cdtopic_id`,`cdtopic_parent`,`topic_active`), |
| ADD KEY `release` (`proxy_id`,`community_id`,`cdtopic_parent`,`topic_active`,`release_date`), | | ADD KEY `release` (`proxy_id`,`community_id`,`cdtopic_parent`,`topic_active`,`release_date`), |
| ADD KEY `community` (`cdtopic_id`,`community_id`); | | ADD KEY `community` (`cdtopic_id`,`community_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_events` | | -- Indexes for table `community_events` |
| -- | | -- |
| ALTER TABLE `community_events` | | ALTER TABLE `community_events` |
| ADD PRIMARY KEY (`cevent_id`), | | ADD PRIMARY KEY (`cevent_id`), |
| ADD KEY `community_id` (`community_id`,`cpage_id`,`proxy_id`,`event_start`,`event_finish`,`release_date`,`release_until`,`updated_date`,`updated_by`); | | ADD KEY `community_id` (`community_id`,`cpage_id`,`proxy_id`,`event_start`,`event_finish`,`release_date`,`release_until`,`updated_date`,`updated_by`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_galleries` | | -- Indexes for table `community_galleries` |
| -- | | -- |
| ALTER TABLE `community_galleries` | | ALTER TABLE `community_galleries` |
| ADD PRIMARY KEY (`cgallery_id`), | | ADD PRIMARY KEY (`cgallery_id`), |
| ADD KEY `community_id` (`community_id`,`gallery_order`,`allow_member_upload`,`allow_member_comment`), | | ADD KEY `community_id` (`community_id`,`gallery_order`,`allow_member_upload`,`allow_member_comment`), |
| ADD KEY `release_date` (`release_date`), | | ADD KEY `release_date` (`release_date`), |
| ADD KEY `release_until` (`release_until`), | | ADD KEY `release_until` (`release_until`), |
| ADD KEY `allow_member_read` (`allow_member_read`), | | ADD KEY `allow_member_read` (`allow_member_read`), |
| ADD KEY `allow_public_read` (`allow_public_read`), | | ADD KEY `allow_public_read` (`allow_public_read`), |
| ADD KEY `allow_troll_read` (`allow_troll_read`), | | ADD KEY `allow_troll_read` (`allow_troll_read`), |
| ADD KEY `allow_troll_upload` (`allow_troll_upload`), | | ADD KEY `allow_troll_upload` (`allow_troll_upload`), |
| ADD KEY `allow_troll_comments` (`allow_troll_comment`), | | ADD KEY `allow_troll_comments` (`allow_troll_comment`), |
| ADD KEY `allow_public_upload` (`allow_public_upload`), | | ADD KEY `allow_public_upload` (`allow_public_upload`), |
| ADD KEY `allow_public_comments` (`allow_public_comment`), | | ADD KEY `allow_public_comments` (`allow_public_comment`), |
| ADD KEY `gallery_active` (`gallery_active`), | | ADD KEY `gallery_active` (`gallery_active`), |
| ADD KEY `admin_notification` (`admin_notifications`), | | ADD KEY `admin_notification` (`admin_notifications`), |
| ADD KEY `gallery_cgphoto_id` (`gallery_cgphoto_id`); | | ADD KEY `gallery_cgphoto_id` (`gallery_cgphoto_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_gallery_comments` | | -- Indexes for table `community_gallery_comments` |
| -- | | -- |
| ALTER TABLE `community_gallery_comments` | | ALTER TABLE `community_gallery_comments` |
| ADD PRIMARY KEY (`cgcomment_id`), | | ADD PRIMARY KEY (`cgcomment_id`), |
| ADD KEY `cgallery_id` (`cgallery_id`,`community_id`,`proxy_id`,`comment_active`,`updated_date`,`updated_by`), | | ADD KEY `cgallery_id` (`cgallery_id`,`community_id`,`proxy_id`,`comment_active`,`updated_date`,`updated_by`), |
| ADD KEY `cgphoto_id` (`cgphoto_id`), | | ADD KEY `cgphoto_id` (`cgphoto_id`), |
| ADD KEY `release_date` (`release_date`); | | ADD KEY `release_date` (`release_date`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_gallery_photos` | | -- Indexes for table `community_gallery_photos` |
| -- | | -- |
| ALTER TABLE `community_gallery_photos` | | ALTER TABLE `community_gallery_photos` |
| ADD PRIMARY KEY (`cgphoto_id`), | | ADD PRIMARY KEY (`cgphoto_id`), |
| ADD KEY `cgallery_id` (`cgallery_id`,`community_id`,`proxy_id`,`photo_filesize`,`updated_date`,`updated_by`), | | ADD KEY `cgallery_id` (`cgallery_id`,`community_id`,`proxy_id`,`photo_filesize`,`updated_date`,`updated_by`), |
| ADD KEY `photo_active` (`photo_active`), | | ADD KEY `photo_active` (`photo_active`), |
| ADD KEY `release_date` (`release_date`,`release_until`), | | ADD KEY `release_date` (`release_date`,`release_until`), |
| ADD KEY `community_photo_active` (`community_id`,`photo_active`); | | ADD KEY `community_photo_active` (`community_id`,`photo_active`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_history` | | -- Indexes for table `community_history` |
| -- | | -- |
| ALTER TABLE `community_history` | | ALTER TABLE `community_history` |
| ADD PRIMARY KEY (`chistory_id`), | | ADD PRIMARY KEY (`chistory_id`), |
| ADD KEY `community_id` (`community_id`,`history_display`), | | ADD KEY `community_id` (`community_id`,`history_display`), |
| ADD KEY `history_timestamp` (`history_timestamp`), | | ADD KEY `history_timestamp` (`history_timestamp`), |
| ADD KEY `cpage_id` (`cpage_id`), | | ADD KEY `cpage_id` (`cpage_id`), |
| ADD KEY `record_id` (`record_id`); | | ADD KEY `record_id` (`record_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_mailing_lists` | | -- Indexes for table `community_mailing_lists` |
| -- | | -- |
| ALTER TABLE `community_mailing_lists` | | ALTER TABLE `community_mailing_lists` |
| ADD PRIMARY KEY (`cmlist_id`), | | ADD PRIMARY KEY (`cmlist_id`), |
| ADD KEY `community_id` (`community_id`,`list_name`); | | ADD KEY `community_id` (`community_id`,`list_name`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_mailing_list_members` | | -- Indexes for table `community_mailing_list_members` |
| -- | | -- |
| ALTER TABLE `community_mailing_list_members` | | ALTER TABLE `community_mailing_list_members` |
| ADD PRIMARY KEY (`cmlmember_id`), | | ADD PRIMARY KEY (`cmlmember_id`), |
| ADD UNIQUE KEY `member_id` (`community_id`,`proxy_id`); | | ADD UNIQUE KEY `member_id` (`community_id`,`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_members` | | -- Indexes for table `community_members` |
| -- | | -- |
| ALTER TABLE `community_members` | | ALTER TABLE `community_members` |
| ADD PRIMARY KEY (`cmember_id`), | | ADD PRIMARY KEY (`cmember_id`), |
| ADD KEY `community_id` (`community_id`,`proxy_id`,`member_joined`,`member_acl`), | | ADD KEY `community_id` (`community_id`,`proxy_id`,`member_joined`,`member_acl`), |
| ADD KEY `member_active` (`member_active`), | | ADD KEY `member_active` (`member_active`), |
| ADD KEY `community_id_2` (`community_id`,`proxy_id`,`member_active`); | | ADD KEY `community_id_2` (`community_id`,`proxy_id`,`member_active`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_modules` | | -- Indexes for table `community_modules` |
| -- | | -- |
| ALTER TABLE `community_modules` | | ALTER TABLE `community_modules` |
| ADD PRIMARY KEY (`cmodule_id`), | | ADD PRIMARY KEY (`cmodule_id`), |
| ADD KEY `community_id` (`community_id`,`module_id`,`module_active`); | | ADD KEY `community_id` (`community_id`,`module_id`,`module_active`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_notifications` | | -- Indexes for table `community_notifications` |
| -- | | -- |
| ALTER TABLE `community_notifications` | | ALTER TABLE `community_notifications` |
| ADD PRIMARY KEY (`cnotification_id`); | | ADD PRIMARY KEY (`cnotification_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_notify_members` | | -- Indexes for table `community_notify_members` |
| -- | | -- |
| ALTER TABLE `community_notify_members` | | ALTER TABLE `community_notify_members` |
| ADD PRIMARY KEY (`cnmember_id`), | | ADD PRIMARY KEY (`cnmember_id`), |
| ADD KEY `idx_notify_members` (`community_id`,`record_id`,`notify_type`,`notify_active`); | | ADD KEY `idx_notify_members` (`community_id`,`record_id`,`notify_type`,`notify_active`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_pages` | | -- Indexes for table `community_pages` |
| -- | | -- |
| ALTER TABLE `community_pages` | | ALTER TABLE `community_pages` |
| ADD PRIMARY KEY (`cpage_id`), | | ADD PRIMARY KEY (`cpage_id`), |
| ADD KEY `cpage_id` (`cpage_id`,`community_id`,`page_url`(255),`page_active`), | | ADD KEY `cpage_id` (`cpage_id`,`community_id`,`page_url`(255),`page_active`), |
| ADD KEY `community_id` (`community_id`,`parent_id`,`page_url`(255),`page_active`), | | ADD KEY `community_id` (`community_id`,`parent_id`,`page_url`(255),`page_active`), |
| ADD KEY `page_order` (`page_order`), | | ADD KEY `page_order` (`page_order`), |
| ADD KEY `community_id_2` (`community_id`,`page_url`(255)), | | ADD KEY `community_id_2` (`community_id`,`page_url`(255)), |
| ADD KEY `community_id_3` (`community_id`,`page_type`); | | ADD KEY `community_id_3` (`community_id`,`page_type`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_page_navigation` | | -- Indexes for table `community_page_navigation` |
| -- | | -- |
| ALTER TABLE `community_page_navigation` | | ALTER TABLE `community_page_navigation` |
| ADD PRIMARY KEY (`cpnav_id`), | | ADD PRIMARY KEY (`cpnav_id`), |
| ADD KEY `cpage_id` (`cpage_id`); | | ADD KEY `cpage_id` (`cpage_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_page_options` | | -- Indexes for table `community_page_options` |
| -- | | -- |
| ALTER TABLE `community_page_options` | | ALTER TABLE `community_page_options` |
| ADD PRIMARY KEY (`cpoption_id`,`community_id`,`cpage_id`), | | ADD PRIMARY KEY (`cpoption_id`,`community_id`,`cpage_id`), |
| ADD KEY `cpage_id` (`cpage_id`); | | ADD KEY `cpage_id` (`cpage_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_permissions` | | -- Indexes for table `community_permissions` |
| -- | | -- |
| ALTER TABLE `community_permissions` | | ALTER TABLE `community_permissions` |
| ADD PRIMARY KEY (`cpermission_id`), | | ADD PRIMARY KEY (`cpermission_id`), |
| ADD KEY `community_id` (`community_id`,`module_id`,`action`,`level`); | | ADD KEY `community_id` (`community_id`,`module_id`,`action`,`level`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_polls` | | -- Indexes for table `community_polls` |
| -- | | -- |
| ALTER TABLE `community_polls` | | ALTER TABLE `community_polls` |
| ADD PRIMARY KEY (`cpolls_id`), | | ADD PRIMARY KEY (`cpolls_id`), |
| ADD KEY `community_id` (`community_id`), | | ADD KEY `community_id` (`community_id`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `poll_title` (`poll_title`), | | ADD KEY `poll_title` (`poll_title`), |
| ADD KEY `poll_notifications` (`poll_notifications`), | | ADD KEY `poll_notifications` (`poll_notifications`), |
| ADD KEY `release_date` (`release_date`), | | ADD KEY `release_date` (`release_date`), |
| ADD KEY `release_until` (`release_until`), | | ADD KEY `release_until` (`release_until`), |
| ADD KEY `allow_multiple` (`allow_multiple`), | | ADD KEY `allow_multiple` (`allow_multiple`), |
| ADD KEY `allow_member_read` (`allow_member_read`), | | ADD KEY `allow_member_read` (`allow_member_read`), |
| ADD KEY `allow_member_vote` (`allow_member_vote`); | | ADD KEY `allow_member_vote` (`allow_member_vote`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_polls_access` | | -- Indexes for table `community_polls_access` |
| -- | | -- |
| ALTER TABLE `community_polls_access` | | ALTER TABLE `community_polls_access` |
| ADD PRIMARY KEY (`cpaccess_id`), | | ADD PRIMARY KEY (`cpaccess_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_polls_questions` | | -- Indexes for table `community_polls_questions` |
| -- | | -- |
| ALTER TABLE `community_polls_questions` | | ALTER TABLE `community_polls_questions` |
| ADD PRIMARY KEY (`cpquestion_id`), | | ADD PRIMARY KEY (`cpquestion_id`), |
| ADD KEY `cpolls_id` (`cpolls_id`), | | ADD KEY `cpolls_id` (`cpolls_id`), |
| ADD KEY `community_id` (`community_id`), | | ADD KEY `community_id` (`community_id`), |
| ADD KEY `cpage_id` (`cpage_id`); | | ADD KEY `cpage_id` (`cpage_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_polls_responses` | | -- Indexes for table `community_polls_responses` |
| -- | | -- |
| ALTER TABLE `community_polls_responses` | | ALTER TABLE `community_polls_responses` |
| ADD PRIMARY KEY (`cpresponses_id`), | | ADD PRIMARY KEY (`cpresponses_id`), |
| ADD KEY `cpolls_id` (`cpolls_id`), | | ADD KEY `cpolls_id` (`cpolls_id`), |
| ADD KEY `response_index` (`response_index`); | | ADD KEY `response_index` (`response_index`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_polls_results` | | -- Indexes for table `community_polls_results` |
| -- | | -- |
| ALTER TABLE `community_polls_results` | | ALTER TABLE `community_polls_results` |
| ADD PRIMARY KEY (`cpresults_id`), | | ADD PRIMARY KEY (`cpresults_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_shares` | | -- Indexes for table `community_shares` |
| -- | | -- |
| ALTER TABLE `community_shares` | | ALTER TABLE `community_shares` |
| ADD PRIMARY KEY (`cshare_id`), | | ADD PRIMARY KEY (`cshare_id`), |
| ADD KEY `community_id` (`community_id`,`folder_order`,`allow_member_upload`,`allow_member_comment`), | | ADD KEY `community_id` (`community_id`,`folder_order`,`allow_member_upload`,`allow_member_comment`), |
| ADD KEY `release_date` (`release_date`), | | ADD KEY `release_date` (`release_date`), |
| ADD KEY `release_until` (`release_until`), | | ADD KEY `release_until` (`release_until`), |
| ADD KEY `allow_member_read` (`allow_member_read`), | | ADD KEY `allow_member_read` (`allow_member_read`), |
| ADD KEY `allow_public_read` (`allow_public_read`), | | ADD KEY `allow_public_read` (`allow_public_read`), |
| ADD KEY `allow_troll_read` (`allow_troll_read`), | | ADD KEY `allow_troll_read` (`allow_troll_read`), |
| ADD KEY `allow_troll_upload` (`allow_troll_upload`), | | ADD KEY `allow_troll_upload` (`allow_troll_upload`), |
| ADD KEY `allow_troll_comments` (`allow_troll_comment`), | | ADD KEY `allow_troll_comments` (`allow_troll_comment`), |
| ADD KEY `allow_public_upload` (`allow_public_upload`), | | ADD KEY `allow_public_upload` (`allow_public_upload`), |
| ADD KEY `allow_public_comments` (`allow_public_comment`), | | ADD KEY `allow_public_comments` (`allow_public_comment`), |
| ADD KEY `folder_active` (`folder_active`), | | ADD KEY `folder_active` (`folder_active`), |
| ADD KEY `admin_notification` (`admin_notifications`), | | ADD KEY `admin_notification` (`admin_notifications`), |
| ADD KEY `folder_icon` (`folder_icon`); | | ADD KEY `folder_icon` (`folder_icon`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_shares_open` | | -- Indexes for table `community_shares_open` |
| -- | | -- |
| ALTER TABLE `community_shares_open` | | ALTER TABLE `community_shares_open` |
| ADD PRIMARY KEY (`cshareopem_id`); | | ADD PRIMARY KEY (`cshareopem_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_share_comments` | | -- Indexes for table `community_share_comments` |
| -- | | -- |
| ALTER TABLE `community_share_comments` | | ALTER TABLE `community_share_comments` |
| ADD PRIMARY KEY (`cscomment_id`), | | ADD PRIMARY KEY (`cscomment_id`), |
| ADD KEY `cshare_id` (`cshare_id`,`community_id`,`proxy_id`,`comment_active`,`updated_date`,`updated_by`), | | ADD KEY `cshare_id` (`cshare_id`,`community_id`,`proxy_id`,`comment_active`,`updated_date`,`updated_by`), |
| ADD KEY `csfile_id` (`csfile_id`), | | ADD KEY `csfile_id` (`csfile_id`), |
| ADD KEY `release_date` (`release_date`); | | ADD KEY `release_date` (`release_date`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_share_files` | | -- Indexes for table `community_share_files` |
| -- | | -- |
| ALTER TABLE `community_share_files` | | ALTER TABLE `community_share_files` |
| ADD PRIMARY KEY (`csfile_id`), | | ADD PRIMARY KEY (`csfile_id`), |
| ADD KEY `cshare_id` (`cshare_id`,`community_id`,`proxy_id`,`updated_date`,`updated_by`), | | ADD KEY `cshare_id` (`cshare_id`,`community_id`,`proxy_id`,`updated_date`,`updated_by`), |
| ADD KEY `file_active` (`file_active`), | | ADD KEY `file_active` (`file_active`), |
| ADD KEY `release_date` (`release_date`,`release_until`), | | ADD KEY `release_date` (`release_date`,`release_until`), |
| ADD KEY `allow_member_edit` (`allow_member_revision`,`allow_troll_revision`), | | ADD KEY `allow_member_edit` (`allow_member_revision`,`allow_troll_revision`), |
| ADD KEY `access_method` (`access_method`); | | ADD KEY `access_method` (`access_method`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_share_file_versions` | | -- Indexes for table `community_share_file_versions` |
| -- | | -- |
| ALTER TABLE `community_share_file_versions` | | ALTER TABLE `community_share_file_versions` |
| ADD PRIMARY KEY (`csfversion_id`), | | ADD PRIMARY KEY (`csfversion_id`), |
| ADD KEY `cshare_id` (`csfile_id`,`cshare_id`,`community_id`,`proxy_id`,`file_version`,`updated_date`,`updated_by`), | | ADD KEY `cshare_id` (`csfile_id`,`cshare_id`,`community_id`,`proxy_id`,`file_version`,`updated_date`,`updated_by`), |
| ADD KEY `file_active` (`file_active`), | | ADD KEY `file_active` (`file_active`), |
| ADD KEY `community_file_active` (`community_id`,`file_active`); | | ADD KEY `community_file_active` (`community_id`,`file_active`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_share_html` | | -- Indexes for table `community_share_html` |
| -- | | -- |
| ALTER TABLE `community_share_html` | | ALTER TABLE `community_share_html` |
| ADD PRIMARY KEY (`cshtml_id`), | | ADD PRIMARY KEY (`cshtml_id`), |
| ADD KEY `cshtml_id` (`cshare_id`,`community_id`,`proxy_id`,`updated_date`,`updated_by`), | | ADD KEY `cshtml_id` (`cshare_id`,`community_id`,`proxy_id`,`updated_date`,`updated_by`), |
| ADD KEY `html_active` (`html_active`), | | ADD KEY `html_active` (`html_active`), |
| ADD KEY `release_date` (`release_date`,`release_until`), | | ADD KEY `release_date` (`release_date`,`release_until`), |
| ADD KEY `allow_read` (`allow_member_read`,`allow_troll_read`), | | ADD KEY `allow_read` (`allow_member_read`,`allow_troll_read`), |
| ADD KEY `access_method` (`access_method`); | | ADD KEY `access_method` (`access_method`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_share_links` | | -- Indexes for table `community_share_links` |
| -- | | -- |
| ALTER TABLE `community_share_links` | | ALTER TABLE `community_share_links` |
| ADD PRIMARY KEY (`cslink_id`), | | ADD PRIMARY KEY (`cslink_id`), |
| ADD KEY `cshare_id` (`cshare_id`,`community_id`,`proxy_id`,`updated_date`,`updated_by`), | | ADD KEY `cshare_id` (`cshare_id`,`community_id`,`proxy_id`,`updated_date`,`updated_by`), |
| ADD KEY `link_active` (`link_active`), | | ADD KEY `link_active` (`link_active`), |
| ADD KEY `release_date` (`release_date`,`release_until`), | | ADD KEY `release_date` (`release_date`,`release_until`), |
| ADD KEY `allow_member_edit` (`allow_member_revision`,`allow_troll_revision`); | | ADD KEY `allow_member_edit` (`allow_member_revision`,`allow_troll_revision`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_templates` | | -- Indexes for table `community_templates` |
| -- | | -- |
| ALTER TABLE `community_templates` | | ALTER TABLE `community_templates` |
| ADD PRIMARY KEY (`template_id`); | | ADD PRIMARY KEY (`template_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_type_pages` | | -- Indexes for table `community_type_pages` |
| -- | | -- |
| ALTER TABLE `community_type_pages` | | ALTER TABLE `community_type_pages` |
| ADD PRIMARY KEY (`ctpage_id`), | | ADD PRIMARY KEY (`ctpage_id`), |
| ADD KEY `type_id` (`type_id`,`type_scope`); | | ADD KEY `type_id` (`type_id`,`type_scope`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_type_page_options` | | -- Indexes for table `community_type_page_options` |
| -- | | -- |
| ALTER TABLE `community_type_page_options` | | ALTER TABLE `community_type_page_options` |
| ADD PRIMARY KEY (`ctpoption_id`,`ctpage_id`); | | ADD PRIMARY KEY (`ctpoption_id`,`ctpage_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `community_type_templates` | | -- Indexes for table `community_type_templates` |
| -- | | -- |
| ALTER TABLE `community_type_templates` | | ALTER TABLE `community_type_templates` |
| ADD PRIMARY KEY (`cttemplate_id`); | | ADD PRIMARY KEY (`cttemplate_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `courses` | | -- Indexes for table `courses` |
| -- | | -- |
| ALTER TABLE `courses` | | ALTER TABLE `courses` |
| ADD PRIMARY KEY (`course_id`), | | ADD PRIMARY KEY (`course_id`), |
| ADD KEY `notifications` (`notifications`), | | ADD KEY `notifications` (`notifications`), |
| ADD KEY `pcoord_id` (`pcoord_id`), | | ADD KEY `pcoord_id` (`pcoord_id`), |
| ADD KEY `evalrep_id` (`evalrep_id`), | | ADD KEY `evalrep_id` (`evalrep_id`), |
| ADD KEY `studrep_id` (`studrep_id`), | | ADD KEY `studrep_id` (`studrep_id`), |
| ADD KEY `parent_id` (`parent_id`), | | ADD KEY `parent_id` (`parent_id`), |
| ADD KEY `curriculum_type_id` (`curriculum_type_id`), | | ADD KEY `curriculum_type_id` (`curriculum_type_id`), |
| ADD KEY `course_code` (`course_code`), | | ADD KEY `course_code` (`course_code`), |
| ADD KEY `course_active` (`course_active`); | | ADD KEY `course_active` (`course_active`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_audience` | | -- Indexes for table `course_audience` |
| -- | | -- |
| ALTER TABLE `course_audience` | | ALTER TABLE `course_audience` |
| ADD PRIMARY KEY (`caudience_id`), | | ADD PRIMARY KEY (`caudience_id`), |
| ADD KEY `course_id` (`course_id`), | | ADD KEY `course_id` (`course_id`), |
| ADD KEY `audience_type` (`audience_type`), | | ADD KEY `audience_type` (`audience_type`), |
| ADD KEY `audience_value` (`audience_value`), | | ADD KEY `audience_value` (`audience_value`), |
| ADD KEY `audience_active` (`audience_active`); | | ADD KEY `audience_active` (`audience_active`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_audience_groups` | | -- Indexes for table `course_audience_groups` |
| -- | | -- |
| ALTER TABLE `course_audience_groups` | | ALTER TABLE `course_audience_groups` |
| ADD PRIMARY KEY (`group_id`), | | ADD PRIMARY KEY (`group_id`), |
| ADD KEY `course_id` (`course_id`), | | ADD KEY `course_id` (`course_id`), |
| ADD KEY `cperiod_id` (`cperiod_id`); | | ADD KEY `cperiod_id` (`cperiod_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_capture_eventtypes` | | -- Indexes for table `course_capture_eventtypes` |
| -- | | -- |
| ALTER TABLE `course_capture_eventtypes` | | ALTER TABLE `course_capture_eventtypes` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `cceventtypes_courses_fk_1` (`course_id`), | | ADD KEY `cceventtypes_courses_fk_1` (`course_id`), |
| ADD KEY `cceventtypes_elueventtypes_fk_2` (`eventtype_id`); | | ADD KEY `cceventtypes_elueventtypes_fk_2` (`eventtype_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_capture_media_source_entities` | | -- Indexes for table `course_capture_media_source_entities` |
| -- | | -- |
| ALTER TABLE `course_capture_media_source_entities` | | ALTER TABLE `course_capture_media_source_entities` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_contacts` | | -- Indexes for table `course_contacts` |
| -- | | -- |
| ALTER TABLE `course_contacts` | | ALTER TABLE `course_contacts` |
| ADD PRIMARY KEY (`contact_id`), | | ADD PRIMARY KEY (`contact_id`), |
| ADD KEY `course_id` (`course_id`), | | ADD KEY `course_id` (`course_id`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `contact_type` (`contact_type`), | | ADD KEY `contact_type` (`contact_type`), |
| ADD KEY `contact_order` (`contact_order`); | | ADD KEY `contact_order` (`contact_order`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_files` | | -- Indexes for table `course_files` |
| -- | | -- |
| ALTER TABLE `course_files` | | ALTER TABLE `course_files` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `course_id` (`course_id`), | | ADD KEY `course_id` (`course_id`), |
| ADD KEY `required` (`required`), | | ADD KEY `required` (`required`), |
| ADD KEY `valid_from` (`valid_from`), | | ADD KEY `valid_from` (`valid_from`), |
| ADD KEY `valid_until` (`valid_until`), | | ADD KEY `valid_until` (`valid_until`), |
| ADD KEY `access_method` (`access_method`); | | ADD KEY `access_method` (`access_method`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_grading_scale` | | -- Indexes for table `course_grading_scale` |
| -- | | -- |
| ALTER TABLE `course_grading_scale` | | ALTER TABLE `course_grading_scale` |
| ADD PRIMARY KEY (`cgscale_id`), | | ADD PRIMARY KEY (`cgscale_id`), |
| ADD KEY `agscale_id` (`agscale_id`), | | ADD KEY `agscale_id` (`agscale_id`), |
| ADD KEY `course_id` (`course_id`), | | ADD KEY `course_id` (`course_id`), |
| ADD KEY `cperiod_id` (`cperiod_id`); | | ADD KEY `cperiod_id` (`cperiod_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_groups` | | -- Indexes for table `course_groups` |
| -- | | -- |
| ALTER TABLE `course_groups` | | ALTER TABLE `course_groups` |
| ADD PRIMARY KEY (`cgroup_id`), | | ADD PRIMARY KEY (`cgroup_id`), |
| ADD KEY `course_id` (`course_id`); | | ADD KEY `course_id` (`course_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_group_audience` | | -- Indexes for table `course_group_audience` |
| -- | | -- |
| ALTER TABLE `course_group_audience` | | ALTER TABLE `course_group_audience` |
| ADD PRIMARY KEY (`cgaudience_id`), | | ADD PRIMARY KEY (`cgaudience_id`), |
| ADD KEY `cgroup_proxy_active` (`cgroup_id`,`proxy_id`,`active`), | | ADD KEY `cgroup_proxy_active` (`cgroup_id`,`proxy_id`,`active`), |
| ADD KEY `cgroup_id` (`cgroup_id`), | | ADD KEY `cgroup_id` (`cgroup_id`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `active` (`active`); | | ADD KEY `active` (`active`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_group_contacts` | | -- Indexes for table `course_group_contacts` |
| -- | | -- |
| ALTER TABLE `course_group_contacts` | | ALTER TABLE `course_group_contacts` |
| ADD PRIMARY KEY (`cgcontact_id`), | | ADD PRIMARY KEY (`cgcontact_id`), |
| ADD UNIQUE KEY `event_id_2` (`cgroup_id`,`proxy_id`), | | ADD UNIQUE KEY `event_id_2` (`cgroup_id`,`proxy_id`), |
| ADD KEY `contact_order` (`contact_order`), | | ADD KEY `contact_order` (`contact_order`), |
| ADD KEY `event_id` (`cgroup_id`), | | ADD KEY `event_id` (`cgroup_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_group_contact_lu_roles` | | -- Indexes for table `course_group_contact_lu_roles` |
| -- | | -- |
| ALTER TABLE `course_group_contact_lu_roles` | | ALTER TABLE `course_group_contact_lu_roles` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_group_contact_role` | | -- Indexes for table `course_group_contact_role` |
| -- | | -- |
| ALTER TABLE `course_group_contact_role` | | ALTER TABLE `course_group_contact_role` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD UNIQUE KEY `event_id_2` (`cgcontact_id`,`role_id`), | | ADD UNIQUE KEY `event_id_2` (`cgcontact_id`,`role_id`), |
| ADD KEY `event_id` (`cgcontact_id`), | | ADD KEY `event_id` (`cgcontact_id`), |
| ADD KEY `proxy_id` (`role_id`); | | ADD KEY `proxy_id` (`role_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_keywords` | | -- Indexes for table `course_keywords` |
| -- | | -- |
| ALTER TABLE `course_keywords` | | ALTER TABLE `course_keywords` |
| ADD PRIMARY KEY (`ckeyword_id`), | | ADD PRIMARY KEY (`ckeyword_id`), |
| ADD KEY `course_id` (`course_id`), | | ADD KEY `course_id` (`course_id`), |
| ADD KEY `keyword_id` (`keyword_id`); | | ADD KEY `keyword_id` (`keyword_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_learner_levels` | | -- Indexes for table `course_learner_levels` |
| -- | | -- |
| ALTER TABLE `course_learner_levels` | | ALTER TABLE `course_learner_levels` |
| ADD PRIMARY KEY (`course_level_id`), | | ADD PRIMARY KEY (`course_level_id`), |
| ADD KEY `organisation_id` (`course_id`,`level_id`), | | ADD KEY `organisation_id` (`course_id`,`level_id`), |
| ADD KEY `course_learner_levels_level_id` (`level_id`); | | ADD KEY `course_learner_levels_level_id` (`level_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_linked_objectives` | | -- Indexes for table `course_linked_objectives` |
| -- | | -- |
| ALTER TABLE `course_linked_objectives` | | ALTER TABLE `course_linked_objectives` |
| ADD PRIMARY KEY (`clobjective_id`), | | ADD PRIMARY KEY (`clobjective_id`), |
| ADD KEY `course_id` (`course_id`), | | ADD KEY `course_id` (`course_id`), |
| ADD KEY `objective_target` (`objective_id`,`target_objective_id`), | | ADD KEY `objective_target` (`objective_id`,`target_objective_id`), |
| ADD KEY `cperiod_id` (`cperiod_id`); | | ADD KEY `cperiod_id` (`cperiod_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_links` | | -- Indexes for table `course_links` |
| -- | | -- |
| ALTER TABLE `course_links` | | ALTER TABLE `course_links` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `course_id` (`course_id`), | | ADD KEY `course_id` (`course_id`), |
| ADD KEY `required` (`required`), | | ADD KEY `required` (`required`), |
| ADD KEY `valid_from` (`valid_from`), | | ADD KEY `valid_from` (`valid_from`), |
| ADD KEY `valid_until` (`valid_until`); | | ADD KEY `valid_until` (`valid_until`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_lu_reports` | | -- Indexes for table `course_lu_reports` |
| -- | | -- |
| ALTER TABLE `course_lu_reports` | | ALTER TABLE `course_lu_reports` |
| ADD PRIMARY KEY (`course_report_id`); | | ADD PRIMARY KEY (`course_report_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_objectives` | | -- Indexes for table `course_objectives` |
| -- | | -- |
| ALTER TABLE `course_objectives` | | ALTER TABLE `course_objectives` |
| ADD PRIMARY KEY (`cobjective_id`), | | ADD PRIMARY KEY (`cobjective_id`), |
| ADD KEY `course_id` (`course_id`), | | ADD KEY `course_id` (`course_id`), |
| ADD KEY `objective_id` (`objective_id`), | | ADD KEY `objective_id` (`objective_id`), |
| ADD KEY `cperiod_id` (`cperiod_id`); | | ADD KEY `cperiod_id` (`cperiod_id`); |
| ALTER TABLE `course_objectives` ADD FULLTEXT KEY `ft_objective_details` (`objective_details`); | | ALTER TABLE `course_objectives` ADD FULLTEXT KEY `ft_objective_details` (`objective_details`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_reports` | | -- Indexes for table `course_reports` |
| -- | | -- |
| ALTER TABLE `course_reports` | | ALTER TABLE `course_reports` |
| ADD PRIMARY KEY (`creport_id`), | | ADD PRIMARY KEY (`creport_id`), |
| ADD KEY `course_id` (`course_id`); | | ADD KEY `course_id` (`course_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_report_organisations` | | -- Indexes for table `course_report_organisations` |
| -- | | -- |
| ALTER TABLE `course_report_organisations` | | ALTER TABLE `course_report_organisations` |
| ADD PRIMARY KEY (`crorganisation_id`), | | ADD PRIMARY KEY (`crorganisation_id`), |
| ADD KEY `organisation_id` (`organisation_id`); | | ADD KEY `organisation_id` (`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_settings` | | -- Indexes for table `course_settings` |
| -- | | -- |
| ALTER TABLE `course_settings` | | ALTER TABLE `course_settings` |
| ADD PRIMARY KEY (`csetting_id`), | | ADD PRIMARY KEY (`csetting_id`), |
| ADD KEY `course_id` (`course_id`), | | ADD KEY `course_id` (`course_id`), |
| ADD KEY `course_organisation` (`course_id`,`organisation_id`), | | ADD KEY `course_organisation` (`course_id`,`organisation_id`), |
| ADD KEY `shortname` (`shortname`), | | ADD KEY `shortname` (`shortname`), |
| ADD KEY `course_shortname` (`course_id`,`shortname`); | | ADD KEY `course_shortname` (`course_id`,`shortname`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_syllabi` | | -- Indexes for table `course_syllabi` |
| -- | | -- |
| ALTER TABLE `course_syllabi` | | ALTER TABLE `course_syllabi` |
| ADD PRIMARY KEY (`syllabus_id`); | | ADD PRIMARY KEY (`syllabus_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_tracks` | | -- Indexes for table `course_tracks` |
| -- | | -- |
| ALTER TABLE `course_tracks` | | ALTER TABLE `course_tracks` |
| ADD PRIMARY KEY (`curriculum_track_id`,`course_id`), | | ADD PRIMARY KEY (`curriculum_track_id`,`course_id`), |
| ADD UNIQUE KEY `curriculum_track_id` (`curriculum_track_id`,`course_id`); | | ADD UNIQUE KEY `curriculum_track_id` (`curriculum_track_id`,`course_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_units` | | -- Indexes for table `course_units` |
| -- | | -- |
| ALTER TABLE `course_units` | | ALTER TABLE `course_units` |
| ADD PRIMARY KEY (`cunit_id`), | | ADD PRIMARY KEY (`cunit_id`), |
| ADD KEY `course_id` (`course_id`), | | ADD KEY `course_id` (`course_id`), |
| ADD KEY `cperiod_id` (`cperiod_id`), | | ADD KEY `cperiod_id` (`cperiod_id`), |
| ADD KEY `week_id` (`week_id`); | | ADD KEY `week_id` (`week_id`); |
| ALTER TABLE `course_units` ADD FULLTEXT KEY `ft_unit_search` (`unit_code`,`unit_title`,`unit_description`); | | ALTER TABLE `course_units` ADD FULLTEXT KEY `ft_unit_search` (`unit_code`,`unit_title`,`unit_description`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_unit_contacts` | | -- Indexes for table `course_unit_contacts` |
| -- | | -- |
| ALTER TABLE `course_unit_contacts` | | ALTER TABLE `course_unit_contacts` |
| ADD PRIMARY KEY (`cucontact_id`), | | ADD PRIMARY KEY (`cucontact_id`), |
| ADD KEY `cunit_id` (`cunit_id`), | | ADD KEY `cunit_id` (`cunit_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_unit_linked_objectives` | | -- Indexes for table `course_unit_linked_objectives` |
| -- | | -- |
| ALTER TABLE `course_unit_linked_objectives` | | ALTER TABLE `course_unit_linked_objectives` |
| ADD PRIMARY KEY (`culobjective_id`), | | ADD PRIMARY KEY (`culobjective_id`), |
| ADD KEY `cunit_id` (`cunit_id`), | | ADD KEY `cunit_id` (`cunit_id`), |
| ADD KEY `linked_objective_id` (`linked_objective_id`); | | ADD KEY `linked_objective_id` (`linked_objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `course_unit_objectives` | | -- Indexes for table `course_unit_objectives` |
| -- | | -- |
| ALTER TABLE `course_unit_objectives` | | ALTER TABLE `course_unit_objectives` |
| ADD PRIMARY KEY (`cuobjective_id`), | | ADD PRIMARY KEY (`cuobjective_id`), |
| ADD KEY `cunit_id` (`cunit_id`), | | ADD KEY `cunit_id` (`cunit_id`), |
| ADD KEY `objective_id` (`objective_id`); | | ADD KEY `objective_id` (`objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cron` | | -- Indexes for table `cron` |
| -- | | -- |
| ALTER TABLE `cron` | | ALTER TABLE `cron` |
| ADD PRIMARY KEY (`cron_id`); | | ADD PRIMARY KEY (`cron_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cron_community_notifications` | | -- Indexes for table `cron_community_notifications` |
| -- | | -- |
| ALTER TABLE `cron_community_notifications` | | ALTER TABLE `cron_community_notifications` |
| ADD PRIMARY KEY (`ccnotification_id`); | | ADD PRIMARY KEY (`ccnotification_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `cron_events` | | -- Indexes for table `cron_events` |
| -- | | -- |
| ALTER TABLE `cron_events` | | ALTER TABLE `cron_events` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_frameworks` | | -- Indexes for table `curriculum_frameworks` |
| -- | | -- |
| ALTER TABLE `curriculum_frameworks` | | ALTER TABLE `curriculum_frameworks` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_framework_lu_objective_set_property_types` | | -- Indexes for table `curriculum_framework_lu_objective_set_property_types` |
| -- | | -- |
| ALTER TABLE `curriculum_framework_lu_objective_set_property_types` | | ALTER TABLE `curriculum_framework_lu_objective_set_property_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_framework_objective_sets` | | -- Indexes for table `curriculum_framework_objective_sets` |
| -- | | -- |
| ALTER TABLE `curriculum_framework_objective_sets` | | ALTER TABLE `curriculum_framework_objective_sets` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `objective_set_id` (`objective_set_id`); | | ADD KEY `objective_set_id` (`objective_set_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_framework_objective_sets_properties` | | -- Indexes for table `curriculum_framework_objective_sets_properties` |
| -- | | -- |
| ALTER TABLE `curriculum_framework_objective_sets_properties` | | ALTER TABLE `curriculum_framework_objective_sets_properties` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `framework_id` (`framework_id`), | | ADD KEY `framework_id` (`framework_id`), |
| ADD KEY `objective_set_id` (`objective_set_id`); | | ADD KEY `objective_set_id` (`objective_set_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_level_organisation` | | -- Indexes for table `curriculum_level_organisation` |
| -- | | -- |
| ALTER TABLE `curriculum_level_organisation` | | ALTER TABLE `curriculum_level_organisation` |
| ADD PRIMARY KEY (`cl_org_id`); | | ADD PRIMARY KEY (`cl_org_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_lu_levels` | | -- Indexes for table `curriculum_lu_levels` |
| -- | | -- |
| ALTER TABLE `curriculum_lu_levels` | | ALTER TABLE `curriculum_lu_levels` |
| ADD PRIMARY KEY (`curriculum_level_id`); | | ADD PRIMARY KEY (`curriculum_level_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_lu_tracks` | | -- Indexes for table `curriculum_lu_tracks` |
| -- | | -- |
| ALTER TABLE `curriculum_lu_tracks` | | ALTER TABLE `curriculum_lu_tracks` |
| ADD PRIMARY KEY (`curriculum_track_id`); | | ADD PRIMARY KEY (`curriculum_track_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_lu_track_organisations` | | -- Indexes for table `curriculum_lu_track_organisations` |
| -- | | -- |
| ALTER TABLE `curriculum_lu_track_organisations` | | ALTER TABLE `curriculum_lu_track_organisations` |
| ADD PRIMARY KEY (`curriculum_track_id`,`organisation_id`); | | ADD PRIMARY KEY (`curriculum_track_id`,`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_lu_types` | | -- Indexes for table `curriculum_lu_types` |
| -- | | -- |
| ALTER TABLE `curriculum_lu_types` | | ALTER TABLE `curriculum_lu_types` |
| ADD PRIMARY KEY (`curriculum_type_id`), | | ADD PRIMARY KEY (`curriculum_type_id`), |
| ADD KEY `curriculum_type_order` (`curriculum_type_order`); | | ADD KEY `curriculum_type_order` (`curriculum_type_order`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_map_versions` | | -- Indexes for table `curriculum_map_versions` |
| -- | | -- |
| ALTER TABLE `curriculum_map_versions` | | ALTER TABLE `curriculum_map_versions` |
| ADD PRIMARY KEY (`version_id`); | | ADD PRIMARY KEY (`version_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_map_version_organisations` | | -- Indexes for table `curriculum_map_version_organisations` |
| -- | | -- |
| ALTER TABLE `curriculum_map_version_organisations` | | ALTER TABLE `curriculum_map_version_organisations` |
| ADD PRIMARY KEY (`version_id`,`organisation_id`); | | ADD PRIMARY KEY (`version_id`,`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_map_version_periods` | | -- Indexes for table `curriculum_map_version_periods` |
| -- | | -- |
| ALTER TABLE `curriculum_map_version_periods` | | ALTER TABLE `curriculum_map_version_periods` |
| ADD PRIMARY KEY (`version_id`,`cperiod_id`); | | ADD PRIMARY KEY (`version_id`,`cperiod_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_periods` | | -- Indexes for table `curriculum_periods` |
| -- | | -- |
| ALTER TABLE `curriculum_periods` | | ALTER TABLE `curriculum_periods` |
| ADD PRIMARY KEY (`cperiod_id`); | | ADD PRIMARY KEY (`cperiod_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_relationships` | | -- Indexes for table `curriculum_relationships` |
| -- | | -- |
| ALTER TABLE `curriculum_relationships` | | ALTER TABLE `curriculum_relationships` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `curriculum_type_organisation` | | -- Indexes for table `curriculum_type_organisation` |
| -- | | -- |
| ALTER TABLE `curriculum_type_organisation` | | ALTER TABLE `curriculum_type_organisation` |
| ADD PRIMARY KEY (`curriculum_type_id`,`organisation_id`); | | ADD PRIMARY KEY (`curriculum_type_id`,`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `custom_forms` | | -- Indexes for table `custom_forms` |
| -- | | -- |
| ALTER TABLE `custom_forms` | | ALTER TABLE `custom_forms` |
| ADD PRIMARY KEY (`custom_form_id`); | | ADD PRIMARY KEY (`custom_form_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `custom_form_entities` | | -- Indexes for table `custom_form_entities` |
| -- | | -- |
| ALTER TABLE `custom_form_entities` | | ALTER TABLE `custom_form_entities` |
| ADD PRIMARY KEY (`custom_form_entity_id`); | | ADD PRIMARY KEY (`custom_form_entity_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `custom_form_fields` | | -- Indexes for table `custom_form_fields` |
| -- | | -- |
| ALTER TABLE `custom_form_fields` | | ALTER TABLE `custom_form_fields` |
| ADD PRIMARY KEY (`custom_form_field_id`); | | ADD PRIMARY KEY (`custom_form_field_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `custom_form_field_values` | | -- Indexes for table `custom_form_field_values` |
| -- | | -- |
| ALTER TABLE `custom_form_field_values` | | ALTER TABLE `custom_form_field_values` |
| ADD PRIMARY KEY (`custom_form_field_value_id`); | | ADD PRIMARY KEY (`custom_form_field_value_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `custom_form_lu_field_types` | | -- Indexes for table `custom_form_lu_field_types` |
| -- | | -- |
| ALTER TABLE `custom_form_lu_field_types` | | ALTER TABLE `custom_form_lu_field_types` |
| ADD PRIMARY KEY (`custom_form_lu_field_type_id`); | | ADD PRIMARY KEY (`custom_form_lu_field_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `custom_form_lu_field_type_organisations` | | -- Indexes for table `custom_form_lu_field_type_organisations` |
| -- | | -- |
| ALTER TABLE `custom_form_lu_field_type_organisations` | | ALTER TABLE `custom_form_lu_field_type_organisations` |
| ADD PRIMARY KEY (`custom_form_lu_field_type_organisation_id`); | | ADD PRIMARY KEY (`custom_form_lu_field_type_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `custom_form_organisations` | | -- Indexes for table `custom_form_organisations` |
| -- | | -- |
| ALTER TABLE `custom_form_organisations` | | ALTER TABLE `custom_form_organisations` |
| ADD PRIMARY KEY (`custom_form_organisation_id`); | | ADD PRIMARY KEY (`custom_form_organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `disclaimers` | | -- Indexes for table `disclaimers` |
| -- | | -- |
| ALTER TABLE `disclaimers` | | ALTER TABLE `disclaimers` |
| ADD PRIMARY KEY (`disclaimer_id`); | | ADD PRIMARY KEY (`disclaimer_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `disclaimer_audience` | | -- Indexes for table `disclaimer_audience` |
| -- | | -- |
| ALTER TABLE `disclaimer_audience` | | ALTER TABLE `disclaimer_audience` |
| ADD PRIMARY KEY (`disclaimer_audience_id`), | | ADD PRIMARY KEY (`disclaimer_audience_id`), |
| ADD KEY `disclaimer_id` (`disclaimer_id`); | | ADD KEY `disclaimer_id` (`disclaimer_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `disclaimer_audience_users` | | -- Indexes for table `disclaimer_audience_users` |
| -- | | -- |
| ALTER TABLE `disclaimer_audience_users` | | ALTER TABLE `disclaimer_audience_users` |
| ADD PRIMARY KEY (`disclaimer_audience_users_id`), | | ADD PRIMARY KEY (`disclaimer_audience_users_id`), |
| ADD KEY `disclaimer_id` (`disclaimer_id`), | | ADD KEY `disclaimer_id` (`disclaimer_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `disclaimer_trigger` | | -- Indexes for table `disclaimer_trigger` |
| -- | | -- |
| ALTER TABLE `disclaimer_trigger` | | ALTER TABLE `disclaimer_trigger` |
| ADD PRIMARY KEY (`disclaimer_trigger_id`), | | ADD PRIMARY KEY (`disclaimer_trigger_id`), |
| ADD KEY `disclaimer_id` (`disclaimer_id`); | | ADD KEY `disclaimer_id` (`disclaimer_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `domains_blacklist` | | -- Indexes for table `domains_blacklist` |
| -- | | -- |
| ALTER TABLE `domains_blacklist` | | ALTER TABLE `domains_blacklist` |
| ADD PRIMARY KEY (`dblacklist_id`); | | ADD PRIMARY KEY (`dblacklist_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `drafts` | | -- Indexes for table `drafts` |
| -- | | -- |
| ALTER TABLE `drafts` | | ALTER TABLE `drafts` |
| ADD PRIMARY KEY (`draft_id`); | | ADD PRIMARY KEY (`draft_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `draft_audience` | | -- Indexes for table `draft_audience` |
| -- | | -- |
| ALTER TABLE `draft_audience` | | ALTER TABLE `draft_audience` |
| ADD PRIMARY KEY (`daudience_id`), | | ADD PRIMARY KEY (`daudience_id`), |
| ADD KEY `eaudience_id` (`eaudience_id`), | | ADD KEY `eaudience_id` (`eaudience_id`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `target_value` (`audience_value`), | | ADD KEY `target_value` (`audience_value`), |
| ADD KEY `target_type` (`audience_type`), | | ADD KEY `target_type` (`audience_type`), |
| ADD KEY `event_id_2` (`event_id`,`audience_type`,`audience_value`), | | ADD KEY `event_id_2` (`event_id`,`audience_type`,`audience_value`), |
| ADD KEY `audience_type` (`audience_type`,`audience_value`); | | ADD KEY `audience_type` (`audience_type`,`audience_value`); |
| | | |
| -- | | -- |
| -- Indexes for table `draft_contacts` | | -- Indexes for table `draft_contacts` |
| -- | | -- |
| ALTER TABLE `draft_contacts` | | ALTER TABLE `draft_contacts` |
| ADD PRIMARY KEY (`dcontact_id`), | | ADD PRIMARY KEY (`dcontact_id`), |
| ADD KEY `econtact_id` (`econtact_id`), | | ADD KEY `econtact_id` (`econtact_id`), |
| ADD KEY `contact_order` (`contact_order`), | | ADD KEY `contact_order` (`contact_order`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `draft_creators` | | -- Indexes for table `draft_creators` |
| -- | | -- |
| ALTER TABLE `draft_creators` | | ALTER TABLE `draft_creators` |
| ADD PRIMARY KEY (`create_id`), | | ADD PRIMARY KEY (`create_id`), |
| ADD KEY `DRAFT` (`draft_id`); | | ADD KEY `DRAFT` (`draft_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `draft_events` | | -- Indexes for table `draft_events` |
| -- | | -- |
| ALTER TABLE `draft_events` | | ALTER TABLE `draft_events` |
| ADD PRIMARY KEY (`devent_id`), | | ADD PRIMARY KEY (`devent_id`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `course_id` (`course_id`), | | ADD KEY `course_id` (`course_id`), |
| ADD KEY `region_id` (`region_id`), | | ADD KEY `region_id` (`region_id`), |
| ADD KEY `recurring_id` (`recurring_id`), | | ADD KEY `recurring_id` (`recurring_id`), |
| ADD KEY `release_date` (`release_date`,`release_until`), | | ADD KEY `release_date` (`release_date`,`release_until`), |
| ADD KEY `event_start` (`event_start`,`event_duration`), | | ADD KEY `event_start` (`event_start`,`event_duration`), |
| ADD KEY `event_start_2` (`event_start`,`event_finish`), | | ADD KEY `event_start_2` (`event_start`,`event_finish`), |
| ADD KEY `event_phase` (`event_phase`), | | ADD KEY `event_phase` (`event_phase`), |
| ADD KEY `event_start_3` (`event_start`,`event_finish`,`release_date`,`release_until`), | | ADD KEY `event_start_3` (`event_start`,`event_finish`,`release_date`,`release_until`), |
| ADD KEY `parent_id` (`parent_id`); | | ADD KEY `parent_id` (`parent_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `draft_eventtypes` | | -- Indexes for table `draft_eventtypes` |
| -- | | -- |
| ALTER TABLE `draft_eventtypes` | | ALTER TABLE `draft_eventtypes` |
| ADD PRIMARY KEY (`deventtype_id`), | | ADD PRIMARY KEY (`deventtype_id`), |
| ADD KEY `eeventtype_id` (`eeventtype_id`), | | ADD KEY `eeventtype_id` (`eeventtype_id`), |
| ADD KEY `event_id` (`devent_id`), | | ADD KEY `event_id` (`devent_id`), |
| ADD KEY `eventtype_id` (`eventtype_id`); | | ADD KEY `eventtype_id` (`eventtype_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `draft_event_curriculum_tracks` | | -- Indexes for table `draft_event_curriculum_tracks` |
| -- | | -- |
| ALTER TABLE `draft_event_curriculum_tracks` | | ALTER TABLE `draft_event_curriculum_tracks` |
| ADD PRIMARY KEY (`dectrack_id`), | | ADD PRIMARY KEY (`dectrack_id`), |
| ADD KEY `devent_id` (`devent_id`), | | ADD KEY `devent_id` (`devent_id`), |
| ADD KEY `curriculum_track_id` (`curriculum_track_id`); | | ADD KEY `curriculum_track_id` (`curriculum_track_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `draft_event_room_resources` | | -- Indexes for table `draft_event_room_resources` |
| -- | | -- |
| ALTER TABLE `draft_event_room_resources` | | ALTER TABLE `draft_event_room_resources` |
| ADD PRIMARY KEY (`draft_event_room_resources_id`), | | ADD PRIMARY KEY (`draft_event_room_resources_id`), |
| ADD KEY `devent_id_fk` (`devent_id`), | | ADD KEY `devent_id_fk` (`devent_id`), |
| ADD KEY `dresource_id_fk` (`resource_id`); | | ADD KEY `dresource_id_fk` (`resource_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `draft_options` | | -- Indexes for table `draft_options` |
| -- | | -- |
| ALTER TABLE `draft_options` | | ALTER TABLE `draft_options` |
| ADD PRIMARY KEY (`doption_id`); | | ADD PRIMARY KEY (`doption_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `duty_hours_entries` | | -- Indexes for table `duty_hours_entries` |
| -- | | -- |
| ALTER TABLE `duty_hours_entries` | | ALTER TABLE `duty_hours_entries` |
| ADD PRIMARY KEY (`dhentry_id`); | | ADD PRIMARY KEY (`dhentry_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `email_aliases` | | -- Indexes for table `email_aliases` |
| -- | | -- |
| ALTER TABLE `email_aliases` | | ALTER TABLE `email_aliases` |
| ADD PRIMARY KEY (`ealiases_id`); | | ADD PRIMARY KEY (`ealiases_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `email_templates` | | -- Indexes for table `email_templates` |
| -- | | -- |
| ALTER TABLE `email_templates` | | ALTER TABLE `email_templates` |
| ADD PRIMARY KEY (`etemplate_id`); | | ADD PRIMARY KEY (`etemplate_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `email_template_organisations` | | -- Indexes for table `email_template_organisations` |
| -- | | -- |
| ALTER TABLE `email_template_organisations` | | ALTER TABLE `email_template_organisations` |
| ADD PRIMARY KEY (`etorganisation_id`), | | ADD PRIMARY KEY (`etorganisation_id`), |
| ADD KEY `email_template_organisation_ibfk_1` (`etemplate_id`); | | ADD KEY `email_template_organisation_ibfk_1` (`etemplate_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `entity_mappings` | | -- Indexes for table `entity_mappings` |
| -- | | -- |
| ALTER TABLE `entity_mappings` | | ALTER TABLE `entity_mappings` |
| ADD PRIMARY KEY (`emappings_id`), | | ADD PRIMARY KEY (`emappings_id`), |
| ADD KEY `msgnttmpgs_nttmpgtps_fk` (`emtypes_id`); | | ADD KEY `msgnttmpgs_nttmpgtps_fk` (`emtypes_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `entity_mapping_types` | | -- Indexes for table `entity_mapping_types` |
| -- | | -- |
| ALTER TABLE `entity_mapping_types` | | ALTER TABLE `entity_mapping_types` |
| ADD PRIMARY KEY (`emtypes_id`); | | ADD PRIMARY KEY (`emtypes_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluations` | | -- Indexes for table `evaluations` |
| -- | | -- |
| ALTER TABLE `evaluations` | | ALTER TABLE `evaluations` |
| ADD PRIMARY KEY (`evaluation_id`); | | ADD PRIMARY KEY (`evaluation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluations_lu_questions` | | -- Indexes for table `evaluations_lu_questions` |
| -- | | -- |
| ALTER TABLE `evaluations_lu_questions` | | ALTER TABLE `evaluations_lu_questions` |
| ADD PRIMARY KEY (`equestion_id`); | | ADD PRIMARY KEY (`equestion_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluations_lu_questiontypes` | | -- Indexes for table `evaluations_lu_questiontypes` |
| -- | | -- |
| ALTER TABLE `evaluations_lu_questiontypes` | | ALTER TABLE `evaluations_lu_questiontypes` |
| ADD PRIMARY KEY (`questiontype_id`); | | ADD PRIMARY KEY (`questiontype_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluations_lu_question_responses` | | -- Indexes for table `evaluations_lu_question_responses` |
| -- | | -- |
| ALTER TABLE `evaluations_lu_question_responses` | | ALTER TABLE `evaluations_lu_question_responses` |
| ADD PRIMARY KEY (`eqresponse_id`); | | ADD PRIMARY KEY (`eqresponse_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluations_lu_question_response_criteria` | | -- Indexes for table `evaluations_lu_question_response_criteria` |
| -- | | -- |
| ALTER TABLE `evaluations_lu_question_response_criteria` | | ALTER TABLE `evaluations_lu_question_response_criteria` |
| ADD PRIMARY KEY (`eqrcriteria_id`); | | ADD PRIMARY KEY (`eqrcriteria_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluations_lu_response_descriptors` | | -- Indexes for table `evaluations_lu_response_descriptors` |
| -- | | -- |
| ALTER TABLE `evaluations_lu_response_descriptors` | | ALTER TABLE `evaluations_lu_response_descriptors` |
| ADD PRIMARY KEY (`erdescriptor_id`); | | ADD PRIMARY KEY (`erdescriptor_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluations_lu_rubrics` | | -- Indexes for table `evaluations_lu_rubrics` |
| -- | | -- |
| ALTER TABLE `evaluations_lu_rubrics` | | ALTER TABLE `evaluations_lu_rubrics` |
| ADD PRIMARY KEY (`erubric_id`); | | ADD PRIMARY KEY (`erubric_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluations_lu_targets` | | -- Indexes for table `evaluations_lu_targets` |
| -- | | -- |
| ALTER TABLE `evaluations_lu_targets` | | ALTER TABLE `evaluations_lu_targets` |
| ADD PRIMARY KEY (`target_id`); | | ADD PRIMARY KEY (`target_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluations_related_questions` | | -- Indexes for table `evaluations_related_questions` |
| -- | | -- |
| ALTER TABLE `evaluations_related_questions` | | ALTER TABLE `evaluations_related_questions` |
| ADD PRIMARY KEY (`erubric_id`); | | ADD PRIMARY KEY (`erubric_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluation_contacts` | | -- Indexes for table `evaluation_contacts` |
| -- | | -- |
| ALTER TABLE `evaluation_contacts` | | ALTER TABLE `evaluation_contacts` |
| ADD PRIMARY KEY (`econtact_id`), | | ADD PRIMARY KEY (`econtact_id`), |
| ADD UNIQUE KEY `event_id_2` (`evaluation_id`,`proxy_id`), | | ADD UNIQUE KEY `event_id_2` (`evaluation_id`,`proxy_id`), |
| ADD KEY `contact_order` (`contact_order`), | | ADD KEY `contact_order` (`contact_order`), |
| ADD KEY `event_id` (`evaluation_id`), | | ADD KEY `event_id` (`evaluation_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluation_evaluators` | | -- Indexes for table `evaluation_evaluators` |
| -- | | -- |
| ALTER TABLE `evaluation_evaluators` | | ALTER TABLE `evaluation_evaluators` |
| ADD PRIMARY KEY (`eevaluator_id`); | | ADD PRIMARY KEY (`eevaluator_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluation_evaluator_exclusions` | | -- Indexes for table `evaluation_evaluator_exclusions` |
| -- | | -- |
| ALTER TABLE `evaluation_evaluator_exclusions` | | ALTER TABLE `evaluation_evaluator_exclusions` |
| ADD PRIMARY KEY (`eeexclusion_id`), | | ADD PRIMARY KEY (`eeexclusion_id`), |
| ADD UNIQUE KEY `event_id_2` (`evaluation_id`,`proxy_id`), | | ADD UNIQUE KEY `event_id_2` (`evaluation_id`,`proxy_id`), |
| ADD KEY `event_id` (`evaluation_id`), | | ADD KEY `event_id` (`evaluation_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluation_forms` | | -- Indexes for table `evaluation_forms` |
| -- | | -- |
| ALTER TABLE `evaluation_forms` | | ALTER TABLE `evaluation_forms` |
| ADD PRIMARY KEY (`eform_id`); | | ADD PRIMARY KEY (`eform_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluation_form_contacts` | | -- Indexes for table `evaluation_form_contacts` |
| -- | | -- |
| ALTER TABLE `evaluation_form_contacts` | | ALTER TABLE `evaluation_form_contacts` |
| ADD PRIMARY KEY (`econtact_id`), | | ADD PRIMARY KEY (`econtact_id`), |
| ADD UNIQUE KEY `event_id_2` (`eform_id`,`proxy_id`), | | ADD UNIQUE KEY `event_id_2` (`eform_id`,`proxy_id`), |
| ADD KEY `contact_order` (`contact_order`), | | ADD KEY `contact_order` (`contact_order`), |
| ADD KEY `event_id` (`eform_id`), | | ADD KEY `event_id` (`eform_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluation_form_questions` | | -- Indexes for table `evaluation_form_questions` |
| -- | | -- |
| ALTER TABLE `evaluation_form_questions` | | ALTER TABLE `evaluation_form_questions` |
| ADD PRIMARY KEY (`efquestion_id`); | | ADD PRIMARY KEY (`efquestion_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluation_form_question_objectives` | | -- Indexes for table `evaluation_form_question_objectives` |
| -- | | -- |
| ALTER TABLE `evaluation_form_question_objectives` | | ALTER TABLE `evaluation_form_question_objectives` |
| ADD PRIMARY KEY (`efqobjective_id`); | | ADD PRIMARY KEY (`efqobjective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluation_progress` | | -- Indexes for table `evaluation_progress` |
| -- | | -- |
| ALTER TABLE `evaluation_progress` | | ALTER TABLE `evaluation_progress` |
| ADD PRIMARY KEY (`eprogress_id`); | | ADD PRIMARY KEY (`eprogress_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluation_progress_clerkship_events` | | -- Indexes for table `evaluation_progress_clerkship_events` |
| -- | | -- |
| ALTER TABLE `evaluation_progress_clerkship_events` | | ALTER TABLE `evaluation_progress_clerkship_events` |
| ADD PRIMARY KEY (`epcevent_id`); | | ADD PRIMARY KEY (`epcevent_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluation_progress_patient_encounters` | | -- Indexes for table `evaluation_progress_patient_encounters` |
| -- | | -- |
| ALTER TABLE `evaluation_progress_patient_encounters` | | ALTER TABLE `evaluation_progress_patient_encounters` |
| ADD PRIMARY KEY (`eppencounter_id`); | | ADD PRIMARY KEY (`eppencounter_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluation_question_objectives` | | -- Indexes for table `evaluation_question_objectives` |
| -- | | -- |
| ALTER TABLE `evaluation_question_objectives` | | ALTER TABLE `evaluation_question_objectives` |
| ADD PRIMARY KEY (`eqobjective_id`), | | ADD PRIMARY KEY (`eqobjective_id`), |
| ADD KEY `equestion_id` (`equestion_id`), | | ADD KEY `equestion_id` (`equestion_id`), |
| ADD KEY `objective_id` (`objective_id`); | | ADD KEY `objective_id` (`objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluation_question_response_descriptors` | | -- Indexes for table `evaluation_question_response_descriptors` |
| -- | | -- |
| ALTER TABLE `evaluation_question_response_descriptors` | | ALTER TABLE `evaluation_question_response_descriptors` |
| ADD PRIMARY KEY (`eqrdescriptor_id`); | | ADD PRIMARY KEY (`eqrdescriptor_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluation_requests` | | -- Indexes for table `evaluation_requests` |
| -- | | -- |
| ALTER TABLE `evaluation_requests` | | ALTER TABLE `evaluation_requests` |
| ADD PRIMARY KEY (`erequest_id`); | | ADD PRIMARY KEY (`erequest_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluation_responses` | | -- Indexes for table `evaluation_responses` |
| -- | | -- |
| ALTER TABLE `evaluation_responses` | | ALTER TABLE `evaluation_responses` |
| ADD PRIMARY KEY (`eresponse_id`); | | ADD PRIMARY KEY (`eresponse_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluation_rubric_questions` | | -- Indexes for table `evaluation_rubric_questions` |
| -- | | -- |
| ALTER TABLE `evaluation_rubric_questions` | | ALTER TABLE `evaluation_rubric_questions` |
| ADD PRIMARY KEY (`efrquestion_id`); | | ADD PRIMARY KEY (`efrquestion_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluation_targets` | | -- Indexes for table `evaluation_targets` |
| -- | | -- |
| ALTER TABLE `evaluation_targets` | | ALTER TABLE `evaluation_targets` |
| ADD PRIMARY KEY (`etarget_id`); | | ADD PRIMARY KEY (`etarget_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `events` | | -- Indexes for table `events` |
| -- | | -- |
| ALTER TABLE `events` | | ALTER TABLE `events` |
| ADD PRIMARY KEY (`event_id`), | | ADD PRIMARY KEY (`event_id`), |
| ADD KEY `course_id` (`course_id`), | | ADD KEY `course_id` (`course_id`), |
| ADD KEY `region_id` (`region_id`), | | ADD KEY `region_id` (`region_id`), |
| ADD KEY `recurring_id` (`recurring_id`), | | ADD KEY `recurring_id` (`recurring_id`), |
| ADD KEY `release_date` (`release_date`,`release_until`), | | ADD KEY `release_date` (`release_date`,`release_until`), |
| ADD KEY `event_start` (`event_start`,`event_duration`), | | ADD KEY `event_start` (`event_start`,`event_duration`), |
| ADD KEY `event_start_2` (`event_start`,`event_finish`), | | ADD KEY `event_start_2` (`event_start`,`event_finish`), |
| ADD KEY `event_phase` (`event_phase`), | | ADD KEY `event_phase` (`event_phase`), |
| ADD KEY `cunit_id` (`cunit_id`), | | ADD KEY `cunit_id` (`cunit_id`), |
| ADD KEY `idx_custom_end_date` (`custom_end_date`) USING BTREE; | | ADD KEY `idx_custom_end_date` (`custom_end_date`) USING BTREE; |
| ALTER TABLE `events` ADD FULLTEXT KEY `event_title` (`event_title`,`event_description`,`event_goals`,`event_objectives`,`event_message`); | | ALTER TABLE `events` ADD FULLTEXT KEY `event_title` (`event_title`,`event_description`,`event_goals`,`event_objectives`,`event_message`); |
| | | |
| -- | | -- |
| -- Indexes for table `events_exchange_metadata` | | -- Indexes for table `events_exchange_metadata` |
| -- | | -- |
| ALTER TABLE `events_exchange_metadata` | | ALTER TABLE `events_exchange_metadata` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD UNIQUE KEY `event_id` (`event_id`); | | ADD UNIQUE KEY `event_id` (`event_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `events_lu_eventtypes` | | -- Indexes for table `events_lu_eventtypes` |
| -- | | -- |
| ALTER TABLE `events_lu_eventtypes` | | ALTER TABLE `events_lu_eventtypes` |
| ADD PRIMARY KEY (`eventtype_id`), | | ADD PRIMARY KEY (`eventtype_id`), |
| ADD KEY `eventtype_order` (`eventtype_order`); | | ADD KEY `eventtype_order` (`eventtype_order`); |
| | | |
| -- | | -- |
| -- Indexes for table `events_lu_objectives` | | -- Indexes for table `events_lu_objectives` |
| -- | | -- |
| ALTER TABLE `events_lu_objectives` | | ALTER TABLE `events_lu_objectives` |
| ADD PRIMARY KEY (`objective_id`), | | ADD PRIMARY KEY (`objective_id`), |
| ADD KEY `objective_order` (`objective_order`); | | ADD KEY `objective_order` (`objective_order`); |
| | | |
| -- | | -- |
| -- Indexes for table `events_lu_resources` | | -- Indexes for table `events_lu_resources` |
| -- | | -- |
| ALTER TABLE `events_lu_resources` | | ALTER TABLE `events_lu_resources` |
| ADD PRIMARY KEY (`resource_id`); | | ADD PRIMARY KEY (`resource_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `events_lu_topics` | | -- Indexes for table `events_lu_topics` |
| -- | | -- |
| ALTER TABLE `events_lu_topics` | | ALTER TABLE `events_lu_topics` |
| ADD PRIMARY KEY (`topic_id`); | | ADD PRIMARY KEY (`topic_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `events_meta` | | -- Indexes for table `events_meta` |
| -- | | -- |
| ALTER TABLE `events_meta` | | ALTER TABLE `events_meta` |
| ADD PRIMARY KEY (`meta_id`), | | ADD PRIMARY KEY (`meta_id`), |
| ADD KEY `idx_event_meta_key` (`event_id`,`key`), | | ADD KEY `idx_event_meta_key` (`event_id`,`key`), |
| ADD KEY `idx_meta_parent_id` (`meta_parent_id`); | | ADD KEY `idx_meta_parent_id` (`meta_parent_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `events_recurring` | | -- Indexes for table `events_recurring` |
| -- | | -- |
| ALTER TABLE `events_recurring` | | ALTER TABLE `events_recurring` |
| ADD PRIMARY KEY (`recurring_id`); | | ADD PRIMARY KEY (`recurring_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `events_tbl_audience_status` | | -- Indexes for table `events_tbl_audience_status` |
| -- | | -- |
| ALTER TABLE `events_tbl_audience_status` | | ALTER TABLE `events_tbl_audience_status` |
| ADD PRIMARY KEY (`status_id`), | | ADD PRIMARY KEY (`status_id`), |
| ADD KEY `cgroup_id` (`cgroup_id`), | | ADD KEY `cgroup_id` (`cgroup_id`), |
| ADD KEY `exam_post_id` (`exam_post_id`); | | ADD KEY `exam_post_id` (`exam_post_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `eventtype_medbiq_assessment_method` | | -- Indexes for table `eventtype_medbiq_assessment_method` |
| -- | | -- |
| ALTER TABLE `eventtype_medbiq_assessment_method` | | ALTER TABLE `eventtype_medbiq_assessment_method` |
| ADD PRIMARY KEY (`eventtype_medbiq_assessment_method_id`); | | ADD PRIMARY KEY (`eventtype_medbiq_assessment_method_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `eventtype_medbiq_resource` | | -- Indexes for table `eventtype_medbiq_resource` |
| -- | | -- |
| ALTER TABLE `eventtype_medbiq_resource` | | ALTER TABLE `eventtype_medbiq_resource` |
| ADD PRIMARY KEY (`eventtype_medbiq_resource_id`); | | ADD PRIMARY KEY (`eventtype_medbiq_resource_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `eventtype_organisation` | | -- Indexes for table `eventtype_organisation` |
| -- | | -- |
| ALTER TABLE `eventtype_organisation` | | ALTER TABLE `eventtype_organisation` |
| ADD PRIMARY KEY (`eventtype_id`,`organisation_id`); | | ADD PRIMARY KEY (`eventtype_id`,`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_absence_pools` | | -- Indexes for table `event_absence_pools` |
| -- | | -- |
| ALTER TABLE `event_absence_pools` | | ALTER TABLE `event_absence_pools` |
| ADD PRIMARY KEY (`eabsence_pool_id`); | | ADD PRIMARY KEY (`eabsence_pool_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_absence_pool_etypes` | | -- Indexes for table `event_absence_pool_etypes` |
| -- | | -- |
| ALTER TABLE `event_absence_pool_etypes` | | ALTER TABLE `event_absence_pool_etypes` |
| ADD PRIMARY KEY (`eabsence_pool_etype_id`), | | ADD PRIMARY KEY (`eabsence_pool_etype_id`), |
| ADD KEY `event_absence_pool_fk1` (`eabsence_pool_id`), | | ADD KEY `event_absence_pool_fk1` (`eabsence_pool_id`), |
| ADD KEY `event_absence_pool_fk2` (`eventtype_id`); | | ADD KEY `event_absence_pool_fk2` (`eventtype_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_absence_pool_groups` | | -- Indexes for table `event_absence_pool_groups` |
| -- | | -- |
| ALTER TABLE `event_absence_pool_groups` | | ALTER TABLE `event_absence_pool_groups` |
| ADD PRIMARY KEY (`eabsence_pool_group_id`), | | ADD PRIMARY KEY (`eabsence_pool_group_id`), |
| ADD KEY `event_absence_pool_fk3` (`eabsence_pool_id`), | | ADD KEY `event_absence_pool_fk3` (`eabsence_pool_id`), |
| ADD KEY `event_absence_pool_fk4` (`group_id`); | | ADD KEY `event_absence_pool_fk4` (`group_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_absence_reason_types` | | -- Indexes for table `event_absence_reason_types` |
| -- | | -- |
| ALTER TABLE `event_absence_reason_types` | | ALTER TABLE `event_absence_reason_types` |
| ADD PRIMARY KEY (`eabsence_reason_type_id`); | | ADD PRIMARY KEY (`eabsence_reason_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_absence_reason_type_approvers` | | -- Indexes for table `event_absence_reason_type_approvers` |
| -- | | -- |
| ALTER TABLE `event_absence_reason_type_approvers` | | ALTER TABLE `event_absence_reason_type_approvers` |
| ADD PRIMARY KEY (`eabsence_reason_type_approver_id`), | | ADD PRIMARY KEY (`eabsence_reason_type_approver_id`), |
| ADD KEY `event_absence_reason_type_approvers_fk1` (`eabsence_reason_type_id`); | | ADD KEY `event_absence_reason_type_approvers_fk1` (`eabsence_reason_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_absence_requests` | | -- Indexes for table `event_absence_requests` |
| -- | | -- |
| ALTER TABLE `event_absence_requests` | | ALTER TABLE `event_absence_requests` |
| ADD PRIMARY KEY (`request_id`), | | ADD PRIMARY KEY (`request_id`), |
| ADD KEY `event_absence_req_fk3` (`event_id`), | | ADD KEY `event_absence_req_fk3` (`event_id`), |
| ADD KEY `event_absence_req_fk4` (`request_detail_id`); | | ADD KEY `event_absence_req_fk4` (`request_detail_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_absence_request_approvals` | | -- Indexes for table `event_absence_request_approvals` |
| -- | | -- |
| ALTER TABLE `event_absence_request_approvals` | | ALTER TABLE `event_absence_request_approvals` |
| ADD PRIMARY KEY (`eabsence_request_approval_id`), | | ADD PRIMARY KEY (`eabsence_request_approval_id`), |
| ADD KEY `event_absence_request_approvals_fk1` (`request_detail_id`); | | ADD KEY `event_absence_request_approvals_fk1` (`request_detail_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_absence_request_details` | | -- Indexes for table `event_absence_request_details` |
| -- | | -- |
| ALTER TABLE `event_absence_request_details` | | ALTER TABLE `event_absence_request_details` |
| ADD PRIMARY KEY (`request_detail_id`), | | ADD PRIMARY KEY (`request_detail_id`), |
| ADD KEY `event_absence_req_type_fk5` (`request_reason_id`), | | ADD KEY `event_absence_req_type_fk5` (`request_reason_id`), |
| ADD KEY `event_absence_req_fk6` (`request_status_id`); | | ADD KEY `event_absence_req_fk6` (`request_status_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_absence_request_files` | | -- Indexes for table `event_absence_request_files` |
| -- | | -- |
| ALTER TABLE `event_absence_request_files` | | ALTER TABLE `event_absence_request_files` |
| ADD PRIMARY KEY (`file_id`), | | ADD PRIMARY KEY (`file_id`), |
| ADD KEY `event_absence_req_file1` (`request_detail_id`); | | ADD KEY `event_absence_req_file1` (`request_detail_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_absence_request_messages` | | -- Indexes for table `event_absence_request_messages` |
| -- | | -- |
| ALTER TABLE `event_absence_request_messages` | | ALTER TABLE `event_absence_request_messages` |
| ADD PRIMARY KEY (`request_message_id`), | | ADD PRIMARY KEY (`request_message_id`), |
| ADD KEY `event_absence_req_message1` (`request_detail_id`); | | ADD KEY `event_absence_req_message1` (`request_detail_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_absence_request_statuses` | | -- Indexes for table `event_absence_request_statuses` |
| -- | | -- |
| ALTER TABLE `event_absence_request_statuses` | | ALTER TABLE `event_absence_request_statuses` |
| ADD PRIMARY KEY (`request_status_id`); | | ADD PRIMARY KEY (`request_status_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_attendance` | | -- Indexes for table `event_attendance` |
| -- | | -- |
| ALTER TABLE `event_attendance` | | ALTER TABLE `event_attendance` |
| ADD PRIMARY KEY (`eattendance_id`); | | ADD PRIMARY KEY (`eattendance_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_attendance_history` | | -- Indexes for table `event_attendance_history` |
| -- | | -- |
| ALTER TABLE `event_attendance_history` | | ALTER TABLE `event_attendance_history` |
| ADD PRIMARY KEY (`eattendance_history_id`); | | ADD PRIMARY KEY (`eattendance_history_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_attendance_notifications` | | -- Indexes for table `event_attendance_notifications` |
| -- | | -- |
| ALTER TABLE `event_attendance_notifications` | | ALTER TABLE `event_attendance_notifications` |
| ADD PRIMARY KEY (`ea_notification_id`); | | ADD PRIMARY KEY (`ea_notification_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_attendance_notification_templates` | | -- Indexes for table `event_attendance_notification_templates` |
| -- | | -- |
| ALTER TABLE `event_attendance_notification_templates` | | ALTER TABLE `event_attendance_notification_templates` |
| ADD PRIMARY KEY (`ea_notification_template_id`); | | ADD PRIMARY KEY (`ea_notification_template_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_attendance_statuses` | | -- Indexes for table `event_attendance_statuses` |
| -- | | -- |
| ALTER TABLE `event_attendance_statuses` | | ALTER TABLE `event_attendance_statuses` |
| ADD PRIMARY KEY (`ea_status_id`); | | ADD PRIMARY KEY (`ea_status_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_audience` | | -- Indexes for table `event_audience` |
| -- | | -- |
| ALTER TABLE `event_audience` | | ALTER TABLE `event_audience` |
| ADD PRIMARY KEY (`eaudience_id`), | | ADD PRIMARY KEY (`eaudience_id`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `target_value` (`audience_value`), | | ADD KEY `target_value` (`audience_value`), |
| ADD KEY `target_type` (`audience_type`), | | ADD KEY `target_type` (`audience_type`), |
| ADD KEY `event_id_2` (`event_id`,`audience_type`,`audience_value`); | | ADD KEY `event_id_2` (`event_id`,`audience_type`,`audience_value`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_contacts` | | -- Indexes for table `event_contacts` |
| -- | | -- |
| ALTER TABLE `event_contacts` | | ALTER TABLE `event_contacts` |
| ADD PRIMARY KEY (`econtact_id`), | | ADD PRIMARY KEY (`econtact_id`), |
| ADD UNIQUE KEY `event_id_2` (`event_id`,`proxy_id`), | | ADD UNIQUE KEY `event_id_2` (`event_id`,`proxy_id`), |
| ADD KEY `contact_order` (`contact_order`), | | ADD KEY `contact_order` (`contact_order`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_curriculum_tracks` | | -- Indexes for table `event_curriculum_tracks` |
| -- | | -- |
| ALTER TABLE `event_curriculum_tracks` | | ALTER TABLE `event_curriculum_tracks` |
| ADD PRIMARY KEY (`ectrack_id`); | | ADD PRIMARY KEY (`ectrack_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_discussions` | | -- Indexes for table `event_discussions` |
| -- | | -- |
| ALTER TABLE `event_discussions` | | ALTER TABLE `event_discussions` |
| ADD PRIMARY KEY (`ediscussion_id`), | | ADD PRIMARY KEY (`ediscussion_id`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `parent_id` (`parent_id`); | | ADD KEY `parent_id` (`parent_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_eventtypes` | | -- Indexes for table `event_eventtypes` |
| -- | | -- |
| ALTER TABLE `event_eventtypes` | | ALTER TABLE `event_eventtypes` |
| ADD PRIMARY KEY (`eeventtype_id`), | | ADD PRIMARY KEY (`eeventtype_id`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `eventtype_id` (`eventtype_id`); | | ADD KEY `eventtype_id` (`eventtype_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_feedback_forms` | | -- Indexes for table `event_feedback_forms` |
| -- | | -- |
| ALTER TABLE `event_feedback_forms` | | ALTER TABLE `event_feedback_forms` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_files` | | -- Indexes for table `event_files` |
| -- | | -- |
| ALTER TABLE `event_files` | | ALTER TABLE `event_files` |
| ADD PRIMARY KEY (`efile_id`), | | ADD PRIMARY KEY (`efile_id`), |
| ADD KEY `required` (`required`), | | ADD KEY `required` (`required`), |
| ADD KEY `access_method` (`access_method`), | | ADD KEY `access_method` (`access_method`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `release_date` (`release_date`,`release_until`), | | ADD KEY `release_date` (`release_date`,`release_until`), |
| ADD KEY `course_value_type` (`efile_id`,`event_id`); | | ADD KEY `course_value_type` (`efile_id`,`event_id`); |
| ALTER TABLE `event_files` ADD FULLTEXT KEY `ft_file_contents_search` (`file_contents`,`file_name`,`file_notes`); | | ALTER TABLE `event_files` ADD FULLTEXT KEY `ft_file_contents_search` (`file_contents`,`file_name`,`file_notes`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_history` | | -- Indexes for table `event_history` |
| -- | | -- |
| ALTER TABLE `event_history` | | ALTER TABLE `event_history` |
| ADD PRIMARY KEY (`ehistory_id`), | | ADD PRIMARY KEY (`ehistory_id`), |
| ADD KEY `history_timestamp` (`history_timestamp`), | | ADD KEY `history_timestamp` (`history_timestamp`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_keywords` | | -- Indexes for table `event_keywords` |
| -- | | -- |
| ALTER TABLE `event_keywords` | | ALTER TABLE `event_keywords` |
| ADD PRIMARY KEY (`ekeyword_id`), | | ADD PRIMARY KEY (`ekeyword_id`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `keyword_id` (`keyword_id`); | | ADD KEY `keyword_id` (`keyword_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_linked_objectives` | | -- Indexes for table `event_linked_objectives` |
| -- | | -- |
| ALTER TABLE `event_linked_objectives` | | ALTER TABLE `event_linked_objectives` |
| ADD PRIMARY KEY (`elobjective_id`), | | ADD PRIMARY KEY (`elobjective_id`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `linked_objective_id` (`linked_objective_id`), | | ADD KEY `linked_objective_id` (`linked_objective_id`), |
| ADD KEY `objective_target` (`objective_id`,`target_objective_id`); | | ADD KEY `objective_target` (`objective_id`,`target_objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_links` | | -- Indexes for table `event_links` |
| -- | | -- |
| ALTER TABLE `event_links` | | ALTER TABLE `event_links` |
| ADD PRIMARY KEY (`elink_id`), | | ADD PRIMARY KEY (`elink_id`), |
| ADD KEY `lecture_id` (`event_id`), | | ADD KEY `lecture_id` (`event_id`), |
| ADD KEY `required` (`required`), | | ADD KEY `required` (`required`), |
| ADD KEY `release_date` (`release_date`,`release_until`); | | ADD KEY `release_date` (`release_date`,`release_until`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_lu_resource_types` | | -- Indexes for table `event_lu_resource_types` |
| -- | | -- |
| ALTER TABLE `event_lu_resource_types` | | ALTER TABLE `event_lu_resource_types` |
| ADD PRIMARY KEY (`event_resource_type_id`); | | ADD PRIMARY KEY (`event_resource_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_medbiq_assessment_methods` | | -- Indexes for table `event_medbiq_assessment_methods` |
| -- | | -- |
| ALTER TABLE `event_medbiq_assessment_methods` | | ALTER TABLE `event_medbiq_assessment_methods` |
| ADD PRIMARY KEY (`em_assessment_method_id`), | | ADD PRIMARY KEY (`em_assessment_method_id`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `resource_id` (`assessment_method_id`); | | ADD KEY `resource_id` (`assessment_method_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_medbiq_resources` | | -- Indexes for table `event_medbiq_resources` |
| -- | | -- |
| ALTER TABLE `event_medbiq_resources` | | ALTER TABLE `event_medbiq_resources` |
| ADD PRIMARY KEY (`em_resource_id`), | | ADD PRIMARY KEY (`em_resource_id`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `resource_id` (`resource_id`); | | ADD KEY `resource_id` (`resource_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_objectives` | | -- Indexes for table `event_objectives` |
| -- | | -- |
| ALTER TABLE `event_objectives` | | ALTER TABLE `event_objectives` |
| ADD PRIMARY KEY (`eobjective_id`), | | ADD PRIMARY KEY (`eobjective_id`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `objective_id` (`objective_id`); | | ADD KEY `objective_id` (`objective_id`); |
| ALTER TABLE `event_objectives` ADD FULLTEXT KEY `ft_objective_details` (`objective_details`); | | ALTER TABLE `event_objectives` ADD FULLTEXT KEY `ft_objective_details` (`objective_details`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_options` | | -- Indexes for table `event_options` |
| -- | | -- |
| ALTER TABLE `event_options` | | ALTER TABLE `event_options` |
| ADD PRIMARY KEY (`event_option_id`); | | ADD PRIMARY KEY (`event_option_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_related` | | -- Indexes for table `event_related` |
| -- | | -- |
| ALTER TABLE `event_related` | | ALTER TABLE `event_related` |
| ADD PRIMARY KEY (`erelated_id`), | | ADD PRIMARY KEY (`erelated_id`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `related_type` (`related_type`), | | ADD KEY `related_type` (`related_type`), |
| ADD KEY `related_value` (`related_value`), | | ADD KEY `related_value` (`related_value`), |
| ADD KEY `event_id_2` (`event_id`,`related_type`,`related_value`); | | ADD KEY `event_id_2` (`event_id`,`related_type`,`related_value`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_resources` | | -- Indexes for table `event_resources` |
| -- | | -- |
| ALTER TABLE `event_resources` | | ALTER TABLE `event_resources` |
| ADD PRIMARY KEY (`event_resources_id`); | | ADD PRIMARY KEY (`event_resources_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_resource_class_work` | | -- Indexes for table `event_resource_class_work` |
| -- | | -- |
| ALTER TABLE `event_resource_class_work` | | ALTER TABLE `event_resource_class_work` |
| ADD PRIMARY KEY (`event_resource_class_work_id`); | | ADD PRIMARY KEY (`event_resource_class_work_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_resource_entities` | | -- Indexes for table `event_resource_entities` |
| -- | | -- |
| ALTER TABLE `event_resource_entities` | | ALTER TABLE `event_resource_entities` |
| ADD PRIMARY KEY (`event_resource_entity_id`), | | ADD PRIMARY KEY (`event_resource_entity_id`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `entity_value` (`entity_value`), | | ADD KEY `entity_value` (`entity_value`), |
| ADD KEY `active` (`active`); | | ADD KEY `active` (`active`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_resource_external_uploads` | | -- Indexes for table `event_resource_external_uploads` |
| -- | | -- |
| ALTER TABLE `event_resource_external_uploads` | | ALTER TABLE `event_resource_external_uploads` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `id` (`id`); | | ADD KEY `id` (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_resource_homework` | | -- Indexes for table `event_resource_homework` |
| -- | | -- |
| ALTER TABLE `event_resource_homework` | | ALTER TABLE `event_resource_homework` |
| ADD PRIMARY KEY (`event_resource_homework_id`); | | ADD PRIMARY KEY (`event_resource_homework_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_resource_sections` | | -- Indexes for table `event_resource_sections` |
| -- | | -- |
| ALTER TABLE `event_resource_sections` | | ALTER TABLE `event_resource_sections` |
| ADD PRIMARY KEY (`event_resource_section_id`), | | ADD PRIMARY KEY (`event_resource_section_id`), |
| ADD KEY `event_id` (`event_id`); | | ADD KEY `event_id` (`event_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_resource_streaming` | | -- Indexes for table `event_resource_streaming` |
| -- | | -- |
| ALTER TABLE `event_resource_streaming` | | ALTER TABLE `event_resource_streaming` |
| ADD PRIMARY KEY (`event_resource_streaming_id`), | | ADD PRIMARY KEY (`event_resource_streaming_id`), |
| ADD KEY `erstreaming_events_fk_1` (`event_id`), | | ADD KEY `erstreaming_events_fk_1` (`event_id`), |
| ADD KEY `erstreaming_auth_fk_1` (`updated_by`); | | ADD KEY `erstreaming_auth_fk_1` (`updated_by`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_resource_textbook_reading` | | -- Indexes for table `event_resource_textbook_reading` |
| -- | | -- |
| ALTER TABLE `event_resource_textbook_reading` | | ALTER TABLE `event_resource_textbook_reading` |
| ADD PRIMARY KEY (`event_resource_textbook_reading_id`); | | ADD PRIMARY KEY (`event_resource_textbook_reading_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_room_resources` | | -- Indexes for table `event_room_resources` |
| -- | | -- |
| ALTER TABLE `event_room_resources` | | ALTER TABLE `event_room_resources` |
| ADD PRIMARY KEY (`event_room_resources_id`), | | ADD PRIMARY KEY (`event_room_resources_id`), |
| ADD KEY `event_id_fk` (`event_id`), | | ADD KEY `event_id_fk` (`event_id`), |
| ADD KEY `resource_id_fk` (`resource_id`); | | ADD KEY `resource_id_fk` (`resource_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_topics` | | -- Indexes for table `event_topics` |
| -- | | -- |
| ALTER TABLE `event_topics` | | ALTER TABLE `event_topics` |
| ADD PRIMARY KEY (`etopic_id`), | | ADD PRIMARY KEY (`etopic_id`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `topic_id` (`topic_id`), | | ADD KEY `topic_id` (`topic_id`), |
| ADD KEY `topic_coverage` (`topic_coverage`), | | ADD KEY `topic_coverage` (`topic_coverage`), |
| ADD KEY `topic_time` (`topic_time`); | | ADD KEY `topic_time` (`topic_time`); |
| | | |
| -- | | -- |
| -- Indexes for table `examity_config` | | -- Indexes for table `examity_config` |
| -- | | -- |
| ALTER TABLE `examity_config` | | ALTER TABLE `examity_config` |
| ADD PRIMARY KEY (`examity_config_id`), | | ADD PRIMARY KEY (`examity_config_id`), |
| ADD KEY `exam_post_id` (`exam_post_id`); | | ADD KEY `exam_post_id` (`exam_post_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `examity_users` | | -- Indexes for table `examity_users` |
| -- | | -- |
| ALTER TABLE `examity_users` | | ALTER TABLE `examity_users` |
| ADD PRIMARY KEY (`examity_user_id`), | | ADD PRIMARY KEY (`examity_user_id`), |
| ADD KEY `examity_config_id` (`examity_config_id`); | | ADD KEY `examity_config_id` (`examity_config_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exams` | | -- Indexes for table `exams` |
| -- | | -- |
| ALTER TABLE `exams` | | ALTER TABLE `exams` |
| ADD PRIMARY KEY (`exam_id`), | | ADD PRIMARY KEY (`exam_id`), |
| ADD KEY `e_index_1` (`folder_id`); | | ADD KEY `e_index_1` (`folder_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_adjustments` | | -- Indexes for table `exam_adjustments` |
| -- | | -- |
| ALTER TABLE `exam_adjustments` | | ALTER TABLE `exam_adjustments` |
| ADD PRIMARY KEY (`ep_adjustment_id`), | | ADD PRIMARY KEY (`ep_adjustment_id`), |
| ADD KEY `exam_element_id` (`exam_element_id`), | | ADD KEY `exam_element_id` (`exam_element_id`), |
| ADD KEY `post_id` (`exam_id`); | | ADD KEY `post_id` (`exam_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_attached_files` | | -- Indexes for table `exam_attached_files` |
| -- | | -- |
| ALTER TABLE `exam_attached_files` | | ALTER TABLE `exam_attached_files` |
| ADD PRIMARY KEY (`file_id`), | | ADD PRIMARY KEY (`file_id`), |
| ADD KEY `exam_attached_files_fk_1` (`exam_id`); | | ADD KEY `exam_attached_files_fk_1` (`exam_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_authors` | | -- Indexes for table `exam_authors` |
| -- | | -- |
| ALTER TABLE `exam_authors` | | ALTER TABLE `exam_authors` |
| ADD PRIMARY KEY (`aeauthor_id`), | | ADD PRIMARY KEY (`aeauthor_id`), |
| ADD KEY `exam_id` (`exam_id`); | | ADD KEY `exam_id` (`exam_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_bank_folders` | | -- Indexes for table `exam_bank_folders` |
| -- | | -- |
| ALTER TABLE `exam_bank_folders` | | ALTER TABLE `exam_bank_folders` |
| ADD PRIMARY KEY (`folder_id`), | | ADD PRIMARY KEY (`folder_id`), |
| ADD KEY `ebf_index_1` (`parent_folder_id`); | | ADD KEY `ebf_index_1` (`parent_folder_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_bank_folder_authors` | | -- Indexes for table `exam_bank_folder_authors` |
| -- | | -- |
| ALTER TABLE `exam_bank_folder_authors` | | ALTER TABLE `exam_bank_folder_authors` |
| ADD PRIMARY KEY (`efauthor_id`), | | ADD PRIMARY KEY (`efauthor_id`), |
| ADD KEY `folder_id` (`folder_id`); | | ADD KEY `folder_id` (`folder_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_bank_folder_organisations` | | -- Indexes for table `exam_bank_folder_organisations` |
| -- | | -- |
| ALTER TABLE `exam_bank_folder_organisations` | | ALTER TABLE `exam_bank_folder_organisations` |
| ADD PRIMARY KEY (`folder_org_id`), | | ADD PRIMARY KEY (`folder_org_id`), |
| ADD KEY `folder_id` (`folder_id`); | | ADD KEY `folder_id` (`folder_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_category` | | -- Indexes for table `exam_category` |
| -- | | -- |
| ALTER TABLE `exam_category` | | ALTER TABLE `exam_category` |
| ADD PRIMARY KEY (`category_id`), | | ADD PRIMARY KEY (`category_id`), |
| ADD KEY `exam_cat_fk_3` (`exam_id`), | | ADD KEY `exam_cat_fk_3` (`exam_id`), |
| ADD KEY `exam_cat_fk_4` (`post_id`); | | ADD KEY `exam_cat_fk_4` (`post_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_category_audience` | | -- Indexes for table `exam_category_audience` |
| -- | | -- |
| ALTER TABLE `exam_category_audience` | | ALTER TABLE `exam_category_audience` |
| ADD PRIMARY KEY (`audience_id`), | | ADD PRIMARY KEY (`audience_id`), |
| ADD KEY `exam_cat_fk_6` (`category_id`); | | ADD KEY `exam_cat_fk_6` (`category_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_category_result` | | -- Indexes for table `exam_category_result` |
| -- | | -- |
| ALTER TABLE `exam_category_result` | | ALTER TABLE `exam_category_result` |
| ADD PRIMARY KEY (`result_id`), | | ADD PRIMARY KEY (`result_id`), |
| ADD KEY `exam_cat_fk_1` (`exam_id`), | | ADD KEY `exam_cat_fk_1` (`exam_id`), |
| ADD KEY `exam_cat_fk_2` (`post_id`); | | ADD KEY `exam_cat_fk_2` (`post_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_category_result_detail` | | -- Indexes for table `exam_category_result_detail` |
| -- | | -- |
| ALTER TABLE `exam_category_result_detail` | | ALTER TABLE `exam_category_result_detail` |
| ADD PRIMARY KEY (`detail_id`), | | ADD PRIMARY KEY (`detail_id`), |
| ADD KEY `exam_cat_detail_fk_1` (`exam_id`), | | ADD KEY `exam_cat_detail_fk_1` (`exam_id`), |
| ADD KEY `exam_cat_detail_fk_2` (`post_id`), | | ADD KEY `exam_cat_detail_fk_2` (`post_id`), |
| ADD KEY `exam_cat_detail_fk_3` (`exam_progress_id`); | | ADD KEY `exam_cat_detail_fk_3` (`exam_progress_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_category_set` | | -- Indexes for table `exam_category_set` |
| -- | | -- |
| ALTER TABLE `exam_category_set` | | ALTER TABLE `exam_category_set` |
| ADD PRIMARY KEY (`set_id`), | | ADD PRIMARY KEY (`set_id`), |
| ADD KEY `exam_cat_fk_5` (`category_id`); | | ADD KEY `exam_cat_fk_5` (`category_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_creation_history` | | -- Indexes for table `exam_creation_history` |
| -- | | -- |
| ALTER TABLE `exam_creation_history` | | ALTER TABLE `exam_creation_history` |
| ADD PRIMARY KEY (`exam_history_id`), | | ADD PRIMARY KEY (`exam_history_id`), |
| ADD KEY `timestamp` (`timestamp`), | | ADD KEY `timestamp` (`timestamp`), |
| ADD KEY `exam_id` (`exam_id`), | | ADD KEY `exam_id` (`exam_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_elements` | | -- Indexes for table `exam_elements` |
| -- | | -- |
| ALTER TABLE `exam_elements` | | ALTER TABLE `exam_elements` |
| ADD PRIMARY KEY (`exam_element_id`), | | ADD PRIMARY KEY (`exam_element_id`), |
| ADD KEY `exam_id` (`exam_id`), | | ADD KEY `exam_id` (`exam_id`), |
| ADD KEY `exam_elements_ibfk_2` (`group_id`), | | ADD KEY `exam_elements_ibfk_2` (`group_id`), |
| ADD KEY `ee_index_1` (`exam_id`,`deleted_date`); | | ADD KEY `ee_index_1` (`exam_id`,`deleted_date`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_element_highlight` | | -- Indexes for table `exam_element_highlight` |
| -- | | -- |
| ALTER TABLE `exam_element_highlight` | | ALTER TABLE `exam_element_highlight` |
| ADD PRIMARY KEY (`highlight_id`), | | ADD PRIMARY KEY (`highlight_id`), |
| ADD KEY `exam_element_id` (`exam_element_id`); | | ADD KEY `exam_element_id` (`exam_element_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_graders` | | -- Indexes for table `exam_graders` |
| -- | | -- |
| ALTER TABLE `exam_graders` | | ALTER TABLE `exam_graders` |
| ADD PRIMARY KEY (`exam_grader_id`), | | ADD PRIMARY KEY (`exam_grader_id`), |
| ADD UNIQUE KEY `exam_graders_unique_key_1` (`post_id`,`cgroup_id`,`proxy_id`), | | ADD UNIQUE KEY `exam_graders_unique_key_1` (`post_id`,`cgroup_id`,`proxy_id`), |
| ADD KEY `cgroup_id` (`cgroup_id`), | | ADD KEY `cgroup_id` (`cgroup_id`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `post_id` (`post_id`); | | ADD KEY `post_id` (`post_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_groups` | | -- Indexes for table `exam_groups` |
| -- | | -- |
| ALTER TABLE `exam_groups` | | ALTER TABLE `exam_groups` |
| ADD PRIMARY KEY (`group_id`); | | ADD PRIMARY KEY (`group_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_group_authors` | | -- Indexes for table `exam_group_authors` |
| -- | | -- |
| ALTER TABLE `exam_group_authors` | | ALTER TABLE `exam_group_authors` |
| ADD PRIMARY KEY (`egauthor_id`), | | ADD PRIMARY KEY (`egauthor_id`), |
| ADD KEY `group_id` (`group_id`); | | ADD KEY `group_id` (`group_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_group_questions` | | -- Indexes for table `exam_group_questions` |
| -- | | -- |
| ALTER TABLE `exam_group_questions` | | ALTER TABLE `exam_group_questions` |
| ADD PRIMARY KEY (`egquestion_id`), | | ADD PRIMARY KEY (`egquestion_id`), |
| ADD KEY `question_id` (`question_id`), | | ADD KEY `question_id` (`question_id`), |
| ADD KEY `exam_group_questions_ibfk_1` (`group_id`), | | ADD KEY `exam_group_questions_ibfk_1` (`group_id`), |
| ADD KEY `exam_group_questions_ibfk_3` (`version_id`); | | ADD KEY `exam_group_questions_ibfk_3` (`version_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_lu_bank_folder_images` | | -- Indexes for table `exam_lu_bank_folder_images` |
| -- | | -- |
| ALTER TABLE `exam_lu_bank_folder_images` | | ALTER TABLE `exam_lu_bank_folder_images` |
| ADD PRIMARY KEY (`image_id`); | | ADD PRIMARY KEY (`image_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_lu_questiontypes` | | -- Indexes for table `exam_lu_questiontypes` |
| -- | | -- |
| ALTER TABLE `exam_lu_questiontypes` | | ALTER TABLE `exam_lu_questiontypes` |
| ADD PRIMARY KEY (`questiontype_id`); | | ADD PRIMARY KEY (`questiontype_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_posts` | | -- Indexes for table `exam_posts` |
| -- | | -- |
| ALTER TABLE `exam_posts` | | ALTER TABLE `exam_posts` |
| ADD PRIMARY KEY (`post_id`), | | ADD PRIMARY KEY (`post_id`), |
| ADD KEY `post_index_1` (`exam_id`,`post_id`,`deleted_date`), | | ADD KEY `post_index_1` (`exam_id`,`post_id`,`deleted_date`), |
| ADD KEY `secure` (`secure`), | | ADD KEY `secure` (`secure`), |
| ADD KEY `end_date` (`end_date`), | | ADD KEY `end_date` (`end_date`), |
| ADD KEY `start_date` (`start_date`), | | ADD KEY `start_date` (`start_date`), |
| ADD KEY `exam_submission_date` (`exam_submission_date`), | | ADD KEY `exam_submission_date` (`exam_submission_date`), |
| ADD KEY `target_type` (`target_type`), | | ADD KEY `target_type` (`target_type`), |
| ADD KEY `target_id` (`target_type`), | | ADD KEY `target_id` (`target_type`), |
| ADD KEY `hide_exam` (`hide_exam`), | | ADD KEY `hide_exam` (`hide_exam`), |
| ADD KEY `deleted_date` (`deleted_date`), | | ADD KEY `deleted_date` (`deleted_date`), |
| ADD KEY `exam_index` (`target_type`,`target_id`,`hide_exam`,`deleted_date`); | | ADD KEY `exam_index` (`target_type`,`target_id`,`hide_exam`,`deleted_date`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_post_exceptions` | | -- Indexes for table `exam_post_exceptions` |
| -- | | -- |
| ALTER TABLE `exam_post_exceptions` | | ALTER TABLE `exam_post_exceptions` |
| ADD PRIMARY KEY (`ep_exception_id`), | | ADD PRIMARY KEY (`ep_exception_id`), |
| ADD KEY `exam_post_exceptions_fk_1` (`post_id`); | | ADD KEY `exam_post_exceptions_fk_1` (`post_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_progress` | | -- Indexes for table `exam_progress` |
| -- | | -- |
| ALTER TABLE `exam_progress` | | ALTER TABLE `exam_progress` |
| ADD PRIMARY KEY (`exam_progress_id`), | | ADD PRIMARY KEY (`exam_progress_id`), |
| ADD KEY `content_id` (`post_id`,`proxy_id`), | | ADD KEY `content_id` (`post_id`,`proxy_id`), |
| ADD KEY `exam_id` (`exam_id`), | | ADD KEY `exam_id` (`exam_id`), |
| ADD KEY `post_id` (`post_id`); | | ADD KEY `post_id` (`post_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_progress_responses` | | -- Indexes for table `exam_progress_responses` |
| -- | | -- |
| ALTER TABLE `exam_progress_responses` | | ALTER TABLE `exam_progress_responses` |
| ADD PRIMARY KEY (`exam_progress_response_id`), | | ADD PRIMARY KEY (`exam_progress_response_id`), |
| ADD KEY `exam_progress_id` (`exam_progress_id`), | | ADD KEY `exam_progress_id` (`exam_progress_id`), |
| ADD KEY `exam_id` (`exam_id`), | | ADD KEY `exam_id` (`exam_id`), |
| ADD KEY `post_id` (`post_id`), | | ADD KEY `post_id` (`post_id`), |
| ADD KEY `aeelement_id` (`exam_element_id`); | | ADD KEY `aeelement_id` (`exam_element_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_progress_response_answers` | | -- Indexes for table `exam_progress_response_answers` |
| -- | | -- |
| ALTER TABLE `exam_progress_response_answers` | | ALTER TABLE `exam_progress_response_answers` |
| ADD PRIMARY KEY (`epr_answer_id`), | | ADD PRIMARY KEY (`epr_answer_id`), |
| ADD KEY `epr_id` (`epr_id`); | | ADD KEY `epr_id` (`epr_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_questions` | | -- Indexes for table `exam_questions` |
| -- | | -- |
| ALTER TABLE `exam_questions` | | ALTER TABLE `exam_questions` |
| ADD PRIMARY KEY (`question_id`); | | ADD PRIMARY KEY (`question_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_question_answers` | | -- Indexes for table `exam_question_answers` |
| -- | | -- |
| ALTER TABLE `exam_question_answers` | | ALTER TABLE `exam_question_answers` |
| ADD PRIMARY KEY (`qanswer_id`), | | ADD PRIMARY KEY (`qanswer_id`), |
| ADD KEY `question_id` (`qanswer_id`), | | ADD KEY `question_id` (`qanswer_id`), |
| ADD KEY `exam_questions_answers_fk_1` (`question_id`), | | ADD KEY `exam_questions_answers_fk_1` (`question_id`), |
| ADD KEY `exam_questions_answers_fk_2` (`version_id`); | | ADD KEY `exam_questions_answers_fk_2` (`version_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_question_authors` | | -- Indexes for table `exam_question_authors` |
| -- | | -- |
| ALTER TABLE `exam_question_authors` | | ALTER TABLE `exam_question_authors` |
| ADD PRIMARY KEY (`eqauthor_id`), | | ADD PRIMARY KEY (`eqauthor_id`), |
| ADD KEY `question_id` (`question_id`), | | ADD KEY `question_id` (`question_id`), |
| ADD KEY `exam_questions_authors_fk_2` (`version_id`); | | ADD KEY `exam_questions_authors_fk_2` (`version_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_question_fnb_text` | | -- Indexes for table `exam_question_fnb_text` |
| -- | | -- |
| ALTER TABLE `exam_question_fnb_text` | | ALTER TABLE `exam_question_fnb_text` |
| ADD PRIMARY KEY (`fnb_text_id`), | | ADD PRIMARY KEY (`fnb_text_id`), |
| ADD KEY `qanswer_id` (`qanswer_id`), | | ADD KEY `qanswer_id` (`qanswer_id`), |
| ADD KEY `exam_questions_fnb_text_fk_1` (`qanswer_id`); | | ADD KEY `exam_questions_fnb_text_fk_1` (`qanswer_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_question_match` | | -- Indexes for table `exam_question_match` |
| -- | | -- |
| ALTER TABLE `exam_question_match` | | ALTER TABLE `exam_question_match` |
| ADD PRIMARY KEY (`match_id`), | | ADD PRIMARY KEY (`match_id`), |
| ADD KEY `exam_questions_match_fk_1` (`version_id`); | | ADD KEY `exam_questions_match_fk_1` (`version_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_question_match_correct` | | -- Indexes for table `exam_question_match_correct` |
| -- | | -- |
| ALTER TABLE `exam_question_match_correct` | | ALTER TABLE `exam_question_match_correct` |
| ADD PRIMARY KEY (`eqm_correct_id`), | | ADD PRIMARY KEY (`eqm_correct_id`), |
| ADD KEY `exam_questions_match_correct_fk_1` (`match_id`), | | ADD KEY `exam_questions_match_correct_fk_1` (`match_id`), |
| ADD KEY `exam_questions_match_correct_fk_2` (`qanswer_id`); | | ADD KEY `exam_questions_match_correct_fk_2` (`qanswer_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_question_objectives` | | -- Indexes for table `exam_question_objectives` |
| -- | | -- |
| ALTER TABLE `exam_question_objectives` | | ALTER TABLE `exam_question_objectives` |
| ADD PRIMARY KEY (`qobjective_id`), | | ADD PRIMARY KEY (`qobjective_id`), |
| ADD KEY `question_id` (`question_id`); | | ADD KEY `question_id` (`question_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_question_versions` | | -- Indexes for table `exam_question_versions` |
| -- | | -- |
| ALTER TABLE `exam_question_versions` | | ALTER TABLE `exam_question_versions` |
| ADD PRIMARY KEY (`version_id`), | | ADD PRIMARY KEY (`version_id`), |
| ADD KEY `question_id` (`question_id`), | | ADD KEY `question_id` (`question_id`), |
| ADD KEY `exam_questions_versions_fk_1` (`questiontype_id`), | | ADD KEY `exam_questions_versions_fk_1` (`questiontype_id`), |
| ADD KEY `examsoft_id` (`examsoft_id`); | | ADD KEY `examsoft_id` (`examsoft_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_question_version_highlight` | | -- Indexes for table `exam_question_version_highlight` |
| -- | | -- |
| ALTER TABLE `exam_question_version_highlight` | | ALTER TABLE `exam_question_version_highlight` |
| ADD PRIMARY KEY (`highlight_id`), | | ADD PRIMARY KEY (`highlight_id`), |
| ADD KEY `version_id` (`version_id`); | | ADD KEY `version_id` (`version_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `exam_versions` | | -- Indexes for table `exam_versions` |
| -- | | -- |
| ALTER TABLE `exam_versions` | | ALTER TABLE `exam_versions` |
| ADD PRIMARY KEY (`exam_version_id`), | | ADD PRIMARY KEY (`exam_version_id`), |
| ADD KEY `exam_versions_fk_1` (`exam_id`); | | ADD KEY `exam_versions_fk_1` (`exam_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `filetypes` | | -- Indexes for table `filetypes` |
| -- | | -- |
| ALTER TABLE `filetypes` | | ALTER TABLE `filetypes` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `ext` (`ext`); | | ADD KEY `ext` (`ext`); |
| | | |
| -- | | -- |
| -- Indexes for table `file_uploads` | | -- Indexes for table `file_uploads` |
| -- | | -- |
| ALTER TABLE `file_uploads` | | ALTER TABLE `file_uploads` |
| ADD PRIMARY KEY (`fuploads_id`); | | ADD PRIMARY KEY (`fuploads_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `file_upload_module_mappings` | | -- Indexes for table `file_upload_module_mappings` |
| -- | | -- |
| ALTER TABLE `file_upload_module_mappings` | | ALTER TABLE `file_upload_module_mappings` |
| ADD PRIMARY KEY (`fummappings_id`), | | ADD PRIMARY KEY (`fummappings_id`), |
| ADD KEY `flpldmdlmpgs_flplds_fk_idx` (`fuploads_id`); | | ADD KEY `flpldmdlmpgs_flplds_fk_idx` (`fuploads_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_buildings` | | -- Indexes for table `global_lu_buildings` |
| -- | | -- |
| ALTER TABLE `global_lu_buildings` | | ALTER TABLE `global_lu_buildings` |
| ADD PRIMARY KEY (`building_id`); | | ADD PRIMARY KEY (`building_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_community_types` | | -- Indexes for table `global_lu_community_types` |
| -- | | -- |
| ALTER TABLE `global_lu_community_types` | | ALTER TABLE `global_lu_community_types` |
| ADD PRIMARY KEY (`ctype_id`); | | ADD PRIMARY KEY (`ctype_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_community_type_options` | | -- Indexes for table `global_lu_community_type_options` |
| -- | | -- |
| ALTER TABLE `global_lu_community_type_options` | | ALTER TABLE `global_lu_community_type_options` |
| ADD PRIMARY KEY (`ctoption_id`); | | ADD PRIMARY KEY (`ctoption_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_countries` | | -- Indexes for table `global_lu_countries` |
| -- | | -- |
| ALTER TABLE `global_lu_countries` | | ALTER TABLE `global_lu_countries` |
| ADD PRIMARY KEY (`countries_id`), | | ADD PRIMARY KEY (`countries_id`), |
| ADD KEY `abbr_idx` (`abbreviation`), | | ADD KEY `abbr_idx` (`abbreviation`), |
| ADD KEY `iso2_idx` (`iso2`), | | ADD KEY `iso2_idx` (`iso2`), |
| ADD KEY `isonum_idx` (`isonum`); | | ADD KEY `isonum_idx` (`isonum`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_disciplines` | | -- Indexes for table `global_lu_disciplines` |
| -- | | -- |
| ALTER TABLE `global_lu_disciplines` | | ALTER TABLE `global_lu_disciplines` |
| ADD PRIMARY KEY (`discipline_id`); | | ADD PRIMARY KEY (`discipline_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_focus_groups` | | -- Indexes for table `global_lu_focus_groups` |
| -- | | -- |
| ALTER TABLE `global_lu_focus_groups` | | ALTER TABLE `global_lu_focus_groups` |
| ADD PRIMARY KEY (`group_id`), | | ADD PRIMARY KEY (`group_id`), |
| ADD KEY `focus_group` (`focus_group`); | | ADD KEY `focus_group` (`focus_group`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_hospital_location` | | -- Indexes for table `global_lu_hospital_location` |
| -- | | -- |
| ALTER TABLE `global_lu_hospital_location` | | ALTER TABLE `global_lu_hospital_location` |
| ADD PRIMARY KEY (`hosp_id`), | | ADD PRIMARY KEY (`hosp_id`), |
| ADD KEY `hosp_desc` (`hosp_desc`); | | ADD KEY `hosp_desc` (`hosp_desc`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_learner_levels` | | -- Indexes for table `global_lu_learner_levels` |
| -- | | -- |
| ALTER TABLE `global_lu_learner_levels` | | ALTER TABLE `global_lu_learner_levels` |
| ADD PRIMARY KEY (`level_id`); | | ADD PRIMARY KEY (`level_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_learner_statuses` | | -- Indexes for table `global_lu_learner_statuses` |
| -- | | -- |
| ALTER TABLE `global_lu_learner_statuses` | | ALTER TABLE `global_lu_learner_statuses` |
| ADD PRIMARY KEY (`status_id`); | | ADD PRIMARY KEY (`status_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_likelihoods` | | -- Indexes for table `global_lu_likelihoods` |
| -- | | -- |
| ALTER TABLE `global_lu_likelihoods` | | ALTER TABLE `global_lu_likelihoods` |
| ADD PRIMARY KEY (`likelihood_id`); | | ADD PRIMARY KEY (`likelihood_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_objectives` | | -- Indexes for table `global_lu_objectives` |
| -- | | -- |
| ALTER TABLE `global_lu_objectives` | | ALTER TABLE `global_lu_objectives` |
| ADD PRIMARY KEY (`objective_id`), | | ADD PRIMARY KEY (`objective_id`), |
| ADD KEY `objective_order` (`objective_order`), | | ADD KEY `objective_order` (`objective_order`), |
| ADD KEY `objective_code` (`objective_code`), | | ADD KEY `objective_code` (`objective_code`), |
| ADD KEY `idx_parent` (`objective_parent`,`objective_active`), | | ADD KEY `idx_parent` (`objective_parent`,`objective_active`), |
| ADD KEY `objective_parent` (`objective_parent`); | | ADD KEY `objective_parent` (`objective_parent`); |
| ALTER TABLE `global_lu_objectives` ADD FULLTEXT KEY `ft_objective_search` (`objective_code`,`objective_name`,`objective_description`); | | ALTER TABLE `global_lu_objectives` ADD FULLTEXT KEY `ft_objective_search` (`objective_code`,`objective_name`,`objective_description`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_objective_sets` | | -- Indexes for table `global_lu_objective_sets` |
| -- | | -- |
| ALTER TABLE `global_lu_objective_sets` | | ALTER TABLE `global_lu_objective_sets` |
| ADD PRIMARY KEY (`objective_set_id`), | | ADD PRIMARY KEY (`objective_set_id`), |
| ADD KEY `shortname` (`shortname`); | | ADD KEY `shortname` (`shortname`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_provinces` | | -- Indexes for table `global_lu_provinces` |
| -- | | -- |
| ALTER TABLE `global_lu_provinces` | | ALTER TABLE `global_lu_provinces` |
| ADD PRIMARY KEY (`province_id`); | | ADD PRIMARY KEY (`province_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_publication_type` | | -- Indexes for table `global_lu_publication_type` |
| -- | | -- |
| ALTER TABLE `global_lu_publication_type` | | ALTER TABLE `global_lu_publication_type` |
| ADD PRIMARY KEY (`type_id`), | | ADD PRIMARY KEY (`type_id`), |
| ADD KEY `type_description` (`type_description`); | | ADD KEY `type_description` (`type_description`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_relationship_types` | | -- Indexes for table `global_lu_relationship_types` |
| -- | | -- |
| ALTER TABLE `global_lu_relationship_types` | | ALTER TABLE `global_lu_relationship_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_resources` | | -- Indexes for table `global_lu_resources` |
| -- | | -- |
| ALTER TABLE `global_lu_resources` | | ALTER TABLE `global_lu_resources` |
| ADD PRIMARY KEY (`resource_id`); | | ADD PRIMARY KEY (`resource_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_roles` | | -- Indexes for table `global_lu_roles` |
| -- | | -- |
| ALTER TABLE `global_lu_roles` | | ALTER TABLE `global_lu_roles` |
| ADD PRIMARY KEY (`role_id`), | | ADD PRIMARY KEY (`role_id`), |
| ADD KEY `role_description` (`role_description`); | | ADD KEY `role_description` (`role_description`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_rooms` | | -- Indexes for table `global_lu_rooms` |
| -- | | -- |
| ALTER TABLE `global_lu_rooms` | | ALTER TABLE `global_lu_rooms` |
| ADD PRIMARY KEY (`room_id`); | | ADD PRIMARY KEY (`room_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_room_resources` | | -- Indexes for table `global_lu_room_resources` |
| -- | | -- |
| ALTER TABLE `global_lu_room_resources` | | ALTER TABLE `global_lu_room_resources` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `glurresources_glurooms_fk_1` (`room_id`), | | ADD KEY `glurresources_glurooms_fk_1` (`room_id`), |
| ADD KEY `glurresources_gluresources_fk_1` (`resource_id`); | | ADD KEY `glurresources_gluresources_fk_1` (`resource_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_schools` | | -- Indexes for table `global_lu_schools` |
| -- | | -- |
| ALTER TABLE `global_lu_schools` | | ALTER TABLE `global_lu_schools` |
| ADD PRIMARY KEY (`schools_id`); | | ADD PRIMARY KEY (`schools_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_sites` | | -- Indexes for table `global_lu_sites` |
| -- | | -- |
| ALTER TABLE `global_lu_sites` | | ALTER TABLE `global_lu_sites` |
| ADD PRIMARY KEY (`site_id`); | | ADD PRIMARY KEY (`site_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_sites_organisation` | | -- Indexes for table `global_lu_sites_organisation` |
| -- | | -- |
| ALTER TABLE `global_lu_sites_organisation` | | ALTER TABLE `global_lu_sites_organisation` |
| ADD PRIMARY KEY (`site_id`,`organisation_id`); | | ADD PRIMARY KEY (`site_id`,`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_timezone` | | -- Indexes for table `global_lu_timezone` |
| -- | | -- |
| ALTER TABLE `global_lu_timezone` | | ALTER TABLE `global_lu_timezone` |
| ADD PRIMARY KEY (`timezone_id`); | | ADD PRIMARY KEY (`timezone_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_modules` | | -- Indexes for table `global_modules` |
| -- | | -- |
| ALTER TABLE `global_modules` | | ALTER TABLE `global_modules` |
| ADD PRIMARY KEY (`gmodules_id`), | | ADD PRIMARY KEY (`gmodules_id`), |
| ADD UNIQUE KEY `module_UNIQUE` (`module`); | | ADD UNIQUE KEY `module_UNIQUE` (`module`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_objective_note` | | -- Indexes for table `global_objective_note` |
| -- | | -- |
| ALTER TABLE `global_objective_note` | | ALTER TABLE `global_objective_note` |
| ADD PRIMARY KEY (`global_objective_note_id`), | | ADD PRIMARY KEY (`global_objective_note_id`), |
| ADD KEY `idx_global_objective_note` (`objective_id`); | | ADD KEY `idx_global_objective_note` (`objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_priority_levels` | | -- Indexes for table `global_priority_levels` |
| -- | | -- |
| ALTER TABLE `global_priority_levels` | | ALTER TABLE `global_priority_levels` |
| ADD PRIMARY KEY (`gplevels_id`); | | ADD PRIMARY KEY (`gplevels_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `gradebook_assessment_audience` | | -- Indexes for table `gradebook_assessment_audience` |
| -- | | -- |
| ALTER TABLE `gradebook_assessment_audience` | | ALTER TABLE `gradebook_assessment_audience` |
| ADD PRIMARY KEY (`gaaudience_id`); | | ADD PRIMARY KEY (`gaaudience_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `gradebook_assessment_discussions` | | -- Indexes for table `gradebook_assessment_discussions` |
| -- | | -- |
| ALTER TABLE `gradebook_assessment_discussions` | | ALTER TABLE `gradebook_assessment_discussions` |
| ADD PRIMARY KEY (`gadiscussion_id`); | | ADD PRIMARY KEY (`gadiscussion_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `gradebook_assessment_form_elements` | | -- Indexes for table `gradebook_assessment_form_elements` |
| -- | | -- |
| ALTER TABLE `gradebook_assessment_form_elements` | | ALTER TABLE `gradebook_assessment_form_elements` |
| ADD PRIMARY KEY (`gafelement_id`), | | ADD PRIMARY KEY (`gafelement_id`), |
| ADD KEY `assessment_id` (`assessment_id`), | | ADD KEY `assessment_id` (`assessment_id`), |
| ADD KEY `afelement_id` (`afelement_id`); | | ADD KEY `afelement_id` (`afelement_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `gradebook_assessment_item_responses` | | -- Indexes for table `gradebook_assessment_item_responses` |
| -- | | -- |
| ALTER TABLE `gradebook_assessment_item_responses` | | ALTER TABLE `gradebook_assessment_item_responses` |
| ADD PRIMARY KEY (`gairesponse_id`), | | ADD PRIMARY KEY (`gairesponse_id`), |
| ADD KEY `assessment_id` (`assessment_id`), | | ADD KEY `assessment_id` (`assessment_id`), |
| ADD KEY `iresponse_id` (`iresponse_id`); | | ADD KEY `iresponse_id` (`iresponse_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `gradebook_files` | | -- Indexes for table `gradebook_files` |
| -- | | -- |
| ALTER TABLE `gradebook_files` | | ALTER TABLE `gradebook_files` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `gradebook_file_folder_id` (`gradebook_file_folder_id`), | | ADD KEY `gradebook_file_folder_id` (`gradebook_file_folder_id`), |
| ADD KEY `user_data_id` (`user_data_id`), | | ADD KEY `user_data_id` (`user_data_id`), |
| ADD KEY `release_date` (`release_date`), | | ADD KEY `release_date` (`release_date`), |
| ADD KEY `release_until` (`release_until`); | | ADD KEY `release_until` (`release_until`); |
| | | |
| -- | | -- |
| -- Indexes for table `gradebook_file_folders` | | -- Indexes for table `gradebook_file_folders` |
| -- | | -- |
| ALTER TABLE `gradebook_file_folders` | | ALTER TABLE `gradebook_file_folders` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `course_id` (`course_id`), | | ADD KEY `course_id` (`course_id`), |
| ADD KEY `cperiod_id` (`cperiod_id`), | | ADD KEY `cperiod_id` (`cperiod_id`), |
| ADD KEY `active` (`active`), | | ADD KEY `active` (`active`), |
| ADD KEY `created_date` (`created_date`), | | ADD KEY `created_date` (`created_date`), |
| ADD KEY `updated_date` (`updated_date`); | | ADD KEY `updated_date` (`updated_date`); |
| | | |
| -- | | -- |
| -- Indexes for table `gradebook_grade_adjustments` | | -- Indexes for table `gradebook_grade_adjustments` |
| -- | | -- |
| ALTER TABLE `gradebook_grade_adjustments` | | ALTER TABLE `gradebook_grade_adjustments` |
| ADD PRIMARY KEY (`gradebook_grade_adjustment_id`); | | ADD PRIMARY KEY (`gradebook_grade_adjustment_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `gradebook_spreadsheet_comments` | | -- Indexes for table `gradebook_spreadsheet_comments` |
| -- | | -- |
| ALTER TABLE `gradebook_spreadsheet_comments` | | ALTER TABLE `gradebook_spreadsheet_comments` |
| ADD PRIMARY KEY (`gscomment_id`); | | ADD PRIMARY KEY (`gscomment_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `groups` | | -- Indexes for table `groups` |
| -- | | -- |
| ALTER TABLE `groups` | | ALTER TABLE `groups` |
| ADD PRIMARY KEY (`group_id`), | | ADD PRIMARY KEY (`group_id`), |
| ADD KEY `groups_group_name_idx` (`group_name`) USING BTREE; | | ADD KEY `groups_group_name_idx` (`group_name`) USING BTREE; |
| | | |
| -- | | -- |
| -- Indexes for table `group_members` | | -- Indexes for table `group_members` |
| -- | | -- |
| ALTER TABLE `group_members` | | ALTER TABLE `group_members` |
| ADD PRIMARY KEY (`gmember_id`), | | ADD PRIMARY KEY (`gmember_id`), |
| ADD KEY `group_id` (`group_id`,`proxy_id`,`updated_date`,`updated_by`), | | ADD KEY `group_id` (`group_id`,`proxy_id`,`updated_date`,`updated_by`), |
| ADD KEY `member_active` (`member_active`); | | ADD KEY `member_active` (`member_active`); |
| | | |
| -- | | -- |
| -- Indexes for table `group_organisations` | | -- Indexes for table `group_organisations` |
| -- | | -- |
| ALTER TABLE `group_organisations` | | ALTER TABLE `group_organisations` |
| ADD PRIMARY KEY (`gorganisation_id`), | | ADD PRIMARY KEY (`gorganisation_id`), |
| ADD KEY `group_id` (`group_id`,`organisation_id`,`updated_date`,`updated_by`); | | ADD KEY `group_id` (`group_id`,`organisation_id`,`updated_date`,`updated_by`); |
| | | |
| -- | | -- |
| -- Indexes for table `instructor_linked_objectives` | | -- Indexes for table `instructor_linked_objectives` |
| -- | | -- |
| ALTER TABLE `instructor_linked_objectives` | | ALTER TABLE `instructor_linked_objectives` |
| ADD PRIMARY KEY (`ilobjective_id`), | | ADD PRIMARY KEY (`ilobjective_id`), |
| ADD KEY `assessment_id` (`proxy_id`), | | ADD KEY `assessment_id` (`proxy_id`), |
| ADD KEY `objective_target` (`objective_id`,`target_objective_id`); | | ADD KEY `objective_target` (`objective_id`,`target_objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `jobs` | | -- Indexes for table `jobs` |
| -- | | -- |
| ALTER TABLE `jobs` | | ALTER TABLE `jobs` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `queue` (`queue`); | | ADD KEY `queue` (`queue`); |
| | | |
| -- | | -- |
| -- Indexes for table `jobs_failed` | | -- Indexes for table `jobs_failed` |
| -- | | -- |
| ALTER TABLE `jobs_failed` | | ALTER TABLE `jobs_failed` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `language` | | -- Indexes for table `language` |
| -- | | -- |
| ALTER TABLE `language` | | ALTER TABLE `language` |
| ADD PRIMARY KEY (`language_id`); | | ADD PRIMARY KEY (`language_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `learner_explorer_assessments` | | -- Indexes for table `learner_explorer_assessments` |
| -- | | -- |
| ALTER TABLE `learner_explorer_assessments` | | ALTER TABLE `learner_explorer_assessments` |
| ADD PRIMARY KEY (`learner_explorer_id`), | | ADD PRIMARY KEY (`learner_explorer_id`), |
| ADD KEY `assessment_id` (`assessment_id`); | | ADD KEY `assessment_id` (`assessment_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `learner_level_organisation` | | -- Indexes for table `learner_level_organisation` |
| -- | | -- |
| ALTER TABLE `learner_level_organisation` | | ALTER TABLE `learner_level_organisation` |
| ADD PRIMARY KEY (`level_org_id`), | | ADD PRIMARY KEY (`level_org_id`), |
| ADD KEY `organisation_id` (`organisation_id`,`level_id`), | | ADD KEY `organisation_id` (`organisation_id`,`level_id`), |
| ADD KEY `level_id` (`level_id`); | | ADD KEY `level_id` (`level_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `learner_status_organisation` | | -- Indexes for table `learner_status_organisation` |
| -- | | -- |
| ALTER TABLE `learner_status_organisation` | | ALTER TABLE `learner_status_organisation` |
| ADD PRIMARY KEY (`status_org_id`), | | ADD PRIMARY KEY (`status_org_id`), |
| ADD KEY `organisation_id` (`organisation_id`,`status_id`), | | ADD KEY `organisation_id` (`organisation_id`,`status_id`), |
| ADD KEY `lso_status_id` (`status_id`); | | ADD KEY `lso_status_id` (`status_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `learning_objects` | | -- Indexes for table `learning_objects` |
| -- | | -- |
| ALTER TABLE `learning_objects` | | ALTER TABLE `learning_objects` |
| ADD PRIMARY KEY (`learning_object_id`); | | ADD PRIMARY KEY (`learning_object_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `learning_objects_progress` | | -- Indexes for table `learning_objects_progress` |
| -- | | -- |
| ALTER TABLE `learning_objects_progress` | | ALTER TABLE `learning_objects_progress` |
| ADD PRIMARY KEY (`learning_objects_progress_id`), | | ADD PRIMARY KEY (`learning_objects_progress_id`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `learning_objects_activity_id` (`learning_objects_activity_id`), | | ADD KEY `learning_objects_activity_id` (`learning_objects_activity_id`), |
| ADD KEY `learning_objects_state_id` (`learning_objects_state_id`); | | ADD KEY `learning_objects_state_id` (`learning_objects_state_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `learning_object_authors` | | -- Indexes for table `learning_object_authors` |
| -- | | -- |
| ALTER TABLE `learning_object_authors` | | ALTER TABLE `learning_object_authors` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `learning_object_id` (`learning_object_id`); | | ADD KEY `learning_object_id` (`learning_object_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `learning_object_external_authors` | | -- Indexes for table `learning_object_external_authors` |
| -- | | -- |
| ALTER TABLE `learning_object_external_authors` | | ALTER TABLE `learning_object_external_authors` |
| ADD PRIMARY KEY (`eauthor_id`); | | ADD PRIMARY KEY (`eauthor_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `learning_object_files` | | -- Indexes for table `learning_object_files` |
| -- | | -- |
| ALTER TABLE `learning_object_files` | | ALTER TABLE `learning_object_files` |
| ADD PRIMARY KEY (`lo_file_id`); | | ADD PRIMARY KEY (`lo_file_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `learning_object_file_permissions` | | -- Indexes for table `learning_object_file_permissions` |
| -- | | -- |
| ALTER TABLE `learning_object_file_permissions` | | ALTER TABLE `learning_object_file_permissions` |
| ADD PRIMARY KEY (`lo_file_permission_id`); | | ADD PRIMARY KEY (`lo_file_permission_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `learning_object_file_tags` | | -- Indexes for table `learning_object_file_tags` |
| -- | | -- |
| ALTER TABLE `learning_object_file_tags` | | ALTER TABLE `learning_object_file_tags` |
| ADD PRIMARY KEY (`lo_file_tag_id`); | | ADD PRIMARY KEY (`lo_file_tag_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `learning_object_objectives` | | -- Indexes for table `learning_object_objectives` |
| -- | | -- |
| ALTER TABLE `learning_object_objectives` | | ALTER TABLE `learning_object_objectives` |
| ADD PRIMARY KEY (`loobjective_id`); | | ADD PRIMARY KEY (`loobjective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `learning_object_organisation` | | -- Indexes for table `learning_object_organisation` |
| -- | | -- |
| ALTER TABLE `learning_object_organisation` | | ALTER TABLE `learning_object_organisation` |
| ADD PRIMARY KEY (`learning_object_id`,`organisation_id`); | | ADD PRIMARY KEY (`learning_object_id`,`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `learning_object_statements` | | -- Indexes for table `learning_object_statements` |
| -- | | -- |
| ALTER TABLE `learning_object_statements` | | ALTER TABLE `learning_object_statements` |
| ADD PRIMARY KEY (`lor_statement_id`), | | ADD PRIMARY KEY (`lor_statement_id`), |
| ADD KEY `module_id` (`module_id`), | | ADD KEY `module_id` (`module_id`), |
| ADD KEY `target_type` (`target_type`), | | ADD KEY `target_type` (`target_type`), |
| ADD KEY `target_id` (`target_id`), | | ADD KEY `target_id` (`target_id`), |
| ADD KEY `object` (`object`), | | ADD KEY `object` (`object`), |
| ADD KEY `result` (`result`), | | ADD KEY `result` (`result`), |
| ADD KEY `response` (`response`), | | ADD KEY `response` (`response`), |
| ADD KEY `score_scaled` (`score_scaled`); | | ADD KEY `score_scaled` (`score_scaled`); |
| | | |
| -- | | -- |
| -- Indexes for table `linked_objectives` | | -- Indexes for table `linked_objectives` |
| -- | | -- |
| ALTER TABLE `linked_objectives` | | ALTER TABLE `linked_objectives` |
| ADD PRIMARY KEY (`linked_objective_id`), | | ADD PRIMARY KEY (`linked_objective_id`), |
| ADD KEY `objective_id` (`objective_id`), | | ADD KEY `objective_id` (`objective_id`), |
| ADD KEY `target_objective_id` (`target_objective_id`), | | ADD KEY `target_objective_id` (`target_objective_id`), |
| ADD KEY `version_id` (`version_id`), | | ADD KEY `version_id` (`version_id`), |
| ADD KEY `version_objective_target_id` (`version_id`,`objective_id`,`target_objective_id`); | | ADD KEY `version_objective_target_id` (`version_id`,`objective_id`,`target_objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `linked_tag_sets` | | -- Indexes for table `linked_tag_sets` |
| -- | | -- |
| ALTER TABLE `linked_tag_sets` | | ALTER TABLE `linked_tag_sets` |
| ADD PRIMARY KEY (`linked_tag_set_id`), | | ADD PRIMARY KEY (`linked_tag_set_id`), |
| ADD KEY `organisation_id` (`organisation_id`), | | ADD KEY `organisation_id` (`organisation_id`), |
| ADD KEY `type` (`type`), | | ADD KEY `type` (`type`), |
| ADD KEY `objective_id` (`objective_id`); | | ADD KEY `objective_id` (`objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_course_sites` | | -- Indexes for table `logbook_course_sites` |
| -- | | -- |
| ALTER TABLE `logbook_course_sites` | | ALTER TABLE `logbook_course_sites` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `site_id` (`site_id`), | | ADD KEY `site_id` (`site_id`), |
| ADD KEY `course_id` (`course_id`); | | ADD KEY `course_id` (`course_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_entries` | | -- Indexes for table `logbook_entries` |
| -- | | -- |
| ALTER TABLE `logbook_entries` | | ALTER TABLE `logbook_entries` |
| ADD PRIMARY KEY (`lentry_id`), | | ADD PRIMARY KEY (`lentry_id`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `proxy_id_2` (`proxy_id`), | | ADD KEY `proxy_id_2` (`proxy_id`), |
| ADD KEY `logbook_entries_clinical_event_id_foreign` (`clinical_event_id`); | | ADD KEY `logbook_entries_clinical_event_id_foreign` (`clinical_event_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_entry_objectives` | | -- Indexes for table `logbook_entry_objectives` |
| -- | | -- |
| ALTER TABLE `logbook_entry_objectives` | | ALTER TABLE `logbook_entry_objectives` |
| ADD PRIMARY KEY (`leobjective_id`), | | ADD PRIMARY KEY (`leobjective_id`), |
| ADD KEY `lentry_id` (`lentry_id`); | | ADD KEY `lentry_id` (`lentry_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_lu_ageranges` | | -- Indexes for table `logbook_lu_ageranges` |
| -- | | -- |
| ALTER TABLE `logbook_lu_ageranges` | | ALTER TABLE `logbook_lu_ageranges` |
| ADD PRIMARY KEY (`agerange_id`); | | ADD PRIMARY KEY (`agerange_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_lu_environments` | | -- Indexes for table `logbook_lu_environments` |
| -- | | -- |
| ALTER TABLE `logbook_lu_environments` | | ALTER TABLE `logbook_lu_environments` |
| ADD PRIMARY KEY (`lenvironment_id`); | | ADD PRIMARY KEY (`lenvironment_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_lu_locations` | | -- Indexes for table `logbook_lu_locations` |
| -- | | -- |
| ALTER TABLE `logbook_lu_locations` | | ALTER TABLE `logbook_lu_locations` |
| ADD PRIMARY KEY (`llocation_id`); | | ADD PRIMARY KEY (`llocation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_lu_roles` | | -- Indexes for table `logbook_lu_roles` |
| -- | | -- |
| ALTER TABLE `logbook_lu_roles` | | ALTER TABLE `logbook_lu_roles` |
| ADD PRIMARY KEY (`lrole_id`); | | ADD PRIMARY KEY (`lrole_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_lu_sites` | | -- Indexes for table `logbook_lu_sites` |
| -- | | -- |
| ALTER TABLE `logbook_lu_sites` | | ALTER TABLE `logbook_lu_sites` |
| ADD PRIMARY KEY (`lsite_id`); | | ADD PRIMARY KEY (`lsite_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_objectives` | | -- Indexes for table `logbook_objectives` |
| -- | | -- |
| ALTER TABLE `logbook_objectives` | | ALTER TABLE `logbook_objectives` |
| ADD PRIMARY KEY (`lobjective_id`), | | ADD PRIMARY KEY (`lobjective_id`), |
| ADD KEY `objective_id` (`objective_id`), | | ADD KEY `objective_id` (`objective_id`), |
| ADD KEY `course_id` (`course_id`); | | ADD KEY `course_id` (`course_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_objective_environments` | | -- Indexes for table `logbook_objective_environments` |
| -- | | -- |
| ALTER TABLE `logbook_objective_environments` | | ALTER TABLE `logbook_objective_environments` |
| ADD PRIMARY KEY (`loenvironment_id`), | | ADD PRIMARY KEY (`loenvironment_id`), |
| ADD KEY `lobjective_id` (`lobjective_id`), | | ADD KEY `lobjective_id` (`lobjective_id`), |
| ADD KEY `lenvironment_id` (`lenvironment_id`); | | ADD KEY `lenvironment_id` (`lenvironment_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_objective_roles` | | -- Indexes for table `logbook_objective_roles` |
| -- | | -- |
| ALTER TABLE `logbook_objective_roles` | | ALTER TABLE `logbook_objective_roles` |
| ADD PRIMARY KEY (`lorole_id`), | | ADD PRIMARY KEY (`lorole_id`), |
| ADD KEY `lobjective_id` (`lobjective_id`), | | ADD KEY `lobjective_id` (`lobjective_id`), |
| ADD KEY `lrole_id` (`lrole_id`); | | ADD KEY `lrole_id` (`lrole_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lotteries` | | -- Indexes for table `lotteries` |
| -- | | -- |
| ALTER TABLE `lotteries` | | ALTER TABLE `lotteries` |
| ADD PRIMARY KEY (`lottery_id`), | | ADD PRIMARY KEY (`lottery_id`), |
| ADD KEY `schedule_draft_id` (`schedule_draft_id`), | | ADD KEY `schedule_draft_id` (`schedule_draft_id`), |
| ADD KEY `cperiod_id` (`cperiod_id`); | | ADD KEY `cperiod_id` (`cperiod_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lottery_exclusions` | | -- Indexes for table `lottery_exclusions` |
| -- | | -- |
| ALTER TABLE `lottery_exclusions` | | ALTER TABLE `lottery_exclusions` |
| ADD PRIMARY KEY (`lottery_exclusion_id`), | | ADD PRIMARY KEY (`lottery_exclusion_id`), |
| ADD UNIQUE KEY `lottery_exclusion_id_UNIQUE` (`lottery_exclusion_id`), | | ADD UNIQUE KEY `lottery_exclusion_id_UNIQUE` (`lottery_exclusion_id`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `exclusion_type` (`exclusion_type`), | | ADD KEY `exclusion_type` (`exclusion_type`), |
| ADD KEY `resource_type` (`resource_type`), | | ADD KEY `resource_type` (`resource_type`), |
| ADD KEY `resource_id` (`resource_id`); | | ADD KEY `resource_id` (`resource_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lottery_job_submissions` | | -- Indexes for table `lottery_job_submissions` |
| -- | | -- |
| ALTER TABLE `lottery_job_submissions` | | ALTER TABLE `lottery_job_submissions` |
| ADD PRIMARY KEY (`submission_id`); | | ADD PRIMARY KEY (`submission_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lottery_learner_rankings` | | -- Indexes for table `lottery_learner_rankings` |
| -- | | -- |
| ALTER TABLE `lottery_learner_rankings` | | ALTER TABLE `lottery_learner_rankings` |
| ADD PRIMARY KEY (`ranking_id`), | | ADD PRIMARY KEY (`ranking_id`), |
| ADD KEY `option_id` (`option_id`), | | ADD KEY `option_id` (`option_id`), |
| ADD KEY `stage_id` (`stage_id`), | | ADD KEY `stage_id` (`stage_id`), |
| ADD KEY `phase_id` (`phase_id`); | | ADD KEY `phase_id` (`phase_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lottery_rotation_options` | | -- Indexes for table `lottery_rotation_options` |
| -- | | -- |
| ALTER TABLE `lottery_rotation_options` | | ALTER TABLE `lottery_rotation_options` |
| ADD PRIMARY KEY (`option_id`), | | ADD PRIMARY KEY (`option_id`), |
| ADD KEY `stage_id` (`stage_id`); | | ADD KEY `stage_id` (`stage_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lottery_rotation_options_block_swap_requests` | | -- Indexes for table `lottery_rotation_options_block_swap_requests` |
| -- | | -- |
| ALTER TABLE `lottery_rotation_options_block_swap_requests` | | ALTER TABLE `lottery_rotation_options_block_swap_requests` |
| ADD PRIMARY KEY (`lrobs_request_id`), | | ADD PRIMARY KEY (`lrobs_request_id`), |
| ADD KEY `fk_lottery_rotation_options_block_swap_requests_1_idx` (`requested_slot_id`), | | ADD KEY `fk_lottery_rotation_options_block_swap_requests_1_idx` (`requested_slot_id`), |
| ADD KEY `fk_lottery_rotation_options_block_swap_requests_2_idx` (`block_id`); | | ADD KEY `fk_lottery_rotation_options_block_swap_requests_2_idx` (`block_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lottery_rotation_options_block_swap_request_denials` | | -- Indexes for table `lottery_rotation_options_block_swap_request_denials` |
| -- | | -- |
| ALTER TABLE `lottery_rotation_options_block_swap_request_denials` | | ALTER TABLE `lottery_rotation_options_block_swap_request_denials` |
| ADD PRIMARY KEY (`lrobsr_denial_id`), | | ADD PRIMARY KEY (`lrobsr_denial_id`), |
| ADD UNIQUE KEY `lottery_rotation_options_block_swap_request_denials_uk1` (`lrobs_request_id`,`proxy_id`), | | ADD UNIQUE KEY `lottery_rotation_options_block_swap_request_denials_uk1` (`lrobs_request_id`,`proxy_id`), |
| ADD KEY `lottery_rotation_options_block_swap_request_denials_idfk1_idx` (`lrobs_request_id`); | | ADD KEY `lottery_rotation_options_block_swap_request_denials_idfk1_idx` (`lrobs_request_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lottery_rotation_options_swap_requests` | | -- Indexes for table `lottery_rotation_options_swap_requests` |
| -- | | -- |
| ALTER TABLE `lottery_rotation_options_swap_requests` | | ALTER TABLE `lottery_rotation_options_swap_requests` |
| ADD PRIMARY KEY (`lros_request_id`), | | ADD PRIMARY KEY (`lros_request_id`), |
| ADD KEY `lottery_schedule_audience_swap_requests_ibfk1_idx` (`rotation_options_id`), | | ADD KEY `lottery_schedule_audience_swap_requests_ibfk1_idx` (`rotation_options_id`), |
| ADD KEY `lottery_schedule_audience_swap_requests_ibfk2_idx` (`requested_rotation_options_id`); | | ADD KEY `lottery_schedule_audience_swap_requests_ibfk2_idx` (`requested_rotation_options_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lottery_rotation_options_swap_request_denials` | | -- Indexes for table `lottery_rotation_options_swap_request_denials` |
| -- | | -- |
| ALTER TABLE `lottery_rotation_options_swap_request_denials` | | ALTER TABLE `lottery_rotation_options_swap_request_denials` |
| ADD PRIMARY KEY (`lrosr_denial_id`), | | ADD PRIMARY KEY (`lrosr_denial_id`), |
| ADD UNIQUE KEY `lottery_rotation_options_swap_request_denials_uk1` (`lros_request_id`,`proxy_id`), | | ADD UNIQUE KEY `lottery_rotation_options_swap_request_denials_uk1` (`lros_request_id`,`proxy_id`), |
| ADD KEY `lottery_rotation_options_swap_request_denials_idfk1_idx` (`lros_request_id`); | | ADD KEY `lottery_rotation_options_swap_request_denials_idfk1_idx` (`lros_request_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lottery_rotation_option_slots` | | -- Indexes for table `lottery_rotation_option_slots` |
| -- | | -- |
| ALTER TABLE `lottery_rotation_option_slots` | | ALTER TABLE `lottery_rotation_option_slots` |
| ADD PRIMARY KEY (`option_slot_id`), | | ADD PRIMARY KEY (`option_slot_id`), |
| ADD UNIQUE KEY `option_slot_id_UNIQUE` (`option_slot_id`), | | ADD UNIQUE KEY `option_slot_id_UNIQUE` (`option_slot_id`), |
| ADD UNIQUE KEY `option_slot` (`option_id`,`slot_id`), | | ADD UNIQUE KEY `option_slot` (`option_id`,`slot_id`), |
| ADD KEY `fk_lottery_rotation_option_slots_1_idx` (`option_id`), | | ADD KEY `fk_lottery_rotation_option_slots_1_idx` (`option_id`), |
| ADD KEY `fk_lottery_rotation_option_slots_2_idx` (`slot_id`); | | ADD KEY `fk_lottery_rotation_option_slots_2_idx` (`slot_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lottery_schedules` | | -- Indexes for table `lottery_schedules` |
| -- | | -- |
| ALTER TABLE `lottery_schedules` | | ALTER TABLE `lottery_schedules` |
| ADD PRIMARY KEY (`schedule_id`); | | ADD PRIMARY KEY (`schedule_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lottery_schedule_audiences` | | -- Indexes for table `lottery_schedule_audiences` |
| -- | | -- |
| ALTER TABLE `lottery_schedule_audiences` | | ALTER TABLE `lottery_schedule_audiences` |
| ADD PRIMARY KEY (`audience_id`), | | ADD PRIMARY KEY (`audience_id`), |
| ADD KEY `schedule_id` (`schedule_id`), | | ADD KEY `schedule_id` (`schedule_id`), |
| ADD KEY `slot_id` (`slot_id`); | | ADD KEY `slot_id` (`slot_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lottery_schedule_variations` | | -- Indexes for table `lottery_schedule_variations` |
| -- | | -- |
| ALTER TABLE `lottery_schedule_variations` | | ALTER TABLE `lottery_schedule_variations` |
| ADD PRIMARY KEY (`variation_id`), | | ADD PRIMARY KEY (`variation_id`), |
| ADD KEY `stage_id` (`stage_id`); | | ADD KEY `stage_id` (`stage_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lottery_schedule_variation_statistics` | | -- Indexes for table `lottery_schedule_variation_statistics` |
| -- | | -- |
| ALTER TABLE `lottery_schedule_variation_statistics` | | ALTER TABLE `lottery_schedule_variation_statistics` |
| ADD PRIMARY KEY (`statistic_id`), | | ADD PRIMARY KEY (`statistic_id`), |
| ADD KEY `variation_id` (`variation_id`); | | ADD KEY `variation_id` (`variation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lottery_schedule_workspace` | | -- Indexes for table `lottery_schedule_workspace` |
| -- | | -- |
| ALTER TABLE `lottery_schedule_workspace` | | ALTER TABLE `lottery_schedule_workspace` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `lottery_schedule_workspace_idfk3_idx` (`stage_id`), | | ADD KEY `lottery_schedule_workspace_idfk3_idx` (`stage_id`), |
| ADD KEY `fk_lottery_schedule_workspace_1_idx` (`slot_id`); | | ADD KEY `fk_lottery_schedule_workspace_1_idx` (`slot_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lottery_stages` | | -- Indexes for table `lottery_stages` |
| -- | | -- |
| ALTER TABLE `lottery_stages` | | ALTER TABLE `lottery_stages` |
| ADD PRIMARY KEY (`stage_id`), | | ADD PRIMARY KEY (`stage_id`), |
| ADD KEY `lottery_id` (`lottery_id`); | | ADD KEY `lottery_id` (`lottery_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lottery_stage_phases` | | -- Indexes for table `lottery_stage_phases` |
| -- | | -- |
| ALTER TABLE `lottery_stage_phases` | | ALTER TABLE `lottery_stage_phases` |
| ADD PRIMARY KEY (`phase_id`), | | ADD PRIMARY KEY (`phase_id`), |
| ADD KEY `stage_id` (`stage_id`); | | ADD KEY `stage_id` (`stage_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lrs_history` | | -- Indexes for table `lrs_history` |
| -- | | -- |
| ALTER TABLE `lrs_history` | | ALTER TABLE `lrs_history` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lti_consumers` | | -- Indexes for table `lti_consumers` |
| -- | | -- |
| ALTER TABLE `lti_consumers` | | ALTER TABLE `lti_consumers` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `context_type` (`context_type`,`context_value`,`associated_record_id`,`associated_record_type`); | | ADD KEY `context_type` (`context_type`,`context_value`,`associated_record_id`,`associated_record_type`); |
| | | |
| -- | | -- |
| -- Indexes for table `lti_lu_access_methods` | | -- Indexes for table `lti_lu_access_methods` |
| -- | | -- |
| ALTER TABLE `lti_lu_access_methods` | | ALTER TABLE `lti_lu_access_methods` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lti_lu_categories` | | -- Indexes for table `lti_lu_categories` |
| -- | | -- |
| ALTER TABLE `lti_lu_categories` | | ALTER TABLE `lti_lu_categories` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lti_lu_provider_types` | | -- Indexes for table `lti_lu_provider_types` |
| -- | | -- |
| ALTER TABLE `lti_lu_provider_types` | | ALTER TABLE `lti_lu_provider_types` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lti_providers` | | -- Indexes for table `lti_providers` |
| -- | | -- |
| ALTER TABLE `lti_providers` | | ALTER TABLE `lti_providers` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lti_provider_organisation` | | -- Indexes for table `lti_provider_organisation` |
| -- | | -- |
| ALTER TABLE `lti_provider_organisation` | | ALTER TABLE `lti_provider_organisation` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `map_assessments_meta` | | -- Indexes for table `map_assessments_meta` |
| -- | | -- |
| ALTER TABLE `map_assessments_meta` | | ALTER TABLE `map_assessments_meta` |
| ADD PRIMARY KEY (`map_assessments_meta_id`); | | ADD PRIMARY KEY (`map_assessments_meta_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `map_events_eventtypes` | | -- Indexes for table `map_events_eventtypes` |
| -- | | -- |
| ALTER TABLE `map_events_eventtypes` | | ALTER TABLE `map_events_eventtypes` |
| ADD PRIMARY KEY (`map_events_eventtypes_id`); | | ADD PRIMARY KEY (`map_events_eventtypes_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `map_event_resources` | | -- Indexes for table `map_event_resources` |
| -- | | -- |
| ALTER TABLE `map_event_resources` | | ALTER TABLE `map_event_resources` |
| ADD PRIMARY KEY (`map_event_resources_id`); | | ADD PRIMARY KEY (`map_event_resources_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `medbiq_assessment_methods` | | -- Indexes for table `medbiq_assessment_methods` |
| -- | | -- |
| ALTER TABLE `medbiq_assessment_methods` | | ALTER TABLE `medbiq_assessment_methods` |
| ADD PRIMARY KEY (`assessment_method_id`); | | ADD PRIMARY KEY (`assessment_method_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `medbiq_instructional_methods` | | -- Indexes for table `medbiq_instructional_methods` |
| -- | | -- |
| ALTER TABLE `medbiq_instructional_methods` | | ALTER TABLE `medbiq_instructional_methods` |
| ADD PRIMARY KEY (`instructional_method_id`); | | ADD PRIMARY KEY (`instructional_method_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `medbiq_resources` | | -- Indexes for table `medbiq_resources` |
| -- | | -- |
| ALTER TABLE `medbiq_resources` | | ALTER TABLE `medbiq_resources` |
| ADD PRIMARY KEY (`resource_id`); | | ADD PRIMARY KEY (`resource_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `media` | | -- Indexes for table `media` |
| -- | | -- |
| ALTER TABLE `media` | | ALTER TABLE `media` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `fkIdx_30` (`media_source_id`); | | ADD KEY `fkIdx_30` (`media_source_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `media_lu_source_entity_types` | | -- Indexes for table `media_lu_source_entity_types` |
| -- | | -- |
| ALTER TABLE `media_lu_source_entity_types` | | ALTER TABLE `media_lu_source_entity_types` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD UNIQUE KEY `shortname` (`shortname`); | | ADD UNIQUE KEY `shortname` (`shortname`); |
| | | |
| -- | | -- |
| -- Indexes for table `media_lu_source_property_types` | | -- Indexes for table `media_lu_source_property_types` |
| -- | | -- |
| ALTER TABLE `media_lu_source_property_types` | | ALTER TABLE `media_lu_source_property_types` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD UNIQUE KEY `shortname` (`shortname`); | | ADD UNIQUE KEY `shortname` (`shortname`); |
| | | |
| -- | | -- |
| -- Indexes for table `media_lu_types` | | -- Indexes for table `media_lu_types` |
| -- | | -- |
| ALTER TABLE `media_lu_types` | | ALTER TABLE `media_lu_types` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD UNIQUE KEY `shortname` (`shortname`); | | ADD UNIQUE KEY `shortname` (`shortname`); |
| | | |
| -- | | -- |
| -- Indexes for table `media_properties` | | -- Indexes for table `media_properties` |
| -- | | -- |
| ALTER TABLE `media_properties` | | ALTER TABLE `media_properties` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `fkIdx_130` (`media_id`), | | ADD KEY `fkIdx_130` (`media_id`), |
| ADD KEY `fkIdx_138` (`media_source_property_type_id`); | | ADD KEY `fkIdx_138` (`media_source_property_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `media_sources` | | -- Indexes for table `media_sources` |
| -- | | -- |
| ALTER TABLE `media_sources` | | ALTER TABLE `media_sources` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `media_source_entity_properties` | | -- Indexes for table `media_source_entity_properties` |
| -- | | -- |
| ALTER TABLE `media_source_entity_properties` | | ALTER TABLE `media_source_entity_properties` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `media_source_properties` | | -- Indexes for table `media_source_properties` |
| -- | | -- |
| ALTER TABLE `media_source_properties` | | ALTER TABLE `media_source_properties` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `media_source_transactions` | | -- Indexes for table `media_source_transactions` |
| -- | | -- |
| ALTER TABLE `media_source_transactions` | | ALTER TABLE `media_source_transactions` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `media_sync` | | -- Indexes for table `media_sync` |
| -- | | -- |
| ALTER TABLE `media_sync` | | ALTER TABLE `media_sync` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `messages_additional_viewers` | | -- Indexes for table `messages_additional_viewers` |
| -- | | -- |
| ALTER TABLE `messages_additional_viewers` | | ALTER TABLE `messages_additional_viewers` |
| ADD PRIMARY KEY (`maviewers_id`), | | ADD PRIMARY KEY (`maviewers_id`), |
| ADD KEY `msgvwrs_msgmsghdrs_fk_idx` (`mmheaders_id`); | | ADD KEY `msgvwrs_msgmsghdrs_fk_idx` (`mmheaders_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `messages_constraints` | | -- Indexes for table `messages_constraints` |
| -- | | -- |
| ALTER TABLE `messages_constraints` | | ALTER TABLE `messages_constraints` |
| ADD PRIMARY KEY (`mconstraints_id`), | | ADD PRIMARY KEY (`mconstraints_id`), |
| ADD UNIQUE KEY `msgcnstrnts_unq` (`mmheaders_id`); | | ADD UNIQUE KEY `msgcnstrnts_unq` (`mmheaders_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `messages_events_optouts` | | -- Indexes for table `messages_events_optouts` |
| -- | | -- |
| ALTER TABLE `messages_events_optouts` | | ALTER TABLE `messages_events_optouts` |
| ADD PRIMARY KEY (`meoptouts_id`); | | ADD PRIMARY KEY (`meoptouts_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `messages_forms` | | -- Indexes for table `messages_forms` |
| -- | | -- |
| ALTER TABLE `messages_forms` | | ALTER TABLE `messages_forms` |
| ADD PRIMARY KEY (`mforms_id`); | | ADD PRIMARY KEY (`mforms_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `messages_messages` | | -- Indexes for table `messages_messages` |
| -- | | -- |
| ALTER TABLE `messages_messages` | | ALTER TABLE `messages_messages` |
| ADD PRIMARY KEY (`mmessages_id`), | | ADD PRIMARY KEY (`mmessages_id`), |
| ADD KEY `msgmsgs_msgmsghdrs_fk_idx` (`mmheaders_id`), | | ADD KEY `msgmsgs_msgmsghdrs_fk_idx` (`mmheaders_id`), |
| ADD KEY `msgmsgs_msgnttmpgs_fk` (`emappings_id`); | | ADD KEY `msgmsgs_msgnttmpgs_fk` (`emappings_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `messages_messages_views` | | -- Indexes for table `messages_messages_views` |
| -- | | -- |
| ALTER TABLE `messages_messages_views` | | ALTER TABLE `messages_messages_views` |
| ADD PRIMARY KEY (`mmviews_id`), | | ADD PRIMARY KEY (`mmviews_id`), |
| ADD KEY `msgmsgvws_msgmsgs_fk_idx` (`mmessages_id`), | | ADD KEY `msgmsgvws_msgmsgs_fk_idx` (`mmessages_id`), |
| ADD KEY `msgmsgvws_msgmrcpnts_fk_idx` (`mrecipients_id`); | | ADD KEY `msgmsgvws_msgmrcpnts_fk_idx` (`mrecipients_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `messages_message_headers` | | -- Indexes for table `messages_message_headers` |
| -- | | -- |
| ALTER TABLE `messages_message_headers` | | ALTER TABLE `messages_message_headers` |
| ADD PRIMARY KEY (`mmheaders_id`), | | ADD PRIMARY KEY (`mmheaders_id`), |
| ADD KEY `msgmsghdrs_msgmdls_fk_idx` (`gmodules_id`), | | ADD KEY `msgmsghdrs_msgmdls_fk_idx` (`gmodules_id`), |
| ADD KEY `msgmsghdrs_msgtps_fk_idx` (`mtypes_id`), | | ADD KEY `msgmsghdrs_msgtps_fk_idx` (`mtypes_id`), |
| ADD KEY `msgmsghdrs__msgnttmppgs_fk_idx` (`emappings_id`), | | ADD KEY `msgmsghdrs__msgnttmppgs_fk_idx` (`emappings_id`), |
| ADD KEY `msgmsghdrs_msgprtlvls_fk_idx` (`gplevels_id`), | | ADD KEY `msgmsghdrs_msgprtlvls_fk_idx` (`gplevels_id`), |
| ADD KEY `msgmsghdrs_mrqtps_fk_idx` (`mrqtypes_id`), | | ADD KEY `msgmsghdrs_mrqtps_fk_idx` (`mrqtypes_id`), |
| ADD KEY `msgmsghdrs_mrtps_fk_idx` (`mrtypes_id`); | | ADD KEY `msgmsghdrs_mrtps_fk_idx` (`mrtypes_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `messages_overridden_recipients` | | -- Indexes for table `messages_overridden_recipients` |
| -- | | -- |
| ALTER TABLE `messages_overridden_recipients` | | ALTER TABLE `messages_overridden_recipients` |
| ADD PRIMARY KEY (`morecipient_id`), | | ADD PRIMARY KEY (`morecipient_id`), |
| ADD KEY `mmessages_id_idx` (`mmessages_id`), | | ADD KEY `mmessages_id_idx` (`mmessages_id`), |
| ADD KEY `emappings_id_idx` (`emappings_id`); | | ADD KEY `emappings_id_idx` (`emappings_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `messages_recipients` | | -- Indexes for table `messages_recipients` |
| -- | | -- |
| ALTER TABLE `messages_recipients` | | ALTER TABLE `messages_recipients` |
| ADD PRIMARY KEY (`mrecipients_id`), | | ADD PRIMARY KEY (`mrecipients_id`), |
| ADD KEY `msgrcpnts_msgmsghdrs_fk_idx` (`mmheaders_id`); | | ADD KEY `msgrcpnts_msgmsghdrs_fk_idx` (`mmheaders_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `messages_recipient_groups` | | -- Indexes for table `messages_recipient_groups` |
| -- | | -- |
| ALTER TABLE `messages_recipient_groups` | | ALTER TABLE `messages_recipient_groups` |
| ADD PRIMARY KEY (`mrgroups_id`), | | ADD PRIMARY KEY (`mrgroups_id`), |
| ADD KEY `msgrcpntgrp_msgmsghdrs_fk_idx` (`mmheaders_id`); | | ADD KEY `msgrcpntgrp_msgmsghdrs_fk_idx` (`mmheaders_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `messages_recipient_types` | | -- Indexes for table `messages_recipient_types` |
| -- | | -- |
| ALTER TABLE `messages_recipient_types` | | ALTER TABLE `messages_recipient_types` |
| ADD PRIMARY KEY (`mrtypes_id`); | | ADD PRIMARY KEY (`mrtypes_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `messages_requested_by` | | -- Indexes for table `messages_requested_by` |
| -- | | -- |
| ALTER TABLE `messages_requested_by` | | ALTER TABLE `messages_requested_by` |
| ADD PRIMARY KEY (`mrby_id`), | | ADD PRIMARY KEY (`mrby_id`), |
| ADD KEY `msgrqstby_msgmsghdrs_fk_idx` (`mmheaders_id`), | | ADD KEY `msgrqstby_msgmsghdrs_fk_idx` (`mmheaders_id`), |
| ADD KEY `msgrqstby_nttmppgs_fk` (`entity_mapping_id`); | | ADD KEY `msgrqstby_nttmppgs_fk` (`entity_mapping_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `messages_request_types` | | -- Indexes for table `messages_request_types` |
| -- | | -- |
| ALTER TABLE `messages_request_types` | | ALTER TABLE `messages_request_types` |
| ADD PRIMARY KEY (`mrqtypes_id`); | | ADD PRIMARY KEY (`mrqtypes_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `messages_statuses` | | -- Indexes for table `messages_statuses` |
| -- | | -- |
| ALTER TABLE `messages_statuses` | | ALTER TABLE `messages_statuses` |
| ADD PRIMARY KEY (`mstatuses_id`), | | ADD PRIMARY KEY (`mstatuses_id`), |
| ADD UNIQUE KEY `msgstts_unq` (`gmodules_id`,`name`); | | ADD UNIQUE KEY `msgstts_unq` (`gmodules_id`,`name`); |
| | | |
| -- | | -- |
| -- Indexes for table `messages_templates` | | -- Indexes for table `messages_templates` |
| -- | | -- |
| ALTER TABLE `messages_templates` | | ALTER TABLE `messages_templates` |
| ADD PRIMARY KEY (`mtemplates_id`), | | ADD PRIMARY KEY (`mtemplates_id`), |
| ADD UNIQUE KEY `mtypes_id_UNIQUE` (`mtemplates_id`); | | ADD UNIQUE KEY `mtypes_id_UNIQUE` (`mtemplates_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `messages_templates_i18n` | | -- Indexes for table `messages_templates_i18n` |
| -- | | -- |
| ALTER TABLE `messages_templates_i18n` | | ALTER TABLE `messages_templates_i18n` |
| ADD UNIQUE KEY `index1` (`language_key`,`mtemplates_id`); | | ADD UNIQUE KEY `index1` (`language_key`,`mtemplates_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `messages_template_settings` | | -- Indexes for table `messages_template_settings` |
| -- | | -- |
| ALTER TABLE `messages_template_settings` | | ALTER TABLE `messages_template_settings` |
| ADD PRIMARY KEY (`mtsettings_id`); | | ADD PRIMARY KEY (`mtsettings_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `messages_types` | | -- Indexes for table `messages_types` |
| -- | | -- |
| ALTER TABLE `messages_types` | | ALTER TABLE `messages_types` |
| ADD PRIMARY KEY (`mtypes_id`); | | ADD PRIMARY KEY (`mtypes_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `meta_types` | | -- Indexes for table `meta_types` |
| -- | | -- |
| ALTER TABLE `meta_types` | | ALTER TABLE `meta_types` |
| ADD PRIMARY KEY (`meta_type_id`); | | ADD PRIMARY KEY (`meta_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `meta_type_relations` | | -- Indexes for table `meta_type_relations` |
| -- | | -- |
| ALTER TABLE `meta_type_relations` | | ALTER TABLE `meta_type_relations` |
| ADD PRIMARY KEY (`meta_data_relation_id`), | | ADD PRIMARY KEY (`meta_data_relation_id`), |
| ADD UNIQUE KEY `meta_type_id` (`meta_type_id`,`entity_type`,`entity_value`); | | ADD UNIQUE KEY `meta_type_id` (`meta_type_id`,`entity_type`,`entity_value`); |
| | | |
| -- | | -- |
| -- Indexes for table `meta_values` | | -- Indexes for table `meta_values` |
| -- | | -- |
| ALTER TABLE `meta_values` | | ALTER TABLE `meta_values` |
| ADD PRIMARY KEY (`meta_value_id`); | | ADD PRIMARY KEY (`meta_value_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `migrations` | | -- Indexes for table `migrations` |
| -- | | -- |
| ALTER TABLE `migrations` | | ALTER TABLE `migrations` |
| ADD PRIMARY KEY (`migration`); | | ADD PRIMARY KEY (`migration`); |
| | | |
| -- | | -- |
| -- Indexes for table `mtd_categories` | | -- Indexes for table `mtd_categories` |
| -- | | -- |
| ALTER TABLE `mtd_categories` | | ALTER TABLE `mtd_categories` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `mtd_facilities` | | -- Indexes for table `mtd_facilities` |
| -- | | -- |
| ALTER TABLE `mtd_facilities` | | ALTER TABLE `mtd_facilities` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `mtd_locale_duration` | | -- Indexes for table `mtd_locale_duration` |
| -- | | -- |
| ALTER TABLE `mtd_locale_duration` | | ALTER TABLE `mtd_locale_duration` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `mtd_moh_program_codes` | | -- Indexes for table `mtd_moh_program_codes` |
| -- | | -- |
| ALTER TABLE `mtd_moh_program_codes` | | ALTER TABLE `mtd_moh_program_codes` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `mtd_moh_service_codes` | | -- Indexes for table `mtd_moh_service_codes` |
| -- | | -- |
| ALTER TABLE `mtd_moh_service_codes` | | ALTER TABLE `mtd_moh_service_codes` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `mtd_pgme_moh_programs` | | -- Indexes for table `mtd_pgme_moh_programs` |
| -- | | -- |
| ALTER TABLE `mtd_pgme_moh_programs` | | ALTER TABLE `mtd_pgme_moh_programs` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `mtd_schedule` | | -- Indexes for table `mtd_schedule` |
| -- | | -- |
| ALTER TABLE `mtd_schedule` | | ALTER TABLE `mtd_schedule` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `mtd_schools` | | -- Indexes for table `mtd_schools` |
| -- | | -- |
| ALTER TABLE `mtd_schools` | | ALTER TABLE `mtd_schools` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `mtd_type` | | -- Indexes for table `mtd_type` |
| -- | | -- |
| ALTER TABLE `mtd_type` | | ALTER TABLE `mtd_type` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `notices` | | -- Indexes for table `notices` |
| -- | | -- |
| ALTER TABLE `notices` | | ALTER TABLE `notices` |
| ADD PRIMARY KEY (`notice_id`), | | ADD PRIMARY KEY (`notice_id`), |
| ADD KEY `display_from` (`display_from`), | | ADD KEY `display_from` (`display_from`), |
| ADD KEY `display_until` (`display_until`), | | ADD KEY `display_until` (`display_until`), |
| ADD KEY `organisation_id` (`organisation_id`); | | ADD KEY `organisation_id` (`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `notices_read` | | -- Indexes for table `notices_read` |
| -- | | -- |
| ALTER TABLE `notices_read` | | ALTER TABLE `notices_read` |
| ADD PRIMARY KEY (`notice_read_id`), | | ADD PRIMARY KEY (`notice_read_id`), |
| ADD KEY `proxy_notice_id` (`proxy_id`,`notice_id`); | | ADD KEY `proxy_notice_id` (`proxy_id`,`notice_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `notice_audience` | | -- Indexes for table `notice_audience` |
| -- | | -- |
| ALTER TABLE `notice_audience` | | ALTER TABLE `notice_audience` |
| ADD PRIMARY KEY (`naudience_id`), | | ADD PRIMARY KEY (`naudience_id`), |
| ADD KEY `audience_id` (`notice_id`,`audience_type`,`audience_value`,`updated_date`); | | ADD KEY `audience_id` (`notice_id`,`audience_type`,`audience_value`,`updated_date`); |
| | | |
| -- | | -- |
| -- Indexes for table `notifications` | | -- Indexes for table `notifications` |
| -- | | -- |
| ALTER TABLE `notifications` | | ALTER TABLE `notifications` |
| ADD PRIMARY KEY (`notification_id`), | | ADD PRIMARY KEY (`notification_id`), |
| ADD KEY `nuser_sent` (`nuser_id`,`sent`); | | ADD KEY `nuser_sent` (`nuser_id`,`sent`); |
| | | |
| -- | | -- |
| -- Indexes for table `notification_users` | | -- Indexes for table `notification_users` |
| -- | | -- |
| ALTER TABLE `notification_users` | | ALTER TABLE `notification_users` |
| ADD PRIMARY KEY (`nuser_id`), | | ADD PRIMARY KEY (`nuser_id`), |
| ADD KEY `content_type` (`content_type`); | | ADD KEY `content_type` (`content_type`); |
| | | |
| -- | | -- |
| -- Indexes for table `objective_audience` | | -- Indexes for table `objective_audience` |
| -- | | -- |
| ALTER TABLE `objective_audience` | | ALTER TABLE `objective_audience` |
| ADD PRIMARY KEY (`oaudience_id`); | | ADD PRIMARY KEY (`oaudience_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `objective_history` | | -- Indexes for table `objective_history` |
| -- | | -- |
| ALTER TABLE `objective_history` | | ALTER TABLE `objective_history` |
| ADD PRIMARY KEY (`objective_history_id`), | | ADD PRIMARY KEY (`objective_history_id`), |
| ADD KEY `idx_objective_history` (`objective_id`); | | ADD KEY `idx_objective_history` (`objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `objective_organisation` | | -- Indexes for table `objective_organisation` |
| -- | | -- |
| ALTER TABLE `objective_organisation` | | ALTER TABLE `objective_organisation` |
| ADD PRIMARY KEY (`objective_id`,`organisation_id`); | | ADD PRIMARY KEY (`objective_id`,`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `objective_status` | | -- Indexes for table `objective_status` |
| -- | | -- |
| ALTER TABLE `objective_status` | | ALTER TABLE `objective_status` |
| ADD PRIMARY KEY (`objective_status_id`); | | ADD PRIMARY KEY (`objective_status_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `objective_tag_attributes` | | -- Indexes for table `objective_tag_attributes` |
| -- | | -- |
| ALTER TABLE `objective_tag_attributes` | | ALTER TABLE `objective_tag_attributes` |
| ADD PRIMARY KEY (`otag_attribute_id`), | | ADD PRIMARY KEY (`otag_attribute_id`), |
| ADD KEY `objective_set_id` (`objective_set_id`), | | ADD KEY `objective_set_id` (`objective_set_id`), |
| ADD KEY `target_objective_set_id` (`target_objective_set_id`); | | ADD KEY `target_objective_set_id` (`target_objective_set_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `objective_tag_levels` | | -- Indexes for table `objective_tag_levels` |
| -- | | -- |
| ALTER TABLE `objective_tag_levels` | | ALTER TABLE `objective_tag_levels` |
| ADD PRIMARY KEY (`otag_level_id`), | | ADD PRIMARY KEY (`otag_level_id`), |
| ADD KEY `objective_set_id` (`objective_set_id`); | | ADD KEY `objective_set_id` (`objective_set_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `objective_translation` | | -- Indexes for table `objective_translation` |
| -- | | -- |
| ALTER TABLE `objective_translation` | | ALTER TABLE `objective_translation` |
| ADD PRIMARY KEY (`objective_translation_id`), | | ADD PRIMARY KEY (`objective_translation_id`), |
| ADD KEY `idx_objective_translation` (`objective_id`), | | ADD KEY `idx_objective_translation` (`objective_id`), |
| ADD KEY `idx_objective_translation_1` (`language_id`); | | ADD KEY `idx_objective_translation_1` (`language_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `objective_translation_status` | | -- Indexes for table `objective_translation_status` |
| -- | | -- |
| ALTER TABLE `objective_translation_status` | | ALTER TABLE `objective_translation_status` |
| ADD PRIMARY KEY (`objective_translation_status_id`); | | ADD PRIMARY KEY (`objective_translation_status_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `observership_reflections` | | -- Indexes for table `observership_reflections` |
| -- | | -- |
| ALTER TABLE `observership_reflections` | | ALTER TABLE `observership_reflections` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `organisation_lu_restricted_days` | | -- Indexes for table `organisation_lu_restricted_days` |
| -- | | -- |
| ALTER TABLE `organisation_lu_restricted_days` | | ALTER TABLE `organisation_lu_restricted_days` |
| ADD PRIMARY KEY (`orday_id`); | | ADD PRIMARY KEY (`orday_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `org_community_types` | | -- Indexes for table `org_community_types` |
| -- | | -- |
| ALTER TABLE `org_community_types` | | ALTER TABLE `org_community_types` |
| ADD PRIMARY KEY (`octype_id`); | | ADD PRIMARY KEY (`octype_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `permissions` | | -- Indexes for table `permissions` |
| -- | | -- |
| ALTER TABLE `permissions` | | ALTER TABLE `permissions` |
| ADD PRIMARY KEY (`permission_id`), | | ADD PRIMARY KEY (`permission_id`), |
| ADD KEY `assigned_by` (`assigned_by`), | | ADD KEY `assigned_by` (`assigned_by`), |
| ADD KEY `assigned_to` (`assigned_to`), | | ADD KEY `assigned_to` (`assigned_to`), |
| ADD KEY `valid_from` (`valid_from`), | | ADD KEY `valid_from` (`valid_from`), |
| ADD KEY `valid_until` (`valid_until`); | | ADD KEY `valid_until` (`valid_until`); |
| | | |
| -- | | -- |
| -- Indexes for table `pg_blocks` | | -- Indexes for table `pg_blocks` |
| -- | | -- |
| ALTER TABLE `pg_blocks` | | ALTER TABLE `pg_blocks` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `pg_eval_response_rates` | | -- Indexes for table `pg_eval_response_rates` |
| -- | | -- |
| ALTER TABLE `pg_eval_response_rates` | | ALTER TABLE `pg_eval_response_rates` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `pg_one45_community` | | -- Indexes for table `pg_one45_community` |
| -- | | -- |
| ALTER TABLE `pg_one45_community` | | ALTER TABLE `pg_one45_community` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `poll_answers` | | -- Indexes for table `poll_answers` |
| -- | | -- |
| ALTER TABLE `poll_answers` | | ALTER TABLE `poll_answers` |
| ADD PRIMARY KEY (`answer_id`), | | ADD PRIMARY KEY (`answer_id`), |
| ADD KEY `poll_id` (`poll_id`), | | ADD KEY `poll_id` (`poll_id`), |
| ADD KEY `answer_order` (`answer_order`); | | ADD KEY `answer_order` (`answer_order`); |
| | | |
| -- | | -- |
| -- Indexes for table `poll_questions` | | -- Indexes for table `poll_questions` |
| -- | | -- |
| ALTER TABLE `poll_questions` | | ALTER TABLE `poll_questions` |
| ADD PRIMARY KEY (`poll_id`), | | ADD PRIMARY KEY (`poll_id`), |
| ADD KEY `poll_target` (`poll_target`), | | ADD KEY `poll_target` (`poll_target`), |
| ADD KEY `poll_from` (`poll_from`), | | ADD KEY `poll_from` (`poll_from`), |
| ADD KEY `poll_until` (`poll_until`); | | ADD KEY `poll_until` (`poll_until`); |
| | | |
| -- | | -- |
| -- Indexes for table `poll_results` | | -- Indexes for table `poll_results` |
| -- | | -- |
| ALTER TABLE `poll_results` | | ALTER TABLE `poll_results` |
| ADD PRIMARY KEY (`result_id`), | | ADD PRIMARY KEY (`result_id`), |
| ADD KEY `poll_id` (`poll_id`), | | ADD KEY `poll_id` (`poll_id`), |
| ADD KEY `answer_id` (`answer_id`), | | ADD KEY `answer_id` (`answer_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolios_course_groups` | | -- Indexes for table `portfolios_course_groups` |
| -- | | -- |
| ALTER TABLE `portfolios_course_groups` | | ALTER TABLE `portfolios_course_groups` |
| ADD PRIMARY KEY (`pcgroup_id`), | | ADD PRIMARY KEY (`pcgroup_id`), |
| ADD KEY `pportfolios_id` (`pportfolios_id`), | | ADD KEY `pportfolios_id` (`pportfolios_id`), |
| ADD KEY `cgroup_id` (`cgroup_id`); | | ADD KEY `cgroup_id` (`cgroup_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolios_curriculum_periods` | | -- Indexes for table `portfolios_curriculum_periods` |
| -- | | -- |
| ALTER TABLE `portfolios_curriculum_periods` | | ALTER TABLE `portfolios_curriculum_periods` |
| ADD PRIMARY KEY (`pcperiod_id`), | | ADD PRIMARY KEY (`pcperiod_id`), |
| ADD KEY `pportfolios_id` (`pportfolios_id`), | | ADD KEY `pportfolios_id` (`pportfolios_id`), |
| ADD KEY `cperiod_id` (`cperiod_id`); | | ADD KEY `cperiod_id` (`cperiod_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolios_groups` | | -- Indexes for table `portfolios_groups` |
| -- | | -- |
| ALTER TABLE `portfolios_groups` | | ALTER TABLE `portfolios_groups` |
| ADD PRIMARY KEY (`pgroup_id`), | | ADD PRIMARY KEY (`pgroup_id`), |
| ADD KEY `pportfolios_id` (`pportfolios_id`), | | ADD KEY `pportfolios_id` (`pportfolios_id`), |
| ADD KEY `prtflgrps_grps_idx` (`group_id`); | | ADD KEY `prtflgrps_grps_idx` (`group_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolios_learners` | | -- Indexes for table `portfolios_learners` |
| -- | | -- |
| ALTER TABLE `portfolios_learners` | | ALTER TABLE `portfolios_learners` |
| ADD PRIMARY KEY (`plearner_id`), | | ADD PRIMARY KEY (`plearner_id`), |
| ADD KEY `pportfolios_id` (`pportfolios_id`); | | ADD KEY `pportfolios_id` (`pportfolios_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolios_portfolios` | | -- Indexes for table `portfolios_portfolios` |
| -- | | -- |
| ALTER TABLE `portfolios_portfolios` | | ALTER TABLE `portfolios_portfolios` |
| ADD PRIMARY KEY (`pportfolios_id`); | | ADD PRIMARY KEY (`pportfolios_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolios_tasks` | | -- Indexes for table `portfolios_tasks` |
| -- | | -- |
| ALTER TABLE `portfolios_tasks` | | ALTER TABLE `portfolios_tasks` |
| ADD PRIMARY KEY (`ptask_id`), | | ADD PRIMARY KEY (`ptask_id`), |
| ADD KEY `portfolios_tasks_ibfk_1` (`ptrequest_id`); | | ADD KEY `portfolios_tasks_ibfk_1` (`ptrequest_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolios_tasks_requests` | | -- Indexes for table `portfolios_tasks_requests` |
| -- | | -- |
| ALTER TABLE `portfolios_tasks_requests` | | ALTER TABLE `portfolios_tasks_requests` |
| ADD PRIMARY KEY (`ptrequest_id`), | | ADD PRIMARY KEY (`ptrequest_id`), |
| ADD KEY `portfolios_tasks_requests_ibfk_1` (`pportfolios_id`); | | ADD KEY `portfolios_tasks_requests_ibfk_1` (`pportfolios_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolios_task_request_recipient_course_groups` | | -- Indexes for table `portfolios_task_request_recipient_course_groups` |
| -- | | -- |
| ALTER TABLE `portfolios_task_request_recipient_course_groups` | | ALTER TABLE `portfolios_task_request_recipient_course_groups` |
| ADD PRIMARY KEY (`ptrrcgroup_id`), | | ADD PRIMARY KEY (`ptrrcgroup_id`), |
| ADD KEY `prtfl_tsks_req_rec_cgrp_ibfk_1` (`ptrequest_id`), | | ADD KEY `prtfl_tsks_req_rec_cgrp_ibfk_1` (`ptrequest_id`), |
| ADD KEY `prtfl_tsks_req_rec_cgrp_ibfk_2` (`pcgroup_id`); | | ADD KEY `prtfl_tsks_req_rec_cgrp_ibfk_2` (`pcgroup_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolios_task_request_recipient_groups` | | -- Indexes for table `portfolios_task_request_recipient_groups` |
| -- | | -- |
| ALTER TABLE `portfolios_task_request_recipient_groups` | | ALTER TABLE `portfolios_task_request_recipient_groups` |
| ADD PRIMARY KEY (`ptrrgroup_id`), | | ADD PRIMARY KEY (`ptrrgroup_id`), |
| ADD KEY `prtfl_tsks_req_rec_grp_ibfk_1` (`ptrequest_id`), | | ADD KEY `prtfl_tsks_req_rec_grp_ibfk_1` (`ptrequest_id`), |
| ADD KEY `prtfl_tsks_req_rec_grp_ibfk_2` (`pgroup_id`); | | ADD KEY `prtfl_tsks_req_rec_grp_ibfk_2` (`pgroup_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolios_task_request_recipient_learners` | | -- Indexes for table `portfolios_task_request_recipient_learners` |
| -- | | -- |
| ALTER TABLE `portfolios_task_request_recipient_learners` | | ALTER TABLE `portfolios_task_request_recipient_learners` |
| ADD PRIMARY KEY (`ptrrlearner_id`), | | ADD PRIMARY KEY (`ptrrlearner_id`), |
| ADD KEY `prtfl_tsks_req_rec_lrn_ibfk_1` (`ptrequest_id`), | | ADD KEY `prtfl_tsks_req_rec_lrn_ibfk_1` (`ptrequest_id`), |
| ADD KEY `prtfl_tsks_req_rec_lrn_ibfk_2` (`plearner_id`); | | ADD KEY `prtfl_tsks_req_rec_lrn_ibfk_2` (`plearner_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolios_task_statuses` | | -- Indexes for table `portfolios_task_statuses` |
| -- | | -- |
| ALTER TABLE `portfolios_task_statuses` | | ALTER TABLE `portfolios_task_statuses` |
| ADD PRIMARY KEY (`ptstatus_id`); | | ADD PRIMARY KEY (`ptstatus_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolios_task_submissions` | | -- Indexes for table `portfolios_task_submissions` |
| -- | | -- |
| ALTER TABLE `portfolios_task_submissions` | | ALTER TABLE `portfolios_task_submissions` |
| ADD PRIMARY KEY (`ptsubmission_id`), | | ADD PRIMARY KEY (`ptsubmission_id`), |
| ADD KEY `portfolios_task_submissions_ibfk_1` (`ptask_id`), | | ADD KEY `portfolios_task_submissions_ibfk_1` (`ptask_id`), |
| ADD KEY `portfolios_statuses_ibfk_1` (`ptstatus_id`); | | ADD KEY `portfolios_statuses_ibfk_1` (`ptstatus_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolio_advisor_portfolio` | | -- Indexes for table `portfolio_advisor_portfolio` |
| -- | | -- |
| ALTER TABLE `portfolio_advisor_portfolio` | | ALTER TABLE `portfolio_advisor_portfolio` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `portfolio_id` (`portfolio_id`), | | ADD KEY `portfolio_id` (`portfolio_id`), |
| ADD KEY `advisor_id` (`advisor_id`); | | ADD KEY `advisor_id` (`advisor_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolio_advisor_student` | | -- Indexes for table `portfolio_advisor_student` |
| -- | | -- |
| ALTER TABLE `portfolio_advisor_student` | | ALTER TABLE `portfolio_advisor_student` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD UNIQUE KEY `relation_unique` (`advisor_id`,`student_id`), | | ADD UNIQUE KEY `relation_unique` (`advisor_id`,`student_id`), |
| ADD KEY `student_id` (`student_id`); | | ADD KEY `student_id` (`student_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolio_artifacts` | | -- Indexes for table `portfolio_artifacts` |
| -- | | -- |
| ALTER TABLE `portfolio_artifacts` | | ALTER TABLE `portfolio_artifacts` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `pfolder_id` (`folder_id`), | | ADD KEY `pfolder_id` (`folder_id`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `updated_by` (`updated_by`); | | ADD KEY `updated_by` (`updated_by`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolio_artifact_curriculum_tag` | | -- Indexes for table `portfolio_artifact_curriculum_tag` |
| -- | | -- |
| ALTER TABLE `portfolio_artifact_curriculum_tag` | | ALTER TABLE `portfolio_artifact_curriculum_tag` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `artifact_id` (`artifact_id`); | | ADD KEY `artifact_id` (`artifact_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolio_artifact_permissions` | | -- Indexes for table `portfolio_artifact_permissions` |
| -- | | -- |
| ALTER TABLE `portfolio_artifact_permissions` | | ALTER TABLE `portfolio_artifact_permissions` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `portfolio_user_permissions_pentry_id` (`entry_id`), | | ADD KEY `portfolio_user_permissions_pentry_id` (`entry_id`), |
| ADD KEY `allow_to` (`allow_to`), | | ADD KEY `allow_to` (`allow_to`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolio_artifact_reviewers` | | -- Indexes for table `portfolio_artifact_reviewers` |
| -- | | -- |
| ALTER TABLE `portfolio_artifact_reviewers` | | ALTER TABLE `portfolio_artifact_reviewers` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `pfartifact_id` (`entry_id`), | | ADD KEY `pfartifact_id` (`entry_id`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `updated_by` (`updated_by`); | | ADD KEY `updated_by` (`updated_by`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolio_comments` | | -- Indexes for table `portfolio_comments` |
| -- | | -- |
| ALTER TABLE `portfolio_comments` | | ALTER TABLE `portfolio_comments` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `pentry_id` (`entry_id`), | | ADD KEY `pentry_id` (`entry_id`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `updated_by` (`updated_by`); | | ADD KEY `updated_by` (`updated_by`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolio_document_attachments` | | -- Indexes for table `portfolio_document_attachments` |
| -- | | -- |
| ALTER TABLE `portfolio_document_attachments` | | ALTER TABLE `portfolio_document_attachments` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolio_entries` | | -- Indexes for table `portfolio_entries` |
| -- | | -- |
| ALTER TABLE `portfolio_entries` | | ALTER TABLE `portfolio_entries` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `pfartifact_id` (`artifact_id`), | | ADD KEY `pfartifact_id` (`artifact_id`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `reviewed_by` (`reviewed_by`), | | ADD KEY `reviewed_by` (`reviewed_by`), |
| ADD KEY `flagged_by` (`flagged_by`), | | ADD KEY `flagged_by` (`flagged_by`), |
| ADD KEY `is_assessable_set_by` (`is_assessable_set_by`), | | ADD KEY `is_assessable_set_by` (`is_assessable_set_by`), |
| ADD KEY `updated_by` (`updated_by`); | | ADD KEY `updated_by` (`updated_by`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolio_folders` | | -- Indexes for table `portfolio_folders` |
| -- | | -- |
| ALTER TABLE `portfolio_folders` | | ALTER TABLE `portfolio_folders` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `portfolio_id` (`portfolio_id`), | | ADD KEY `portfolio_id` (`portfolio_id`), |
| ADD KEY `updated_by` (`updated_by`); | | ADD KEY `updated_by` (`updated_by`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolio_personal_reflections` | | -- Indexes for table `portfolio_personal_reflections` |
| -- | | -- |
| ALTER TABLE `portfolio_personal_reflections` | | ALTER TABLE `portfolio_personal_reflections` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolio_portfolios` | | -- Indexes for table `portfolio_portfolios` |
| -- | | -- |
| ALTER TABLE `portfolio_portfolios` | | ALTER TABLE `portfolio_portfolios` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `group_id` (`group_id`), | | ADD KEY `group_id` (`group_id`), |
| ADD KEY `organisation_id` (`organisation_id`), | | ADD KEY `organisation_id` (`organisation_id`), |
| ADD KEY `updated_by` (`updated_by`); | | ADD KEY `updated_by` (`updated_by`); |
| | | |
| -- | | -- |
| -- Indexes for table `portfolio_urls` | | -- Indexes for table `portfolio_urls` |
| -- | | -- |
| ALTER TABLE `portfolio_urls` | | ALTER TABLE `portfolio_urls` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `profile_custom_fields` | | -- Indexes for table `profile_custom_fields` |
| -- | | -- |
| ALTER TABLE `profile_custom_fields` | | ALTER TABLE `profile_custom_fields` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `profile_custom_responses` | | -- Indexes for table `profile_custom_responses` |
| -- | | -- |
| ALTER TABLE `profile_custom_responses` | | ALTER TABLE `profile_custom_responses` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `prompted_response_comments` | | -- Indexes for table `prompted_response_comments` |
| -- | | -- |
| ALTER TABLE `prompted_response_comments` | | ALTER TABLE `prompted_response_comments` |
| ADD PRIMARY KEY (`prcomment_id`), | | ADD PRIMARY KEY (`prcomment_id`), |
| ADD KEY `prompted_response_comments_fk_1` (`dassessment_id`), | | ADD KEY `prompted_response_comments_fk_1` (`dassessment_id`), |
| ADD KEY `prompted_response_comments_fk_2` (`aprogress_id`); | | ADD KEY `prompted_response_comments_fk_2` (`aprogress_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `prompted_response_reviews` | | -- Indexes for table `prompted_response_reviews` |
| -- | | -- |
| ALTER TABLE `prompted_response_reviews` | | ALTER TABLE `prompted_response_reviews` |
| ADD PRIMARY KEY (`prreview_id`), | | ADD PRIMARY KEY (`prreview_id`), |
| ADD KEY `prompted_response_reviews_fk_1` (`dassessment_id`), | | ADD KEY `prompted_response_reviews_fk_1` (`dassessment_id`), |
| ADD KEY `prompted_response_reviews_fk_2` (`aprogress_id`), | | ADD KEY `prompted_response_reviews_fk_2` (`aprogress_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `push_notification_tokens` | | -- Indexes for table `push_notification_tokens` |
| -- | | -- |
| ALTER TABLE `push_notification_tokens` | | ALTER TABLE `push_notification_tokens` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `quizzes` | | -- Indexes for table `quizzes` |
| -- | | -- |
| ALTER TABLE `quizzes` | | ALTER TABLE `quizzes` |
| ADD PRIMARY KEY (`quiz_id`), | | ADD PRIMARY KEY (`quiz_id`), |
| ADD KEY `quiz_active` (`quiz_active`); | | ADD KEY `quiz_active` (`quiz_active`); |
| | | |
| -- | | -- |
| -- Indexes for table `quizzes_lu_questiontypes` | | -- Indexes for table `quizzes_lu_questiontypes` |
| -- | | -- |
| ALTER TABLE `quizzes_lu_questiontypes` | | ALTER TABLE `quizzes_lu_questiontypes` |
| ADD PRIMARY KEY (`questiontype_id`), | | ADD PRIMARY KEY (`questiontype_id`), |
| ADD KEY `questiontype_active` (`questiontype_active`,`questiontype_order`); | | ADD KEY `questiontype_active` (`questiontype_active`,`questiontype_order`); |
| | | |
| -- | | -- |
| -- Indexes for table `quizzes_lu_quiztypes` | | -- Indexes for table `quizzes_lu_quiztypes` |
| -- | | -- |
| ALTER TABLE `quizzes_lu_quiztypes` | | ALTER TABLE `quizzes_lu_quiztypes` |
| ADD PRIMARY KEY (`quiztype_id`), | | ADD PRIMARY KEY (`quiztype_id`), |
| ADD KEY `quiztype_active` (`quiztype_active`,`quiztype_order`), | | ADD KEY `quiztype_active` (`quiztype_active`,`quiztype_order`), |
| ADD KEY `quiztype_code` (`quiztype_code`); | | ADD KEY `quiztype_code` (`quiztype_code`); |
| | | |
| -- | | -- |
| -- Indexes for table `quiz_contacts` | | -- Indexes for table `quiz_contacts` |
| -- | | -- |
| ALTER TABLE `quiz_contacts` | | ALTER TABLE `quiz_contacts` |
| ADD PRIMARY KEY (`qcontact_id`), | | ADD PRIMARY KEY (`qcontact_id`), |
| ADD KEY `quiz_id` (`quiz_id`,`proxy_id`); | | ADD KEY `quiz_id` (`quiz_id`,`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `quiz_progress` | | -- Indexes for table `quiz_progress` |
| -- | | -- |
| ALTER TABLE `quiz_progress` | | ALTER TABLE `quiz_progress` |
| ADD PRIMARY KEY (`qprogress_id`), | | ADD PRIMARY KEY (`qprogress_id`), |
| ADD KEY `content_id` (`aquiz_id`,`content_id`,`proxy_id`), | | ADD KEY `content_id` (`aquiz_id`,`content_id`,`proxy_id`), |
| ADD KEY `quiz_id` (`quiz_id`); | | ADD KEY `quiz_id` (`quiz_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `quiz_progress_responses` | | -- Indexes for table `quiz_progress_responses` |
| -- | | -- |
| ALTER TABLE `quiz_progress_responses` | | ALTER TABLE `quiz_progress_responses` |
| ADD PRIMARY KEY (`qpresponse_id`), | | ADD PRIMARY KEY (`qpresponse_id`), |
| ADD KEY `qprogress_id` (`qprogress_id`,`aquiz_id`,`content_id`,`quiz_id`,`proxy_id`,`qquestion_id`,`qqresponse_id`); | | ADD KEY `qprogress_id` (`qprogress_id`,`aquiz_id`,`content_id`,`quiz_id`,`proxy_id`,`qquestion_id`,`qqresponse_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `quiz_questions` | | -- Indexes for table `quiz_questions` |
| -- | | -- |
| ALTER TABLE `quiz_questions` | | ALTER TABLE `quiz_questions` |
| ADD PRIMARY KEY (`qquestion_id`), | | ADD PRIMARY KEY (`qquestion_id`), |
| ADD KEY `quiz_id` (`quiz_id`,`questiontype_id`,`question_order`); | | ADD KEY `quiz_id` (`quiz_id`,`questiontype_id`,`question_order`); |
| | | |
| -- | | -- |
| -- Indexes for table `quiz_question_responses` | | -- Indexes for table `quiz_question_responses` |
| -- | | -- |
| ALTER TABLE `quiz_question_responses` | | ALTER TABLE `quiz_question_responses` |
| ADD PRIMARY KEY (`qqresponse_id`), | | ADD PRIMARY KEY (`qqresponse_id`), |
| ADD KEY `qquestion_id` (`qquestion_id`,`response_order`,`response_correct`), | | ADD KEY `qquestion_id` (`qquestion_id`,`response_order`,`response_correct`), |
| ADD KEY `response_is_html` (`response_is_html`); | | ADD KEY `response_is_html` (`response_is_html`); |
| | | |
| -- | | -- |
| -- Indexes for table `reports_aamc_ci` | | -- Indexes for table `reports_aamc_ci` |
| -- | | -- |
| ALTER TABLE `reports_aamc_ci` | | ALTER TABLE `reports_aamc_ci` |
| ADD PRIMARY KEY (`raci_id`), | | ADD PRIMARY KEY (`raci_id`), |
| ADD KEY `report_date` (`report_date`), | | ADD KEY `report_date` (`report_date`), |
| ADD KEY `report_active` (`organisation_id`,`report_active`); | | ADD KEY `report_active` (`organisation_id`,`report_active`); |
| | | |
| -- | | -- |
| -- Indexes for table `reports_aamc_ci_learner` | | -- Indexes for table `reports_aamc_ci_learner` |
| -- | | -- |
| ALTER TABLE `reports_aamc_ci_learner` | | ALTER TABLE `reports_aamc_ci_learner` |
| ADD PRIMARY KEY (`report_learner_id`), | | ADD PRIMARY KEY (`report_learner_id`), |
| ADD KEY `raci_id` (`raci_id`), | | ADD KEY `raci_id` (`raci_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `resource_images` | | -- Indexes for table `resource_images` |
| -- | | -- |
| ALTER TABLE `resource_images` | | ALTER TABLE `resource_images` |
| ADD PRIMARY KEY (`image_id`), | | ADD PRIMARY KEY (`image_id`), |
| ADD UNIQUE KEY `resource_id` (`resource_id`,`resource_type`); | | ADD UNIQUE KEY `resource_id` (`resource_id`,`resource_type`); |
| | | |
| -- | | -- |
| -- Indexes for table `room_reservations` | | -- Indexes for table `room_reservations` |
| -- | | -- |
| ALTER TABLE `room_reservations` | | ALTER TABLE `room_reservations` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `rp_now_config` | | -- Indexes for table `rp_now_config` |
| -- | | -- |
| ALTER TABLE `rp_now_config` | | ALTER TABLE `rp_now_config` |
| ADD PRIMARY KEY (`rpnow_id`), | | ADD PRIMARY KEY (`rpnow_id`), |
| ADD KEY `rp_now_config_fk_1` (`exam_post_id`); | | ADD KEY `rp_now_config_fk_1` (`exam_post_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `rp_now_users` | | -- Indexes for table `rp_now_users` |
| -- | | -- |
| ALTER TABLE `rp_now_users` | | ALTER TABLE `rp_now_users` |
| ADD PRIMARY KEY (`rpnow_id`), | | ADD PRIMARY KEY (`rpnow_id`), |
| ADD KEY `rp_now_user_fk_1` (`rpnow_config_id`); | | ADD KEY `rp_now_user_fk_1` (`rpnow_config_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `sandboxes` | | -- Indexes for table `sandboxes` |
| -- | | -- |
| ALTER TABLE `sandboxes` | | ALTER TABLE `sandboxes` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `scorm_cmis` | | -- Indexes for table `scorm_cmis` |
| -- | | -- |
| ALTER TABLE `scorm_cmis` | | ALTER TABLE `scorm_cmis` |
| ADD PRIMARY KEY (`scorm_cmi_id`), | | ADD PRIMARY KEY (`scorm_cmi_id`), |
| ADD KEY `learning_object_id` (`learning_object_id`); | | ADD KEY `learning_object_id` (`learning_object_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `secure_access_files` | | -- Indexes for table `secure_access_files` |
| -- | | -- |
| ALTER TABLE `secure_access_files` | | ALTER TABLE `secure_access_files` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `secure_access_keys` | | -- Indexes for table `secure_access_keys` |
| -- | | -- |
| ALTER TABLE `secure_access_keys` | | ALTER TABLE `secure_access_keys` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `settings` | | -- Indexes for table `settings` |
| -- | | -- |
| ALTER TABLE `settings` | | ALTER TABLE `settings` |
| ADD PRIMARY KEY (`setting_id`); | | ADD PRIMARY KEY (`setting_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `site_linked_objectives` | | -- Indexes for table `site_linked_objectives` |
| -- | | -- |
| ALTER TABLE `site_linked_objectives` | | ALTER TABLE `site_linked_objectives` |
| ADD PRIMARY KEY (`slobjective_id`), | | ADD PRIMARY KEY (`slobjective_id`), |
| ADD KEY `assessment_id` (`site_id`), | | ADD KEY `assessment_id` (`site_id`), |
| ADD KEY `objective_target` (`objective_id`,`target_objective_id`); | | ADD KEY `objective_target` (`objective_id`,`target_objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `statistics` | | -- Indexes for table `statistics` |
| -- | | -- |
| ALTER TABLE `statistics` | | ALTER TABLE `statistics` |
| ADD PRIMARY KEY (`statistic_id`), | | ADD PRIMARY KEY (`statistic_id`), |
| ADD KEY `proxy_id` (`proxy_id`,`timestamp`,`module`,`action`,`action_field`,`action_value`), | | ADD KEY `proxy_id` (`proxy_id`,`timestamp`,`module`,`action`,`action_field`,`action_value`), |
| ADD KEY `proxy_id_2` (`proxy_id`), | | ADD KEY `proxy_id_2` (`proxy_id`), |
| ADD KEY `timestamp` (`timestamp`), | | ADD KEY `timestamp` (`timestamp`), |
| ADD KEY `module` (`module`,`action`,`action_field`,`action_value`), | | ADD KEY `module` (`module`,`action`,`action_field`,`action_value`), |
| ADD KEY `action` (`action`), | | ADD KEY `action` (`action`), |
| ADD KEY `action_field` (`action_field`); | | ADD KEY `action_field` (`action_field`); |
| | | |
| -- | | -- |
| -- Indexes for table `statistics_archive` | | -- Indexes for table `statistics_archive` |
| -- | | -- |
| ALTER TABLE `statistics_archive` | | ALTER TABLE `statistics_archive` |
| ADD PRIMARY KEY (`statistic_id`), | | ADD PRIMARY KEY (`statistic_id`), |
| ADD KEY `proxy_id` (`proxy_id`,`timestamp`,`module`,`action`,`action_field`,`action_value`), | | ADD KEY `proxy_id` (`proxy_id`,`timestamp`,`module`,`action`,`action_field`,`action_value`), |
| ADD KEY `proxy_id_2` (`proxy_id`), | | ADD KEY `proxy_id_2` (`proxy_id`), |
| ADD KEY `timestamp` (`timestamp`), | | ADD KEY `timestamp` (`timestamp`), |
| ADD KEY `module` (`module`,`action`,`action_field`,`action_value`), | | ADD KEY `module` (`module`,`action`,`action_field`,`action_value`), |
| ADD KEY `action` (`action`), | | ADD KEY `action` (`action`), |
| ADD KEY `action_field` (`action_field`); | | ADD KEY `action_field` (`action_field`); |
| | | |
| -- | | -- |
| -- Indexes for table `student_awards_external` | | -- Indexes for table `student_awards_external` |
| -- | | -- |
| ALTER TABLE `student_awards_external` | | ALTER TABLE `student_awards_external` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `student_awards_internal` | | -- Indexes for table `student_awards_internal` |
| -- | | -- |
| ALTER TABLE `student_awards_internal` | | ALTER TABLE `student_awards_internal` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `student_awards_internal_types` | | -- Indexes for table `student_awards_internal_types` |
| -- | | -- |
| ALTER TABLE `student_awards_internal_types` | | ALTER TABLE `student_awards_internal_types` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD UNIQUE KEY `title_unique` (`title`); | | ADD UNIQUE KEY `title_unique` (`title`); |
| | | |
| -- | | -- |
| -- Indexes for table `student_clineval_comments` | | -- Indexes for table `student_clineval_comments` |
| -- | | -- |
| ALTER TABLE `student_clineval_comments` | | ALTER TABLE `student_clineval_comments` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `student_community_health_and_epidemiology` | | -- Indexes for table `student_community_health_and_epidemiology` |
| -- | | -- |
| ALTER TABLE `student_community_health_and_epidemiology` | | ALTER TABLE `student_community_health_and_epidemiology` |
| ADD PRIMARY KEY (`user_id`); | | ADD PRIMARY KEY (`user_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `student_contributions` | | -- Indexes for table `student_contributions` |
| -- | | -- |
| ALTER TABLE `student_contributions` | | ALTER TABLE `student_contributions` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `student_critical_enquiries` | | -- Indexes for table `student_critical_enquiries` |
| -- | | -- |
| ALTER TABLE `student_critical_enquiries` | | ALTER TABLE `student_critical_enquiries` |
| ADD PRIMARY KEY (`user_id`); | | ADD PRIMARY KEY (`user_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `student_disciplinary_actions` | | -- Indexes for table `student_disciplinary_actions` |
| -- | | -- |
| ALTER TABLE `student_disciplinary_actions` | | ALTER TABLE `student_disciplinary_actions` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `student_formal_remediations` | | -- Indexes for table `student_formal_remediations` |
| -- | | -- |
| ALTER TABLE `student_formal_remediations` | | ALTER TABLE `student_formal_remediations` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `student_international_activities` | | -- Indexes for table `student_international_activities` |
| -- | | -- |
| ALTER TABLE `student_international_activities` | | ALTER TABLE `student_international_activities` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `student_leaves_of_absence` | | -- Indexes for table `student_leaves_of_absence` |
| -- | | -- |
| ALTER TABLE `student_leaves_of_absence` | | ALTER TABLE `student_leaves_of_absence` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `student_mspr` | | -- Indexes for table `student_mspr` |
| -- | | -- |
| ALTER TABLE `student_mspr` | | ALTER TABLE `student_mspr` |
| ADD PRIMARY KEY (`user_id`), | | ADD PRIMARY KEY (`user_id`), |
| ADD KEY `idx_user_id` (`user_id`); | | ADD KEY `idx_user_id` (`user_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `student_mspr_class` | | -- Indexes for table `student_mspr_class` |
| -- | | -- |
| ALTER TABLE `student_mspr_class` | | ALTER TABLE `student_mspr_class` |
| ADD PRIMARY KEY (`year`); | | ADD PRIMARY KEY (`year`); |
| | | |
| -- | | -- |
| -- Indexes for table `student_observerships` | | -- Indexes for table `student_observerships` |
| -- | | -- |
| ALTER TABLE `student_observerships` | | ALTER TABLE `student_observerships` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `student_research` | | -- Indexes for table `student_research` |
| -- | | -- |
| ALTER TABLE `student_research` | | ALTER TABLE `student_research` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `student_studentships` | | -- Indexes for table `student_studentships` |
| -- | | -- |
| ALTER TABLE `student_studentships` | | ALTER TABLE `student_studentships` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `student_student_run_electives` | | -- Indexes for table `student_student_run_electives` |
| -- | | -- |
| ALTER TABLE `student_student_run_electives` | | ALTER TABLE `student_student_run_electives` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `tbl_exam_post_reporter` | | -- Indexes for table `tbl_exam_post_reporter` |
| -- | | -- |
| ALTER TABLE `tbl_exam_post_reporter` | | ALTER TABLE `tbl_exam_post_reporter` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `tbl_lu_answer_thresholds` | | -- Indexes for table `tbl_lu_answer_thresholds` |
| -- | | -- |
| ALTER TABLE `tbl_lu_answer_thresholds` | | ALTER TABLE `tbl_lu_answer_thresholds` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `tbl_lu_trat_attempt_weighting` | | -- Indexes for table `tbl_lu_trat_attempt_weighting` |
| -- | | -- |
| ALTER TABLE `tbl_lu_trat_attempt_weighting` | | ALTER TABLE `tbl_lu_trat_attempt_weighting` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `topic_organisation` | | -- Indexes for table `topic_organisation` |
| -- | | -- |
| ALTER TABLE `topic_organisation` | | ALTER TABLE `topic_organisation` |
| ADD PRIMARY KEY (`topic_id`,`organisation_id`); | | ADD PRIMARY KEY (`topic_id`,`organisation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `turnitin_entities` | | -- Indexes for table `turnitin_entities` |
| -- | | -- |
| ALTER TABLE `turnitin_entities` | | ALTER TABLE `turnitin_entities` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `turnitin_eula_acceptance` | | -- Indexes for table `turnitin_eula_acceptance` |
| -- | | -- |
| ALTER TABLE `turnitin_eula_acceptance` | | ALTER TABLE `turnitin_eula_acceptance` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `version_id` (`version_id`); | | ADD KEY `version_id` (`version_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `turnitin_similarity_reports` | | -- Indexes for table `turnitin_similarity_reports` |
| -- | | -- |
| ALTER TABLE `turnitin_similarity_reports` | | ALTER TABLE `turnitin_similarity_reports` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `submission_id` (`submission_id`), | | ADD KEY `submission_id` (`submission_id`), |
| ADD KEY `assignment_id` (`assignment_id`), | | ADD KEY `assignment_id` (`assignment_id`), |
| ADD KEY `afile_id` (`afile_id`), | | ADD KEY `afile_id` (`afile_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `turnitin_submissions` | | -- Indexes for table `turnitin_submissions` |
| -- | | -- |
| ALTER TABLE `turnitin_submissions` | | ALTER TABLE `turnitin_submissions` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `turnitin_submission_files` | | -- Indexes for table `turnitin_submission_files` |
| -- | | -- |
| ALTER TABLE `turnitin_submission_files` | | ALTER TABLE `turnitin_submission_files` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `submission_id` (`submission_id`), | | ADD KEY `submission_id` (`submission_id`), |
| ADD KEY `assignment_id` (`assignment_id`); | | ADD KEY `assignment_id` (`assignment_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `turnitin_webhooks` | | -- Indexes for table `turnitin_webhooks` |
| -- | | -- |
| ALTER TABLE `turnitin_webhooks` | | ALTER TABLE `turnitin_webhooks` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `FK_TURNITIN` (`turnitin_id`); | | ADD KEY `FK_TURNITIN` (`turnitin_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `turnitin_webhook_responses` | | -- Indexes for table `turnitin_webhook_responses` |
| -- | | -- |
| ALTER TABLE `turnitin_webhook_responses` | | ALTER TABLE `turnitin_webhook_responses` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `tweets` | | -- Indexes for table `tweets` |
| -- | | -- |
| ALTER TABLE `tweets` | | ALTER TABLE `tweets` |
| ADD PRIMARY KEY (`id`), | | ADD PRIMARY KEY (`id`), |
| ADD KEY `tweets_handle` (`tweets_handle`,`tweets_hashtag`); | | ADD KEY `tweets_handle` (`tweets_handle`,`tweets_hashtag`); |
| | | |
| -- | | -- |
| -- Indexes for table `users_online` | | -- Indexes for table `users_online` |
| -- | | -- |
| ALTER TABLE `users_online` | | ALTER TABLE `users_online` |
| ADD PRIMARY KEY (`session_id`), | | ADD PRIMARY KEY (`session_id`), |
| ADD KEY `ip_address` (`ip_address`), | | ADD KEY `ip_address` (`ip_address`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `timestamp` (`timestamp`); | | ADD KEY `timestamp` (`timestamp`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_access_requests` | | -- Indexes for table `user_access_requests` |
| -- | | -- |
| ALTER TABLE `user_access_requests` | | ALTER TABLE `user_access_requests` |
| ADD PRIMARY KEY (`user_access_request_id`); | | ADD PRIMARY KEY (`user_access_request_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `user_learner_levels` | | -- Indexes for table `user_learner_levels` |
| -- | | -- |
| ALTER TABLE `user_learner_levels` | | ALTER TABLE `user_learner_levels` |
| ADD PRIMARY KEY (`user_learner_level_id`), | | ADD PRIMARY KEY (`user_learner_level_id`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `user_learner_levels_level_id` (`level_id`), | | ADD KEY `user_learner_levels_level_id` (`level_id`), |
| ADD KEY `user_learner_levels_status_id` (`status_id`); | | ADD KEY `user_learner_levels_status_id` (`status_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `websockets_statistics_entries` | | -- Indexes for table `websockets_statistics_entries` |
| -- | | -- |
| ALTER TABLE `websockets_statistics_entries` | | ALTER TABLE `websockets_statistics_entries` |
| ADD PRIMARY KEY (`id`); | | ADD PRIMARY KEY (`id`); |
| | | |
| -- | | -- |
| -- Indexes for table `weeks` | | -- Indexes for table `weeks` |
| -- | | -- |
| ALTER TABLE `weeks` | | ALTER TABLE `weeks` |
| ADD PRIMARY KEY (`week_id`), | | ADD PRIMARY KEY (`week_id`), |
| ADD KEY `curriculum_type_id` (`curriculum_type_id`); | | ADD KEY `curriculum_type_id` (`curriculum_type_id`); |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for dumped tables | | -- AUTO_INCREMENT for dumped tables |
| -- | | -- |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ali_resources` | | -- AUTO_INCREMENT for table `ali_resources` |
| -- | | -- |
| ALTER TABLE `ali_resources` | | ALTER TABLE `ali_resources` |
| MODIFY `ali_resource_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ali_resource_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ali_resource_entities` | | -- AUTO_INCREMENT for table `ali_resource_entities` |
| -- | | -- |
| ALTER TABLE `ali_resource_entities` | | ALTER TABLE `ali_resource_entities` |
| MODIFY `ali_resource_entity_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ali_resource_entity_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ali_resource_meta` | | -- AUTO_INCREMENT for table `ali_resource_meta` |
| -- | | -- |
| ALTER TABLE `ali_resource_meta` | | ALTER TABLE `ali_resource_meta` |
| MODIFY `ali_resource_meta_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ali_resource_meta_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ali_resource_meta_types` | | -- AUTO_INCREMENT for table `ali_resource_meta_types` |
| -- | | -- |
| ALTER TABLE `ali_resource_meta_types` | | ALTER TABLE `ali_resource_meta_types` |
| MODIFY `ali_resource_meta_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ali_resource_meta_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ali_resource_organisation` | | -- AUTO_INCREMENT for table `ali_resource_organisation` |
| -- | | -- |
| ALTER TABLE `ali_resource_organisation` | | ALTER TABLE `ali_resource_organisation` |
| MODIFY `ali_resource_organisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ali_resource_organisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ali_resource_types` | | -- AUTO_INCREMENT for table `ali_resource_types` |
| -- | | -- |
| ALTER TABLE `ali_resource_types` | | ALTER TABLE `ali_resource_types` |
| MODIFY `ali_resource_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `ali_resource_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ali_resource_type_organisation` | | -- AUTO_INCREMENT for table `ali_resource_type_organisation` |
| -- | | -- |
| ALTER TABLE `ali_resource_type_organisation` | | ALTER TABLE `ali_resource_type_organisation` |
| MODIFY `ali_resource_type_organisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ali_resource_type_organisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_book_chapter_mono` | | -- AUTO_INCREMENT for table `ar_book_chapter_mono` |
| -- | | -- |
| ALTER TABLE `ar_book_chapter_mono` | | ALTER TABLE `ar_book_chapter_mono` |
| MODIFY `book_chapter_mono_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `book_chapter_mono_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_clinical_activity` | | -- AUTO_INCREMENT for table `ar_clinical_activity` |
| -- | | -- |
| ALTER TABLE `ar_clinical_activity` | | ALTER TABLE `ar_clinical_activity` |
| MODIFY `clinical_activity_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `clinical_activity_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_clinical_education` | | -- AUTO_INCREMENT for table `ar_clinical_education` |
| -- | | -- |
| ALTER TABLE `ar_clinical_education` | | ALTER TABLE `ar_clinical_education` |
| MODIFY `clinical_education_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `clinical_education_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_clinical_innovation` | | -- AUTO_INCREMENT for table `ar_clinical_innovation` |
| -- | | -- |
| ALTER TABLE `ar_clinical_innovation` | | ALTER TABLE `ar_clinical_innovation` |
| MODIFY `clinical_innovation_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `clinical_innovation_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_clinics` | | -- AUTO_INCREMENT for table `ar_clinics` |
| -- | | -- |
| ALTER TABLE `ar_clinics` | | ALTER TABLE `ar_clinics` |
| MODIFY `clinics_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `clinics_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_conference_papers` | | -- AUTO_INCREMENT for table `ar_conference_papers` |
| -- | | -- |
| ALTER TABLE `ar_conference_papers` | | ALTER TABLE `ar_conference_papers` |
| MODIFY `conference_papers_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `conference_papers_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_consults` | | -- AUTO_INCREMENT for table `ar_consults` |
| -- | | -- |
| ALTER TABLE `ar_consults` | | ALTER TABLE `ar_consults` |
| MODIFY `consults_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `consults_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_continuing_education` | | -- AUTO_INCREMENT for table `ar_continuing_education` |
| -- | | -- |
| ALTER TABLE `ar_continuing_education` | | ALTER TABLE `ar_continuing_education` |
| MODIFY `continuing_education_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `continuing_education_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_external_contributions` | | -- AUTO_INCREMENT for table `ar_external_contributions` |
| -- | | -- |
| ALTER TABLE `ar_external_contributions` | | ALTER TABLE `ar_external_contributions` |
| MODIFY `external_contributions_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `external_contributions_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_graduate_supervision` | | -- AUTO_INCREMENT for table `ar_graduate_supervision` |
| -- | | -- |
| ALTER TABLE `ar_graduate_supervision` | | ALTER TABLE `ar_graduate_supervision` |
| MODIFY `graduate_supervision_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `graduate_supervision_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_graduate_teaching` | | -- AUTO_INCREMENT for table `ar_graduate_teaching` |
| -- | | -- |
| ALTER TABLE `ar_graduate_teaching` | | ALTER TABLE `ar_graduate_teaching` |
| MODIFY `graduate_teaching_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `graduate_teaching_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_innovation` | | -- AUTO_INCREMENT for table `ar_innovation` |
| -- | | -- |
| ALTER TABLE `ar_innovation` | | ALTER TABLE `ar_innovation` |
| MODIFY `innovation_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `innovation_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_internal_contributions` | | -- AUTO_INCREMENT for table `ar_internal_contributions` |
| -- | | -- |
| ALTER TABLE `ar_internal_contributions` | | ALTER TABLE `ar_internal_contributions` |
| MODIFY `internal_contributions_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `internal_contributions_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_activity_types` | | -- AUTO_INCREMENT for table `ar_lu_activity_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_activity_types` | | ALTER TABLE `ar_lu_activity_types` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_clinical_locations` | | -- AUTO_INCREMENT for table `ar_lu_clinical_locations` |
| -- | | -- |
| ALTER TABLE `ar_lu_clinical_locations` | | ALTER TABLE `ar_lu_clinical_locations` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_conference_paper_types` | | -- AUTO_INCREMENT for table `ar_lu_conference_paper_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_conference_paper_types` | | ALTER TABLE `ar_lu_conference_paper_types` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_consult_locations` | | -- AUTO_INCREMENT for table `ar_lu_consult_locations` |
| -- | | -- |
| ALTER TABLE `ar_lu_consult_locations` | | ALTER TABLE `ar_lu_consult_locations` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_contribution_roles` | | -- AUTO_INCREMENT for table `ar_lu_contribution_roles` |
| -- | | -- |
| ALTER TABLE `ar_lu_contribution_roles` | | ALTER TABLE `ar_lu_contribution_roles` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_contribution_types` | | -- AUTO_INCREMENT for table `ar_lu_contribution_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_contribution_types` | | ALTER TABLE `ar_lu_contribution_types` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_degree_types` | | -- AUTO_INCREMENT for table `ar_lu_degree_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_degree_types` | | ALTER TABLE `ar_lu_degree_types` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_education_locations` | | -- AUTO_INCREMENT for table `ar_lu_education_locations` |
| -- | | -- |
| ALTER TABLE `ar_lu_education_locations` | | ALTER TABLE `ar_lu_education_locations` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_focus_groups` | | -- AUTO_INCREMENT for table `ar_lu_focus_groups` |
| -- | | -- |
| ALTER TABLE `ar_lu_focus_groups` | | ALTER TABLE `ar_lu_focus_groups` |
| MODIFY `group_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25; | | MODIFY `group_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_innovation_types` | | -- AUTO_INCREMENT for table `ar_lu_innovation_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_innovation_types` | | ALTER TABLE `ar_lu_innovation_types` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_membership_roles` | | -- AUTO_INCREMENT for table `ar_lu_membership_roles` |
| -- | | -- |
| ALTER TABLE `ar_lu_membership_roles` | | ALTER TABLE `ar_lu_membership_roles` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_on_call_locations` | | -- AUTO_INCREMENT for table `ar_lu_on_call_locations` |
| -- | | -- |
| ALTER TABLE `ar_lu_on_call_locations` | | ALTER TABLE `ar_lu_on_call_locations` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_other_locations` | | -- AUTO_INCREMENT for table `ar_lu_other_locations` |
| -- | | -- |
| ALTER TABLE `ar_lu_other_locations` | | ALTER TABLE `ar_lu_other_locations` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_patent_types` | | -- AUTO_INCREMENT for table `ar_lu_patent_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_patent_types` | | ALTER TABLE `ar_lu_patent_types` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_prize_categories` | | -- AUTO_INCREMENT for table `ar_lu_prize_categories` |
| -- | | -- |
| ALTER TABLE `ar_lu_prize_categories` | | ALTER TABLE `ar_lu_prize_categories` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_prize_types` | | -- AUTO_INCREMENT for table `ar_lu_prize_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_prize_types` | | ALTER TABLE `ar_lu_prize_types` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_profile_roles` | | -- AUTO_INCREMENT for table `ar_lu_profile_roles` |
| -- | | -- |
| ALTER TABLE `ar_lu_profile_roles` | | ALTER TABLE `ar_lu_profile_roles` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_publication_statuses` | | -- AUTO_INCREMENT for table `ar_lu_publication_statuses` |
| -- | | -- |
| ALTER TABLE `ar_lu_publication_statuses` | | ALTER TABLE `ar_lu_publication_statuses` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_research_types` | | -- AUTO_INCREMENT for table `ar_lu_research_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_research_types` | | ALTER TABLE `ar_lu_research_types` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_scholarly_types` | | -- AUTO_INCREMENT for table `ar_lu_scholarly_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_scholarly_types` | | ALTER TABLE `ar_lu_scholarly_types` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_self_education_types` | | -- AUTO_INCREMENT for table `ar_lu_self_education_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_self_education_types` | | ALTER TABLE `ar_lu_self_education_types` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_supervision_types` | | -- AUTO_INCREMENT for table `ar_lu_supervision_types` |
| -- | | -- |
| ALTER TABLE `ar_lu_supervision_types` | | ALTER TABLE `ar_lu_supervision_types` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_trainee_levels` | | -- AUTO_INCREMENT for table `ar_lu_trainee_levels` |
| -- | | -- |
| ALTER TABLE `ar_lu_trainee_levels` | | ALTER TABLE `ar_lu_trainee_levels` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_lu_undergraduate_supervision_courses` | | -- AUTO_INCREMENT for table `ar_lu_undergraduate_supervision_courses` |
| -- | | -- |
| ALTER TABLE `ar_lu_undergraduate_supervision_courses` | | ALTER TABLE `ar_lu_undergraduate_supervision_courses` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_memberships` | | -- AUTO_INCREMENT for table `ar_memberships` |
| -- | | -- |
| ALTER TABLE `ar_memberships` | | ALTER TABLE `ar_memberships` |
| MODIFY `memberships_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `memberships_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_non_peer_reviewed_papers` | | -- AUTO_INCREMENT for table `ar_non_peer_reviewed_papers` |
| -- | | -- |
| ALTER TABLE `ar_non_peer_reviewed_papers` | | ALTER TABLE `ar_non_peer_reviewed_papers` |
| MODIFY `non_peer_reviewed_papers_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `non_peer_reviewed_papers_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_on_call` | | -- AUTO_INCREMENT for table `ar_on_call` |
| -- | | -- |
| ALTER TABLE `ar_on_call` | | ALTER TABLE `ar_on_call` |
| MODIFY `on_call_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `on_call_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_other` | | -- AUTO_INCREMENT for table `ar_other` |
| -- | | -- |
| ALTER TABLE `ar_other` | | ALTER TABLE `ar_other` |
| MODIFY `other_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `other_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_other_activity` | | -- AUTO_INCREMENT for table `ar_other_activity` |
| -- | | -- |
| ALTER TABLE `ar_other_activity` | | ALTER TABLE `ar_other_activity` |
| MODIFY `other_activity_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `other_activity_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_patent_activity` | | -- AUTO_INCREMENT for table `ar_patent_activity` |
| -- | | -- |
| ALTER TABLE `ar_patent_activity` | | ALTER TABLE `ar_patent_activity` |
| MODIFY `patent_activity_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `patent_activity_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_peer_reviewed_papers` | | -- AUTO_INCREMENT for table `ar_peer_reviewed_papers` |
| -- | | -- |
| ALTER TABLE `ar_peer_reviewed_papers` | | ALTER TABLE `ar_peer_reviewed_papers` |
| MODIFY `peer_reviewed_papers_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `peer_reviewed_papers_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_poster_reports` | | -- AUTO_INCREMENT for table `ar_poster_reports` |
| -- | | -- |
| ALTER TABLE `ar_poster_reports` | | ALTER TABLE `ar_poster_reports` |
| MODIFY `poster_reports_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `poster_reports_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_prizes` | | -- AUTO_INCREMENT for table `ar_prizes` |
| -- | | -- |
| ALTER TABLE `ar_prizes` | | ALTER TABLE `ar_prizes` |
| MODIFY `prizes_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `prizes_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_procedures` | | -- AUTO_INCREMENT for table `ar_procedures` |
| -- | | -- |
| ALTER TABLE `ar_procedures` | | ALTER TABLE `ar_procedures` |
| MODIFY `procedures_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `procedures_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_profile` | | -- AUTO_INCREMENT for table `ar_profile` |
| -- | | -- |
| ALTER TABLE `ar_profile` | | ALTER TABLE `ar_profile` |
| MODIFY `profile_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `profile_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_research` | | -- AUTO_INCREMENT for table `ar_research` |
| -- | | -- |
| ALTER TABLE `ar_research` | | ALTER TABLE `ar_research` |
| MODIFY `research_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `research_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_scholarly_activity` | | -- AUTO_INCREMENT for table `ar_scholarly_activity` |
| -- | | -- |
| ALTER TABLE `ar_scholarly_activity` | | ALTER TABLE `ar_scholarly_activity` |
| MODIFY `scholarly_activity_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `scholarly_activity_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_self_education` | | -- AUTO_INCREMENT for table `ar_self_education` |
| -- | | -- |
| ALTER TABLE `ar_self_education` | | ALTER TABLE `ar_self_education` |
| MODIFY `self_education_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `self_education_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_undergraduate_nonmedical_teaching` | | -- AUTO_INCREMENT for table `ar_undergraduate_nonmedical_teaching` |
| -- | | -- |
| ALTER TABLE `ar_undergraduate_nonmedical_teaching` | | ALTER TABLE `ar_undergraduate_nonmedical_teaching` |
| MODIFY `undergraduate_nonmedical_teaching_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `undergraduate_nonmedical_teaching_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_undergraduate_supervision` | | -- AUTO_INCREMENT for table `ar_undergraduate_supervision` |
| -- | | -- |
| ALTER TABLE `ar_undergraduate_supervision` | | ALTER TABLE `ar_undergraduate_supervision` |
| MODIFY `undergraduate_supervision_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `undergraduate_supervision_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_undergraduate_teaching` | | -- AUTO_INCREMENT for table `ar_undergraduate_teaching` |
| -- | | -- |
| ALTER TABLE `ar_undergraduate_teaching` | | ALTER TABLE `ar_undergraduate_teaching` |
| MODIFY `undergraduate_teaching_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `undergraduate_teaching_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ar_ward_supervision` | | -- AUTO_INCREMENT for table `ar_ward_supervision` |
| -- | | -- |
| ALTER TABLE `ar_ward_supervision` | | ALTER TABLE `ar_ward_supervision` |
| MODIFY `ward_supervision_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `ward_supervision_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessments` | | -- AUTO_INCREMENT for table `assessments` |
| -- | | -- |
| ALTER TABLE `assessments` | | ALTER TABLE `assessments` |
| MODIFY `assessment_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; | | MODIFY `assessment_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessments_lu_meta` | | -- AUTO_INCREMENT for table `assessments_lu_meta` |
| -- | | -- |
| ALTER TABLE `assessments_lu_meta` | | ALTER TABLE `assessments_lu_meta` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessments_lu_meta_options` | | -- AUTO_INCREMENT for table `assessments_lu_meta_options` |
| -- | | -- |
| ALTER TABLE `assessments_lu_meta_options` | | ALTER TABLE `assessments_lu_meta_options` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessments_lu_meta_scoring` | | -- AUTO_INCREMENT for table `assessments_lu_meta_scoring` |
| -- | | -- |
| ALTER TABLE `assessments_lu_meta_scoring` | | ALTER TABLE `assessments_lu_meta_scoring` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_attached_quizzes` | | -- AUTO_INCREMENT for table `assessment_attached_quizzes` |
| -- | | -- |
| ALTER TABLE `assessment_attached_quizzes` | | ALTER TABLE `assessment_attached_quizzes` |
| MODIFY `aaquiz_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `aaquiz_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_collections` | | -- AUTO_INCREMENT for table `assessment_collections` |
| -- | | -- |
| ALTER TABLE `assessment_collections` | | ALTER TABLE `assessment_collections` |
| MODIFY `collection_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `collection_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_comments` | | -- AUTO_INCREMENT for table `assessment_comments` |
| -- | | -- |
| ALTER TABLE `assessment_comments` | | ALTER TABLE `assessment_comments` |
| MODIFY `acomment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; | | MODIFY `acomment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_events` | | -- AUTO_INCREMENT for table `assessment_events` |
| -- | | -- |
| ALTER TABLE `assessment_events` | | ALTER TABLE `assessment_events` |
| MODIFY `assessment_event_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `assessment_event_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_exceptions` | | -- AUTO_INCREMENT for table `assessment_exceptions` |
| -- | | -- |
| ALTER TABLE `assessment_exceptions` | | ALTER TABLE `assessment_exceptions` |
| MODIFY `aexception_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `aexception_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_graders` | | -- AUTO_INCREMENT for table `assessment_graders` |
| -- | | -- |
| ALTER TABLE `assessment_graders` | | ALTER TABLE `assessment_graders` |
| MODIFY `ag_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; | | MODIFY `ag_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_grades` | | -- AUTO_INCREMENT for table `assessment_grades` |
| -- | | -- |
| ALTER TABLE `assessment_grades` | | ALTER TABLE `assessment_grades` |
| MODIFY `grade_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29; | | MODIFY `grade_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_grade_form_comments` | | -- AUTO_INCREMENT for table `assessment_grade_form_comments` |
| -- | | -- |
| ALTER TABLE `assessment_grade_form_comments` | | ALTER TABLE `assessment_grade_form_comments` |
| MODIFY `agfcomment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `agfcomment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_grade_form_elements` | | -- AUTO_INCREMENT for table `assessment_grade_form_elements` |
| -- | | -- |
| ALTER TABLE `assessment_grade_form_elements` | | ALTER TABLE `assessment_grade_form_elements` |
| MODIFY `agfelement_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `agfelement_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_grading_range` | | -- AUTO_INCREMENT for table `assessment_grading_range` |
| -- | | -- |
| ALTER TABLE `assessment_grading_range` | | ALTER TABLE `assessment_grading_range` |
| MODIFY `agrange_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; | | MODIFY `agrange_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_grading_scale` | | -- AUTO_INCREMENT for table `assessment_grading_scale` |
| -- | | -- |
| ALTER TABLE `assessment_grading_scale` | | ALTER TABLE `assessment_grading_scale` |
| MODIFY `agscale_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `agscale_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_groups` | | -- AUTO_INCREMENT for table `assessment_groups` |
| -- | | -- |
| ALTER TABLE `assessment_groups` | | ALTER TABLE `assessment_groups` |
| MODIFY `agroup_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `agroup_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_linked_objectives` | | -- AUTO_INCREMENT for table `assessment_linked_objectives` |
| -- | | -- |
| ALTER TABLE `assessment_linked_objectives` | | ALTER TABLE `assessment_linked_objectives` |
| MODIFY `alobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `alobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_marking_schemes` | | -- AUTO_INCREMENT for table `assessment_marking_schemes` |
| -- | | -- |
| ALTER TABLE `assessment_marking_schemes` | | ALTER TABLE `assessment_marking_schemes` |
| MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | | MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_notificatons` | | -- AUTO_INCREMENT for table `assessment_notificatons` |
| -- | | -- |
| ALTER TABLE `assessment_notificatons` | | ALTER TABLE `assessment_notificatons` |
| MODIFY `at_notificaton_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `at_notificaton_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_objectives` | | -- AUTO_INCREMENT for table `assessment_objectives` |
| -- | | -- |
| ALTER TABLE `assessment_objectives` | | ALTER TABLE `assessment_objectives` |
| MODIFY `aobjective_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `aobjective_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_options` | | -- AUTO_INCREMENT for table `assessment_options` |
| -- | | -- |
| ALTER TABLE `assessment_options` | | ALTER TABLE `assessment_options` |
| MODIFY `aoption_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=46; | | MODIFY `aoption_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=46; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_option_values` | | -- AUTO_INCREMENT for table `assessment_option_values` |
| -- | | -- |
| ALTER TABLE `assessment_option_values` | | ALTER TABLE `assessment_option_values` |
| MODIFY `aovalue_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `aovalue_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_quiz_questions` | | -- AUTO_INCREMENT for table `assessment_quiz_questions` |
| -- | | -- |
| ALTER TABLE `assessment_quiz_questions` | | ALTER TABLE `assessment_quiz_questions` |
| MODIFY `aqquestion_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `aqquestion_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assessment_statistics` | | -- AUTO_INCREMENT for table `assessment_statistics` |
| -- | | -- |
| ALTER TABLE `assessment_statistics` | | ALTER TABLE `assessment_statistics` |
| n | MODIFY `assessment_statistic_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; | n | MODIFY `assessment_statistic_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assigned_locations` | | -- AUTO_INCREMENT for table `assigned_locations` |
| -- | | -- |
| ALTER TABLE `assigned_locations` | | ALTER TABLE `assigned_locations` |
| MODIFY `alocation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; | | MODIFY `alocation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assignments` | | -- AUTO_INCREMENT for table `assignments` |
| -- | | -- |
| ALTER TABLE `assignments` | | ALTER TABLE `assignments` |
| MODIFY `assignment_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `assignment_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assignment_comments` | | -- AUTO_INCREMENT for table `assignment_comments` |
| -- | | -- |
| ALTER TABLE `assignment_comments` | | ALTER TABLE `assignment_comments` |
| MODIFY `acomment_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `acomment_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assignment_contacts` | | -- AUTO_INCREMENT for table `assignment_contacts` |
| -- | | -- |
| ALTER TABLE `assignment_contacts` | | ALTER TABLE `assignment_contacts` |
| MODIFY `acontact_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `acontact_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assignment_files` | | -- AUTO_INCREMENT for table `assignment_files` |
| -- | | -- |
| ALTER TABLE `assignment_files` | | ALTER TABLE `assignment_files` |
| MODIFY `afile_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `afile_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assignment_file_versions` | | -- AUTO_INCREMENT for table `assignment_file_versions` |
| -- | | -- |
| ALTER TABLE `assignment_file_versions` | | ALTER TABLE `assignment_file_versions` |
| MODIFY `afversion_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `afversion_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `assignment_turnitin_options` | | -- AUTO_INCREMENT for table `assignment_turnitin_options` |
| -- | | -- |
| ALTER TABLE `assignment_turnitin_options` | | ALTER TABLE `assignment_turnitin_options` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `attached_quizzes` | | -- AUTO_INCREMENT for table `attached_quizzes` |
| -- | | -- |
| ALTER TABLE `attached_quizzes` | | ALTER TABLE `attached_quizzes` |
| MODIFY `aquiz_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `aquiz_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `bookmarks` | | -- AUTO_INCREMENT for table `bookmarks` |
| -- | | -- |
| ALTER TABLE `bookmarks` | | ALTER TABLE `bookmarks` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `bookmarks_blacklist` | | -- AUTO_INCREMENT for table `bookmarks_blacklist` |
| -- | | -- |
| ALTER TABLE `bookmarks_blacklist` | | ALTER TABLE `bookmarks_blacklist` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `bookmarks_default` | | -- AUTO_INCREMENT for table `bookmarks_default` |
| -- | | -- |
| ALTER TABLE `bookmarks_default` | | ALTER TABLE `bookmarks_default` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `bookmarks_global` | | -- AUTO_INCREMENT for table `bookmarks_global` |
| -- | | -- |
| ALTER TABLE `bookmarks_global` | | ALTER TABLE `bookmarks_global` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cases` | | -- AUTO_INCREMENT for table `cases` |
| -- | | -- |
| ALTER TABLE `cases` | | ALTER TABLE `cases` |
| MODIFY `case_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `case_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `case_contacts` | | -- AUTO_INCREMENT for table `case_contacts` |
| -- | | -- |
| ALTER TABLE `case_contacts` | | ALTER TABLE `case_contacts` |
| MODIFY `ccontact_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ccontact_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `case_periods` | | -- AUTO_INCREMENT for table `case_periods` |
| -- | | -- |
| ALTER TABLE `case_periods` | | ALTER TABLE `case_periods` |
| MODIFY `case_period_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `case_period_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_academic_advisor_meetings` | | -- AUTO_INCREMENT for table `cbl_academic_advisor_meetings` |
| -- | | -- |
| ALTER TABLE `cbl_academic_advisor_meetings` | | ALTER TABLE `cbl_academic_advisor_meetings` |
| MODIFY `meeting_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `meeting_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_authors` | | -- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_authors` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_form_blueprint_authors` | | ALTER TABLE `cbl_assessments_form_blueprint_authors` |
| n | MODIFY `afbauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | n | MODIFY `afbauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_elements` | | -- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_elements` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_form_blueprint_elements` | | ALTER TABLE `cbl_assessments_form_blueprint_elements` |
| n | MODIFY `afblueprint_element_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | n | MODIFY `afblueprint_element_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=49; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_item_templates` | | -- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_item_templates` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_form_blueprint_item_templates` | | ALTER TABLE `cbl_assessments_form_blueprint_item_templates` |
| MODIFY `afb_item_template_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27; | | MODIFY `afb_item_template_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_objectives` | | -- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_objectives` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_form_blueprint_objectives` | | ALTER TABLE `cbl_assessments_form_blueprint_objectives` |
| n | MODIFY `afblueprint_objective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | n | MODIFY `afblueprint_objective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=169; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_rating_scales` | | -- AUTO_INCREMENT for table `cbl_assessments_form_blueprint_rating_scales` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_form_blueprint_rating_scales` | | ALTER TABLE `cbl_assessments_form_blueprint_rating_scales` |
| n | MODIFY `afblueprint_rating_scale_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | n | MODIFY `afblueprint_rating_scale_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_form_statistics` | | -- AUTO_INCREMENT for table `cbl_assessments_form_statistics` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_form_statistics` | | ALTER TABLE `cbl_assessments_form_statistics` |
| MODIFY `afstatistic_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `afstatistic_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_form_type_component_settings` | | -- AUTO_INCREMENT for table `cbl_assessments_form_type_component_settings` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_form_type_component_settings` | | ALTER TABLE `cbl_assessments_form_type_component_settings` |
| MODIFY `aftc_setting_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24; | | MODIFY `aftc_setting_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_form_type_organisation` | | -- AUTO_INCREMENT for table `cbl_assessments_form_type_organisation` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_form_type_organisation` | | ALTER TABLE `cbl_assessments_form_type_organisation` |
| MODIFY `aftype_organisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; | | MODIFY `aftype_organisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_data_sources` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_data_sources` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_data_sources` | | ALTER TABLE `cbl_assessments_lu_data_sources` |
| MODIFY `dsource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `dsource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_data_source_types` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_data_source_types` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_data_source_types` | | ALTER TABLE `cbl_assessments_lu_data_source_types` |
| MODIFY `dstype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `dstype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_flags` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_flags` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_flags` | | ALTER TABLE `cbl_assessments_lu_flags` |
| MODIFY `flag_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `flag_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_forms` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_forms` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_forms` | | ALTER TABLE `cbl_assessments_lu_forms` |
| n | MODIFY `form_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; | n | MODIFY `form_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_form_blueprints` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_form_blueprints` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_form_blueprints` | | ALTER TABLE `cbl_assessments_lu_form_blueprints` |
| n | MODIFY `form_blueprint_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | n | MODIFY `form_blueprint_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_form_blueprint_components` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_form_blueprint_components` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_form_blueprint_components` | | ALTER TABLE `cbl_assessments_lu_form_blueprint_components` |
| MODIFY `blueprint_component_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; | | MODIFY `blueprint_component_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_form_relationships` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_form_relationships` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_form_relationships` | | ALTER TABLE `cbl_assessments_lu_form_relationships` |
| MODIFY `frelationship_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `frelationship_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_form_types` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_form_types` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_form_types` | | ALTER TABLE `cbl_assessments_lu_form_types` |
| MODIFY `form_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; | | MODIFY `form_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_form_type_workflow_link` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_form_type_workflow_link` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_form_type_workflow_link` | | ALTER TABLE `cbl_assessments_lu_form_type_workflow_link` |
| MODIFY `form_type_workflow_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; | | MODIFY `form_type_workflow_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_form_workflows` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_form_workflows` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_form_workflows` | | ALTER TABLE `cbl_assessments_lu_form_workflows` |
| MODIFY `form_workflow_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | | MODIFY `form_workflow_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_form_workflow_groups` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_form_workflow_groups` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_form_workflow_groups` | | ALTER TABLE `cbl_assessments_lu_form_workflow_groups` |
| MODIFY `form_workflow_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `form_workflow_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_items` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_items` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_items` | | ALTER TABLE `cbl_assessments_lu_items` |
| n | MODIFY `item_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; | n | MODIFY `item_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=90; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_itemtypes` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_itemtypes` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_itemtypes` | | ALTER TABLE `cbl_assessments_lu_itemtypes` |
| MODIFY `itemtype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; | | MODIFY `itemtype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_item_groups` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_item_groups` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_item_groups` | | ALTER TABLE `cbl_assessments_lu_item_groups` |
| MODIFY `item_group_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38; | | MODIFY `item_group_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_item_relationships` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_item_relationships` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_item_relationships` | | ALTER TABLE `cbl_assessments_lu_item_relationships` |
| MODIFY `irelationship_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `irelationship_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_item_responses` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_item_responses` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_item_responses` | | ALTER TABLE `cbl_assessments_lu_item_responses` |
| n | MODIFY `iresponse_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35; | n | MODIFY `iresponse_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=281; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_item_response_objectives` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_item_response_objectives` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_item_response_objectives` | | ALTER TABLE `cbl_assessments_lu_item_response_objectives` |
| n | MODIFY `irobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | n | MODIFY `irobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_rating_scale_types` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_rating_scale_types` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_rating_scale_types` | | ALTER TABLE `cbl_assessments_lu_rating_scale_types` |
| MODIFY `rating_scale_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | | MODIFY `rating_scale_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_response_description_options` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_response_description_options` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_response_description_options` | | ALTER TABLE `cbl_assessments_lu_response_description_options` |
| MODIFY `rdoption_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `rdoption_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_response_descriptors` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_response_descriptors` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_response_descriptors` | | ALTER TABLE `cbl_assessments_lu_response_descriptors` |
| MODIFY `ardescriptor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=61; | | MODIFY `ardescriptor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=61; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_rubrics` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_rubrics` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_rubrics` | | ALTER TABLE `cbl_assessments_lu_rubrics` |
| n | MODIFY `rubric_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | n | MODIFY `rubric_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_rubric_labels` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_rubric_labels` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_rubric_labels` | | ALTER TABLE `cbl_assessments_lu_rubric_labels` |
| MODIFY `rlabel_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `rlabel_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessments_lu_tags` | | -- AUTO_INCREMENT for table `cbl_assessments_lu_tags` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_tags` | | ALTER TABLE `cbl_assessments_lu_tags` |
| MODIFY `tag_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `tag_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_additional_tasks` | | -- AUTO_INCREMENT for table `cbl_assessment_additional_tasks` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_additional_tasks` | | ALTER TABLE `cbl_assessment_additional_tasks` |
| MODIFY `additional_task_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `additional_task_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_blueprint_prompted_response_reviewers` | | -- AUTO_INCREMENT for table `cbl_assessment_blueprint_prompted_response_reviewers` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_blueprint_prompted_response_reviewers` | | ALTER TABLE `cbl_assessment_blueprint_prompted_response_reviewers` |
| MODIFY `blueprint_prompted_response_reviewer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `blueprint_prompted_response_reviewer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_deleted_tasks` | | -- AUTO_INCREMENT for table `cbl_assessment_deleted_tasks` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_deleted_tasks` | | ALTER TABLE `cbl_assessment_deleted_tasks` |
| MODIFY `deleted_task_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `deleted_task_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distributions` | | -- AUTO_INCREMENT for table `cbl_assessment_distributions` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distributions` | | ALTER TABLE `cbl_assessment_distributions` |
| MODIFY `adistribution_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | | MODIFY `adistribution_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_adhoc` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_adhoc` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_adhoc` | | ALTER TABLE `cbl_assessment_distribution_adhoc` |
| MODIFY `dadhoc_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `dadhoc_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_approvers` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_approvers` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_approvers` | | ALTER TABLE `cbl_assessment_distribution_approvers` |
| MODIFY `adapprover_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `adapprover_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_assessors` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_assessors` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_assessors` | | ALTER TABLE `cbl_assessment_distribution_assessors` |
| MODIFY `adassessor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; | | MODIFY `adassessor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_authors` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_authors` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_authors` | | ALTER TABLE `cbl_assessment_distribution_authors` |
| MODIFY `adauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; | | MODIFY `adauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_delegations` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_delegations` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_delegations` | | ALTER TABLE `cbl_assessment_distribution_delegations` |
| n | MODIFY `addelegation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=209; | n | MODIFY `addelegation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_delegation_assignments` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_delegation_assignments` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_delegation_assignments` | | ALTER TABLE `cbl_assessment_distribution_delegation_assignments` |
| n | MODIFY `addassignment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=230; | n | MODIFY `addassignment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_delegators` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_delegators` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_delegators` | | ALTER TABLE `cbl_assessment_distribution_delegators` |
| MODIFY `addelegator_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `addelegator_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_events` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_events` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_events` | | ALTER TABLE `cbl_assessment_distribution_events` |
| MODIFY `devent_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `devent_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_eventtypes` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_eventtypes` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_eventtypes` | | ALTER TABLE `cbl_assessment_distribution_eventtypes` |
| MODIFY `deventtype_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `deventtype_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_linked_assessments` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_linked_assessments` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_linked_assessments` | | ALTER TABLE `cbl_assessment_distribution_linked_assessments` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_linked_distributions` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_linked_distributions` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_linked_distributions` | | ALTER TABLE `cbl_assessment_distribution_linked_distributions` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_methods` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_methods` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_methods` | | ALTER TABLE `cbl_assessment_distribution_methods` |
| MODIFY `admethod_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `admethod_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_prerequisites` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_prerequisites` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_prerequisites` | | ALTER TABLE `cbl_assessment_distribution_prerequisites` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_reviewers` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_reviewers` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_reviewers` | | ALTER TABLE `cbl_assessment_distribution_reviewers` |
| MODIFY `adreviewer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `adreviewer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_schedule` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_schedule` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_schedule` | | ALTER TABLE `cbl_assessment_distribution_schedule` |
| MODIFY `adschedule_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `adschedule_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_schedule_sites` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_schedule_sites` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_schedule_sites` | | ALTER TABLE `cbl_assessment_distribution_schedule_sites` |
| MODIFY `adssite_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `adssite_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_senders` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_senders` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_senders` | | ALTER TABLE `cbl_assessment_distribution_senders` |
| MODIFY `dsender_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `dsender_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_targets` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_targets` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_targets` | | ALTER TABLE `cbl_assessment_distribution_targets` |
| MODIFY `adtarget_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; | | MODIFY `adtarget_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_target_report_releases` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_target_report_releases` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_target_report_releases` | | ALTER TABLE `cbl_assessment_distribution_target_report_releases` |
| MODIFY `adt_report_release_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; | | MODIFY `adt_report_release_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_distribution_target_task_releases` | | -- AUTO_INCREMENT for table `cbl_assessment_distribution_target_task_releases` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_target_task_releases` | | ALTER TABLE `cbl_assessment_distribution_target_task_releases` |
| MODIFY `adt_task_release_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `adt_task_release_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_embargo_forms` | | -- AUTO_INCREMENT for table `cbl_assessment_embargo_forms` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_embargo_forms` | | ALTER TABLE `cbl_assessment_embargo_forms` |
| MODIFY `eform_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `eform_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_embargo_release` | | -- AUTO_INCREMENT for table `cbl_assessment_embargo_release` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_embargo_release` | | ALTER TABLE `cbl_assessment_embargo_release` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_form_authors` | | -- AUTO_INCREMENT for table `cbl_assessment_form_authors` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_form_authors` | | ALTER TABLE `cbl_assessment_form_authors` |
| n | MODIFY `afauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; | n | MODIFY `afauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_form_elements` | | -- AUTO_INCREMENT for table `cbl_assessment_form_elements` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_form_elements` | | ALTER TABLE `cbl_assessment_form_elements` |
| n | MODIFY `afelement_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21; | n | MODIFY `afelement_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=87; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_form_objectives` | | -- AUTO_INCREMENT for table `cbl_assessment_form_objectives` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_form_objectives` | | ALTER TABLE `cbl_assessment_form_objectives` |
| n | MODIFY `assessment_form_objective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | n | MODIFY `assessment_form_objective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_form_prompted_response_reviewers` | | -- AUTO_INCREMENT for table `cbl_assessment_form_prompted_response_reviewers` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_form_prompted_response_reviewers` | | ALTER TABLE `cbl_assessment_form_prompted_response_reviewers` |
| MODIFY `form_prompted_response_reviewer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `form_prompted_response_reviewer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_form_type_meta` | | -- AUTO_INCREMENT for table `cbl_assessment_form_type_meta` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_form_type_meta` | | ALTER TABLE `cbl_assessment_form_type_meta` |
| MODIFY `form_type_meta_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; | | MODIFY `form_type_meta_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_item_authors` | | -- AUTO_INCREMENT for table `cbl_assessment_item_authors` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_item_authors` | | ALTER TABLE `cbl_assessment_item_authors` |
| n | MODIFY `aiauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; | n | MODIFY `aiauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=90; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_item_objectives` | | -- AUTO_INCREMENT for table `cbl_assessment_item_objectives` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_item_objectives` | | ALTER TABLE `cbl_assessment_item_objectives` |
| n | MODIFY `aiobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; | n | MODIFY `aiobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=328; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_item_tags` | | -- AUTO_INCREMENT for table `cbl_assessment_item_tags` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_item_tags` | | ALTER TABLE `cbl_assessment_item_tags` |
| MODIFY `aitag_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `aitag_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_lu_distribution_linked_assessment_types` | | -- AUTO_INCREMENT for table `cbl_assessment_lu_distribution_linked_assessment_types` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_lu_distribution_linked_assessment_types` | | ALTER TABLE `cbl_assessment_lu_distribution_linked_assessment_types` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_lu_methods` | | -- AUTO_INCREMENT for table `cbl_assessment_lu_methods` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_lu_methods` | | ALTER TABLE `cbl_assessment_lu_methods` |
| MODIFY `assessment_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; | | MODIFY `assessment_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_lu_prompted_response_reviewer_types` | | -- AUTO_INCREMENT for table `cbl_assessment_lu_prompted_response_reviewer_types` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_lu_prompted_response_reviewer_types` | | ALTER TABLE `cbl_assessment_lu_prompted_response_reviewer_types` |
| MODIFY `prompted_response_reviewer_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `prompted_response_reviewer_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_lu_task_deleted_reasons` | | -- AUTO_INCREMENT for table `cbl_assessment_lu_task_deleted_reasons` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_lu_task_deleted_reasons` | | ALTER TABLE `cbl_assessment_lu_task_deleted_reasons` |
| MODIFY `reason_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `reason_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_lu_task_reopen_reasons` | | -- AUTO_INCREMENT for table `cbl_assessment_lu_task_reopen_reasons` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_lu_task_reopen_reasons` | | ALTER TABLE `cbl_assessment_lu_task_reopen_reasons` |
| n | MODIFY `reopen_reason_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | n | MODIFY `reopen_reason_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_lu_types` | | -- AUTO_INCREMENT for table `cbl_assessment_lu_types` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_lu_types` | | ALTER TABLE `cbl_assessment_lu_types` |
| MODIFY `assessment_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `assessment_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_method_groups` | | -- AUTO_INCREMENT for table `cbl_assessment_method_groups` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_method_groups` | | ALTER TABLE `cbl_assessment_method_groups` |
| MODIFY `amethod_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; | | MODIFY `amethod_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_method_group_meta` | | -- AUTO_INCREMENT for table `cbl_assessment_method_group_meta` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_method_group_meta` | | ALTER TABLE `cbl_assessment_method_group_meta` |
| MODIFY `amethod_meta_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; | | MODIFY `amethod_meta_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_method_organisations` | | -- AUTO_INCREMENT for table `cbl_assessment_method_organisations` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_method_organisations` | | ALTER TABLE `cbl_assessment_method_organisations` |
| MODIFY `amethod_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; | | MODIFY `amethod_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_notifications` | | -- AUTO_INCREMENT for table `cbl_assessment_notifications` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_notifications` | | ALTER TABLE `cbl_assessment_notifications` |
| n | MODIFY `anotification_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | n | MODIFY `anotification_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_plans` | | -- AUTO_INCREMENT for table `cbl_assessment_plans` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_plans` | | ALTER TABLE `cbl_assessment_plans` |
| n | MODIFY `assessment_plan_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | n | MODIFY `assessment_plan_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_plan_containers` | | -- AUTO_INCREMENT for table `cbl_assessment_plan_containers` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_plan_containers` | | ALTER TABLE `cbl_assessment_plan_containers` |
| n | MODIFY `assessment_plan_container_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | n | MODIFY `assessment_plan_container_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_plan_container_users` | | -- AUTO_INCREMENT for table `cbl_assessment_plan_container_users` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_plan_container_users` | | ALTER TABLE `cbl_assessment_plan_container_users` |
| MODIFY `assessment_plan_container_user_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `assessment_plan_container_user_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_plan_forms` | | -- AUTO_INCREMENT for table `cbl_assessment_plan_forms` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_plan_forms` | | ALTER TABLE `cbl_assessment_plan_forms` |
| n | MODIFY `assessment_plan_form_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | n | MODIFY `assessment_plan_form_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_plan_form_cv_types` | | -- AUTO_INCREMENT for table `cbl_assessment_plan_form_cv_types` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_plan_form_cv_types` | | ALTER TABLE `cbl_assessment_plan_form_cv_types` |
| n | MODIFY `assessment_plan_form_cv_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | n | MODIFY `assessment_plan_form_cv_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_plan_form_objectives` | | -- AUTO_INCREMENT for table `cbl_assessment_plan_form_objectives` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_plan_form_objectives` | | ALTER TABLE `cbl_assessment_plan_form_objectives` |
| n | MODIFY `assessment_plan_form_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | n | MODIFY `assessment_plan_form_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_plan_form_objective_groups` | | -- AUTO_INCREMENT for table `cbl_assessment_plan_form_objective_groups` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_plan_form_objective_groups` | | ALTER TABLE `cbl_assessment_plan_form_objective_groups` |
| MODIFY `assessment_plan_form_objective_group_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `assessment_plan_form_objective_group_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_plan_lu_cv_types` | | -- AUTO_INCREMENT for table `cbl_assessment_plan_lu_cv_types` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_plan_lu_cv_types` | | ALTER TABLE `cbl_assessment_plan_lu_cv_types` |
| MODIFY `assessment_plan_cv_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `assessment_plan_cv_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_plan_objectives` | | -- AUTO_INCREMENT for table `cbl_assessment_plan_objectives` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_plan_objectives` | | ALTER TABLE `cbl_assessment_plan_objectives` |
| MODIFY `assessment_plan_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `assessment_plan_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_progress` | | -- AUTO_INCREMENT for table `cbl_assessment_progress` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_progress` | | ALTER TABLE `cbl_assessment_progress` |
| n | MODIFY `aprogress_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | n | MODIFY `aprogress_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_progress_approvals` | | -- AUTO_INCREMENT for table `cbl_assessment_progress_approvals` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_progress_approvals` | | ALTER TABLE `cbl_assessment_progress_approvals` |
| MODIFY `apapproval_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `apapproval_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_progress_responses` | | -- AUTO_INCREMENT for table `cbl_assessment_progress_responses` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_progress_responses` | | ALTER TABLE `cbl_assessment_progress_responses` |
| n | MODIFY `epresponse_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=80; | n | MODIFY `epresponse_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1176; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_rating_scale` | | -- AUTO_INCREMENT for table `cbl_assessment_rating_scale` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_rating_scale` | | ALTER TABLE `cbl_assessment_rating_scale` |
| MODIFY `rating_scale_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21; | | MODIFY `rating_scale_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_rating_scale_authors` | | -- AUTO_INCREMENT for table `cbl_assessment_rating_scale_authors` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_rating_scale_authors` | | ALTER TABLE `cbl_assessment_rating_scale_authors` |
| MODIFY `rating_scale_author_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37; | | MODIFY `rating_scale_author_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_rating_scale_responses` | | -- AUTO_INCREMENT for table `cbl_assessment_rating_scale_responses` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_rating_scale_responses` | | ALTER TABLE `cbl_assessment_rating_scale_responses` |
| MODIFY `rating_scale_response_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101; | | MODIFY `rating_scale_response_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_reports` | | -- AUTO_INCREMENT for table `cbl_assessment_reports` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_reports` | | ALTER TABLE `cbl_assessment_reports` |
| MODIFY `areport_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `areport_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_report_audience` | | -- AUTO_INCREMENT for table `cbl_assessment_report_audience` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_report_audience` | | ALTER TABLE `cbl_assessment_report_audience` |
| MODIFY `araudience_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `araudience_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_report_caches` | | -- AUTO_INCREMENT for table `cbl_assessment_report_caches` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_report_caches` | | ALTER TABLE `cbl_assessment_report_caches` |
| MODIFY `arcache_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `arcache_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_report_sources` | | -- AUTO_INCREMENT for table `cbl_assessment_report_sources` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_report_sources` | | ALTER TABLE `cbl_assessment_report_sources` |
| MODIFY `arsource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `arsource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_report_source_targets` | | -- AUTO_INCREMENT for table `cbl_assessment_report_source_targets` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_report_source_targets` | | ALTER TABLE `cbl_assessment_report_source_targets` |
| MODIFY `adtarget_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `adtarget_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_rubric_authors` | | -- AUTO_INCREMENT for table `cbl_assessment_rubric_authors` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_rubric_authors` | | ALTER TABLE `cbl_assessment_rubric_authors` |
| n | MODIFY `arauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | n | MODIFY `arauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_rubric_items` | | -- AUTO_INCREMENT for table `cbl_assessment_rubric_items` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_rubric_items` | | ALTER TABLE `cbl_assessment_rubric_items` |
| n | MODIFY `aritem_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; | n | MODIFY `aritem_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=57; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_ss_existing_tasks` | | -- AUTO_INCREMENT for table `cbl_assessment_ss_existing_tasks` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_ss_existing_tasks` | | ALTER TABLE `cbl_assessment_ss_existing_tasks` |
| MODIFY `existing_task_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `existing_task_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_ss_future_tasks` | | -- AUTO_INCREMENT for table `cbl_assessment_ss_future_tasks` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_ss_future_tasks` | | ALTER TABLE `cbl_assessment_ss_future_tasks` |
| MODIFY `future_task_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `future_task_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessment_type_organisations` | | -- AUTO_INCREMENT for table `cbl_assessment_type_organisations` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_type_organisations` | | ALTER TABLE `cbl_assessment_type_organisations` |
| MODIFY `atype_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `atype_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_assessor_target_feedback` | | -- AUTO_INCREMENT for table `cbl_assessor_target_feedback` |
| -- | | -- |
| ALTER TABLE `cbl_assessor_target_feedback` | | ALTER TABLE `cbl_assessor_target_feedback` |
| MODIFY `atfeedback_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `atfeedback_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_course_contacts` | | -- AUTO_INCREMENT for table `cbl_course_contacts` |
| -- | | -- |
| ALTER TABLE `cbl_course_contacts` | | ALTER TABLE `cbl_course_contacts` |
| n | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | n | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_delivery_schedule` | | -- AUTO_INCREMENT for table `cbl_delivery_schedule` |
| -- | | -- |
| ALTER TABLE `cbl_delivery_schedule` | | ALTER TABLE `cbl_delivery_schedule` |
| MODIFY `delivery_schedule_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `delivery_schedule_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_distribution_assessments` | | -- AUTO_INCREMENT for table `cbl_distribution_assessments` |
| -- | | -- |
| ALTER TABLE `cbl_distribution_assessments` | | ALTER TABLE `cbl_distribution_assessments` |
| n | MODIFY `dassessment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | n | MODIFY `dassessment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_distribution_assessment_assessors` | | -- AUTO_INCREMENT for table `cbl_distribution_assessment_assessors` |
| -- | | -- |
| ALTER TABLE `cbl_distribution_assessment_assessors` | | ALTER TABLE `cbl_distribution_assessment_assessors` |
| MODIFY `aassessor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `aassessor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_distribution_assessment_options` | | -- AUTO_INCREMENT for table `cbl_distribution_assessment_options` |
| -- | | -- |
| ALTER TABLE `cbl_distribution_assessment_options` | | ALTER TABLE `cbl_distribution_assessment_options` |
| n | MODIFY `daoption_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; | n | MODIFY `daoption_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_distribution_assessment_targets` | | -- AUTO_INCREMENT for table `cbl_distribution_assessment_targets` |
| -- | | -- |
| ALTER TABLE `cbl_distribution_assessment_targets` | | ALTER TABLE `cbl_distribution_assessment_targets` |
| n | MODIFY `atarget_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; | n | MODIFY `atarget_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_distribution_groups` | | -- AUTO_INCREMENT for table `cbl_distribution_groups` |
| -- | | -- |
| ALTER TABLE `cbl_distribution_groups` | | ALTER TABLE `cbl_distribution_groups` |
| MODIFY `distribution_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `distribution_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_distribution_group_distributions` | | -- AUTO_INCREMENT for table `cbl_distribution_group_distributions` |
| -- | | -- |
| ALTER TABLE `cbl_distribution_group_distributions` | | ALTER TABLE `cbl_distribution_group_distributions` |
| MODIFY `distribution_group_distribution_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `distribution_group_distribution_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_external_assessors` | | -- AUTO_INCREMENT for table `cbl_external_assessors` |
| -- | | -- |
| ALTER TABLE `cbl_external_assessors` | | ALTER TABLE `cbl_external_assessors` |
| MODIFY `eassessor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `eassessor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_external_assessor_email_history` | | -- AUTO_INCREMENT for table `cbl_external_assessor_email_history` |
| -- | | -- |
| ALTER TABLE `cbl_external_assessor_email_history` | | ALTER TABLE `cbl_external_assessor_email_history` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_learner_objectives_completion` | | -- AUTO_INCREMENT for table `cbl_learner_objectives_completion` |
| -- | | -- |
| ALTER TABLE `cbl_learner_objectives_completion` | | ALTER TABLE `cbl_learner_objectives_completion` |
| n | MODIFY `lo_completion_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | n | MODIFY `lo_completion_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_learner_objectives_completion_files` | | -- AUTO_INCREMENT for table `cbl_learner_objectives_completion_files` |
| -- | | -- |
| ALTER TABLE `cbl_learner_objectives_completion_files` | | ALTER TABLE `cbl_learner_objectives_completion_files` |
| MODIFY `learner_objectives_completion_file_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `learner_objectives_completion_file_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_learner_objectives_self_assessments` | | -- AUTO_INCREMENT for table `cbl_learner_objectives_self_assessments` |
| -- | | -- |
| ALTER TABLE `cbl_learner_objectives_self_assessments` | | ALTER TABLE `cbl_learner_objectives_self_assessments` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_learner_objectives_self_assessment_files` | | -- AUTO_INCREMENT for table `cbl_learner_objectives_self_assessment_files` |
| -- | | -- |
| ALTER TABLE `cbl_learner_objectives_self_assessment_files` | | ALTER TABLE `cbl_learner_objectives_self_assessment_files` |
| MODIFY `id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_learner_objectives_self_assessment_views` | | -- AUTO_INCREMENT for table `cbl_learner_objectives_self_assessment_views` |
| -- | | -- |
| ALTER TABLE `cbl_learner_objectives_self_assessment_views` | | ALTER TABLE `cbl_learner_objectives_self_assessment_views` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_leave_tracking` | | -- AUTO_INCREMENT for table `cbl_leave_tracking` |
| -- | | -- |
| ALTER TABLE `cbl_leave_tracking` | | ALTER TABLE `cbl_leave_tracking` |
| MODIFY `leave_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `leave_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_likes` | | -- AUTO_INCREMENT for table `cbl_likes` |
| -- | | -- |
| ALTER TABLE `cbl_likes` | | ALTER TABLE `cbl_likes` |
| MODIFY `like_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `like_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_linked_assessments` | | -- AUTO_INCREMENT for table `cbl_linked_assessments` |
| -- | | -- |
| ALTER TABLE `cbl_linked_assessments` | | ALTER TABLE `cbl_linked_assessments` |
| n | MODIFY `link_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | n | MODIFY `link_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_linked_distributions` | | -- AUTO_INCREMENT for table `cbl_linked_distributions` |
| -- | | -- |
| ALTER TABLE `cbl_linked_distributions` | | ALTER TABLE `cbl_linked_distributions` |
| MODIFY `link_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `link_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_lu_leave_tracking_types` | | -- AUTO_INCREMENT for table `cbl_lu_leave_tracking_types` |
| -- | | -- |
| ALTER TABLE `cbl_lu_leave_tracking_types` | | ALTER TABLE `cbl_lu_leave_tracking_types` |
| MODIFY `type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; | | MODIFY `type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_meeting_files` | | -- AUTO_INCREMENT for table `cbl_meeting_files` |
| -- | | -- |
| ALTER TABLE `cbl_meeting_files` | | ALTER TABLE `cbl_meeting_files` |
| MODIFY `meeting_file_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `meeting_file_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_pins` | | -- AUTO_INCREMENT for table `cbl_pins` |
| -- | | -- |
| ALTER TABLE `cbl_pins` | | ALTER TABLE `cbl_pins` |
| MODIFY `pin_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `pin_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_read` | | -- AUTO_INCREMENT for table `cbl_read` |
| -- | | -- |
| ALTER TABLE `cbl_read` | | ALTER TABLE `cbl_read` |
| n | MODIFY `read_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | n | MODIFY `read_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_schedule` | | -- AUTO_INCREMENT for table `cbl_schedule` |
| -- | | -- |
| ALTER TABLE `cbl_schedule` | | ALTER TABLE `cbl_schedule` |
| MODIFY `schedule_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=127; | | MODIFY `schedule_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=127; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_schedule_audience` | | -- AUTO_INCREMENT for table `cbl_schedule_audience` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_audience` | | ALTER TABLE `cbl_schedule_audience` |
| MODIFY `saudience_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `saudience_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_schedule_audience_history` | | -- AUTO_INCREMENT for table `cbl_schedule_audience_history` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_audience_history` | | ALTER TABLE `cbl_schedule_audience_history` |
| MODIFY `sahistory_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `sahistory_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_schedule_course_objectives` | | -- AUTO_INCREMENT for table `cbl_schedule_course_objectives` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_course_objectives` | | ALTER TABLE `cbl_schedule_course_objectives` |
| MODIFY `sco_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `sco_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_schedule_drafts` | | -- AUTO_INCREMENT for table `cbl_schedule_drafts` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_drafts` | | ALTER TABLE `cbl_schedule_drafts` |
| MODIFY `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | | MODIFY `cbl_schedule_draft_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_schedule_draft_authors` | | -- AUTO_INCREMENT for table `cbl_schedule_draft_authors` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_draft_authors` | | ALTER TABLE `cbl_schedule_draft_authors` |
| MODIFY `cbl_schedule_draft_author_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; | | MODIFY `cbl_schedule_draft_author_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_schedule_draft_courses` | | -- AUTO_INCREMENT for table `cbl_schedule_draft_courses` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_draft_courses` | | ALTER TABLE `cbl_schedule_draft_courses` |
| MODIFY `cbl_schedule_course_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; | | MODIFY `cbl_schedule_course_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_schedule_files` | | -- AUTO_INCREMENT for table `cbl_schedule_files` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_files` | | ALTER TABLE `cbl_schedule_files` |
| MODIFY `schedule_file_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `schedule_file_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_schedule_lu_block_types` | | -- AUTO_INCREMENT for table `cbl_schedule_lu_block_types` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_lu_block_types` | | ALTER TABLE `cbl_schedule_lu_block_types` |
| MODIFY `block_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | | MODIFY `block_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_schedule_sites` | | -- AUTO_INCREMENT for table `cbl_schedule_sites` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_sites` | | ALTER TABLE `cbl_schedule_sites` |
| MODIFY `cssite_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `cssite_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_schedule_slots` | | -- AUTO_INCREMENT for table `cbl_schedule_slots` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_slots` | | ALTER TABLE `cbl_schedule_slots` |
| MODIFY `schedule_slot_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64; | | MODIFY `schedule_slot_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_schedule_slot_types` | | -- AUTO_INCREMENT for table `cbl_schedule_slot_types` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_slot_types` | | ALTER TABLE `cbl_schedule_slot_types` |
| MODIFY `slot_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `slot_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbl_student_meetings_download_log` | | -- AUTO_INCREMENT for table `cbl_student_meetings_download_log` |
| -- | | -- |
| ALTER TABLE `cbl_student_meetings_download_log` | | ALTER TABLE `cbl_student_meetings_download_log` |
| n | MODIFY `download_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25; | n | MODIFY `download_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_course_objectives` | | -- AUTO_INCREMENT for table `cbme_course_objectives` |
| -- | | -- |
| ALTER TABLE `cbme_course_objectives` | | ALTER TABLE `cbme_course_objectives` |
| n | MODIFY `cbme_course_objective_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=101; | n | MODIFY `cbme_course_objective_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=187; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_learner_epa_progress` | | -- AUTO_INCREMENT for table `cbme_learner_epa_progress` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_progress` | | ALTER TABLE `cbme_learner_epa_progress` |
| n | MODIFY `learner_epa_progress_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | n | MODIFY `learner_epa_progress_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1541; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_learner_epa_progress_history` | | -- AUTO_INCREMENT for table `cbme_learner_epa_progress_history` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_progress_history` | | ALTER TABLE `cbme_learner_epa_progress_history` |
| n | MODIFY `lep_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | n | MODIFY `lep_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1996; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_learner_epa_requirements_progress_totals` | | -- AUTO_INCREMENT for table `cbme_learner_epa_requirements_progress_totals` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_requirements_progress_totals` | | ALTER TABLE `cbme_learner_epa_requirements_progress_totals` |
| n | MODIFY `learner_epa_requirements_progress_totals_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | n | MODIFY `learner_epa_requirements_progress_totals_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=466; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_learner_epa_requirements_progress_totals_history` | | -- AUTO_INCREMENT for table `cbme_learner_epa_requirements_progress_totals_history` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_requirements_progress_totals_history` | | ALTER TABLE `cbme_learner_epa_requirements_progress_totals_history` |
| n | MODIFY `lerpt_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | n | MODIFY `lerpt_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=587; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_learner_epa_requirement_matching_assessments` | | -- AUTO_INCREMENT for table `cbme_learner_epa_requirement_matching_assessments` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_requirement_matching_assessments` | | ALTER TABLE `cbme_learner_epa_requirement_matching_assessments` |
| n | MODIFY `learner_epa_requirement_matching_assessments_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | n | MODIFY `learner_epa_requirement_matching_assessments_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=177; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_learner_epa_requirement_matching_assessments_history` | | -- AUTO_INCREMENT for table `cbme_learner_epa_requirement_matching_assessments_history` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_requirement_matching_assessments_history` | | ALTER TABLE `cbme_learner_epa_requirement_matching_assessments_history` |
| n | MODIFY `lerma_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | n | MODIFY `lerma_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=210; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_learner_epa_requirement_progress` | | -- AUTO_INCREMENT for table `cbme_learner_epa_requirement_progress` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_requirement_progress` | | ALTER TABLE `cbme_learner_epa_requirement_progress` |
| n | MODIFY `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | n | MODIFY `learner_epa_requirement_progress_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=466; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_learner_epa_requirement_progress_history` | | -- AUTO_INCREMENT for table `cbme_learner_epa_requirement_progress_history` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_requirement_progress_history` | | ALTER TABLE `cbme_learner_epa_requirement_progress_history` |
| n | MODIFY `lerp_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | n | MODIFY `lerp_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=587; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_learner_stage_progress` | | -- AUTO_INCREMENT for table `cbme_learner_stage_progress` |
| -- | | -- |
| ALTER TABLE `cbme_learner_stage_progress` | | ALTER TABLE `cbme_learner_stage_progress` |
| n | MODIFY `learner_stage_progress_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | n | MODIFY `learner_stage_progress_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=956; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_learner_stage_progress_history` | | -- AUTO_INCREMENT for table `cbme_learner_stage_progress_history` |
| -- | | -- |
| ALTER TABLE `cbme_learner_stage_progress_history` | | ALTER TABLE `cbme_learner_stage_progress_history` |
| n | MODIFY `lsp_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | n | MODIFY `lsp_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1296; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_lu_objective_statuses` | | -- AUTO_INCREMENT for table `cbme_lu_objective_statuses` |
| -- | | -- |
| ALTER TABLE `cbme_lu_objective_statuses` | | ALTER TABLE `cbme_lu_objective_statuses` |
| MODIFY `cbme_lu_objective_status_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `cbme_lu_objective_status_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_objective_groups` | | -- AUTO_INCREMENT for table `cbme_objective_groups` |
| -- | | -- |
| ALTER TABLE `cbme_objective_groups` | | ALTER TABLE `cbme_objective_groups` |
| MODIFY `objective_group_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `objective_group_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_objective_group_objectives` | | -- AUTO_INCREMENT for table `cbme_objective_group_objectives` |
| -- | | -- |
| ALTER TABLE `cbme_objective_group_objectives` | | ALTER TABLE `cbme_objective_group_objectives` |
| MODIFY `cbme_objective_group_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `cbme_objective_group_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_objective_trees` | | -- AUTO_INCREMENT for table `cbme_objective_trees` |
| -- | | -- |
| ALTER TABLE `cbme_objective_trees` | | ALTER TABLE `cbme_objective_trees` |
| MODIFY `cbme_objective_tree_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `cbme_objective_tree_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_objective_tree_aggregates` | | -- AUTO_INCREMENT for table `cbme_objective_tree_aggregates` |
| -- | | -- |
| ALTER TABLE `cbme_objective_tree_aggregates` | | ALTER TABLE `cbme_objective_tree_aggregates` |
| MODIFY `cbme_objective_tree_aggregate_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `cbme_objective_tree_aggregate_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_objective_tree_map_branches` | | -- AUTO_INCREMENT for table `cbme_objective_tree_map_branches` |
| -- | | -- |
| ALTER TABLE `cbme_objective_tree_map_branches` | | ALTER TABLE `cbme_objective_tree_map_branches` |
| MODIFY `cbme_objective_tree_map_branch_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `cbme_objective_tree_map_branch_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_objective_tree_modifiers` | | -- AUTO_INCREMENT for table `cbme_objective_tree_modifiers` |
| -- | | -- |
| ALTER TABLE `cbme_objective_tree_modifiers` | | ALTER TABLE `cbme_objective_tree_modifiers` |
| MODIFY `cbme_objective_tree_modifier_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `cbme_objective_tree_modifier_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_objective_tree_node_versions` | | -- AUTO_INCREMENT for table `cbme_objective_tree_node_versions` |
| -- | | -- |
| ALTER TABLE `cbme_objective_tree_node_versions` | | ALTER TABLE `cbme_objective_tree_node_versions` |
| MODIFY `cbme_objective_tree_node_version_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `cbme_objective_tree_node_version_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_objective_tree_versions` | | -- AUTO_INCREMENT for table `cbme_objective_tree_versions` |
| -- | | -- |
| ALTER TABLE `cbme_objective_tree_versions` | | ALTER TABLE `cbme_objective_tree_versions` |
| MODIFY `cbme_objective_tree_version_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `cbme_objective_tree_version_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_objective_tree_version_audit` | | -- AUTO_INCREMENT for table `cbme_objective_tree_version_audit` |
| -- | | -- |
| ALTER TABLE `cbme_objective_tree_version_audit` | | ALTER TABLE `cbme_objective_tree_version_audit` |
| MODIFY `cbme_objective_tree_version_audit_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `cbme_objective_tree_version_audit_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_objective_tree_version_changes` | | -- AUTO_INCREMENT for table `cbme_objective_tree_version_changes` |
| -- | | -- |
| ALTER TABLE `cbme_objective_tree_version_changes` | | ALTER TABLE `cbme_objective_tree_version_changes` |
| MODIFY `cbme_objective_tree_version_change_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `cbme_objective_tree_version_change_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_objective_tree_version_statuses` | | -- AUTO_INCREMENT for table `cbme_objective_tree_version_statuses` |
| -- | | -- |
| ALTER TABLE `cbme_objective_tree_version_statuses` | | ALTER TABLE `cbme_objective_tree_version_statuses` |
| MODIFY `cbme_objective_tree_version_status_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `cbme_objective_tree_version_status_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_procedure_epa_attributes` | | -- AUTO_INCREMENT for table `cbme_procedure_epa_attributes` |
| -- | | -- |
| ALTER TABLE `cbme_procedure_epa_attributes` | | ALTER TABLE `cbme_procedure_epa_attributes` |
| MODIFY `epa_attribute_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `epa_attribute_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_schedule_stats` | | -- AUTO_INCREMENT for table `cbme_schedule_stats` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats` | | ALTER TABLE `cbme_schedule_stats` |
| MODIFY `schedule_stats_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `schedule_stats_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_schedule_stats_completion_status` | | -- AUTO_INCREMENT for table `cbme_schedule_stats_completion_status` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_completion_status` | | ALTER TABLE `cbme_schedule_stats_completion_status` |
| MODIFY `schedule_stats_completion_status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `schedule_stats_completion_status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_schedule_stats_history` | | -- AUTO_INCREMENT for table `cbme_schedule_stats_history` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_history` | | ALTER TABLE `cbme_schedule_stats_history` |
| MODIFY `ss_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ss_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_schedule_stats_learners` | | -- AUTO_INCREMENT for table `cbme_schedule_stats_learners` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_learners` | | ALTER TABLE `cbme_schedule_stats_learners` |
| MODIFY `schedule_stats_learner_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `schedule_stats_learner_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_schedule_stats_learners_history` | | -- AUTO_INCREMENT for table `cbme_schedule_stats_learners_history` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_learners_history` | | ALTER TABLE `cbme_schedule_stats_learners_history` |
| MODIFY `ssle_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ssle_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_schedule_stats_period` | | -- AUTO_INCREMENT for table `cbme_schedule_stats_period` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_period` | | ALTER TABLE `cbme_schedule_stats_period` |
| MODIFY `schedule_stats_period_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `schedule_stats_period_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_schedule_stats_period_assessments` | | -- AUTO_INCREMENT for table `cbme_schedule_stats_period_assessments` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_period_assessments` | | ALTER TABLE `cbme_schedule_stats_period_assessments` |
| MODIFY `schedule_stats_period_assessment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `schedule_stats_period_assessment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_schedule_stats_period_assessments_history` | | -- AUTO_INCREMENT for table `cbme_schedule_stats_period_assessments_history` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_period_assessments_history` | | ALTER TABLE `cbme_schedule_stats_period_assessments_history` |
| MODIFY `sspa_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `sspa_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_schedule_stats_period_history` | | -- AUTO_INCREMENT for table `cbme_schedule_stats_period_history` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_period_history` | | ALTER TABLE `cbme_schedule_stats_period_history` |
| MODIFY `ssp_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ssp_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_schedule_stats_period_type` | | -- AUTO_INCREMENT for table `cbme_schedule_stats_period_type` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_period_type` | | ALTER TABLE `cbme_schedule_stats_period_type` |
| MODIFY `schedule_stats_period_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `schedule_stats_period_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cbme_tree_version_objectives` | | -- AUTO_INCREMENT for table `cbme_tree_version_objectives` |
| -- | | -- |
| ALTER TABLE `cbme_tree_version_objectives` | | ALTER TABLE `cbme_tree_version_objectives` |
| MODIFY `cbme_tree_version_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `cbme_tree_version_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_instructor_capacity_overrides` | | -- AUTO_INCREMENT for table `ce_instructor_capacity_overrides` |
| -- | | -- |
| ALTER TABLE `ce_instructor_capacity_overrides` | | ALTER TABLE `ce_instructor_capacity_overrides` |
| MODIFY `capacity_override_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `capacity_override_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_instructor_contacts` | | -- AUTO_INCREMENT for table `ce_instructor_contacts` |
| -- | | -- |
| ALTER TABLE `ce_instructor_contacts` | | ALTER TABLE `ce_instructor_contacts` |
| MODIFY `instructor_contact_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `instructor_contact_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_instructor_credentials` | | -- AUTO_INCREMENT for table `ce_instructor_credentials` |
| -- | | -- |
| ALTER TABLE `ce_instructor_credentials` | | ALTER TABLE `ce_instructor_credentials` |
| MODIFY `instructor_credential_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `instructor_credential_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_instructor_documents` | | -- AUTO_INCREMENT for table `ce_instructor_documents` |
| -- | | -- |
| ALTER TABLE `ce_instructor_documents` | | ALTER TABLE `ce_instructor_documents` |
| MODIFY `instructor_document_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `instructor_document_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_instructor_notes` | | -- AUTO_INCREMENT for table `ce_instructor_notes` |
| -- | | -- |
| ALTER TABLE `ce_instructor_notes` | | ALTER TABLE `ce_instructor_notes` |
| MODIFY `instructor_note_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `instructor_note_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_instructor_site_disciplines` | | -- AUTO_INCREMENT for table `ce_instructor_site_disciplines` |
| -- | | -- |
| ALTER TABLE `ce_instructor_site_disciplines` | | ALTER TABLE `ce_instructor_site_disciplines` |
| MODIFY `instructor_site_discipline_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `instructor_site_discipline_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_instructor_statuses` | | -- AUTO_INCREMENT for table `ce_instructor_statuses` |
| -- | | -- |
| ALTER TABLE `ce_instructor_statuses` | | ALTER TABLE `ce_instructor_statuses` |
| MODIFY `instructor_status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | | MODIFY `instructor_status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_instructor_stipends` | | -- AUTO_INCREMENT for table `ce_instructor_stipends` |
| -- | | -- |
| ALTER TABLE `ce_instructor_stipends` | | ALTER TABLE `ce_instructor_stipends` |
| MODIFY `instructor_stipend_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `instructor_stipend_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_instructor_stipend_event_types` | | -- AUTO_INCREMENT for table `ce_instructor_stipend_event_types` |
| -- | | -- |
| ALTER TABLE `ce_instructor_stipend_event_types` | | ALTER TABLE `ce_instructor_stipend_event_types` |
| MODIFY `instructor_stipend_event_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `instructor_stipend_event_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lotteries` | | -- AUTO_INCREMENT for table `ce_lotteries` |
| -- | | -- |
| ALTER TABLE `ce_lotteries` | | ALTER TABLE `ce_lotteries` |
| MODIFY `lottery_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `lottery_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_algorithms` | | -- AUTO_INCREMENT for table `ce_lu_algorithms` |
| -- | | -- |
| ALTER TABLE `ce_lu_algorithms` | | ALTER TABLE `ce_lu_algorithms` |
| MODIFY `algorithm_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `algorithm_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_document_types` | | -- AUTO_INCREMENT for table `ce_lu_document_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_document_types` | | ALTER TABLE `ce_lu_document_types` |
| MODIFY `document_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `document_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_document_type_organisations` | | -- AUTO_INCREMENT for table `ce_lu_document_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_document_type_organisations` | | ALTER TABLE `ce_lu_document_type_organisations` |
| MODIFY `document_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `document_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_event_rate_types` | | -- AUTO_INCREMENT for table `ce_lu_event_rate_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_event_rate_types` | | ALTER TABLE `ce_lu_event_rate_types` |
| MODIFY `event_rate_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `event_rate_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_event_rate_type_organisations` | | -- AUTO_INCREMENT for table `ce_lu_event_rate_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_event_rate_type_organisations` | | ALTER TABLE `ce_lu_event_rate_type_organisations` |
| MODIFY `event_rate_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `event_rate_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_instructor_credential_status_types` | | -- AUTO_INCREMENT for table `ce_lu_instructor_credential_status_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_instructor_credential_status_types` | | ALTER TABLE `ce_lu_instructor_credential_status_types` |
| MODIFY `instructor_credential_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `instructor_credential_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_instructor_credential_status_type_organisations` | | -- AUTO_INCREMENT for table `ce_lu_instructor_credential_status_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_instructor_credential_status_type_organisations` | | ALTER TABLE `ce_lu_instructor_credential_status_type_organisations` |
| MODIFY `ce_lu_instructor_credential_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `ce_lu_instructor_credential_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_instructor_note_types` | | -- AUTO_INCREMENT for table `ce_lu_instructor_note_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_instructor_note_types` | | ALTER TABLE `ce_lu_instructor_note_types` |
| MODIFY `instructor_note_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `instructor_note_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_instructor_note_type_organisations` | | -- AUTO_INCREMENT for table `ce_lu_instructor_note_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_instructor_note_type_organisations` | | ALTER TABLE `ce_lu_instructor_note_type_organisations` |
| MODIFY `instructor_note_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `instructor_note_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_instructor_status_types` | | -- AUTO_INCREMENT for table `ce_lu_instructor_status_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_instructor_status_types` | | ALTER TABLE `ce_lu_instructor_status_types` |
| MODIFY `instructor_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `instructor_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_instructor_status_type_organisations` | | -- AUTO_INCREMENT for table `ce_lu_instructor_status_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_instructor_status_type_organisations` | | ALTER TABLE `ce_lu_instructor_status_type_organisations` |
| MODIFY `instructor_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `instructor_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_learner_rank_options` | | -- AUTO_INCREMENT for table `ce_lu_learner_rank_options` |
| -- | | -- |
| ALTER TABLE `ce_lu_learner_rank_options` | | ALTER TABLE `ce_lu_learner_rank_options` |
| MODIFY `learner_rank_option_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `learner_rank_option_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_rankings` | | -- AUTO_INCREMENT for table `ce_lu_rankings` |
| -- | | -- |
| ALTER TABLE `ce_lu_rankings` | | ALTER TABLE `ce_lu_rankings` |
| MODIFY `ranking_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ranking_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_schedule_status_types` | | -- AUTO_INCREMENT for table `ce_lu_schedule_status_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_schedule_status_types` | | ALTER TABLE `ce_lu_schedule_status_types` |
| MODIFY `csstype_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `csstype_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_schedule_status_type_organisations` | | -- AUTO_INCREMENT for table `ce_lu_schedule_status_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_schedule_status_type_organisations` | | ALTER TABLE `ce_lu_schedule_status_type_organisations` |
| MODIFY `csstorganisation_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `csstorganisation_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_site_affiliation_status_types` | | -- AUTO_INCREMENT for table `ce_lu_site_affiliation_status_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_affiliation_status_types` | | ALTER TABLE `ce_lu_site_affiliation_status_types` |
| MODIFY `site_affiliation_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `site_affiliation_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_site_affiliation_status_type_organisations` | | -- AUTO_INCREMENT for table `ce_lu_site_affiliation_status_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_affiliation_status_type_organisations` | | ALTER TABLE `ce_lu_site_affiliation_status_type_organisations` |
| MODIFY `site_affiliation_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `site_affiliation_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_site_document_status_types` | | -- AUTO_INCREMENT for table `ce_lu_site_document_status_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_document_status_types` | | ALTER TABLE `ce_lu_site_document_status_types` |
| MODIFY `site_document_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `site_document_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_site_document_status_type_organisations` | | -- AUTO_INCREMENT for table `ce_lu_site_document_status_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_document_status_type_organisations` | | ALTER TABLE `ce_lu_site_document_status_type_organisations` |
| MODIFY `site_document_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `site_document_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_site_note_types` | | -- AUTO_INCREMENT for table `ce_lu_site_note_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_note_types` | | ALTER TABLE `ce_lu_site_note_types` |
| MODIFY `site_note_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `site_note_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_site_note_type_organisations` | | -- AUTO_INCREMENT for table `ce_lu_site_note_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_note_type_organisations` | | ALTER TABLE `ce_lu_site_note_type_organisations` |
| MODIFY `site_note_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `site_note_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_site_required_document_types` | | -- AUTO_INCREMENT for table `ce_lu_site_required_document_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_required_document_types` | | ALTER TABLE `ce_lu_site_required_document_types` |
| MODIFY `site_required_document_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `site_required_document_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_site_required_document_type_organisations` | | -- AUTO_INCREMENT for table `ce_lu_site_required_document_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_required_document_type_organisations` | | ALTER TABLE `ce_lu_site_required_document_type_organisations` |
| MODIFY `site_required_document_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `site_required_document_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_site_status_types` | | -- AUTO_INCREMENT for table `ce_lu_site_status_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_status_types` | | ALTER TABLE `ce_lu_site_status_types` |
| MODIFY `site_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `site_status_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_site_status_type_organisations` | | -- AUTO_INCREMENT for table `ce_lu_site_status_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_status_type_organisations` | | ALTER TABLE `ce_lu_site_status_type_organisations` |
| MODIFY `site_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `site_status_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_site_stipend_fee_types` | | -- AUTO_INCREMENT for table `ce_lu_site_stipend_fee_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_stipend_fee_types` | | ALTER TABLE `ce_lu_site_stipend_fee_types` |
| MODIFY `site_stipend_fee_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `site_stipend_fee_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_site_stipend_fee_type_organisations` | | -- AUTO_INCREMENT for table `ce_lu_site_stipend_fee_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_stipend_fee_type_organisations` | | ALTER TABLE `ce_lu_site_stipend_fee_type_organisations` |
| MODIFY `site_stipend_fee_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `site_stipend_fee_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_site_stipend_instructor_payment_types` | | -- AUTO_INCREMENT for table `ce_lu_site_stipend_instructor_payment_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_stipend_instructor_payment_types` | | ALTER TABLE `ce_lu_site_stipend_instructor_payment_types` |
| MODIFY `site_stipend_instructor_payment_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `site_stipend_instructor_payment_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_site_stipend_instructor_payment_type_organisations` | | -- AUTO_INCREMENT for table `ce_lu_site_stipend_instructor_payment_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_stipend_instructor_payment_type_organisations` | | ALTER TABLE `ce_lu_site_stipend_instructor_payment_type_organisations` |
| MODIFY `site_stipend_instructor_payment_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `site_stipend_instructor_payment_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_site_stipend_payment_types` | | -- AUTO_INCREMENT for table `ce_lu_site_stipend_payment_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_stipend_payment_types` | | ALTER TABLE `ce_lu_site_stipend_payment_types` |
| MODIFY `site_stipend_payment_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `site_stipend_payment_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_site_stipend_payment_type_organisations` | | -- AUTO_INCREMENT for table `ce_lu_site_stipend_payment_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_stipend_payment_type_organisations` | | ALTER TABLE `ce_lu_site_stipend_payment_type_organisations` |
| MODIFY `site_stipend_payment_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `site_stipend_payment_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_site_visit_outcome_types` | | -- AUTO_INCREMENT for table `ce_lu_site_visit_outcome_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_visit_outcome_types` | | ALTER TABLE `ce_lu_site_visit_outcome_types` |
| MODIFY `site_visit_outcome_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `site_visit_outcome_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_site_visit_outcome_type_organisations` | | -- AUTO_INCREMENT for table `ce_lu_site_visit_outcome_type_organisations` |
| -- | | -- |
| ALTER TABLE `ce_lu_site_visit_outcome_type_organisations` | | ALTER TABLE `ce_lu_site_visit_outcome_type_organisations` |
| MODIFY `site_visit_outcome_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `site_visit_outcome_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_stage_condition_options` | | -- AUTO_INCREMENT for table `ce_lu_stage_condition_options` |
| -- | | -- |
| ALTER TABLE `ce_lu_stage_condition_options` | | ALTER TABLE `ce_lu_stage_condition_options` |
| MODIFY `stage_condition_option_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `stage_condition_option_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_stage_condition_rules` | | -- AUTO_INCREMENT for table `ce_lu_stage_condition_rules` |
| -- | | -- |
| ALTER TABLE `ce_lu_stage_condition_rules` | | ALTER TABLE `ce_lu_stage_condition_rules` |
| MODIFY `stage_condition_rule_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `stage_condition_rule_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_stage_condition_target` | | -- AUTO_INCREMENT for table `ce_lu_stage_condition_target` |
| -- | | -- |
| ALTER TABLE `ce_lu_stage_condition_target` | | ALTER TABLE `ce_lu_stage_condition_target` |
| MODIFY `stage_condition_target_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `stage_condition_target_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_stage_condition_when` | | -- AUTO_INCREMENT for table `ce_lu_stage_condition_when` |
| -- | | -- |
| ALTER TABLE `ce_lu_stage_condition_when` | | ALTER TABLE `ce_lu_stage_condition_when` |
| MODIFY `stage_condition_when_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `stage_condition_when_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_stage_option_types` | | -- AUTO_INCREMENT for table `ce_lu_stage_option_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_stage_option_types` | | ALTER TABLE `ce_lu_stage_option_types` |
| MODIFY `stage_option_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `stage_option_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_stage_rules` | | -- AUTO_INCREMENT for table `ce_lu_stage_rules` |
| -- | | -- |
| ALTER TABLE `ce_lu_stage_rules` | | ALTER TABLE `ce_lu_stage_rules` |
| MODIFY `stage_rule_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `stage_rule_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_lu_stage_types` | | -- AUTO_INCREMENT for table `ce_lu_stage_types` |
| -- | | -- |
| ALTER TABLE `ce_lu_stage_types` | | ALTER TABLE `ce_lu_stage_types` |
| MODIFY `stage_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `stage_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_objectives` | | -- AUTO_INCREMENT for table `ce_objectives` |
| -- | | -- |
| ALTER TABLE `ce_objectives` | | ALTER TABLE `ce_objectives` |
| MODIFY `ce_objective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; | | MODIFY `ce_objective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_schedule_variations` | | -- AUTO_INCREMENT for table `ce_schedule_variations` |
| -- | | -- |
| ALTER TABLE `ce_schedule_variations` | | ALTER TABLE `ce_schedule_variations` |
| MODIFY `variation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `variation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_site_affiliations` | | -- AUTO_INCREMENT for table `ce_site_affiliations` |
| -- | | -- |
| ALTER TABLE `ce_site_affiliations` | | ALTER TABLE `ce_site_affiliations` |
| MODIFY `site_affiliation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `site_affiliation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_site_contacts` | | -- AUTO_INCREMENT for table `ce_site_contacts` |
| -- | | -- |
| ALTER TABLE `ce_site_contacts` | | ALTER TABLE `ce_site_contacts` |
| MODIFY `site_contact_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `site_contact_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_site_curriculum_tracks` | | -- AUTO_INCREMENT for table `ce_site_curriculum_tracks` |
| -- | | -- |
| ALTER TABLE `ce_site_curriculum_tracks` | | ALTER TABLE `ce_site_curriculum_tracks` |
| MODIFY `site_curriculum_track_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `site_curriculum_track_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_site_disciplines` | | -- AUTO_INCREMENT for table `ce_site_disciplines` |
| -- | | -- |
| ALTER TABLE `ce_site_disciplines` | | ALTER TABLE `ce_site_disciplines` |
| MODIFY `site_discipline_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `site_discipline_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_site_discipline_instructors` | | -- AUTO_INCREMENT for table `ce_site_discipline_instructors` |
| -- | | -- |
| ALTER TABLE `ce_site_discipline_instructors` | | ALTER TABLE `ce_site_discipline_instructors` |
| MODIFY `site_discipline_instructor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `site_discipline_instructor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_site_documents` | | -- AUTO_INCREMENT for table `ce_site_documents` |
| -- | | -- |
| ALTER TABLE `ce_site_documents` | | ALTER TABLE `ce_site_documents` |
| MODIFY `site_document_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `site_document_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_site_instructors` | | -- AUTO_INCREMENT for table `ce_site_instructors` |
| -- | | -- |
| ALTER TABLE `ce_site_instructors` | | ALTER TABLE `ce_site_instructors` |
| MODIFY `site_instructor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `site_instructor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_site_notes` | | -- AUTO_INCREMENT for table `ce_site_notes` |
| -- | | -- |
| ALTER TABLE `ce_site_notes` | | ALTER TABLE `ce_site_notes` |
| MODIFY `site_note_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `site_note_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_site_required_documents` | | -- AUTO_INCREMENT for table `ce_site_required_documents` |
| -- | | -- |
| ALTER TABLE `ce_site_required_documents` | | ALTER TABLE `ce_site_required_documents` |
| MODIFY `site_required_document_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `site_required_document_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_site_statuses` | | -- AUTO_INCREMENT for table `ce_site_statuses` |
| -- | | -- |
| ALTER TABLE `ce_site_statuses` | | ALTER TABLE `ce_site_statuses` |
| MODIFY `site_status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `site_status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_site_stipend` | | -- AUTO_INCREMENT for table `ce_site_stipend` |
| -- | | -- |
| ALTER TABLE `ce_site_stipend` | | ALTER TABLE `ce_site_stipend` |
| MODIFY `site_stipend_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `site_stipend_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_site_visits` | | -- AUTO_INCREMENT for table `ce_site_visits` |
| -- | | -- |
| ALTER TABLE `ce_site_visits` | | ALTER TABLE `ce_site_visits` |
| MODIFY `site_visit_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `site_visit_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_stages` | | -- AUTO_INCREMENT for table `ce_stages` |
| -- | | -- |
| ALTER TABLE `ce_stages` | | ALTER TABLE `ce_stages` |
| MODIFY `stage_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `stage_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_stage_conditions` | | -- AUTO_INCREMENT for table `ce_stage_conditions` |
| -- | | -- |
| ALTER TABLE `ce_stage_conditions` | | ALTER TABLE `ce_stage_conditions` |
| MODIFY `stage_condition_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `stage_condition_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_stage_courses` | | -- AUTO_INCREMENT for table `ce_stage_courses` |
| -- | | -- |
| ALTER TABLE `ce_stage_courses` | | ALTER TABLE `ce_stage_courses` |
| MODIFY `stage_course_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `stage_course_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_stage_learner_results` | | -- AUTO_INCREMENT for table `ce_stage_learner_results` |
| -- | | -- |
| ALTER TABLE `ce_stage_learner_results` | | ALTER TABLE `ce_stage_learner_results` |
| MODIFY `stage_learner_result_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `stage_learner_result_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_stage_options` | | -- AUTO_INCREMENT for table `ce_stage_options` |
| -- | | -- |
| ALTER TABLE `ce_stage_options` | | ALTER TABLE `ce_stage_options` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_stage_ranking` | | -- AUTO_INCREMENT for table `ce_stage_ranking` |
| -- | | -- |
| ALTER TABLE `ce_stage_ranking` | | ALTER TABLE `ce_stage_ranking` |
| MODIFY `stage_ranking_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `stage_ranking_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `ce_stage_rules` | | -- AUTO_INCREMENT for table `ce_stage_rules` |
| -- | | -- |
| ALTER TABLE `ce_stage_rules` | | ALTER TABLE `ce_stage_rules` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `clinical_events` | | -- AUTO_INCREMENT for table `clinical_events` |
| -- | | -- |
| ALTER TABLE `clinical_events` | | ALTER TABLE `clinical_events` |
| MODIFY `clinical_event_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `clinical_event_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `clinical_event_approval` | | -- AUTO_INCREMENT for table `clinical_event_approval` |
| -- | | -- |
| ALTER TABLE `clinical_event_approval` | | ALTER TABLE `clinical_event_approval` |
| MODIFY `clinical_event_approval_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `clinical_event_approval_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `clinical_event_approval_history` | | -- AUTO_INCREMENT for table `clinical_event_approval_history` |
| -- | | -- |
| ALTER TABLE `clinical_event_approval_history` | | ALTER TABLE `clinical_event_approval_history` |
| MODIFY `clinical_event_approval_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `clinical_event_approval_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `clinical_event_attendance` | | -- AUTO_INCREMENT for table `clinical_event_attendance` |
| -- | | -- |
| ALTER TABLE `clinical_event_attendance` | | ALTER TABLE `clinical_event_attendance` |
| MODIFY `clinical_event_attendance_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `clinical_event_attendance_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `clinical_event_attendance_history` | | -- AUTO_INCREMENT for table `clinical_event_attendance_history` |
| -- | | -- |
| ALTER TABLE `clinical_event_attendance_history` | | ALTER TABLE `clinical_event_attendance_history` |
| MODIFY `clinical_event_attendance_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `clinical_event_attendance_history_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `clinical_event_audiences` | | -- AUTO_INCREMENT for table `clinical_event_audiences` |
| -- | | -- |
| ALTER TABLE `clinical_event_audiences` | | ALTER TABLE `clinical_event_audiences` |
| MODIFY `clinical_event_audience_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `clinical_event_audience_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `clinical_event_recurring` | | -- AUTO_INCREMENT for table `clinical_event_recurring` |
| -- | | -- |
| ALTER TABLE `clinical_event_recurring` | | ALTER TABLE `clinical_event_recurring` |
| MODIFY `clinical_event_recurring_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `clinical_event_recurring_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `clinical_locations` | | -- AUTO_INCREMENT for table `clinical_locations` |
| -- | | -- |
| ALTER TABLE `clinical_locations` | | ALTER TABLE `clinical_locations` |
| MODIFY `clocation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; | | MODIFY `clocation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `clinical_preceptors` | | -- AUTO_INCREMENT for table `clinical_preceptors` |
| -- | | -- |
| ALTER TABLE `clinical_preceptors` | | ALTER TABLE `clinical_preceptors` |
| MODIFY `cpreceptor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; | | MODIFY `cpreceptor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `clinical_preceptor_roles` | | -- AUTO_INCREMENT for table `clinical_preceptor_roles` |
| -- | | -- |
| ALTER TABLE `clinical_preceptor_roles` | | ALTER TABLE `clinical_preceptor_roles` |
| MODIFY `cprole_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `cprole_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `communities` | | -- AUTO_INCREMENT for table `communities` |
| -- | | -- |
| ALTER TABLE `communities` | | ALTER TABLE `communities` |
| MODIFY `community_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `community_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `communities_categories` | | -- AUTO_INCREMENT for table `communities_categories` |
| -- | | -- |
| ALTER TABLE `communities_categories` | | ALTER TABLE `communities_categories` |
| MODIFY `category_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; | | MODIFY `category_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `communities_modules` | | -- AUTO_INCREMENT for table `communities_modules` |
| -- | | -- |
| ALTER TABLE `communities_modules` | | ALTER TABLE `communities_modules` |
| MODIFY `module_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; | | MODIFY `module_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `communities_most_active` | | -- AUTO_INCREMENT for table `communities_most_active` |
| -- | | -- |
| ALTER TABLE `communities_most_active` | | ALTER TABLE `communities_most_active` |
| MODIFY `cmactive_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cmactive_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `communities_template_permissions` | | -- AUTO_INCREMENT for table `communities_template_permissions` |
| -- | | -- |
| ALTER TABLE `communities_template_permissions` | | ALTER TABLE `communities_template_permissions` |
| MODIFY `ctpermission_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; | | MODIFY `ctpermission_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_acl` | | -- AUTO_INCREMENT for table `community_acl` |
| -- | | -- |
| ALTER TABLE `community_acl` | | ALTER TABLE `community_acl` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_acl_groups` | | -- AUTO_INCREMENT for table `community_acl_groups` |
| -- | | -- |
| ALTER TABLE `community_acl_groups` | | ALTER TABLE `community_acl_groups` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_announcements` | | -- AUTO_INCREMENT for table `community_announcements` |
| -- | | -- |
| ALTER TABLE `community_announcements` | | ALTER TABLE `community_announcements` |
| MODIFY `cannouncement_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cannouncement_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_courses` | | -- AUTO_INCREMENT for table `community_courses` |
| -- | | -- |
| ALTER TABLE `community_courses` | | ALTER TABLE `community_courses` |
| MODIFY `community_course_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `community_course_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_course_cperiods` | | -- AUTO_INCREMENT for table `community_course_cperiods` |
| -- | | -- |
| ALTER TABLE `community_course_cperiods` | | ALTER TABLE `community_course_cperiods` |
| MODIFY `cccperiod_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `cccperiod_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_discussions` | | -- AUTO_INCREMENT for table `community_discussions` |
| -- | | -- |
| ALTER TABLE `community_discussions` | | ALTER TABLE `community_discussions` |
| MODIFY `cdiscussion_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cdiscussion_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_discussions_files` | | -- AUTO_INCREMENT for table `community_discussions_files` |
| -- | | -- |
| ALTER TABLE `community_discussions_files` | | ALTER TABLE `community_discussions_files` |
| MODIFY `cdfile_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cdfile_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_discussions_open` | | -- AUTO_INCREMENT for table `community_discussions_open` |
| -- | | -- |
| ALTER TABLE `community_discussions_open` | | ALTER TABLE `community_discussions_open` |
| MODIFY `cdopen_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cdopen_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_discussion_file_versions` | | -- AUTO_INCREMENT for table `community_discussion_file_versions` |
| -- | | -- |
| ALTER TABLE `community_discussion_file_versions` | | ALTER TABLE `community_discussion_file_versions` |
| MODIFY `cdfversion_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cdfversion_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_discussion_topics` | | -- AUTO_INCREMENT for table `community_discussion_topics` |
| -- | | -- |
| ALTER TABLE `community_discussion_topics` | | ALTER TABLE `community_discussion_topics` |
| MODIFY `cdtopic_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cdtopic_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_events` | | -- AUTO_INCREMENT for table `community_events` |
| -- | | -- |
| ALTER TABLE `community_events` | | ALTER TABLE `community_events` |
| MODIFY `cevent_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cevent_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_galleries` | | -- AUTO_INCREMENT for table `community_galleries` |
| -- | | -- |
| ALTER TABLE `community_galleries` | | ALTER TABLE `community_galleries` |
| MODIFY `cgallery_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cgallery_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_gallery_comments` | | -- AUTO_INCREMENT for table `community_gallery_comments` |
| -- | | -- |
| ALTER TABLE `community_gallery_comments` | | ALTER TABLE `community_gallery_comments` |
| MODIFY `cgcomment_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cgcomment_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_gallery_photos` | | -- AUTO_INCREMENT for table `community_gallery_photos` |
| -- | | -- |
| ALTER TABLE `community_gallery_photos` | | ALTER TABLE `community_gallery_photos` |
| MODIFY `cgphoto_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cgphoto_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_history` | | -- AUTO_INCREMENT for table `community_history` |
| -- | | -- |
| ALTER TABLE `community_history` | | ALTER TABLE `community_history` |
| MODIFY `chistory_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `chistory_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_mailing_lists` | | -- AUTO_INCREMENT for table `community_mailing_lists` |
| -- | | -- |
| ALTER TABLE `community_mailing_lists` | | ALTER TABLE `community_mailing_lists` |
| MODIFY `cmlist_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cmlist_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_mailing_list_members` | | -- AUTO_INCREMENT for table `community_mailing_list_members` |
| -- | | -- |
| ALTER TABLE `community_mailing_list_members` | | ALTER TABLE `community_mailing_list_members` |
| MODIFY `cmlmember_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cmlmember_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_members` | | -- AUTO_INCREMENT for table `community_members` |
| -- | | -- |
| ALTER TABLE `community_members` | | ALTER TABLE `community_members` |
| n | MODIFY `cmember_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | n | MODIFY `cmember_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_modules` | | -- AUTO_INCREMENT for table `community_modules` |
| -- | | -- |
| ALTER TABLE `community_modules` | | ALTER TABLE `community_modules` |
| MODIFY `cmodule_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; | | MODIFY `cmodule_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_notifications` | | -- AUTO_INCREMENT for table `community_notifications` |
| -- | | -- |
| ALTER TABLE `community_notifications` | | ALTER TABLE `community_notifications` |
| MODIFY `cnotification_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `cnotification_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_notify_members` | | -- AUTO_INCREMENT for table `community_notify_members` |
| -- | | -- |
| ALTER TABLE `community_notify_members` | | ALTER TABLE `community_notify_members` |
| MODIFY `cnmember_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cnmember_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_pages` | | -- AUTO_INCREMENT for table `community_pages` |
| -- | | -- |
| ALTER TABLE `community_pages` | | ALTER TABLE `community_pages` |
| MODIFY `cpage_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; | | MODIFY `cpage_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_page_navigation` | | -- AUTO_INCREMENT for table `community_page_navigation` |
| -- | | -- |
| ALTER TABLE `community_page_navigation` | | ALTER TABLE `community_page_navigation` |
| MODIFY `cpnav_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cpnav_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_page_options` | | -- AUTO_INCREMENT for table `community_page_options` |
| -- | | -- |
| ALTER TABLE `community_page_options` | | ALTER TABLE `community_page_options` |
| MODIFY `cpoption_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cpoption_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_permissions` | | -- AUTO_INCREMENT for table `community_permissions` |
| -- | | -- |
| ALTER TABLE `community_permissions` | | ALTER TABLE `community_permissions` |
| MODIFY `cpermission_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cpermission_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_polls` | | -- AUTO_INCREMENT for table `community_polls` |
| -- | | -- |
| ALTER TABLE `community_polls` | | ALTER TABLE `community_polls` |
| MODIFY `cpolls_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cpolls_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_polls_access` | | -- AUTO_INCREMENT for table `community_polls_access` |
| -- | | -- |
| ALTER TABLE `community_polls_access` | | ALTER TABLE `community_polls_access` |
| MODIFY `cpaccess_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cpaccess_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_polls_questions` | | -- AUTO_INCREMENT for table `community_polls_questions` |
| -- | | -- |
| ALTER TABLE `community_polls_questions` | | ALTER TABLE `community_polls_questions` |
| MODIFY `cpquestion_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cpquestion_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_polls_responses` | | -- AUTO_INCREMENT for table `community_polls_responses` |
| -- | | -- |
| ALTER TABLE `community_polls_responses` | | ALTER TABLE `community_polls_responses` |
| MODIFY `cpresponses_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cpresponses_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_polls_results` | | -- AUTO_INCREMENT for table `community_polls_results` |
| -- | | -- |
| ALTER TABLE `community_polls_results` | | ALTER TABLE `community_polls_results` |
| MODIFY `cpresults_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cpresults_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_shares` | | -- AUTO_INCREMENT for table `community_shares` |
| -- | | -- |
| ALTER TABLE `community_shares` | | ALTER TABLE `community_shares` |
| MODIFY `cshare_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `cshare_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_shares_open` | | -- AUTO_INCREMENT for table `community_shares_open` |
| -- | | -- |
| ALTER TABLE `community_shares_open` | | ALTER TABLE `community_shares_open` |
| MODIFY `cshareopem_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cshareopem_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_share_comments` | | -- AUTO_INCREMENT for table `community_share_comments` |
| -- | | -- |
| ALTER TABLE `community_share_comments` | | ALTER TABLE `community_share_comments` |
| MODIFY `cscomment_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cscomment_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_share_files` | | -- AUTO_INCREMENT for table `community_share_files` |
| -- | | -- |
| ALTER TABLE `community_share_files` | | ALTER TABLE `community_share_files` |
| MODIFY `csfile_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `csfile_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_share_file_versions` | | -- AUTO_INCREMENT for table `community_share_file_versions` |
| -- | | -- |
| ALTER TABLE `community_share_file_versions` | | ALTER TABLE `community_share_file_versions` |
| MODIFY `csfversion_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `csfversion_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_share_html` | | -- AUTO_INCREMENT for table `community_share_html` |
| -- | | -- |
| ALTER TABLE `community_share_html` | | ALTER TABLE `community_share_html` |
| MODIFY `cshtml_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `cshtml_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_share_links` | | -- AUTO_INCREMENT for table `community_share_links` |
| -- | | -- |
| ALTER TABLE `community_share_links` | | ALTER TABLE `community_share_links` |
| MODIFY `cslink_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cslink_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_templates` | | -- AUTO_INCREMENT for table `community_templates` |
| -- | | -- |
| ALTER TABLE `community_templates` | | ALTER TABLE `community_templates` |
| MODIFY `template_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `template_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_type_pages` | | -- AUTO_INCREMENT for table `community_type_pages` |
| -- | | -- |
| ALTER TABLE `community_type_pages` | | ALTER TABLE `community_type_pages` |
| MODIFY `ctpage_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64; | | MODIFY `ctpage_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_type_page_options` | | -- AUTO_INCREMENT for table `community_type_page_options` |
| -- | | -- |
| ALTER TABLE `community_type_page_options` | | ALTER TABLE `community_type_page_options` |
| MODIFY `ctpoption_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `ctpoption_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `community_type_templates` | | -- AUTO_INCREMENT for table `community_type_templates` |
| -- | | -- |
| ALTER TABLE `community_type_templates` | | ALTER TABLE `community_type_templates` |
| MODIFY `cttemplate_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; | | MODIFY `cttemplate_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `courses` | | -- AUTO_INCREMENT for table `courses` |
| -- | | -- |
| ALTER TABLE `courses` | | ALTER TABLE `courses` |
| n | MODIFY `course_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; | n | MODIFY `course_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_audience` | | -- AUTO_INCREMENT for table `course_audience` |
| -- | | -- |
| ALTER TABLE `course_audience` | | ALTER TABLE `course_audience` |
| n | MODIFY `caudience_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28; | n | MODIFY `caudience_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_audience_groups` | | -- AUTO_INCREMENT for table `course_audience_groups` |
| -- | | -- |
| ALTER TABLE `course_audience_groups` | | ALTER TABLE `course_audience_groups` |
| MODIFY `group_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `group_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_capture_eventtypes` | | -- AUTO_INCREMENT for table `course_capture_eventtypes` |
| -- | | -- |
| ALTER TABLE `course_capture_eventtypes` | | ALTER TABLE `course_capture_eventtypes` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_capture_media_source_entities` | | -- AUTO_INCREMENT for table `course_capture_media_source_entities` |
| -- | | -- |
| ALTER TABLE `course_capture_media_source_entities` | | ALTER TABLE `course_capture_media_source_entities` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_contacts` | | -- AUTO_INCREMENT for table `course_contacts` |
| -- | | -- |
| ALTER TABLE `course_contacts` | | ALTER TABLE `course_contacts` |
| n | MODIFY `contact_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; | n | MODIFY `contact_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_files` | | -- AUTO_INCREMENT for table `course_files` |
| -- | | -- |
| ALTER TABLE `course_files` | | ALTER TABLE `course_files` |
| MODIFY `id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_grading_scale` | | -- AUTO_INCREMENT for table `course_grading_scale` |
| -- | | -- |
| ALTER TABLE `course_grading_scale` | | ALTER TABLE `course_grading_scale` |
| MODIFY `cgscale_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `cgscale_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_groups` | | -- AUTO_INCREMENT for table `course_groups` |
| -- | | -- |
| ALTER TABLE `course_groups` | | ALTER TABLE `course_groups` |
| MODIFY `cgroup_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `cgroup_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_group_audience` | | -- AUTO_INCREMENT for table `course_group_audience` |
| -- | | -- |
| ALTER TABLE `course_group_audience` | | ALTER TABLE `course_group_audience` |
| MODIFY `cgaudience_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; | | MODIFY `cgaudience_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_group_contacts` | | -- AUTO_INCREMENT for table `course_group_contacts` |
| -- | | -- |
| ALTER TABLE `course_group_contacts` | | ALTER TABLE `course_group_contacts` |
| MODIFY `cgcontact_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cgcontact_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_group_contact_lu_roles` | | -- AUTO_INCREMENT for table `course_group_contact_lu_roles` |
| -- | | -- |
| ALTER TABLE `course_group_contact_lu_roles` | | ALTER TABLE `course_group_contact_lu_roles` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_group_contact_role` | | -- AUTO_INCREMENT for table `course_group_contact_role` |
| -- | | -- |
| ALTER TABLE `course_group_contact_role` | | ALTER TABLE `course_group_contact_role` |
| MODIFY `id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_keywords` | | -- AUTO_INCREMENT for table `course_keywords` |
| -- | | -- |
| ALTER TABLE `course_keywords` | | ALTER TABLE `course_keywords` |
| MODIFY `ckeyword_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ckeyword_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_learner_levels` | | -- AUTO_INCREMENT for table `course_learner_levels` |
| -- | | -- |
| ALTER TABLE `course_learner_levels` | | ALTER TABLE `course_learner_levels` |
| MODIFY `course_level_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `course_level_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_linked_objectives` | | -- AUTO_INCREMENT for table `course_linked_objectives` |
| -- | | -- |
| ALTER TABLE `course_linked_objectives` | | ALTER TABLE `course_linked_objectives` |
| MODIFY `clobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `clobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_links` | | -- AUTO_INCREMENT for table `course_links` |
| -- | | -- |
| ALTER TABLE `course_links` | | ALTER TABLE `course_links` |
| MODIFY `id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_lu_reports` | | -- AUTO_INCREMENT for table `course_lu_reports` |
| -- | | -- |
| ALTER TABLE `course_lu_reports` | | ALTER TABLE `course_lu_reports` |
| MODIFY `course_report_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `course_report_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_objectives` | | -- AUTO_INCREMENT for table `course_objectives` |
| -- | | -- |
| ALTER TABLE `course_objectives` | | ALTER TABLE `course_objectives` |
| MODIFY `cobjective_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=109; | | MODIFY `cobjective_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=109; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_reports` | | -- AUTO_INCREMENT for table `course_reports` |
| -- | | -- |
| ALTER TABLE `course_reports` | | ALTER TABLE `course_reports` |
| MODIFY `creport_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `creport_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_report_organisations` | | -- AUTO_INCREMENT for table `course_report_organisations` |
| -- | | -- |
| ALTER TABLE `course_report_organisations` | | ALTER TABLE `course_report_organisations` |
| MODIFY `crorganisation_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `crorganisation_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_settings` | | -- AUTO_INCREMENT for table `course_settings` |
| -- | | -- |
| ALTER TABLE `course_settings` | | ALTER TABLE `course_settings` |
| n | MODIFY `csetting_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39; | n | MODIFY `csetting_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=44; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_syllabi` | | -- AUTO_INCREMENT for table `course_syllabi` |
| -- | | -- |
| ALTER TABLE `course_syllabi` | | ALTER TABLE `course_syllabi` |
| n | MODIFY `syllabus_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | n | MODIFY `syllabus_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_units` | | -- AUTO_INCREMENT for table `course_units` |
| -- | | -- |
| ALTER TABLE `course_units` | | ALTER TABLE `course_units` |
| MODIFY `cunit_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `cunit_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_unit_contacts` | | -- AUTO_INCREMENT for table `course_unit_contacts` |
| -- | | -- |
| ALTER TABLE `course_unit_contacts` | | ALTER TABLE `course_unit_contacts` |
| n | MODIFY `cucontact_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | n | MODIFY `cucontact_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_unit_linked_objectives` | | -- AUTO_INCREMENT for table `course_unit_linked_objectives` |
| -- | | -- |
| ALTER TABLE `course_unit_linked_objectives` | | ALTER TABLE `course_unit_linked_objectives` |
| MODIFY `culobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `culobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `course_unit_objectives` | | -- AUTO_INCREMENT for table `course_unit_objectives` |
| -- | | -- |
| ALTER TABLE `course_unit_objectives` | | ALTER TABLE `course_unit_objectives` |
| MODIFY `cuobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `cuobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cron` | | -- AUTO_INCREMENT for table `cron` |
| -- | | -- |
| ALTER TABLE `cron` | | ALTER TABLE `cron` |
| MODIFY `cron_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `cron_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cron_community_notifications` | | -- AUTO_INCREMENT for table `cron_community_notifications` |
| -- | | -- |
| ALTER TABLE `cron_community_notifications` | | ALTER TABLE `cron_community_notifications` |
| MODIFY `ccnotification_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ccnotification_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `cron_events` | | -- AUTO_INCREMENT for table `cron_events` |
| -- | | -- |
| ALTER TABLE `cron_events` | | ALTER TABLE `cron_events` |
| MODIFY `id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `curriculum_frameworks` | | -- AUTO_INCREMENT for table `curriculum_frameworks` |
| -- | | -- |
| ALTER TABLE `curriculum_frameworks` | | ALTER TABLE `curriculum_frameworks` |
| n | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | n | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `curriculum_framework_lu_objective_set_property_types` | | -- AUTO_INCREMENT for table `curriculum_framework_lu_objective_set_property_types` |
| -- | | -- |
| ALTER TABLE `curriculum_framework_lu_objective_set_property_types` | | ALTER TABLE `curriculum_framework_lu_objective_set_property_types` |
| MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28; | | MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `curriculum_framework_objective_sets` | | -- AUTO_INCREMENT for table `curriculum_framework_objective_sets` |
| -- | | -- |
| ALTER TABLE `curriculum_framework_objective_sets` | | ALTER TABLE `curriculum_framework_objective_sets` |
| n | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; | n | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `curriculum_framework_objective_sets_properties` | | -- AUTO_INCREMENT for table `curriculum_framework_objective_sets_properties` |
| -- | | -- |
| ALTER TABLE `curriculum_framework_objective_sets_properties` | | ALTER TABLE `curriculum_framework_objective_sets_properties` |
| n | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=288; | n | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=402; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `curriculum_level_organisation` | | -- AUTO_INCREMENT for table `curriculum_level_organisation` |
| -- | | -- |
| ALTER TABLE `curriculum_level_organisation` | | ALTER TABLE `curriculum_level_organisation` |
| MODIFY `cl_org_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `cl_org_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `curriculum_lu_levels` | | -- AUTO_INCREMENT for table `curriculum_lu_levels` |
| -- | | -- |
| ALTER TABLE `curriculum_lu_levels` | | ALTER TABLE `curriculum_lu_levels` |
| MODIFY `curriculum_level_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `curriculum_level_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `curriculum_lu_tracks` | | -- AUTO_INCREMENT for table `curriculum_lu_tracks` |
| -- | | -- |
| ALTER TABLE `curriculum_lu_tracks` | | ALTER TABLE `curriculum_lu_tracks` |
| MODIFY `curriculum_track_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; | | MODIFY `curriculum_track_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `curriculum_lu_types` | | -- AUTO_INCREMENT for table `curriculum_lu_types` |
| -- | | -- |
| ALTER TABLE `curriculum_lu_types` | | ALTER TABLE `curriculum_lu_types` |
| MODIFY `curriculum_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; | | MODIFY `curriculum_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `curriculum_map_versions` | | -- AUTO_INCREMENT for table `curriculum_map_versions` |
| -- | | -- |
| ALTER TABLE `curriculum_map_versions` | | ALTER TABLE `curriculum_map_versions` |
| MODIFY `version_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `version_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `curriculum_periods` | | -- AUTO_INCREMENT for table `curriculum_periods` |
| -- | | -- |
| ALTER TABLE `curriculum_periods` | | ALTER TABLE `curriculum_periods` |
| MODIFY `cperiod_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35; | | MODIFY `cperiod_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `curriculum_relationships` | | -- AUTO_INCREMENT for table `curriculum_relationships` |
| -- | | -- |
| ALTER TABLE `curriculum_relationships` | | ALTER TABLE `curriculum_relationships` |
| n | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; | n | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `custom_forms` | | -- AUTO_INCREMENT for table `custom_forms` |
| -- | | -- |
| ALTER TABLE `custom_forms` | | ALTER TABLE `custom_forms` |
| MODIFY `custom_form_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `custom_form_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `custom_form_entities` | | -- AUTO_INCREMENT for table `custom_form_entities` |
| -- | | -- |
| ALTER TABLE `custom_form_entities` | | ALTER TABLE `custom_form_entities` |
| MODIFY `custom_form_entity_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `custom_form_entity_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `custom_form_fields` | | -- AUTO_INCREMENT for table `custom_form_fields` |
| -- | | -- |
| ALTER TABLE `custom_form_fields` | | ALTER TABLE `custom_form_fields` |
| MODIFY `custom_form_field_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `custom_form_field_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `custom_form_field_values` | | -- AUTO_INCREMENT for table `custom_form_field_values` |
| -- | | -- |
| ALTER TABLE `custom_form_field_values` | | ALTER TABLE `custom_form_field_values` |
| MODIFY `custom_form_field_value_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `custom_form_field_value_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `custom_form_lu_field_types` | | -- AUTO_INCREMENT for table `custom_form_lu_field_types` |
| -- | | -- |
| ALTER TABLE `custom_form_lu_field_types` | | ALTER TABLE `custom_form_lu_field_types` |
| MODIFY `custom_form_lu_field_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `custom_form_lu_field_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `custom_form_lu_field_type_organisations` | | -- AUTO_INCREMENT for table `custom_form_lu_field_type_organisations` |
| -- | | -- |
| ALTER TABLE `custom_form_lu_field_type_organisations` | | ALTER TABLE `custom_form_lu_field_type_organisations` |
| MODIFY `custom_form_lu_field_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `custom_form_lu_field_type_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `custom_form_organisations` | | -- AUTO_INCREMENT for table `custom_form_organisations` |
| -- | | -- |
| ALTER TABLE `custom_form_organisations` | | ALTER TABLE `custom_form_organisations` |
| MODIFY `custom_form_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `custom_form_organisation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `disclaimers` | | -- AUTO_INCREMENT for table `disclaimers` |
| -- | | -- |
| ALTER TABLE `disclaimers` | | ALTER TABLE `disclaimers` |
| MODIFY `disclaimer_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `disclaimer_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `disclaimer_audience` | | -- AUTO_INCREMENT for table `disclaimer_audience` |
| -- | | -- |
| ALTER TABLE `disclaimer_audience` | | ALTER TABLE `disclaimer_audience` |
| MODIFY `disclaimer_audience_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `disclaimer_audience_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `disclaimer_audience_users` | | -- AUTO_INCREMENT for table `disclaimer_audience_users` |
| -- | | -- |
| ALTER TABLE `disclaimer_audience_users` | | ALTER TABLE `disclaimer_audience_users` |
| MODIFY `disclaimer_audience_users_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `disclaimer_audience_users_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `disclaimer_trigger` | | -- AUTO_INCREMENT for table `disclaimer_trigger` |
| -- | | -- |
| ALTER TABLE `disclaimer_trigger` | | ALTER TABLE `disclaimer_trigger` |
| MODIFY `disclaimer_trigger_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `disclaimer_trigger_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `domains_blacklist` | | -- AUTO_INCREMENT for table `domains_blacklist` |
| -- | | -- |
| ALTER TABLE `domains_blacklist` | | ALTER TABLE `domains_blacklist` |
| MODIFY `dblacklist_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; | | MODIFY `dblacklist_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `drafts` | | -- AUTO_INCREMENT for table `drafts` |
| -- | | -- |
| ALTER TABLE `drafts` | | ALTER TABLE `drafts` |
| MODIFY `draft_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | | MODIFY `draft_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `draft_audience` | | -- AUTO_INCREMENT for table `draft_audience` |
| -- | | -- |
| ALTER TABLE `draft_audience` | | ALTER TABLE `draft_audience` |
| MODIFY `daudience_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | | MODIFY `daudience_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `draft_contacts` | | -- AUTO_INCREMENT for table `draft_contacts` |
| -- | | -- |
| ALTER TABLE `draft_contacts` | | ALTER TABLE `draft_contacts` |
| MODIFY `dcontact_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `dcontact_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `draft_creators` | | -- AUTO_INCREMENT for table `draft_creators` |
| -- | | -- |
| ALTER TABLE `draft_creators` | | ALTER TABLE `draft_creators` |
| MODIFY `create_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | | MODIFY `create_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `draft_events` | | -- AUTO_INCREMENT for table `draft_events` |
| -- | | -- |
| ALTER TABLE `draft_events` | | ALTER TABLE `draft_events` |
| MODIFY `devent_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; | | MODIFY `devent_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `draft_eventtypes` | | -- AUTO_INCREMENT for table `draft_eventtypes` |
| -- | | -- |
| ALTER TABLE `draft_eventtypes` | | ALTER TABLE `draft_eventtypes` |
| MODIFY `deventtype_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; | | MODIFY `deventtype_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `draft_event_curriculum_tracks` | | -- AUTO_INCREMENT for table `draft_event_curriculum_tracks` |
| -- | | -- |
| ALTER TABLE `draft_event_curriculum_tracks` | | ALTER TABLE `draft_event_curriculum_tracks` |
| MODIFY `dectrack_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | | MODIFY `dectrack_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `draft_event_room_resources` | | -- AUTO_INCREMENT for table `draft_event_room_resources` |
| -- | | -- |
| ALTER TABLE `draft_event_room_resources` | | ALTER TABLE `draft_event_room_resources` |
| MODIFY `draft_event_room_resources_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `draft_event_room_resources_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `draft_options` | | -- AUTO_INCREMENT for table `draft_options` |
| -- | | -- |
| ALTER TABLE `draft_options` | | ALTER TABLE `draft_options` |
| MODIFY `doption_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29; | | MODIFY `doption_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `duty_hours_entries` | | -- AUTO_INCREMENT for table `duty_hours_entries` |
| -- | | -- |
| ALTER TABLE `duty_hours_entries` | | ALTER TABLE `duty_hours_entries` |
| MODIFY `dhentry_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `dhentry_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `email_aliases` | | -- AUTO_INCREMENT for table `email_aliases` |
| -- | | -- |
| ALTER TABLE `email_aliases` | | ALTER TABLE `email_aliases` |
| MODIFY `ealiases_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | | MODIFY `ealiases_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `email_templates` | | -- AUTO_INCREMENT for table `email_templates` |
| -- | | -- |
| ALTER TABLE `email_templates` | | ALTER TABLE `email_templates` |
| MODIFY `etemplate_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25; | | MODIFY `etemplate_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `email_template_organisations` | | -- AUTO_INCREMENT for table `email_template_organisations` |
| -- | | -- |
| ALTER TABLE `email_template_organisations` | | ALTER TABLE `email_template_organisations` |
| MODIFY `etorganisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `etorganisation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `entity_mapping_types` | | -- AUTO_INCREMENT for table `entity_mapping_types` |
| -- | | -- |
| ALTER TABLE `entity_mapping_types` | | ALTER TABLE `entity_mapping_types` |
| MODIFY `emtypes_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `emtypes_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluations` | | -- AUTO_INCREMENT for table `evaluations` |
| -- | | -- |
| ALTER TABLE `evaluations` | | ALTER TABLE `evaluations` |
| MODIFY `evaluation_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `evaluation_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluations_lu_questions` | | -- AUTO_INCREMENT for table `evaluations_lu_questions` |
| -- | | -- |
| ALTER TABLE `evaluations_lu_questions` | | ALTER TABLE `evaluations_lu_questions` |
| MODIFY `equestion_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `equestion_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluations_lu_questiontypes` | | -- AUTO_INCREMENT for table `evaluations_lu_questiontypes` |
| -- | | -- |
| ALTER TABLE `evaluations_lu_questiontypes` | | ALTER TABLE `evaluations_lu_questiontypes` |
| MODIFY `questiontype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | | MODIFY `questiontype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluations_lu_question_responses` | | -- AUTO_INCREMENT for table `evaluations_lu_question_responses` |
| -- | | -- |
| ALTER TABLE `evaluations_lu_question_responses` | | ALTER TABLE `evaluations_lu_question_responses` |
| MODIFY `eqresponse_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `eqresponse_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluations_lu_question_response_criteria` | | -- AUTO_INCREMENT for table `evaluations_lu_question_response_criteria` |
| -- | | -- |
| ALTER TABLE `evaluations_lu_question_response_criteria` | | ALTER TABLE `evaluations_lu_question_response_criteria` |
| MODIFY `eqrcriteria_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `eqrcriteria_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluations_lu_response_descriptors` | | -- AUTO_INCREMENT for table `evaluations_lu_response_descriptors` |
| -- | | -- |
| ALTER TABLE `evaluations_lu_response_descriptors` | | ALTER TABLE `evaluations_lu_response_descriptors` |
| MODIFY `erdescriptor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `erdescriptor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluations_lu_rubrics` | | -- AUTO_INCREMENT for table `evaluations_lu_rubrics` |
| -- | | -- |
| ALTER TABLE `evaluations_lu_rubrics` | | ALTER TABLE `evaluations_lu_rubrics` |
| MODIFY `erubric_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `erubric_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluations_lu_targets` | | -- AUTO_INCREMENT for table `evaluations_lu_targets` |
| -- | | -- |
| ALTER TABLE `evaluations_lu_targets` | | ALTER TABLE `evaluations_lu_targets` |
| MODIFY `target_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; | | MODIFY `target_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluations_related_questions` | | -- AUTO_INCREMENT for table `evaluations_related_questions` |
| -- | | -- |
| ALTER TABLE `evaluations_related_questions` | | ALTER TABLE `evaluations_related_questions` |
| MODIFY `erubric_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `erubric_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluation_contacts` | | -- AUTO_INCREMENT for table `evaluation_contacts` |
| -- | | -- |
| ALTER TABLE `evaluation_contacts` | | ALTER TABLE `evaluation_contacts` |
| MODIFY `econtact_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `econtact_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluation_evaluators` | | -- AUTO_INCREMENT for table `evaluation_evaluators` |
| -- | | -- |
| ALTER TABLE `evaluation_evaluators` | | ALTER TABLE `evaluation_evaluators` |
| MODIFY `eevaluator_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `eevaluator_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluation_evaluator_exclusions` | | -- AUTO_INCREMENT for table `evaluation_evaluator_exclusions` |
| -- | | -- |
| ALTER TABLE `evaluation_evaluator_exclusions` | | ALTER TABLE `evaluation_evaluator_exclusions` |
| MODIFY `eeexclusion_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `eeexclusion_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluation_forms` | | -- AUTO_INCREMENT for table `evaluation_forms` |
| -- | | -- |
| ALTER TABLE `evaluation_forms` | | ALTER TABLE `evaluation_forms` |
| MODIFY `eform_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `eform_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluation_form_contacts` | | -- AUTO_INCREMENT for table `evaluation_form_contacts` |
| -- | | -- |
| ALTER TABLE `evaluation_form_contacts` | | ALTER TABLE `evaluation_form_contacts` |
| MODIFY `econtact_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `econtact_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluation_form_questions` | | -- AUTO_INCREMENT for table `evaluation_form_questions` |
| -- | | -- |
| ALTER TABLE `evaluation_form_questions` | | ALTER TABLE `evaluation_form_questions` |
| MODIFY `efquestion_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `efquestion_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluation_form_question_objectives` | | -- AUTO_INCREMENT for table `evaluation_form_question_objectives` |
| -- | | -- |
| ALTER TABLE `evaluation_form_question_objectives` | | ALTER TABLE `evaluation_form_question_objectives` |
| MODIFY `efqobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `efqobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluation_progress` | | -- AUTO_INCREMENT for table `evaluation_progress` |
| -- | | -- |
| ALTER TABLE `evaluation_progress` | | ALTER TABLE `evaluation_progress` |
| MODIFY `eprogress_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `eprogress_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluation_progress_clerkship_events` | | -- AUTO_INCREMENT for table `evaluation_progress_clerkship_events` |
| -- | | -- |
| ALTER TABLE `evaluation_progress_clerkship_events` | | ALTER TABLE `evaluation_progress_clerkship_events` |
| MODIFY `epcevent_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `epcevent_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluation_progress_patient_encounters` | | -- AUTO_INCREMENT for table `evaluation_progress_patient_encounters` |
| -- | | -- |
| ALTER TABLE `evaluation_progress_patient_encounters` | | ALTER TABLE `evaluation_progress_patient_encounters` |
| MODIFY `eppencounter_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `eppencounter_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluation_question_objectives` | | -- AUTO_INCREMENT for table `evaluation_question_objectives` |
| -- | | -- |
| ALTER TABLE `evaluation_question_objectives` | | ALTER TABLE `evaluation_question_objectives` |
| MODIFY `eqobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `eqobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluation_question_response_descriptors` | | -- AUTO_INCREMENT for table `evaluation_question_response_descriptors` |
| -- | | -- |
| ALTER TABLE `evaluation_question_response_descriptors` | | ALTER TABLE `evaluation_question_response_descriptors` |
| MODIFY `eqrdescriptor_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `eqrdescriptor_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluation_requests` | | -- AUTO_INCREMENT for table `evaluation_requests` |
| -- | | -- |
| ALTER TABLE `evaluation_requests` | | ALTER TABLE `evaluation_requests` |
| MODIFY `erequest_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `erequest_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluation_responses` | | -- AUTO_INCREMENT for table `evaluation_responses` |
| -- | | -- |
| ALTER TABLE `evaluation_responses` | | ALTER TABLE `evaluation_responses` |
| MODIFY `eresponse_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `eresponse_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluation_rubric_questions` | | -- AUTO_INCREMENT for table `evaluation_rubric_questions` |
| -- | | -- |
| ALTER TABLE `evaluation_rubric_questions` | | ALTER TABLE `evaluation_rubric_questions` |
| MODIFY `efrquestion_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `efrquestion_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluation_targets` | | -- AUTO_INCREMENT for table `evaluation_targets` |
| -- | | -- |
| ALTER TABLE `evaluation_targets` | | ALTER TABLE `evaluation_targets` |
| MODIFY `etarget_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `etarget_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `events` | | -- AUTO_INCREMENT for table `events` |
| -- | | -- |
| ALTER TABLE `events` | | ALTER TABLE `events` |
| MODIFY `event_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31; | | MODIFY `event_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `events_exchange_metadata` | | -- AUTO_INCREMENT for table `events_exchange_metadata` |
| -- | | -- |
| ALTER TABLE `events_exchange_metadata` | | ALTER TABLE `events_exchange_metadata` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `events_lu_eventtypes` | | -- AUTO_INCREMENT for table `events_lu_eventtypes` |
| -- | | -- |
| ALTER TABLE `events_lu_eventtypes` | | ALTER TABLE `events_lu_eventtypes` |
| MODIFY `eventtype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; | | MODIFY `eventtype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `events_lu_objectives` | | -- AUTO_INCREMENT for table `events_lu_objectives` |
| -- | | -- |
| ALTER TABLE `events_lu_objectives` | | ALTER TABLE `events_lu_objectives` |
| MODIFY `objective_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `objective_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `events_lu_resources` | | -- AUTO_INCREMENT for table `events_lu_resources` |
| -- | | -- |
| ALTER TABLE `events_lu_resources` | | ALTER TABLE `events_lu_resources` |
| MODIFY `resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `events_lu_topics` | | -- AUTO_INCREMENT for table `events_lu_topics` |
| -- | | -- |
| ALTER TABLE `events_lu_topics` | | ALTER TABLE `events_lu_topics` |
| MODIFY `topic_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `topic_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `events_meta` | | -- AUTO_INCREMENT for table `events_meta` |
| -- | | -- |
| ALTER TABLE `events_meta` | | ALTER TABLE `events_meta` |
| MODIFY `meta_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `meta_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `events_recurring` | | -- AUTO_INCREMENT for table `events_recurring` |
| -- | | -- |
| ALTER TABLE `events_recurring` | | ALTER TABLE `events_recurring` |
| MODIFY `recurring_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `recurring_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `events_tbl_audience_status` | | -- AUTO_INCREMENT for table `events_tbl_audience_status` |
| -- | | -- |
| ALTER TABLE `events_tbl_audience_status` | | ALTER TABLE `events_tbl_audience_status` |
| MODIFY `status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `eventtype_medbiq_assessment_method` | | -- AUTO_INCREMENT for table `eventtype_medbiq_assessment_method` |
| -- | | -- |
| ALTER TABLE `eventtype_medbiq_assessment_method` | | ALTER TABLE `eventtype_medbiq_assessment_method` |
| MODIFY `eventtype_medbiq_assessment_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `eventtype_medbiq_assessment_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `eventtype_medbiq_resource` | | -- AUTO_INCREMENT for table `eventtype_medbiq_resource` |
| -- | | -- |
| ALTER TABLE `eventtype_medbiq_resource` | | ALTER TABLE `eventtype_medbiq_resource` |
| MODIFY `eventtype_medbiq_resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `eventtype_medbiq_resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_absence_pools` | | -- AUTO_INCREMENT for table `event_absence_pools` |
| -- | | -- |
| ALTER TABLE `event_absence_pools` | | ALTER TABLE `event_absence_pools` |
| MODIFY `eabsence_pool_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `eabsence_pool_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_absence_pool_etypes` | | -- AUTO_INCREMENT for table `event_absence_pool_etypes` |
| -- | | -- |
| ALTER TABLE `event_absence_pool_etypes` | | ALTER TABLE `event_absence_pool_etypes` |
| MODIFY `eabsence_pool_etype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `eabsence_pool_etype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_absence_pool_groups` | | -- AUTO_INCREMENT for table `event_absence_pool_groups` |
| -- | | -- |
| ALTER TABLE `event_absence_pool_groups` | | ALTER TABLE `event_absence_pool_groups` |
| MODIFY `eabsence_pool_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `eabsence_pool_group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_absence_reason_types` | | -- AUTO_INCREMENT for table `event_absence_reason_types` |
| -- | | -- |
| ALTER TABLE `event_absence_reason_types` | | ALTER TABLE `event_absence_reason_types` |
| MODIFY `eabsence_reason_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `eabsence_reason_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_absence_reason_type_approvers` | | -- AUTO_INCREMENT for table `event_absence_reason_type_approvers` |
| -- | | -- |
| ALTER TABLE `event_absence_reason_type_approvers` | | ALTER TABLE `event_absence_reason_type_approvers` |
| MODIFY `eabsence_reason_type_approver_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `eabsence_reason_type_approver_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_absence_requests` | | -- AUTO_INCREMENT for table `event_absence_requests` |
| -- | | -- |
| ALTER TABLE `event_absence_requests` | | ALTER TABLE `event_absence_requests` |
| MODIFY `request_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `request_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_absence_request_approvals` | | -- AUTO_INCREMENT for table `event_absence_request_approvals` |
| -- | | -- |
| ALTER TABLE `event_absence_request_approvals` | | ALTER TABLE `event_absence_request_approvals` |
| MODIFY `eabsence_request_approval_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `eabsence_request_approval_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_absence_request_details` | | -- AUTO_INCREMENT for table `event_absence_request_details` |
| -- | | -- |
| ALTER TABLE `event_absence_request_details` | | ALTER TABLE `event_absence_request_details` |
| MODIFY `request_detail_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `request_detail_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_absence_request_files` | | -- AUTO_INCREMENT for table `event_absence_request_files` |
| -- | | -- |
| ALTER TABLE `event_absence_request_files` | | ALTER TABLE `event_absence_request_files` |
| MODIFY `file_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `file_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_absence_request_messages` | | -- AUTO_INCREMENT for table `event_absence_request_messages` |
| -- | | -- |
| ALTER TABLE `event_absence_request_messages` | | ALTER TABLE `event_absence_request_messages` |
| MODIFY `request_message_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `request_message_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_absence_request_statuses` | | -- AUTO_INCREMENT for table `event_absence_request_statuses` |
| -- | | -- |
| ALTER TABLE `event_absence_request_statuses` | | ALTER TABLE `event_absence_request_statuses` |
| MODIFY `request_status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `request_status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_attendance` | | -- AUTO_INCREMENT for table `event_attendance` |
| -- | | -- |
| ALTER TABLE `event_attendance` | | ALTER TABLE `event_attendance` |
| MODIFY `eattendance_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `eattendance_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_attendance_history` | | -- AUTO_INCREMENT for table `event_attendance_history` |
| -- | | -- |
| ALTER TABLE `event_attendance_history` | | ALTER TABLE `event_attendance_history` |
| MODIFY `eattendance_history_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `eattendance_history_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_attendance_notifications` | | -- AUTO_INCREMENT for table `event_attendance_notifications` |
| -- | | -- |
| ALTER TABLE `event_attendance_notifications` | | ALTER TABLE `event_attendance_notifications` |
| MODIFY `ea_notification_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ea_notification_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_attendance_notification_templates` | | -- AUTO_INCREMENT for table `event_attendance_notification_templates` |
| -- | | -- |
| ALTER TABLE `event_attendance_notification_templates` | | ALTER TABLE `event_attendance_notification_templates` |
| MODIFY `ea_notification_template_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ea_notification_template_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_attendance_statuses` | | -- AUTO_INCREMENT for table `event_attendance_statuses` |
| -- | | -- |
| ALTER TABLE `event_attendance_statuses` | | ALTER TABLE `event_attendance_statuses` |
| MODIFY `ea_status_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; | | MODIFY `ea_status_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_audience` | | -- AUTO_INCREMENT for table `event_audience` |
| -- | | -- |
| ALTER TABLE `event_audience` | | ALTER TABLE `event_audience` |
| MODIFY `eaudience_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21; | | MODIFY `eaudience_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_contacts` | | -- AUTO_INCREMENT for table `event_contacts` |
| -- | | -- |
| ALTER TABLE `event_contacts` | | ALTER TABLE `event_contacts` |
| MODIFY `econtact_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `econtact_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_curriculum_tracks` | | -- AUTO_INCREMENT for table `event_curriculum_tracks` |
| -- | | -- |
| ALTER TABLE `event_curriculum_tracks` | | ALTER TABLE `event_curriculum_tracks` |
| MODIFY `ectrack_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `ectrack_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_discussions` | | -- AUTO_INCREMENT for table `event_discussions` |
| -- | | -- |
| ALTER TABLE `event_discussions` | | ALTER TABLE `event_discussions` |
| MODIFY `ediscussion_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `ediscussion_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_eventtypes` | | -- AUTO_INCREMENT for table `event_eventtypes` |
| -- | | -- |
| ALTER TABLE `event_eventtypes` | | ALTER TABLE `event_eventtypes` |
| MODIFY `eeventtype_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23; | | MODIFY `eeventtype_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_feedback_forms` | | -- AUTO_INCREMENT for table `event_feedback_forms` |
| -- | | -- |
| ALTER TABLE `event_feedback_forms` | | ALTER TABLE `event_feedback_forms` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_files` | | -- AUTO_INCREMENT for table `event_files` |
| -- | | -- |
| ALTER TABLE `event_files` | | ALTER TABLE `event_files` |
| MODIFY `efile_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; | | MODIFY `efile_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_history` | | -- AUTO_INCREMENT for table `event_history` |
| -- | | -- |
| ALTER TABLE `event_history` | | ALTER TABLE `event_history` |
| MODIFY `ehistory_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21; | | MODIFY `ehistory_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_keywords` | | -- AUTO_INCREMENT for table `event_keywords` |
| -- | | -- |
| ALTER TABLE `event_keywords` | | ALTER TABLE `event_keywords` |
| MODIFY `ekeyword_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ekeyword_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_linked_objectives` | | -- AUTO_INCREMENT for table `event_linked_objectives` |
| -- | | -- |
| ALTER TABLE `event_linked_objectives` | | ALTER TABLE `event_linked_objectives` |
| MODIFY `elobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `elobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_links` | | -- AUTO_INCREMENT for table `event_links` |
| -- | | -- |
| ALTER TABLE `event_links` | | ALTER TABLE `event_links` |
| MODIFY `elink_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `elink_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_lu_resource_types` | | -- AUTO_INCREMENT for table `event_lu_resource_types` |
| -- | | -- |
| ALTER TABLE `event_lu_resource_types` | | ALTER TABLE `event_lu_resource_types` |
| MODIFY `event_resource_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; | | MODIFY `event_resource_type_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_medbiq_assessment_methods` | | -- AUTO_INCREMENT for table `event_medbiq_assessment_methods` |
| -- | | -- |
| ALTER TABLE `event_medbiq_assessment_methods` | | ALTER TABLE `event_medbiq_assessment_methods` |
| MODIFY `em_assessment_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `em_assessment_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_medbiq_resources` | | -- AUTO_INCREMENT for table `event_medbiq_resources` |
| -- | | -- |
| ALTER TABLE `event_medbiq_resources` | | ALTER TABLE `event_medbiq_resources` |
| MODIFY `em_resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `em_resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_objectives` | | -- AUTO_INCREMENT for table `event_objectives` |
| -- | | -- |
| ALTER TABLE `event_objectives` | | ALTER TABLE `event_objectives` |
| MODIFY `eobjective_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=567; | | MODIFY `eobjective_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=567; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_options` | | -- AUTO_INCREMENT for table `event_options` |
| -- | | -- |
| ALTER TABLE `event_options` | | ALTER TABLE `event_options` |
| MODIFY `event_option_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `event_option_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_related` | | -- AUTO_INCREMENT for table `event_related` |
| -- | | -- |
| ALTER TABLE `event_related` | | ALTER TABLE `event_related` |
| MODIFY `erelated_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `erelated_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_resources` | | -- AUTO_INCREMENT for table `event_resources` |
| -- | | -- |
| ALTER TABLE `event_resources` | | ALTER TABLE `event_resources` |
| MODIFY `event_resources_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `event_resources_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_resource_class_work` | | -- AUTO_INCREMENT for table `event_resource_class_work` |
| -- | | -- |
| ALTER TABLE `event_resource_class_work` | | ALTER TABLE `event_resource_class_work` |
| MODIFY `event_resource_class_work_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `event_resource_class_work_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_resource_entities` | | -- AUTO_INCREMENT for table `event_resource_entities` |
| -- | | -- |
| ALTER TABLE `event_resource_entities` | | ALTER TABLE `event_resource_entities` |
| MODIFY `event_resource_entity_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; | | MODIFY `event_resource_entity_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_resource_external_uploads` | | -- AUTO_INCREMENT for table `event_resource_external_uploads` |
| -- | | -- |
| ALTER TABLE `event_resource_external_uploads` | | ALTER TABLE `event_resource_external_uploads` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_resource_homework` | | -- AUTO_INCREMENT for table `event_resource_homework` |
| -- | | -- |
| ALTER TABLE `event_resource_homework` | | ALTER TABLE `event_resource_homework` |
| MODIFY `event_resource_homework_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `event_resource_homework_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_resource_sections` | | -- AUTO_INCREMENT for table `event_resource_sections` |
| -- | | -- |
| ALTER TABLE `event_resource_sections` | | ALTER TABLE `event_resource_sections` |
| MODIFY `event_resource_section_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `event_resource_section_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_resource_streaming` | | -- AUTO_INCREMENT for table `event_resource_streaming` |
| -- | | -- |
| ALTER TABLE `event_resource_streaming` | | ALTER TABLE `event_resource_streaming` |
| MODIFY `event_resource_streaming_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `event_resource_streaming_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_resource_textbook_reading` | | -- AUTO_INCREMENT for table `event_resource_textbook_reading` |
| -- | | -- |
| ALTER TABLE `event_resource_textbook_reading` | | ALTER TABLE `event_resource_textbook_reading` |
| MODIFY `event_resource_textbook_reading_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `event_resource_textbook_reading_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_room_resources` | | -- AUTO_INCREMENT for table `event_room_resources` |
| -- | | -- |
| ALTER TABLE `event_room_resources` | | ALTER TABLE `event_room_resources` |
| MODIFY `event_room_resources_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `event_room_resources_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_topics` | | -- AUTO_INCREMENT for table `event_topics` |
| -- | | -- |
| ALTER TABLE `event_topics` | | ALTER TABLE `event_topics` |
| MODIFY `etopic_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `etopic_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `examity_config` | | -- AUTO_INCREMENT for table `examity_config` |
| -- | | -- |
| ALTER TABLE `examity_config` | | ALTER TABLE `examity_config` |
| MODIFY `examity_config_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `examity_config_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `examity_users` | | -- AUTO_INCREMENT for table `examity_users` |
| -- | | -- |
| ALTER TABLE `examity_users` | | ALTER TABLE `examity_users` |
| MODIFY `examity_user_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `examity_user_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exams` | | -- AUTO_INCREMENT for table `exams` |
| -- | | -- |
| ALTER TABLE `exams` | | ALTER TABLE `exams` |
| MODIFY `exam_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `exam_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_adjustments` | | -- AUTO_INCREMENT for table `exam_adjustments` |
| -- | | -- |
| ALTER TABLE `exam_adjustments` | | ALTER TABLE `exam_adjustments` |
| MODIFY `ep_adjustment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ep_adjustment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_attached_files` | | -- AUTO_INCREMENT for table `exam_attached_files` |
| -- | | -- |
| ALTER TABLE `exam_attached_files` | | ALTER TABLE `exam_attached_files` |
| MODIFY `file_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `file_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_authors` | | -- AUTO_INCREMENT for table `exam_authors` |
| -- | | -- |
| ALTER TABLE `exam_authors` | | ALTER TABLE `exam_authors` |
| MODIFY `aeauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `aeauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_bank_folders` | | -- AUTO_INCREMENT for table `exam_bank_folders` |
| -- | | -- |
| ALTER TABLE `exam_bank_folders` | | ALTER TABLE `exam_bank_folders` |
| MODIFY `folder_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `folder_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_bank_folder_authors` | | -- AUTO_INCREMENT for table `exam_bank_folder_authors` |
| -- | | -- |
| ALTER TABLE `exam_bank_folder_authors` | | ALTER TABLE `exam_bank_folder_authors` |
| MODIFY `efauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `efauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_bank_folder_organisations` | | -- AUTO_INCREMENT for table `exam_bank_folder_organisations` |
| -- | | -- |
| ALTER TABLE `exam_bank_folder_organisations` | | ALTER TABLE `exam_bank_folder_organisations` |
| MODIFY `folder_org_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `folder_org_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_category` | | -- AUTO_INCREMENT for table `exam_category` |
| -- | | -- |
| ALTER TABLE `exam_category` | | ALTER TABLE `exam_category` |
| MODIFY `category_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `category_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_category_audience` | | -- AUTO_INCREMENT for table `exam_category_audience` |
| -- | | -- |
| ALTER TABLE `exam_category_audience` | | ALTER TABLE `exam_category_audience` |
| MODIFY `audience_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `audience_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_category_result` | | -- AUTO_INCREMENT for table `exam_category_result` |
| -- | | -- |
| ALTER TABLE `exam_category_result` | | ALTER TABLE `exam_category_result` |
| MODIFY `result_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `result_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_category_result_detail` | | -- AUTO_INCREMENT for table `exam_category_result_detail` |
| -- | | -- |
| ALTER TABLE `exam_category_result_detail` | | ALTER TABLE `exam_category_result_detail` |
| MODIFY `detail_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `detail_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_category_set` | | -- AUTO_INCREMENT for table `exam_category_set` |
| -- | | -- |
| ALTER TABLE `exam_category_set` | | ALTER TABLE `exam_category_set` |
| MODIFY `set_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `set_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_creation_history` | | -- AUTO_INCREMENT for table `exam_creation_history` |
| -- | | -- |
| ALTER TABLE `exam_creation_history` | | ALTER TABLE `exam_creation_history` |
| MODIFY `exam_history_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `exam_history_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_elements` | | -- AUTO_INCREMENT for table `exam_elements` |
| -- | | -- |
| ALTER TABLE `exam_elements` | | ALTER TABLE `exam_elements` |
| MODIFY `exam_element_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `exam_element_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_element_highlight` | | -- AUTO_INCREMENT for table `exam_element_highlight` |
| -- | | -- |
| ALTER TABLE `exam_element_highlight` | | ALTER TABLE `exam_element_highlight` |
| MODIFY `highlight_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `highlight_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_graders` | | -- AUTO_INCREMENT for table `exam_graders` |
| -- | | -- |
| ALTER TABLE `exam_graders` | | ALTER TABLE `exam_graders` |
| MODIFY `exam_grader_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `exam_grader_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_groups` | | -- AUTO_INCREMENT for table `exam_groups` |
| -- | | -- |
| ALTER TABLE `exam_groups` | | ALTER TABLE `exam_groups` |
| MODIFY `group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `group_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_group_authors` | | -- AUTO_INCREMENT for table `exam_group_authors` |
| -- | | -- |
| ALTER TABLE `exam_group_authors` | | ALTER TABLE `exam_group_authors` |
| MODIFY `egauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `egauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_group_questions` | | -- AUTO_INCREMENT for table `exam_group_questions` |
| -- | | -- |
| ALTER TABLE `exam_group_questions` | | ALTER TABLE `exam_group_questions` |
| MODIFY `egquestion_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `egquestion_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_lu_bank_folder_images` | | -- AUTO_INCREMENT for table `exam_lu_bank_folder_images` |
| -- | | -- |
| ALTER TABLE `exam_lu_bank_folder_images` | | ALTER TABLE `exam_lu_bank_folder_images` |
| MODIFY `image_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21; | | MODIFY `image_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_lu_questiontypes` | | -- AUTO_INCREMENT for table `exam_lu_questiontypes` |
| -- | | -- |
| ALTER TABLE `exam_lu_questiontypes` | | ALTER TABLE `exam_lu_questiontypes` |
| MODIFY `questiontype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; | | MODIFY `questiontype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_posts` | | -- AUTO_INCREMENT for table `exam_posts` |
| -- | | -- |
| ALTER TABLE `exam_posts` | | ALTER TABLE `exam_posts` |
| MODIFY `post_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `post_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_post_exceptions` | | -- AUTO_INCREMENT for table `exam_post_exceptions` |
| -- | | -- |
| ALTER TABLE `exam_post_exceptions` | | ALTER TABLE `exam_post_exceptions` |
| MODIFY `ep_exception_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ep_exception_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_progress` | | -- AUTO_INCREMENT for table `exam_progress` |
| -- | | -- |
| ALTER TABLE `exam_progress` | | ALTER TABLE `exam_progress` |
| MODIFY `exam_progress_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `exam_progress_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_progress_responses` | | -- AUTO_INCREMENT for table `exam_progress_responses` |
| -- | | -- |
| ALTER TABLE `exam_progress_responses` | | ALTER TABLE `exam_progress_responses` |
| MODIFY `exam_progress_response_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `exam_progress_response_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_progress_response_answers` | | -- AUTO_INCREMENT for table `exam_progress_response_answers` |
| -- | | -- |
| ALTER TABLE `exam_progress_response_answers` | | ALTER TABLE `exam_progress_response_answers` |
| MODIFY `epr_answer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `epr_answer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_questions` | | -- AUTO_INCREMENT for table `exam_questions` |
| -- | | -- |
| ALTER TABLE `exam_questions` | | ALTER TABLE `exam_questions` |
| MODIFY `question_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `question_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_question_answers` | | -- AUTO_INCREMENT for table `exam_question_answers` |
| -- | | -- |
| ALTER TABLE `exam_question_answers` | | ALTER TABLE `exam_question_answers` |
| MODIFY `qanswer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `qanswer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_question_authors` | | -- AUTO_INCREMENT for table `exam_question_authors` |
| -- | | -- |
| ALTER TABLE `exam_question_authors` | | ALTER TABLE `exam_question_authors` |
| MODIFY `eqauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `eqauthor_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_question_fnb_text` | | -- AUTO_INCREMENT for table `exam_question_fnb_text` |
| -- | | -- |
| ALTER TABLE `exam_question_fnb_text` | | ALTER TABLE `exam_question_fnb_text` |
| MODIFY `fnb_text_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `fnb_text_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_question_match` | | -- AUTO_INCREMENT for table `exam_question_match` |
| -- | | -- |
| ALTER TABLE `exam_question_match` | | ALTER TABLE `exam_question_match` |
| MODIFY `match_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `match_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_question_match_correct` | | -- AUTO_INCREMENT for table `exam_question_match_correct` |
| -- | | -- |
| ALTER TABLE `exam_question_match_correct` | | ALTER TABLE `exam_question_match_correct` |
| MODIFY `eqm_correct_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `eqm_correct_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_question_objectives` | | -- AUTO_INCREMENT for table `exam_question_objectives` |
| -- | | -- |
| ALTER TABLE `exam_question_objectives` | | ALTER TABLE `exam_question_objectives` |
| MODIFY `qobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `qobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_question_versions` | | -- AUTO_INCREMENT for table `exam_question_versions` |
| -- | | -- |
| ALTER TABLE `exam_question_versions` | | ALTER TABLE `exam_question_versions` |
| MODIFY `version_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `version_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_question_version_highlight` | | -- AUTO_INCREMENT for table `exam_question_version_highlight` |
| -- | | -- |
| ALTER TABLE `exam_question_version_highlight` | | ALTER TABLE `exam_question_version_highlight` |
| MODIFY `highlight_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `highlight_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `exam_versions` | | -- AUTO_INCREMENT for table `exam_versions` |
| -- | | -- |
| ALTER TABLE `exam_versions` | | ALTER TABLE `exam_versions` |
| MODIFY `exam_version_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `exam_version_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `filetypes` | | -- AUTO_INCREMENT for table `filetypes` |
| -- | | -- |
| ALTER TABLE `filetypes` | | ALTER TABLE `filetypes` |
| MODIFY `id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64; | | MODIFY `id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_buildings` | | -- AUTO_INCREMENT for table `global_lu_buildings` |
| -- | | -- |
| ALTER TABLE `global_lu_buildings` | | ALTER TABLE `global_lu_buildings` |
| MODIFY `building_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `building_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_community_types` | | -- AUTO_INCREMENT for table `global_lu_community_types` |
| -- | | -- |
| ALTER TABLE `global_lu_community_types` | | ALTER TABLE `global_lu_community_types` |
| MODIFY `ctype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `ctype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_community_type_options` | | -- AUTO_INCREMENT for table `global_lu_community_type_options` |
| -- | | -- |
| ALTER TABLE `global_lu_community_type_options` | | ALTER TABLE `global_lu_community_type_options` |
| MODIFY `ctoption_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `ctoption_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_countries` | | -- AUTO_INCREMENT for table `global_lu_countries` |
| -- | | -- |
| ALTER TABLE `global_lu_countries` | | ALTER TABLE `global_lu_countries` |
| MODIFY `countries_id` int(6) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=242; | | MODIFY `countries_id` int(6) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=242; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_disciplines` | | -- AUTO_INCREMENT for table `global_lu_disciplines` |
| -- | | -- |
| ALTER TABLE `global_lu_disciplines` | | ALTER TABLE `global_lu_disciplines` |
| MODIFY `discipline_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=65; | | MODIFY `discipline_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=65; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_focus_groups` | | -- AUTO_INCREMENT for table `global_lu_focus_groups` |
| -- | | -- |
| ALTER TABLE `global_lu_focus_groups` | | ALTER TABLE `global_lu_focus_groups` |
| MODIFY `group_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25; | | MODIFY `group_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_learner_levels` | | -- AUTO_INCREMENT for table `global_lu_learner_levels` |
| -- | | -- |
| ALTER TABLE `global_lu_learner_levels` | | ALTER TABLE `global_lu_learner_levels` |
| MODIFY `level_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; | | MODIFY `level_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_learner_statuses` | | -- AUTO_INCREMENT for table `global_lu_learner_statuses` |
| -- | | -- |
| ALTER TABLE `global_lu_learner_statuses` | | ALTER TABLE `global_lu_learner_statuses` |
| MODIFY `status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24; | | MODIFY `status_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_likelihoods` | | -- AUTO_INCREMENT for table `global_lu_likelihoods` |
| -- | | -- |
| ALTER TABLE `global_lu_likelihoods` | | ALTER TABLE `global_lu_likelihoods` |
| MODIFY `likelihood_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `likelihood_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_objectives` | | -- AUTO_INCREMENT for table `global_lu_objectives` |
| -- | | -- |
| ALTER TABLE `global_lu_objectives` | | ALTER TABLE `global_lu_objectives` |
| n | MODIFY `objective_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2688; | n | MODIFY `objective_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2777; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_objective_sets` | | -- AUTO_INCREMENT for table `global_lu_objective_sets` |
| -- | | -- |
| ALTER TABLE `global_lu_objective_sets` | | ALTER TABLE `global_lu_objective_sets` |
| n | MODIFY `objective_set_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31; | n | MODIFY `objective_set_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_provinces` | | -- AUTO_INCREMENT for table `global_lu_provinces` |
| -- | | -- |
| ALTER TABLE `global_lu_provinces` | | ALTER TABLE `global_lu_provinces` |
| MODIFY `province_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64; | | MODIFY `province_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_relationship_types` | | -- AUTO_INCREMENT for table `global_lu_relationship_types` |
| -- | | -- |
| ALTER TABLE `global_lu_relationship_types` | | ALTER TABLE `global_lu_relationship_types` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_resources` | | -- AUTO_INCREMENT for table `global_lu_resources` |
| -- | | -- |
| ALTER TABLE `global_lu_resources` | | ALTER TABLE `global_lu_resources` |
| MODIFY `resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_rooms` | | -- AUTO_INCREMENT for table `global_lu_rooms` |
| -- | | -- |
| ALTER TABLE `global_lu_rooms` | | ALTER TABLE `global_lu_rooms` |
| MODIFY `room_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `room_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_room_resources` | | -- AUTO_INCREMENT for table `global_lu_room_resources` |
| -- | | -- |
| ALTER TABLE `global_lu_room_resources` | | ALTER TABLE `global_lu_room_resources` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_schools` | | -- AUTO_INCREMENT for table `global_lu_schools` |
| -- | | -- |
| ALTER TABLE `global_lu_schools` | | ALTER TABLE `global_lu_schools` |
| MODIFY `schools_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; | | MODIFY `schools_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_sites` | | -- AUTO_INCREMENT for table `global_lu_sites` |
| -- | | -- |
| ALTER TABLE `global_lu_sites` | | ALTER TABLE `global_lu_sites` |
| MODIFY `site_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | | MODIFY `site_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_timezone` | | -- AUTO_INCREMENT for table `global_lu_timezone` |
| -- | | -- |
| ALTER TABLE `global_lu_timezone` | | ALTER TABLE `global_lu_timezone` |
| MODIFY `timezone_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=113; | | MODIFY `timezone_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=113; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_objective_note` | | -- AUTO_INCREMENT for table `global_objective_note` |
| -- | | -- |
| ALTER TABLE `global_objective_note` | | ALTER TABLE `global_objective_note` |
| MODIFY `global_objective_note_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `global_objective_note_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_priority_levels` | | -- AUTO_INCREMENT for table `global_priority_levels` |
| -- | | -- |
| ALTER TABLE `global_priority_levels` | | ALTER TABLE `global_priority_levels` |
| MODIFY `gplevels_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `gplevels_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `gradebook_assessment_audience` | | -- AUTO_INCREMENT for table `gradebook_assessment_audience` |
| -- | | -- |
| ALTER TABLE `gradebook_assessment_audience` | | ALTER TABLE `gradebook_assessment_audience` |
| MODIFY `gaaudience_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | | MODIFY `gaaudience_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `gradebook_assessment_discussions` | | -- AUTO_INCREMENT for table `gradebook_assessment_discussions` |
| -- | | -- |
| ALTER TABLE `gradebook_assessment_discussions` | | ALTER TABLE `gradebook_assessment_discussions` |
| MODIFY `gadiscussion_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `gadiscussion_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `gradebook_assessment_form_elements` | | -- AUTO_INCREMENT for table `gradebook_assessment_form_elements` |
| -- | | -- |
| ALTER TABLE `gradebook_assessment_form_elements` | | ALTER TABLE `gradebook_assessment_form_elements` |
| MODIFY `gafelement_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `gafelement_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `gradebook_assessment_item_responses` | | -- AUTO_INCREMENT for table `gradebook_assessment_item_responses` |
| -- | | -- |
| ALTER TABLE `gradebook_assessment_item_responses` | | ALTER TABLE `gradebook_assessment_item_responses` |
| MODIFY `gairesponse_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `gairesponse_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `gradebook_files` | | -- AUTO_INCREMENT for table `gradebook_files` |
| -- | | -- |
| ALTER TABLE `gradebook_files` | | ALTER TABLE `gradebook_files` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `gradebook_file_folders` | | -- AUTO_INCREMENT for table `gradebook_file_folders` |
| -- | | -- |
| ALTER TABLE `gradebook_file_folders` | | ALTER TABLE `gradebook_file_folders` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `gradebook_grade_adjustments` | | -- AUTO_INCREMENT for table `gradebook_grade_adjustments` |
| -- | | -- |
| ALTER TABLE `gradebook_grade_adjustments` | | ALTER TABLE `gradebook_grade_adjustments` |
| MODIFY `gradebook_grade_adjustment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `gradebook_grade_adjustment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `gradebook_spreadsheet_comments` | | -- AUTO_INCREMENT for table `gradebook_spreadsheet_comments` |
| -- | | -- |
| ALTER TABLE `gradebook_spreadsheet_comments` | | ALTER TABLE `gradebook_spreadsheet_comments` |
| MODIFY `gscomment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `gscomment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `groups` | | -- AUTO_INCREMENT for table `groups` |
| -- | | -- |
| ALTER TABLE `groups` | | ALTER TABLE `groups` |
| MODIFY `group_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; | | MODIFY `group_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `group_members` | | -- AUTO_INCREMENT for table `group_members` |
| -- | | -- |
| ALTER TABLE `group_members` | | ALTER TABLE `group_members` |
| MODIFY `gmember_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24; | | MODIFY `gmember_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `group_organisations` | | -- AUTO_INCREMENT for table `group_organisations` |
| -- | | -- |
| ALTER TABLE `group_organisations` | | ALTER TABLE `group_organisations` |
| MODIFY `gorganisation_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; | | MODIFY `gorganisation_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `instructor_linked_objectives` | | -- AUTO_INCREMENT for table `instructor_linked_objectives` |
| -- | | -- |
| ALTER TABLE `instructor_linked_objectives` | | ALTER TABLE `instructor_linked_objectives` |
| MODIFY `ilobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ilobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `jobs` | | -- AUTO_INCREMENT for table `jobs` |
| -- | | -- |
| ALTER TABLE `jobs` | | ALTER TABLE `jobs` |
| MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT; | | MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `jobs_failed` | | -- AUTO_INCREMENT for table `jobs_failed` |
| -- | | -- |
| ALTER TABLE `jobs_failed` | | ALTER TABLE `jobs_failed` |
| MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT; | | MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `language` | | -- AUTO_INCREMENT for table `language` |
| -- | | -- |
| ALTER TABLE `language` | | ALTER TABLE `language` |
| MODIFY `language_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `language_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `learner_explorer_assessments` | | -- AUTO_INCREMENT for table `learner_explorer_assessments` |
| -- | | -- |
| ALTER TABLE `learner_explorer_assessments` | | ALTER TABLE `learner_explorer_assessments` |
| MODIFY `learner_explorer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `learner_explorer_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `learner_level_organisation` | | -- AUTO_INCREMENT for table `learner_level_organisation` |
| -- | | -- |
| ALTER TABLE `learner_level_organisation` | | ALTER TABLE `learner_level_organisation` |
| MODIFY `level_org_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; | | MODIFY `level_org_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `learner_status_organisation` | | -- AUTO_INCREMENT for table `learner_status_organisation` |
| -- | | -- |
| ALTER TABLE `learner_status_organisation` | | ALTER TABLE `learner_status_organisation` |
| MODIFY `status_org_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `status_org_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `learning_objects` | | -- AUTO_INCREMENT for table `learning_objects` |
| -- | | -- |
| ALTER TABLE `learning_objects` | | ALTER TABLE `learning_objects` |
| MODIFY `learning_object_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `learning_object_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `learning_objects_progress` | | -- AUTO_INCREMENT for table `learning_objects_progress` |
| -- | | -- |
| ALTER TABLE `learning_objects_progress` | | ALTER TABLE `learning_objects_progress` |
| MODIFY `learning_objects_progress_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `learning_objects_progress_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `learning_object_authors` | | -- AUTO_INCREMENT for table `learning_object_authors` |
| -- | | -- |
| ALTER TABLE `learning_object_authors` | | ALTER TABLE `learning_object_authors` |
| MODIFY `id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `learning_object_external_authors` | | -- AUTO_INCREMENT for table `learning_object_external_authors` |
| -- | | -- |
| ALTER TABLE `learning_object_external_authors` | | ALTER TABLE `learning_object_external_authors` |
| MODIFY `eauthor_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `eauthor_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `learning_object_files` | | -- AUTO_INCREMENT for table `learning_object_files` |
| -- | | -- |
| ALTER TABLE `learning_object_files` | | ALTER TABLE `learning_object_files` |
| MODIFY `lo_file_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `lo_file_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `learning_object_file_permissions` | | -- AUTO_INCREMENT for table `learning_object_file_permissions` |
| -- | | -- |
| ALTER TABLE `learning_object_file_permissions` | | ALTER TABLE `learning_object_file_permissions` |
| MODIFY `lo_file_permission_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `lo_file_permission_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `learning_object_file_tags` | | -- AUTO_INCREMENT for table `learning_object_file_tags` |
| -- | | -- |
| ALTER TABLE `learning_object_file_tags` | | ALTER TABLE `learning_object_file_tags` |
| MODIFY `lo_file_tag_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `lo_file_tag_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `learning_object_objectives` | | -- AUTO_INCREMENT for table `learning_object_objectives` |
| -- | | -- |
| ALTER TABLE `learning_object_objectives` | | ALTER TABLE `learning_object_objectives` |
| MODIFY `loobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `loobjective_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `learning_object_statements` | | -- AUTO_INCREMENT for table `learning_object_statements` |
| -- | | -- |
| ALTER TABLE `learning_object_statements` | | ALTER TABLE `learning_object_statements` |
| n | MODIFY `lor_statement_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2336105; | n | MODIFY `lor_statement_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `linked_objectives` | | -- AUTO_INCREMENT for table `linked_objectives` |
| -- | | -- |
| ALTER TABLE `linked_objectives` | | ALTER TABLE `linked_objectives` |
| MODIFY `linked_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47; | | MODIFY `linked_objective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `linked_tag_sets` | | -- AUTO_INCREMENT for table `linked_tag_sets` |
| -- | | -- |
| ALTER TABLE `linked_tag_sets` | | ALTER TABLE `linked_tag_sets` |
| MODIFY `linked_tag_set_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `linked_tag_set_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_course_sites` | | -- AUTO_INCREMENT for table `logbook_course_sites` |
| -- | | -- |
| ALTER TABLE `logbook_course_sites` | | ALTER TABLE `logbook_course_sites` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_entries` | | -- AUTO_INCREMENT for table `logbook_entries` |
| -- | | -- |
| ALTER TABLE `logbook_entries` | | ALTER TABLE `logbook_entries` |
| MODIFY `lentry_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `lentry_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_entry_objectives` | | -- AUTO_INCREMENT for table `logbook_entry_objectives` |
| -- | | -- |
| ALTER TABLE `logbook_entry_objectives` | | ALTER TABLE `logbook_entry_objectives` |
| MODIFY `leobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `leobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_lu_ageranges` | | -- AUTO_INCREMENT for table `logbook_lu_ageranges` |
| -- | | -- |
| ALTER TABLE `logbook_lu_ageranges` | | ALTER TABLE `logbook_lu_ageranges` |
| MODIFY `agerange_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; | | MODIFY `agerange_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_lu_environments` | | -- AUTO_INCREMENT for table `logbook_lu_environments` |
| -- | | -- |
| ALTER TABLE `logbook_lu_environments` | | ALTER TABLE `logbook_lu_environments` |
| n | MODIFY `lenvironment_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; | n | MODIFY `lenvironment_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_lu_locations` | | -- AUTO_INCREMENT for table `logbook_lu_locations` |
| -- | | -- |
| ALTER TABLE `logbook_lu_locations` | | ALTER TABLE `logbook_lu_locations` |
| MODIFY `llocation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; | | MODIFY `llocation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_lu_roles` | | -- AUTO_INCREMENT for table `logbook_lu_roles` |
| -- | | -- |
| ALTER TABLE `logbook_lu_roles` | | ALTER TABLE `logbook_lu_roles` |
| MODIFY `lrole_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `lrole_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_lu_sites` | | -- AUTO_INCREMENT for table `logbook_lu_sites` |
| -- | | -- |
| ALTER TABLE `logbook_lu_sites` | | ALTER TABLE `logbook_lu_sites` |
| MODIFY `lsite_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; | | MODIFY `lsite_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_objectives` | | -- AUTO_INCREMENT for table `logbook_objectives` |
| -- | | -- |
| ALTER TABLE `logbook_objectives` | | ALTER TABLE `logbook_objectives` |
| MODIFY `lobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; | | MODIFY `lobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_objective_environments` | | -- AUTO_INCREMENT for table `logbook_objective_environments` |
| -- | | -- |
| ALTER TABLE `logbook_objective_environments` | | ALTER TABLE `logbook_objective_environments` |
| MODIFY `loenvironment_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `loenvironment_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_objective_roles` | | -- AUTO_INCREMENT for table `logbook_objective_roles` |
| -- | | -- |
| ALTER TABLE `logbook_objective_roles` | | ALTER TABLE `logbook_objective_roles` |
| MODIFY `lorole_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `lorole_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lotteries` | | -- AUTO_INCREMENT for table `lotteries` |
| -- | | -- |
| ALTER TABLE `lotteries` | | ALTER TABLE `lotteries` |
| MODIFY `lottery_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; | | MODIFY `lottery_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lottery_exclusions` | | -- AUTO_INCREMENT for table `lottery_exclusions` |
| -- | | -- |
| ALTER TABLE `lottery_exclusions` | | ALTER TABLE `lottery_exclusions` |
| MODIFY `lottery_exclusion_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `lottery_exclusion_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lottery_job_submissions` | | -- AUTO_INCREMENT for table `lottery_job_submissions` |
| -- | | -- |
| ALTER TABLE `lottery_job_submissions` | | ALTER TABLE `lottery_job_submissions` |
| MODIFY `submission_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `submission_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lottery_learner_rankings` | | -- AUTO_INCREMENT for table `lottery_learner_rankings` |
| -- | | -- |
| ALTER TABLE `lottery_learner_rankings` | | ALTER TABLE `lottery_learner_rankings` |
| MODIFY `ranking_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `ranking_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lottery_rotation_options` | | -- AUTO_INCREMENT for table `lottery_rotation_options` |
| -- | | -- |
| ALTER TABLE `lottery_rotation_options` | | ALTER TABLE `lottery_rotation_options` |
| MODIFY `option_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=66; | | MODIFY `option_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=66; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lottery_rotation_options_block_swap_requests` | | -- AUTO_INCREMENT for table `lottery_rotation_options_block_swap_requests` |
| -- | | -- |
| ALTER TABLE `lottery_rotation_options_block_swap_requests` | | ALTER TABLE `lottery_rotation_options_block_swap_requests` |
| MODIFY `lrobs_request_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `lrobs_request_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lottery_rotation_options_block_swap_request_denials` | | -- AUTO_INCREMENT for table `lottery_rotation_options_block_swap_request_denials` |
| -- | | -- |
| ALTER TABLE `lottery_rotation_options_block_swap_request_denials` | | ALTER TABLE `lottery_rotation_options_block_swap_request_denials` |
| MODIFY `lrobsr_denial_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `lrobsr_denial_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lottery_rotation_options_swap_requests` | | -- AUTO_INCREMENT for table `lottery_rotation_options_swap_requests` |
| -- | | -- |
| ALTER TABLE `lottery_rotation_options_swap_requests` | | ALTER TABLE `lottery_rotation_options_swap_requests` |
| MODIFY `lros_request_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `lros_request_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lottery_rotation_options_swap_request_denials` | | -- AUTO_INCREMENT for table `lottery_rotation_options_swap_request_denials` |
| -- | | -- |
| ALTER TABLE `lottery_rotation_options_swap_request_denials` | | ALTER TABLE `lottery_rotation_options_swap_request_denials` |
| MODIFY `lrosr_denial_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `lrosr_denial_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lottery_rotation_option_slots` | | -- AUTO_INCREMENT for table `lottery_rotation_option_slots` |
| -- | | -- |
| ALTER TABLE `lottery_rotation_option_slots` | | ALTER TABLE `lottery_rotation_option_slots` |
| MODIFY `option_slot_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=167; | | MODIFY `option_slot_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=167; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lottery_schedules` | | -- AUTO_INCREMENT for table `lottery_schedules` |
| -- | | -- |
| ALTER TABLE `lottery_schedules` | | ALTER TABLE `lottery_schedules` |
| MODIFY `schedule_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36; | | MODIFY `schedule_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lottery_schedule_audiences` | | -- AUTO_INCREMENT for table `lottery_schedule_audiences` |
| -- | | -- |
| ALTER TABLE `lottery_schedule_audiences` | | ALTER TABLE `lottery_schedule_audiences` |
| MODIFY `audience_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=298; | | MODIFY `audience_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=298; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lottery_schedule_variations` | | -- AUTO_INCREMENT for table `lottery_schedule_variations` |
| -- | | -- |
| ALTER TABLE `lottery_schedule_variations` | | ALTER TABLE `lottery_schedule_variations` |
| MODIFY `variation_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27; | | MODIFY `variation_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lottery_schedule_variation_statistics` | | -- AUTO_INCREMENT for table `lottery_schedule_variation_statistics` |
| -- | | -- |
| ALTER TABLE `lottery_schedule_variation_statistics` | | ALTER TABLE `lottery_schedule_variation_statistics` |
| MODIFY `statistic_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=89; | | MODIFY `statistic_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=89; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lottery_schedule_workspace` | | -- AUTO_INCREMENT for table `lottery_schedule_workspace` |
| -- | | -- |
| ALTER TABLE `lottery_schedule_workspace` | | ALTER TABLE `lottery_schedule_workspace` |
| MODIFY `id` int(10) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(10) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lottery_stages` | | -- AUTO_INCREMENT for table `lottery_stages` |
| -- | | -- |
| ALTER TABLE `lottery_stages` | | ALTER TABLE `lottery_stages` |
| MODIFY `stage_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; | | MODIFY `stage_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lottery_stage_phases` | | -- AUTO_INCREMENT for table `lottery_stage_phases` |
| -- | | -- |
| ALTER TABLE `lottery_stage_phases` | | ALTER TABLE `lottery_stage_phases` |
| MODIFY `phase_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; | | MODIFY `phase_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lrs_history` | | -- AUTO_INCREMENT for table `lrs_history` |
| -- | | -- |
| ALTER TABLE `lrs_history` | | ALTER TABLE `lrs_history` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lti_consumers` | | -- AUTO_INCREMENT for table `lti_consumers` |
| -- | | -- |
| ALTER TABLE `lti_consumers` | | ALTER TABLE `lti_consumers` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lti_lu_access_methods` | | -- AUTO_INCREMENT for table `lti_lu_access_methods` |
| -- | | -- |
| ALTER TABLE `lti_lu_access_methods` | | ALTER TABLE `lti_lu_access_methods` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lti_lu_categories` | | -- AUTO_INCREMENT for table `lti_lu_categories` |
| -- | | -- |
| ALTER TABLE `lti_lu_categories` | | ALTER TABLE `lti_lu_categories` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lti_lu_provider_types` | | -- AUTO_INCREMENT for table `lti_lu_provider_types` |
| -- | | -- |
| ALTER TABLE `lti_lu_provider_types` | | ALTER TABLE `lti_lu_provider_types` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lti_providers` | | -- AUTO_INCREMENT for table `lti_providers` |
| -- | | -- |
| ALTER TABLE `lti_providers` | | ALTER TABLE `lti_providers` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lti_provider_organisation` | | -- AUTO_INCREMENT for table `lti_provider_organisation` |
| -- | | -- |
| ALTER TABLE `lti_provider_organisation` | | ALTER TABLE `lti_provider_organisation` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `map_assessments_meta` | | -- AUTO_INCREMENT for table `map_assessments_meta` |
| -- | | -- |
| ALTER TABLE `map_assessments_meta` | | ALTER TABLE `map_assessments_meta` |
| MODIFY `map_assessments_meta_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `map_assessments_meta_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `map_events_eventtypes` | | -- AUTO_INCREMENT for table `map_events_eventtypes` |
| -- | | -- |
| ALTER TABLE `map_events_eventtypes` | | ALTER TABLE `map_events_eventtypes` |
| MODIFY `map_events_eventtypes_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `map_events_eventtypes_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `map_event_resources` | | -- AUTO_INCREMENT for table `map_event_resources` |
| -- | | -- |
| ALTER TABLE `map_event_resources` | | ALTER TABLE `map_event_resources` |
| MODIFY `map_event_resources_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `map_event_resources_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `medbiq_assessment_methods` | | -- AUTO_INCREMENT for table `medbiq_assessment_methods` |
| -- | | -- |
| ALTER TABLE `medbiq_assessment_methods` | | ALTER TABLE `medbiq_assessment_methods` |
| MODIFY `assessment_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; | | MODIFY `assessment_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `medbiq_instructional_methods` | | -- AUTO_INCREMENT for table `medbiq_instructional_methods` |
| -- | | -- |
| ALTER TABLE `medbiq_instructional_methods` | | ALTER TABLE `medbiq_instructional_methods` |
| MODIFY `instructional_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31; | | MODIFY `instructional_method_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `medbiq_resources` | | -- AUTO_INCREMENT for table `medbiq_resources` |
| -- | | -- |
| ALTER TABLE `medbiq_resources` | | ALTER TABLE `medbiq_resources` |
| MODIFY `resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28; | | MODIFY `resource_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `media` | | -- AUTO_INCREMENT for table `media` |
| -- | | -- |
| ALTER TABLE `media` | | ALTER TABLE `media` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `media_lu_source_entity_types` | | -- AUTO_INCREMENT for table `media_lu_source_entity_types` |
| -- | | -- |
| ALTER TABLE `media_lu_source_entity_types` | | ALTER TABLE `media_lu_source_entity_types` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `media_lu_source_property_types` | | -- AUTO_INCREMENT for table `media_lu_source_property_types` |
| -- | | -- |
| ALTER TABLE `media_lu_source_property_types` | | ALTER TABLE `media_lu_source_property_types` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `media_lu_types` | | -- AUTO_INCREMENT for table `media_lu_types` |
| -- | | -- |
| ALTER TABLE `media_lu_types` | | ALTER TABLE `media_lu_types` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `media_properties` | | -- AUTO_INCREMENT for table `media_properties` |
| -- | | -- |
| ALTER TABLE `media_properties` | | ALTER TABLE `media_properties` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `media_sources` | | -- AUTO_INCREMENT for table `media_sources` |
| -- | | -- |
| ALTER TABLE `media_sources` | | ALTER TABLE `media_sources` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `media_source_entity_properties` | | -- AUTO_INCREMENT for table `media_source_entity_properties` |
| -- | | -- |
| ALTER TABLE `media_source_entity_properties` | | ALTER TABLE `media_source_entity_properties` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `media_source_properties` | | -- AUTO_INCREMENT for table `media_source_properties` |
| -- | | -- |
| ALTER TABLE `media_source_properties` | | ALTER TABLE `media_source_properties` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `media_source_transactions` | | -- AUTO_INCREMENT for table `media_source_transactions` |
| -- | | -- |
| ALTER TABLE `media_source_transactions` | | ALTER TABLE `media_source_transactions` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `media_sync` | | -- AUTO_INCREMENT for table `media_sync` |
| -- | | -- |
| ALTER TABLE `media_sync` | | ALTER TABLE `media_sync` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `messages_events_optouts` | | -- AUTO_INCREMENT for table `messages_events_optouts` |
| -- | | -- |
| ALTER TABLE `messages_events_optouts` | | ALTER TABLE `messages_events_optouts` |
| MODIFY `meoptouts_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `meoptouts_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `messages_overridden_recipients` | | -- AUTO_INCREMENT for table `messages_overridden_recipients` |
| -- | | -- |
| ALTER TABLE `messages_overridden_recipients` | | ALTER TABLE `messages_overridden_recipients` |
| MODIFY `morecipient_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `morecipient_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `messages_recipient_types` | | -- AUTO_INCREMENT for table `messages_recipient_types` |
| -- | | -- |
| ALTER TABLE `messages_recipient_types` | | ALTER TABLE `messages_recipient_types` |
| MODIFY `mrtypes_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `mrtypes_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `messages_request_types` | | -- AUTO_INCREMENT for table `messages_request_types` |
| -- | | -- |
| ALTER TABLE `messages_request_types` | | ALTER TABLE `messages_request_types` |
| MODIFY `mrqtypes_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `mrqtypes_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `messages_statuses` | | -- AUTO_INCREMENT for table `messages_statuses` |
| -- | | -- |
| ALTER TABLE `messages_statuses` | | ALTER TABLE `messages_statuses` |
| n | MODIFY `mstatuses_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; | n | MODIFY `mstatuses_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `messages_templates` | | -- AUTO_INCREMENT for table `messages_templates` |
| -- | | -- |
| ALTER TABLE `messages_templates` | | ALTER TABLE `messages_templates` |
| MODIFY `mtemplates_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; | | MODIFY `mtemplates_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `messages_template_settings` | | -- AUTO_INCREMENT for table `messages_template_settings` |
| -- | | -- |
| ALTER TABLE `messages_template_settings` | | ALTER TABLE `messages_template_settings` |
| MODIFY `mtsettings_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; | | MODIFY `mtsettings_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `messages_types` | | -- AUTO_INCREMENT for table `messages_types` |
| -- | | -- |
| ALTER TABLE `messages_types` | | ALTER TABLE `messages_types` |
| n | MODIFY `mtypes_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; | n | MODIFY `mtypes_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `meta_types` | | -- AUTO_INCREMENT for table `meta_types` |
| -- | | -- |
| ALTER TABLE `meta_types` | | ALTER TABLE `meta_types` |
| MODIFY `meta_type_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29; | | MODIFY `meta_type_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `meta_type_relations` | | -- AUTO_INCREMENT for table `meta_type_relations` |
| -- | | -- |
| ALTER TABLE `meta_type_relations` | | ALTER TABLE `meta_type_relations` |
| MODIFY `meta_data_relation_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; | | MODIFY `meta_data_relation_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `meta_values` | | -- AUTO_INCREMENT for table `meta_values` |
| -- | | -- |
| ALTER TABLE `meta_values` | | ALTER TABLE `meta_values` |
| MODIFY `meta_value_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; | | MODIFY `meta_value_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `mtd_schedule` | | -- AUTO_INCREMENT for table `mtd_schedule` |
| -- | | -- |
| ALTER TABLE `mtd_schedule` | | ALTER TABLE `mtd_schedule` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `mtd_type` | | -- AUTO_INCREMENT for table `mtd_type` |
| -- | | -- |
| ALTER TABLE `mtd_type` | | ALTER TABLE `mtd_type` |
| MODIFY `id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `notices` | | -- AUTO_INCREMENT for table `notices` |
| -- | | -- |
| ALTER TABLE `notices` | | ALTER TABLE `notices` |
| MODIFY `notice_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `notice_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `notices_read` | | -- AUTO_INCREMENT for table `notices_read` |
| -- | | -- |
| ALTER TABLE `notices_read` | | ALTER TABLE `notices_read` |
| MODIFY `notice_read_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `notice_read_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `notice_audience` | | -- AUTO_INCREMENT for table `notice_audience` |
| -- | | -- |
| ALTER TABLE `notice_audience` | | ALTER TABLE `notice_audience` |
| MODIFY `naudience_id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `naudience_id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `notifications` | | -- AUTO_INCREMENT for table `notifications` |
| -- | | -- |
| ALTER TABLE `notifications` | | ALTER TABLE `notifications` |
| n | MODIFY `notification_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | n | MODIFY `notification_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `notification_users` | | -- AUTO_INCREMENT for table `notification_users` |
| -- | | -- |
| ALTER TABLE `notification_users` | | ALTER TABLE `notification_users` |
| n | MODIFY `nuser_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | n | MODIFY `nuser_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `objective_audience` | | -- AUTO_INCREMENT for table `objective_audience` |
| -- | | -- |
| ALTER TABLE `objective_audience` | | ALTER TABLE `objective_audience` |
| MODIFY `oaudience_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; | | MODIFY `oaudience_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `objective_history` | | -- AUTO_INCREMENT for table `objective_history` |
| -- | | -- |
| ALTER TABLE `objective_history` | | ALTER TABLE `objective_history` |
| MODIFY `objective_history_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47; | | MODIFY `objective_history_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `objective_status` | | -- AUTO_INCREMENT for table `objective_status` |
| -- | | -- |
| ALTER TABLE `objective_status` | | ALTER TABLE `objective_status` |
| MODIFY `objective_status_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `objective_status_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `objective_tag_attributes` | | -- AUTO_INCREMENT for table `objective_tag_attributes` |
| -- | | -- |
| ALTER TABLE `objective_tag_attributes` | | ALTER TABLE `objective_tag_attributes` |
| MODIFY `otag_attribute_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `otag_attribute_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `objective_tag_levels` | | -- AUTO_INCREMENT for table `objective_tag_levels` |
| -- | | -- |
| ALTER TABLE `objective_tag_levels` | | ALTER TABLE `objective_tag_levels` |
| MODIFY `otag_level_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `otag_level_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `objective_translation` | | -- AUTO_INCREMENT for table `objective_translation` |
| -- | | -- |
| ALTER TABLE `objective_translation` | | ALTER TABLE `objective_translation` |
| n | MODIFY `objective_translation_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11983; | n | MODIFY `objective_translation_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `objective_translation_status` | | -- AUTO_INCREMENT for table `objective_translation_status` |
| -- | | -- |
| ALTER TABLE `objective_translation_status` | | ALTER TABLE `objective_translation_status` |
| MODIFY `objective_translation_status_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `objective_translation_status_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `observership_reflections` | | -- AUTO_INCREMENT for table `observership_reflections` |
| -- | | -- |
| ALTER TABLE `observership_reflections` | | ALTER TABLE `observership_reflections` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `organisation_lu_restricted_days` | | -- AUTO_INCREMENT for table `organisation_lu_restricted_days` |
| -- | | -- |
| ALTER TABLE `organisation_lu_restricted_days` | | ALTER TABLE `organisation_lu_restricted_days` |
| MODIFY `orday_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `orday_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `org_community_types` | | -- AUTO_INCREMENT for table `org_community_types` |
| -- | | -- |
| ALTER TABLE `org_community_types` | | ALTER TABLE `org_community_types` |
| MODIFY `octype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `octype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `permissions` | | -- AUTO_INCREMENT for table `permissions` |
| -- | | -- |
| ALTER TABLE `permissions` | | ALTER TABLE `permissions` |
| MODIFY `permission_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `permission_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `pg_blocks` | | -- AUTO_INCREMENT for table `pg_blocks` |
| -- | | -- |
| ALTER TABLE `pg_blocks` | | ALTER TABLE `pg_blocks` |
| MODIFY `id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27; | | MODIFY `id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `pg_eval_response_rates` | | -- AUTO_INCREMENT for table `pg_eval_response_rates` |
| -- | | -- |
| ALTER TABLE `pg_eval_response_rates` | | ALTER TABLE `pg_eval_response_rates` |
| MODIFY `id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `pg_one45_community` | | -- AUTO_INCREMENT for table `pg_one45_community` |
| -- | | -- |
| ALTER TABLE `pg_one45_community` | | ALTER TABLE `pg_one45_community` |
| MODIFY `id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `poll_answers` | | -- AUTO_INCREMENT for table `poll_answers` |
| -- | | -- |
| ALTER TABLE `poll_answers` | | ALTER TABLE `poll_answers` |
| MODIFY `answer_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `answer_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `poll_questions` | | -- AUTO_INCREMENT for table `poll_questions` |
| -- | | -- |
| ALTER TABLE `poll_questions` | | ALTER TABLE `poll_questions` |
| MODIFY `poll_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `poll_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `poll_results` | | -- AUTO_INCREMENT for table `poll_results` |
| -- | | -- |
| ALTER TABLE `poll_results` | | ALTER TABLE `poll_results` |
| MODIFY `result_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `result_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolios_course_groups` | | -- AUTO_INCREMENT for table `portfolios_course_groups` |
| -- | | -- |
| ALTER TABLE `portfolios_course_groups` | | ALTER TABLE `portfolios_course_groups` |
| MODIFY `pcgroup_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; | | MODIFY `pcgroup_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolios_curriculum_periods` | | -- AUTO_INCREMENT for table `portfolios_curriculum_periods` |
| -- | | -- |
| ALTER TABLE `portfolios_curriculum_periods` | | ALTER TABLE `portfolios_curriculum_periods` |
| MODIFY `pcperiod_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; | | MODIFY `pcperiod_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolios_groups` | | -- AUTO_INCREMENT for table `portfolios_groups` |
| -- | | -- |
| ALTER TABLE `portfolios_groups` | | ALTER TABLE `portfolios_groups` |
| MODIFY `pgroup_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; | | MODIFY `pgroup_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolios_learners` | | -- AUTO_INCREMENT for table `portfolios_learners` |
| -- | | -- |
| ALTER TABLE `portfolios_learners` | | ALTER TABLE `portfolios_learners` |
| MODIFY `plearner_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; | | MODIFY `plearner_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolios_portfolios` | | -- AUTO_INCREMENT for table `portfolios_portfolios` |
| -- | | -- |
| ALTER TABLE `portfolios_portfolios` | | ALTER TABLE `portfolios_portfolios` |
| MODIFY `pportfolios_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; | | MODIFY `pportfolios_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolios_tasks` | | -- AUTO_INCREMENT for table `portfolios_tasks` |
| -- | | -- |
| ALTER TABLE `portfolios_tasks` | | ALTER TABLE `portfolios_tasks` |
| MODIFY `ptask_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; | | MODIFY `ptask_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolios_tasks_requests` | | -- AUTO_INCREMENT for table `portfolios_tasks_requests` |
| -- | | -- |
| ALTER TABLE `portfolios_tasks_requests` | | ALTER TABLE `portfolios_tasks_requests` |
| MODIFY `ptrequest_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; | | MODIFY `ptrequest_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolios_task_request_recipient_course_groups` | | -- AUTO_INCREMENT for table `portfolios_task_request_recipient_course_groups` |
| -- | | -- |
| ALTER TABLE `portfolios_task_request_recipient_course_groups` | | ALTER TABLE `portfolios_task_request_recipient_course_groups` |
| MODIFY `ptrrcgroup_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ptrrcgroup_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolios_task_request_recipient_groups` | | -- AUTO_INCREMENT for table `portfolios_task_request_recipient_groups` |
| -- | | -- |
| ALTER TABLE `portfolios_task_request_recipient_groups` | | ALTER TABLE `portfolios_task_request_recipient_groups` |
| MODIFY `ptrrgroup_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ptrrgroup_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolios_task_request_recipient_learners` | | -- AUTO_INCREMENT for table `portfolios_task_request_recipient_learners` |
| -- | | -- |
| ALTER TABLE `portfolios_task_request_recipient_learners` | | ALTER TABLE `portfolios_task_request_recipient_learners` |
| MODIFY `ptrrlearner_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `ptrrlearner_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolios_task_statuses` | | -- AUTO_INCREMENT for table `portfolios_task_statuses` |
| -- | | -- |
| ALTER TABLE `portfolios_task_statuses` | | ALTER TABLE `portfolios_task_statuses` |
| MODIFY `ptstatus_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `ptstatus_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolios_task_submissions` | | -- AUTO_INCREMENT for table `portfolios_task_submissions` |
| -- | | -- |
| ALTER TABLE `portfolios_task_submissions` | | ALTER TABLE `portfolios_task_submissions` |
| MODIFY `ptsubmission_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `ptsubmission_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolio_advisor_portfolio` | | -- AUTO_INCREMENT for table `portfolio_advisor_portfolio` |
| -- | | -- |
| ALTER TABLE `portfolio_advisor_portfolio` | | ALTER TABLE `portfolio_advisor_portfolio` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolio_advisor_student` | | -- AUTO_INCREMENT for table `portfolio_advisor_student` |
| -- | | -- |
| ALTER TABLE `portfolio_advisor_student` | | ALTER TABLE `portfolio_advisor_student` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolio_artifacts` | | -- AUTO_INCREMENT for table `portfolio_artifacts` |
| -- | | -- |
| ALTER TABLE `portfolio_artifacts` | | ALTER TABLE `portfolio_artifacts` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolio_artifact_curriculum_tag` | | -- AUTO_INCREMENT for table `portfolio_artifact_curriculum_tag` |
| -- | | -- |
| ALTER TABLE `portfolio_artifact_curriculum_tag` | | ALTER TABLE `portfolio_artifact_curriculum_tag` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolio_artifact_permissions` | | -- AUTO_INCREMENT for table `portfolio_artifact_permissions` |
| -- | | -- |
| ALTER TABLE `portfolio_artifact_permissions` | | ALTER TABLE `portfolio_artifact_permissions` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolio_artifact_reviewers` | | -- AUTO_INCREMENT for table `portfolio_artifact_reviewers` |
| -- | | -- |
| ALTER TABLE `portfolio_artifact_reviewers` | | ALTER TABLE `portfolio_artifact_reviewers` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolio_comments` | | -- AUTO_INCREMENT for table `portfolio_comments` |
| -- | | -- |
| ALTER TABLE `portfolio_comments` | | ALTER TABLE `portfolio_comments` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolio_document_attachments` | | -- AUTO_INCREMENT for table `portfolio_document_attachments` |
| -- | | -- |
| ALTER TABLE `portfolio_document_attachments` | | ALTER TABLE `portfolio_document_attachments` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolio_entries` | | -- AUTO_INCREMENT for table `portfolio_entries` |
| -- | | -- |
| ALTER TABLE `portfolio_entries` | | ALTER TABLE `portfolio_entries` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolio_folders` | | -- AUTO_INCREMENT for table `portfolio_folders` |
| -- | | -- |
| ALTER TABLE `portfolio_folders` | | ALTER TABLE `portfolio_folders` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolio_personal_reflections` | | -- AUTO_INCREMENT for table `portfolio_personal_reflections` |
| -- | | -- |
| ALTER TABLE `portfolio_personal_reflections` | | ALTER TABLE `portfolio_personal_reflections` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolio_portfolios` | | -- AUTO_INCREMENT for table `portfolio_portfolios` |
| -- | | -- |
| ALTER TABLE `portfolio_portfolios` | | ALTER TABLE `portfolio_portfolios` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `portfolio_urls` | | -- AUTO_INCREMENT for table `portfolio_urls` |
| -- | | -- |
| ALTER TABLE `portfolio_urls` | | ALTER TABLE `portfolio_urls` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `profile_custom_fields` | | -- AUTO_INCREMENT for table `profile_custom_fields` |
| -- | | -- |
| ALTER TABLE `profile_custom_fields` | | ALTER TABLE `profile_custom_fields` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `profile_custom_responses` | | -- AUTO_INCREMENT for table `profile_custom_responses` |
| -- | | -- |
| ALTER TABLE `profile_custom_responses` | | ALTER TABLE `profile_custom_responses` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `prompted_response_comments` | | -- AUTO_INCREMENT for table `prompted_response_comments` |
| -- | | -- |
| ALTER TABLE `prompted_response_comments` | | ALTER TABLE `prompted_response_comments` |
| MODIFY `prcomment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `prcomment_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `prompted_response_reviews` | | -- AUTO_INCREMENT for table `prompted_response_reviews` |
| -- | | -- |
| ALTER TABLE `prompted_response_reviews` | | ALTER TABLE `prompted_response_reviews` |
| MODIFY `prreview_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `prreview_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `push_notification_tokens` | | -- AUTO_INCREMENT for table `push_notification_tokens` |
| -- | | -- |
| ALTER TABLE `push_notification_tokens` | | ALTER TABLE `push_notification_tokens` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `quizzes` | | -- AUTO_INCREMENT for table `quizzes` |
| -- | | -- |
| ALTER TABLE `quizzes` | | ALTER TABLE `quizzes` |
| MODIFY `quiz_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `quiz_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `quizzes_lu_questiontypes` | | -- AUTO_INCREMENT for table `quizzes_lu_questiontypes` |
| -- | | -- |
| ALTER TABLE `quizzes_lu_questiontypes` | | ALTER TABLE `quizzes_lu_questiontypes` |
| MODIFY `questiontype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `questiontype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `quizzes_lu_quiztypes` | | -- AUTO_INCREMENT for table `quizzes_lu_quiztypes` |
| -- | | -- |
| ALTER TABLE `quizzes_lu_quiztypes` | | ALTER TABLE `quizzes_lu_quiztypes` |
| MODIFY `quiztype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `quiztype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `quiz_contacts` | | -- AUTO_INCREMENT for table `quiz_contacts` |
| -- | | -- |
| ALTER TABLE `quiz_contacts` | | ALTER TABLE `quiz_contacts` |
| MODIFY `qcontact_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `qcontact_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `quiz_progress` | | -- AUTO_INCREMENT for table `quiz_progress` |
| -- | | -- |
| ALTER TABLE `quiz_progress` | | ALTER TABLE `quiz_progress` |
| MODIFY `qprogress_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `qprogress_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `quiz_progress_responses` | | -- AUTO_INCREMENT for table `quiz_progress_responses` |
| -- | | -- |
| ALTER TABLE `quiz_progress_responses` | | ALTER TABLE `quiz_progress_responses` |
| MODIFY `qpresponse_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `qpresponse_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `quiz_questions` | | -- AUTO_INCREMENT for table `quiz_questions` |
| -- | | -- |
| ALTER TABLE `quiz_questions` | | ALTER TABLE `quiz_questions` |
| MODIFY `qquestion_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `qquestion_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `quiz_question_responses` | | -- AUTO_INCREMENT for table `quiz_question_responses` |
| -- | | -- |
| ALTER TABLE `quiz_question_responses` | | ALTER TABLE `quiz_question_responses` |
| MODIFY `qqresponse_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; | | MODIFY `qqresponse_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `reports_aamc_ci` | | -- AUTO_INCREMENT for table `reports_aamc_ci` |
| -- | | -- |
| ALTER TABLE `reports_aamc_ci` | | ALTER TABLE `reports_aamc_ci` |
| MODIFY `raci_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `raci_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `reports_aamc_ci_learner` | | -- AUTO_INCREMENT for table `reports_aamc_ci_learner` |
| -- | | -- |
| ALTER TABLE `reports_aamc_ci_learner` | | ALTER TABLE `reports_aamc_ci_learner` |
| MODIFY `report_learner_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `report_learner_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `resource_images` | | -- AUTO_INCREMENT for table `resource_images` |
| -- | | -- |
| ALTER TABLE `resource_images` | | ALTER TABLE `resource_images` |
| MODIFY `image_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `image_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `room_reservations` | | -- AUTO_INCREMENT for table `room_reservations` |
| -- | | -- |
| ALTER TABLE `room_reservations` | | ALTER TABLE `room_reservations` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `rp_now_config` | | -- AUTO_INCREMENT for table `rp_now_config` |
| -- | | -- |
| ALTER TABLE `rp_now_config` | | ALTER TABLE `rp_now_config` |
| MODIFY `rpnow_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `rpnow_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `rp_now_users` | | -- AUTO_INCREMENT for table `rp_now_users` |
| -- | | -- |
| ALTER TABLE `rp_now_users` | | ALTER TABLE `rp_now_users` |
| MODIFY `rpnow_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `rpnow_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `sandboxes` | | -- AUTO_INCREMENT for table `sandboxes` |
| -- | | -- |
| ALTER TABLE `sandboxes` | | ALTER TABLE `sandboxes` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `scorm_cmis` | | -- AUTO_INCREMENT for table `scorm_cmis` |
| -- | | -- |
| ALTER TABLE `scorm_cmis` | | ALTER TABLE `scorm_cmis` |
| MODIFY `scorm_cmi_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `scorm_cmi_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `secure_access_files` | | -- AUTO_INCREMENT for table `secure_access_files` |
| -- | | -- |
| ALTER TABLE `secure_access_files` | | ALTER TABLE `secure_access_files` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `secure_access_keys` | | -- AUTO_INCREMENT for table `secure_access_keys` |
| -- | | -- |
| ALTER TABLE `secure_access_keys` | | ALTER TABLE `secure_access_keys` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `settings` | | -- AUTO_INCREMENT for table `settings` |
| -- | | -- |
| ALTER TABLE `settings` | | ALTER TABLE `settings` |
| MODIFY `setting_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=273; | | MODIFY `setting_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=273; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `site_linked_objectives` | | -- AUTO_INCREMENT for table `site_linked_objectives` |
| -- | | -- |
| ALTER TABLE `site_linked_objectives` | | ALTER TABLE `site_linked_objectives` |
| MODIFY `slobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `slobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `statistics` | | -- AUTO_INCREMENT for table `statistics` |
| -- | | -- |
| ALTER TABLE `statistics` | | ALTER TABLE `statistics` |
| t | MODIFY `statistic_id` int(12) NOT NULL AUTO_INCREMENT; | t | MODIFY `statistic_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1223; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `statistics_archive` | | -- AUTO_INCREMENT for table `statistics_archive` |
| -- | | -- |
| ALTER TABLE `statistics_archive` | | ALTER TABLE `statistics_archive` |
| MODIFY `statistic_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `statistic_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `student_awards_external` | | -- AUTO_INCREMENT for table `student_awards_external` |
| -- | | -- |
| ALTER TABLE `student_awards_external` | | ALTER TABLE `student_awards_external` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `student_awards_internal` | | -- AUTO_INCREMENT for table `student_awards_internal` |
| -- | | -- |
| ALTER TABLE `student_awards_internal` | | ALTER TABLE `student_awards_internal` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `student_awards_internal_types` | | -- AUTO_INCREMENT for table `student_awards_internal_types` |
| -- | | -- |
| ALTER TABLE `student_awards_internal_types` | | ALTER TABLE `student_awards_internal_types` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `student_clineval_comments` | | -- AUTO_INCREMENT for table `student_clineval_comments` |
| -- | | -- |
| ALTER TABLE `student_clineval_comments` | | ALTER TABLE `student_clineval_comments` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `student_contributions` | | -- AUTO_INCREMENT for table `student_contributions` |
| -- | | -- |
| ALTER TABLE `student_contributions` | | ALTER TABLE `student_contributions` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `student_disciplinary_actions` | | -- AUTO_INCREMENT for table `student_disciplinary_actions` |
| -- | | -- |
| ALTER TABLE `student_disciplinary_actions` | | ALTER TABLE `student_disciplinary_actions` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `student_formal_remediations` | | -- AUTO_INCREMENT for table `student_formal_remediations` |
| -- | | -- |
| ALTER TABLE `student_formal_remediations` | | ALTER TABLE `student_formal_remediations` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `student_international_activities` | | -- AUTO_INCREMENT for table `student_international_activities` |
| -- | | -- |
| ALTER TABLE `student_international_activities` | | ALTER TABLE `student_international_activities` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `student_leaves_of_absence` | | -- AUTO_INCREMENT for table `student_leaves_of_absence` |
| -- | | -- |
| ALTER TABLE `student_leaves_of_absence` | | ALTER TABLE `student_leaves_of_absence` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `student_observerships` | | -- AUTO_INCREMENT for table `student_observerships` |
| -- | | -- |
| ALTER TABLE `student_observerships` | | ALTER TABLE `student_observerships` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `student_research` | | -- AUTO_INCREMENT for table `student_research` |
| -- | | -- |
| ALTER TABLE `student_research` | | ALTER TABLE `student_research` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `student_studentships` | | -- AUTO_INCREMENT for table `student_studentships` |
| -- | | -- |
| ALTER TABLE `student_studentships` | | ALTER TABLE `student_studentships` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `student_student_run_electives` | | -- AUTO_INCREMENT for table `student_student_run_electives` |
| -- | | -- |
| ALTER TABLE `student_student_run_electives` | | ALTER TABLE `student_student_run_electives` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `tbl_exam_post_reporter` | | -- AUTO_INCREMENT for table `tbl_exam_post_reporter` |
| -- | | -- |
| ALTER TABLE `tbl_exam_post_reporter` | | ALTER TABLE `tbl_exam_post_reporter` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `tbl_lu_answer_thresholds` | | -- AUTO_INCREMENT for table `tbl_lu_answer_thresholds` |
| -- | | -- |
| ALTER TABLE `tbl_lu_answer_thresholds` | | ALTER TABLE `tbl_lu_answer_thresholds` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `tbl_lu_trat_attempt_weighting` | | -- AUTO_INCREMENT for table `tbl_lu_trat_attempt_weighting` |
| -- | | -- |
| ALTER TABLE `tbl_lu_trat_attempt_weighting` | | ALTER TABLE `tbl_lu_trat_attempt_weighting` |
| MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; | | MODIFY `id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `turnitin_entities` | | -- AUTO_INCREMENT for table `turnitin_entities` |
| -- | | -- |
| ALTER TABLE `turnitin_entities` | | ALTER TABLE `turnitin_entities` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `turnitin_eula_acceptance` | | -- AUTO_INCREMENT for table `turnitin_eula_acceptance` |
| -- | | -- |
| ALTER TABLE `turnitin_eula_acceptance` | | ALTER TABLE `turnitin_eula_acceptance` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `turnitin_similarity_reports` | | -- AUTO_INCREMENT for table `turnitin_similarity_reports` |
| -- | | -- |
| ALTER TABLE `turnitin_similarity_reports` | | ALTER TABLE `turnitin_similarity_reports` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `turnitin_submissions` | | -- AUTO_INCREMENT for table `turnitin_submissions` |
| -- | | -- |
| ALTER TABLE `turnitin_submissions` | | ALTER TABLE `turnitin_submissions` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `turnitin_submission_files` | | -- AUTO_INCREMENT for table `turnitin_submission_files` |
| -- | | -- |
| ALTER TABLE `turnitin_submission_files` | | ALTER TABLE `turnitin_submission_files` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `turnitin_webhooks` | | -- AUTO_INCREMENT for table `turnitin_webhooks` |
| -- | | -- |
| ALTER TABLE `turnitin_webhooks` | | ALTER TABLE `turnitin_webhooks` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `turnitin_webhook_responses` | | -- AUTO_INCREMENT for table `turnitin_webhook_responses` |
| -- | | -- |
| ALTER TABLE `turnitin_webhook_responses` | | ALTER TABLE `turnitin_webhook_responses` |
| MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `tweets` | | -- AUTO_INCREMENT for table `tweets` |
| -- | | -- |
| ALTER TABLE `tweets` | | ALTER TABLE `tweets` |
| MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `user_access_requests` | | -- AUTO_INCREMENT for table `user_access_requests` |
| -- | | -- |
| ALTER TABLE `user_access_requests` | | ALTER TABLE `user_access_requests` |
| MODIFY `user_access_request_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `user_access_request_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `user_learner_levels` | | -- AUTO_INCREMENT for table `user_learner_levels` |
| -- | | -- |
| ALTER TABLE `user_learner_levels` | | ALTER TABLE `user_learner_levels` |
| MODIFY `user_learner_level_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; | | MODIFY `user_learner_level_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `websockets_statistics_entries` | | -- AUTO_INCREMENT for table `websockets_statistics_entries` |
| -- | | -- |
| ALTER TABLE `websockets_statistics_entries` | | ALTER TABLE `websockets_statistics_entries` |
| MODIFY `id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `weeks` | | -- AUTO_INCREMENT for table `weeks` |
| -- | | -- |
| ALTER TABLE `weeks` | | ALTER TABLE `weeks` |
| MODIFY `week_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; | | MODIFY `week_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; |
| | | |
| -- | | -- |
| -- Constraints for dumped tables | | -- Constraints for dumped tables |
| -- | | -- |
| | | |
| -- | | -- |
| -- Constraints for table `assessment_comments` | | -- Constraints for table `assessment_comments` |
| -- | | -- |
| ALTER TABLE `assessment_comments` | | ALTER TABLE `assessment_comments` |
| ADD CONSTRAINT `assessment_comments_ibfk_1` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`); | | ADD CONSTRAINT `assessment_comments_ibfk_1` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `assessment_grade_form_comments` | | -- Constraints for table `assessment_grade_form_comments` |
| -- | | -- |
| ALTER TABLE `assessment_grade_form_comments` | | ALTER TABLE `assessment_grade_form_comments` |
| ADD CONSTRAINT `assessment_grade_form_comments_ibfk_1` FOREIGN KEY (`gafelement_id`) REFERENCES `gradebook_assessment_form_elements` (`gafelement_id`), | | ADD CONSTRAINT `assessment_grade_form_comments_ibfk_1` FOREIGN KEY (`gafelement_id`) REFERENCES `gradebook_assessment_form_elements` (`gafelement_id`), |
| ADD CONSTRAINT `assessment_grade_form_comments_ibfk_2` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`); | | ADD CONSTRAINT `assessment_grade_form_comments_ibfk_2` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `assessment_grade_form_elements` | | -- Constraints for table `assessment_grade_form_elements` |
| -- | | -- |
| ALTER TABLE `assessment_grade_form_elements` | | ALTER TABLE `assessment_grade_form_elements` |
| ADD CONSTRAINT `assessment_grade_form_elements_ibfk_1` FOREIGN KEY (`gairesponse_id`) REFERENCES `gradebook_assessment_item_responses` (`gairesponse_id`), | | ADD CONSTRAINT `assessment_grade_form_elements_ibfk_1` FOREIGN KEY (`gairesponse_id`) REFERENCES `gradebook_assessment_item_responses` (`gairesponse_id`), |
| ADD CONSTRAINT `assessment_grade_form_elements_ibfk_2` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`); | | ADD CONSTRAINT `assessment_grade_form_elements_ibfk_2` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `assessment_grading_range` | | -- Constraints for table `assessment_grading_range` |
| -- | | -- |
| ALTER TABLE `assessment_grading_range` | | ALTER TABLE `assessment_grading_range` |
| ADD CONSTRAINT `assessment_grading_range_ibfk_1` FOREIGN KEY (`agscale_id`) REFERENCES `assessment_grading_scale` (`agscale_id`); | | ADD CONSTRAINT `assessment_grading_range_ibfk_1` FOREIGN KEY (`agscale_id`) REFERENCES `assessment_grading_scale` (`agscale_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `assessment_groups` | | -- Constraints for table `assessment_groups` |
| -- | | -- |
| ALTER TABLE `assessment_groups` | | ALTER TABLE `assessment_groups` |
| ADD CONSTRAINT `assessment_groups_ibfk_1` FOREIGN KEY (`cgroup_id`) REFERENCES `course_groups` (`cgroup_id`), | | ADD CONSTRAINT `assessment_groups_ibfk_1` FOREIGN KEY (`cgroup_id`) REFERENCES `course_groups` (`cgroup_id`), |
| ADD CONSTRAINT `assessment_groups_ibfk_2` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`); | | ADD CONSTRAINT `assessment_groups_ibfk_2` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessments_lu_form_relationships` | | -- Constraints for table `cbl_assessments_lu_form_relationships` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_form_relationships` | | ALTER TABLE `cbl_assessments_lu_form_relationships` |
| ADD CONSTRAINT `cbl_assessments_lu_form_relationships_ibfk_1` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`), | | ADD CONSTRAINT `cbl_assessments_lu_form_relationships_ibfk_1` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`), |
| ADD CONSTRAINT `cbl_assessments_lu_form_relationships_ibfk_2` FOREIGN KEY (`first_parent_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`), | | ADD CONSTRAINT `cbl_assessments_lu_form_relationships_ibfk_2` FOREIGN KEY (`first_parent_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`), |
| ADD CONSTRAINT `cbl_assessments_lu_form_relationships_ibfk_3` FOREIGN KEY (`immediate_parent_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`); | | ADD CONSTRAINT `cbl_assessments_lu_form_relationships_ibfk_3` FOREIGN KEY (`immediate_parent_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessments_lu_items` | | -- Constraints for table `cbl_assessments_lu_items` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_items` | | ALTER TABLE `cbl_assessments_lu_items` |
| ADD CONSTRAINT `cbl_assessments_lu_items_ibfk_1` FOREIGN KEY (`itemtype_id`) REFERENCES `cbl_assessments_lu_itemtypes` (`itemtype_id`); | | ADD CONSTRAINT `cbl_assessments_lu_items_ibfk_1` FOREIGN KEY (`itemtype_id`) REFERENCES `cbl_assessments_lu_itemtypes` (`itemtype_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessments_lu_item_relationships` | | -- Constraints for table `cbl_assessments_lu_item_relationships` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_item_relationships` | | ALTER TABLE `cbl_assessments_lu_item_relationships` |
| ADD CONSTRAINT `cbl_assessments_lu_item_relationships_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`), | | ADD CONSTRAINT `cbl_assessments_lu_item_relationships_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`), |
| ADD CONSTRAINT `cbl_assessments_lu_item_relationships_ibfk_2` FOREIGN KEY (`first_parent_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`), | | ADD CONSTRAINT `cbl_assessments_lu_item_relationships_ibfk_2` FOREIGN KEY (`first_parent_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`), |
| ADD CONSTRAINT `cbl_assessments_lu_item_relationships_ibfk_3` FOREIGN KEY (`immediate_parent_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`); | | ADD CONSTRAINT `cbl_assessments_lu_item_relationships_ibfk_3` FOREIGN KEY (`immediate_parent_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessments_lu_item_responses` | | -- Constraints for table `cbl_assessments_lu_item_responses` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_item_responses` | | ALTER TABLE `cbl_assessments_lu_item_responses` |
| ADD CONSTRAINT `cbl_assessments_lu_item_responses_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`); | | ADD CONSTRAINT `cbl_assessments_lu_item_responses_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessments_lu_rubric_labels` | | -- Constraints for table `cbl_assessments_lu_rubric_labels` |
| -- | | -- |
| ALTER TABLE `cbl_assessments_lu_rubric_labels` | | ALTER TABLE `cbl_assessments_lu_rubric_labels` |
| ADD CONSTRAINT `cbl_assessments_lu_rubric_labels_ibfk_1` FOREIGN KEY (`rubric_id`) REFERENCES `cbl_assessments_lu_rubrics` (`rubric_id`); | | ADD CONSTRAINT `cbl_assessments_lu_rubric_labels_ibfk_1` FOREIGN KEY (`rubric_id`) REFERENCES `cbl_assessments_lu_rubrics` (`rubric_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_additional_tasks` | | -- Constraints for table `cbl_assessment_additional_tasks` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_additional_tasks` | | ALTER TABLE `cbl_assessment_additional_tasks` |
| ADD CONSTRAINT `cbl_assessment_additional_tasks_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); | | ADD CONSTRAINT `cbl_assessment_additional_tasks_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_deleted_tasks` | | -- Constraints for table `cbl_assessment_deleted_tasks` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_deleted_tasks` | | ALTER TABLE `cbl_assessment_deleted_tasks` |
| ADD CONSTRAINT `cbl_assessment_deleted_tasks_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`), | | ADD CONSTRAINT `cbl_assessment_deleted_tasks_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`), |
| ADD CONSTRAINT `cbl_assessment_deleted_tasks_ibfk_2` FOREIGN KEY (`deleted_reason_id`) REFERENCES `cbl_assessment_lu_task_deleted_reasons` (`reason_id`); | | ADD CONSTRAINT `cbl_assessment_deleted_tasks_ibfk_2` FOREIGN KEY (`deleted_reason_id`) REFERENCES `cbl_assessment_lu_task_deleted_reasons` (`reason_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_distributions` | | -- Constraints for table `cbl_assessment_distributions` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distributions` | | ALTER TABLE `cbl_assessment_distributions` |
| ADD CONSTRAINT `cbl_assessment_distributions_ibfk_1` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`); | | ADD CONSTRAINT `cbl_assessment_distributions_ibfk_1` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_distribution_approvers` | | -- Constraints for table `cbl_assessment_distribution_approvers` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_approvers` | | ALTER TABLE `cbl_assessment_distribution_approvers` |
| ADD CONSTRAINT `cbl_assessment_distribution_approvers_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); | | ADD CONSTRAINT `cbl_assessment_distribution_approvers_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_distribution_assessors` | | -- Constraints for table `cbl_assessment_distribution_assessors` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_assessors` | | ALTER TABLE `cbl_assessment_distribution_assessors` |
| ADD CONSTRAINT `cbl_assessment_distribution_assessors_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); | | ADD CONSTRAINT `cbl_assessment_distribution_assessors_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_distribution_authors` | | -- Constraints for table `cbl_assessment_distribution_authors` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_authors` | | ALTER TABLE `cbl_assessment_distribution_authors` |
| ADD CONSTRAINT `cbl_assessment_distribution_authors_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); | | ADD CONSTRAINT `cbl_assessment_distribution_authors_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_distribution_delegations` | | -- Constraints for table `cbl_assessment_distribution_delegations` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_delegations` | | ALTER TABLE `cbl_assessment_distribution_delegations` |
| ADD CONSTRAINT `cbl_assessment_distribution_delegations_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); | | ADD CONSTRAINT `cbl_assessment_distribution_delegations_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_distribution_delegation_assignments` | | -- Constraints for table `cbl_assessment_distribution_delegation_assignments` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_delegation_assignments` | | ALTER TABLE `cbl_assessment_distribution_delegation_assignments` |
| ADD CONSTRAINT `cbl_assessment_distribution_delegation_assignments_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); | | ADD CONSTRAINT `cbl_assessment_distribution_delegation_assignments_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_distribution_delegators` | | -- Constraints for table `cbl_assessment_distribution_delegators` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_delegators` | | ALTER TABLE `cbl_assessment_distribution_delegators` |
| ADD CONSTRAINT `cbl_assessment_distribution_delegators_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); | | ADD CONSTRAINT `cbl_assessment_distribution_delegators_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_distribution_linked_distributions` | | -- Constraints for table `cbl_assessment_distribution_linked_distributions` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_linked_distributions` | | ALTER TABLE `cbl_assessment_distribution_linked_distributions` |
| ADD CONSTRAINT `cbl_assessment_distribution_linked_distributions_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE, | | ADD CONSTRAINT `cbl_assessment_distribution_linked_distributions_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE, |
| ADD CONSTRAINT `cbl_assessment_distribution_linked_distributions_ibfk_2` FOREIGN KEY (`linked_distribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `cbl_assessment_distribution_linked_distributions_ibfk_2` FOREIGN KEY (`linked_distribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_distribution_prerequisites` | | -- Constraints for table `cbl_assessment_distribution_prerequisites` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_prerequisites` | | ALTER TABLE `cbl_assessment_distribution_prerequisites` |
| ADD CONSTRAINT `cbl_assessment_distribution_prerequisites_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE, | | ADD CONSTRAINT `cbl_assessment_distribution_prerequisites_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE, |
| ADD CONSTRAINT `cbl_assessment_distribution_prerequisites_ibfk_2` FOREIGN KEY (`prerequisite_distribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `cbl_assessment_distribution_prerequisites_ibfk_2` FOREIGN KEY (`prerequisite_distribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_distribution_reviewers` | | -- Constraints for table `cbl_assessment_distribution_reviewers` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_reviewers` | | ALTER TABLE `cbl_assessment_distribution_reviewers` |
| ADD CONSTRAINT `cbl_assessment_distribution_reviewers_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); | | ADD CONSTRAINT `cbl_assessment_distribution_reviewers_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_distribution_schedule` | | -- Constraints for table `cbl_assessment_distribution_schedule` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_schedule` | | ALTER TABLE `cbl_assessment_distribution_schedule` |
| ADD CONSTRAINT `cbl_assessment_distribution_schedule_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); | | ADD CONSTRAINT `cbl_assessment_distribution_schedule_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_distribution_schedule_sites` | | -- Constraints for table `cbl_assessment_distribution_schedule_sites` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_schedule_sites` | | ALTER TABLE `cbl_assessment_distribution_schedule_sites` |
| ADD CONSTRAINT `cbl_assessment_distribution_schedule_sites_ibfk_1` FOREIGN KEY (`adschedule_id`) REFERENCES `cbl_assessment_distribution_schedule` (`adschedule_id`), | | ADD CONSTRAINT `cbl_assessment_distribution_schedule_sites_ibfk_1` FOREIGN KEY (`adschedule_id`) REFERENCES `cbl_assessment_distribution_schedule` (`adschedule_id`), |
| ADD CONSTRAINT `cbl_assessment_distribution_schedule_sites_ibfk_2` FOREIGN KEY (`site_id`) REFERENCES `global_lu_sites` (`site_id`); | | ADD CONSTRAINT `cbl_assessment_distribution_schedule_sites_ibfk_2` FOREIGN KEY (`site_id`) REFERENCES `global_lu_sites` (`site_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_distribution_targets` | | -- Constraints for table `cbl_assessment_distribution_targets` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_targets` | | ALTER TABLE `cbl_assessment_distribution_targets` |
| ADD CONSTRAINT `cbl_assessment_distribution_targets_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); | | ADD CONSTRAINT `cbl_assessment_distribution_targets_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_distribution_target_report_releases` | | -- Constraints for table `cbl_assessment_distribution_target_report_releases` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_target_report_releases` | | ALTER TABLE `cbl_assessment_distribution_target_report_releases` |
| ADD CONSTRAINT `target_report_releases_adistribution_id` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); | | ADD CONSTRAINT `target_report_releases_adistribution_id` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_distribution_target_task_releases` | | -- Constraints for table `cbl_assessment_distribution_target_task_releases` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_distribution_target_task_releases` | | ALTER TABLE `cbl_assessment_distribution_target_task_releases` |
| ADD CONSTRAINT `target_task_releases_adistribution_id` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); | | ADD CONSTRAINT `target_task_releases_adistribution_id` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_embargo_forms` | | -- Constraints for table `cbl_assessment_embargo_forms` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_embargo_forms` | | ALTER TABLE `cbl_assessment_embargo_forms` |
| ADD CONSTRAINT `fk_cbl_assessment_embargo_forms_key1` FOREIGN KEY (`embargo_form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`), | | ADD CONSTRAINT `fk_cbl_assessment_embargo_forms_key1` FOREIGN KEY (`embargo_form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`), |
| ADD CONSTRAINT `fk_cbl_assessment_embargo_forms_key2` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`); | | ADD CONSTRAINT `fk_cbl_assessment_embargo_forms_key2` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_embargo_release` | | -- Constraints for table `cbl_assessment_embargo_release` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_embargo_release` | | ALTER TABLE `cbl_assessment_embargo_release` |
| ADD CONSTRAINT `fk_dassessment` FOREIGN KEY (`atarget_id`) REFERENCES `cbl_distribution_assessment_targets` (`atarget_id`); | | ADD CONSTRAINT `fk_dassessment` FOREIGN KEY (`atarget_id`) REFERENCES `cbl_distribution_assessment_targets` (`atarget_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_form_authors` | | -- Constraints for table `cbl_assessment_form_authors` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_form_authors` | | ALTER TABLE `cbl_assessment_form_authors` |
| ADD CONSTRAINT `cbl_assessment_form_authors_ibfk_1` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`); | | ADD CONSTRAINT `cbl_assessment_form_authors_ibfk_1` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_form_elements` | | -- Constraints for table `cbl_assessment_form_elements` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_form_elements` | | ALTER TABLE `cbl_assessment_form_elements` |
| ADD CONSTRAINT `cbl_assessment_form_elements_ibfk_1` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`); | | ADD CONSTRAINT `cbl_assessment_form_elements_ibfk_1` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_item_authors` | | -- Constraints for table `cbl_assessment_item_authors` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_item_authors` | | ALTER TABLE `cbl_assessment_item_authors` |
| ADD CONSTRAINT `cbl_assessment_item_authors_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`); | | ADD CONSTRAINT `cbl_assessment_item_authors_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_item_objectives` | | -- Constraints for table `cbl_assessment_item_objectives` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_item_objectives` | | ALTER TABLE `cbl_assessment_item_objectives` |
| ADD CONSTRAINT `cbl_assessment_item_objectives_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`); | | ADD CONSTRAINT `cbl_assessment_item_objectives_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_item_tags` | | -- Constraints for table `cbl_assessment_item_tags` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_item_tags` | | ALTER TABLE `cbl_assessment_item_tags` |
| ADD CONSTRAINT `cbl_assessment_item_tags_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`), | | ADD CONSTRAINT `cbl_assessment_item_tags_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`), |
| ADD CONSTRAINT `cbl_assessment_item_tags_ibfk_2` FOREIGN KEY (`tag_id`) REFERENCES `cbl_assessments_lu_tags` (`tag_id`); | | ADD CONSTRAINT `cbl_assessment_item_tags_ibfk_2` FOREIGN KEY (`tag_id`) REFERENCES `cbl_assessments_lu_tags` (`tag_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_notifications` | | -- Constraints for table `cbl_assessment_notifications` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_notifications` | | ALTER TABLE `cbl_assessment_notifications` |
| ADD CONSTRAINT `cbl_assessment_notifications_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`), | | ADD CONSTRAINT `cbl_assessment_notifications_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`), |
| ADD CONSTRAINT `cbl_assessment_notifications_ibfk_2` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`); | | ADD CONSTRAINT `cbl_assessment_notifications_ibfk_2` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_plan_form_objective_groups` | | -- Constraints for table `cbl_assessment_plan_form_objective_groups` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_plan_form_objective_groups` | | ALTER TABLE `cbl_assessment_plan_form_objective_groups` |
| ADD CONSTRAINT `apfog_assessment_plan_form_id_fk_2` FOREIGN KEY (`assessment_plan_form_id`) REFERENCES `cbl_assessment_plan_forms` (`assessment_plan_form_id`), | | ADD CONSTRAINT `apfog_assessment_plan_form_id_fk_2` FOREIGN KEY (`assessment_plan_form_id`) REFERENCES `cbl_assessment_plan_forms` (`assessment_plan_form_id`), |
| ADD CONSTRAINT `apfog_assessment_plan_id_fk_1` FOREIGN KEY (`assessment_plan_id`) REFERENCES `cbl_assessment_plans` (`assessment_plan_id`), | | ADD CONSTRAINT `apfog_assessment_plan_id_fk_1` FOREIGN KEY (`assessment_plan_id`) REFERENCES `cbl_assessment_plans` (`assessment_plan_id`), |
| ADD CONSTRAINT `apfog_objective_group_id_fk_3` FOREIGN KEY (`objective_group_id`) REFERENCES `cbme_objective_groups` (`objective_group_id`); | | ADD CONSTRAINT `apfog_objective_group_id_fk_3` FOREIGN KEY (`objective_group_id`) REFERENCES `cbme_objective_groups` (`objective_group_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_progress` | | -- Constraints for table `cbl_assessment_progress` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_progress` | | ALTER TABLE `cbl_assessment_progress` |
| ADD CONSTRAINT `cbl_assessment_progress_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`), | | ADD CONSTRAINT `cbl_assessment_progress_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`), |
| ADD CONSTRAINT `cbl_assessment_progress_ibfk_2` FOREIGN KEY (`adtarget_id`) REFERENCES `cbl_assessment_distribution_targets` (`adtarget_id`); | | ADD CONSTRAINT `cbl_assessment_progress_ibfk_2` FOREIGN KEY (`adtarget_id`) REFERENCES `cbl_assessment_distribution_targets` (`adtarget_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_progress_approvals` | | -- Constraints for table `cbl_assessment_progress_approvals` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_progress_approvals` | | ALTER TABLE `cbl_assessment_progress_approvals` |
| ADD CONSTRAINT `cbl_assessment_progress_approvals_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`), | | ADD CONSTRAINT `cbl_assessment_progress_approvals_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`), |
| ADD CONSTRAINT `cbl_assessment_progress_approvals_ibfk_2` FOREIGN KEY (`aprogress_id`) REFERENCES `cbl_assessment_progress` (`aprogress_id`); | | ADD CONSTRAINT `cbl_assessment_progress_approvals_ibfk_2` FOREIGN KEY (`aprogress_id`) REFERENCES `cbl_assessment_progress` (`aprogress_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_progress_responses` | | -- Constraints for table `cbl_assessment_progress_responses` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_progress_responses` | | ALTER TABLE `cbl_assessment_progress_responses` |
| ADD CONSTRAINT `cbl_assessment_progress_responses_ibfk_1` FOREIGN KEY (`aprogress_id`) REFERENCES `cbl_assessment_progress` (`aprogress_id`), | | ADD CONSTRAINT `cbl_assessment_progress_responses_ibfk_1` FOREIGN KEY (`aprogress_id`) REFERENCES `cbl_assessment_progress` (`aprogress_id`), |
| ADD CONSTRAINT `cbl_assessment_progress_responses_ibfk_2` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`), | | ADD CONSTRAINT `cbl_assessment_progress_responses_ibfk_2` FOREIGN KEY (`form_id`) REFERENCES `cbl_assessments_lu_forms` (`form_id`), |
| ADD CONSTRAINT `cbl_assessment_progress_responses_ibfk_3` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`), | | ADD CONSTRAINT `cbl_assessment_progress_responses_ibfk_3` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`), |
| ADD CONSTRAINT `cbl_assessment_progress_responses_ibfk_4` FOREIGN KEY (`afelement_id`) REFERENCES `cbl_assessment_form_elements` (`afelement_id`); | | ADD CONSTRAINT `cbl_assessment_progress_responses_ibfk_4` FOREIGN KEY (`afelement_id`) REFERENCES `cbl_assessment_form_elements` (`afelement_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_report_audience` | | -- Constraints for table `cbl_assessment_report_audience` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_report_audience` | | ALTER TABLE `cbl_assessment_report_audience` |
| ADD CONSTRAINT `cbl_assessment_report_audience_ibfk_1` FOREIGN KEY (`areport_id`) REFERENCES `cbl_assessment_reports` (`areport_id`); | | ADD CONSTRAINT `cbl_assessment_report_audience_ibfk_1` FOREIGN KEY (`areport_id`) REFERENCES `cbl_assessment_reports` (`areport_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_report_sources` | | -- Constraints for table `cbl_assessment_report_sources` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_report_sources` | | ALTER TABLE `cbl_assessment_report_sources` |
| ADD CONSTRAINT `cbl_assessment_report_sources_ibfk_1` FOREIGN KEY (`areport_id`) REFERENCES `cbl_assessment_reports` (`areport_id`); | | ADD CONSTRAINT `cbl_assessment_report_sources_ibfk_1` FOREIGN KEY (`areport_id`) REFERENCES `cbl_assessment_reports` (`areport_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_report_source_targets` | | -- Constraints for table `cbl_assessment_report_source_targets` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_report_source_targets` | | ALTER TABLE `cbl_assessment_report_source_targets` |
| ADD CONSTRAINT `cbl_assessment_report_source_targets_ibfk_1` FOREIGN KEY (`arsource_id`) REFERENCES `cbl_assessment_report_sources` (`arsource_id`), | | ADD CONSTRAINT `cbl_assessment_report_source_targets_ibfk_1` FOREIGN KEY (`arsource_id`) REFERENCES `cbl_assessment_report_sources` (`arsource_id`), |
| ADD CONSTRAINT `cbl_assessment_report_source_targets_ibfk_2` FOREIGN KEY (`areport_id`) REFERENCES `cbl_assessment_reports` (`areport_id`); | | ADD CONSTRAINT `cbl_assessment_report_source_targets_ibfk_2` FOREIGN KEY (`areport_id`) REFERENCES `cbl_assessment_reports` (`areport_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_rubric_authors` | | -- Constraints for table `cbl_assessment_rubric_authors` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_rubric_authors` | | ALTER TABLE `cbl_assessment_rubric_authors` |
| ADD CONSTRAINT `cbl_assessment_rubric_authors_ibfk_1` FOREIGN KEY (`rubric_id`) REFERENCES `cbl_assessments_lu_rubrics` (`rubric_id`); | | ADD CONSTRAINT `cbl_assessment_rubric_authors_ibfk_1` FOREIGN KEY (`rubric_id`) REFERENCES `cbl_assessments_lu_rubrics` (`rubric_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_rubric_items` | | -- Constraints for table `cbl_assessment_rubric_items` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_rubric_items` | | ALTER TABLE `cbl_assessment_rubric_items` |
| ADD CONSTRAINT `cbl_assessment_rubric_items_ibfk_1` FOREIGN KEY (`rubric_id`) REFERENCES `cbl_assessments_lu_rubrics` (`rubric_id`), | | ADD CONSTRAINT `cbl_assessment_rubric_items_ibfk_1` FOREIGN KEY (`rubric_id`) REFERENCES `cbl_assessments_lu_rubrics` (`rubric_id`), |
| ADD CONSTRAINT `cbl_assessment_rubric_items_ibfk_2` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`); | | ADD CONSTRAINT `cbl_assessment_rubric_items_ibfk_2` FOREIGN KEY (`item_id`) REFERENCES `cbl_assessments_lu_items` (`item_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_assessment_ss_future_tasks` | | -- Constraints for table `cbl_assessment_ss_future_tasks` |
| -- | | -- |
| ALTER TABLE `cbl_assessment_ss_future_tasks` | | ALTER TABLE `cbl_assessment_ss_future_tasks` |
| ADD CONSTRAINT `cbl_assessment_ss_future_tasks_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); | | ADD CONSTRAINT `cbl_assessment_ss_future_tasks_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_distribution_assessment_assessors` | | -- Constraints for table `cbl_distribution_assessment_assessors` |
| -- | | -- |
| ALTER TABLE `cbl_distribution_assessment_assessors` | | ALTER TABLE `cbl_distribution_assessment_assessors` |
| ADD CONSTRAINT `cbl_distribution_assessment_assessors_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); | | ADD CONSTRAINT `cbl_distribution_assessment_assessors_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_distribution_assessment_options` | | -- Constraints for table `cbl_distribution_assessment_options` |
| -- | | -- |
| ALTER TABLE `cbl_distribution_assessment_options` | | ALTER TABLE `cbl_distribution_assessment_options` |
| ADD CONSTRAINT `assessment_options_dassessment_id` FOREIGN KEY (`dassessment_id`) REFERENCES `cbl_distribution_assessments` (`dassessment_id`); | | ADD CONSTRAINT `assessment_options_dassessment_id` FOREIGN KEY (`dassessment_id`) REFERENCES `cbl_distribution_assessments` (`dassessment_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_distribution_assessment_targets` | | -- Constraints for table `cbl_distribution_assessment_targets` |
| -- | | -- |
| ALTER TABLE `cbl_distribution_assessment_targets` | | ALTER TABLE `cbl_distribution_assessment_targets` |
| ADD CONSTRAINT `cbl_distribution_assessment_targets_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); | | ADD CONSTRAINT `cbl_distribution_assessment_targets_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_distribution_group_distributions` | | -- Constraints for table `cbl_distribution_group_distributions` |
| -- | | -- |
| ALTER TABLE `cbl_distribution_group_distributions` | | ALTER TABLE `cbl_distribution_group_distributions` |
| ADD CONSTRAINT `cbl_distribution_group_distributions_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE, | | ADD CONSTRAINT `cbl_distribution_group_distributions_ibfk_1` FOREIGN KEY (`adistribution_id`) REFERENCES `cbl_assessment_distributions` (`adistribution_id`) ON DELETE CASCADE, |
| ADD CONSTRAINT `cbl_distribution_group_distributions_ibfk_2` FOREIGN KEY (`distribution_group_id`) REFERENCES `cbl_distribution_groups` (`distribution_group_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `cbl_distribution_group_distributions_ibfk_2` FOREIGN KEY (`distribution_group_id`) REFERENCES `cbl_distribution_groups` (`distribution_group_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_schedule_audience` | | -- Constraints for table `cbl_schedule_audience` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_audience` | | ALTER TABLE `cbl_schedule_audience` |
| ADD CONSTRAINT `cbl_schedule_audience_ibfk_1` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`); | | ADD CONSTRAINT `cbl_schedule_audience_ibfk_1` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_schedule_course_objectives` | | -- Constraints for table `cbl_schedule_course_objectives` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_course_objectives` | | ALTER TABLE `cbl_schedule_course_objectives` |
| ADD CONSTRAINT `cbl_schedule_course_objectives_likelihood_id` FOREIGN KEY (`likelihood_id`) REFERENCES `global_lu_likelihoods` (`likelihood_id`), | | ADD CONSTRAINT `cbl_schedule_course_objectives_likelihood_id` FOREIGN KEY (`likelihood_id`) REFERENCES `global_lu_likelihoods` (`likelihood_id`), |
| ADD CONSTRAINT `cbl_schedule_course_objectives_schedule_id` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`); | | ADD CONSTRAINT `cbl_schedule_course_objectives_schedule_id` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_schedule_draft_courses` | | -- Constraints for table `cbl_schedule_draft_courses` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_draft_courses` | | ALTER TABLE `cbl_schedule_draft_courses` |
| ADD CONSTRAINT `cbl_schedule_draft_courses_ibfk_1` FOREIGN KEY (`cbl_schedule_draft_id`) REFERENCES `cbl_schedule_drafts` (`cbl_schedule_draft_id`) ON DELETE CASCADE, | | ADD CONSTRAINT `cbl_schedule_draft_courses_ibfk_1` FOREIGN KEY (`cbl_schedule_draft_id`) REFERENCES `cbl_schedule_drafts` (`cbl_schedule_draft_id`) ON DELETE CASCADE, |
| ADD CONSTRAINT `cbl_schedule_draft_courses_ibfk_2` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `cbl_schedule_draft_courses_ibfk_2` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_schedule_files` | | -- Constraints for table `cbl_schedule_files` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_files` | | ALTER TABLE `cbl_schedule_files` |
| ADD CONSTRAINT `cbl_schedule_files_ibfk_1` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`); | | ADD CONSTRAINT `cbl_schedule_files_ibfk_1` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbl_schedule_sites` | | -- Constraints for table `cbl_schedule_sites` |
| -- | | -- |
| ALTER TABLE `cbl_schedule_sites` | | ALTER TABLE `cbl_schedule_sites` |
| ADD CONSTRAINT `cbl_schedule_sites_schedule_id` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`), | | ADD CONSTRAINT `cbl_schedule_sites_schedule_id` FOREIGN KEY (`schedule_id`) REFERENCES `cbl_schedule` (`schedule_id`), |
| ADD CONSTRAINT `cbl_schedule_slots_site_id` FOREIGN KEY (`site_id`) REFERENCES `global_lu_sites` (`site_id`); | | ADD CONSTRAINT `cbl_schedule_slots_site_id` FOREIGN KEY (`site_id`) REFERENCES `global_lu_sites` (`site_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `cbme_learner_epa_progress` | | -- Constraints for table `cbme_learner_epa_progress` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_progress` | | ALTER TABLE `cbme_learner_epa_progress` |
| ADD CONSTRAINT `clep_learner_stage_progress_id_fk_1` FOREIGN KEY (`learner_stage_progress_id`) REFERENCES `cbme_learner_stage_progress` (`learner_stage_progress_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `clep_learner_stage_progress_id_fk_1` FOREIGN KEY (`learner_stage_progress_id`) REFERENCES `cbme_learner_stage_progress` (`learner_stage_progress_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `cbme_learner_epa_requirements_progress_totals` | | -- Constraints for table `cbme_learner_epa_requirements_progress_totals` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_requirements_progress_totals` | | ALTER TABLE `cbme_learner_epa_requirements_progress_totals` |
| ADD CONSTRAINT `clerpt_learner_epa_progress_id_fk_1` FOREIGN KEY (`learner_epa_progress_id`) REFERENCES `cbme_learner_epa_progress` (`learner_epa_progress_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `clerpt_learner_epa_progress_id_fk_1` FOREIGN KEY (`learner_epa_progress_id`) REFERENCES `cbme_learner_epa_progress` (`learner_epa_progress_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `cbme_learner_epa_requirement_matching_assessments` | | -- Constraints for table `cbme_learner_epa_requirement_matching_assessments` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_requirement_matching_assessments` | | ALTER TABLE `cbme_learner_epa_requirement_matching_assessments` |
| ADD CONSTRAINT `clerma_learner_epa_requirement_progress_id_fk_1` FOREIGN KEY (`learner_epa_requirement_progress_id`) REFERENCES `cbme_learner_epa_requirement_progress` (`learner_epa_requirement_progress_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `clerma_learner_epa_requirement_progress_id_fk_1` FOREIGN KEY (`learner_epa_requirement_progress_id`) REFERENCES `cbme_learner_epa_requirement_progress` (`learner_epa_requirement_progress_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `cbme_learner_epa_requirement_progress` | | -- Constraints for table `cbme_learner_epa_requirement_progress` |
| -- | | -- |
| ALTER TABLE `cbme_learner_epa_requirement_progress` | | ALTER TABLE `cbme_learner_epa_requirement_progress` |
| ADD CONSTRAINT `clerp_learner_epa_progress_id_fk_1` FOREIGN KEY (`learner_epa_progress_id`) REFERENCES `cbme_learner_epa_progress` (`learner_epa_progress_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `clerp_learner_epa_progress_id_fk_1` FOREIGN KEY (`learner_epa_progress_id`) REFERENCES `cbme_learner_epa_progress` (`learner_epa_progress_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `cbme_schedule_stats_learners` | | -- Constraints for table `cbme_schedule_stats_learners` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_learners` | | ALTER TABLE `cbme_schedule_stats_learners` |
| ADD CONSTRAINT `ssl_schedule_stats_id_fk_1` FOREIGN KEY (`schedule_stats_id`) REFERENCES `cbme_schedule_stats` (`schedule_stats_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `ssl_schedule_stats_id_fk_1` FOREIGN KEY (`schedule_stats_id`) REFERENCES `cbme_schedule_stats` (`schedule_stats_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `cbme_schedule_stats_period` | | -- Constraints for table `cbme_schedule_stats_period` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_period` | | ALTER TABLE `cbme_schedule_stats_period` |
| ADD CONSTRAINT `ssp.schedule_stats_period_type_fk_2` FOREIGN KEY (`schedule_stats_period_type_id`) REFERENCES `cbme_schedule_stats_period_type` (`schedule_stats_period_type_id`), | | ADD CONSTRAINT `ssp.schedule_stats_period_type_fk_2` FOREIGN KEY (`schedule_stats_period_type_id`) REFERENCES `cbme_schedule_stats_period_type` (`schedule_stats_period_type_id`), |
| ADD CONSTRAINT `ssp_schedule_stats_id_fk_1` FOREIGN KEY (`schedule_stats_id`) REFERENCES `cbme_schedule_stats` (`schedule_stats_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `ssp_schedule_stats_id_fk_1` FOREIGN KEY (`schedule_stats_id`) REFERENCES `cbme_schedule_stats` (`schedule_stats_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `cbme_schedule_stats_period_assessments` | | -- Constraints for table `cbme_schedule_stats_period_assessments` |
| -- | | -- |
| ALTER TABLE `cbme_schedule_stats_period_assessments` | | ALTER TABLE `cbme_schedule_stats_period_assessments` |
| ADD CONSTRAINT `ssla_schedule_stats_completion_status_id_fk_3` FOREIGN KEY (`schedule_stats_completion_status_id`) REFERENCES `cbme_schedule_stats_completion_status` (`schedule_stats_completion_status_id`), | | ADD CONSTRAINT `ssla_schedule_stats_completion_status_id_fk_3` FOREIGN KEY (`schedule_stats_completion_status_id`) REFERENCES `cbme_schedule_stats_completion_status` (`schedule_stats_completion_status_id`), |
| ADD CONSTRAINT `ssla_schedule_stats_id_fk_1` FOREIGN KEY (`schedule_stats_id`) REFERENCES `cbme_schedule_stats` (`schedule_stats_id`) ON DELETE CASCADE, | | ADD CONSTRAINT `ssla_schedule_stats_id_fk_1` FOREIGN KEY (`schedule_stats_id`) REFERENCES `cbme_schedule_stats` (`schedule_stats_id`) ON DELETE CASCADE, |
| ADD CONSTRAINT `ssla_schedule_stats_period_id_fk_2` FOREIGN KEY (`schedule_stats_period_id`) REFERENCES `cbme_schedule_stats_period` (`schedule_stats_period_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `ssla_schedule_stats_period_id_fk_2` FOREIGN KEY (`schedule_stats_period_id`) REFERENCES `cbme_schedule_stats_period` (`schedule_stats_period_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `ce_instructor_statuses` | | -- Constraints for table `ce_instructor_statuses` |
| -- | | -- |
| ALTER TABLE `ce_instructor_statuses` | | ALTER TABLE `ce_instructor_statuses` |
| ADD CONSTRAINT `fk_instructor_status_types` FOREIGN KEY (`instructor_status_type_id`) REFERENCES `ce_lu_instructor_status_types` (`instructor_status_type_id`); | | ADD CONSTRAINT `fk_instructor_status_types` FOREIGN KEY (`instructor_status_type_id`) REFERENCES `ce_lu_instructor_status_types` (`instructor_status_type_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `ce_site_curriculum_tracks` | | -- Constraints for table `ce_site_curriculum_tracks` |
| -- | | -- |
| ALTER TABLE `ce_site_curriculum_tracks` | | ALTER TABLE `ce_site_curriculum_tracks` |
| ADD CONSTRAINT `curriculum_track_id` FOREIGN KEY (`curriculum_track_id`) REFERENCES `curriculum_lu_tracks` (`curriculum_track_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, | | ADD CONSTRAINT `curriculum_track_id` FOREIGN KEY (`curriculum_track_id`) REFERENCES `curriculum_lu_tracks` (`curriculum_track_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, |
| ADD CONSTRAINT `site_id` FOREIGN KEY (`site_id`) REFERENCES `global_lu_sites` (`site_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `site_id` FOREIGN KEY (`site_id`) REFERENCES `global_lu_sites` (`site_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `clinical_events` | | -- Constraints for table `clinical_events` |
| -- | | -- |
| ALTER TABLE `clinical_events` | | ALTER TABLE `clinical_events` |
| ADD CONSTRAINT `clinical_events_clinical_event_recurring_id_foreign` FOREIGN KEY (`clinical_event_recurring_id`) REFERENCES `clinical_event_recurring` (`clinical_event_recurring_id`), | | ADD CONSTRAINT `clinical_events_clinical_event_recurring_id_foreign` FOREIGN KEY (`clinical_event_recurring_id`) REFERENCES `clinical_event_recurring` (`clinical_event_recurring_id`), |
| ADD CONSTRAINT `clinical_events_schedule_slot_id_foreign` FOREIGN KEY (`schedule_slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`); | | ADD CONSTRAINT `clinical_events_schedule_slot_id_foreign` FOREIGN KEY (`schedule_slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `clinical_event_approval` | | -- Constraints for table `clinical_event_approval` |
| -- | | -- |
| ALTER TABLE `clinical_event_approval` | | ALTER TABLE `clinical_event_approval` |
| ADD CONSTRAINT `clinical_event_approval_attendance_id` FOREIGN KEY (`clinical_event_attendance_id`) REFERENCES `clinical_event_attendance` (`clinical_event_attendance_id`); | | ADD CONSTRAINT `clinical_event_approval_attendance_id` FOREIGN KEY (`clinical_event_attendance_id`) REFERENCES `clinical_event_attendance` (`clinical_event_attendance_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `clinical_event_approval_history` | | -- Constraints for table `clinical_event_approval_history` |
| -- | | -- |
| ALTER TABLE `clinical_event_approval_history` | | ALTER TABLE `clinical_event_approval_history` |
| ADD CONSTRAINT `clinical_event_approval_history_approval_id` FOREIGN KEY (`clinical_event_approval_id`) REFERENCES `clinical_event_approval` (`clinical_event_approval_id`), | | ADD CONSTRAINT `clinical_event_approval_history_approval_id` FOREIGN KEY (`clinical_event_approval_id`) REFERENCES `clinical_event_approval` (`clinical_event_approval_id`), |
| ADD CONSTRAINT `clinical_event_approval_history_attendance_id` FOREIGN KEY (`clinical_event_attendance_id`) REFERENCES `clinical_event_attendance` (`clinical_event_attendance_id`); | | ADD CONSTRAINT `clinical_event_approval_history_attendance_id` FOREIGN KEY (`clinical_event_attendance_id`) REFERENCES `clinical_event_attendance` (`clinical_event_attendance_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `clinical_event_attendance` | | -- Constraints for table `clinical_event_attendance` |
| -- | | -- |
| ALTER TABLE `clinical_event_attendance` | | ALTER TABLE `clinical_event_attendance` |
| ADD CONSTRAINT `clinical_event_attendance_alocation_id_foreign` FOREIGN KEY (`alocation_id`) REFERENCES `assigned_locations` (`alocation_id`), | | ADD CONSTRAINT `clinical_event_attendance_alocation_id_foreign` FOREIGN KEY (`alocation_id`) REFERENCES `assigned_locations` (`alocation_id`), |
| ADD CONSTRAINT `clinical_event_attendance_clinical_event_id_foreign` FOREIGN KEY (`clinical_event_id`) REFERENCES `clinical_events` (`clinical_event_id`); | | ADD CONSTRAINT `clinical_event_attendance_clinical_event_id_foreign` FOREIGN KEY (`clinical_event_id`) REFERENCES `clinical_events` (`clinical_event_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `clinical_event_attendance_history` | | -- Constraints for table `clinical_event_attendance_history` |
| -- | | -- |
| ALTER TABLE `clinical_event_attendance_history` | | ALTER TABLE `clinical_event_attendance_history` |
| ADD CONSTRAINT `clinical_event_attendance_history_alocation_id_foreign` FOREIGN KEY (`alocation_id`) REFERENCES `assigned_locations` (`alocation_id`), | | ADD CONSTRAINT `clinical_event_attendance_history_alocation_id_foreign` FOREIGN KEY (`alocation_id`) REFERENCES `assigned_locations` (`alocation_id`), |
| ADD CONSTRAINT `clinical_event_attendance_history_attendance_id` FOREIGN KEY (`clinical_event_attendance_id`) REFERENCES `clinical_event_attendance` (`clinical_event_attendance_id`), | | ADD CONSTRAINT `clinical_event_attendance_history_attendance_id` FOREIGN KEY (`clinical_event_attendance_id`) REFERENCES `clinical_event_attendance` (`clinical_event_attendance_id`), |
| ADD CONSTRAINT `clinical_event_attendance_history_clinical_event_id_foreign` FOREIGN KEY (`clinical_event_id`) REFERENCES `clinical_events` (`clinical_event_id`); | | ADD CONSTRAINT `clinical_event_attendance_history_clinical_event_id_foreign` FOREIGN KEY (`clinical_event_id`) REFERENCES `clinical_events` (`clinical_event_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `clinical_event_audiences` | | -- Constraints for table `clinical_event_audiences` |
| -- | | -- |
| ALTER TABLE `clinical_event_audiences` | | ALTER TABLE `clinical_event_audiences` |
| ADD CONSTRAINT `clinical_event_audiences_clinical_event_id_foreign` FOREIGN KEY (`clinical_event_id`) REFERENCES `clinical_events` (`clinical_event_id`); | | ADD CONSTRAINT `clinical_event_audiences_clinical_event_id_foreign` FOREIGN KEY (`clinical_event_id`) REFERENCES `clinical_events` (`clinical_event_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `clinical_locations` | | -- Constraints for table `clinical_locations` |
| -- | | -- |
| ALTER TABLE `clinical_locations` | | ALTER TABLE `clinical_locations` |
| ADD CONSTRAINT `clinical_location_alocation_id_foreign` FOREIGN KEY (`alocation_id`) REFERENCES `assigned_locations` (`alocation_id`); | | ADD CONSTRAINT `clinical_location_alocation_id_foreign` FOREIGN KEY (`alocation_id`) REFERENCES `assigned_locations` (`alocation_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `clinical_preceptors` | | -- Constraints for table `clinical_preceptors` |
| -- | | -- |
| ALTER TABLE `clinical_preceptors` | | ALTER TABLE `clinical_preceptors` |
| ADD CONSTRAINT `clinical_preceptors_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `clinical_preceptor_roles` (`cprole_id`); | | ADD CONSTRAINT `clinical_preceptors_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `clinical_preceptor_roles` (`cprole_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `course_audience_groups` | | -- Constraints for table `course_audience_groups` |
| -- | | -- |
| ALTER TABLE `course_audience_groups` | | ALTER TABLE `course_audience_groups` |
| ADD CONSTRAINT `course_audience_groups_ibfk_1` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`) ON DELETE CASCADE, | | ADD CONSTRAINT `course_audience_groups_ibfk_1` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`) ON DELETE CASCADE, |
| ADD CONSTRAINT `course_audience_groups_ibfk_2` FOREIGN KEY (`cperiod_id`) REFERENCES `curriculum_periods` (`cperiod_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `course_audience_groups_ibfk_2` FOREIGN KEY (`cperiod_id`) REFERENCES `curriculum_periods` (`cperiod_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `course_capture_eventtypes` | | -- Constraints for table `course_capture_eventtypes` |
| -- | | -- |
| ALTER TABLE `course_capture_eventtypes` | | ALTER TABLE `course_capture_eventtypes` |
| ADD CONSTRAINT `cceventtypes_courses_fk_1` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`) ON DELETE CASCADE ON UPDATE NO ACTION, | | ADD CONSTRAINT `cceventtypes_courses_fk_1` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`) ON DELETE CASCADE ON UPDATE NO ACTION, |
| ADD CONSTRAINT `cceventtypes_elueventtypes_fk_2` FOREIGN KEY (`eventtype_id`) REFERENCES `events_lu_eventtypes` (`eventtype_id`) ON DELETE CASCADE ON UPDATE NO ACTION; | | ADD CONSTRAINT `cceventtypes_elueventtypes_fk_2` FOREIGN KEY (`eventtype_id`) REFERENCES `events_lu_eventtypes` (`eventtype_id`) ON DELETE CASCADE ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `course_grading_scale` | | -- Constraints for table `course_grading_scale` |
| -- | | -- |
| ALTER TABLE `course_grading_scale` | | ALTER TABLE `course_grading_scale` |
| ADD CONSTRAINT `course_grading_scale_ibfk_1` FOREIGN KEY (`agscale_id`) REFERENCES `assessment_grading_scale` (`agscale_id`), | | ADD CONSTRAINT `course_grading_scale_ibfk_1` FOREIGN KEY (`agscale_id`) REFERENCES `assessment_grading_scale` (`agscale_id`), |
| ADD CONSTRAINT `course_grading_scale_ibfk_2` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`), | | ADD CONSTRAINT `course_grading_scale_ibfk_2` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`), |
| ADD CONSTRAINT `course_grading_scale_ibfk_3` FOREIGN KEY (`cperiod_id`) REFERENCES `curriculum_periods` (`cperiod_id`); | | ADD CONSTRAINT `course_grading_scale_ibfk_3` FOREIGN KEY (`cperiod_id`) REFERENCES `curriculum_periods` (`cperiod_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `course_learner_levels` | | -- Constraints for table `course_learner_levels` |
| -- | | -- |
| ALTER TABLE `course_learner_levels` | | ALTER TABLE `course_learner_levels` |
| ADD CONSTRAINT `course_learner_levels_level_id` FOREIGN KEY (`level_id`) REFERENCES `global_lu_learner_levels` (`level_id`); | | ADD CONSTRAINT `course_learner_levels_level_id` FOREIGN KEY (`level_id`) REFERENCES `global_lu_learner_levels` (`level_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `disclaimer_audience` | | -- Constraints for table `disclaimer_audience` |
| -- | | -- |
| ALTER TABLE `disclaimer_audience` | | ALTER TABLE `disclaimer_audience` |
| ADD CONSTRAINT `disclaimer_audience_ibfk_1` FOREIGN KEY (`disclaimer_id`) REFERENCES `disclaimers` (`disclaimer_id`); | | ADD CONSTRAINT `disclaimer_audience_ibfk_1` FOREIGN KEY (`disclaimer_id`) REFERENCES `disclaimers` (`disclaimer_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `disclaimer_audience_users` | | -- Constraints for table `disclaimer_audience_users` |
| -- | | -- |
| ALTER TABLE `disclaimer_audience_users` | | ALTER TABLE `disclaimer_audience_users` |
| ADD CONSTRAINT `disclaimer_audience_users_ibfk_1` FOREIGN KEY (`disclaimer_id`) REFERENCES `disclaimers` (`disclaimer_id`); | | ADD CONSTRAINT `disclaimer_audience_users_ibfk_1` FOREIGN KEY (`disclaimer_id`) REFERENCES `disclaimers` (`disclaimer_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `disclaimer_trigger` | | -- Constraints for table `disclaimer_trigger` |
| -- | | -- |
| ALTER TABLE `disclaimer_trigger` | | ALTER TABLE `disclaimer_trigger` |
| ADD CONSTRAINT `disclaimer_trigger_ibfk_1` FOREIGN KEY (`disclaimer_id`) REFERENCES `disclaimers` (`disclaimer_id`); | | ADD CONSTRAINT `disclaimer_trigger_ibfk_1` FOREIGN KEY (`disclaimer_id`) REFERENCES `disclaimers` (`disclaimer_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `draft_event_curriculum_tracks` | | -- Constraints for table `draft_event_curriculum_tracks` |
| -- | | -- |
| ALTER TABLE `draft_event_curriculum_tracks` | | ALTER TABLE `draft_event_curriculum_tracks` |
| ADD CONSTRAINT `draft_event_curriculum_tracks_ibfk_1` FOREIGN KEY (`curriculum_track_id`) REFERENCES `curriculum_lu_tracks` (`curriculum_track_id`), | | ADD CONSTRAINT `draft_event_curriculum_tracks_ibfk_1` FOREIGN KEY (`curriculum_track_id`) REFERENCES `curriculum_lu_tracks` (`curriculum_track_id`), |
| ADD CONSTRAINT `draft_event_curriculum_tracks_ibfk_2` FOREIGN KEY (`devent_id`) REFERENCES `draft_events` (`devent_id`); | | ADD CONSTRAINT `draft_event_curriculum_tracks_ibfk_2` FOREIGN KEY (`devent_id`) REFERENCES `draft_events` (`devent_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `draft_event_room_resources` | | -- Constraints for table `draft_event_room_resources` |
| -- | | -- |
| ALTER TABLE `draft_event_room_resources` | | ALTER TABLE `draft_event_room_resources` |
| ADD CONSTRAINT `devent_id_fk` FOREIGN KEY (`devent_id`) REFERENCES `draft_events` (`devent_id`), | | ADD CONSTRAINT `devent_id_fk` FOREIGN KEY (`devent_id`) REFERENCES `draft_events` (`devent_id`), |
| ADD CONSTRAINT `dresource_id_fk` FOREIGN KEY (`resource_id`) REFERENCES `global_lu_resources` (`resource_id`); | | ADD CONSTRAINT `dresource_id_fk` FOREIGN KEY (`resource_id`) REFERENCES `global_lu_resources` (`resource_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `email_template_organisations` | | -- Constraints for table `email_template_organisations` |
| -- | | -- |
| ALTER TABLE `email_template_organisations` | | ALTER TABLE `email_template_organisations` |
| ADD CONSTRAINT `email_template_organisation_ibfk_1` FOREIGN KEY (`etemplate_id`) REFERENCES `email_templates` (`etemplate_id`); | | ADD CONSTRAINT `email_template_organisation_ibfk_1` FOREIGN KEY (`etemplate_id`) REFERENCES `email_templates` (`etemplate_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `entity_mappings` | | -- Constraints for table `entity_mappings` |
| -- | | -- |
| ALTER TABLE `entity_mappings` | | ALTER TABLE `entity_mappings` |
| ADD CONSTRAINT `msgnttmpgs_nttmpgtps_fk` FOREIGN KEY (`emtypes_id`) REFERENCES `entity_mapping_types` (`emtypes_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `msgnttmpgs_nttmpgtps_fk` FOREIGN KEY (`emtypes_id`) REFERENCES `entity_mapping_types` (`emtypes_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `events_meta` | | -- Constraints for table `events_meta` |
| -- | | -- |
| ALTER TABLE `events_meta` | | ALTER TABLE `events_meta` |
| ADD CONSTRAINT `events_meta_ibfk_1` FOREIGN KEY (`event_id`) REFERENCES `events` (`event_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `events_meta_ibfk_1` FOREIGN KEY (`event_id`) REFERENCES `events` (`event_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `events_tbl_audience_status` | | -- Constraints for table `events_tbl_audience_status` |
| -- | | -- |
| ALTER TABLE `events_tbl_audience_status` | | ALTER TABLE `events_tbl_audience_status` |
| ADD CONSTRAINT `events_tbl_audience_status_ibfk_1` FOREIGN KEY (`cgroup_id`) REFERENCES `course_groups` (`cgroup_id`) ON DELETE CASCADE, | | ADD CONSTRAINT `events_tbl_audience_status_ibfk_1` FOREIGN KEY (`cgroup_id`) REFERENCES `course_groups` (`cgroup_id`) ON DELETE CASCADE, |
| ADD CONSTRAINT `events_tbl_audience_status_ibfk_2` FOREIGN KEY (`exam_post_id`) REFERENCES `exam_posts` (`post_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `events_tbl_audience_status_ibfk_2` FOREIGN KEY (`exam_post_id`) REFERENCES `exam_posts` (`post_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `event_absence_pool_etypes` | | -- Constraints for table `event_absence_pool_etypes` |
| -- | | -- |
| ALTER TABLE `event_absence_pool_etypes` | | ALTER TABLE `event_absence_pool_etypes` |
| ADD CONSTRAINT `event_absence_pool_fk1` FOREIGN KEY (`eabsence_pool_id`) REFERENCES `event_absence_pools` (`eabsence_pool_id`), | | ADD CONSTRAINT `event_absence_pool_fk1` FOREIGN KEY (`eabsence_pool_id`) REFERENCES `event_absence_pools` (`eabsence_pool_id`), |
| ADD CONSTRAINT `event_absence_pool_fk2` FOREIGN KEY (`eventtype_id`) REFERENCES `events_lu_eventtypes` (`eventtype_id`); | | ADD CONSTRAINT `event_absence_pool_fk2` FOREIGN KEY (`eventtype_id`) REFERENCES `events_lu_eventtypes` (`eventtype_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `event_absence_pool_groups` | | -- Constraints for table `event_absence_pool_groups` |
| -- | | -- |
| ALTER TABLE `event_absence_pool_groups` | | ALTER TABLE `event_absence_pool_groups` |
| ADD CONSTRAINT `event_absence_pool_fk3` FOREIGN KEY (`eabsence_pool_id`) REFERENCES `event_absence_pools` (`eabsence_pool_id`), | | ADD CONSTRAINT `event_absence_pool_fk3` FOREIGN KEY (`eabsence_pool_id`) REFERENCES `event_absence_pools` (`eabsence_pool_id`), |
| ADD CONSTRAINT `event_absence_pool_fk4` FOREIGN KEY (`group_id`) REFERENCES `groups` (`group_id`); | | ADD CONSTRAINT `event_absence_pool_fk4` FOREIGN KEY (`group_id`) REFERENCES `groups` (`group_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `event_absence_reason_type_approvers` | | -- Constraints for table `event_absence_reason_type_approvers` |
| -- | | -- |
| ALTER TABLE `event_absence_reason_type_approvers` | | ALTER TABLE `event_absence_reason_type_approvers` |
| ADD CONSTRAINT `event_absence_reason_type_approvers_fk1` FOREIGN KEY (`eabsence_reason_type_id`) REFERENCES `event_absence_reason_types` (`eabsence_reason_type_id`); | | ADD CONSTRAINT `event_absence_reason_type_approvers_fk1` FOREIGN KEY (`eabsence_reason_type_id`) REFERENCES `event_absence_reason_types` (`eabsence_reason_type_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `event_absence_requests` | | -- Constraints for table `event_absence_requests` |
| -- | | -- |
| ALTER TABLE `event_absence_requests` | | ALTER TABLE `event_absence_requests` |
| ADD CONSTRAINT `event_absence_req_fk3` FOREIGN KEY (`event_id`) REFERENCES `events` (`event_id`), | | ADD CONSTRAINT `event_absence_req_fk3` FOREIGN KEY (`event_id`) REFERENCES `events` (`event_id`), |
| ADD CONSTRAINT `event_absence_req_fk4` FOREIGN KEY (`request_detail_id`) REFERENCES `event_absence_request_details` (`request_detail_id`); | | ADD CONSTRAINT `event_absence_req_fk4` FOREIGN KEY (`request_detail_id`) REFERENCES `event_absence_request_details` (`request_detail_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `event_absence_request_approvals` | | -- Constraints for table `event_absence_request_approvals` |
| -- | | -- |
| ALTER TABLE `event_absence_request_approvals` | | ALTER TABLE `event_absence_request_approvals` |
| ADD CONSTRAINT `event_absence_request_approvals_fk1` FOREIGN KEY (`request_detail_id`) REFERENCES `event_absence_request_details` (`request_detail_id`); | | ADD CONSTRAINT `event_absence_request_approvals_fk1` FOREIGN KEY (`request_detail_id`) REFERENCES `event_absence_request_details` (`request_detail_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `event_absence_request_details` | | -- Constraints for table `event_absence_request_details` |
| -- | | -- |
| ALTER TABLE `event_absence_request_details` | | ALTER TABLE `event_absence_request_details` |
| ADD CONSTRAINT `event_absence_req_fk6` FOREIGN KEY (`request_status_id`) REFERENCES `event_absence_request_statuses` (`request_status_id`), | | ADD CONSTRAINT `event_absence_req_fk6` FOREIGN KEY (`request_status_id`) REFERENCES `event_absence_request_statuses` (`request_status_id`), |
| ADD CONSTRAINT `event_absence_req_type_fk5` FOREIGN KEY (`request_reason_id`) REFERENCES `event_absence_reason_types` (`eabsence_reason_type_id`); | | ADD CONSTRAINT `event_absence_req_type_fk5` FOREIGN KEY (`request_reason_id`) REFERENCES `event_absence_reason_types` (`eabsence_reason_type_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `event_absence_request_files` | | -- Constraints for table `event_absence_request_files` |
| -- | | -- |
| ALTER TABLE `event_absence_request_files` | | ALTER TABLE `event_absence_request_files` |
| ADD CONSTRAINT `event_absence_req_file1` FOREIGN KEY (`request_detail_id`) REFERENCES `event_absence_request_details` (`request_detail_id`); | | ADD CONSTRAINT `event_absence_req_file1` FOREIGN KEY (`request_detail_id`) REFERENCES `event_absence_request_details` (`request_detail_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `event_absence_request_messages` | | -- Constraints for table `event_absence_request_messages` |
| -- | | -- |
| ALTER TABLE `event_absence_request_messages` | | ALTER TABLE `event_absence_request_messages` |
| ADD CONSTRAINT `event_absence_req_message1` FOREIGN KEY (`request_detail_id`) REFERENCES `event_absence_request_details` (`request_detail_id`); | | ADD CONSTRAINT `event_absence_req_message1` FOREIGN KEY (`request_detail_id`) REFERENCES `event_absence_request_details` (`request_detail_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `event_room_resources` | | -- Constraints for table `event_room_resources` |
| -- | | -- |
| ALTER TABLE `event_room_resources` | | ALTER TABLE `event_room_resources` |
| ADD CONSTRAINT `event_id_fk` FOREIGN KEY (`event_id`) REFERENCES `events` (`event_id`), | | ADD CONSTRAINT `event_id_fk` FOREIGN KEY (`event_id`) REFERENCES `events` (`event_id`), |
| ADD CONSTRAINT `resource_id_fk` FOREIGN KEY (`resource_id`) REFERENCES `global_lu_resources` (`resource_id`); | | ADD CONSTRAINT `resource_id_fk` FOREIGN KEY (`resource_id`) REFERENCES `global_lu_resources` (`resource_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_adjustments` | | -- Constraints for table `exam_adjustments` |
| -- | | -- |
| ALTER TABLE `exam_adjustments` | | ALTER TABLE `exam_adjustments` |
| ADD CONSTRAINT `exam_adjustments_ibfk_1` FOREIGN KEY (`exam_element_id`) REFERENCES `exam_elements` (`exam_element_id`) ON DELETE CASCADE ON UPDATE CASCADE, | | ADD CONSTRAINT `exam_adjustments_ibfk_1` FOREIGN KEY (`exam_element_id`) REFERENCES `exam_elements` (`exam_element_id`) ON DELETE CASCADE ON UPDATE CASCADE, |
| ADD CONSTRAINT `exam_adjustments_ibfk_2` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`) ON DELETE CASCADE ON UPDATE CASCADE; | | ADD CONSTRAINT `exam_adjustments_ibfk_2` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`) ON DELETE CASCADE ON UPDATE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `exam_attached_files` | | -- Constraints for table `exam_attached_files` |
| -- | | -- |
| ALTER TABLE `exam_attached_files` | | ALTER TABLE `exam_attached_files` |
| ADD CONSTRAINT `exam_attached_files_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`); | | ADD CONSTRAINT `exam_attached_files_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_authors` | | -- Constraints for table `exam_authors` |
| -- | | -- |
| ALTER TABLE `exam_authors` | | ALTER TABLE `exam_authors` |
| ADD CONSTRAINT `exam_authors_ibfk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`); | | ADD CONSTRAINT `exam_authors_ibfk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_bank_folder_organisations` | | -- Constraints for table `exam_bank_folder_organisations` |
| -- | | -- |
| ALTER TABLE `exam_bank_folder_organisations` | | ALTER TABLE `exam_bank_folder_organisations` |
| ADD CONSTRAINT `exam_qbf_org_fk_1` FOREIGN KEY (`folder_id`) REFERENCES `exam_bank_folders` (`folder_id`); | | ADD CONSTRAINT `exam_qbf_org_fk_1` FOREIGN KEY (`folder_id`) REFERENCES `exam_bank_folders` (`folder_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_category` | | -- Constraints for table `exam_category` |
| -- | | -- |
| ALTER TABLE `exam_category` | | ALTER TABLE `exam_category` |
| ADD CONSTRAINT `exam_cat_fk_3` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`), | | ADD CONSTRAINT `exam_cat_fk_3` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`), |
| ADD CONSTRAINT `exam_cat_fk_4` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`); | | ADD CONSTRAINT `exam_cat_fk_4` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_category_audience` | | -- Constraints for table `exam_category_audience` |
| -- | | -- |
| ALTER TABLE `exam_category_audience` | | ALTER TABLE `exam_category_audience` |
| ADD CONSTRAINT `exam_cat_fk_6` FOREIGN KEY (`category_id`) REFERENCES `exam_category` (`category_id`); | | ADD CONSTRAINT `exam_cat_fk_6` FOREIGN KEY (`category_id`) REFERENCES `exam_category` (`category_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_category_result` | | -- Constraints for table `exam_category_result` |
| -- | | -- |
| ALTER TABLE `exam_category_result` | | ALTER TABLE `exam_category_result` |
| ADD CONSTRAINT `exam_cat_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`), | | ADD CONSTRAINT `exam_cat_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`), |
| ADD CONSTRAINT `exam_cat_fk_2` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`); | | ADD CONSTRAINT `exam_cat_fk_2` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_category_result_detail` | | -- Constraints for table `exam_category_result_detail` |
| -- | | -- |
| ALTER TABLE `exam_category_result_detail` | | ALTER TABLE `exam_category_result_detail` |
| ADD CONSTRAINT `exam_cat_detail_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`), | | ADD CONSTRAINT `exam_cat_detail_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`), |
| ADD CONSTRAINT `exam_cat_detail_fk_2` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`), | | ADD CONSTRAINT `exam_cat_detail_fk_2` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`), |
| ADD CONSTRAINT `exam_cat_detail_fk_3` FOREIGN KEY (`exam_progress_id`) REFERENCES `exam_progress` (`exam_progress_id`); | | ADD CONSTRAINT `exam_cat_detail_fk_3` FOREIGN KEY (`exam_progress_id`) REFERENCES `exam_progress` (`exam_progress_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_category_set` | | -- Constraints for table `exam_category_set` |
| -- | | -- |
| ALTER TABLE `exam_category_set` | | ALTER TABLE `exam_category_set` |
| ADD CONSTRAINT `exam_cat_fk_5` FOREIGN KEY (`category_id`) REFERENCES `exam_category` (`category_id`); | | ADD CONSTRAINT `exam_cat_fk_5` FOREIGN KEY (`category_id`) REFERENCES `exam_category` (`category_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_elements` | | -- Constraints for table `exam_elements` |
| -- | | -- |
| ALTER TABLE `exam_elements` | | ALTER TABLE `exam_elements` |
| ADD CONSTRAINT `exam_elements_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`), | | ADD CONSTRAINT `exam_elements_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`), |
| ADD CONSTRAINT `exam_elements_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `exam_groups` (`group_id`); | | ADD CONSTRAINT `exam_elements_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `exam_groups` (`group_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_element_highlight` | | -- Constraints for table `exam_element_highlight` |
| -- | | -- |
| ALTER TABLE `exam_element_highlight` | | ALTER TABLE `exam_element_highlight` |
| ADD CONSTRAINT `exam_e_highlights_fk_1` FOREIGN KEY (`exam_element_id`) REFERENCES `exam_elements` (`exam_element_id`); | | ADD CONSTRAINT `exam_e_highlights_fk_1` FOREIGN KEY (`exam_element_id`) REFERENCES `exam_elements` (`exam_element_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_graders` | | -- Constraints for table `exam_graders` |
| -- | | -- |
| ALTER TABLE `exam_graders` | | ALTER TABLE `exam_graders` |
| ADD CONSTRAINT `exam_graders_ibfk_1` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`); | | ADD CONSTRAINT `exam_graders_ibfk_1` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_group_authors` | | -- Constraints for table `exam_group_authors` |
| -- | | -- |
| ALTER TABLE `exam_group_authors` | | ALTER TABLE `exam_group_authors` |
| ADD CONSTRAINT `exam_group_authors_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `exam_groups` (`group_id`); | | ADD CONSTRAINT `exam_group_authors_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `exam_groups` (`group_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_group_questions` | | -- Constraints for table `exam_group_questions` |
| -- | | -- |
| ALTER TABLE `exam_group_questions` | | ALTER TABLE `exam_group_questions` |
| ADD CONSTRAINT `exam_group_questions_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `exam_groups` (`group_id`), | | ADD CONSTRAINT `exam_group_questions_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `exam_groups` (`group_id`), |
| ADD CONSTRAINT `exam_group_questions_ibfk_2` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`), | | ADD CONSTRAINT `exam_group_questions_ibfk_2` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`), |
| ADD CONSTRAINT `exam_group_questions_ibfk_3` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`); | | ADD CONSTRAINT `exam_group_questions_ibfk_3` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_post_exceptions` | | -- Constraints for table `exam_post_exceptions` |
| -- | | -- |
| ALTER TABLE `exam_post_exceptions` | | ALTER TABLE `exam_post_exceptions` |
| ADD CONSTRAINT `exam_post_exceptions_fk_1` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`); | | ADD CONSTRAINT `exam_post_exceptions_fk_1` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_progress` | | -- Constraints for table `exam_progress` |
| -- | | -- |
| ALTER TABLE `exam_progress` | | ALTER TABLE `exam_progress` |
| ADD CONSTRAINT `exam_progresss_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`), | | ADD CONSTRAINT `exam_progresss_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`), |
| ADD CONSTRAINT `exam_progresss_fk_2` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`); | | ADD CONSTRAINT `exam_progresss_fk_2` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_progress_responses` | | -- Constraints for table `exam_progress_responses` |
| -- | | -- |
| ALTER TABLE `exam_progress_responses` | | ALTER TABLE `exam_progress_responses` |
| ADD CONSTRAINT `exam_progresss_responses_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`), | | ADD CONSTRAINT `exam_progresss_responses_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`), |
| ADD CONSTRAINT `exam_progresss_responses_fk_2` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`), | | ADD CONSTRAINT `exam_progresss_responses_fk_2` FOREIGN KEY (`post_id`) REFERENCES `exam_posts` (`post_id`), |
| ADD CONSTRAINT `exam_progresss_responses_fk_3` FOREIGN KEY (`exam_progress_id`) REFERENCES `exam_progress` (`exam_progress_id`), | | ADD CONSTRAINT `exam_progresss_responses_fk_3` FOREIGN KEY (`exam_progress_id`) REFERENCES `exam_progress` (`exam_progress_id`), |
| ADD CONSTRAINT `exam_progresss_responses_fk_4` FOREIGN KEY (`exam_element_id`) REFERENCES `exam_elements` (`exam_element_id`); | | ADD CONSTRAINT `exam_progresss_responses_fk_4` FOREIGN KEY (`exam_element_id`) REFERENCES `exam_elements` (`exam_element_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_progress_response_answers` | | -- Constraints for table `exam_progress_response_answers` |
| -- | | -- |
| ALTER TABLE `exam_progress_response_answers` | | ALTER TABLE `exam_progress_response_answers` |
| ADD CONSTRAINT `epr_fk_1` FOREIGN KEY (`epr_id`) REFERENCES `exam_progress_responses` (`exam_progress_response_id`); | | ADD CONSTRAINT `epr_fk_1` FOREIGN KEY (`epr_id`) REFERENCES `exam_progress_responses` (`exam_progress_response_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_question_answers` | | -- Constraints for table `exam_question_answers` |
| -- | | -- |
| ALTER TABLE `exam_question_answers` | | ALTER TABLE `exam_question_answers` |
| ADD CONSTRAINT `exam_questions_answers_fk_1` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`), | | ADD CONSTRAINT `exam_questions_answers_fk_1` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`), |
| ADD CONSTRAINT `exam_questions_answers_fk_2` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`); | | ADD CONSTRAINT `exam_questions_answers_fk_2` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_question_authors` | | -- Constraints for table `exam_question_authors` |
| -- | | -- |
| ALTER TABLE `exam_question_authors` | | ALTER TABLE `exam_question_authors` |
| ADD CONSTRAINT `exam_questions_authors_fk_1` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`), | | ADD CONSTRAINT `exam_questions_authors_fk_1` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`), |
| ADD CONSTRAINT `exam_questions_authors_fk_2` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`); | | ADD CONSTRAINT `exam_questions_authors_fk_2` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_question_fnb_text` | | -- Constraints for table `exam_question_fnb_text` |
| -- | | -- |
| ALTER TABLE `exam_question_fnb_text` | | ALTER TABLE `exam_question_fnb_text` |
| ADD CONSTRAINT `exam_questions_fnb_text_fk_1` FOREIGN KEY (`qanswer_id`) REFERENCES `exam_question_answers` (`qanswer_id`); | | ADD CONSTRAINT `exam_questions_fnb_text_fk_1` FOREIGN KEY (`qanswer_id`) REFERENCES `exam_question_answers` (`qanswer_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_question_match` | | -- Constraints for table `exam_question_match` |
| -- | | -- |
| ALTER TABLE `exam_question_match` | | ALTER TABLE `exam_question_match` |
| ADD CONSTRAINT `exam_questions_match_fk_1` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`); | | ADD CONSTRAINT `exam_questions_match_fk_1` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_question_match_correct` | | -- Constraints for table `exam_question_match_correct` |
| -- | | -- |
| ALTER TABLE `exam_question_match_correct` | | ALTER TABLE `exam_question_match_correct` |
| ADD CONSTRAINT `exam_questions_match_correct_fk_1` FOREIGN KEY (`match_id`) REFERENCES `exam_question_match` (`match_id`), | | ADD CONSTRAINT `exam_questions_match_correct_fk_1` FOREIGN KEY (`match_id`) REFERENCES `exam_question_match` (`match_id`), |
| ADD CONSTRAINT `exam_questions_match_correct_fk_2` FOREIGN KEY (`qanswer_id`) REFERENCES `exam_question_answers` (`qanswer_id`); | | ADD CONSTRAINT `exam_questions_match_correct_fk_2` FOREIGN KEY (`qanswer_id`) REFERENCES `exam_question_answers` (`qanswer_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_question_objectives` | | -- Constraints for table `exam_question_objectives` |
| -- | | -- |
| ALTER TABLE `exam_question_objectives` | | ALTER TABLE `exam_question_objectives` |
| ADD CONSTRAINT `exam_questions_objectives_fk_1` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`); | | ADD CONSTRAINT `exam_questions_objectives_fk_1` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_question_versions` | | -- Constraints for table `exam_question_versions` |
| -- | | -- |
| ALTER TABLE `exam_question_versions` | | ALTER TABLE `exam_question_versions` |
| ADD CONSTRAINT `exam_questions_versions_fk_1` FOREIGN KEY (`questiontype_id`) REFERENCES `exam_lu_questiontypes` (`questiontype_id`), | | ADD CONSTRAINT `exam_questions_versions_fk_1` FOREIGN KEY (`questiontype_id`) REFERENCES `exam_lu_questiontypes` (`questiontype_id`), |
| ADD CONSTRAINT `exam_questions_versions_fk_2` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`); | | ADD CONSTRAINT `exam_questions_versions_fk_2` FOREIGN KEY (`question_id`) REFERENCES `exam_questions` (`question_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_question_version_highlight` | | -- Constraints for table `exam_question_version_highlight` |
| -- | | -- |
| ALTER TABLE `exam_question_version_highlight` | | ALTER TABLE `exam_question_version_highlight` |
| ADD CONSTRAINT `exam_q_v_highlights_fk_1` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`); | | ADD CONSTRAINT `exam_q_v_highlights_fk_1` FOREIGN KEY (`version_id`) REFERENCES `exam_question_versions` (`version_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `exam_versions` | | -- Constraints for table `exam_versions` |
| -- | | -- |
| ALTER TABLE `exam_versions` | | ALTER TABLE `exam_versions` |
| ADD CONSTRAINT `exam_versions_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`); | | ADD CONSTRAINT `exam_versions_fk_1` FOREIGN KEY (`exam_id`) REFERENCES `exams` (`exam_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `file_upload_module_mappings` | | -- Constraints for table `file_upload_module_mappings` |
| -- | | -- |
| ALTER TABLE `file_upload_module_mappings` | | ALTER TABLE `file_upload_module_mappings` |
| ADD CONSTRAINT `flpldmdlmpgs_flplds_fk` FOREIGN KEY (`fuploads_id`) REFERENCES `file_uploads` (`fuploads_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `flpldmdlmpgs_flplds_fk` FOREIGN KEY (`fuploads_id`) REFERENCES `file_uploads` (`fuploads_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `global_lu_room_resources` | | -- Constraints for table `global_lu_room_resources` |
| -- | | -- |
| ALTER TABLE `global_lu_room_resources` | | ALTER TABLE `global_lu_room_resources` |
| ADD CONSTRAINT `glurresources_gluresources_fk_1` FOREIGN KEY (`resource_id`) REFERENCES `global_lu_resources` (`resource_id`) ON DELETE CASCADE ON UPDATE NO ACTION, | | ADD CONSTRAINT `glurresources_gluresources_fk_1` FOREIGN KEY (`resource_id`) REFERENCES `global_lu_resources` (`resource_id`) ON DELETE CASCADE ON UPDATE NO ACTION, |
| ADD CONSTRAINT `glurresources_glurooms_fk_1` FOREIGN KEY (`room_id`) REFERENCES `global_lu_rooms` (`room_id`) ON DELETE CASCADE ON UPDATE NO ACTION; | | ADD CONSTRAINT `glurresources_glurooms_fk_1` FOREIGN KEY (`room_id`) REFERENCES `global_lu_rooms` (`room_id`) ON DELETE CASCADE ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `gradebook_assessment_form_elements` | | -- Constraints for table `gradebook_assessment_form_elements` |
| -- | | -- |
| ALTER TABLE `gradebook_assessment_form_elements` | | ALTER TABLE `gradebook_assessment_form_elements` |
| ADD CONSTRAINT `gradebook_assessment_form_elements_ibfk_1` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`), | | ADD CONSTRAINT `gradebook_assessment_form_elements_ibfk_1` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`), |
| ADD CONSTRAINT `gradebook_assessment_form_elements_ibfk_2` FOREIGN KEY (`afelement_id`) REFERENCES `cbl_assessment_form_elements` (`afelement_id`); | | ADD CONSTRAINT `gradebook_assessment_form_elements_ibfk_2` FOREIGN KEY (`afelement_id`) REFERENCES `cbl_assessment_form_elements` (`afelement_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `gradebook_assessment_item_responses` | | -- Constraints for table `gradebook_assessment_item_responses` |
| -- | | -- |
| ALTER TABLE `gradebook_assessment_item_responses` | | ALTER TABLE `gradebook_assessment_item_responses` |
| ADD CONSTRAINT `gradebook_assessment_item_responses_ibfk_1` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`), | | ADD CONSTRAINT `gradebook_assessment_item_responses_ibfk_1` FOREIGN KEY (`assessment_id`) REFERENCES `assessments` (`assessment_id`), |
| ADD CONSTRAINT `gradebook_assessment_item_responses_ibfk_2` FOREIGN KEY (`iresponse_id`) REFERENCES `cbl_assessments_lu_item_responses` (`iresponse_id`); | | ADD CONSTRAINT `gradebook_assessment_item_responses_ibfk_2` FOREIGN KEY (`iresponse_id`) REFERENCES `cbl_assessments_lu_item_responses` (`iresponse_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `learner_level_organisation` | | -- Constraints for table `learner_level_organisation` |
| -- | | -- |
| ALTER TABLE `learner_level_organisation` | | ALTER TABLE `learner_level_organisation` |
| ADD CONSTRAINT `level_id` FOREIGN KEY (`level_id`) REFERENCES `global_lu_learner_levels` (`level_id`); | | ADD CONSTRAINT `level_id` FOREIGN KEY (`level_id`) REFERENCES `global_lu_learner_levels` (`level_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `learner_status_organisation` | | -- Constraints for table `learner_status_organisation` |
| -- | | -- |
| ALTER TABLE `learner_status_organisation` | | ALTER TABLE `learner_status_organisation` |
| ADD CONSTRAINT `lso_status_id` FOREIGN KEY (`status_id`) REFERENCES `global_lu_learner_statuses` (`status_id`); | | ADD CONSTRAINT `lso_status_id` FOREIGN KEY (`status_id`) REFERENCES `global_lu_learner_statuses` (`status_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `learning_object_authors` | | -- Constraints for table `learning_object_authors` |
| -- | | -- |
| ALTER TABLE `learning_object_authors` | | ALTER TABLE `learning_object_authors` |
| ADD CONSTRAINT `fk_learning_object` FOREIGN KEY (`learning_object_id`) REFERENCES `learning_objects` (`learning_object_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `fk_learning_object` FOREIGN KEY (`learning_object_id`) REFERENCES `learning_objects` (`learning_object_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `logbook_course_sites` | | -- Constraints for table `logbook_course_sites` |
| -- | | -- |
| ALTER TABLE `logbook_course_sites` | | ALTER TABLE `logbook_course_sites` |
| ADD CONSTRAINT `logbook_course_sites_ibfk_1` FOREIGN KEY (`site_id`) REFERENCES `global_lu_sites` (`site_id`), | | ADD CONSTRAINT `logbook_course_sites_ibfk_1` FOREIGN KEY (`site_id`) REFERENCES `global_lu_sites` (`site_id`), |
| ADD CONSTRAINT `logbook_course_sites_ibfk_2` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`); | | ADD CONSTRAINT `logbook_course_sites_ibfk_2` FOREIGN KEY (`course_id`) REFERENCES `courses` (`course_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `logbook_entries` | | -- Constraints for table `logbook_entries` |
| -- | | -- |
| ALTER TABLE `logbook_entries` | | ALTER TABLE `logbook_entries` |
| ADD CONSTRAINT `logbook_entries_clinical_event_id_foreign` FOREIGN KEY (`clinical_event_id`) REFERENCES `clinical_events` (`clinical_event_id`); | | ADD CONSTRAINT `logbook_entries_clinical_event_id_foreign` FOREIGN KEY (`clinical_event_id`) REFERENCES `clinical_events` (`clinical_event_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `lotteries` | | -- Constraints for table `lotteries` |
| -- | | -- |
| ALTER TABLE `lotteries` | | ALTER TABLE `lotteries` |
| ADD CONSTRAINT `lotteries_ibfk_1` FOREIGN KEY (`schedule_draft_id`) REFERENCES `cbl_schedule_drafts` (`cbl_schedule_draft_id`) ON DELETE CASCADE, | | ADD CONSTRAINT `lotteries_ibfk_1` FOREIGN KEY (`schedule_draft_id`) REFERENCES `cbl_schedule_drafts` (`cbl_schedule_draft_id`) ON DELETE CASCADE, |
| ADD CONSTRAINT `lotteries_ibfk_2` FOREIGN KEY (`cperiod_id`) REFERENCES `curriculum_periods` (`cperiod_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `lotteries_ibfk_2` FOREIGN KEY (`cperiod_id`) REFERENCES `curriculum_periods` (`cperiod_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `lottery_learner_rankings` | | -- Constraints for table `lottery_learner_rankings` |
| -- | | -- |
| ALTER TABLE `lottery_learner_rankings` | | ALTER TABLE `lottery_learner_rankings` |
| ADD CONSTRAINT `lottery_learner_rankings_ibfk_1` FOREIGN KEY (`option_id`) REFERENCES `lottery_rotation_options` (`option_id`) ON DELETE CASCADE, | | ADD CONSTRAINT `lottery_learner_rankings_ibfk_1` FOREIGN KEY (`option_id`) REFERENCES `lottery_rotation_options` (`option_id`) ON DELETE CASCADE, |
| ADD CONSTRAINT `lottery_learner_rankings_ibfk_2` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE CASCADE, | | ADD CONSTRAINT `lottery_learner_rankings_ibfk_2` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE CASCADE, |
| ADD CONSTRAINT `lottery_learner_rankings_ibfk_3` FOREIGN KEY (`phase_id`) REFERENCES `lottery_stage_phases` (`phase_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `lottery_learner_rankings_ibfk_3` FOREIGN KEY (`phase_id`) REFERENCES `lottery_stage_phases` (`phase_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `lottery_rotation_options` | | -- Constraints for table `lottery_rotation_options` |
| -- | | -- |
| ALTER TABLE `lottery_rotation_options` | | ALTER TABLE `lottery_rotation_options` |
| ADD CONSTRAINT `lottery_rotation_options_ibfk_1` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `lottery_rotation_options_ibfk_1` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `lottery_rotation_options_block_swap_requests` | | -- Constraints for table `lottery_rotation_options_block_swap_requests` |
| -- | | -- |
| ALTER TABLE `lottery_rotation_options_block_swap_requests` | | ALTER TABLE `lottery_rotation_options_block_swap_requests` |
| ADD CONSTRAINT `fk_schedule_block` FOREIGN KEY (`block_id`) REFERENCES `cbl_schedule` (`schedule_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, | | ADD CONSTRAINT `fk_schedule_block` FOREIGN KEY (`block_id`) REFERENCES `cbl_schedule` (`schedule_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, |
| ADD CONSTRAINT `fk_schedule_slot` FOREIGN KEY (`requested_slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `fk_schedule_slot` FOREIGN KEY (`requested_slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `lottery_rotation_options_block_swap_request_denials` | | -- Constraints for table `lottery_rotation_options_block_swap_request_denials` |
| -- | | -- |
| ALTER TABLE `lottery_rotation_options_block_swap_request_denials` | | ALTER TABLE `lottery_rotation_options_block_swap_request_denials` |
| ADD CONSTRAINT `lottery_rotation_options_block_swap_request_denials_idfk1` FOREIGN KEY (`lrobs_request_id`) REFERENCES `lottery_rotation_options_block_swap_requests` (`lrobs_request_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `lottery_rotation_options_block_swap_request_denials_idfk1` FOREIGN KEY (`lrobs_request_id`) REFERENCES `lottery_rotation_options_block_swap_requests` (`lrobs_request_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `lottery_rotation_options_swap_requests` | | -- Constraints for table `lottery_rotation_options_swap_requests` |
| -- | | -- |
| ALTER TABLE `lottery_rotation_options_swap_requests` | | ALTER TABLE `lottery_rotation_options_swap_requests` |
| ADD CONSTRAINT `lottery_schedule_audience_swap_requests_ibfk1` FOREIGN KEY (`rotation_options_id`) REFERENCES `lottery_rotation_options` (`option_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, | | ADD CONSTRAINT `lottery_schedule_audience_swap_requests_ibfk1` FOREIGN KEY (`rotation_options_id`) REFERENCES `lottery_rotation_options` (`option_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, |
| ADD CONSTRAINT `lottery_schedule_audience_swap_requests_ibfk2` FOREIGN KEY (`requested_rotation_options_id`) REFERENCES `lottery_rotation_options` (`option_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `lottery_schedule_audience_swap_requests_ibfk2` FOREIGN KEY (`requested_rotation_options_id`) REFERENCES `lottery_rotation_options` (`option_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `lottery_rotation_option_slots` | | -- Constraints for table `lottery_rotation_option_slots` |
| -- | | -- |
| ALTER TABLE `lottery_rotation_option_slots` | | ALTER TABLE `lottery_rotation_option_slots` |
| ADD CONSTRAINT `fk_lottery_rotation_option_slots_1` FOREIGN KEY (`option_id`) REFERENCES `lottery_rotation_options` (`option_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, | | ADD CONSTRAINT `fk_lottery_rotation_option_slots_1` FOREIGN KEY (`option_id`) REFERENCES `lottery_rotation_options` (`option_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, |
| ADD CONSTRAINT `fk_lottery_rotation_option_slots_2` FOREIGN KEY (`slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `fk_lottery_rotation_option_slots_2` FOREIGN KEY (`slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `lottery_schedule_audiences` | | -- Constraints for table `lottery_schedule_audiences` |
| -- | | -- |
| ALTER TABLE `lottery_schedule_audiences` | | ALTER TABLE `lottery_schedule_audiences` |
| ADD CONSTRAINT `lottery_schedule_audiences_ibfk_1` FOREIGN KEY (`schedule_id`) REFERENCES `lottery_schedules` (`schedule_id`) ON DELETE CASCADE, | | ADD CONSTRAINT `lottery_schedule_audiences_ibfk_1` FOREIGN KEY (`schedule_id`) REFERENCES `lottery_schedules` (`schedule_id`) ON DELETE CASCADE, |
| ADD CONSTRAINT `lottery_schedule_audiences_ibfk_2` FOREIGN KEY (`slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `lottery_schedule_audiences_ibfk_2` FOREIGN KEY (`slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `lottery_schedule_variations` | | -- Constraints for table `lottery_schedule_variations` |
| -- | | -- |
| ALTER TABLE `lottery_schedule_variations` | | ALTER TABLE `lottery_schedule_variations` |
| ADD CONSTRAINT `lottery_schedule_variations_ibfk_1` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `lottery_schedule_variations_ibfk_1` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `lottery_schedule_variation_statistics` | | -- Constraints for table `lottery_schedule_variation_statistics` |
| -- | | -- |
| ALTER TABLE `lottery_schedule_variation_statistics` | | ALTER TABLE `lottery_schedule_variation_statistics` |
| ADD CONSTRAINT `lottery_schedule_variation_statistics_ibfk_1` FOREIGN KEY (`variation_id`) REFERENCES `lottery_schedule_variations` (`variation_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `lottery_schedule_variation_statistics_ibfk_1` FOREIGN KEY (`variation_id`) REFERENCES `lottery_schedule_variations` (`variation_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `lottery_schedule_workspace` | | -- Constraints for table `lottery_schedule_workspace` |
| -- | | -- |
| ALTER TABLE `lottery_schedule_workspace` | | ALTER TABLE `lottery_schedule_workspace` |
| ADD CONSTRAINT `fk_lottery_schedule_workspace_1` FOREIGN KEY (`slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, | | ADD CONSTRAINT `fk_lottery_schedule_workspace_1` FOREIGN KEY (`slot_id`) REFERENCES `cbl_schedule_slots` (`schedule_slot_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, |
| ADD CONSTRAINT `lottery_schedule_workspace_idfk3` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `lottery_schedule_workspace_idfk3` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `lottery_stages` | | -- Constraints for table `lottery_stages` |
| -- | | -- |
| ALTER TABLE `lottery_stages` | | ALTER TABLE `lottery_stages` |
| ADD CONSTRAINT `lottery_stages_ibfk_1` FOREIGN KEY (`lottery_id`) REFERENCES `lotteries` (`lottery_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `lottery_stages_ibfk_1` FOREIGN KEY (`lottery_id`) REFERENCES `lotteries` (`lottery_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `lottery_stage_phases` | | -- Constraints for table `lottery_stage_phases` |
| -- | | -- |
| ALTER TABLE `lottery_stage_phases` | | ALTER TABLE `lottery_stage_phases` |
| ADD CONSTRAINT `lottery_stage_phases_ibfk_1` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE CASCADE; | | ADD CONSTRAINT `lottery_stage_phases_ibfk_1` FOREIGN KEY (`stage_id`) REFERENCES `lottery_stages` (`stage_id`) ON DELETE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `media` | | -- Constraints for table `media` |
| -- | | -- |
| ALTER TABLE `media` | | ALTER TABLE `media` |
| ADD CONSTRAINT `FK_30` FOREIGN KEY (`media_source_id`) REFERENCES `media_sources` (`id`); | | ADD CONSTRAINT `FK_30` FOREIGN KEY (`media_source_id`) REFERENCES `media_sources` (`id`); |
| | | |
| -- | | -- |
| -- Constraints for table `media_properties` | | -- Constraints for table `media_properties` |
| -- | | -- |
| ALTER TABLE `media_properties` | | ALTER TABLE `media_properties` |
| ADD CONSTRAINT `FK_130` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`), | | ADD CONSTRAINT `FK_130` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`), |
| ADD CONSTRAINT `media_properties_ibfk_1` FOREIGN KEY (`media_source_property_type_id`) REFERENCES `media_lu_source_property_types` (`id`); | | ADD CONSTRAINT `media_properties_ibfk_1` FOREIGN KEY (`media_source_property_type_id`) REFERENCES `media_lu_source_property_types` (`id`); |
| | | |
| -- | | -- |
| -- Constraints for table `messages_additional_viewers` | | -- Constraints for table `messages_additional_viewers` |
| -- | | -- |
| ALTER TABLE `messages_additional_viewers` | | ALTER TABLE `messages_additional_viewers` |
| ADD CONSTRAINT `msgvwrs_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `msgvwrs_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `messages_constraints` | | -- Constraints for table `messages_constraints` |
| -- | | -- |
| ALTER TABLE `messages_constraints` | | ALTER TABLE `messages_constraints` |
| ADD CONSTRAINT `msgscnstrnts_msgsmsgs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `msgscnstrnts_msgsmsgs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `messages_messages` | | -- Constraints for table `messages_messages` |
| -- | | -- |
| ALTER TABLE `messages_messages` | | ALTER TABLE `messages_messages` |
| ADD CONSTRAINT `msgmsgs_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, | | ADD CONSTRAINT `msgmsgs_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, |
| ADD CONSTRAINT `msgmsgs_msgnttmpgs_fk` FOREIGN KEY (`emappings_id`) REFERENCES `entity_mappings` (`emappings_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `msgmsgs_msgnttmpgs_fk` FOREIGN KEY (`emappings_id`) REFERENCES `entity_mappings` (`emappings_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `messages_messages_views` | | -- Constraints for table `messages_messages_views` |
| -- | | -- |
| ALTER TABLE `messages_messages_views` | | ALTER TABLE `messages_messages_views` |
| ADD CONSTRAINT `msgmsgvws_msgmrcpnts_fk` FOREIGN KEY (`mrecipients_id`) REFERENCES `messages_recipients` (`mrecipients_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, | | ADD CONSTRAINT `msgmsgvws_msgmrcpnts_fk` FOREIGN KEY (`mrecipients_id`) REFERENCES `messages_recipients` (`mrecipients_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, |
| ADD CONSTRAINT `msgmsgvws_msgmsgs_fk` FOREIGN KEY (`mmessages_id`) REFERENCES `messages_messages` (`mmessages_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `msgmsgvws_msgmsgs_fk` FOREIGN KEY (`mmessages_id`) REFERENCES `messages_messages` (`mmessages_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `messages_message_headers` | | -- Constraints for table `messages_message_headers` |
| -- | | -- |
| ALTER TABLE `messages_message_headers` | | ALTER TABLE `messages_message_headers` |
| ADD CONSTRAINT `msgmsghdrs_mrqstps_fk` FOREIGN KEY (`mrqtypes_id`) REFERENCES `messages_request_types` (`mrqtypes_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, | | ADD CONSTRAINT `msgmsghdrs_mrqstps_fk` FOREIGN KEY (`mrqtypes_id`) REFERENCES `messages_request_types` (`mrqtypes_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, |
| ADD CONSTRAINT `msgmsghdrs_mrstps_fk` FOREIGN KEY (`mrtypes_id`) REFERENCES `messages_recipient_types` (`mrtypes_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, | | ADD CONSTRAINT `msgmsghdrs_mrstps_fk` FOREIGN KEY (`mrtypes_id`) REFERENCES `messages_recipient_types` (`mrtypes_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, |
| ADD CONSTRAINT `msgmsghdrs_msgmdls_fk` FOREIGN KEY (`gmodules_id`) REFERENCES `global_modules` (`gmodules_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, | | ADD CONSTRAINT `msgmsghdrs_msgmdls_fk` FOREIGN KEY (`gmodules_id`) REFERENCES `global_modules` (`gmodules_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, |
| ADD CONSTRAINT `msgmsghdrs_msgnttmppgs_fk` FOREIGN KEY (`emappings_id`) REFERENCES `entity_mappings` (`emappings_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, | | ADD CONSTRAINT `msgmsghdrs_msgnttmppgs_fk` FOREIGN KEY (`emappings_id`) REFERENCES `entity_mappings` (`emappings_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, |
| ADD CONSTRAINT `msgmsghdrs_msgprtlvls_fk` FOREIGN KEY (`gplevels_id`) REFERENCES `global_priority_levels` (`gplevels_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, | | ADD CONSTRAINT `msgmsghdrs_msgprtlvls_fk` FOREIGN KEY (`gplevels_id`) REFERENCES `global_priority_levels` (`gplevels_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, |
| ADD CONSTRAINT `msgmsghdrs_msgtps_fk` FOREIGN KEY (`mtypes_id`) REFERENCES `messages_types` (`mtypes_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `msgmsghdrs_msgtps_fk` FOREIGN KEY (`mtypes_id`) REFERENCES `messages_types` (`mtypes_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `messages_overridden_recipients` | | -- Constraints for table `messages_overridden_recipients` |
| -- | | -- |
| ALTER TABLE `messages_overridden_recipients` | | ALTER TABLE `messages_overridden_recipients` |
| ADD CONSTRAINT `entity_mappings_fk` FOREIGN KEY (`emappings_id`) REFERENCES `entity_mappings` (`emappings_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, | | ADD CONSTRAINT `entity_mappings_fk` FOREIGN KEY (`emappings_id`) REFERENCES `entity_mappings` (`emappings_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, |
| ADD CONSTRAINT `messages_messages_fk` FOREIGN KEY (`mmessages_id`) REFERENCES `messages_messages` (`mmessages_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `messages_messages_fk` FOREIGN KEY (`mmessages_id`) REFERENCES `messages_messages` (`mmessages_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `messages_recipients` | | -- Constraints for table `messages_recipients` |
| -- | | -- |
| ALTER TABLE `messages_recipients` | | ALTER TABLE `messages_recipients` |
| ADD CONSTRAINT `msgrcpnts_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `msgrcpnts_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `messages_recipient_groups` | | -- Constraints for table `messages_recipient_groups` |
| -- | | -- |
| ALTER TABLE `messages_recipient_groups` | | ALTER TABLE `messages_recipient_groups` |
| ADD CONSTRAINT `msgrcpntgrp_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `msgrcpntgrp_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `messages_requested_by` | | -- Constraints for table `messages_requested_by` |
| -- | | -- |
| ALTER TABLE `messages_requested_by` | | ALTER TABLE `messages_requested_by` |
| ADD CONSTRAINT `msgrqstby_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, | | ADD CONSTRAINT `msgrqstby_msgmsghdrs_fk` FOREIGN KEY (`mmheaders_id`) REFERENCES `messages_message_headers` (`mmheaders_id`) ON DELETE NO ACTION ON UPDATE NO ACTION, |
| ADD CONSTRAINT `msgrqstby_nttmppgs_fk` FOREIGN KEY (`entity_mapping_id`) REFERENCES `entity_mappings` (`emappings_id`); | | ADD CONSTRAINT `msgrqstby_nttmppgs_fk` FOREIGN KEY (`entity_mapping_id`) REFERENCES `entity_mappings` (`emappings_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `objective_tag_attributes` | | -- Constraints for table `objective_tag_attributes` |
| -- | | -- |
| ALTER TABLE `objective_tag_attributes` | | ALTER TABLE `objective_tag_attributes` |
| ADD CONSTRAINT `objective_tag_attributes_ibfk_1` FOREIGN KEY (`objective_set_id`) REFERENCES `global_lu_objective_sets` (`objective_set_id`), | | ADD CONSTRAINT `objective_tag_attributes_ibfk_1` FOREIGN KEY (`objective_set_id`) REFERENCES `global_lu_objective_sets` (`objective_set_id`), |
| ADD CONSTRAINT `objective_tag_attributes_ibfk_2` FOREIGN KEY (`target_objective_set_id`) REFERENCES `global_lu_objective_sets` (`objective_set_id`); | | ADD CONSTRAINT `objective_tag_attributes_ibfk_2` FOREIGN KEY (`target_objective_set_id`) REFERENCES `global_lu_objective_sets` (`objective_set_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `objective_tag_levels` | | -- Constraints for table `objective_tag_levels` |
| -- | | -- |
| ALTER TABLE `objective_tag_levels` | | ALTER TABLE `objective_tag_levels` |
| ADD CONSTRAINT `objective_tag_levels_ibfk_1` FOREIGN KEY (`objective_set_id`) REFERENCES `global_lu_objective_sets` (`objective_set_id`); | | ADD CONSTRAINT `objective_tag_levels_ibfk_1` FOREIGN KEY (`objective_set_id`) REFERENCES `global_lu_objective_sets` (`objective_set_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `objective_translation` | | -- Constraints for table `objective_translation` |
| -- | | -- |
| ALTER TABLE `objective_translation` | | ALTER TABLE `objective_translation` |
| ADD CONSTRAINT `fk_objective_translation_0` FOREIGN KEY (`language_id`) REFERENCES `language` (`language_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; | | ADD CONSTRAINT `fk_objective_translation_0` FOREIGN KEY (`language_id`) REFERENCES `language` (`language_id`) ON DELETE NO ACTION ON UPDATE NO ACTION; |
| | | |
| -- | | -- |
| -- Constraints for table `portfolios_course_groups` | | -- Constraints for table `portfolios_course_groups` |
| -- | | -- |
| ALTER TABLE `portfolios_course_groups` | | ALTER TABLE `portfolios_course_groups` |
| ADD CONSTRAINT `portfolios_course_groups_ibfk_1` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`), | | ADD CONSTRAINT `portfolios_course_groups_ibfk_1` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`), |
| ADD CONSTRAINT `portfolios_course_groups_ibfk_2` FOREIGN KEY (`cgroup_id`) REFERENCES `course_groups` (`cgroup_id`); | | ADD CONSTRAINT `portfolios_course_groups_ibfk_2` FOREIGN KEY (`cgroup_id`) REFERENCES `course_groups` (`cgroup_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `portfolios_curriculum_periods` | | -- Constraints for table `portfolios_curriculum_periods` |
| -- | | -- |
| ALTER TABLE `portfolios_curriculum_periods` | | ALTER TABLE `portfolios_curriculum_periods` |
| ADD CONSTRAINT `portfolios_curriculum_periods_ibfk_1` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`), | | ADD CONSTRAINT `portfolios_curriculum_periods_ibfk_1` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`), |
| ADD CONSTRAINT `portfolios_curriculum_periods_ibfk_2` FOREIGN KEY (`cperiod_id`) REFERENCES `curriculum_periods` (`cperiod_id`); | | ADD CONSTRAINT `portfolios_curriculum_periods_ibfk_2` FOREIGN KEY (`cperiod_id`) REFERENCES `curriculum_periods` (`cperiod_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `portfolios_groups` | | -- Constraints for table `portfolios_groups` |
| -- | | -- |
| ALTER TABLE `portfolios_groups` | | ALTER TABLE `portfolios_groups` |
| ADD CONSTRAINT `prtflgrps_grps` FOREIGN KEY (`group_id`) REFERENCES `groups` (`group_id`), | | ADD CONSTRAINT `prtflgrps_grps` FOREIGN KEY (`group_id`) REFERENCES `groups` (`group_id`), |
| ADD CONSTRAINT `prtflgrps_prtfls` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`); | | ADD CONSTRAINT `prtflgrps_prtfls` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `portfolios_learners` | | -- Constraints for table `portfolios_learners` |
| -- | | -- |
| ALTER TABLE `portfolios_learners` | | ALTER TABLE `portfolios_learners` |
| ADD CONSTRAINT `portfolios_learners_ibfk_1` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`); | | ADD CONSTRAINT `portfolios_learners_ibfk_1` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `portfolios_tasks` | | -- Constraints for table `portfolios_tasks` |
| -- | | -- |
| ALTER TABLE `portfolios_tasks` | | ALTER TABLE `portfolios_tasks` |
| ADD CONSTRAINT `portfolios_tasks_ibfk_1` FOREIGN KEY (`ptrequest_id`) REFERENCES `portfolios_tasks_requests` (`ptrequest_id`); | | ADD CONSTRAINT `portfolios_tasks_ibfk_1` FOREIGN KEY (`ptrequest_id`) REFERENCES `portfolios_tasks_requests` (`ptrequest_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `portfolios_tasks_requests` | | -- Constraints for table `portfolios_tasks_requests` |
| -- | | -- |
| ALTER TABLE `portfolios_tasks_requests` | | ALTER TABLE `portfolios_tasks_requests` |
| ADD CONSTRAINT `portfolios_tasks_requests_ibfk_1` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`); | | ADD CONSTRAINT `portfolios_tasks_requests_ibfk_1` FOREIGN KEY (`pportfolios_id`) REFERENCES `portfolios_portfolios` (`pportfolios_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `portfolios_task_request_recipient_course_groups` | | -- Constraints for table `portfolios_task_request_recipient_course_groups` |
| -- | | -- |
| ALTER TABLE `portfolios_task_request_recipient_course_groups` | | ALTER TABLE `portfolios_task_request_recipient_course_groups` |
| ADD CONSTRAINT `prtfl_tsks_req_rec_cgrp_ibfk_1` FOREIGN KEY (`ptrequest_id`) REFERENCES `portfolios_tasks_requests` (`ptrequest_id`), | | ADD CONSTRAINT `prtfl_tsks_req_rec_cgrp_ibfk_1` FOREIGN KEY (`ptrequest_id`) REFERENCES `portfolios_tasks_requests` (`ptrequest_id`), |
| ADD CONSTRAINT `prtfl_tsks_req_rec_cgrp_ibfk_2` FOREIGN KEY (`pcgroup_id`) REFERENCES `portfolios_course_groups` (`pcgroup_id`); | | ADD CONSTRAINT `prtfl_tsks_req_rec_cgrp_ibfk_2` FOREIGN KEY (`pcgroup_id`) REFERENCES `portfolios_course_groups` (`pcgroup_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `portfolios_task_request_recipient_groups` | | -- Constraints for table `portfolios_task_request_recipient_groups` |
| -- | | -- |
| ALTER TABLE `portfolios_task_request_recipient_groups` | | ALTER TABLE `portfolios_task_request_recipient_groups` |
| ADD CONSTRAINT `prtfl_tsks_req_rec_grp_ibfk_1` FOREIGN KEY (`ptrequest_id`) REFERENCES `portfolios_tasks_requests` (`ptrequest_id`), | | ADD CONSTRAINT `prtfl_tsks_req_rec_grp_ibfk_1` FOREIGN KEY (`ptrequest_id`) REFERENCES `portfolios_tasks_requests` (`ptrequest_id`), |
| ADD CONSTRAINT `prtfl_tsks_req_rec_grp_ibfk_2` FOREIGN KEY (`pgroup_id`) REFERENCES `portfolios_groups` (`pgroup_id`); | | ADD CONSTRAINT `prtfl_tsks_req_rec_grp_ibfk_2` FOREIGN KEY (`pgroup_id`) REFERENCES `portfolios_groups` (`pgroup_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `portfolios_task_request_recipient_learners` | | -- Constraints for table `portfolios_task_request_recipient_learners` |
| -- | | -- |
| ALTER TABLE `portfolios_task_request_recipient_learners` | | ALTER TABLE `portfolios_task_request_recipient_learners` |
| ADD CONSTRAINT `prtfl_tsks_req_rec_lrn_ibfk_1` FOREIGN KEY (`ptrequest_id`) REFERENCES `portfolios_tasks_requests` (`ptrequest_id`), | | ADD CONSTRAINT `prtfl_tsks_req_rec_lrn_ibfk_1` FOREIGN KEY (`ptrequest_id`) REFERENCES `portfolios_tasks_requests` (`ptrequest_id`), |
| ADD CONSTRAINT `prtfl_tsks_req_rec_lrn_ibfk_2` FOREIGN KEY (`plearner_id`) REFERENCES `portfolios_learners` (`plearner_id`); | | ADD CONSTRAINT `prtfl_tsks_req_rec_lrn_ibfk_2` FOREIGN KEY (`plearner_id`) REFERENCES `portfolios_learners` (`plearner_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `portfolios_task_submissions` | | -- Constraints for table `portfolios_task_submissions` |
| -- | | -- |
| ALTER TABLE `portfolios_task_submissions` | | ALTER TABLE `portfolios_task_submissions` |
| ADD CONSTRAINT `portfolios_statuses_ibfk_1` FOREIGN KEY (`ptstatus_id`) REFERENCES `portfolios_task_statuses` (`ptstatus_id`), | | ADD CONSTRAINT `portfolios_statuses_ibfk_1` FOREIGN KEY (`ptstatus_id`) REFERENCES `portfolios_task_statuses` (`ptstatus_id`), |
| ADD CONSTRAINT `portfolios_task_submissions_ibfk_1` FOREIGN KEY (`ptask_id`) REFERENCES `portfolios_tasks` (`ptask_id`); | | ADD CONSTRAINT `portfolios_task_submissions_ibfk_1` FOREIGN KEY (`ptask_id`) REFERENCES `portfolios_tasks` (`ptask_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `portfolio_advisor_portfolio` | | -- Constraints for table `portfolio_advisor_portfolio` |
| -- | | -- |
| ALTER TABLE `portfolio_advisor_portfolio` | | ALTER TABLE `portfolio_advisor_portfolio` |
| ADD CONSTRAINT `portfolio_advisor_portfolio_ibfk_1` FOREIGN KEY (`portfolio_id`) REFERENCES `portfolio_portfolios` (`id`); | | ADD CONSTRAINT `portfolio_advisor_portfolio_ibfk_1` FOREIGN KEY (`portfolio_id`) REFERENCES `portfolio_portfolios` (`id`); |
| | | |
| -- | | -- |
| -- Constraints for table `portfolio_artifacts` | | -- Constraints for table `portfolio_artifacts` |
| -- | | -- |
| ALTER TABLE `portfolio_artifacts` | | ALTER TABLE `portfolio_artifacts` |
| ADD CONSTRAINT `portfolio_artifacts_ibfk_1` FOREIGN KEY (`folder_id`) REFERENCES `portfolio_folders` (`id`); | | ADD CONSTRAINT `portfolio_artifacts_ibfk_1` FOREIGN KEY (`folder_id`) REFERENCES `portfolio_folders` (`id`); |
| | | |
| -- | | -- |
| -- Constraints for table `portfolio_artifact_curriculum_tag` | | -- Constraints for table `portfolio_artifact_curriculum_tag` |
| -- | | -- |
| ALTER TABLE `portfolio_artifact_curriculum_tag` | | ALTER TABLE `portfolio_artifact_curriculum_tag` |
| ADD CONSTRAINT `portfolio_artifact_curriculum_tag_ibfk_1` FOREIGN KEY (`artifact_id`) REFERENCES `portfolio_artifacts` (`id`); | | ADD CONSTRAINT `portfolio_artifact_curriculum_tag_ibfk_1` FOREIGN KEY (`artifact_id`) REFERENCES `portfolio_artifacts` (`id`); |
| | | |
| -- | | -- |
| -- Constraints for table `portfolio_artifact_permissions` | | -- Constraints for table `portfolio_artifact_permissions` |
| -- | | -- |
| ALTER TABLE `portfolio_artifact_permissions` | | ALTER TABLE `portfolio_artifact_permissions` |
| ADD CONSTRAINT `portfolio_artifact_permissions_ibfk_1` FOREIGN KEY (`entry_id`) REFERENCES `portfolio_entries` (`id`); | | ADD CONSTRAINT `portfolio_artifact_permissions_ibfk_1` FOREIGN KEY (`entry_id`) REFERENCES `portfolio_entries` (`id`); |
| | | |
| -- | | -- |
| -- Constraints for table `portfolio_artifact_reviewers` | | -- Constraints for table `portfolio_artifact_reviewers` |
| -- | | -- |
| ALTER TABLE `portfolio_artifact_reviewers` | | ALTER TABLE `portfolio_artifact_reviewers` |
| ADD CONSTRAINT `portfolio_artifact_reviewers_ibfk_1` FOREIGN KEY (`entry_id`) REFERENCES `portfolio_entries` (`id`); | | ADD CONSTRAINT `portfolio_artifact_reviewers_ibfk_1` FOREIGN KEY (`entry_id`) REFERENCES `portfolio_entries` (`id`); |
| | | |
| -- | | -- |
| -- Constraints for table `portfolio_comments` | | -- Constraints for table `portfolio_comments` |
| -- | | -- |
| ALTER TABLE `portfolio_comments` | | ALTER TABLE `portfolio_comments` |
| ADD CONSTRAINT `portfolio_comments_ibfk_1` FOREIGN KEY (`entry_id`) REFERENCES `portfolio_entries` (`id`); | | ADD CONSTRAINT `portfolio_comments_ibfk_1` FOREIGN KEY (`entry_id`) REFERENCES `portfolio_entries` (`id`); |
| | | |
| -- | | -- |
| -- Constraints for table `portfolio_entries` | | -- Constraints for table `portfolio_entries` |
| -- | | -- |
| ALTER TABLE `portfolio_entries` | | ALTER TABLE `portfolio_entries` |
| ADD CONSTRAINT `portfolio_entries_ibfk_1` FOREIGN KEY (`artifact_id`) REFERENCES `portfolio_artifacts` (`id`); | | ADD CONSTRAINT `portfolio_entries_ibfk_1` FOREIGN KEY (`artifact_id`) REFERENCES `portfolio_artifacts` (`id`); |
| | | |
| -- | | -- |
| -- Constraints for table `portfolio_folders` | | -- Constraints for table `portfolio_folders` |
| -- | | -- |
| ALTER TABLE `portfolio_folders` | | ALTER TABLE `portfolio_folders` |
| ADD CONSTRAINT `portfolio_folders_ibfk_1` FOREIGN KEY (`portfolio_id`) REFERENCES `portfolio_portfolios` (`id`); | | ADD CONSTRAINT `portfolio_folders_ibfk_1` FOREIGN KEY (`portfolio_id`) REFERENCES `portfolio_portfolios` (`id`); |
| | | |
| -- | | -- |
| -- Constraints for table `portfolio_portfolios` | | -- Constraints for table `portfolio_portfolios` |
| -- | | -- |
| ALTER TABLE `portfolio_portfolios` | | ALTER TABLE `portfolio_portfolios` |
| ADD CONSTRAINT `portfolio_portfolios_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `groups` (`group_id`); | | ADD CONSTRAINT `portfolio_portfolios_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `groups` (`group_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `prompted_response_comments` | | -- Constraints for table `prompted_response_comments` |
| -- | | -- |
| ALTER TABLE `prompted_response_comments` | | ALTER TABLE `prompted_response_comments` |
| ADD CONSTRAINT `prompted_response_comments_fk_1` FOREIGN KEY (`dassessment_id`) REFERENCES `cbl_distribution_assessments` (`dassessment_id`), | | ADD CONSTRAINT `prompted_response_comments_fk_1` FOREIGN KEY (`dassessment_id`) REFERENCES `cbl_distribution_assessments` (`dassessment_id`), |
| ADD CONSTRAINT `prompted_response_comments_fk_2` FOREIGN KEY (`aprogress_id`) REFERENCES `cbl_assessment_progress` (`aprogress_id`); | | ADD CONSTRAINT `prompted_response_comments_fk_2` FOREIGN KEY (`aprogress_id`) REFERENCES `cbl_assessment_progress` (`aprogress_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `prompted_response_reviews` | | -- Constraints for table `prompted_response_reviews` |
| -- | | -- |
| ALTER TABLE `prompted_response_reviews` | | ALTER TABLE `prompted_response_reviews` |
| ADD CONSTRAINT `prompted_response_reviews_fk_1` FOREIGN KEY (`dassessment_id`) REFERENCES `cbl_distribution_assessments` (`dassessment_id`), | | ADD CONSTRAINT `prompted_response_reviews_fk_1` FOREIGN KEY (`dassessment_id`) REFERENCES `cbl_distribution_assessments` (`dassessment_id`), |
| ADD CONSTRAINT `prompted_response_reviews_fk_2` FOREIGN KEY (`aprogress_id`) REFERENCES `cbl_assessment_progress` (`aprogress_id`); | | ADD CONSTRAINT `prompted_response_reviews_fk_2` FOREIGN KEY (`aprogress_id`) REFERENCES `cbl_assessment_progress` (`aprogress_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `reports_aamc_ci_learner` | | -- Constraints for table `reports_aamc_ci_learner` |
| -- | | -- |
| ALTER TABLE `reports_aamc_ci_learner` | | ALTER TABLE `reports_aamc_ci_learner` |
| ADD CONSTRAINT `aam_ci_report_ibfk_1` FOREIGN KEY (`raci_id`) REFERENCES `reports_aamc_ci` (`raci_id`); | | ADD CONSTRAINT `aam_ci_report_ibfk_1` FOREIGN KEY (`raci_id`) REFERENCES `reports_aamc_ci` (`raci_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `rp_now_config` | | -- Constraints for table `rp_now_config` |
| -- | | -- |
| ALTER TABLE `rp_now_config` | | ALTER TABLE `rp_now_config` |
| ADD CONSTRAINT `rp_now_config_fk_1` FOREIGN KEY (`exam_post_id`) REFERENCES `exam_posts` (`post_id`); | | ADD CONSTRAINT `rp_now_config_fk_1` FOREIGN KEY (`exam_post_id`) REFERENCES `exam_posts` (`post_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `rp_now_users` | | -- Constraints for table `rp_now_users` |
| -- | | -- |
| ALTER TABLE `rp_now_users` | | ALTER TABLE `rp_now_users` |
| ADD CONSTRAINT `rp_now_user_fk_1` FOREIGN KEY (`rpnow_config_id`) REFERENCES `rp_now_config` (`rpnow_id`); | | ADD CONSTRAINT `rp_now_user_fk_1` FOREIGN KEY (`rpnow_config_id`) REFERENCES `rp_now_config` (`rpnow_id`); |
| | | |
| -- | | -- |
| -- Constraints for table `scorm_cmis` | | -- Constraints for table `scorm_cmis` |
| -- | | -- |
| ALTER TABLE `scorm_cmis` | | ALTER TABLE `scorm_cmis` |
| ADD CONSTRAINT `scorm_cmis_ibfk_1` FOREIGN KEY (`learning_object_id`) REFERENCES `learning_objects` (`learning_object_id`) ON DELETE CASCADE ON UPDATE CASCADE; | | ADD CONSTRAINT `scorm_cmis_ibfk_1` FOREIGN KEY (`learning_object_id`) REFERENCES `learning_objects` (`learning_object_id`) ON DELETE CASCADE ON UPDATE CASCADE; |
| | | |
| -- | | -- |
| -- Constraints for table `turnitin_webhooks` | | -- Constraints for table `turnitin_webhooks` |
| -- | | -- |
| ALTER TABLE `turnitin_webhooks` | | ALTER TABLE `turnitin_webhooks` |
| ADD CONSTRAINT `FK_TURNITIN` FOREIGN KEY (`turnitin_id`) REFERENCES `turnitin_entities` (`id`); | | ADD CONSTRAINT `FK_TURNITIN` FOREIGN KEY (`turnitin_id`) REFERENCES `turnitin_entities` (`id`); |
| | | |
| -- | | -- |
| -- Constraints for table `user_learner_levels` | | -- Constraints for table `user_learner_levels` |
| -- | | -- |
| ALTER TABLE `user_learner_levels` | | ALTER TABLE `user_learner_levels` |
| ADD CONSTRAINT `user_learner_levels_level_id` FOREIGN KEY (`level_id`) REFERENCES `global_lu_learner_levels` (`level_id`), | | ADD CONSTRAINT `user_learner_levels_level_id` FOREIGN KEY (`level_id`) REFERENCES `global_lu_learner_levels` (`level_id`), |
| ADD CONSTRAINT `user_learner_levels_status_id` FOREIGN KEY (`status_id`) REFERENCES `global_lu_learner_statuses` (`status_id`); | | ADD CONSTRAINT `user_learner_levels_status_id` FOREIGN KEY (`status_id`) REFERENCES `global_lu_learner_statuses` (`status_id`); |
| -- | | -- |
| -- Database: `elentra_me_clerkship` | | -- Database: `elentra_me_clerkship` |
| -- | | -- |
| CREATE DATABASE IF NOT EXISTS `elentra_me_clerkship` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; | | CREATE DATABASE IF NOT EXISTS `elentra_me_clerkship` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; |
| USE `elentra_me_clerkship`; | | USE `elentra_me_clerkship`; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `apartments` | | -- Table structure for table `apartments` |
| -- | | -- |
| | | |
| CREATE TABLE `apartments` ( | | CREATE TABLE `apartments` ( |
| `apartment_id` int(12) NOT NULL, | | `apartment_id` int(12) NOT NULL, |
| `countries_id` int(12) NOT NULL DEFAULT '0', | | `countries_id` int(12) NOT NULL DEFAULT '0', |
| `province_id` int(12) NOT NULL DEFAULT '0', | | `province_id` int(12) NOT NULL DEFAULT '0', |
| `apartment_province` varchar(24) NOT NULL DEFAULT '', | | `apartment_province` varchar(24) NOT NULL DEFAULT '', |
| `region_id` int(12) NOT NULL DEFAULT '0', | | `region_id` int(12) NOT NULL DEFAULT '0', |
| `department_id` int(12) NOT NULL DEFAULT '0', | | `department_id` int(12) NOT NULL DEFAULT '0', |
| `apartment_title` varchar(86) NOT NULL DEFAULT '', | | `apartment_title` varchar(86) NOT NULL DEFAULT '', |
| `apartment_number` varchar(12) NOT NULL DEFAULT '', | | `apartment_number` varchar(12) NOT NULL DEFAULT '', |
| `apartment_address` varchar(86) NOT NULL DEFAULT '', | | `apartment_address` varchar(86) NOT NULL DEFAULT '', |
| `apartment_postcode` varchar(12) NOT NULL DEFAULT '', | | `apartment_postcode` varchar(12) NOT NULL DEFAULT '', |
| `apartment_phone` varchar(24) NOT NULL DEFAULT '', | | `apartment_phone` varchar(24) NOT NULL DEFAULT '', |
| `apartment_email` varchar(128) NOT NULL DEFAULT '', | | `apartment_email` varchar(128) NOT NULL DEFAULT '', |
| `apartment_information` text NOT NULL, | | `apartment_information` text NOT NULL, |
| `super_firstname` varchar(32) NOT NULL, | | `super_firstname` varchar(32) NOT NULL, |
| `super_lastname` varchar(32) NOT NULL, | | `super_lastname` varchar(32) NOT NULL, |
| `super_phone` varchar(32) NOT NULL, | | `super_phone` varchar(32) NOT NULL, |
| `super_email` varchar(128) NOT NULL, | | `super_email` varchar(128) NOT NULL, |
| `keys_firstname` varchar(32) NOT NULL, | | `keys_firstname` varchar(32) NOT NULL, |
| `keys_lastname` varchar(32) NOT NULL, | | `keys_lastname` varchar(32) NOT NULL, |
| `keys_phone` varchar(32) NOT NULL, | | `keys_phone` varchar(32) NOT NULL, |
| `keys_email` varchar(128) NOT NULL, | | `keys_email` varchar(128) NOT NULL, |
| `max_occupants` int(8) NOT NULL DEFAULT '0', | | `max_occupants` int(8) NOT NULL DEFAULT '0', |
| `apartment_longitude` varchar(24) NOT NULL DEFAULT '', | | `apartment_longitude` varchar(24) NOT NULL DEFAULT '', |
| `apartment_latitude` varchar(24) NOT NULL DEFAULT '', | | `apartment_latitude` varchar(24) NOT NULL DEFAULT '', |
| `available_start` bigint(64) NOT NULL DEFAULT '0', | | `available_start` bigint(64) NOT NULL DEFAULT '0', |
| `available_finish` bigint(64) NOT NULL DEFAULT '0', | | `available_finish` bigint(64) NOT NULL DEFAULT '0', |
| `updated_last` bigint(64) NOT NULL DEFAULT '0', | | `updated_last` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `apartment_accounts` | | -- Table structure for table `apartment_accounts` |
| -- | | -- |
| | | |
| CREATE TABLE `apartment_accounts` ( | | CREATE TABLE `apartment_accounts` ( |
| `aaccount_id` int(12) NOT NULL, | | `aaccount_id` int(12) NOT NULL, |
| `apartment_id` int(12) NOT NULL DEFAULT '0', | | `apartment_id` int(12) NOT NULL DEFAULT '0', |
| `aaccount_company` varchar(128) NOT NULL DEFAULT '', | | `aaccount_company` varchar(128) NOT NULL DEFAULT '', |
| `aaccount_custnumber` varchar(128) NOT NULL DEFAULT '', | | `aaccount_custnumber` varchar(128) NOT NULL DEFAULT '', |
| `aaccount_details` text NOT NULL, | | `aaccount_details` text NOT NULL, |
| `updated_last` bigint(64) NOT NULL DEFAULT '0', | | `updated_last` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `account_status` varchar(12) NOT NULL DEFAULT '' | | `account_status` varchar(12) NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `apartment_contacts` | | -- Table structure for table `apartment_contacts` |
| -- | | -- |
| | | |
| CREATE TABLE `apartment_contacts` ( | | CREATE TABLE `apartment_contacts` ( |
| `acontact_id` int(12) NOT NULL, | | `acontact_id` int(12) NOT NULL, |
| `apartment_id` int(12) NOT NULL DEFAULT '0', | | `apartment_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `department_id` int(12) NOT NULL DEFAULT '0', | | `department_id` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `apartment_photos` | | -- Table structure for table `apartment_photos` |
| -- | | -- |
| | | |
| CREATE TABLE `apartment_photos` ( | | CREATE TABLE `apartment_photos` ( |
| `aphoto_id` int(12) NOT NULL, | | `aphoto_id` int(12) NOT NULL, |
| `apartment_id` int(12) NOT NULL DEFAULT '0', | | `apartment_id` int(12) NOT NULL DEFAULT '0', |
| `aphoto_name` varchar(64) NOT NULL DEFAULT '', | | `aphoto_name` varchar(64) NOT NULL DEFAULT '', |
| `aphoto_type` varchar(32) NOT NULL DEFAULT '', | | `aphoto_type` varchar(32) NOT NULL DEFAULT '', |
| `aphoto_size` int(32) NOT NULL DEFAULT '0', | | `aphoto_size` int(32) NOT NULL DEFAULT '0', |
| `aphoto_desc` text NOT NULL | | `aphoto_desc` text NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `apartment_regionaled_users` | | -- Table structure for table `apartment_regionaled_users` |
| -- | | -- |
| | | |
| CREATE TABLE `apartment_regionaled_users` ( | | CREATE TABLE `apartment_regionaled_users` ( |
| `aregionaled_id` int(12) NOT NULL, | | `aregionaled_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL DEFAULT '0' | | `proxy_id` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `apartment_schedule` | | -- Table structure for table `apartment_schedule` |
| -- | | -- |
| | | |
| CREATE TABLE `apartment_schedule` ( | | CREATE TABLE `apartment_schedule` ( |
| `aschedule_id` int(12) NOT NULL, | | `aschedule_id` int(12) NOT NULL, |
| `apartment_id` int(12) NOT NULL DEFAULT '0', | | `apartment_id` int(12) NOT NULL DEFAULT '0', |
| `event_id` int(12) NOT NULL DEFAULT '0', | | `event_id` int(12) NOT NULL DEFAULT '0', |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `occupant_title` varchar(64) NOT NULL, | | `occupant_title` varchar(64) NOT NULL, |
| `occupant_type` varchar(16) NOT NULL DEFAULT 'undergrad', | | `occupant_type` varchar(16) NOT NULL DEFAULT 'undergrad', |
| `confirmed` int(1) NOT NULL DEFAULT '1', | | `confirmed` int(1) NOT NULL DEFAULT '1', |
| `cost_recovery` int(1) NOT NULL DEFAULT '0', | | `cost_recovery` int(1) NOT NULL DEFAULT '0', |
| `notes` text NOT NULL, | | `notes` text NOT NULL, |
| `inhabiting_start` bigint(64) NOT NULL DEFAULT '0', | | `inhabiting_start` bigint(64) NOT NULL DEFAULT '0', |
| `inhabiting_finish` bigint(64) NOT NULL DEFAULT '0', | | `inhabiting_finish` bigint(64) NOT NULL DEFAULT '0', |
| `updated_last` bigint(64) NOT NULL DEFAULT '0', | | `updated_last` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0', | | `updated_by` int(12) NOT NULL DEFAULT '0', |
| `aschedule_status` varchar(12) NOT NULL DEFAULT '' | | `aschedule_status` varchar(12) NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `categories` | | -- Table structure for table `categories` |
| -- | | -- |
| | | |
| CREATE TABLE `categories` ( | | CREATE TABLE `categories` ( |
| `category_id` int(12) NOT NULL, | | `category_id` int(12) NOT NULL, |
| `category_parent` int(12) NOT NULL DEFAULT '0', | | `category_parent` int(12) NOT NULL DEFAULT '0', |
| `category_code` varchar(12) DEFAULT NULL, | | `category_code` varchar(12) DEFAULT NULL, |
| `category_type` int(12) NOT NULL DEFAULT '0', | | `category_type` int(12) NOT NULL DEFAULT '0', |
| `category_name` varchar(128) NOT NULL DEFAULT '', | | `category_name` varchar(128) NOT NULL DEFAULT '', |
| `category_desc` text, | | `category_desc` text, |
| `category_min` int(12) DEFAULT NULL, | | `category_min` int(12) DEFAULT NULL, |
| `category_max` int(12) DEFAULT NULL, | | `category_max` int(12) DEFAULT NULL, |
| `category_buffer` int(12) DEFAULT NULL, | | `category_buffer` int(12) DEFAULT NULL, |
| `category_start` bigint(64) NOT NULL DEFAULT '0', | | `category_start` bigint(64) NOT NULL DEFAULT '0', |
| `category_finish` bigint(64) NOT NULL DEFAULT '0', | | `category_finish` bigint(64) NOT NULL DEFAULT '0', |
| `subcategory_strict` int(1) NOT NULL DEFAULT '0', | | `subcategory_strict` int(1) NOT NULL DEFAULT '0', |
| `category_expiry` bigint(64) NOT NULL DEFAULT '0', | | `category_expiry` bigint(64) NOT NULL DEFAULT '0', |
| `category_status` varchar(12) NOT NULL DEFAULT 'published', | | `category_status` varchar(12) NOT NULL DEFAULT 'published', |
| `category_order` int(3) NOT NULL DEFAULT '0', | | `category_order` int(3) NOT NULL DEFAULT '0', |
| `organisation_id` int(12) DEFAULT NULL, | | `organisation_id` int(12) DEFAULT NULL, |
| `rotation_id` int(12) NOT NULL DEFAULT '0', | | `rotation_id` int(12) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(11) NOT NULL | | `updated_by` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `categories` | | -- Dumping data for table `categories` |
| -- | | -- |
| | | |
| INSERT INTO `categories` (`category_id`, `category_parent`, `category_code`, `category_type`, `category_name`, `category_desc`, `category_min`, `category_max`, `category_buffer`, `category_start`, `category_finish`, `subcategory_strict`, `category_expiry`, `category_status`, `category_order`, `organisation_id`, `rotation_id`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `categories` (`category_id`, `category_parent`, `category_code`, `category_type`, `category_name`, `category_desc`, `category_min`, `category_max`, `category_buffer`, `category_start`, `category_finish`, `subcategory_strict`, `category_expiry`, `category_status`, `category_order`, `organisation_id`, `rotation_id`, `updated_date`, `updated_by`) VALUES |
| (1, 0, NULL, 12, 'School of Medicine', NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'published', 0, NULL, 0, 0, 0), | | (1, 0, NULL, 12, 'School of Medicine', NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'published', 0, NULL, 0, 0, 0), |
| (2, 1, NULL, 13, 'All Students', NULL, NULL, NULL, NULL, 0, 1924927200, 0, 0, 'published', 0, NULL, 0, 0, 0), | | (2, 1, NULL, 13, 'All Students', NULL, NULL, NULL, NULL, 0, 1924927200, 0, 0, 'published', 0, NULL, 0, 0, 0), |
| (3, 2, NULL, 17, 'Example Stream', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 0, NULL, 0, 0, 0), | | (3, 2, NULL, 17, 'Example Stream', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 0, NULL, 0, 0, 0), |
| (4, 3, NULL, 32, 'Pediatrics', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 4, NULL, 4, 0, 0), | | (4, 3, NULL, 32, 'Pediatrics', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 4, NULL, 4, 0, 0), |
| (5, 3, NULL, 32, 'Obstetrics & Gynecology', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 3, NULL, 3, 0, 0), | | (5, 3, NULL, 32, 'Obstetrics & Gynecology', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 3, NULL, 3, 0, 0), |
| (6, 3, NULL, 32, 'Perioperative', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 5, NULL, 5, 0, 0), | | (6, 3, NULL, 32, 'Perioperative', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 5, NULL, 5, 0, 0), |
| (7, 3, NULL, 32, 'Surgery - Urology', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 7, NULL, 7, 0, 0), | | (7, 3, NULL, 32, 'Surgery - Urology', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 7, NULL, 7, 0, 0), |
| (8, 3, NULL, 32, 'Surgery - Orthopedic', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 8, NULL, 8, 0, 0), | | (8, 3, NULL, 32, 'Surgery - Orthopedic', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 8, NULL, 8, 0, 0), |
| (9, 3, NULL, 32, 'Family Medicine', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 1, NULL, 1, 0, 0), | | (9, 3, NULL, 32, 'Family Medicine', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 1, NULL, 1, 0, 0), |
| (10, 3, NULL, 32, 'Psychiatry', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 6, NULL, 6, 0, 0), | | (10, 3, NULL, 32, 'Psychiatry', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 6, NULL, 6, 0, 0), |
| (11, 3, NULL, 32, 'Medicine', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 2, NULL, 2, 0, 0), | | (11, 3, NULL, 32, 'Medicine', NULL, 9, 9, NULL, 0, 1924927200, 0, 0, 'published', 2, NULL, 2, 0, 0), |
| (12, 3, NULL, 32, 'Integrated', NULL, 2, 2, NULL, 0, 1924927200, 0, 0, 'published', 9, NULL, 9, 0, 0); | | (12, 3, NULL, 32, 'Integrated', NULL, 2, 2, NULL, 0, 1924927200, 0, 0, 'published', 9, NULL, 9, 0, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `category_departments` | | -- Table structure for table `category_departments` |
| -- | | -- |
| | | |
| CREATE TABLE `category_departments` ( | | CREATE TABLE `category_departments` ( |
| `cdep_id` int(12) NOT NULL, | | `cdep_id` int(12) NOT NULL, |
| `category_id` int(12) NOT NULL DEFAULT '0', | | `category_id` int(12) NOT NULL DEFAULT '0', |
| `department_id` int(12) NOT NULL DEFAULT '0', | | `department_id` int(12) NOT NULL DEFAULT '0', |
| `contact_id` int(12) NOT NULL DEFAULT '0' | | `contact_id` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `category_type` | | -- Table structure for table `category_type` |
| -- | | -- |
| | | |
| CREATE TABLE `category_type` ( | | CREATE TABLE `category_type` ( |
| `ctype_id` int(12) NOT NULL, | | `ctype_id` int(12) NOT NULL, |
| `ctype_parent` int(12) NOT NULL DEFAULT '0', | | `ctype_parent` int(12) NOT NULL DEFAULT '0', |
| `ctype_name` varchar(128) NOT NULL DEFAULT '', | | `ctype_name` varchar(128) NOT NULL DEFAULT '', |
| `ctype_desc` text NOT NULL, | | `ctype_desc` text NOT NULL, |
| `require_min` int(11) NOT NULL DEFAULT '0', | | `require_min` int(11) NOT NULL DEFAULT '0', |
| `require_max` int(11) NOT NULL DEFAULT '0', | | `require_max` int(11) NOT NULL DEFAULT '0', |
| `require_buffer` int(11) NOT NULL DEFAULT '0', | | `require_buffer` int(11) NOT NULL DEFAULT '0', |
| `require_start` int(11) NOT NULL DEFAULT '0', | | `require_start` int(11) NOT NULL DEFAULT '0', |
| `require_finish` int(11) NOT NULL DEFAULT '0', | | `require_finish` int(11) NOT NULL DEFAULT '0', |
| `require_expiry` int(11) NOT NULL DEFAULT '0', | | `require_expiry` int(11) NOT NULL DEFAULT '0', |
| `ctype_filterable` int(11) NOT NULL DEFAULT '0', | | `ctype_filterable` int(11) NOT NULL DEFAULT '0', |
| `ctype_order` int(3) NOT NULL DEFAULT '0' | | `ctype_order` int(3) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `category_type` | | -- Dumping data for table `category_type` |
| -- | | -- |
| | | |
| INSERT INTO `category_type` (`ctype_id`, `ctype_parent`, `ctype_name`, `ctype_desc`, `require_min`, `require_max`, `require_buffer`, `require_start`, `require_finish`, `require_expiry`, `ctype_filterable`, `ctype_order`) VALUES | | INSERT INTO `category_type` (`ctype_id`, `ctype_parent`, `ctype_name`, `ctype_desc`, `require_min`, `require_max`, `require_buffer`, `require_start`, `require_finish`, `require_expiry`, `ctype_filterable`, `ctype_order`) VALUES |
| (1, 30, 'Institution', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (1, 30, 'Institution', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (2, 30, 'Faculty', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (2, 30, 'Faculty', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (12, 30, 'School', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (12, 30, 'School', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (13, 30, 'Graduating Year', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (13, 30, 'Graduating Year', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (14, 30, 'Phase', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (14, 30, 'Phase', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (15, 30, 'Unit', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (15, 30, 'Unit', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (16, 30, 'Block', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (16, 30, 'Block', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (17, 30, 'Stream', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (17, 30, 'Stream', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (19, 30, 'Selective', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (19, 30, 'Selective', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (20, 30, 'Course Grouping', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (20, 30, 'Course Grouping', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (21, 30, 'Course', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (21, 30, 'Course', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (22, 30, 'Date Period', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (22, 30, 'Date Period', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (23, 0, 'Downtime', '', 0, 0, 0, 0, 0, 0, 0, 1), | | (23, 0, 'Downtime', '', 0, 0, 0, 0, 0, 0, 0, 1), |
| (24, 23, 'Holiday Period', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (24, 23, 'Holiday Period', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (25, 23, 'Vacation Period', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (25, 23, 'Vacation Period', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (26, 23, 'Sick Leave', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (26, 23, 'Sick Leave', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (27, 23, 'Maternity Leave', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (27, 23, 'Maternity Leave', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (28, 23, 'Personal Leave', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (28, 23, 'Personal Leave', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (29, 23, 'Leave Of Absense', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (29, 23, 'Leave Of Absense', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (30, 0, 'Default Types', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (30, 0, 'Default Types', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (31, 30, 'Elective', '', 0, 0, 0, 0, 0, 0, 0, 0), | | (31, 30, 'Elective', '', 0, 0, 0, 0, 0, 0, 0, 0), |
| (32, 30, 'Rotation', '', 0, 0, 0, 0, 0, 0, 0, 0); | | (32, 30, 'Rotation', '', 0, 0, 0, 0, 0, 0, 0, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `electives` | | -- Table structure for table `electives` |
| -- | | -- |
| | | |
| CREATE TABLE `electives` ( | | CREATE TABLE `electives` ( |
| `electives_id` int(12) NOT NULL, | | `electives_id` int(12) NOT NULL, |
| `event_id` int(12) NOT NULL, | | `event_id` int(12) NOT NULL, |
| `geo_location` varchar(15) NOT NULL DEFAULT 'National', | | `geo_location` varchar(15) NOT NULL DEFAULT 'National', |
| `department_id` int(12) NOT NULL, | | `department_id` int(12) NOT NULL, |
| `discipline_id` int(11) NOT NULL, | | `discipline_id` int(11) NOT NULL, |
| `sub_discipline` varchar(100) DEFAULT NULL, | | `sub_discipline` varchar(100) DEFAULT NULL, |
| `schools_id` int(11) NOT NULL, | | `schools_id` int(11) NOT NULL, |
| `other_medical_school` varchar(150) DEFAULT NULL, | | `other_medical_school` varchar(150) DEFAULT NULL, |
| `objective` text NOT NULL, | | `objective` text NOT NULL, |
| `preceptor_prefix` varchar(10) DEFAULT NULL, | | `preceptor_prefix` varchar(10) DEFAULT NULL, |
| `preceptor_first_name` varchar(50) DEFAULT NULL, | | `preceptor_first_name` varchar(50) DEFAULT NULL, |
| `preceptor_last_name` varchar(50) NOT NULL, | | `preceptor_last_name` varchar(50) NOT NULL, |
| `address` varchar(250) NOT NULL, | | `address` varchar(250) NOT NULL, |
| `countries_id` int(12) NOT NULL, | | `countries_id` int(12) NOT NULL, |
| `city` varchar(100) NOT NULL, | | `city` varchar(100) NOT NULL, |
| `prov_state` varchar(200) NOT NULL, | | `prov_state` varchar(200) NOT NULL, |
| `region_id` int(12) NOT NULL DEFAULT '0', | | `region_id` int(12) NOT NULL DEFAULT '0', |
| `postal_zip_code` varchar(20) DEFAULT NULL, | | `postal_zip_code` varchar(20) DEFAULT NULL, |
| `fax` varchar(25) DEFAULT NULL, | | `fax` varchar(25) DEFAULT NULL, |
| `phone` varchar(25) DEFAULT NULL, | | `phone` varchar(25) DEFAULT NULL, |
| `email` varchar(150) NOT NULL, | | `email` varchar(150) NOT NULL, |
| `updated_date` bigint(64) NOT NULL, | | `updated_date` bigint(64) NOT NULL, |
| `updated_by` int(12) NOT NULL | | `updated_by` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `evaluations` | | -- Table structure for table `evaluations` |
| -- | | -- |
| | | |
| CREATE TABLE `evaluations` ( | | CREATE TABLE `evaluations` ( |
| `item_id` int(12) NOT NULL, | | `item_id` int(12) NOT NULL, |
| `form_id` int(12) NOT NULL DEFAULT '0', | | `form_id` int(12) NOT NULL DEFAULT '0', |
| `active` int(1) NOT NULL DEFAULT '0', | | `active` int(1) NOT NULL DEFAULT '0', |
| `category_id` int(12) NOT NULL DEFAULT '0', | | `category_id` int(12) NOT NULL DEFAULT '0', |
| `category_recurse` int(2) NOT NULL DEFAULT '1', | | `category_recurse` int(2) NOT NULL DEFAULT '1', |
| `item_title` varchar(128) NOT NULL DEFAULT '', | | `item_title` varchar(128) NOT NULL DEFAULT '', |
| `item_maxinstances` int(4) NOT NULL DEFAULT '1', | | `item_maxinstances` int(4) NOT NULL DEFAULT '1', |
| `item_start` int(12) NOT NULL DEFAULT '1', | | `item_start` int(12) NOT NULL DEFAULT '1', |
| `item_end` int(12) NOT NULL DEFAULT '30', | | `item_end` int(12) NOT NULL DEFAULT '30', |
| `item_status` varchar(12) NOT NULL DEFAULT 'published', | | `item_status` varchar(12) NOT NULL DEFAULT 'published', |
| `modified_last` bigint(64) NOT NULL DEFAULT '0', | | `modified_last` bigint(64) NOT NULL DEFAULT '0', |
| `modified_by` int(12) NOT NULL DEFAULT '0' | | `modified_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `eval_answers` | | -- Table structure for table `eval_answers` |
| -- | | -- |
| | | |
| CREATE TABLE `eval_answers` ( | | CREATE TABLE `eval_answers` ( |
| `answer_id` int(12) NOT NULL, | | `answer_id` int(12) NOT NULL, |
| `question_id` int(12) NOT NULL DEFAULT '0', | | `question_id` int(12) NOT NULL DEFAULT '0', |
| `answer_type` varchar(50) NOT NULL DEFAULT '', | | `answer_type` varchar(50) NOT NULL DEFAULT '', |
| `answer_label` varchar(50) NOT NULL DEFAULT '', | | `answer_label` varchar(50) NOT NULL DEFAULT '', |
| `answer_value` varchar(50) NOT NULL DEFAULT '', | | `answer_value` varchar(50) NOT NULL DEFAULT '', |
| `answer_lastmod` bigint(64) DEFAULT NULL | | `answer_lastmod` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `eval_approved` | | -- Table structure for table `eval_approved` |
| -- | | -- |
| | | |
| CREATE TABLE `eval_approved` ( | | CREATE TABLE `eval_approved` ( |
| `approved_id` int(12) NOT NULL, | | `approved_id` int(12) NOT NULL, |
| `notification_id` int(12) NOT NULL DEFAULT '0', | | `notification_id` int(12) NOT NULL DEFAULT '0', |
| `completed_id` int(12) NOT NULL DEFAULT '0', | | `completed_id` int(12) NOT NULL DEFAULT '0', |
| `modified_last` bigint(64) NOT NULL DEFAULT '0', | | `modified_last` bigint(64) NOT NULL DEFAULT '0', |
| `modified_by` int(12) NOT NULL DEFAULT '0' | | `modified_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `eval_completed` | | -- Table structure for table `eval_completed` |
| -- | | -- |
| | | |
| CREATE TABLE `eval_completed` ( | | CREATE TABLE `eval_completed` ( |
| `completed_id` int(12) NOT NULL, | | `completed_id` int(12) NOT NULL, |
| `notification_id` int(12) NOT NULL DEFAULT '0', | | `notification_id` int(12) NOT NULL DEFAULT '0', |
| `instructor_id` varchar(24) NOT NULL DEFAULT '0', | | `instructor_id` varchar(24) NOT NULL DEFAULT '0', |
| `completed_status` varchar(12) NOT NULL DEFAULT 'pending', | | `completed_status` varchar(12) NOT NULL DEFAULT 'pending', |
| `completed_lastmod` bigint(64) NOT NULL DEFAULT '0' | | `completed_lastmod` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `eval_forms` | | -- Table structure for table `eval_forms` |
| -- | | -- |
| | | |
| CREATE TABLE `eval_forms` ( | | CREATE TABLE `eval_forms` ( |
| `form_id` int(12) NOT NULL, | | `form_id` int(12) NOT NULL, |
| `form_type` varchar(12) NOT NULL DEFAULT '', | | `form_type` varchar(12) NOT NULL DEFAULT '', |
| `nmessage_id` int(12) NOT NULL DEFAULT '0', | | `nmessage_id` int(12) NOT NULL DEFAULT '0', |
| `form_title` varchar(128) NOT NULL DEFAULT '', | | `form_title` varchar(128) NOT NULL DEFAULT '', |
| `form_author` int(12) NOT NULL DEFAULT '0', | | `form_author` int(12) NOT NULL DEFAULT '0', |
| `form_desc` text NOT NULL, | | `form_desc` text NOT NULL, |
| `form_status` varchar(12) NOT NULL DEFAULT 'published', | | `form_status` varchar(12) NOT NULL DEFAULT 'published', |
| `form_lastmod` bigint(64) DEFAULT NULL | | `form_lastmod` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `eval_questions` | | -- Table structure for table `eval_questions` |
| -- | | -- |
| | | |
| CREATE TABLE `eval_questions` ( | | CREATE TABLE `eval_questions` ( |
| `question_id` int(12) NOT NULL, | | `question_id` int(12) NOT NULL, |
| `form_id` int(12) NOT NULL DEFAULT '0', | | `form_id` int(12) NOT NULL DEFAULT '0', |
| `question_text` text NOT NULL, | | `question_text` text NOT NULL, |
| `question_style` varchar(50) NOT NULL DEFAULT '', | | `question_style` varchar(50) NOT NULL DEFAULT '', |
| `question_required` varchar(50) NOT NULL DEFAULT '', | | `question_required` varchar(50) NOT NULL DEFAULT '', |
| `question_lastmod` bigint(64) DEFAULT NULL | | `question_lastmod` bigint(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `eval_results` | | -- Table structure for table `eval_results` |
| -- | | -- |
| | | |
| CREATE TABLE `eval_results` ( | | CREATE TABLE `eval_results` ( |
| `result_id` int(12) NOT NULL, | | `result_id` int(12) NOT NULL, |
| `completed_id` int(12) NOT NULL DEFAULT '0', | | `completed_id` int(12) NOT NULL DEFAULT '0', |
| `answer_id` int(12) NOT NULL DEFAULT '0', | | `answer_id` int(12) NOT NULL DEFAULT '0', |
| `result_value` text NOT NULL, | | `result_value` text NOT NULL, |
| `result_lastmod` bigint(64) NOT NULL DEFAULT '0' | | `result_lastmod` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `events` | | -- Table structure for table `events` |
| -- | | -- |
| | | |
| CREATE TABLE `events` ( | | CREATE TABLE `events` ( |
| `event_id` int(12) NOT NULL, | | `event_id` int(12) NOT NULL, |
| `category_id` int(12) NOT NULL DEFAULT '0', | | `category_id` int(12) NOT NULL DEFAULT '0', |
| `rotation_id` int(12) NOT NULL DEFAULT '0', | | `rotation_id` int(12) NOT NULL DEFAULT '0', |
| `region_id` int(12) NOT NULL DEFAULT '0', | | `region_id` int(12) NOT NULL DEFAULT '0', |
| `event_title` varchar(255) NOT NULL DEFAULT '', | | `event_title` varchar(255) NOT NULL DEFAULT '', |
| `event_desc` text, | | `event_desc` text, |
| `event_start` bigint(64) NOT NULL DEFAULT '0', | | `event_start` bigint(64) NOT NULL DEFAULT '0', |
| `event_finish` bigint(64) NOT NULL DEFAULT '0', | | `event_finish` bigint(64) NOT NULL DEFAULT '0', |
| `event_expiry` bigint(64) NOT NULL DEFAULT '0', | | `event_expiry` bigint(64) NOT NULL DEFAULT '0', |
| `accessible_start` bigint(64) NOT NULL DEFAULT '0', | | `accessible_start` bigint(64) NOT NULL DEFAULT '0', |
| `accessible_finish` bigint(64) NOT NULL DEFAULT '0', | | `accessible_finish` bigint(64) NOT NULL DEFAULT '0', |
| `modified_last` bigint(64) NOT NULL DEFAULT '0', | | `modified_last` bigint(64) NOT NULL DEFAULT '0', |
| `modified_by` int(12) NOT NULL DEFAULT '0', | | `modified_by` int(12) NOT NULL DEFAULT '0', |
| `event_type` varchar(12) NOT NULL DEFAULT 'academic', | | `event_type` varchar(12) NOT NULL DEFAULT 'academic', |
| `event_access` varchar(12) NOT NULL DEFAULT 'public', | | `event_access` varchar(12) NOT NULL DEFAULT 'public', |
| `event_status` varchar(12) NOT NULL DEFAULT 'published', | | `event_status` varchar(12) NOT NULL DEFAULT 'published', |
| `requires_apartment` int(1) NOT NULL DEFAULT '0' | | `requires_apartment` int(1) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_contacts` | | -- Table structure for table `event_contacts` |
| -- | | -- |
| | | |
| CREATE TABLE `event_contacts` ( | | CREATE TABLE `event_contacts` ( |
| `econtact_id` int(12) NOT NULL, | | `econtact_id` int(12) NOT NULL, |
| `event_id` int(12) NOT NULL DEFAULT '0', | | `event_id` int(12) NOT NULL DEFAULT '0', |
| `econtact_type` varchar(12) NOT NULL DEFAULT 'student', | | `econtact_type` varchar(12) NOT NULL DEFAULT 'student', |
| `etype_id` int(12) NOT NULL DEFAULT '0', | | `etype_id` int(12) NOT NULL DEFAULT '0', |
| `econtact_parent` int(12) NOT NULL DEFAULT '0', | | `econtact_parent` int(12) NOT NULL DEFAULT '0', |
| `econtact_desc` text, | | `econtact_desc` text, |
| `econtact_start` bigint(64) NOT NULL DEFAULT '0', | | `econtact_start` bigint(64) NOT NULL DEFAULT '0', |
| `econtact_finish` bigint(64) NOT NULL DEFAULT '0', | | `econtact_finish` bigint(64) NOT NULL DEFAULT '0', |
| `econtact_status` varchar(12) NOT NULL DEFAULT 'published', | | `econtact_status` varchar(12) NOT NULL DEFAULT 'published', |
| `econtact_order` int(3) NOT NULL DEFAULT '0' | | `econtact_order` int(3) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `event_locations` | | -- Table structure for table `event_locations` |
| -- | | -- |
| | | |
| CREATE TABLE `event_locations` ( | | CREATE TABLE `event_locations` ( |
| `elocation_id` int(12) NOT NULL, | | `elocation_id` int(12) NOT NULL, |
| `event_id` int(12) NOT NULL DEFAULT '0', | | `event_id` int(12) NOT NULL DEFAULT '0', |
| `location_id` int(12) NOT NULL DEFAULT '0', | | `location_id` int(12) NOT NULL DEFAULT '0', |
| `elocation_start` bigint(64) NOT NULL DEFAULT '0', | | `elocation_start` bigint(64) NOT NULL DEFAULT '0', |
| `elocation_finish` bigint(64) NOT NULL DEFAULT '0', | | `elocation_finish` bigint(64) NOT NULL DEFAULT '0', |
| `elocation_status` varchar(12) NOT NULL DEFAULT 'published', | | `elocation_status` varchar(12) NOT NULL DEFAULT 'published', |
| `elocation_order` int(3) NOT NULL DEFAULT '0' | | `elocation_order` int(3) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `global_lu_rotations` | | -- Table structure for table `global_lu_rotations` |
| -- | | -- |
| | | |
| CREATE TABLE `global_lu_rotations` ( | | CREATE TABLE `global_lu_rotations` ( |
| `rotation_id` int(12) UNSIGNED NOT NULL, | | `rotation_id` int(12) UNSIGNED NOT NULL, |
| `rotation_title` varchar(24) DEFAULT NULL, | | `rotation_title` varchar(24) DEFAULT NULL, |
| `percent_required` int(3) NOT NULL, | | `percent_required` int(3) NOT NULL, |
| `percent_period_complete` int(3) NOT NULL, | | `percent_period_complete` int(3) NOT NULL, |
| `course_id` int(12) NOT NULL DEFAULT '0' | | `course_id` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `global_lu_rotations` | | -- Dumping data for table `global_lu_rotations` |
| -- | | -- |
| | | |
| INSERT INTO `global_lu_rotations` (`rotation_id`, `rotation_title`, `percent_required`, `percent_period_complete`, `course_id`) VALUES | | INSERT INTO `global_lu_rotations` (`rotation_id`, `rotation_title`, `percent_required`, `percent_period_complete`, `course_id`) VALUES |
| (1, 'Family Medicine', 50, 50, 0), | | (1, 'Family Medicine', 50, 50, 0), |
| (2, 'Medicine', 50, 50, 0), | | (2, 'Medicine', 50, 50, 0), |
| (3, 'Obstetrics & Gynecology', 50, 50, 0), | | (3, 'Obstetrics & Gynecology', 50, 50, 0), |
| (4, 'Pediatrics', 50, 50, 0), | | (4, 'Pediatrics', 50, 50, 0), |
| (5, 'Perioperative', 50, 50, 0), | | (5, 'Perioperative', 50, 50, 0), |
| (6, 'Psychiatry', 50, 50, 0), | | (6, 'Psychiatry', 50, 50, 0), |
| (7, 'Surgery-Urology', 50, 50, 0), | | (7, 'Surgery-Urology', 50, 50, 0), |
| (8, 'Surgery-Orthopedic', 50, 50, 0), | | (8, 'Surgery-Orthopedic', 50, 50, 0), |
| (9, 'Integrated', 50, 50, 0); | | (9, 'Integrated', 50, 50, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_deficiency_plans` | | -- Table structure for table `logbook_deficiency_plans` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_deficiency_plans` ( | | CREATE TABLE `logbook_deficiency_plans` ( |
| `ldeficiency_plan_id` int(12) NOT NULL, | | `ldeficiency_plan_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `rotation_id` int(12) NOT NULL DEFAULT '0', | | `rotation_id` int(12) NOT NULL DEFAULT '0', |
| `plan_body` text, | | `plan_body` text, |
| `timeline_start` int(12) NOT NULL DEFAULT '0', | | `timeline_start` int(12) NOT NULL DEFAULT '0', |
| `timeline_finish` int(12) NOT NULL DEFAULT '0', | | `timeline_finish` int(12) NOT NULL DEFAULT '0', |
| `clerk_accepted` int(1) NOT NULL DEFAULT '0', | | `clerk_accepted` int(1) NOT NULL DEFAULT '0', |
| `administrator_accepted` int(1) NOT NULL DEFAULT '0', | | `administrator_accepted` int(1) NOT NULL DEFAULT '0', |
| `administrator_comments` text, | | `administrator_comments` text, |
| `administrator_id` int(12) NOT NULL DEFAULT '0' | | `administrator_id` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_entries` | | -- Table structure for table `logbook_entries` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_entries` ( | | CREATE TABLE `logbook_entries` ( |
| `lentry_id` int(12) UNSIGNED NOT NULL, | | `lentry_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `encounter_date` int(12) NOT NULL, | | `encounter_date` int(12) NOT NULL, |
| `updated_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0', | | `updated_date` bigint(64) UNSIGNED NOT NULL DEFAULT '0', |
| `patient_info` varchar(30) NOT NULL, | | `patient_info` varchar(30) NOT NULL, |
| `agerange_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `agerange_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `gender` varchar(1) NOT NULL DEFAULT '0', | | `gender` varchar(1) NOT NULL DEFAULT '0', |
| `rotation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `rotation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `llocation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `llocation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `lsite_id` int(11) NOT NULL, | | `lsite_id` int(11) NOT NULL, |
| `comments` text, | | `comments` text, |
| `reflection` text NOT NULL, | | `reflection` text NOT NULL, |
| `participation_level` int(2) NOT NULL DEFAULT '2', | | `participation_level` int(2) NOT NULL DEFAULT '2', |
| `entry_active` int(1) NOT NULL DEFAULT '1' | | `entry_active` int(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_entry_checklist` | | -- Table structure for table `logbook_entry_checklist` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_entry_checklist` ( | | CREATE TABLE `logbook_entry_checklist` ( |
| `lechecklist_id` int(12) UNSIGNED NOT NULL, | | `lechecklist_id` int(12) UNSIGNED NOT NULL, |
| `proxy_id` int(12) UNSIGNED NOT NULL, | | `proxy_id` int(12) UNSIGNED NOT NULL, |
| `rotation_id` int(12) UNSIGNED NOT NULL, | | `rotation_id` int(12) UNSIGNED NOT NULL, |
| `checklist` bigint(64) UNSIGNED NOT NULL, | | `checklist` bigint(64) UNSIGNED NOT NULL, |
| `updated_date` bigint(64) NOT NULL | | `updated_date` bigint(64) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_entry_evaluations` | | -- Table structure for table `logbook_entry_evaluations` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_entry_evaluations` ( | | CREATE TABLE `logbook_entry_evaluations` ( |
| `leevaluation_id` int(11) UNSIGNED NOT NULL, | | `leevaluation_id` int(11) UNSIGNED NOT NULL, |
| `levaluation_id` int(12) UNSIGNED NOT NULL, | | `levaluation_id` int(12) UNSIGNED NOT NULL, |
| `item_status` int(1) NOT NULL DEFAULT '0', | | `item_status` int(1) NOT NULL DEFAULT '0', |
| `updated_date` bigint(64) NOT NULL | | `updated_date` bigint(64) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_entry_objectives` | | -- Table structure for table `logbook_entry_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_entry_objectives` ( | | CREATE TABLE `logbook_entry_objectives` ( |
| `leobjective_id` int(12) UNSIGNED NOT NULL, | | `leobjective_id` int(12) UNSIGNED NOT NULL, |
| `lentry_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `lentry_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `objective_id` int(12) UNSIGNED NOT NULL DEFAULT '0' | | `objective_id` int(12) UNSIGNED NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_entry_procedures` | | -- Table structure for table `logbook_entry_procedures` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_entry_procedures` ( | | CREATE TABLE `logbook_entry_procedures` ( |
| `leprocedure_id` int(12) UNSIGNED NOT NULL, | | `leprocedure_id` int(12) UNSIGNED NOT NULL, |
| `lentry_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `lentry_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `lprocedure_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `lprocedure_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `level` smallint(6) NOT NULL COMMENT 'Level of involvement' | | `level` smallint(6) NOT NULL COMMENT 'Level of involvement' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_location_types` | | -- Table structure for table `logbook_location_types` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_location_types` ( | | CREATE TABLE `logbook_location_types` ( |
| `llocation_type_id` int(11) UNSIGNED NOT NULL, | | `llocation_type_id` int(11) UNSIGNED NOT NULL, |
| `lltype_id` int(11) NOT NULL, | | `lltype_id` int(11) NOT NULL, |
| `llocation_id` int(11) NOT NULL | | `llocation_id` int(11) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `logbook_location_types` | | -- Dumping data for table `logbook_location_types` |
| -- | | -- |
| | | |
| INSERT INTO `logbook_location_types` (`llocation_type_id`, `lltype_id`, `llocation_id`) VALUES | | INSERT INTO `logbook_location_types` (`llocation_type_id`, `lltype_id`, `llocation_id`) VALUES |
| (1, 1, 1), | | (1, 1, 1), |
| (2, 1, 3), | | (2, 1, 3), |
| (3, 2, 6), | | (3, 2, 6), |
| (4, 1, 5), | | (4, 1, 5), |
| (5, 1, 9), | | (5, 1, 9), |
| (6, 2, 2), | | (6, 2, 2), |
| (7, 2, 4), | | (7, 2, 4), |
| (8, 2, 5), | | (8, 2, 5), |
| (9, 2, 7), | | (9, 2, 7), |
| (10, 2, 8), | | (10, 2, 8), |
| (11, 3, 10), | | (11, 3, 10), |
| (12, 3, 11); | | (12, 3, 11); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_lu_agerange` | | -- Table structure for table `logbook_lu_agerange` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_lu_agerange` ( | | CREATE TABLE `logbook_lu_agerange` ( |
| `agerange_id` int(12) UNSIGNED NOT NULL, | | `agerange_id` int(12) UNSIGNED NOT NULL, |
| `rotation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `rotation_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `age` varchar(8) DEFAULT NULL | | `age` varchar(8) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `logbook_lu_agerange` | | -- Dumping data for table `logbook_lu_agerange` |
| -- | | -- |
| | | |
| INSERT INTO `logbook_lu_agerange` (`agerange_id`, `rotation_id`, `age`) VALUES | | INSERT INTO `logbook_lu_agerange` (`agerange_id`, `rotation_id`, `age`) VALUES |
| (1, 0, ' < 1'), | | (1, 0, ' < 1'), |
| (2, 0, ' 1 - 4'), | | (2, 0, ' 1 - 4'), |
| (3, 0, ' 5 - 14'), | | (3, 0, ' 5 - 14'), |
| (4, 0, '15 - 24'), | | (4, 0, '15 - 24'), |
| (5, 0, '25 - 34'), | | (5, 0, '25 - 34'), |
| (6, 0, '35 - 44'), | | (6, 0, '35 - 44'), |
| (7, 0, '45 - 54'), | | (7, 0, '45 - 54'), |
| (8, 0, '55 - 64'), | | (8, 0, '55 - 64'), |
| (9, 0, '65 - 74'), | | (9, 0, '65 - 74'), |
| (10, 0, ' 75+'), | | (10, 0, ' 75+'), |
| (11, 5, ' < 1m'), | | (11, 5, ' < 1m'), |
| (12, 5, ' < 1w'), | | (12, 5, ' < 1w'), |
| (13, 5, ' < 6m'), | | (13, 5, ' < 6m'), |
| (14, 5, ' < 12m'), | | (14, 5, ' < 12m'), |
| (15, 5, ' < 60m'), | | (15, 5, ' < 60m'), |
| (16, 5, ' 5-12'), | | (16, 5, ' 5-12'), |
| (17, 5, '13 - 19'), | | (17, 5, '13 - 19'), |
| (18, 5, '20 - 64'), | | (18, 5, '20 - 64'), |
| (19, 6, ' 5 - 11'), | | (19, 6, ' 5 - 11'), |
| (20, 6, '12 - 17'), | | (20, 6, '12 - 17'), |
| (21, 6, '18 - 34'); | | (21, 6, '18 - 34'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_lu_checklist` | | -- Table structure for table `logbook_lu_checklist` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_lu_checklist` ( | | CREATE TABLE `logbook_lu_checklist` ( |
| `lchecklist_id` int(12) UNSIGNED NOT NULL, | | `lchecklist_id` int(12) UNSIGNED NOT NULL, |
| `rotation_id` int(12) UNSIGNED NOT NULL, | | `rotation_id` int(12) UNSIGNED NOT NULL, |
| `line` int(11) DEFAULT NULL, | | `line` int(11) DEFAULT NULL, |
| `type` int(11) NOT NULL, | | `type` int(11) NOT NULL, |
| `indent` int(11) DEFAULT NULL, | | `indent` int(11) DEFAULT NULL, |
| `item` varchar(255) NOT NULL | | `item` varchar(255) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `logbook_lu_checklist` | | -- Dumping data for table `logbook_lu_checklist` |
| -- | | -- |
| | | |
| INSERT INTO `logbook_lu_checklist` (`lchecklist_id`, `rotation_id`, `line`, `type`, `indent`, `item`) VALUES | | INSERT INTO `logbook_lu_checklist` (`lchecklist_id`, `rotation_id`, `line`, `type`, `indent`, `item`) VALUES |
| (1, 2, 1, 1, 0, 'Checklist for Family Medicine:'), | | (1, 2, 1, 1, 0, 'Checklist for Family Medicine:'), |
| (2, 2, 2, 2, 2, 'Learning Plan (see core doc, p. 26)'), | | (2, 2, 2, 2, 2, 'Learning Plan (see core doc, p. 26)'), |
| (3, 2, 3, 1, 1, 'Midpoint Review (to be completed by 3rd Friday of rotation)'), | | (3, 2, 3, 1, 1, 'Midpoint Review (to be completed by 3rd Friday of rotation)'), |
| (4, 2, 5, 2, 2, 'Review Logbook with Preceptor'), | | (4, 2, 5, 2, 2, 'Review Logbook with Preceptor'), |
| (5, 2, 6, 2, 2, 'Review Learning Plan'), | | (5, 2, 6, 2, 2, 'Review Learning Plan'), |
| (6, 2, 7, 2, 2, 'Formative MCQ Exam (on 3rd Friday of rotation)'), | | (6, 2, 7, 2, 2, 'Formative MCQ Exam (on 3rd Friday of rotation)'), |
| (7, 2, 8, 1, 1, 'In the final (6th) week:'), | | (7, 2, 8, 1, 1, 'In the final (6th) week:'), |
| (8, 2, 9, 2, 2, 'Show completed logbook'), | | (8, 2, 9, 2, 2, 'Show completed logbook'), |
| (9, 2, 10, 2, 2, 'Present Project to clinic (by 6th Friday; see core doc, p. 28)'), | | (9, 2, 10, 2, 2, 'Present Project to clinic (by 6th Friday; see core doc, p. 28)'), |
| (10, 2, 11, 2, 2, 'Present Project to peers/examiners (by 6th Fri; core doc, p.28)'), | | (10, 2, 11, 2, 2, 'Present Project to peers/examiners (by 6th Fri; core doc, p.28)'), |
| (11, 2, 12, 2, 2, 'Have completed 4 mini-CEX (see core doc, p. 28)'), | | (11, 2, 12, 2, 2, 'Have completed 4 mini-CEX (see core doc, p. 28)'), |
| (12, 2, 13, 2, 2, 'Final ITER (due on 6th Friday of rotation)'), | | (12, 2, 13, 2, 2, 'Final ITER (due on 6th Friday of rotation)'), |
| (13, 2, 14, 2, 2, 'Summative MCQ Exam (on 6th Friday of rotation)'), | | (13, 2, 14, 2, 2, 'Summative MCQ Exam (on 6th Friday of rotation)'), |
| (14, 1, 1, 1, 0, 'Checklist for Emergency Medicine:'), | | (14, 1, 1, 1, 0, 'Checklist for Emergency Medicine:'), |
| (15, 1, 2, 2, 2, 'Daily Shift Reports'), | | (15, 1, 2, 2, 2, 'Daily Shift Reports'), |
| (16, 1, 3, 1, 1, 'Midpoint Review '), | | (16, 1, 3, 1, 1, 'Midpoint Review '), |
| (17, 1, 4, 2, 2, 'Review Logbook with Preceptor'), | | (17, 1, 4, 2, 2, 'Review Logbook with Preceptor'), |
| (18, 1, 5, 1, 1, 'In the final week:'), | | (18, 1, 5, 1, 1, 'In the final week:'), |
| (19, 1, 6, 2, 2, 'Show completed logbook'), | | (19, 1, 6, 2, 2, 'Show completed logbook'), |
| (20, 1, 7, 2, 2, 'Final ITER '), | | (20, 1, 7, 2, 2, 'Final ITER '), |
| (21, 1, 8, 2, 2, 'Summative MCQ Exam '), | | (21, 1, 8, 2, 2, 'Summative MCQ Exam '), |
| (22, 3, 1, 1, 0, 'Checklist for Internal Medicine:'), | | (22, 3, 1, 1, 0, 'Checklist for Internal Medicine:'), |
| (23, 3, 2, 1, 1, 'Midpoint Review (to be completed by 6th Friday of rotation)'), | | (23, 3, 2, 1, 1, 'Midpoint Review (to be completed by 6th Friday of rotation)'), |
| (24, 3, 3, 2, 2, 'Review Logbook with Preceptor'), | | (24, 3, 3, 2, 2, 'Review Logbook with Preceptor'), |
| (25, 3, 4, 2, 2, 'Formative MCQ Exam (on 6th Friday of rotation)'), | | (25, 3, 4, 2, 2, 'Formative MCQ Exam (on 6th Friday of rotation)'), |
| (26, 3, 5, 2, 2, 'Formative Mid-term OSCE'), | | (26, 3, 5, 2, 2, 'Formative Mid-term OSCE'), |
| (27, 3, 6, 1, 1, 'In the final (12th) week:'), | | (27, 3, 6, 1, 1, 'In the final (12th) week:'), |
| (28, 3, 7, 2, 2, 'Show completed logbook'), | | (28, 3, 7, 2, 2, 'Show completed logbook'), |
| (29, 3, 8, 2, 2, 'Final ITER (due on 12th Friday of rotation)'), | | (29, 3, 8, 2, 2, 'Final ITER (due on 12th Friday of rotation)'), |
| (30, 3, 9, 2, 2, 'Summative MCQ Exam'), | | (30, 3, 9, 2, 2, 'Summative MCQ Exam'), |
| (31, 4, 1, 1, 0, 'Checklist for Obstetrics & Gynecology:'), | | (31, 4, 1, 1, 0, 'Checklist for Obstetrics & Gynecology:'), |
| (32, 4, 2, 1, 1, 'Midpoint Review (to be completed by 2nd week of rotation)'), | | (32, 4, 2, 1, 1, 'Midpoint Review (to be completed by 2nd week of rotation)'), |
| (33, 4, 3, 2, 2, 'Review Logbook with Preceptor'), | | (33, 4, 3, 2, 2, 'Review Logbook with Preceptor'), |
| (34, 4, 4, 2, 2, 'Formative MCQ Exam (on 2nd week of rotation)'), | | (34, 4, 4, 2, 2, 'Formative MCQ Exam (on 2nd week of rotation)'), |
| (35, 4, 5, 1, 1, 'In the final (4th) week:'), | | (35, 4, 5, 1, 1, 'In the final (4th) week:'), |
| (36, 4, 6, 2, 2, 'Show completed logbook'), | | (36, 4, 6, 2, 2, 'Show completed logbook'), |
| (37, 4, 7, 2, 2, 'Final ITER (due on 4th Friday of rotation)'), | | (37, 4, 7, 2, 2, 'Final ITER (due on 4th Friday of rotation)'), |
| (38, 4, 8, 2, 2, 'Summative MCQ Exam'), | | (38, 4, 8, 2, 2, 'Summative MCQ Exam'), |
| (39, 5, 1, 1, 0, 'Checklist for Pediatrics:'), | | (39, 5, 1, 1, 0, 'Checklist for Pediatrics:'), |
| (40, 5, 2, 1, 1, 'Midpoint Review (to be completed by mid rotation)'), | | (40, 5, 2, 1, 1, 'Midpoint Review (to be completed by mid rotation)'), |
| (41, 5, 3, 2, 2, 'Review Logbook with Preceptor'), | | (41, 5, 3, 2, 2, 'Review Logbook with Preceptor'), |
| (42, 5, 4, 2, 2, 'Formative OSCE (mid-point of rotation)'), | | (42, 5, 4, 2, 2, 'Formative OSCE (mid-point of rotation)'), |
| (43, 5, 5, 1, 1, 'In the final week:'), | | (43, 5, 5, 1, 1, 'In the final week:'), |
| (44, 5, 6, 2, 2, 'Show completed logbook'), | | (44, 5, 6, 2, 2, 'Show completed logbook'), |
| (45, 5, 7, 2, 2, 'Final ITER'), | | (45, 5, 7, 2, 2, 'Final ITER'), |
| (46, 5, 8, 2, 2, 'Summative MCQ Exam'), | | (46, 5, 8, 2, 2, 'Summative MCQ Exam'), |
| (47, 6, 1, 1, 0, 'Checklist for Psychiatry:'), | | (47, 6, 1, 1, 0, 'Checklist for Psychiatry:'), |
| (48, 6, 2, 1, 1, 'Midpoint Review (to be completed by mid rotation)'), | | (48, 6, 2, 1, 1, 'Midpoint Review (to be completed by mid rotation)'), |
| (49, 6, 3, 2, 2, 'Review Logbook with Preceptor'), | | (49, 6, 3, 2, 2, 'Review Logbook with Preceptor'), |
| (50, 6, 4, 2, 2, 'Formative VOSCE (mid-point of rotation)'), | | (50, 6, 4, 2, 2, 'Formative VOSCE (mid-point of rotation)'), |
| (51, 6, 5, 1, 1, 'In the final week:'), | | (51, 6, 5, 1, 1, 'In the final week:'), |
| (52, 6, 6, 2, 2, 'Show completed logbook'), | | (52, 6, 6, 2, 2, 'Show completed logbook'), |
| (53, 6, 7, 2, 2, 'Final ITER'), | | (53, 6, 7, 2, 2, 'Final ITER'), |
| (54, 6, 8, 2, 2, 'Summative MCQ Exam'), | | (54, 6, 8, 2, 2, 'Summative MCQ Exam'), |
| (55, 6, 9, 2, 2, 'Evaluation of Psychiatric Interviewing Skills'), | | (55, 6, 9, 2, 2, 'Evaluation of Psychiatric Interviewing Skills'), |
| (56, 7, 1, 1, 0, 'Checklist for Surgery / Anesthesia:'), | | (56, 7, 1, 1, 0, 'Checklist for Surgery / Anesthesia:'), |
| (57, 7, 2, 1, 1, 'Midpoint Review (to be completed by mid rotation)'), | | (57, 7, 2, 1, 1, 'Midpoint Review (to be completed by mid rotation)'), |
| (58, 7, 3, 2, 2, 'Review Logbook with Preceptor'), | | (58, 7, 3, 2, 2, 'Review Logbook with Preceptor'), |
| (59, 7, 4, 2, 2, 'Formative MCQ (mid-point of rotation)'), | | (59, 7, 4, 2, 2, 'Formative MCQ (mid-point of rotation)'), |
| (60, 7, 5, 1, 1, 'In the final week:'), | | (60, 7, 5, 1, 1, 'In the final week:'), |
| (61, 7, 6, 2, 2, 'Show completed logbook'), | | (61, 7, 6, 2, 2, 'Show completed logbook'), |
| (62, 7, 7, 2, 2, 'Final ITER'), | | (62, 7, 7, 2, 2, 'Final ITER'), |
| (63, 7, 8, 2, 2, 'Summative MCQ Exam'); | | (63, 7, 8, 2, 2, 'Summative MCQ Exam'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_lu_evaluations` | | -- Table structure for table `logbook_lu_evaluations` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_lu_evaluations` ( | | CREATE TABLE `logbook_lu_evaluations` ( |
| `levaluation_id` int(12) UNSIGNED NOT NULL, | | `levaluation_id` int(12) UNSIGNED NOT NULL, |
| `rotation_id` int(12) UNSIGNED NOT NULL, | | `rotation_id` int(12) UNSIGNED NOT NULL, |
| `line` int(11) DEFAULT NULL, | | `line` int(11) DEFAULT NULL, |
| `type` int(11) NOT NULL, | | `type` int(11) NOT NULL, |
| `indent` int(11) DEFAULT NULL, | | `indent` int(11) DEFAULT NULL, |
| `item` varchar(255) NOT NULL | | `item` varchar(255) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_lu_locations` | | -- Table structure for table `logbook_lu_locations` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_lu_locations` ( | | CREATE TABLE `logbook_lu_locations` ( |
| `llocation_id` int(12) UNSIGNED NOT NULL, | | `llocation_id` int(12) UNSIGNED NOT NULL, |
| `location` varchar(64) DEFAULT NULL | | `location` varchar(64) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `logbook_lu_locations` | | -- Dumping data for table `logbook_lu_locations` |
| -- | | -- |
| | | |
| INSERT INTO `logbook_lu_locations` (`llocation_id`, `location`) VALUES | | INSERT INTO `logbook_lu_locations` (`llocation_id`, `location`) VALUES |
| (1, 'Office / Clinic'), | | (1, 'Office / Clinic'), |
| (2, 'Hospital Ward'), | | (2, 'Hospital Ward'), |
| (3, 'Emergency'), | | (3, 'Emergency'), |
| (4, 'OR'), | | (4, 'OR'), |
| (5, 'OSCE'), | | (5, 'OSCE'), |
| (6, 'Bedside Teaching Rounds'), | | (6, 'Bedside Teaching Rounds'), |
| (7, 'Case Base Teaching Rounds'), | | (7, 'Case Base Teaching Rounds'), |
| (8, 'Patients Home'), | | (8, 'Patients Home'), |
| (9, 'Nursing Home'), | | (9, 'Nursing Home'), |
| (10, 'Community Site'), | | (10, 'Community Site'), |
| (11, 'Computer Interactive Case'), | | (11, 'Computer Interactive Case'), |
| (12, 'Day Surgery'), | | (12, 'Day Surgery'), |
| (13, 'Mega code'), | | (13, 'Mega code'), |
| (14, 'Seminar Blocks'), | | (14, 'Seminar Blocks'), |
| (15, 'HPS'), | | (15, 'HPS'), |
| (16, 'Nursery'); | | (16, 'Nursery'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_lu_location_types` | | -- Table structure for table `logbook_lu_location_types` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_lu_location_types` ( | | CREATE TABLE `logbook_lu_location_types` ( |
| `lltype_id` int(11) UNSIGNED NOT NULL, | | `lltype_id` int(11) UNSIGNED NOT NULL, |
| `location_type` varchar(32) DEFAULT NULL, | | `location_type` varchar(32) DEFAULT NULL, |
| `location_type_short` varchar(8) DEFAULT NULL | | `location_type_short` varchar(8) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `logbook_lu_location_types` | | -- Dumping data for table `logbook_lu_location_types` |
| -- | | -- |
| | | |
| INSERT INTO `logbook_lu_location_types` (`lltype_id`, `location_type`, `location_type_short`) VALUES | | INSERT INTO `logbook_lu_location_types` (`lltype_id`, `location_type`, `location_type_short`) VALUES |
| (1, 'Ambulatory', 'Amb'), | | (1, 'Ambulatory', 'Amb'), |
| (2, 'Inpatient', 'Inp'), | | (2, 'Inpatient', 'Inp'), |
| (3, 'Alternative', 'Alt'); | | (3, 'Alternative', 'Alt'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_lu_procedures` | | -- Table structure for table `logbook_lu_procedures` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_lu_procedures` ( | | CREATE TABLE `logbook_lu_procedures` ( |
| `lprocedure_id` int(12) UNSIGNED NOT NULL, | | `lprocedure_id` int(12) UNSIGNED NOT NULL, |
| `procedure` varchar(60) NOT NULL | | `procedure` varchar(60) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `logbook_lu_procedures` | | -- Dumping data for table `logbook_lu_procedures` |
| -- | | -- |
| | | |
| INSERT INTO `logbook_lu_procedures` (`lprocedure_id`, `procedure`) VALUES | | INSERT INTO `logbook_lu_procedures` (`lprocedure_id`, `procedure`) VALUES |
| (1, 'ABG'), | | (1, 'ABG'), |
| (2, 'Dictation-discharge'), | | (2, 'Dictation-discharge'), |
| (3, 'Dictation-letter'), | | (3, 'Dictation-letter'), |
| (4, 'Cervical exam/labour'), | | (4, 'Cervical exam/labour'), |
| (5, 'Delivery, norm vaginal'), | | (5, 'Delivery, norm vaginal'), |
| (6, 'Delivery, placenta'), | | (6, 'Delivery, placenta'), |
| (7, 'PAP smear'), | | (7, 'PAP smear'), |
| (8, 'Pelvic exam'), | | (8, 'Pelvic exam'), |
| (9, 'Perineal repair'), | | (9, 'Perineal repair'), |
| (10, 'Pessary insert/remove'), | | (10, 'Pessary insert/remove'), |
| (11, 'Growth curve'), | | (11, 'Growth curve'), |
| (12, 'Infant/child immun'), | | (12, 'Infant/child immun'), |
| (13, 'Otoscopy, child'), | | (13, 'Otoscopy, child'), |
| (14, 'Cast/splint'), | | (14, 'Cast/splint'), |
| (15, 'ETT intubation'), | | (15, 'ETT intubation'), |
| (16, 'Facemask ventilation'), | | (16, 'Facemask ventilation'), |
| (17, 'IV catheter'), | | (17, 'IV catheter'), |
| (18, 'IV setup'), | | (18, 'IV setup'), |
| (19, 'OR monitors'), | | (19, 'OR monitors'), |
| (20, 'PCA setup'), | | (20, 'PCA setup'), |
| (21, 'Slit lamp exam'), | | (21, 'Slit lamp exam'), |
| (22, 'Suturing'), | | (22, 'Suturing'), |
| (23, 'Venipuncture'), | | (23, 'Venipuncture'), |
| (24, 'NG tube'), | | (24, 'NG tube'), |
| (25, 'Surgical technique/OR assist'); | | (25, 'Surgical technique/OR assist'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_lu_sites` | | -- Table structure for table `logbook_lu_sites` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_lu_sites` ( | | CREATE TABLE `logbook_lu_sites` ( |
| `lsite_id` int(11) NOT NULL, | | `lsite_id` int(11) NOT NULL, |
| `site_type` int(11) DEFAULT NULL, | | `site_type` int(11) DEFAULT NULL, |
| `site_name` varchar(64) NOT NULL | | `site_name` varchar(64) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `logbook_lu_sites` | | -- Dumping data for table `logbook_lu_sites` |
| -- | | -- |
| | | |
| INSERT INTO `logbook_lu_sites` (`lsite_id`, `site_type`, `site_name`) VALUES | | INSERT INTO `logbook_lu_sites` (`lsite_id`, `site_type`, `site_name`) VALUES |
| (1, 1, 'Brockville General Hospital'), | | (1, 1, 'Brockville General Hospital'), |
| (2, 1, 'Brockville Pyschiatric Hospital'), | | (2, 1, 'Brockville Pyschiatric Hospital'), |
| (3, 1, 'CHEO'), | | (3, 1, 'CHEO'), |
| (4, 1, 'Hotel Dieu Hospital'), | | (4, 1, 'Hotel Dieu Hospital'), |
| (5, 1, 'Kingston General Hospital'), | | (5, 1, 'Kingston General Hospital'), |
| (6, 1, 'Lakeridge Health'), | | (6, 1, 'Lakeridge Health'), |
| (7, 1, 'Markam Stouffville Hospital'), | | (7, 1, 'Markam Stouffville Hospital'), |
| (8, 1, 'Ongwanada'), | | (8, 1, 'Ongwanada'), |
| (9, 1, 'Peterborough Regional Health Centre'), | | (9, 1, 'Peterborough Regional Health Centre'), |
| (10, 1, 'Providence Continuing Care Centre'), | | (10, 1, 'Providence Continuing Care Centre'), |
| (11, 1, 'Queensway Carleton Hospital'), | | (11, 1, 'Queensway Carleton Hospital'), |
| (12, 1, 'Quinte Health Care'), | | (12, 1, 'Quinte Health Care'), |
| (13, 1, 'Weenebayko General Hospital'), | | (13, 1, 'Weenebayko General Hospital'), |
| (14, 1, 'Queen\'s University'); | | (14, 1, 'Queen\'s University'); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_mandatory_objectives` | | -- Table structure for table `logbook_mandatory_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_mandatory_objectives` ( | | CREATE TABLE `logbook_mandatory_objectives` ( |
| `lmobjective_id` int(12) UNSIGNED NOT NULL, | | `lmobjective_id` int(12) UNSIGNED NOT NULL, |
| `rotation_id` int(12) UNSIGNED DEFAULT NULL, | | `rotation_id` int(12) UNSIGNED DEFAULT NULL, |
| `objective_id` int(12) UNSIGNED DEFAULT NULL, | | `objective_id` int(12) UNSIGNED DEFAULT NULL, |
| `number_required` int(2) NOT NULL DEFAULT '1', | | `number_required` int(2) NOT NULL DEFAULT '1', |
| `grad_year_min` int(11) NOT NULL DEFAULT '2011', | | `grad_year_min` int(11) NOT NULL DEFAULT '2011', |
| `grad_year_max` int(11) NOT NULL DEFAULT '0' | | `grad_year_max` int(11) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `logbook_mandatory_objectives` | | -- Dumping data for table `logbook_mandatory_objectives` |
| -- | | -- |
| | | |
| INSERT INTO `logbook_mandatory_objectives` (`lmobjective_id`, `rotation_id`, `objective_id`, `number_required`, `grad_year_min`, `grad_year_max`) VALUES | | INSERT INTO `logbook_mandatory_objectives` (`lmobjective_id`, `rotation_id`, `objective_id`, `number_required`, `grad_year_min`, `grad_year_max`) VALUES |
| (1, 8, 201, 1, 2011, 0), | | (1, 8, 201, 1, 2011, 0), |
| (2, 8, 202, 1, 2011, 0), | | (2, 8, 202, 1, 2011, 0), |
| (3, 8, 203, 1, 2011, 0), | | (3, 8, 203, 1, 2011, 0), |
| (4, 8, 207, 1, 2011, 0), | | (4, 8, 207, 1, 2011, 0), |
| (5, 8, 208, 1, 2011, 0), | | (5, 8, 208, 1, 2011, 0), |
| (6, 8, 209, 1, 2011, 0), | | (6, 8, 209, 1, 2011, 0), |
| (7, 8, 210, 1, 2011, 0), | | (7, 8, 210, 1, 2011, 0), |
| (8, 8, 211, 1, 2011, 0), | | (8, 8, 211, 1, 2011, 0), |
| (9, 8, 212, 1, 2011, 0), | | (9, 8, 212, 1, 2011, 0), |
| (10, 8, 213, 1, 2011, 0), | | (10, 8, 213, 1, 2011, 0), |
| (11, 8, 214, 1, 2011, 0), | | (11, 8, 214, 1, 2011, 0), |
| (12, 6, 215, 1, 2011, 0), | | (12, 6, 215, 1, 2011, 0), |
| (13, 8, 216, 1, 2011, 0), | | (13, 8, 216, 1, 2011, 0), |
| (14, 7, 204, 1, 2011, 0), | | (14, 7, 204, 1, 2011, 0), |
| (15, 7, 205, 1, 2011, 0), | | (15, 7, 205, 1, 2011, 0), |
| (16, 7, 206, 1, 2011, 0), | | (16, 7, 206, 1, 2011, 0), |
| (17, 7, 207, 1, 2011, 0), | | (17, 7, 207, 1, 2011, 0), |
| (18, 7, 208, 1, 2011, 0), | | (18, 7, 208, 1, 2011, 0), |
| (19, 7, 209, 1, 2011, 0), | | (19, 7, 209, 1, 2011, 0), |
| (20, 7, 210, 1, 2011, 0), | | (20, 7, 210, 1, 2011, 0), |
| (21, 7, 211, 1, 2011, 0), | | (21, 7, 211, 1, 2011, 0), |
| (22, 7, 212, 1, 2011, 0), | | (22, 7, 212, 1, 2011, 0), |
| (23, 7, 213, 1, 2011, 0), | | (23, 7, 213, 1, 2011, 0), |
| (24, 7, 214, 1, 2011, 0), | | (24, 7, 214, 1, 2011, 0), |
| (25, 7, 216, 1, 2011, 0), | | (25, 7, 216, 1, 2011, 0), |
| (26, 6, 217, 1, 2011, 0), | | (26, 6, 217, 1, 2011, 0), |
| (27, 6, 218, 1, 2011, 0), | | (27, 6, 218, 1, 2011, 0), |
| (28, 6, 219, 1, 2011, 0), | | (28, 6, 219, 1, 2011, 0), |
| (29, 5, 220, 1, 2011, 0), | | (29, 5, 220, 1, 2011, 0), |
| (30, 6, 221, 1, 2011, 0), | | (30, 6, 221, 1, 2011, 0), |
| (31, 5, 222, 1, 2011, 0), | | (31, 5, 222, 1, 2011, 0), |
| (32, 5, 223, 1, 2011, 0), | | (32, 5, 223, 1, 2011, 0), |
| (33, 5, 224, 1, 2011, 0), | | (33, 5, 224, 1, 2011, 0), |
| (34, 5, 225, 1, 2011, 0), | | (34, 5, 225, 1, 2011, 0), |
| (35, 5, 226, 1, 2011, 0), | | (35, 5, 226, 1, 2011, 0), |
| (36, 5, 227, 2, 2011, 0), | | (36, 5, 227, 2, 2011, 0), |
| (37, 5, 228, 1, 2011, 0), | | (37, 5, 228, 1, 2011, 0), |
| (38, 5, 229, 2, 2011, 0), | | (38, 5, 229, 2, 2011, 0), |
| (39, 5, 230, 1, 2011, 0), | | (39, 5, 230, 1, 2011, 0), |
| (40, 5, 201, 1, 2011, 0), | | (40, 5, 201, 1, 2011, 0), |
| (41, 5, 202, 1, 2011, 0), | | (41, 5, 202, 1, 2011, 0), |
| (42, 5, 233, 1, 2011, 0), | | (42, 5, 233, 1, 2011, 0), |
| (43, 4, 234, 1, 2011, 0), | | (43, 4, 234, 1, 2011, 0), |
| (44, 4, 235, 1, 2011, 0), | | (44, 4, 235, 1, 2011, 0), |
| (45, 4, 236, 1, 2011, 0), | | (45, 4, 236, 1, 2011, 0), |
| (46, 4, 237, 1, 2011, 0), | | (46, 4, 237, 1, 2011, 0), |
| (47, 4, 238, 1, 2011, 0), | | (47, 4, 238, 1, 2011, 0), |
| (48, 4, 239, 1, 2011, 0), | | (48, 4, 239, 1, 2011, 0), |
| (49, 4, 240, 1, 2011, 0), | | (49, 4, 240, 1, 2011, 0), |
| (50, 4, 241, 1, 2011, 0), | | (50, 4, 241, 1, 2011, 0), |
| (51, 4, 242, 1, 2011, 0), | | (51, 4, 242, 1, 2011, 0), |
| (52, 4, 243, 1, 2011, 0), | | (52, 4, 243, 1, 2011, 0), |
| (53, 4, 244, 1, 2011, 0), | | (53, 4, 244, 1, 2011, 0), |
| (54, 4, 245, 1, 2011, 0), | | (54, 4, 245, 1, 2011, 0), |
| (55, 4, 246, 1, 2011, 0), | | (55, 4, 246, 1, 2011, 0), |
| (56, 4, 247, 1, 2011, 0), | | (56, 4, 247, 1, 2011, 0), |
| (57, 4, 248, 1, 2011, 0), | | (57, 4, 248, 1, 2011, 0), |
| (58, 4, 249, 1, 2011, 0), | | (58, 4, 249, 1, 2011, 0), |
| (59, 4, 250, 1, 2011, 0), | | (59, 4, 250, 1, 2011, 0), |
| (60, 4, 251, 1, 2011, 0), | | (60, 4, 251, 1, 2011, 0), |
| (61, 4, 252, 1, 2011, 0), | | (61, 4, 252, 1, 2011, 0), |
| (62, 4, 253, 1, 2011, 0), | | (62, 4, 253, 1, 2011, 0), |
| (63, 4, 254, 1, 2011, 0), | | (63, 4, 254, 1, 2011, 0), |
| (64, 4, 255, 1, 2011, 0), | | (64, 4, 255, 1, 2011, 0), |
| (65, 4, 256, 1, 2011, 0), | | (65, 4, 256, 1, 2011, 0), |
| (66, 3, 257, 1, 2011, 0), | | (66, 3, 257, 1, 2011, 0), |
| (67, 3, 258, 1, 2011, 0), | | (67, 3, 258, 1, 2011, 0), |
| (68, 3, 259, 1, 2011, 0), | | (68, 3, 259, 1, 2011, 0), |
| (69, 3, 260, 1, 2011, 0), | | (69, 3, 260, 1, 2011, 0), |
| (70, 3, 261, 1, 2011, 0), | | (70, 3, 261, 1, 2011, 0), |
| (71, 3, 262, 1, 2011, 0), | | (71, 3, 262, 1, 2011, 0), |
| (72, 3, 263, 1, 2011, 0), | | (72, 3, 263, 1, 2011, 0), |
| (73, 3, 264, 1, 2011, 0), | | (73, 3, 264, 1, 2011, 0), |
| (74, 3, 265, 1, 2011, 0), | | (74, 3, 265, 1, 2011, 0), |
| (75, 3, 266, 1, 2011, 0), | | (75, 3, 266, 1, 2011, 0), |
| (76, 3, 267, 1, 2011, 0), | | (76, 3, 267, 1, 2011, 0), |
| (77, 2, 268, 1, 2011, 0), | | (77, 2, 268, 1, 2011, 0), |
| (78, 2, 269, 1, 2011, 0), | | (78, 2, 269, 1, 2011, 0), |
| (79, 2, 270, 1, 2011, 0), | | (79, 2, 270, 1, 2011, 0), |
| (80, 2, 271, 1, 2011, 0), | | (80, 2, 271, 1, 2011, 0), |
| (81, 2, 272, 1, 2011, 0), | | (81, 2, 272, 1, 2011, 0), |
| (82, 2, 273, 1, 2011, 0), | | (82, 2, 273, 1, 2011, 0), |
| (83, 2, 274, 1, 2011, 0), | | (83, 2, 274, 1, 2011, 0), |
| (84, 2, 275, 1, 2011, 0), | | (84, 2, 275, 1, 2011, 0), |
| (85, 2, 276, 1, 2011, 0), | | (85, 2, 276, 1, 2011, 0), |
| (86, 2, 277, 1, 2011, 0), | | (86, 2, 277, 1, 2011, 0), |
| (87, 2, 278, 1, 2011, 0), | | (87, 2, 278, 1, 2011, 0), |
| (88, 2, 279, 1, 2011, 0), | | (88, 2, 279, 1, 2011, 0), |
| (89, 2, 280, 1, 2011, 0), | | (89, 2, 280, 1, 2011, 0), |
| (90, 2, 281, 1, 2011, 0), | | (90, 2, 281, 1, 2011, 0), |
| (91, 2, 282, 1, 2011, 0), | | (91, 2, 282, 1, 2011, 0), |
| (92, 2, 283, 1, 2011, 0), | | (92, 2, 283, 1, 2011, 0), |
| (93, 2, 284, 1, 2011, 0), | | (93, 2, 284, 1, 2011, 0), |
| (94, 2, 285, 1, 2011, 0), | | (94, 2, 285, 1, 2011, 0), |
| (95, 2, 286, 1, 2011, 0), | | (95, 2, 286, 1, 2011, 0), |
| (96, 2, 287, 1, 2011, 0), | | (96, 2, 287, 1, 2011, 0), |
| (97, 2, 288, 1, 2011, 0), | | (97, 2, 288, 1, 2011, 0), |
| (98, 1, 289, 1, 2011, 0), | | (98, 1, 289, 1, 2011, 0), |
| (99, 1, 290, 1, 2011, 0), | | (99, 1, 290, 1, 2011, 0), |
| (100, 1, 291, 1, 2011, 0), | | (100, 1, 291, 1, 2011, 0), |
| (101, 1, 292, 1, 2011, 0), | | (101, 1, 292, 1, 2011, 0), |
| (102, 1, 293, 1, 2011, 0), | | (102, 1, 293, 1, 2011, 0), |
| (103, 1, 294, 1, 2011, 0), | | (103, 1, 294, 1, 2011, 0), |
| (104, 1, 295, 3, 2011, 0), | | (104, 1, 295, 3, 2011, 0), |
| (105, 1, 296, 1, 2011, 0), | | (105, 1, 296, 1, 2011, 0), |
| (106, 1, 221, 1, 2011, 0), | | (106, 1, 221, 1, 2011, 0), |
| (107, 1, 276, 1, 2011, 0), | | (107, 1, 276, 1, 2011, 0), |
| (108, 1, 299, 1, 2011, 0), | | (108, 1, 299, 1, 2011, 0), |
| (109, 1, 300, 1, 2011, 0), | | (109, 1, 300, 1, 2011, 0), |
| (110, 1, 242, 1, 2011, 0), | | (110, 1, 242, 1, 2011, 0), |
| (111, 1, 281, 1, 2011, 0), | | (111, 1, 281, 1, 2011, 0), |
| (112, 1, 303, 1, 2011, 0), | | (112, 1, 303, 1, 2011, 0), |
| (113, 1, 284, 1, 2011, 0); | | (113, 1, 284, 1, 2011, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_mandatory_objective_locations` | | -- Table structure for table `logbook_mandatory_objective_locations` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_mandatory_objective_locations` ( | | CREATE TABLE `logbook_mandatory_objective_locations` ( |
| `lmolocation_id` int(11) UNSIGNED NOT NULL, | | `lmolocation_id` int(11) UNSIGNED NOT NULL, |
| `lmobjective_id` int(11) DEFAULT NULL, | | `lmobjective_id` int(11) DEFAULT NULL, |
| `lltype_id` int(11) DEFAULT NULL | | `lltype_id` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `logbook_mandatory_objective_locations` | | -- Dumping data for table `logbook_mandatory_objective_locations` |
| -- | | -- |
| | | |
| INSERT INTO `logbook_mandatory_objective_locations` (`lmolocation_id`, `lmobjective_id`, `lltype_id`) VALUES | | INSERT INTO `logbook_mandatory_objective_locations` (`lmolocation_id`, `lmobjective_id`, `lltype_id`) VALUES |
| (1, 98, 1), | | (1, 98, 1), |
| (2, 99, 1), | | (2, 99, 1), |
| (3, 100, 1), | | (3, 100, 1), |
| (4, 101, 1), | | (4, 101, 1), |
| (5, 102, 1), | | (5, 102, 1), |
| (6, 103, 1), | | (6, 103, 1), |
| (7, 104, 1), | | (7, 104, 1), |
| (8, 105, 1), | | (8, 105, 1), |
| (9, 106, 1), | | (9, 106, 1), |
| (10, 107, 1), | | (10, 107, 1), |
| (11, 108, 1), | | (11, 108, 1), |
| (12, 109, 1), | | (12, 109, 1), |
| (13, 110, 1), | | (13, 110, 1), |
| (14, 111, 1), | | (14, 111, 1), |
| (15, 112, 1), | | (15, 112, 1), |
| (16, 113, 1), | | (16, 113, 1), |
| (17, 77, 1), | | (17, 77, 1), |
| (18, 77, 2), | | (18, 77, 2), |
| (19, 78, 1), | | (19, 78, 1), |
| (20, 78, 2), | | (20, 78, 2), |
| (21, 79, 1), | | (21, 79, 1), |
| (22, 79, 2), | | (22, 79, 2), |
| (23, 80, 1), | | (23, 80, 1), |
| (24, 80, 2), | | (24, 80, 2), |
| (25, 81, 1), | | (25, 81, 1), |
| (26, 81, 2), | | (26, 81, 2), |
| (27, 82, 1), | | (27, 82, 1), |
| (28, 82, 2), | | (28, 82, 2), |
| (29, 83, 1), | | (29, 83, 1), |
| (30, 83, 2), | | (30, 83, 2), |
| (31, 84, 1), | | (31, 84, 1), |
| (32, 84, 2), | | (32, 84, 2), |
| (33, 85, 2), | | (33, 85, 2), |
| (34, 86, 1), | | (34, 86, 1), |
| (35, 86, 2), | | (35, 86, 2), |
| (36, 87, 1), | | (36, 87, 1), |
| (37, 87, 2), | | (37, 87, 2), |
| (38, 88, 1), | | (38, 88, 1), |
| (39, 88, 2), | | (39, 88, 2), |
| (40, 89, 1), | | (40, 89, 1), |
| (41, 89, 2), | | (41, 89, 2), |
| (42, 90, 1), | | (42, 90, 1), |
| (43, 90, 2), | | (43, 90, 2), |
| (44, 91, 1), | | (44, 91, 1), |
| (45, 91, 2), | | (45, 91, 2), |
| (46, 92, 1), | | (46, 92, 1), |
| (47, 92, 2), | | (47, 92, 2), |
| (48, 93, 1), | | (48, 93, 1), |
| (49, 93, 2), | | (49, 93, 2), |
| (50, 95, 1), | | (50, 95, 1), |
| (51, 95, 2), | | (51, 95, 2), |
| (52, 97, 1), | | (52, 97, 1), |
| (53, 97, 2), | | (53, 97, 2), |
| (54, 66, 1), | | (54, 66, 1), |
| (55, 67, 1), | | (55, 67, 1), |
| (56, 68, 2), | | (56, 68, 2), |
| (57, 69, 2), | | (57, 69, 2), |
| (58, 70, 2), | | (58, 70, 2), |
| (59, 71, 1), | | (59, 71, 1), |
| (60, 72, 1), | | (60, 72, 1), |
| (61, 73, 1), | | (61, 73, 1), |
| (62, 74, 1), | | (62, 74, 1), |
| (63, 75, 1), | | (63, 75, 1), |
| (64, 76, 1), | | (64, 76, 1), |
| (65, 13, 2), | | (65, 13, 2), |
| (66, 44, 2), | | (66, 44, 2), |
| (67, 49, 1), | | (67, 49, 1), |
| (68, 49, 2), | | (68, 49, 2), |
| (69, 51, 1), | | (69, 51, 1), |
| (70, 37, 1), | | (70, 37, 1), |
| (71, 37, 2), | | (71, 37, 2), |
| (72, 42, 1), | | (72, 42, 1), |
| (73, 42, 2), | | (73, 42, 2), |
| (74, 26, 1), | | (74, 26, 1), |
| (75, 26, 2), | | (75, 26, 2), |
| (76, 12, 1), | | (76, 12, 1), |
| (77, 12, 2), | | (77, 12, 2), |
| (78, 27, 1), | | (78, 27, 1), |
| (79, 27, 2), | | (79, 27, 2), |
| (80, 28, 1), | | (80, 28, 1), |
| (81, 28, 2), | | (81, 28, 2), |
| (82, 30, 1), | | (82, 30, 1), |
| (83, 30, 2), | | (83, 30, 2), |
| (84, 14, 1), | | (84, 14, 1), |
| (85, 15, 1), | | (85, 15, 1), |
| (86, 16, 1), | | (86, 16, 1), |
| (87, 17, 1), | | (87, 17, 1), |
| (88, 17, 2), | | (88, 17, 2), |
| (89, 18, 1), | | (89, 18, 1), |
| (90, 19, 1), | | (90, 19, 1), |
| (91, 19, 2), | | (91, 19, 2), |
| (92, 20, 1), | | (92, 20, 1), |
| (93, 21, 1), | | (93, 21, 1), |
| (94, 22, 1), | | (94, 22, 1), |
| (95, 22, 2), | | (95, 22, 2), |
| (96, 23, 1), | | (96, 23, 1), |
| (97, 23, 2), | | (97, 23, 2), |
| (98, 24, 1), | | (98, 24, 1), |
| (99, 24, 2), | | (99, 24, 2), |
| (100, 25, 1), | | (100, 25, 1), |
| (101, 25, 2), | | (101, 25, 2), |
| (102, 1, 1), | | (102, 1, 1), |
| (103, 2, 1), | | (103, 2, 1), |
| (104, 4, 1), | | (104, 4, 1), |
| (105, 4, 2), | | (105, 4, 2), |
| (106, 5, 1), | | (106, 5, 1), |
| (107, 6, 1), | | (107, 6, 1), |
| (108, 6, 2), | | (108, 6, 2), |
| (109, 7, 1), | | (109, 7, 1), |
| (110, 8, 1), | | (110, 8, 1), |
| (111, 9, 1), | | (111, 9, 1), |
| (112, 9, 2), | | (112, 9, 2), |
| (113, 10, 1), | | (113, 10, 1), |
| (114, 10, 2), | | (114, 10, 2), |
| (115, 11, 1), | | (115, 11, 1), |
| (116, 11, 2), | | (116, 11, 2), |
| (117, 13, 1); | | (117, 13, 1); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_notification_history` | | -- Table structure for table `logbook_notification_history` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_notification_history` ( | | CREATE TABLE `logbook_notification_history` ( |
| `lnhistory_id` int(12) NOT NULL, | | `lnhistory_id` int(12) NOT NULL, |
| `clerk_id` int(12) NOT NULL, | | `clerk_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL, | | `proxy_id` int(12) NOT NULL, |
| `rotation_id` int(12) NOT NULL, | | `rotation_id` int(12) NOT NULL, |
| `notified_date` int(12) NOT NULL | | `notified_date` int(12) NOT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_overdue` | | -- Table structure for table `logbook_overdue` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_overdue` ( | | CREATE TABLE `logbook_overdue` ( |
| `lologging_id` int(12) NOT NULL, | | `lologging_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL, | | `proxy_id` int(12) NOT NULL, |
| `rotation_id` int(12) NOT NULL, | | `rotation_id` int(12) NOT NULL, |
| `event_id` int(12) NOT NULL, | | `event_id` int(12) NOT NULL, |
| `logged_required` int(12) NOT NULL, | | `logged_required` int(12) NOT NULL, |
| `logged_completed` int(12) NOT NULL DEFAULT '0', | | `logged_completed` int(12) NOT NULL DEFAULT '0', |
| `procedures_required` int(12) NOT NULL DEFAULT '0', | | `procedures_required` int(12) NOT NULL DEFAULT '0', |
| `procedures_completed` int(12) NOT NULL DEFAULT '0' | | `procedures_completed` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_preferred_procedures` | | -- Table structure for table `logbook_preferred_procedures` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_preferred_procedures` ( | | CREATE TABLE `logbook_preferred_procedures` ( |
| `lpprocedure_id` int(12) UNSIGNED NOT NULL, | | `lpprocedure_id` int(12) UNSIGNED NOT NULL, |
| `rotation_id` int(12) UNSIGNED NOT NULL, | | `rotation_id` int(12) UNSIGNED NOT NULL, |
| `order` smallint(6) NOT NULL, | | `order` smallint(6) NOT NULL, |
| `lprocedure_id` int(12) UNSIGNED NOT NULL, | | `lprocedure_id` int(12) UNSIGNED NOT NULL, |
| `number_required` int(2) NOT NULL DEFAULT '1', | | `number_required` int(2) NOT NULL DEFAULT '1', |
| `grad_year_min` int(4) NOT NULL DEFAULT '2011', | | `grad_year_min` int(4) NOT NULL DEFAULT '2011', |
| `grad_year_max` int(11) NOT NULL DEFAULT '0' | | `grad_year_max` int(11) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `logbook_preferred_procedures` | | -- Dumping data for table `logbook_preferred_procedures` |
| -- | | -- |
| | | |
| INSERT INTO `logbook_preferred_procedures` (`lpprocedure_id`, `rotation_id`, `order`, `lprocedure_id`, `number_required`, `grad_year_min`, `grad_year_max`) VALUES | | INSERT INTO `logbook_preferred_procedures` (`lpprocedure_id`, `rotation_id`, `order`, `lprocedure_id`, `number_required`, `grad_year_min`, `grad_year_max`) VALUES |
| (1, 2, 0, 1, 1, 2011, 0), | | (1, 2, 0, 1, 1, 2011, 0), |
| (2, 2, 0, 2, 1, 2011, 0), | | (2, 2, 0, 2, 1, 2011, 0), |
| (3, 2, 0, 3, 1, 2011, 0), | | (3, 2, 0, 3, 1, 2011, 0), |
| (4, 3, 0, 4, 1, 2011, 0), | | (4, 3, 0, 4, 1, 2011, 0), |
| (5, 3, 0, 5, 1, 2011, 0), | | (5, 3, 0, 5, 1, 2011, 0), |
| (6, 3, 0, 6, 1, 2011, 0), | | (6, 3, 0, 6, 1, 2011, 0), |
| (7, 3, 0, 7, 1, 2011, 0), | | (7, 3, 0, 7, 1, 2011, 0), |
| (8, 3, 0, 8, 1, 2011, 0), | | (8, 3, 0, 8, 1, 2011, 0), |
| (9, 3, 0, 9, 1, 2011, 0), | | (9, 3, 0, 9, 1, 2011, 0), |
| (10, 3, 0, 10, 1, 2011, 0), | | (10, 3, 0, 10, 1, 2011, 0), |
| (11, 4, 0, 11, 1, 2011, 0), | | (11, 4, 0, 11, 1, 2011, 0), |
| (12, 4, 0, 12, 1, 2011, 0), | | (12, 4, 0, 12, 1, 2011, 0), |
| (13, 4, 0, 13, 1, 2011, 0), | | (13, 4, 0, 13, 1, 2011, 0), |
| (14, 5, 0, 14, 1, 2011, 0), | | (14, 5, 0, 14, 1, 2011, 0), |
| (15, 5, 0, 15, 1, 2011, 0), | | (15, 5, 0, 15, 1, 2011, 0), |
| (16, 5, 0, 16, 3, 2011, 0), | | (16, 5, 0, 16, 3, 2011, 0), |
| (17, 5, 0, 17, 3, 2011, 0), | | (17, 5, 0, 17, 3, 2011, 0), |
| (18, 5, 0, 18, 1, 2011, 0), | | (18, 5, 0, 18, 1, 2011, 0), |
| (19, 5, 0, 19, 1, 2011, 0), | | (19, 5, 0, 19, 1, 2011, 0), |
| (20, 5, 0, 20, 1, 2011, 0), | | (20, 5, 0, 20, 1, 2011, 0), |
| (21, 5, 0, 21, 1, 2011, 0), | | (21, 5, 0, 21, 1, 2011, 0), |
| (22, 5, 0, 22, 1, 2011, 0), | | (22, 5, 0, 22, 1, 2011, 0), |
| (23, 5, 0, 23, 2, 2011, 0), | | (23, 5, 0, 23, 2, 2011, 0), |
| (24, 7, 0, 24, 1, 2011, 0), | | (24, 7, 0, 24, 1, 2011, 0), |
| (25, 7, 0, 25, 4, 2011, 0), | | (25, 7, 0, 25, 4, 2011, 0), |
| (26, 7, 0, 22, 1, 2011, 0), | | (26, 7, 0, 22, 1, 2011, 0), |
| (27, 8, 0, 24, 1, 2011, 0), | | (27, 8, 0, 24, 1, 2011, 0), |
| (28, 8, 0, 25, 4, 2011, 0), | | (28, 8, 0, 25, 4, 2011, 0), |
| (29, 8, 0, 22, 1, 2011, 0); | | (29, 8, 0, 22, 1, 2011, 0); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_preferred_procedure_locations` | | -- Table structure for table `logbook_preferred_procedure_locations` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_preferred_procedure_locations` ( | | CREATE TABLE `logbook_preferred_procedure_locations` ( |
| `lpplocation_id` int(11) UNSIGNED NOT NULL, | | `lpplocation_id` int(11) UNSIGNED NOT NULL, |
| `lpprocedure_id` int(11) DEFAULT NULL, | | `lpprocedure_id` int(11) DEFAULT NULL, |
| `lltype_id` int(11) DEFAULT NULL | | `lltype_id` int(11) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `logbook_preferred_procedure_locations` | | -- Dumping data for table `logbook_preferred_procedure_locations` |
| -- | | -- |
| | | |
| INSERT INTO `logbook_preferred_procedure_locations` (`lpplocation_id`, `lpprocedure_id`, `lltype_id`) VALUES | | INSERT INTO `logbook_preferred_procedure_locations` (`lpplocation_id`, `lpprocedure_id`, `lltype_id`) VALUES |
| (1, 3, 2), | | (1, 3, 2), |
| (2, 2, 2), | | (2, 2, 2), |
| (3, 7, 1), | | (3, 7, 1), |
| (4, 5, 2), | | (4, 5, 2), |
| (5, 10, 1), | | (5, 10, 1), |
| (6, 8, 1), | | (6, 8, 1), |
| (7, 6, 2), | | (7, 6, 2), |
| (8, 4, 2), | | (8, 4, 2), |
| (9, 17, 2), | | (9, 17, 2), |
| (10, 15, 2), | | (10, 15, 2), |
| (11, 18, 2), | | (11, 18, 2), |
| (12, 16, 2), | | (12, 16, 2), |
| (13, 14, 1), | | (13, 14, 1), |
| (14, 19, 2), | | (14, 19, 2), |
| (15, 26, 2), | | (15, 26, 2), |
| (16, 24, 2), | | (16, 24, 2), |
| (17, 27, 2), | | (17, 27, 2), |
| (18, 29, 2); | | (18, 29, 2); |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_rotation_comments` | | -- Table structure for table `logbook_rotation_comments` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_rotation_comments` ( | | CREATE TABLE `logbook_rotation_comments` ( |
| `lrcomment_id` int(12) NOT NULL, | | `lrcomment_id` int(12) NOT NULL, |
| `clerk_id` int(12) NOT NULL, | | `clerk_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `rotation_id` int(12) NOT NULL DEFAULT '0', | | `rotation_id` int(12) NOT NULL DEFAULT '0', |
| `comments` text NOT NULL, | | `comments` text NOT NULL, |
| `updated_date` int(12) NOT NULL, | | `updated_date` int(12) NOT NULL, |
| `comment_active` int(1) NOT NULL DEFAULT '1' | | `comment_active` int(1) NOT NULL DEFAULT '1' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_rotation_notifications` | | -- Table structure for table `logbook_rotation_notifications` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_rotation_notifications` ( | | CREATE TABLE `logbook_rotation_notifications` ( |
| `lrnotification_id` int(12) NOT NULL, | | `lrnotification_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL, | | `proxy_id` int(12) NOT NULL, |
| `rotation_id` int(12) NOT NULL, | | `rotation_id` int(12) NOT NULL, |
| `notified` int(1) NOT NULL DEFAULT '0', | | `notified` int(1) NOT NULL DEFAULT '0', |
| `updated_date` int(12) NOT NULL DEFAULT '0' | | `updated_date` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_rotation_sites` | | -- Table structure for table `logbook_rotation_sites` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_rotation_sites` ( | | CREATE TABLE `logbook_rotation_sites` ( |
| `lrsite_id` smallint(6) NOT NULL, | | `lrsite_id` smallint(6) NOT NULL, |
| `site_description` varchar(255) DEFAULT NULL, | | `site_description` varchar(255) DEFAULT NULL, |
| `rotation_id` smallint(6) DEFAULT NULL | | `rotation_id` smallint(6) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_virtual_patients` | | -- Table structure for table `logbook_virtual_patients` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_virtual_patients` ( | | CREATE TABLE `logbook_virtual_patients` ( |
| `lvpatient_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `lvpatient_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `title` varchar(30) DEFAULT NULL, | | `title` varchar(30) DEFAULT NULL, |
| `url` varchar(200) DEFAULT NULL | | `url` varchar(200) DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `logbook_virtual_patient_objectives` | | -- Table structure for table `logbook_virtual_patient_objectives` |
| -- | | -- |
| | | |
| CREATE TABLE `logbook_virtual_patient_objectives` ( | | CREATE TABLE `logbook_virtual_patient_objectives` ( |
| `lvpobjective_id` int(12) UNSIGNED NOT NULL DEFAULT '0', | | `lvpobjective_id` int(12) UNSIGNED NOT NULL DEFAULT '0', |
| `objective_id` int(12) UNSIGNED DEFAULT NULL, | | `objective_id` int(12) UNSIGNED DEFAULT NULL, |
| `lvpatient_id` int(12) UNSIGNED DEFAULT NULL | | `lvpatient_id` int(12) UNSIGNED DEFAULT NULL |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lottery_clerks` | | -- Table structure for table `lottery_clerks` |
| -- | | -- |
| | | |
| CREATE TABLE `lottery_clerks` ( | | CREATE TABLE `lottery_clerks` ( |
| `lottery_clerk_id` int(12) NOT NULL, | | `lottery_clerk_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `discipline_1` int(12) NOT NULL DEFAULT '0', | | `discipline_1` int(12) NOT NULL DEFAULT '0', |
| `discipline_2` int(12) NOT NULL DEFAULT '0', | | `discipline_2` int(12) NOT NULL DEFAULT '0', |
| `discipline_3` int(12) NOT NULL DEFAULT '0', | | `discipline_3` int(12) NOT NULL DEFAULT '0', |
| `chosen_stream` int(12) NOT NULL DEFAULT '0', | | `chosen_stream` int(12) NOT NULL DEFAULT '0', |
| `chosen_rationale` text, | | `chosen_rationale` text, |
| `chosen_order` int(12) NOT NULL DEFAULT '0' | | `chosen_order` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `lottery_clerk_streams` | | -- Table structure for table `lottery_clerk_streams` |
| -- | | -- |
| | | |
| CREATE TABLE `lottery_clerk_streams` ( | | CREATE TABLE `lottery_clerk_streams` ( |
| `lcstream_id` int(12) NOT NULL, | | `lcstream_id` int(12) NOT NULL, |
| `lottery_clerk_id` int(12) NOT NULL DEFAULT '0', | | `lottery_clerk_id` int(12) NOT NULL DEFAULT '0', |
| `category_id` int(12) NOT NULL DEFAULT '0', | | `category_id` int(12) NOT NULL DEFAULT '0', |
| `rationale` text, | | `rationale` text, |
| `stream_order` int(12) NOT NULL DEFAULT '0' | | `stream_order` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `notifications` | | -- Table structure for table `notifications` |
| -- | | -- |
| | | |
| CREATE TABLE `notifications` ( | | CREATE TABLE `notifications` ( |
| `notification_id` int(12) NOT NULL, | | `notification_id` int(12) NOT NULL, |
| `user_id` int(12) NOT NULL DEFAULT '0', | | `user_id` int(12) NOT NULL DEFAULT '0', |
| `event_id` int(12) NOT NULL DEFAULT '0', | | `event_id` int(12) NOT NULL DEFAULT '0', |
| `category_id` int(12) NOT NULL DEFAULT '0', | | `category_id` int(12) NOT NULL DEFAULT '0', |
| `item_id` int(12) NOT NULL DEFAULT '0', | | `item_id` int(12) NOT NULL DEFAULT '0', |
| `item_maxinstances` int(4) NOT NULL DEFAULT '1', | | `item_maxinstances` int(4) NOT NULL DEFAULT '1', |
| `notification_status` varchar(16) NOT NULL DEFAULT 'initiated', | | `notification_status` varchar(16) NOT NULL DEFAULT 'initiated', |
| `notified_last` bigint(64) NOT NULL DEFAULT '0' | | `notified_last` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `notification_log` | | -- Table structure for table `notification_log` |
| -- | | -- |
| | | |
| CREATE TABLE `notification_log` ( | | CREATE TABLE `notification_log` ( |
| `nlog_id` int(12) NOT NULL, | | `nlog_id` int(12) NOT NULL, |
| `notification_id` int(12) NOT NULL DEFAULT '0', | | `notification_id` int(12) NOT NULL DEFAULT '0', |
| `user_id` int(12) NOT NULL DEFAULT '0', | | `user_id` int(12) NOT NULL DEFAULT '0', |
| `nlog_timestamp` bigint(64) NOT NULL DEFAULT '0', | | `nlog_timestamp` bigint(64) NOT NULL DEFAULT '0', |
| `nlog_address` varchar(128) NOT NULL DEFAULT '', | | `nlog_address` varchar(128) NOT NULL DEFAULT '', |
| `nlog_message` text NOT NULL, | | `nlog_message` text NOT NULL, |
| `prune_after` bigint(64) NOT NULL DEFAULT '0' | | `prune_after` bigint(64) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `notification_messages` | | -- Table structure for table `notification_messages` |
| -- | | -- |
| | | |
| CREATE TABLE `notification_messages` ( | | CREATE TABLE `notification_messages` ( |
| `nmessage_id` int(12) NOT NULL, | | `nmessage_id` int(12) NOT NULL, |
| `form_type` varchar(12) NOT NULL DEFAULT 'rotation', | | `form_type` varchar(12) NOT NULL DEFAULT 'rotation', |
| `nmessage_title` varchar(128) NOT NULL DEFAULT '', | | `nmessage_title` varchar(128) NOT NULL DEFAULT '', |
| `nmessage_version` int(4) NOT NULL DEFAULT '0', | | `nmessage_version` int(4) NOT NULL DEFAULT '0', |
| `nmessage_from_email` varchar(128) NOT NULL DEFAULT 'eval@meds.queensu.ca', | | `nmessage_from_email` varchar(128) NOT NULL DEFAULT 'eval@meds.queensu.ca', |
| `nmessage_from_name` varchar(64) NOT NULL DEFAULT 'Evaluation System', | | `nmessage_from_name` varchar(64) NOT NULL DEFAULT 'Evaluation System', |
| `nmessage_reply_email` varchar(128) NOT NULL DEFAULT 'eval@meds.queensu.ca', | | `nmessage_reply_email` varchar(128) NOT NULL DEFAULT 'eval@meds.queensu.ca', |
| `nmessage_reply_name` varchar(64) NOT NULL DEFAULT 'Evaluation System', | | `nmessage_reply_name` varchar(64) NOT NULL DEFAULT 'Evaluation System', |
| `nmessage_subject` varchar(255) NOT NULL DEFAULT '', | | `nmessage_subject` varchar(255) NOT NULL DEFAULT '', |
| `nmessage_body` text NOT NULL, | | `nmessage_body` text NOT NULL, |
| `modified_last` bigint(64) NOT NULL DEFAULT '0', | | `modified_last` bigint(64) NOT NULL DEFAULT '0', |
| `modified_by` int(12) NOT NULL DEFAULT '0', | | `modified_by` int(12) NOT NULL DEFAULT '0', |
| `nmessage_status` varchar(12) NOT NULL DEFAULT 'published' | | `nmessage_status` varchar(12) NOT NULL DEFAULT 'published' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `notification_monitor` | | -- Table structure for table `notification_monitor` |
| -- | | -- |
| | | |
| CREATE TABLE `notification_monitor` ( | | CREATE TABLE `notification_monitor` ( |
| `nmonitor_id` int(12) NOT NULL, | | `nmonitor_id` int(12) NOT NULL, |
| `item_id` int(12) NOT NULL DEFAULT '0', | | `item_id` int(12) NOT NULL DEFAULT '0', |
| `form_id` int(12) NOT NULL DEFAULT '0', | | `form_id` int(12) NOT NULL DEFAULT '0', |
| `category_id` int(12) NOT NULL DEFAULT '0', | | `category_id` int(12) NOT NULL DEFAULT '0', |
| `category_recurse` int(2) NOT NULL DEFAULT '1', | | `category_recurse` int(2) NOT NULL DEFAULT '1', |
| `item_title` varchar(128) NOT NULL DEFAULT '', | | `item_title` varchar(128) NOT NULL DEFAULT '', |
| `item_maxinstances` int(12) NOT NULL DEFAULT '1', | | `item_maxinstances` int(12) NOT NULL DEFAULT '1', |
| `item_start` int(12) NOT NULL DEFAULT '1', | | `item_start` int(12) NOT NULL DEFAULT '1', |
| `item_end` int(12) NOT NULL DEFAULT '30', | | `item_end` int(12) NOT NULL DEFAULT '30', |
| `item_status` varchar(12) NOT NULL DEFAULT 'published', | | `item_status` varchar(12) NOT NULL DEFAULT 'published', |
| `modified_last` bigint(64) NOT NULL DEFAULT '0', | | `modified_last` bigint(64) NOT NULL DEFAULT '0', |
| `modified_by` int(12) NOT NULL DEFAULT '0' | | `modified_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `other_teachers` | | -- Table structure for table `other_teachers` |
| -- | | -- |
| | | |
| CREATE TABLE `other_teachers` ( | | CREATE TABLE `other_teachers` ( |
| `oteacher_id` int(12) NOT NULL, | | `oteacher_id` int(12) NOT NULL, |
| `proxy_id` int(12) NOT NULL DEFAULT '0', | | `proxy_id` int(12) NOT NULL DEFAULT '0', |
| `firstname` varchar(50) NOT NULL DEFAULT '', | | `firstname` varchar(50) NOT NULL DEFAULT '', |
| `lastname` varchar(50) NOT NULL DEFAULT '', | | `lastname` varchar(50) NOT NULL DEFAULT '', |
| `email` varchar(150) NOT NULL DEFAULT '' | | `email` varchar(150) NOT NULL DEFAULT '' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- -------------------------------------------------------- | | -- -------------------------------------------------------- |
| | | |
| -- | | -- |
| -- Table structure for table `regions` | | -- Table structure for table `regions` |
| -- | | -- |
| | | |
| CREATE TABLE `regions` ( | | CREATE TABLE `regions` ( |
| `region_id` int(12) NOT NULL, | | `region_id` int(12) NOT NULL, |
| `region_name` varchar(64) NOT NULL DEFAULT '', | | `region_name` varchar(64) NOT NULL DEFAULT '', |
| `province_id` int(12) NOT NULL DEFAULT '0', | | `province_id` int(12) NOT NULL DEFAULT '0', |
| `countries_id` int(12) NOT NULL DEFAULT '0', | | `countries_id` int(12) NOT NULL DEFAULT '0', |
| `prov_state` varchar(200) DEFAULT NULL, | | `prov_state` varchar(200) DEFAULT NULL, |
| `manage_apartments` int(1) NOT NULL DEFAULT '0', | | `manage_apartments` int(1) NOT NULL DEFAULT '0', |
| `is_core` int(1) NOT NULL DEFAULT '0', | | `is_core` int(1) NOT NULL DEFAULT '0', |
| `region_active` int(1) NOT NULL DEFAULT '1', | | `region_active` int(1) NOT NULL DEFAULT '1', |
| `updated_date` bigint(64) NOT NULL DEFAULT '0', | | `updated_date` bigint(64) NOT NULL DEFAULT '0', |
| `updated_by` int(12) NOT NULL DEFAULT '0' | | `updated_by` int(12) NOT NULL DEFAULT '0' |
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
| | | |
| -- | | -- |
| -- Dumping data for table `regions` | | -- Dumping data for table `regions` |
| -- | | -- |
| | | |
| INSERT INTO `regions` (`region_id`, `region_name`, `province_id`, `countries_id`, `prov_state`, `manage_apartments`, `is_core`, `region_active`, `updated_date`, `updated_by`) VALUES | | INSERT INTO `regions` (`region_id`, `region_name`, `province_id`, `countries_id`, `prov_state`, `manage_apartments`, `is_core`, `region_active`, `updated_date`, `updated_by`) VALUES |
| (1, 'Alexandria', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (1, 'Alexandria', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (2, 'Almonte', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (2, 'Almonte', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (3, 'Amherstview', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (3, 'Amherstview', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (4, 'Arnprior', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (4, 'Arnprior', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (5, 'Bancroft', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (5, 'Bancroft', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (6, 'Banff', 1, 39, 'Alberta', 0, 1, 1, 0, 0), | | (6, 'Banff', 1, 39, 'Alberta', 0, 1, 1, 0, 0), |
| (7, 'Barrie', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (7, 'Barrie', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (8, 'Barry\'s Bay', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (8, 'Barry\'s Bay', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (9, 'Belleville', 9, 39, 'Ontario', 1, 1, 1, 0, 0), | | (9, 'Belleville', 9, 39, 'Ontario', 1, 1, 1, 0, 0), |
| (10, 'Bowmanville', 9, 39, 'Ontario', 1, 1, 1, 0, 0), | | (10, 'Bowmanville', 9, 39, 'Ontario', 1, 1, 1, 0, 0), |
| (11, 'Brantford', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (11, 'Brantford', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (12, 'Brighton', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (12, 'Brighton', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (13, 'Brockville', 9, 39, 'Ontario', 1, 1, 1, 0, 0), | | (13, 'Brockville', 9, 39, 'Ontario', 1, 1, 1, 0, 0), |
| (14, 'Calabogie', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (14, 'Calabogie', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (15, 'Callander', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (15, 'Callander', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (16, 'Cambridge', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (16, 'Cambridge', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (17, 'Campbellford', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (17, 'Campbellford', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (18, 'Carleton', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (18, 'Carleton', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (19, 'Carleton Place', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (19, 'Carleton Place', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (20, 'Carp', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (20, 'Carp', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (21, 'Cobourg', 9, 39, 'Ontario', 1, 1, 1, 0, 0), | | (21, 'Cobourg', 9, 39, 'Ontario', 1, 1, 1, 0, 0), |
| (22, 'Collingwood', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (22, 'Collingwood', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (23, 'Cornwall', 9, 39, 'Ontario', 1, 1, 1, 0, 0), | | (23, 'Cornwall', 9, 39, 'Ontario', 1, 1, 1, 0, 0), |
| (24, 'Deep River', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (24, 'Deep River', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (25, 'Fort Erie', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (25, 'Fort Erie', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (26, 'Georgetown', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (26, 'Georgetown', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (27, 'Guelph', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (27, 'Guelph', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (28, 'Haliburton', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (28, 'Haliburton', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (29, 'Ingersoll', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (29, 'Ingersoll', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (30, 'Inuvik', 0, 39, 'Northwest Territories', 0, 1, 1, 0, 0), | | (30, 'Inuvik', 0, 39, 'Northwest Territories', 0, 1, 1, 0, 0), |
| (31, 'Iqaluit', 8, 39, 'Nunavut', 0, 1, 1, 0, 0), | | (31, 'Iqaluit', 8, 39, 'Nunavut', 0, 1, 1, 0, 0), |
| (32, 'Kemptville', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (32, 'Kemptville', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (33, 'Kincardine', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (33, 'Kincardine', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (34, 'Kingston', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (34, 'Kingston', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (35, 'Lanark', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (35, 'Lanark', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (36, 'Lansdowne', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (36, 'Lansdowne', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (37, 'Marathon', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (37, 'Marathon', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (38, 'Markham', 9, 39, 'Ontario', 1, 1, 1, 0, 0), | | (38, 'Markham', 9, 39, 'Ontario', 1, 1, 1, 0, 0), |
| (39, 'Merrickville', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (39, 'Merrickville', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (40, 'Midland', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (40, 'Midland', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (41, 'Milton', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (41, 'Milton', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (42, 'Moose Factory', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (42, 'Moose Factory', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (43, 'Morrisburg', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (43, 'Morrisburg', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (44, 'Napanee', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (44, 'Napanee', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (45, 'Newmarket', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (45, 'Newmarket', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (46, 'Niagara Falls', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (46, 'Niagara Falls', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (47, 'Orangeville', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (47, 'Orangeville', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (48, 'Orillia', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (48, 'Orillia', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (49, 'Oshawa', 9, 39, 'Ontario', 1, 1, 1, 0, 0), | | (49, 'Oshawa', 9, 39, 'Ontario', 1, 1, 1, 0, 0), |
| (50, 'Pembroke', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (50, 'Pembroke', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (51, 'Perth', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (51, 'Perth', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (52, 'Peterborough', 9, 39, 'Ontario', 1, 1, 1, 0, 0), | | (52, 'Peterborough', 9, 39, 'Ontario', 1, 1, 1, 0, 0), |
| (53, 'Picton', 9, 39, 'Ontario', 1, 1, 1, 0, 0), | | (53, 'Picton', 9, 39, 'Ontario', 1, 1, 1, 0, 0), |
| (54, 'Port Colborne', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (54, 'Port Colborne', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (55, 'Port Perry', 9, 39, 'Ontario', 1, 1, 1, 0, 0), | | (55, 'Port Perry', 9, 39, 'Ontario', 1, 1, 1, 0, 0), |
| (56, 'Red Lake', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (56, 'Red Lake', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (57, 'Renfrew', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (57, 'Renfrew', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (58, 'Russell', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (58, 'Russell', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (59, 'Sackville', 4, 39, 'New Brunswick', 0, 1, 1, 0, 0), | | (59, 'Sackville', 4, 39, 'New Brunswick', 0, 1, 1, 0, 0), |
| (60, 'Sharbot Lake', 9, 39, 'Ontario', 1, 1, 1, 0, 0), | | (60, 'Sharbot Lake', 9, 39, 'Ontario', 1, 1, 1, 0, 0), |
| (61, 'Sioux Lookout', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (61, 'Sioux Lookout', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (62, 'Smiths Falls', 9, 39, 'Ontario', 1, 1, 1, 0, 0), | | (62, 'Smiths Falls', 9, 39, 'Ontario', 1, 1, 1, 0, 0), |
| (63, 'Sturgeon Falls', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (63, 'Sturgeon Falls', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (64, 'Sudbury', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (64, 'Sudbury', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (65, 'Sydenham', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (65, 'Sydenham', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (66, 'Tamworth', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (66, 'Tamworth', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (67, 'Temagami', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (67, 'Temagami', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (68, 'Thornhill', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (68, 'Thornhill', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (69, 'Tofino', 2, 39, 'British Columbia', 0, 1, 1, 0, 0), | | (69, 'Tofino', 2, 39, 'British Columbia', 0, 1, 1, 0, 0), |
| (70, 'Toronto', 9, 39, 'Ontario', 1, 1, 1, 0, 0), | | (70, 'Toronto', 9, 39, 'Ontario', 1, 1, 1, 0, 0), |
| (71, 'Trenton', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (71, 'Trenton', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (72, 'Uxbridge', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (72, 'Uxbridge', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (73, 'Valemount', 2, 39, 'British Columbia', 0, 1, 1, 0, 0), | | (73, 'Valemount', 2, 39, 'British Columbia', 0, 1, 1, 0, 0), |
| (74, 'Vaughan', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (74, 'Vaughan', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (75, 'Verona', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (75, 'Verona', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (76, 'Waterloo', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (76, 'Waterloo', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (77, 'Welland', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (77, 'Welland', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (78, 'Wellington', 9, 39, 'Ontario', 0, 1, 1, 0, 0), | | (78, 'Wellington', 9, 39, 'Ontario', 0, 1, 1, 0, 0), |
| (79, 'Whistler', 2, 39, 'British Columbia', 0, 1, 1, 0, 0), | | (79, 'Whistler', 2, 39, 'British Columbia', 0, 1, 1, 0, 0), |
| (80, 'Yarker', 9, 39, 'Ontario', 0, 1, 1, 0, 0); | | (80, 'Yarker', 9, 39, 'Ontario', 0, 1, 1, 0, 0); |
| | | |
| -- | | -- |
| -- Indexes for dumped tables | | -- Indexes for dumped tables |
| -- | | -- |
| | | |
| -- | | -- |
| -- Indexes for table `apartments` | | -- Indexes for table `apartments` |
| -- | | -- |
| ALTER TABLE `apartments` | | ALTER TABLE `apartments` |
| ADD PRIMARY KEY (`apartment_id`), | | ADD PRIMARY KEY (`apartment_id`), |
| ADD KEY `region_id` (`region_id`), | | ADD KEY `region_id` (`region_id`), |
| ADD KEY `apartment_title` (`apartment_title`), | | ADD KEY `apartment_title` (`apartment_title`), |
| ADD KEY `apartment_address` (`apartment_address`), | | ADD KEY `apartment_address` (`apartment_address`), |
| ADD KEY `apartment_province` (`apartment_province`), | | ADD KEY `apartment_province` (`apartment_province`), |
| ADD KEY `max_occupants` (`max_occupants`), | | ADD KEY `max_occupants` (`max_occupants`), |
| ADD KEY `apartment_longitude` (`apartment_longitude`), | | ADD KEY `apartment_longitude` (`apartment_longitude`), |
| ADD KEY `apartment_latitude` (`apartment_latitude`), | | ADD KEY `apartment_latitude` (`apartment_latitude`), |
| ADD KEY `available_start` (`available_start`), | | ADD KEY `available_start` (`available_start`), |
| ADD KEY `available_finish` (`available_finish`), | | ADD KEY `available_finish` (`available_finish`), |
| ADD KEY `countries_id` (`countries_id`), | | ADD KEY `countries_id` (`countries_id`), |
| ADD KEY `province_id` (`province_id`); | | ADD KEY `province_id` (`province_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `apartment_accounts` | | -- Indexes for table `apartment_accounts` |
| -- | | -- |
| ALTER TABLE `apartment_accounts` | | ALTER TABLE `apartment_accounts` |
| ADD PRIMARY KEY (`aaccount_id`), | | ADD PRIMARY KEY (`aaccount_id`), |
| ADD KEY `apartment_id` (`apartment_id`), | | ADD KEY `apartment_id` (`apartment_id`), |
| ADD KEY `aaccount_company` (`aaccount_company`), | | ADD KEY `aaccount_company` (`aaccount_company`), |
| ADD KEY `aaccount_custnumber` (`aaccount_custnumber`), | | ADD KEY `aaccount_custnumber` (`aaccount_custnumber`), |
| ADD KEY `account_status` (`account_status`); | | ADD KEY `account_status` (`account_status`); |
| | | |
| -- | | -- |
| -- Indexes for table `apartment_contacts` | | -- Indexes for table `apartment_contacts` |
| -- | | -- |
| ALTER TABLE `apartment_contacts` | | ALTER TABLE `apartment_contacts` |
| ADD PRIMARY KEY (`acontact_id`), | | ADD PRIMARY KEY (`acontact_id`), |
| ADD KEY `apartment_id` (`apartment_id`,`proxy_id`,`department_id`); | | ADD KEY `apartment_id` (`apartment_id`,`proxy_id`,`department_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `apartment_photos` | | -- Indexes for table `apartment_photos` |
| -- | | -- |
| ALTER TABLE `apartment_photos` | | ALTER TABLE `apartment_photos` |
| ADD PRIMARY KEY (`aphoto_id`), | | ADD PRIMARY KEY (`aphoto_id`), |
| ADD KEY `apartment_id` (`apartment_id`), | | ADD KEY `apartment_id` (`apartment_id`), |
| ADD KEY `aphoto_name` (`aphoto_name`); | | ADD KEY `aphoto_name` (`aphoto_name`); |
| | | |
| -- | | -- |
| -- Indexes for table `apartment_regionaled_users` | | -- Indexes for table `apartment_regionaled_users` |
| -- | | -- |
| ALTER TABLE `apartment_regionaled_users` | | ALTER TABLE `apartment_regionaled_users` |
| ADD PRIMARY KEY (`aregionaled_id`), | | ADD PRIMARY KEY (`aregionaled_id`), |
| ADD KEY `proxy_id` (`proxy_id`); | | ADD KEY `proxy_id` (`proxy_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `apartment_schedule` | | -- Indexes for table `apartment_schedule` |
| -- | | -- |
| ALTER TABLE `apartment_schedule` | | ALTER TABLE `apartment_schedule` |
| ADD PRIMARY KEY (`aschedule_id`), | | ADD PRIMARY KEY (`aschedule_id`), |
| ADD KEY `apartment_id` (`apartment_id`), | | ADD KEY `apartment_id` (`apartment_id`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `inhabiting_start` (`inhabiting_start`), | | ADD KEY `inhabiting_start` (`inhabiting_start`), |
| ADD KEY `inhabiting_finish` (`inhabiting_finish`), | | ADD KEY `inhabiting_finish` (`inhabiting_finish`), |
| ADD KEY `aschedule_status` (`aschedule_status`), | | ADD KEY `aschedule_status` (`aschedule_status`), |
| ADD KEY `occupant_type` (`occupant_type`), | | ADD KEY `occupant_type` (`occupant_type`), |
| ADD KEY `confirmed` (`confirmed`), | | ADD KEY `confirmed` (`confirmed`), |
| ADD KEY `cost_recovery` (`cost_recovery`); | | ADD KEY `cost_recovery` (`cost_recovery`); |
| | | |
| -- | | -- |
| -- Indexes for table `categories` | | -- Indexes for table `categories` |
| -- | | -- |
| ALTER TABLE `categories` | | ALTER TABLE `categories` |
| ADD PRIMARY KEY (`category_id`), | | ADD PRIMARY KEY (`category_id`), |
| ADD KEY `category_parent` (`category_parent`), | | ADD KEY `category_parent` (`category_parent`), |
| ADD KEY `category_code` (`category_code`), | | ADD KEY `category_code` (`category_code`), |
| ADD KEY `category_type` (`category_type`), | | ADD KEY `category_type` (`category_type`), |
| ADD KEY `category_name` (`category_name`), | | ADD KEY `category_name` (`category_name`), |
| ADD KEY `category_min` (`category_min`), | | ADD KEY `category_min` (`category_min`), |
| ADD KEY `category_max` (`category_max`), | | ADD KEY `category_max` (`category_max`), |
| ADD KEY `category_start` (`category_start`), | | ADD KEY `category_start` (`category_start`), |
| ADD KEY `category_finish` (`category_finish`), | | ADD KEY `category_finish` (`category_finish`), |
| ADD KEY `subcategory_strict` (`subcategory_strict`), | | ADD KEY `subcategory_strict` (`subcategory_strict`), |
| ADD KEY `category_expiry` (`category_expiry`), | | ADD KEY `category_expiry` (`category_expiry`), |
| ADD KEY `category_status` (`category_status`); | | ADD KEY `category_status` (`category_status`); |
| | | |
| -- | | -- |
| -- Indexes for table `category_departments` | | -- Indexes for table `category_departments` |
| -- | | -- |
| ALTER TABLE `category_departments` | | ALTER TABLE `category_departments` |
| ADD PRIMARY KEY (`cdep_id`), | | ADD PRIMARY KEY (`cdep_id`), |
| ADD KEY `category_id` (`category_id`), | | ADD KEY `category_id` (`category_id`), |
| ADD KEY `department_id` (`department_id`), | | ADD KEY `department_id` (`department_id`), |
| ADD KEY `contact_id` (`contact_id`); | | ADD KEY `contact_id` (`contact_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `category_type` | | -- Indexes for table `category_type` |
| -- | | -- |
| ALTER TABLE `category_type` | | ALTER TABLE `category_type` |
| ADD PRIMARY KEY (`ctype_id`), | | ADD PRIMARY KEY (`ctype_id`), |
| ADD KEY `ctype_parent` (`ctype_parent`), | | ADD KEY `ctype_parent` (`ctype_parent`), |
| ADD KEY `require_start` (`require_start`), | | ADD KEY `require_start` (`require_start`), |
| ADD KEY `require_finish` (`require_finish`), | | ADD KEY `require_finish` (`require_finish`), |
| ADD KEY `require_expiry` (`require_expiry`), | | ADD KEY `require_expiry` (`require_expiry`), |
| ADD KEY `ctype_filterable` (`ctype_filterable`), | | ADD KEY `ctype_filterable` (`ctype_filterable`), |
| ADD KEY `ctype_order` (`ctype_order`); | | ADD KEY `ctype_order` (`ctype_order`); |
| | | |
| -- | | -- |
| -- Indexes for table `electives` | | -- Indexes for table `electives` |
| -- | | -- |
| ALTER TABLE `electives` | | ALTER TABLE `electives` |
| ADD PRIMARY KEY (`electives_id`), | | ADD PRIMARY KEY (`electives_id`), |
| ADD KEY `region_id` (`region_id`), | | ADD KEY `region_id` (`region_id`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `department_id` (`department_id`), | | ADD KEY `department_id` (`department_id`), |
| ADD KEY `discipline_id` (`discipline_id`), | | ADD KEY `discipline_id` (`discipline_id`), |
| ADD KEY `schools_id` (`schools_id`), | | ADD KEY `schools_id` (`schools_id`), |
| ADD KEY `countries_id` (`countries_id`); | | ADD KEY `countries_id` (`countries_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `evaluations` | | -- Indexes for table `evaluations` |
| -- | | -- |
| ALTER TABLE `evaluations` | | ALTER TABLE `evaluations` |
| ADD PRIMARY KEY (`item_id`), | | ADD PRIMARY KEY (`item_id`), |
| ADD KEY `form_id` (`form_id`), | | ADD KEY `form_id` (`form_id`), |
| ADD KEY `category_id` (`category_id`), | | ADD KEY `category_id` (`category_id`), |
| ADD KEY `item_status` (`item_status`), | | ADD KEY `item_status` (`item_status`), |
| ADD KEY `item_end` (`item_end`), | | ADD KEY `item_end` (`item_end`), |
| ADD KEY `item_start` (`item_start`), | | ADD KEY `item_start` (`item_start`), |
| ADD KEY `item_maxinstances` (`item_maxinstances`), | | ADD KEY `item_maxinstances` (`item_maxinstances`), |
| ADD KEY `category_recurse` (`category_recurse`), | | ADD KEY `category_recurse` (`category_recurse`), |
| ADD KEY `active` (`active`); | | ADD KEY `active` (`active`); |
| | | |
| -- | | -- |
| -- Indexes for table `eval_answers` | | -- Indexes for table `eval_answers` |
| -- | | -- |
| ALTER TABLE `eval_answers` | | ALTER TABLE `eval_answers` |
| ADD PRIMARY KEY (`answer_id`), | | ADD PRIMARY KEY (`answer_id`), |
| ADD KEY `question_id` (`question_id`), | | ADD KEY `question_id` (`question_id`), |
| ADD KEY `answer_value` (`answer_value`); | | ADD KEY `answer_value` (`answer_value`); |
| | | |
| -- | | -- |
| -- Indexes for table `eval_approved` | | -- Indexes for table `eval_approved` |
| -- | | -- |
| ALTER TABLE `eval_approved` | | ALTER TABLE `eval_approved` |
| ADD PRIMARY KEY (`approved_id`), | | ADD PRIMARY KEY (`approved_id`), |
| ADD KEY `notification_id` (`notification_id`), | | ADD KEY `notification_id` (`notification_id`), |
| ADD KEY `completed_id` (`completed_id`); | | ADD KEY `completed_id` (`completed_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `eval_completed` | | -- Indexes for table `eval_completed` |
| -- | | -- |
| ALTER TABLE `eval_completed` | | ALTER TABLE `eval_completed` |
| ADD PRIMARY KEY (`completed_id`), | | ADD PRIMARY KEY (`completed_id`), |
| ADD KEY `notification_id` (`notification_id`), | | ADD KEY `notification_id` (`notification_id`), |
| ADD KEY `instructor_id` (`instructor_id`), | | ADD KEY `instructor_id` (`instructor_id`), |
| ADD KEY `completed_status` (`completed_status`); | | ADD KEY `completed_status` (`completed_status`); |
| | | |
| -- | | -- |
| -- Indexes for table `eval_forms` | | -- Indexes for table `eval_forms` |
| -- | | -- |
| ALTER TABLE `eval_forms` | | ALTER TABLE `eval_forms` |
| ADD PRIMARY KEY (`form_id`), | | ADD PRIMARY KEY (`form_id`), |
| ADD KEY `form_type` (`form_type`), | | ADD KEY `form_type` (`form_type`), |
| ADD KEY `nmessage_id` (`nmessage_id`), | | ADD KEY `nmessage_id` (`nmessage_id`), |
| ADD KEY `form_status` (`form_status`); | | ADD KEY `form_status` (`form_status`); |
| | | |
| -- | | -- |
| -- Indexes for table `eval_questions` | | -- Indexes for table `eval_questions` |
| -- | | -- |
| ALTER TABLE `eval_questions` | | ALTER TABLE `eval_questions` |
| ADD PRIMARY KEY (`question_id`), | | ADD PRIMARY KEY (`question_id`), |
| ADD KEY `form_id` (`form_id`), | | ADD KEY `form_id` (`form_id`), |
| ADD KEY `question_required` (`question_required`); | | ADD KEY `question_required` (`question_required`); |
| | | |
| -- | | -- |
| -- Indexes for table `eval_results` | | -- Indexes for table `eval_results` |
| -- | | -- |
| ALTER TABLE `eval_results` | | ALTER TABLE `eval_results` |
| ADD PRIMARY KEY (`result_id`), | | ADD PRIMARY KEY (`result_id`), |
| ADD KEY `completed_id` (`completed_id`), | | ADD KEY `completed_id` (`completed_id`), |
| ADD KEY `answer_id` (`answer_id`); | | ADD KEY `answer_id` (`answer_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `events` | | -- Indexes for table `events` |
| -- | | -- |
| ALTER TABLE `events` | | ALTER TABLE `events` |
| ADD PRIMARY KEY (`event_id`), | | ADD PRIMARY KEY (`event_id`), |
| ADD KEY `category_id` (`category_id`), | | ADD KEY `category_id` (`category_id`), |
| ADD KEY `region_id` (`region_id`), | | ADD KEY `region_id` (`region_id`), |
| ADD KEY `event_type` (`event_type`), | | ADD KEY `event_type` (`event_type`), |
| ADD KEY `event_access` (`event_access`), | | ADD KEY `event_access` (`event_access`), |
| ADD KEY `event_status` (`event_status`), | | ADD KEY `event_status` (`event_status`), |
| ADD KEY `accessible_finish` (`accessible_finish`), | | ADD KEY `accessible_finish` (`accessible_finish`), |
| ADD KEY `accessible_start` (`accessible_start`), | | ADD KEY `accessible_start` (`accessible_start`), |
| ADD KEY `event_expiry` (`event_expiry`), | | ADD KEY `event_expiry` (`event_expiry`), |
| ADD KEY `event_finish` (`event_finish`), | | ADD KEY `event_finish` (`event_finish`), |
| ADD KEY `event_start` (`event_start`), | | ADD KEY `event_start` (`event_start`), |
| ADD KEY `requires_apartment` (`requires_apartment`), | | ADD KEY `requires_apartment` (`requires_apartment`), |
| ADD KEY `rotation_id` (`rotation_id`); | | ADD KEY `rotation_id` (`rotation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_contacts` | | -- Indexes for table `event_contacts` |
| -- | | -- |
| ALTER TABLE `event_contacts` | | ALTER TABLE `event_contacts` |
| ADD PRIMARY KEY (`econtact_id`), | | ADD PRIMARY KEY (`econtact_id`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `econtact_type` (`econtact_type`), | | ADD KEY `econtact_type` (`econtact_type`), |
| ADD KEY `etype_id` (`etype_id`), | | ADD KEY `etype_id` (`etype_id`), |
| ADD KEY `econtact_parent` (`econtact_parent`), | | ADD KEY `econtact_parent` (`econtact_parent`), |
| ADD KEY `econtact_order` (`econtact_order`), | | ADD KEY `econtact_order` (`econtact_order`), |
| ADD KEY `econtact_status` (`econtact_status`), | | ADD KEY `econtact_status` (`econtact_status`), |
| ADD KEY `econtact_finish` (`econtact_finish`), | | ADD KEY `econtact_finish` (`econtact_finish`), |
| ADD KEY `econtact_start` (`econtact_start`); | | ADD KEY `econtact_start` (`econtact_start`); |
| | | |
| -- | | -- |
| -- Indexes for table `event_locations` | | -- Indexes for table `event_locations` |
| -- | | -- |
| ALTER TABLE `event_locations` | | ALTER TABLE `event_locations` |
| ADD PRIMARY KEY (`elocation_id`), | | ADD PRIMARY KEY (`elocation_id`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `location_id` (`location_id`), | | ADD KEY `location_id` (`location_id`), |
| ADD KEY `elocation_start` (`elocation_start`), | | ADD KEY `elocation_start` (`elocation_start`), |
| ADD KEY `elocation_finish` (`elocation_finish`), | | ADD KEY `elocation_finish` (`elocation_finish`), |
| ADD KEY `elocation_status` (`elocation_status`), | | ADD KEY `elocation_status` (`elocation_status`), |
| ADD KEY `elocation_order` (`elocation_order`); | | ADD KEY `elocation_order` (`elocation_order`); |
| | | |
| -- | | -- |
| -- Indexes for table `global_lu_rotations` | | -- Indexes for table `global_lu_rotations` |
| -- | | -- |
| ALTER TABLE `global_lu_rotations` | | ALTER TABLE `global_lu_rotations` |
| ADD PRIMARY KEY (`rotation_id`); | | ADD PRIMARY KEY (`rotation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_deficiency_plans` | | -- Indexes for table `logbook_deficiency_plans` |
| -- | | -- |
| ALTER TABLE `logbook_deficiency_plans` | | ALTER TABLE `logbook_deficiency_plans` |
| ADD PRIMARY KEY (`ldeficiency_plan_id`); | | ADD PRIMARY KEY (`ldeficiency_plan_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_entries` | | -- Indexes for table `logbook_entries` |
| -- | | -- |
| ALTER TABLE `logbook_entries` | | ALTER TABLE `logbook_entries` |
| ADD PRIMARY KEY (`lentry_id`), | | ADD PRIMARY KEY (`lentry_id`), |
| ADD KEY `proxy_id` (`proxy_id`,`updated_date`); | | ADD KEY `proxy_id` (`proxy_id`,`updated_date`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_entry_checklist` | | -- Indexes for table `logbook_entry_checklist` |
| -- | | -- |
| ALTER TABLE `logbook_entry_checklist` | | ALTER TABLE `logbook_entry_checklist` |
| ADD PRIMARY KEY (`lechecklist_id`), | | ADD PRIMARY KEY (`lechecklist_id`), |
| ADD UNIQUE KEY `proxy_id` (`proxy_id`,`rotation_id`); | | ADD UNIQUE KEY `proxy_id` (`proxy_id`,`rotation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_entry_evaluations` | | -- Indexes for table `logbook_entry_evaluations` |
| -- | | -- |
| ALTER TABLE `logbook_entry_evaluations` | | ALTER TABLE `logbook_entry_evaluations` |
| ADD PRIMARY KEY (`leevaluation_id`), | | ADD PRIMARY KEY (`leevaluation_id`), |
| ADD UNIQUE KEY `levaluation_id` (`levaluation_id`); | | ADD UNIQUE KEY `levaluation_id` (`levaluation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_entry_objectives` | | -- Indexes for table `logbook_entry_objectives` |
| -- | | -- |
| ALTER TABLE `logbook_entry_objectives` | | ALTER TABLE `logbook_entry_objectives` |
| ADD PRIMARY KEY (`leobjective_id`), | | ADD PRIMARY KEY (`leobjective_id`), |
| ADD KEY `lentry_id` (`lentry_id`,`objective_id`); | | ADD KEY `lentry_id` (`lentry_id`,`objective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_entry_procedures` | | -- Indexes for table `logbook_entry_procedures` |
| -- | | -- |
| ALTER TABLE `logbook_entry_procedures` | | ALTER TABLE `logbook_entry_procedures` |
| ADD PRIMARY KEY (`leprocedure_id`), | | ADD PRIMARY KEY (`leprocedure_id`), |
| ADD KEY `lentry_id` (`lentry_id`,`lprocedure_id`), | | ADD KEY `lentry_id` (`lentry_id`,`lprocedure_id`), |
| ADD KEY `lentry_id_2` (`lentry_id`), | | ADD KEY `lentry_id_2` (`lentry_id`), |
| ADD KEY `lprocedure_id` (`lprocedure_id`); | | ADD KEY `lprocedure_id` (`lprocedure_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_location_types` | | -- Indexes for table `logbook_location_types` |
| -- | | -- |
| ALTER TABLE `logbook_location_types` | | ALTER TABLE `logbook_location_types` |
| ADD PRIMARY KEY (`llocation_type_id`); | | ADD PRIMARY KEY (`llocation_type_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_lu_agerange` | | -- Indexes for table `logbook_lu_agerange` |
| -- | | -- |
| ALTER TABLE `logbook_lu_agerange` | | ALTER TABLE `logbook_lu_agerange` |
| ADD PRIMARY KEY (`agerange_id`); | | ADD PRIMARY KEY (`agerange_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_lu_checklist` | | -- Indexes for table `logbook_lu_checklist` |
| -- | | -- |
| ALTER TABLE `logbook_lu_checklist` | | ALTER TABLE `logbook_lu_checklist` |
| ADD PRIMARY KEY (`lchecklist_id`); | | ADD PRIMARY KEY (`lchecklist_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_lu_evaluations` | | -- Indexes for table `logbook_lu_evaluations` |
| -- | | -- |
| ALTER TABLE `logbook_lu_evaluations` | | ALTER TABLE `logbook_lu_evaluations` |
| ADD PRIMARY KEY (`levaluation_id`); | | ADD PRIMARY KEY (`levaluation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_lu_locations` | | -- Indexes for table `logbook_lu_locations` |
| -- | | -- |
| ALTER TABLE `logbook_lu_locations` | | ALTER TABLE `logbook_lu_locations` |
| ADD PRIMARY KEY (`llocation_id`); | | ADD PRIMARY KEY (`llocation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_lu_location_types` | | -- Indexes for table `logbook_lu_location_types` |
| -- | | -- |
| ALTER TABLE `logbook_lu_location_types` | | ALTER TABLE `logbook_lu_location_types` |
| ADD PRIMARY KEY (`lltype_id`); | | ADD PRIMARY KEY (`lltype_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_lu_procedures` | | -- Indexes for table `logbook_lu_procedures` |
| -- | | -- |
| ALTER TABLE `logbook_lu_procedures` | | ALTER TABLE `logbook_lu_procedures` |
| ADD PRIMARY KEY (`lprocedure_id`); | | ADD PRIMARY KEY (`lprocedure_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_lu_sites` | | -- Indexes for table `logbook_lu_sites` |
| -- | | -- |
| ALTER TABLE `logbook_lu_sites` | | ALTER TABLE `logbook_lu_sites` |
| ADD PRIMARY KEY (`lsite_id`); | | ADD PRIMARY KEY (`lsite_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_mandatory_objectives` | | -- Indexes for table `logbook_mandatory_objectives` |
| -- | | -- |
| ALTER TABLE `logbook_mandatory_objectives` | | ALTER TABLE `logbook_mandatory_objectives` |
| ADD PRIMARY KEY (`lmobjective_id`), | | ADD PRIMARY KEY (`lmobjective_id`), |
| ADD KEY `rotation_id` (`rotation_id`), | | ADD KEY `rotation_id` (`rotation_id`), |
| ADD KEY `objective_id` (`objective_id`), | | ADD KEY `objective_id` (`objective_id`), |
| ADD KEY `number_required` (`number_required`); | | ADD KEY `number_required` (`number_required`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_mandatory_objective_locations` | | -- Indexes for table `logbook_mandatory_objective_locations` |
| -- | | -- |
| ALTER TABLE `logbook_mandatory_objective_locations` | | ALTER TABLE `logbook_mandatory_objective_locations` |
| ADD PRIMARY KEY (`lmolocation_id`); | | ADD PRIMARY KEY (`lmolocation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_notification_history` | | -- Indexes for table `logbook_notification_history` |
| -- | | -- |
| ALTER TABLE `logbook_notification_history` | | ALTER TABLE `logbook_notification_history` |
| ADD PRIMARY KEY (`lnhistory_id`); | | ADD PRIMARY KEY (`lnhistory_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_overdue` | | -- Indexes for table `logbook_overdue` |
| -- | | -- |
| ALTER TABLE `logbook_overdue` | | ALTER TABLE `logbook_overdue` |
| ADD PRIMARY KEY (`lologging_id`), | | ADD PRIMARY KEY (`lologging_id`), |
| ADD UNIQUE KEY `lologging_id` (`lologging_id`,`proxy_id`,`event_id`); | | ADD UNIQUE KEY `lologging_id` (`lologging_id`,`proxy_id`,`event_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_preferred_procedures` | | -- Indexes for table `logbook_preferred_procedures` |
| -- | | -- |
| ALTER TABLE `logbook_preferred_procedures` | | ALTER TABLE `logbook_preferred_procedures` |
| ADD PRIMARY KEY (`lpprocedure_id`), | | ADD PRIMARY KEY (`lpprocedure_id`), |
| ADD KEY `rotation_id` (`rotation_id`), | | ADD KEY `rotation_id` (`rotation_id`), |
| ADD KEY `order` (`order`), | | ADD KEY `order` (`order`), |
| ADD KEY `lprocedure_id` (`lprocedure_id`); | | ADD KEY `lprocedure_id` (`lprocedure_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_preferred_procedure_locations` | | -- Indexes for table `logbook_preferred_procedure_locations` |
| -- | | -- |
| ALTER TABLE `logbook_preferred_procedure_locations` | | ALTER TABLE `logbook_preferred_procedure_locations` |
| ADD PRIMARY KEY (`lpplocation_id`); | | ADD PRIMARY KEY (`lpplocation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_rotation_comments` | | -- Indexes for table `logbook_rotation_comments` |
| -- | | -- |
| ALTER TABLE `logbook_rotation_comments` | | ALTER TABLE `logbook_rotation_comments` |
| ADD PRIMARY KEY (`lrcomment_id`); | | ADD PRIMARY KEY (`lrcomment_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_rotation_notifications` | | -- Indexes for table `logbook_rotation_notifications` |
| -- | | -- |
| ALTER TABLE `logbook_rotation_notifications` | | ALTER TABLE `logbook_rotation_notifications` |
| ADD PRIMARY KEY (`lrnotification_id`), | | ADD PRIMARY KEY (`lrnotification_id`), |
| ADD UNIQUE KEY `proxy_id` (`proxy_id`,`rotation_id`); | | ADD UNIQUE KEY `proxy_id` (`proxy_id`,`rotation_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_rotation_sites` | | -- Indexes for table `logbook_rotation_sites` |
| -- | | -- |
| ALTER TABLE `logbook_rotation_sites` | | ALTER TABLE `logbook_rotation_sites` |
| ADD PRIMARY KEY (`lrsite_id`); | | ADD PRIMARY KEY (`lrsite_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_virtual_patients` | | -- Indexes for table `logbook_virtual_patients` |
| -- | | -- |
| ALTER TABLE `logbook_virtual_patients` | | ALTER TABLE `logbook_virtual_patients` |
| ADD PRIMARY KEY (`lvpatient_id`); | | ADD PRIMARY KEY (`lvpatient_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `logbook_virtual_patient_objectives` | | -- Indexes for table `logbook_virtual_patient_objectives` |
| -- | | -- |
| ALTER TABLE `logbook_virtual_patient_objectives` | | ALTER TABLE `logbook_virtual_patient_objectives` |
| ADD PRIMARY KEY (`lvpobjective_id`); | | ADD PRIMARY KEY (`lvpobjective_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lottery_clerks` | | -- Indexes for table `lottery_clerks` |
| -- | | -- |
| ALTER TABLE `lottery_clerks` | | ALTER TABLE `lottery_clerks` |
| ADD PRIMARY KEY (`lottery_clerk_id`); | | ADD PRIMARY KEY (`lottery_clerk_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `lottery_clerk_streams` | | -- Indexes for table `lottery_clerk_streams` |
| -- | | -- |
| ALTER TABLE `lottery_clerk_streams` | | ALTER TABLE `lottery_clerk_streams` |
| ADD PRIMARY KEY (`lcstream_id`); | | ADD PRIMARY KEY (`lcstream_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `notifications` | | -- Indexes for table `notifications` |
| -- | | -- |
| ALTER TABLE `notifications` | | ALTER TABLE `notifications` |
| ADD PRIMARY KEY (`notification_id`), | | ADD PRIMARY KEY (`notification_id`), |
| ADD KEY `user_id` (`user_id`), | | ADD KEY `user_id` (`user_id`), |
| ADD KEY `event_id` (`event_id`), | | ADD KEY `event_id` (`event_id`), |
| ADD KEY `category_id` (`category_id`), | | ADD KEY `category_id` (`category_id`), |
| ADD KEY `item_id` (`item_id`), | | ADD KEY `item_id` (`item_id`), |
| ADD KEY `item_maxinstances` (`item_maxinstances`), | | ADD KEY `item_maxinstances` (`item_maxinstances`), |
| ADD KEY `notification_status` (`notification_status`), | | ADD KEY `notification_status` (`notification_status`), |
| ADD KEY `notified_last` (`notified_last`); | | ADD KEY `notified_last` (`notified_last`); |
| | | |
| -- | | -- |
| -- Indexes for table `notification_log` | | -- Indexes for table `notification_log` |
| -- | | -- |
| ALTER TABLE `notification_log` | | ALTER TABLE `notification_log` |
| ADD PRIMARY KEY (`nlog_id`); | | ADD PRIMARY KEY (`nlog_id`); |
| | | |
| -- | | -- |
| -- Indexes for table `notification_messages` | | -- Indexes for table `notification_messages` |
| -- | | -- |
| ALTER TABLE `notification_messages` | | ALTER TABLE `notification_messages` |
| ADD PRIMARY KEY (`nmessage_id`), | | ADD PRIMARY KEY (`nmessage_id`), |
| ADD KEY `form_type` (`form_type`), | | ADD KEY `form_type` (`form_type`), |
| ADD KEY `nmessage_version` (`nmessage_version`), | | ADD KEY `nmessage_version` (`nmessage_version`), |
| ADD KEY `nmessage_status` (`nmessage_status`); | | ADD KEY `nmessage_status` (`nmessage_status`); |
| | | |
| -- | | -- |
| -- Indexes for table `notification_monitor` | | -- Indexes for table `notification_monitor` |
| -- | | -- |
| ALTER TABLE `notification_monitor` | | ALTER TABLE `notification_monitor` |
| ADD PRIMARY KEY (`nmonitor_id`), | | ADD PRIMARY KEY (`nmonitor_id`), |
| ADD KEY `item_id` (`item_id`), | | ADD KEY `item_id` (`item_id`), |
| ADD KEY `form_id` (`form_id`), | | ADD KEY `form_id` (`form_id`), |
| ADD KEY `category_id` (`category_id`), | | ADD KEY `category_id` (`category_id`), |
| ADD KEY `category_recurse` (`category_recurse`), | | ADD KEY `category_recurse` (`category_recurse`), |
| ADD KEY `item_start` (`item_start`), | | ADD KEY `item_start` (`item_start`), |
| ADD KEY `item_end` (`item_end`), | | ADD KEY `item_end` (`item_end`), |
| ADD KEY `item_status` (`item_status`); | | ADD KEY `item_status` (`item_status`); |
| | | |
| -- | | -- |
| -- Indexes for table `other_teachers` | | -- Indexes for table `other_teachers` |
| -- | | -- |
| ALTER TABLE `other_teachers` | | ALTER TABLE `other_teachers` |
| ADD PRIMARY KEY (`oteacher_id`), | | ADD PRIMARY KEY (`oteacher_id`), |
| ADD KEY `proxy_id` (`proxy_id`), | | ADD KEY `proxy_id` (`proxy_id`), |
| ADD KEY `firstname` (`firstname`), | | ADD KEY `firstname` (`firstname`), |
| ADD KEY `lastname` (`lastname`), | | ADD KEY `lastname` (`lastname`), |
| ADD KEY `email` (`email`); | | ADD KEY `email` (`email`); |
| | | |
| -- | | -- |
| -- Indexes for table `regions` | | -- Indexes for table `regions` |
| -- | | -- |
| ALTER TABLE `regions` | | ALTER TABLE `regions` |
| ADD PRIMARY KEY (`region_id`), | | ADD PRIMARY KEY (`region_id`), |
| ADD KEY `region_name` (`region_name`), | | ADD KEY `region_name` (`region_name`), |
| ADD KEY `manage_apartments` (`manage_apartments`), | | ADD KEY `manage_apartments` (`manage_apartments`), |
| ADD KEY `province_id` (`province_id`), | | ADD KEY `province_id` (`province_id`), |
| ADD KEY `countries_id` (`countries_id`), | | ADD KEY `countries_id` (`countries_id`), |
| ADD KEY `is_core` (`is_core`); | | ADD KEY `is_core` (`is_core`); |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for dumped tables | | -- AUTO_INCREMENT for dumped tables |
| -- | | -- |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `apartments` | | -- AUTO_INCREMENT for table `apartments` |
| -- | | -- |
| ALTER TABLE `apartments` | | ALTER TABLE `apartments` |
| MODIFY `apartment_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `apartment_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `apartment_accounts` | | -- AUTO_INCREMENT for table `apartment_accounts` |
| -- | | -- |
| ALTER TABLE `apartment_accounts` | | ALTER TABLE `apartment_accounts` |
| MODIFY `aaccount_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `aaccount_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `apartment_contacts` | | -- AUTO_INCREMENT for table `apartment_contacts` |
| -- | | -- |
| ALTER TABLE `apartment_contacts` | | ALTER TABLE `apartment_contacts` |
| MODIFY `acontact_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `acontact_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `apartment_photos` | | -- AUTO_INCREMENT for table `apartment_photos` |
| -- | | -- |
| ALTER TABLE `apartment_photos` | | ALTER TABLE `apartment_photos` |
| MODIFY `aphoto_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `aphoto_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `apartment_regionaled_users` | | -- AUTO_INCREMENT for table `apartment_regionaled_users` |
| -- | | -- |
| ALTER TABLE `apartment_regionaled_users` | | ALTER TABLE `apartment_regionaled_users` |
| MODIFY `aregionaled_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `aregionaled_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `apartment_schedule` | | -- AUTO_INCREMENT for table `apartment_schedule` |
| -- | | -- |
| ALTER TABLE `apartment_schedule` | | ALTER TABLE `apartment_schedule` |
| MODIFY `aschedule_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `aschedule_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `categories` | | -- AUTO_INCREMENT for table `categories` |
| -- | | -- |
| ALTER TABLE `categories` | | ALTER TABLE `categories` |
| MODIFY `category_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; | | MODIFY `category_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `category_departments` | | -- AUTO_INCREMENT for table `category_departments` |
| -- | | -- |
| ALTER TABLE `category_departments` | | ALTER TABLE `category_departments` |
| MODIFY `cdep_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `cdep_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `category_type` | | -- AUTO_INCREMENT for table `category_type` |
| -- | | -- |
| ALTER TABLE `category_type` | | ALTER TABLE `category_type` |
| MODIFY `ctype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33; | | MODIFY `ctype_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `electives` | | -- AUTO_INCREMENT for table `electives` |
| -- | | -- |
| ALTER TABLE `electives` | | ALTER TABLE `electives` |
| MODIFY `electives_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `electives_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `evaluations` | | -- AUTO_INCREMENT for table `evaluations` |
| -- | | -- |
| ALTER TABLE `evaluations` | | ALTER TABLE `evaluations` |
| MODIFY `item_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `item_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `eval_answers` | | -- AUTO_INCREMENT for table `eval_answers` |
| -- | | -- |
| ALTER TABLE `eval_answers` | | ALTER TABLE `eval_answers` |
| MODIFY `answer_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `answer_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `eval_approved` | | -- AUTO_INCREMENT for table `eval_approved` |
| -- | | -- |
| ALTER TABLE `eval_approved` | | ALTER TABLE `eval_approved` |
| MODIFY `approved_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `approved_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `eval_completed` | | -- AUTO_INCREMENT for table `eval_completed` |
| -- | | -- |
| ALTER TABLE `eval_completed` | | ALTER TABLE `eval_completed` |
| MODIFY `completed_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `completed_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `eval_forms` | | -- AUTO_INCREMENT for table `eval_forms` |
| -- | | -- |
| ALTER TABLE `eval_forms` | | ALTER TABLE `eval_forms` |
| MODIFY `form_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `form_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `eval_questions` | | -- AUTO_INCREMENT for table `eval_questions` |
| -- | | -- |
| ALTER TABLE `eval_questions` | | ALTER TABLE `eval_questions` |
| MODIFY `question_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `question_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `eval_results` | | -- AUTO_INCREMENT for table `eval_results` |
| -- | | -- |
| ALTER TABLE `eval_results` | | ALTER TABLE `eval_results` |
| MODIFY `result_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `result_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `events` | | -- AUTO_INCREMENT for table `events` |
| -- | | -- |
| ALTER TABLE `events` | | ALTER TABLE `events` |
| MODIFY `event_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `event_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_contacts` | | -- AUTO_INCREMENT for table `event_contacts` |
| -- | | -- |
| ALTER TABLE `event_contacts` | | ALTER TABLE `event_contacts` |
| MODIFY `econtact_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `econtact_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `event_locations` | | -- AUTO_INCREMENT for table `event_locations` |
| -- | | -- |
| ALTER TABLE `event_locations` | | ALTER TABLE `event_locations` |
| MODIFY `elocation_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `elocation_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `global_lu_rotations` | | -- AUTO_INCREMENT for table `global_lu_rotations` |
| -- | | -- |
| ALTER TABLE `global_lu_rotations` | | ALTER TABLE `global_lu_rotations` |
| MODIFY `rotation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; | | MODIFY `rotation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_deficiency_plans` | | -- AUTO_INCREMENT for table `logbook_deficiency_plans` |
| -- | | -- |
| ALTER TABLE `logbook_deficiency_plans` | | ALTER TABLE `logbook_deficiency_plans` |
| MODIFY `ldeficiency_plan_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `ldeficiency_plan_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_entries` | | -- AUTO_INCREMENT for table `logbook_entries` |
| -- | | -- |
| ALTER TABLE `logbook_entries` | | ALTER TABLE `logbook_entries` |
| MODIFY `lentry_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `lentry_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_entry_checklist` | | -- AUTO_INCREMENT for table `logbook_entry_checklist` |
| -- | | -- |
| ALTER TABLE `logbook_entry_checklist` | | ALTER TABLE `logbook_entry_checklist` |
| MODIFY `lechecklist_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `lechecklist_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_entry_evaluations` | | -- AUTO_INCREMENT for table `logbook_entry_evaluations` |
| -- | | -- |
| ALTER TABLE `logbook_entry_evaluations` | | ALTER TABLE `logbook_entry_evaluations` |
| MODIFY `leevaluation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `leevaluation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_entry_objectives` | | -- AUTO_INCREMENT for table `logbook_entry_objectives` |
| -- | | -- |
| ALTER TABLE `logbook_entry_objectives` | | ALTER TABLE `logbook_entry_objectives` |
| MODIFY `leobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `leobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_entry_procedures` | | -- AUTO_INCREMENT for table `logbook_entry_procedures` |
| -- | | -- |
| ALTER TABLE `logbook_entry_procedures` | | ALTER TABLE `logbook_entry_procedures` |
| MODIFY `leprocedure_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `leprocedure_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_location_types` | | -- AUTO_INCREMENT for table `logbook_location_types` |
| -- | | -- |
| ALTER TABLE `logbook_location_types` | | ALTER TABLE `logbook_location_types` |
| MODIFY `llocation_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; | | MODIFY `llocation_type_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_lu_agerange` | | -- AUTO_INCREMENT for table `logbook_lu_agerange` |
| -- | | -- |
| ALTER TABLE `logbook_lu_agerange` | | ALTER TABLE `logbook_lu_agerange` |
| MODIFY `agerange_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; | | MODIFY `agerange_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_lu_checklist` | | -- AUTO_INCREMENT for table `logbook_lu_checklist` |
| -- | | -- |
| ALTER TABLE `logbook_lu_checklist` | | ALTER TABLE `logbook_lu_checklist` |
| MODIFY `lchecklist_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64; | | MODIFY `lchecklist_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_lu_evaluations` | | -- AUTO_INCREMENT for table `logbook_lu_evaluations` |
| -- | | -- |
| ALTER TABLE `logbook_lu_evaluations` | | ALTER TABLE `logbook_lu_evaluations` |
| MODIFY `levaluation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; | | MODIFY `levaluation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_lu_locations` | | -- AUTO_INCREMENT for table `logbook_lu_locations` |
| -- | | -- |
| ALTER TABLE `logbook_lu_locations` | | ALTER TABLE `logbook_lu_locations` |
| MODIFY `llocation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; | | MODIFY `llocation_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_lu_location_types` | | -- AUTO_INCREMENT for table `logbook_lu_location_types` |
| -- | | -- |
| ALTER TABLE `logbook_lu_location_types` | | ALTER TABLE `logbook_lu_location_types` |
| MODIFY `lltype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; | | MODIFY `lltype_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_lu_procedures` | | -- AUTO_INCREMENT for table `logbook_lu_procedures` |
| -- | | -- |
| ALTER TABLE `logbook_lu_procedures` | | ALTER TABLE `logbook_lu_procedures` |
| MODIFY `lprocedure_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26; | | MODIFY `lprocedure_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_lu_sites` | | -- AUTO_INCREMENT for table `logbook_lu_sites` |
| -- | | -- |
| ALTER TABLE `logbook_lu_sites` | | ALTER TABLE `logbook_lu_sites` |
| MODIFY `lsite_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; | | MODIFY `lsite_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_mandatory_objectives` | | -- AUTO_INCREMENT for table `logbook_mandatory_objectives` |
| -- | | -- |
| ALTER TABLE `logbook_mandatory_objectives` | | ALTER TABLE `logbook_mandatory_objectives` |
| MODIFY `lmobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=114; | | MODIFY `lmobjective_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=114; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_mandatory_objective_locations` | | -- AUTO_INCREMENT for table `logbook_mandatory_objective_locations` |
| -- | | -- |
| ALTER TABLE `logbook_mandatory_objective_locations` | | ALTER TABLE `logbook_mandatory_objective_locations` |
| MODIFY `lmolocation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=118; | | MODIFY `lmolocation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=118; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_notification_history` | | -- AUTO_INCREMENT for table `logbook_notification_history` |
| -- | | -- |
| ALTER TABLE `logbook_notification_history` | | ALTER TABLE `logbook_notification_history` |
| MODIFY `lnhistory_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `lnhistory_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_overdue` | | -- AUTO_INCREMENT for table `logbook_overdue` |
| -- | | -- |
| ALTER TABLE `logbook_overdue` | | ALTER TABLE `logbook_overdue` |
| MODIFY `lologging_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `lologging_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_preferred_procedures` | | -- AUTO_INCREMENT for table `logbook_preferred_procedures` |
| -- | | -- |
| ALTER TABLE `logbook_preferred_procedures` | | ALTER TABLE `logbook_preferred_procedures` |
| MODIFY `lpprocedure_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30; | | MODIFY `lpprocedure_id` int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_preferred_procedure_locations` | | -- AUTO_INCREMENT for table `logbook_preferred_procedure_locations` |
| -- | | -- |
| ALTER TABLE `logbook_preferred_procedure_locations` | | ALTER TABLE `logbook_preferred_procedure_locations` |
| MODIFY `lpplocation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; | | MODIFY `lpplocation_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_rotation_comments` | | -- AUTO_INCREMENT for table `logbook_rotation_comments` |
| -- | | -- |
| ALTER TABLE `logbook_rotation_comments` | | ALTER TABLE `logbook_rotation_comments` |
| MODIFY `lrcomment_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `lrcomment_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_rotation_notifications` | | -- AUTO_INCREMENT for table `logbook_rotation_notifications` |
| -- | | -- |
| ALTER TABLE `logbook_rotation_notifications` | | ALTER TABLE `logbook_rotation_notifications` |
| MODIFY `lrnotification_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `lrnotification_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `logbook_rotation_sites` | | -- AUTO_INCREMENT for table `logbook_rotation_sites` |
| -- | | -- |
| ALTER TABLE `logbook_rotation_sites` | | ALTER TABLE `logbook_rotation_sites` |
| MODIFY `lrsite_id` smallint(6) NOT NULL AUTO_INCREMENT; | | MODIFY `lrsite_id` smallint(6) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lottery_clerks` | | -- AUTO_INCREMENT for table `lottery_clerks` |
| -- | | -- |
| ALTER TABLE `lottery_clerks` | | ALTER TABLE `lottery_clerks` |
| MODIFY `lottery_clerk_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `lottery_clerk_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `lottery_clerk_streams` | | -- AUTO_INCREMENT for table `lottery_clerk_streams` |
| -- | | -- |
| ALTER TABLE `lottery_clerk_streams` | | ALTER TABLE `lottery_clerk_streams` |
| MODIFY `lcstream_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `lcstream_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `notifications` | | -- AUTO_INCREMENT for table `notifications` |
| -- | | -- |
| ALTER TABLE `notifications` | | ALTER TABLE `notifications` |
| MODIFY `notification_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `notification_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `notification_log` | | -- AUTO_INCREMENT for table `notification_log` |
| -- | | -- |
| ALTER TABLE `notification_log` | | ALTER TABLE `notification_log` |
| MODIFY `nlog_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `nlog_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `notification_messages` | | -- AUTO_INCREMENT for table `notification_messages` |
| -- | | -- |
| ALTER TABLE `notification_messages` | | ALTER TABLE `notification_messages` |
| MODIFY `nmessage_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `nmessage_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `notification_monitor` | | -- AUTO_INCREMENT for table `notification_monitor` |
| -- | | -- |
| ALTER TABLE `notification_monitor` | | ALTER TABLE `notification_monitor` |
| MODIFY `nmonitor_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `nmonitor_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `other_teachers` | | -- AUTO_INCREMENT for table `other_teachers` |
| -- | | -- |
| ALTER TABLE `other_teachers` | | ALTER TABLE `other_teachers` |
| MODIFY `oteacher_id` int(12) NOT NULL AUTO_INCREMENT; | | MODIFY `oteacher_id` int(12) NOT NULL AUTO_INCREMENT; |
| | | |
| -- | | -- |
| -- AUTO_INCREMENT for table `regions` | | -- AUTO_INCREMENT for table `regions` |
| -- | | -- |
| ALTER TABLE `regions` | | ALTER TABLE `regions` |
| MODIFY `region_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=81; | | MODIFY `region_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=81; |
| COMMIT; | | COMMIT; |
| | | |
| /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; | | /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; |
| /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; | | /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; |
| /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; | | /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; |